+ set -e + set -o pipefail ++ dirname ./run.sh + cd . + echo 2796413 + echo '2.0-SNAPSHOT BUILD' 2.0-SNAPSHOT BUILD + date Fri Oct 27 01:46:34 PM CEST 2023 + uptime 13:46:34 up 43 days, 17:00, 0 users, load average: 0.28, 2.05, 3.59 + 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-J7GE + 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=3.60 ++ echo 3.60 '>' 30 ++ bc ./run.sh: line 111: bc: command not found + '[' -eq 1 ']' ./run.sh: line 111: [: -eq: unary operator expected + echo 'load average is 3.60, low enough to run a new Docker container' load average is 3.60, 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 13:46 . drwxrwxrwt 12 root root 4096 Oct 27 13:46 .. -rw-rw-r-- 1 rultor rultor 9 Oct 27 13:46 docker-password -rwxrwxr-x 1 rultor rultor 556 Oct 27 13:46 end.sh -rwxrwxr-x 1 rultor rultor 363 Oct 27 13:46 entry.sh -rw-rw-r-- 1 rultor rultor 8 Oct 27 13:46 pid -rw-rw-r-- 1 rultor rultor 1228 Oct 27 13:46 pubring.gpg drwxrwxr-x 6 rultor rultor 4096 Oct 27 13:46 repo -rwxrwxr-x 1 rultor rultor 5859 Oct 27 13:46 run.sh -rw-rw-r-- 1 rultor rultor 586 Oct 27 13:46 script.sh -rw-rw-r-- 1 rultor rultor 2530 Oct 27 13:46 secring.gpg -rw-rw-r-- 1 rultor rultor 459 Oct 27 13:46 settings.xml -rw-rw-r-- 1 rultor rultor 5599 Oct 27 13:46 stdout ++ pwd ++ pwd + docker run -t --rm -v /tmp/rultor-J7GE:/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-J7GE/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=...</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.</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 "${rvm_gemset_name}" 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+=("$_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") ++ for _iterator in "$@" ++ __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 "." 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 == \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+=("${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 ++ [[ :/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 "${rvm_gemset_name}" 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 "${_string}" in ++ shift ++ (( 0 )) ++ return 1 ++ _temp_array+=("$_iterator") ++ for _iterator in "$@" ++ __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 +++ IFS=' ' +++ [[ /dev/fd/63 == \- ]] ++++ __rvm_find -L /usr/local/rvm/hooks -iname 'after_use*' -type f +++ 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 "-", 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 == \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=' ' ++ [[ /dev/fd/63 == \- ]] +++ __rvm_find -L /usr/local/rvm/hooks -iname 'after_cd*' -type f ++ 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 126 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 478 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 2.2 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 3.2 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 568 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 667 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 439 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 215 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.3 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.5 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 506 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 503 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 940 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.3 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 760 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 754 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 954 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.9 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 450 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 555 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 92 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 113 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 259 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.2 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 3.0 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 244 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 1.1 MB/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 165 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 848 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.5 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 1.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.3 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 1.0 MB/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.5 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.5 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 224 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 593 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 591 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 1.2 MB/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.9 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 568 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 1.1 MB/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 2.0 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 1.1 MB/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 512 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 169 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 195 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 173 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.5 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.2 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.5 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 407 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 760 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 836 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.3 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 160 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.2 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 269 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 185 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 Downloaded1from7Maven: https://repo.maven.apache.org/maven2/org/kuali/common/kuali-s3/1.0.1/kuali-s3-1.0.1.jar (27 kB at 1.5 MB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2/httpcore-4.2.jar Downloaded5from1Maven:khttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar (26 kB at 371 kB/s) Downloading)from3Maven:8https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.3/commons-codec-1.3.jar Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2/httpcore-4.2.jar (223 kB at 3.4 MB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.1.1/jackson-core-2.1.1.jar Downloaded5from4Maven:khttps://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.3/commons-codec-1.3.jar (47 kB at 477 kB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.1.1/jackson-databind-2.1.1.jar Downloaded5from2Maven:khttps://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.1.1/jackson-core-2.1.1.jar (206 kB at 1.2 MB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.1.1/jackson-annotations-2.1.1.jar Downloaded5from2Maven:khttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2/httpclient-4.2.jar (425 kB at 2.0 MB/s) Downloading)from4Maven: https://repo.maven.apache.org/maven2/org/springframework/spring-core/3.2.5.RELEASE/spring-core-3.2.5.RELEASE.jar Downloaded5from.Maven:Bhttps://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.1.1/jackson-annotations-2.1.1.jar (34 kB at 145 kB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.jar Downloaded5from.Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.jar (53 kB at 190 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:Bhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (226 kB at 528 kB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.jar 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 2.1 MB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar Downloaded5from.Maven:Bhttps://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.jar (185 kB at 326 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 Downloaded4from.Maven:Bhttps://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar (284 kB at 500 kB/s) Downloading from Maven: 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/kuali/common/kuali-threads/1.0.10/kuali-threads-1.0.10.jar (22 kB at 37 kB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.jar Downloaded from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.jar (8.9 kB at 15 kB/s) Downloading)from5Maven: 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 27 kB/s) Downloaded4from.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) Downloaded3from.Maven:Bhttps://repo.maven.apache.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.jar (490 kB at 697 kB/s) Downloaded2from.Maven:Bhttps://repo.maven.apache.org/maven2/com/google/guava/guava/15.0/guava-15.0.jar (2.2 MB at 2.9 MB/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 6.5 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 563 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 600 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 834 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 3.2 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.9 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 2.2 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 531 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 990 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 3.5 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.9 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 3.0 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 1.2 MB/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 2.9 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 512 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 3.0 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 1.3 MB/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 990 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 8.0 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 1.0 MB/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 2.5 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 3.7 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 910 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 1.1 MB/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 3.3 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.7 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 3.4 MB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/exec-maven-plugin/3.1.0/exec-maven-plugin-3.1.0.pom Downloaded1from4Maven: 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.1 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.9 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 626 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.8 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 678 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.3 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 1.0 MB/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 8.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.6 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 7.0 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 7.4 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 295 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 303 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 2.0 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 3.4 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.5 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 472 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 913 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 2.3 MB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.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.5 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 821 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 532 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 68 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 262 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.4 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 86 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 604 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.3 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 812 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 2.0 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 751 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.4 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 546 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 241 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 288 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 154 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 340 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 329 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 755 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 229 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 248 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 333 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 472 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 211 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.7 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 228 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 244 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 386 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 1.1 MB/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.3 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.7 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 40 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 763 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 815 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 101 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.2 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 2.0 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 5.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 566 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.8 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 566 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.5 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 499 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 650 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 544 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 418 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 192 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.7 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 3.1 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.5 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 1.1 MB/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 Downloaded1from6Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.jar (46 kB at 3.3 MB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.jar Downloaded4from3Maven: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 Downloaded5from4Maven:khttps://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar (71 kB at 1.0 MB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.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.1 MB/s) Downloading)from4Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.jar Downloaded3from0Maven: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)from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.jar Downloaded4from7Maven: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.8 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 Downloaded4from1Maven: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.1 MB/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 Downloaded3from3Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.jar (43 kB at 398 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 Downloaded3from5Maven:8https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.jar (55 kB at 488 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 Downloaded2from2Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.jar (44 kB at 383 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 Downloaded4from3Maven:khttps://repo.maven.apache.org/maven2/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.jar (31 kB at 238 kB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.jar Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.jar (26 kB at 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 Downloaded5from1Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.jar (66 kB at 396 kB/s) Downloading)from3Maven:Bhttps://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3-no_aop.jar Downloaded4from2Maven: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 802 kB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar Downloaded3from4Maven: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 978 kB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar Downloaded3from6Maven: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 Downloaded3from7Maven: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 Downloaded5from6Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar (62 kB at 285 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 Downloaded5from4Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar (53 kB at 210 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 Downloaded from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.jar (172 kB at 682 kB/s) Downloading)from2Maven:Bhttps://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar Downloaded4from7Maven: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 16 kB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar Downloaded5from0Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 48 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 Downloaded4from2Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 102 kB/s) Downloading)from4Maven:Bhttps://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 1.9 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 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-codec/commons-codec/1.15/commons-codec-1.15.jar Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.jar (150 kB at 385 kB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.jar (267 kB at 673 kB/s) Downloading)from8Maven:Bhttps://repo.maven.apache.org/maven2/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar Downloaded5from.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.1 MB/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 Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar (389 kB at 727 kB/s) Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.15/commons-codec-1.15.jar (354 kB at 650 kB/s) Downloaded3from.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 180 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 538 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.4 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 417 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.7 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 663 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 247 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 101 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 669 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 897 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 193 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 214 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 304 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.1 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 576 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 2.0 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 266 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.3 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 3.9 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.4 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 247 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 186 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 702 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.1 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 206 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 369 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 158 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 348 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 778 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 82 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 424 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 500 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 162 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 224 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 154 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 62 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 2.3 MB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom Downloaded1from6Maven: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 96 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 686 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 220 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 361 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 272 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 219 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 274 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 289 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 247 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 269 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 309 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 176 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 262 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 290 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 290 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 265 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 300 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 236 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 415 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.7 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 279 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.9 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 128 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 462 kB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/org/tmatesoft/svnkit/svnkit/1.10.3/svnkit-1.10.3.pom Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/tmatesoft/svnkit/svnkit/1.10.3/svnkit-1.10.3.pom (3.1 kB at 345 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 229 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 312 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 939 kB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.6.0/jna-5.6.0.pom Downloaded1from.Maven: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.6.0/jna-5.6.0.pom (1.6 kB at 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 180 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 185 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 604 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 80 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 145 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 216 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 111 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 143 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 113 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 520 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 Downloaded3from2Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 1.8 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 Downloaded3from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 1.0 MB/s) Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 kB at 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 Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar Downloaded5from1Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 2.2 MB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar Downloaded4from1Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 742 kB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar Downloaded3from4Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 1.4 MB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar Downloaded3from6Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 172 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.jar Downloaded5from4Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.jar (165 kB at 1.5 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 Downloaded4from9Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 623 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 Downloaded4from1Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 857 kB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar Downloaded5from8Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 1.4 MB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar Downloaded4from2Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 3.2 MB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar Downloaded3from1Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (61 kB at 375 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 Downloaded3from3Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 271 kB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-api/1.12.0/maven-scm-api-1.12.0.jar Downloaded3from4Maven: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 24 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: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 879 kB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar Downloaded3from4Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 263 kB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar Downloaded3from4Maven: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 57 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 Downloaded5from9Maven:khttps://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (38 kB at 180 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 Downloaded4from1Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-api/1.12.0/maven-scm-api-1.12.0.jar (112 kB at 522 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 Downloaded3from2Maven: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 258 kB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-git-commons/1.12.0/maven-scm-provider-git-commons-1.12.0.jar Downloaded5from0Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-git-commons/1.12.0/maven-scm-provider-git-commons-1.12.0.jar (36 kB at 144 kB/s) Downloading)from5Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svn-commons/1.12.0/maven-scm-provider-svn-commons-1.12.0.jar Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svnexe/1.12.0/maven-scm-provider-svnexe-1.12.0.jar (84 kB at 332 kB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvsexe/1.12.0/maven-scm-provider-cvsexe-1.12.0.jar Downloaded3from0Maven: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 282 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 Downloaded5from8Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svn-commons/1.12.0/maven-scm-provider-svn-commons-1.12.0.jar (39 kB at 143 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 Downloaded 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 (31 kB at 111 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 Downloaded3from0Maven:khttps://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 698 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 Downloaded2from2Maven:khttps://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 276 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 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.5 MB/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:4https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-clearcase/1.12.0/maven-scm-provider-clearcase-1.12.0.jar (70 kB at 228 kB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/3.5.2/jna-3.5.2.jar Downloaded3from4Maven:8https://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 233 kB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/org/tmatesoft/svnkit/svnkit/1.10.3/svnkit-1.10.3.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 270 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 Downloaded2from8Maven:1https://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 212 kB/s) Downloading)from/Maven:|https://repo.maven.apache.org/maven2/org/tmatesoft/sqljet/sqljet/1.1.14/sqljet-1.1.14.jar Downloaded5from4Maven:6https://repo.maven.apache.org/maven2/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.1.2/maven-scm-provider-svnjava-2.1.2.jar (64 kB at 191 kB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.jar Downloaded4from1Maven:khttps://repo.maven.apache.org/maven2/de/regnis/q/sequence/sequence-library/1.0.4/sequence-library-1.0.4.jar (72 kB at 205 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 Downloaded5from8Maven:khttps://repo.maven.apache.org/maven2/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.jar (164 kB at 393 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 Downloaded5from6Maven:khttps://repo.maven.apache.org/maven2/com/trilead/trilead-ssh2/1.0.0-build222/trilead-ssh2-1.0.0-build222.jar (248 kB at 460 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 Downloaded4from9Maven:khttps://repo.maven.apache.org/maven2/net/java/dev/jna/jna/3.5.2/jna-3.5.2.jar (692 kB at 1.3 MB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.core/0.0.7/jsch.agentproxy.core-0.0.7.jar Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.connector-factory/0.0.7/jsch.agentproxy.connector-factory-0.0.7.jar (12 kB at 22 kB/s) Downloaded from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.core/0.0.7/jsch.agentproxy.core-0.0.7.jar (9.6 kB at 17 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 Downloading from Maven: https://repo.maven.apache.org/maven2/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.usocket-jna/0.0.7/jsch.agentproxy.usocket-jna-0.0.7.jar (6.6 kB at 11 kB/s) Downloading 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 Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.jar (5.3 kB at 9.0 kB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.sshagent/0.0.7/jsch.agentproxy.sshagent-0.0.7.jar Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.sshagent/0.0.7/jsch.agentproxy.sshagent-0.0.7.jar (4.2 kB at 6.9 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 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 13 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.svnkit-trilead-ssh2/0.0.7/jsch.agentproxy.svnkit-trilead-ssh2-0.0.7.jar (3.8 kB at 6.0 kB/s) Downloading from Maven: https://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/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/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 358 kB/s) Downloading)from1Maven:Bhttps://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 37 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 463 kB/s) Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.8.9/gson-2.8.9.jar (258 kB at 302 kB/s) Downloaded3from.Maven:Mhttps://repo.maven.apache.org/maven2/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar (913 kB at 966 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.3 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: ba9a9d6 at timestamp: 2023-10-27T11:47:11 [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 305 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 637 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 553 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 509 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.5 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 295 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 356 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 1.0 MB/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 752 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 2.5 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.6 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 256 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 490 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 4.5 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) Downloaded from Maven: https://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 530 kB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.jar Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.jar Downloaded4from8Maven: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 Downloaded4from1Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar (85 kB at 1.7 MB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.jar Downloaded3from3Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.jar (79 kB at 1.6 MB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.9/xz-1.9.jar Downloaded3from5Maven: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.1 MB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.jar Downloaded5from2Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.jar (26 kB at 370 kB/s) Downloaded from Maven: https://repo.maven.apache.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 816 kB/s) Downloaded3from6Maven:khttps://repo.maven.apache.org/maven2/org/tukaani/xz/1.9/xz-1.9.jar (116 kB at 1.2 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.9 MB/s) Downloaded1from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar (1.0 MB at 3.7 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 423 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 1.3 MB/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 179 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 262 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 879 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 2.1 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 128 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 283 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.4 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 626 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 448 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 3.1 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 359 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 208 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 483 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 100 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 145 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 160 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 187 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 111 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 121 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 122 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 404 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 81 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 270 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 917 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 115 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 853 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 197 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 207 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 546 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 426 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.2 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.0 MB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.11/commons-compress-1.11.pom Downloaded1from3Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.11/commons-compress-1.11.pom (13 kB at 1.3 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 212 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 568 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 462 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 402 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 196 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.5 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 192 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 620 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 567 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 107 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 296 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.9 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 Downloaded2from6Maven: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (5.8 kB at 532 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 Downloaded4from5Maven:1https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (45 kB at 2.2 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 Downloaded5from2Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.8/wagon-provider-api-2.8.jar (53 kB at 992 kB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar Downloaded4from3Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh/3.0.0/wagon-ssh-3.0.0.jar (32 kB at 478 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 Downloaded from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar (146 kB at 2.2 MB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.core/0.0.9/jsch.agentproxy.core-0.0.9.jar Downloaded3from4Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-compat/3.2.5/maven-compat-3.2.5.jar (287 kB at 3.9 MB/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 Downloaded4from4Maven: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 123 kB/s) Downloading)from4Maven:Bhttps://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.1.0/jna-4.1.0.jar Downloaded from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.connector-factory/0.0.9/jsch.agentproxy.connector-factory-0.0.9.jar (12 kB at 156 kB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/4.1.0/jna-platform-4.1.0.jar Downloaded3from6Maven: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 79 kB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.usocket-nc/0.0.9/jsch.agentproxy.usocket-nc-0.0.9.jar Downloaded3from9Maven: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 59 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.jar Downloaded4from2Maven:khttps://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.sshagent/0.0.9/jsch.agentproxy.sshagent-0.0.9.jar (4.3 kB at 42 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 Downloaded5from4Maven:khttps://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.pageant/0.0.9/jsch.agentproxy.pageant-0.0.9.jar (7.8 kB at 68 kB/s) Downloading)from2Maven:Bhttps://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.jsch/0.0.9/jsch.agentproxy.jsch-0.0.9.jar Downloaded5from7Maven:khttps://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.jsch/0.0.9/jsch.agentproxy.jsch-0.0.9.jar (4.4 kB at 35 kB/s) Downloading)from9Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.jar Downloaded5from1Maven: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 85 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 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 2.3 MB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar Downloaded4from2Maven: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 172 kB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar Downloaded5from8Maven:khttps://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar (281 kB at 1.6 MB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar (86 kB at 383 kB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.jar Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar (187 kB at 809 kB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.11/commons-compress-1.11.jar Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar (247 kB at 985 kB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.5/xz-1.5.jar Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/tukaani/xz/1.5/xz-1.5.jar (100 kB at 336 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 Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar (35 kB at 110 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 Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.jar (209 kB at 623 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 Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar (41 kB at 120 kB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 kB at 87 kB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.9/slf4j-api-1.7.9.jar Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.11/commons-compress-1.11.jar (426 kB at 1.1 MB/s) Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.9/slf4j-api-1.7.9.jar (32 kB at 82 kB/s) Downloaded3from.Maven:Mhttps://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 367 kB/s) Downloaded2from.Maven:Mhttps://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.1.0/jna-4.1.0.jar (915 kB at 2.0 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.8 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 59 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.3 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 652 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 316 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 4.1 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 Downloaded2from9Maven:0https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.jar (19 kB at 1.6 MB/s) Downloaded1from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/ant/ant/1.10.12/ant-1.10.12.jar (2.3 MB at 6.9 MB/s) [1;34mINFOm] Executing tasks [1;34mINFOm] [exec] /home/r/repo/parser/pom.xml looks good [1;34mINFOm] [exec] /home/r/repo/pom.xml looks good [1;34mINFOm] [exec] /home/r/repo/scalastyle_config.xml looks good [1;34mINFOm] [exec] /home/r/repo/transpiler/pom.xml looks good [1;34mINFOm] [exec] /home/r/repo/transpiler/src/test/resources/org/polystat/py2eo/transpiler/django-pom.xml looks good [1;34mINFOm] [exec] /home/r/repo/transpiler/src/test/resources/org/polystat/py2eo/transpiler/runEO/pom.xml looks good [1;34mINFOm] Executed tasks [1;34mINFOm] [1;34mINFOm] 1m--- 0;32mexec: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 1.1 MB/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 4.1 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 4.2 MB/s) Processed 35 file(s) Found 0 errors Found 0 warnings Finished in 2289 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.9 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.2 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.8 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 1.1 MB/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 646 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 4.2 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 1.9 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.4 MB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/org/scala-tools/maven-scala-plugin/2.15.2/maven-scala-plugin-2.15.2.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 5.2 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.9 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 1.3 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.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 4.1 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 676 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 1.1 MB/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.8 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.9 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.3 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 160 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 204 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 356 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 626 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 199 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 168 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 315 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 170 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 301 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 355 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 188 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.9 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 Downloaded3from/Maven: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar (7.7 kB at 638 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 Downloaded from 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 454 kB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar (6.8 kB at 252 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.1 MB/s) Downloading)from4Maven:Bhttps://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.9.1/junit-jupiter-engine-5.9.1.jar Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.9.1/junit-jupiter-api-5.9.1.jar (208 kB at 1.8 MB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.9.1/junit-platform-engine-1.9.1.jar Downloaded5from.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 784 kB/s) Downloaded4from.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 959 kB/s) Downloaded3from.Maven:Mhttps://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.9.1/junit-jupiter-params-5.9.1.jar (579 kB at 2.2 MB/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 5.9 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.3 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 570 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 191 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 575 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 548 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 179 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 133 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.3 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 Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/abego/treelayout/org.abego.treelayout.core/1.0.3/org.abego.treelayout.core-1.0.3.jar (27 kB at 515 kB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/com/ibm/icu/icu4j/71.1/icu4j-71.1.jar Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/antlr/antlr-runtime/3.5.3/antlr-runtime-3.5.3.jar (173 kB at 2.6 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 667 kB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-simple/2.0.0/slf4j-simple-2.0.0.jar Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-simple/2.0.0/slf4j-simple-2.0.0.jar (15 kB at 141 kB/s) 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) Downloaded3from.Maven:Mhttps://repo.maven.apache.org/maven2/org/antlr/ST4/4.3.4/ST4-4.3.4.jar (251 kB at 2.0 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.5 MB/s) Downloaded1from4Maven:Mhttps://repo.maven.apache.org/maven2/com/ibm/icu/icu4j/71.1/icu4j-71.1.jar (14 MB at 8.2 MB/s) [1;34mINFOm] ANTLR 4: Processing source directory /home/r/repo/parser/src/main/antlr4 [1;34mINFOm] Processing grammar: org/polystat/py2eo/parser/PythonLexer.g4 [1;34mINFOm] Processing grammar: org/polystat/py2eo/parser/PythonParser.g4 [1;34mINFOm] [1;34mINFOm] 1m--- 0;32mantlr4: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 527 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 707 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 3.0 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 534 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 552 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 117 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 902 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 297 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 126 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 134 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 147 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.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.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 Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar (4.2 kB at 384 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 Downloaded3from4Maven:1https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.jar (54 kB at 2.8 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 Downloaded2from7Maven:1https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.jar (27 kB at 1.4 MB/s) Downloaded2from3Maven: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 233 kB/s) Downloaded3from6Maven: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 737 kB/s) Downloaded2from2Maven:khttps://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.2/asm-9.2.jar (122 kB at 2.7 MB/s) Downloaded1from3Maven:khttps://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.jar (334 kB at 2.4 MB/s) [1;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 133 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 1.6 MB/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 308 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 218 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 270 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 685 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 89 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 584 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 395 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 111 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 241 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 310 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 208 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 176 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 88 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 214 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 206 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 160 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 227 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 1.2 MB/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 158 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 348 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 189 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 252 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 322 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 895 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 217 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 190 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 792 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 332 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 217 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 190 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 206 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 709 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 194 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.6 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.5 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 229 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 349 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 283 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 190 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 180 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 601 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 334 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.3 MB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.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 158 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 158 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 102 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 461 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.6 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 530 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 980 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 1.0 MB/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 Downloaded4from2Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 kB at 1.2 MB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar Downloaded4from2Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (49 kB at 1.5 MB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar Downloaded5from5Maven: 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 606 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 Downloaded4from8Maven:2https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (68 kB at 1.3 MB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar Downloaded3from7Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (51 kB at 822 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 Downloaded5from2Maven: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 124 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 Downloaded4from2Maven:khttps://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 1.4 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 Downloaded4from3Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar (11 kB at 123 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 Downloaded from Maven: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (332 kB at 3.6 MB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar Downloaded2from5Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar (156 kB at 1.6 MB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar Downloaded3from2Maven:Bhttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (8.8 kB at 85 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 Downloaded3from8Maven:Bhttps://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 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.jar Downloaded4from1Maven:khttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar (22 kB at 188 kB/s) Downloading)from5Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar Downloaded4from1Maven:khttps://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar (17 kB at 139 kB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.jar Downloaded3from3Maven: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 210 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 Downloaded2from3Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar (178 kB at 1.4 MB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar Downloaded2from4Maven: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 99 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 Downloaded3from6Maven: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 99 kB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.jar Downloaded3from8Maven: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 283 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 Downloaded3from8Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar (10 kB at 74 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 Downloaded2from9Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (194 kB at 1.3 MB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.4/snakeyaml-1.4.jar Downloaded2from1Maven:3https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.jar (41 kB at 276 kB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar Downloaded from Maven: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 254 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 Downloaded1from5Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/1.2/maven-dependency-tree-1.2.jar (35 kB at 224 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 Downloaded4from3Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.jar (13 kB at 75 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 Downloaded4from3Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (80 kB at 464 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 Downloaded3from6Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-exec/1.0.1/commons-exec-1.0.1.jar (49 kB at 275 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 Downloaded5from6Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (88 kB at 395 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 Downloaded4from8Maven: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 881 kB/s) Downloaded4from1Maven:khttps://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.4/snakeyaml-1.4.jar (217 kB at 921 kB/s) Downloaded3from4Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.jar (29 kB at 121 kB/s) Downloaded2from2Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.1/plexus-utils-2.0.1.jar (222 kB at 840 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.6 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 1698407253300 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.0 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 253 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 918 kB/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.1 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 13 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 1698407267056 [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 4 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 364 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 405 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 436 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 200 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 446 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 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/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.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) 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 Downloaded4from8Maven:Bhttps://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 3.5 MB/s) Downloaded3from8Maven: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) Downloaded3from8Maven:Bhttps://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 271 kB/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 2.2 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 4.7 MB/s) [1;34mINFOm] Tests will run in random order. To reproduce ordering use flag -Dsurefire.runOrder.random.seed=3776511055325837 [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.4 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 246 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 130 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 266 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 253 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 266 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 275 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 2.0 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 1.1 MB/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 3.0 MB/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 670 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 309 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.8 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 875 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 649 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 3.4 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 1.1 MB/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 51 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 2.6 MB/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 2.2 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 704 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.jar 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/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 Downloaded2from.Maven: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.jar (2.2 kB at 240 kB/s) Downloading)from/Maven:|https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.jar Downloaded3from5Maven:1https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.3.2/junit-platform-launcher-1.3.2.jar (95 kB at 2.8 MB/s) Downloaded2from3Maven:khttps://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.3.2/junit-platform-engine-1.3.2.jar (138 kB at 4.1 MB/s) Downloaded2from9Maven: 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 456 kB/s) Downloaded2from9Maven: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.jar (7.1 kB at 254 kB/s) Downloaded1from8Maven: https://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.6 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.3 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.391 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 180 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.2 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.3 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.7 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 910 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 334 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.4 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 522 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 546 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 380 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 289 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 204 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 226 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 181 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 296 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 614 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 380 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 304 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 133 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 294 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 884 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 431 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 647 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 923 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 993 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 114 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 917 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 274 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 142 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 780 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 145 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 248 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 230 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 935 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 486 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 266 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 254 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 140 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 323 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 442 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 339 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 1.4 MB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-spi/1.6.3/maven-resolver-spi-1.6.3.pom Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-spi/1.6.3/maven-resolver-spi-1.6.3.pom (2.7 kB at 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 255 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 325 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 426 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 1.2 MB/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 913 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 246 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 998 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.2 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 268 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 925 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 253 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 476 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 232 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 240 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 976 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 307 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 83 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 480 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.5 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 327 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 2.0 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/org/mockito/mockito-core/4.6.1/mockito-core-4.6.1.jar Downloading from Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.12.10/byte-buddy-1.12.10.jar Downloading from Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.12.10/byte-buddy-agent-1.12.10.jar Downloading from Maven: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.2/objenesis-3.2.jar Downloaded3from9Maven:4https://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.2/objenesis-3.2.jar (49 kB at 2.0 MB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-maven-slf4j/0.11/jcabi-maven-slf4j-0.11.jar Downloaded5from6Maven:Bhttps://repo.maven.apache.org/maven2/com/jcabi/jcabi-maven-slf4j/0.11/jcabi-maven-slf4j-0.11.jar (8.4 kB at 228 kB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/org/aspectj/aspectjtools/1.9.8.M1/aspectjtools-1.9.8.M1.jar Downloaded4from8Maven:Bhttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.0-beta1/slf4j-api-2.0.0-beta1.jar (61 kB at 1.5 MB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/javax/el/javax.el-api/3.0.1-b06/javax.el-api-3.0.1-b06.jar Downloaded5from5Maven:khttps://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.12.10/byte-buddy-agent-1.12.10.jar (257 kB at 3.9 MB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.8.6/maven-plugin-api-3.8.6.jar Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.8.6/maven-plugin-api-3.8.6.jar (47 kB at 540 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 Downloaded4from.Maven:Mhttps://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 885 kB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar (53 kB at 404 kB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.8.6/maven-model-3.8.6.jar Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.jar (262 kB at 1.5 MB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.8.6/maven-core-3.8.6.jar Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.8.6/maven-model-3.8.6.jar (216 kB at 886 kB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.8.6/maven-settings-3.8.6.jar 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 160 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 139 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 73 kB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar (13 kB at 38 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 Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-builder-support/3.8.6/maven-builder-support-3.8.6.jar (14 kB at 40 kB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.8.6/maven-repository-metadata-3.8.6.jar Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.8.6/maven-repository-metadata-3.8.6.jar (28 kB at 75 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-core/3.8.6/maven-core-3.8.6.jar (646 kB at 1.7 MB/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/mockito/mockito-core/4.6.1/mockito-core-4.6.1.jar (663 kB at 1.6 MB/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 Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-resolver-provider/3.8.6/maven-resolver-provider-3.8.6.jar (67 kB at 160 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 86 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 Downloaded4from.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 424 kB/s) Downloading)from0Maven:Bhttps://repo.maven.apache.org/maven2/com/google/inject/guice/4.2.2/guice-4.2.2-no_aop.jar Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.jar (180 kB at 363 kB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava/31.1-jre/guava-31.1-jre.jar Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.6.3/maven-resolver-util-1.6.3.jar (169 kB at 327 kB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar (4.6 kB at 8.7 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 4.1 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 36 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/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.jar (209 kB at 317 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 24 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 13 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 6.0 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 Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/com/google/inject/guice/4.2.2/guice-4.2.2-no_aop.jar (521 kB at 740 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 198 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 72 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 256 kB/s) Downloaded3from.Maven:Mhttps://repo.maven.apache.org/maven2/com/google/guava/guava/31.1-jre/guava-31.1-jre.jar (3.0 MB at 2.3 MB/s) Downloaded2from.Maven:Mhttps://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.12.10/byte-buddy-1.12.10.jar (3.8 MB at 3.0 MB/s) Downloaded1from5Maven:Mhttps://repo.maven.apache.org/maven2/org/aspectj/aspectjtools/1.9.8.M1/aspectjtools-1.9.8.M1.jar (15 MB at 6.0 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 561 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 3.3 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=3776518478892086 [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.8901689503527975891.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.8901689503527975891.tmp/cpython/Modules/_testcapimodule.c: In function ‘PyInit__testcapi’: /tmp/org.polystat.py2eo.8901689503527975891.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.8901689503527975891.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.8901689503527975891.tmp/cpython/Modules/_testcapimodule.c: In function ‘test_buildvalue_issue38913’: /tmp/org.polystat.py2eo.8901689503527975891.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.8901689503527975891.tmp/cpython/Modules/_ctypes/callbacks.c: In function ‘_ctypes_alloc_callback’: /tmp/org.polystat.py2eo.8901689503527975891.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.8901689503527975891.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.8901689503527975891.tmp/cpython/Modules/expat/xmltok.c:55: /tmp/org.polystat.py2eo.8901689503527975891.tmp/cpython/Modules/expat/xmltok_ns.c: In function ‘findEncoding’: /tmp/org.polystat.py2eo.8901689503527975891.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.8901689503527975891.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.8901689503527975891.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.8901689503527975891.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.8901689503527975891.tmp/cpython/Modules/expat/xmltok.c:1646: /tmp/org.polystat.py2eo.8901689503527975891.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.8901689503527975891.tmp/cpython/Modules/expat/xmltok.c:55: /tmp/org.polystat.py2eo.8901689503527975891.tmp/cpython/Modules/expat/xmltok_ns.c: In function ‘findEncodingNS’: /tmp/org.polystat.py2eo.8901689503527975891.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.8901689503527975891.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.8901689503527975891.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.8901689503527975891.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.8901689503527975891.tmp/cpython/Modules/expat/xmltok.c:1657: /tmp/org.polystat.py2eo.8901689503527975891.tmp/cpython/Modules/expat/xmltok_ns.c:92:8: note: ‘buf’ declared here 92 | char buf[ENCODING_MAX]; | ^~~ /tmp/org.polystat.py2eo.8901689503527975891.tmp/cpython/Modules/_decimal/libmpdec/io.c: In function ‘word_to_string’: /tmp/org.polystat.py2eo.8901689503527975891.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.8901689503527975891.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.8901689503527975891.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.8901689503527975891.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.8901689503527975891.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.8901689503527975891.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.8901689503527975891.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.8901689503527975891.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.8901689503527975891.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.8901689503527975891.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.8901689503527975891.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.8901689503527975891.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.8901689503527975891.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.8901689503527975891.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.8901689503527975891.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.8901689503527975891.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.8901689503527975891.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.8901689503527975891.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.8901689503527975891.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.8901689503527975891.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.8901689503527975891.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.8901689503527975891.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.8901689503527975891.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.8901689503527975891.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.8901689503527975891.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.8901689503527975891.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.8901689503527975891.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.8901689503527975891.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.8901689503527975891.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.8901689503527975891.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.8901689503527975891.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.8901689503527975891.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.8901689503527975891.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.8901689503527975891.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.8901689503527975891.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.8901689503527975891.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.8901689503527975891.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.8901689503527975891.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.8901689503527975891.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.8901689503527975891.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.8901689503527975891.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.8901689503527975891.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.8901689503527975891.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.8901689503527975891.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.8901689503527975891.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.8901689503527975891.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.8901689503527975891.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.8901689503527975891.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.8901689503527975891.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.8901689503527975891.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.8901689503527975891.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.8901689503527975891.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.8901689503527975891.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.8901689503527975891.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.8901689503527975891.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.8901689503527975891.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.8901689503527975891.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.8901689503527975891.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.8901689503527975891.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.8901689503527975891.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.8901689503527975891.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.8901689503527975891.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.8901689503527975891.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.8901689503527975891.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.8901689503527975891.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.8901689503527975891.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.8901689503527975891.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.8901689503527975891.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.8901689503527975891.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.8901689503527975891.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.8901689503527975891.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.8901689503527975891.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.8901689503527975891.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.8901689503527975891.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.8901689503527975891.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.8901689503527975891.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.8901689503527975891.tmp/cpython/Lib/test/test_collections.py:1210: DeprecationWarning: Please use assertEqual instead. self.assertEquals(len(s), (len(items) - 1 )) # 1429:8-1429:48 Resource 'nntp.aioe.org' is not available Exception in thread Thread-57: Traceback (most recent call last): File "/tmp/org.polystat.py2eo.8901689503527975891.tmp/cpython/Lib/asyncore.py", line 83, in read obj.handle_read_event() File "/tmp/org.polystat.py2eo.8901689503527975891.tmp/cpython/Lib/test/test_ftplib.py", line 278, in handle_read_event self._do_ssl_handshake() # 368:16-368:39 File "/tmp/org.polystat.py2eo.8901689503527975891.tmp/cpython/Lib/test/test_ftplib.py", line 243, in _do_ssl_handshake self.socket.do_handshake() # 329:16-329:41 File "/tmp/org.polystat.py2eo.8901689503527975891.tmp/cpython/Lib/ssl.py", line 1309, in do_handshake self._sslobj.do_handshake() ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1131) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/tmp/org.polystat.py2eo.8901689503527975891.tmp/cpython/Lib/threading.py", line 932, in _bootstrap_inner self.run() File "/tmp/org.polystat.py2eo.8901689503527975891.tmp/cpython/Lib/test/test_ftplib.py", line 210, in run asyncore.loop(timeout=0.1, count=1 ) # 282:12-282:46 File "/tmp/org.polystat.py2eo.8901689503527975891.tmp/cpython/Lib/asyncore.py", line 207, in loop poll_fun(timeout, map) File "/tmp/org.polystat.py2eo.8901689503527975891.tmp/cpython/Lib/asyncore.py", line 150, in poll read(obj) File "/tmp/org.polystat.py2eo.8901689503527975891.tmp/cpython/Lib/asyncore.py", line 87, in read obj.handle_error() File "/tmp/org.polystat.py2eo.8901689503527975891.tmp/cpython/Lib/test/test_ftplib.py", line 313, in handle_error raise Exception # 405:12-405:26 Exception 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__>()>> stty: 'standard input': Inappropriate ioctl for device Unknown child process pid 21078, will report returncode 255 Loop <_UnixSelectorEventLoop running=False closed=True debug=False> that handles pid 21078 is closed [1;34mINFOm] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 402.955 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 3.0 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 9.0 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 1698407682862 [1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/GenericExpressionPasses.scala:41: warning: match may not be exhaustive. [1;34mINFOm] It would fail on the following inputs: List(_), Nil [1;34mINFOm] reconstruct(false, { case List(l, r) => Binop(op, l, r, ann.pos) }, List(l, r), ns) [1;34mINFOm] ^ [1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/GenericExpressionPasses.scala:43: warning: match may not be exhaustive. [1;34mINFOm] It would fail on the following inputs: List(_), Nil [1;34mINFOm] case Yield(Some(e), ann) => reconstruct(false, { case List(x) => Yield(Some(x), ann.pos) }, List(e), ns) [1;34mINFOm] ^ [1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/GenericExpressionPasses.scala:44: warning: match may not be exhaustive. [1;34mINFOm] It would fail on the following inputs: List(_), Nil [1;34mINFOm] case YieldFrom(e, ann) => reconstruct(false, { case List(x) => YieldFrom(x, ann.pos) }, List(e), ns) [1;34mINFOm] ^ [1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/GenericExpressionPasses.scala:46: warning: match may not be exhaustive. [1;34mINFOm] It would fail on the following inputs: List(_), Nil [1;34mINFOm] reconstruct(false, { case List(l, r) => SimpleComparison(op, l, r, ann.pos) }, List(l, r), ns) [1;34mINFOm] ^ [1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/GenericExpressionPasses.scala:48: warning: match may not be exhaustive. [1;34mINFOm] It would fail on the following inputs: List(_), Nil [1;34mINFOm] reconstruct(false, { case List(l, r) => SimpleComparison(ops.head, l, r, ann.pos) }, List(l.head, l.last), ns) [1;34mINFOm] ^ [1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/GenericExpressionPasses.scala:50: warning: match may not be exhaustive. [1;34mINFOm] It would fail on the following inputs: List(_), Nil [1;34mINFOm] reconstruct(lhs, { case List(x) => Assignment(ident, x, ann) }, List(rhs), ns) [1;34mINFOm] ^ [1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/GenericExpressionPasses.scala:52: warning: match may not be exhaustive. [1;34mINFOm] It would fail on the following inputs: List(_), Nil [1;34mINFOm] reconstruct(false, { case List(x) => Unop(op, x, ann.pos) }, List(x), ns) [1;34mINFOm] ^ [1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/GenericExpressionPasses.scala:54: warning: match may not be exhaustive. [1;34mINFOm] It would fail on the following inputs: List(_), Nil [1;34mINFOm] reconstruct(false, { case List(x) => Star(x, ann.pos) }, List(e), ns) [1;34mINFOm] ^ [1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/GenericExpressionPasses.scala:56: warning: match may not be exhaustive. [1;34mINFOm] It would fail on the following inputs: List(_), Nil [1;34mINFOm] reconstruct(false, { case List(x) => DoubleStar(x, ann.pos) }, List(e), ns) [1;34mINFOm] ^ [1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/GenericExpressionPasses.scala:74: warning: match may not be exhaustive. [1;34mINFOm] It would fail on the following input: (Some(_), _) [1;34mINFOm] val argsNoKw = args.map { case (None, x) => x } [1;34mINFOm] ^ [1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/GenericExpressionPasses.scala:107: warning: match may not be exhaustive. [1;34mINFOm] It would fail on the following inputs: Left((List(_), _)), Left((Nil, _)), Right((List(_), _)), Right((Nil, _)) [1;34mINFOm] case Cond(cond, yes, no, ann) => forceAllIfNecessary(f)(List(cond, yes, no).map(x => (false, x)), ns) match { [1;34mINFOm] ^ [1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/GenericExpressionPasses.scala:121: warning: match may not be exhaustive. [1;34mINFOm] It would fail on the following inputs: (List(Left(_)), List(_)), (List(Left(_)), Nil), (List(Right(_)), Nil), (Nil, List(_)), (Nil, List(_, _)) [1;34mINFOm] def cons(original: List[DictEltDoubleStar], simple: List[T]): List[DictEltDoubleStar] = (original, simple) match { [1;34mINFOm] ^ [1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/GenericExpressionPasses.scala:130: warning: match may not be exhaustive. [1;34mINFOm] It would fail on the following inputs: List(_), Nil [1;34mINFOm] reconstruct(lhs, { case List(x) => Field(x, name, ann.pos) }, List(whose), ns) [1;34mINFOm] ^ [1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/GenericExpressionPasses.scala:133: warning: match may not be exhaustive. [1;34mINFOm] It would fail on the following input: Nil [1;34mINFOm] reconstruct(lhs, { case base :: l2 => [1;34mINFOm] ^ [1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/GenericExpressionPasses.scala:139: warning: match may not be exhaustive. [1;34mINFOm] It would fail on the following inputs: List(_), Nil [1;34mINFOm] reconstruct(lhs, { case k :: v :: l2 => [1;34mINFOm] ^ [1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/GenericExpressionPasses.scala:145: warning: match may not be exhaustive. [1;34mINFOm] It would fail on the following input: Nil [1;34mINFOm] reconstruct(lhs, { case base :: l2 => [1;34mINFOm] ^ [1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/GenericExpressionPasses.scala:39: warning: Exhaustivity analysis reached max recursion depth, not all missing cases are reported. [1;34mINFOm] (Please try with scalac -Ypatmat-exhaust-depth 40 or -Ypatmat-exhaust-depth off.) [1;34mINFOm] e match { [1;34mINFOm] ^ [1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/GenericExpressionPasses.scala:39: warning: match may not be exhaustive. [1;34mINFOm] It would fail on the following inputs: Await(_, _), CallIndex(_, _, _, _), DictComprehension(Right(_), _, _) [1;34mINFOm] e match { [1;34mINFOm] ^ [1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/GenericExpressionPasses.scala:153: warning: Exhaustivity analysis reached max recursion depth, not all missing cases are reported. [1;34mINFOm] (Please try with scalac -Ypatmat-exhaust-depth 40 or -Ypatmat-exhaust-depth off.) [1;34mINFOm] private def call2comprehensions(l : List[(Comprehension, T)]): List[Comprehension] = l.map { [1;34mINFOm] ^ [1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/GenericExpressionPasses.scala:153: warning: match may not be exhaustive. [1;34mINFOm] It would fail on the following inputs: (ForComprehension(_, _, _), Assignment(_, _, _)), (ForComprehension(_, _, _), Await(_, _)), (ForComprehension(_, _, _), Binop(_, _, _, _)), (ForComprehension(_, _, _), CallIndex(_, _, List(_), _)), (ForComprehension(_, _, _), CallIndex(_, _, Nil, _)), (ForComprehension(_, _, _), CollectionComprehension(_, _, _, _)), (ForComprehension(_, _, _), CollectionCons(_, _, _)), (ForComprehension(_, _, _), Cond(_, _, _, _)), (ForComprehension(_, _, _), DictComprehension(_, _, _)), (ForComprehension(_, _, _), DictCons(_, _)), (ForComprehension(_, _, _), FloatLiteral(_, _)) [1;34mINFOm] private def call2comprehensions(l : List[(Comprehension, T)]): List[Comprehension] = l.map { [1;34mINFOm] ^ [1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/GenericStatementPasses.scala:133: warning: match may not be exhaustive. [1;34mINFOm] It would fail on the following input: Right(_) [1;34mINFOm] if (!hasStatement) Left(l1.map { case Left(value) => value }, ns1) else { [1;34mINFOm] ^ [1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/GenericStatementPasses.scala:245: warning: match may not be exhaustive. [1;34mINFOm] It would fail on the following inputs: Right((List(_), _)), Right((Nil, _)) [1;34mINFOm] case Assign(List(e), ann) => forceAllIfNecessary(f)(List((false, e)), ns) match { [1;34mINFOm] ^ [1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/GenericStatementPasses.scala:289: warning: match may not be exhaustive. [1;34mINFOm] It would fail on the following inputs: (List(_), _), (Nil, _) [1;34mINFOm] val args1 = packed2.tail.grouped(2).zip(args).map{ case (List(default, annot), p) => Parameter(p.name, p.kind, annot, default, p.ann) } [1;34mINFOm] ^ [1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/GenericStatementPasses.scala:159: warning: Exhaustivity analysis reached max recursion depth, not all missing cases are reported. [1;34mINFOm] (Please try with scalac -Ypatmat-exhaust-depth 40 or -Ypatmat-exhaust-depth off.) [1;34mINFOm] s match { [1;34mINFOm] ^ [1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/GenericStatementPasses.scala:159: warning: match may not be exhaustive. [1;34mINFOm] It would fail on the following input: For(_, _, _, _, _, _) [1;34mINFOm] s match { [1;34mINFOm] ^ [1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/GenericStatementPasses.scala:295: warning: match may not be exhaustive. [1;34mINFOm] It would fail on the following input: List(_) [1;34mINFOm] private def list2option[T](l : List[T]) : Option[T] = l match { [1;34mINFOm] ^ [1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/GenericStatementPasses.scala:427: warning: unreachable code [1;34mINFOm] case NonLocal(l, ann) => (acc, s) [1;34mINFOm] ^ [1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/PrintEO.scala:35: warning: unreachable code [1;34mINFOm] case Binops.And => "and" [1;34mINFOm] ^ [1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/PrintEO.scala:80: warning: match may not be exhaustive. [1;34mINFOm] It would fail on the following input: Right(_) [1;34mINFOm] val elts = l.map{ [1;34mINFOm] ^ [1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/PrintEO.scala:136: warning: match may not be exhaustive. [1;34mINFOm] It would fail on the following input: (Some(_), _) [1;34mINFOm] ((args.map{case (None, ee) => " (" + e(ee) + crb}).mkString("")) + [1;34mINFOm] ^ [1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/PrintEO.scala:72: warning: Exhaustivity analysis reached max recursion depth, not all missing cases are reported. [1;34mINFOm] (Please try with scalac -Ypatmat-exhaust-depth 40 or -Ypatmat-exhaust-depth off.) [1;34mINFOm] value match { [1;34mINFOm] ^ [1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/PrintEO.scala:72: warning: match may not be exhaustive. [1;34mINFOm] It would fail on the following input: DictComprehension(_, _, _) [1;34mINFOm] value match { [1;34mINFOm] ^ [1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/PrintEO.scala:181: warning: match may not be exhaustive. [1;34mINFOm] It would fail on the following inputs: Parameter(_, _, None, Some(_), _), Parameter(_, _, Some(_), None, _), Parameter(_, _, Some(_), Some(_), _) [1;34mINFOm] val args1 = args.map{ case Parameter(argname, _, None, None, _) => argname }.mkString(space) [1;34mINFOm] ^ [1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/PrintEO.scala:186: warning: unreachable code [1;34mINFOm] case u : Unsupported => [1;34mINFOm] ^ [1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/PrintEO.scala:146: warning: Exhaustivity analysis reached max recursion depth, not all missing cases are reported. [1;34mINFOm] (Please try with scalac -Ypatmat-exhaust-depth 40 or -Ypatmat-exhaust-depth off.) [1;34mINFOm] st match { [1;34mINFOm] ^ [1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/PrintEO.scala:146: warning: match may not be exhaustive. [1;34mINFOm] It would fail on the following input: Break(_) [1;34mINFOm] st match { [1;34mINFOm] ^ [1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/PrintLinearizedMutableEOWithCage.scala:86: warning: Exhaustivity analysis reached max recursion depth, not all missing cases are reported. [1;34mINFOm] (Please try with scalac -Ypatmat-exhaust-depth 40 or -Ypatmat-exhaust-depth off.) [1;34mINFOm] .map{ case f : FuncDef => f } [1;34mINFOm] ^ [1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/PrintLinearizedMutableEOWithCage.scala:86: warning: match may not be exhaustive. [1;34mINFOm] It would fail on the following inputs: AnnAssign(_, _, _, _), Assert(_, _, _), Assign(_, _), AugAssign(_, _, _, _), Break(_), ClassDef(_, _, _, _, _), Continue(_), CreateConst(_, _, _), Del(_, _), For(_, _, _, _, _, _), Global(_, _), If(_, _, _), IfSimple(_, _, _, _), ImportAllSymbols(_, _), ImportModule(_, _, _), ImportSymbol(_, _, _, _), NonLocal(_, _), Pass(_), Raise(_, _, _), Return(_, _) [1;34mINFOm] .map{ case f : FuncDef => f } [1;34mINFOm] ^ [1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/PrintLinearizedMutableEOWithCage.scala:117: warning: Exhaustivity analysis reached max recursion depth, not all missing cases are reported. [1;34mINFOm] (Please try with scalac -Ypatmat-exhaust-depth 40 or -Ypatmat-exhaust-depth off.) [1;34mINFOm] l.map{ [1;34mINFOm] ^ [1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/PrintLinearizedMutableEOWithCage.scala:117: warning: match may not be exhaustive. [1;34mINFOm] It would fail on the following input: Break(_) [1;34mINFOm] l.map{ [1;34mINFOm] ^ [1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/PrintLinearizedMutableEOWithCage.scala:126: warning: Exhaustivity analysis reached max recursion depth, not all missing cases are reported. [1;34mINFOm] (Please try with scalac -Ypatmat-exhaust-depth 40 or -Ypatmat-exhaust-depth off.) [1;34mINFOm] l.flatMap{ [1;34mINFOm] ^ [1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/PrintLinearizedMutableEOWithCage.scala:126: warning: match may not be exhaustive. [1;34mINFOm] It would fail on the following input: Break(_) [1;34mINFOm] l.flatMap{ [1;34mINFOm] ^ [1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/PrintLinearizedMutableEOWithCage.scala:77: warning: Exhaustivity analysis reached max recursion depth, not all missing cases are reported. [1;34mINFOm] (Please try with scalac -Ypatmat-exhaust-depth 40 or -Ypatmat-exhaust-depth off.) [1;34mINFOm] st match { [1;34mINFOm] ^ [1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/PrintLinearizedMutableEOWithCage.scala:77: warning: match may not be exhaustive. [1;34mINFOm] It would fail on the following input: For(_, _, _, _, _, _) [1;34mINFOm] st match { [1;34mINFOm] ^ [1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/PrintLinearizedMutableEOWithCage.scala:309: warning: match may not be exhaustive. [1;34mINFOm] It would fail on the following inputs: Parameter(_, _, None, None, _), Parameter(_, _, None, Some(_), _), Parameter(_, _, Some(_), None, _), Parameter(_, _, Some(_), Some(_), _) [1;34mINFOm] val args2 = (f.args.map{ case Parameter(argname, kind, None, None, _) if kind != ArgKind.Keyword => [1;34mINFOm] ^ [1;33mWARNINGm] warning: 3 deprecations (since 2.11.0); re-run with -deprecation for details [1;33mWARNINGm] 46 warnings [1;34mINFOm] prepare-compile in 0 s [1;34mINFOm] compile in 13 s [1;34mINFOm] [1;34mINFOm] 1m--- 0;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 1698407696811 [1;33mWARNINGm] warning: 3 deprecations (since 2.13.0) [1;33mWARNINGm] warning: 1 deprecation (since 2.13.3) [1;33mWARNINGm] warning: 4 deprecations in total; re-run with -deprecation for details [1;33mWARNINGm] 3 warnings [1;34mINFOm] prepare-compile in 0 s [1;34mINFOm] compile in 4 s [1;34mINFOm] [1;34mINFOm] 1m--- 0;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=3776940839134175 [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: 5.995 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=3776948968019694 [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.13478123425631324830.tmp/django/scripts/manage_translations/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/docs/conf/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/docs/_ext/djangodocs/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/setup/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/templatetags/static/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/templatetags/cache/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/templatetags/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/templatetags/tz/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/templatetags/l10n/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/templatetags/i18n/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/test/runner/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/test/selenium/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/test/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/test/signals/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/test/utils/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/test/client/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/test/testcases/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/test/html/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/global_settings/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/tg/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/tg/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/is/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/is/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/sv/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/sv/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/es_PR/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/es_PR/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/zh_Hans/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/zh_Hans/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/nn/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/nn/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/bg/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/bg/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/da/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/da/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/ka/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/ka/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/th/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/th/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/sl/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/sl/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/mk/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/mk/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/pt/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/pt/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/mn/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/mn/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/de/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/de/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/hu/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/hu/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/ms/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/ms/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/az/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/az/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/te/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/te/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/bs/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/bs/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/lv/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/lv/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/eu/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/eu/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/sr_Latn/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/sr_Latn/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/gl/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/gl/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/zh_Hant/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/zh_Hant/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/km/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/km/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/bn/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/bn/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/es_NI/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/es_NI/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/kn/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/kn/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/es_AR/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/es_AR/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/tk/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/tk/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/fa/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/fa/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/ja/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/ja/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/hr/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/hr/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/el/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/el/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/ar_DZ/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/ar_DZ/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/uk/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/uk/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/ga/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/ga/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/sq/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/sq/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/ru/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/ru/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/fr/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/fr/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/en_AU/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/en_AU/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/cs/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/cs/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/es_CO/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/es_CO/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/gd/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/gd/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/eo/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/eo/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/ar/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/ar/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/fi/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/fi/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/es_MX/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/es_MX/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/hi/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/hi/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/ml/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/ml/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/et/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/et/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/pt_BR/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/pt_BR/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/vi/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/vi/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/ca/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/ca/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/ro/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/ro/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/sr/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/sr/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/cy/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/cy/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/ig/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/ig/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/en_GB/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/en_GB/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/ky/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/ky/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/tr/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/tr/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/de_CH/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/de_CH/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/ko/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/ko/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/nl/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/nl/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/it/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/it/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/id/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/id/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/uz/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/uz/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/lt/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/lt/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/en/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/en/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/pl/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/pl/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/es/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/es/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/he/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/he/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/sk/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/sk/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/ta/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/ta/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/fy/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/fy/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/nb/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/nb/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/urls/static/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/urls/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/urls/i18n/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/utils/timezone/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/utils/_os/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/utils/log/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/utils/tree/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/utils/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/utils/termcolors/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/utils/duration/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/utils/archive/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/utils/translation/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/utils/translation/template/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/utils/translation/reloader/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/utils/translation/trans_real/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/utils/translation/trans_null/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/utils/feedgenerator/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/utils/cache/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/utils/autoreload/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/utils/datastructures/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/utils/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/utils/deprecation/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/utils/inspect/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/utils/safestring/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/utils/hashable/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/utils/ipv6/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/utils/lorem_ipsum/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/utils/itercompat/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/utils/connection/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/utils/deconstruct/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/utils/dateparse/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/utils/xmlutils/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/utils/module_loading/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/utils/http/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/utils/jslex/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/utils/dates/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/utils/encoding/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/utils/numberformat/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/utils/dateformat/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/utils/functional/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/utils/timesince/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/utils/html/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/utils/topological_sort/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/utils/datetime_safe/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/utils/regex_helper/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/utils/asyncio/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/utils/version/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/utils/decorators/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/utils/text/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/utils/baseconv/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/utils/crypto/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/forms/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/forms/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/forms/utils/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/forms/renderers/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/forms/forms/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/forms/formsets/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/forms/fields/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/forms/boundfield/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/forms/widgets/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/admin/helpers/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/admin/templatetags/log/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/admin/templatetags/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/admin/templatetags/admin_list/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/admin/templatetags/admin_modify/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/admin/templatetags/base/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/admin/templatetags/admin_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/admin/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/admin/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/admin/utils/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/admin/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/admin/migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/admin/migrations/0003_logentry_add_action_flag_choices/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/admin/migrations/0002_logentry_remove_auto_add/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/admin/forms/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/admin/filters/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/admin/exceptions/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/admin/sites/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/admin/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/admin/checks/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/admin/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/admin/views/autocomplete/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/admin/views/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/admin/views/main/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/admin/views/decorators/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/admin/decorators/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/admin/options/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/admin/widgets/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/admin/actions/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/messages/api/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/messages/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/messages/context_processors/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/messages/utils/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/messages/storage/session/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/messages/storage/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/messages/storage/fallback/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/messages/storage/cookie/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/messages/storage/base/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/messages/middleware/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/messages/constants/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/messages/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/messages/views/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/redirects/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/redirects/admin/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/redirects/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/redirects/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/redirects/migrations/0002_alter_redirect_new_path_help_text/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/redirects/migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/redirects/middleware/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/redirects/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/contenttypes/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/contenttypes/admin/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/contenttypes/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/contenttypes/management/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/contenttypes/management/commands/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/contenttypes/management/commands/remove_stale_contenttypes/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/contenttypes/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/contenttypes/migrations/0002_remove_content_type_name/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/contenttypes/migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/contenttypes/forms/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/contenttypes/fields/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/contenttypes/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/contenttypes/checks/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/contenttypes/views/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/postgres/validators/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/postgres/expressions/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/postgres/serializers/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/postgres/functions/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/postgres/operations/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/postgres/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/postgres/signals/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/postgres/search/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/postgres/utils/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/postgres/forms/array/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/postgres/forms/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/postgres/forms/hstore/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/postgres/forms/ranges/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/postgres/indexes/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/postgres/constraints/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/postgres/fields/array/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/postgres/fields/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/postgres/fields/utils/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/postgres/fields/hstore/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/postgres/fields/jsonb/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/postgres/fields/ranges/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/postgres/fields/citext/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/postgres/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/postgres/lookups/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/postgres/aggregates/statistics/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/postgres/aggregates/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/postgres/aggregates/mixins/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/postgres/aggregates/general/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/staticfiles/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/staticfiles/management/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/staticfiles/management/commands/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/staticfiles/management/commands/runserver/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/staticfiles/management/commands/collectstatic/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/staticfiles/management/commands/findstatic/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/staticfiles/utils/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/staticfiles/storage/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/staticfiles/finders/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/staticfiles/handlers/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/staticfiles/testing/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/staticfiles/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/staticfiles/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/staticfiles/checks/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/staticfiles/views/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/syndication/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/syndication/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/syndication/views/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/admindocs/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/admindocs/utils/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/admindocs/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/admindocs/middleware/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/admindocs/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/admindocs/views/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/sessions/serializers/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/sessions/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/sessions/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/sessions/management/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/sessions/management/commands/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/sessions/management/commands/clearsessions/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/sessions/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/sessions/migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/sessions/base_session/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/sessions/backends/cache/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/sessions/backends/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/sessions/backends/db/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/sessions/backends/file/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/sessions/backends/signed_cookies/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/sessions/backends/base/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/sessions/backends/cached_db/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/sessions/middleware/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/sessions/exceptions/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/sessions/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/sitemaps/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/sitemaps/management/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/sitemaps/management/commands/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/sitemaps/management/commands/ping_google/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/sitemaps/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/sitemaps/views/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/flatpages/templatetags/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/flatpages/templatetags/flatpages/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/flatpages/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/flatpages/admin/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/flatpages/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/flatpages/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/flatpages/migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/flatpages/forms/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/flatpages/sitemaps/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/flatpages/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/flatpages/middleware/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/flatpages/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/flatpages/views/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/auth/validators/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/auth/tokens/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/auth/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/auth/admin/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/auth/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/auth/signals/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/auth/management/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/auth/management/commands/createsuperuser/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/auth/management/commands/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/auth/management/commands/changepassword/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/auth/mixins/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/auth/context_processors/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/auth/password_validation/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/auth/migrations/0010_alter_group_name_max_length/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/auth/migrations/0003_alter_user_email_max_length/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/auth/migrations/0009_alter_user_last_name_max_length/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/auth/migrations/0012_alter_user_first_name_max_length/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/auth/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/auth/migrations/0002_alter_permission_name_max_length/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/auth/migrations/0004_alter_user_username_opts/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/auth/migrations/0007_alter_validators_add_error_messages/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/auth/migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/auth/migrations/0006_require_contenttypes_0002/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/auth/migrations/0005_alter_user_last_login_null/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/auth/migrations/0011_update_proxy_permissions/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/auth/migrations/0008_alter_user_username_max_length/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/auth/forms/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/auth/backends/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/auth/hashers/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/auth/handlers/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/auth/handlers/modwsgi/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/auth/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/auth/middleware/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/auth/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/auth/base_user/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/auth/checks/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/auth/views/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/auth/decorators/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/feeds/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/serializers/geojson/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/serializers/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/admin/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/admin/options/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/admin/widgets/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/management/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/management/commands/inspectdb/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/management/commands/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/management/commands/ogrinspect/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/utils/srs/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/utils/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/utils/ogrinfo/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/utils/ogrinspect/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/utils/layermapping/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/forms/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/forms/fields/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/forms/widgets/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/db/models/proxy/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/db/models/functions/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/db/models/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/db/models/fields/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/db/models/lookups/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/db/models/sql/conversion/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/db/models/sql/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/db/models/aggregates/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/db/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/db/backends/spatialite/operations/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/db/backends/spatialite/introspection/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/db/backends/spatialite/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/db/backends/spatialite/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/db/backends/spatialite/schema/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/db/backends/spatialite/adapter/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/db/backends/spatialite/client/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/db/backends/spatialite/features/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/db/backends/spatialite/base/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/db/backends/postgis/operations/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/db/backends/postgis/introspection/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/db/backends/postgis/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/db/backends/postgis/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/db/backends/postgis/pgraster/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/db/backends/postgis/schema/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/db/backends/postgis/const/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/db/backends/postgis/adapter/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/db/backends/postgis/features/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/db/backends/postgis/base/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/db/backends/oracle/operations/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/db/backends/oracle/introspection/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/db/backends/oracle/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/db/backends/oracle/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/db/backends/oracle/schema/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/db/backends/oracle/adapter/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/db/backends/oracle/features/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/db/backends/oracle/base/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/db/backends/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/db/backends/utils/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/db/backends/mysql/operations/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/db/backends/mysql/introspection/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/db/backends/mysql/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/db/backends/mysql/schema/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/db/backends/mysql/features/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/db/backends/mysql/base/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/db/backends/base/operations/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/db/backends/base/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/db/backends/base/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/db/backends/base/adapter/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/db/backends/base/features/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/measure/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/sitemaps/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/sitemaps/kml/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/sitemaps/views/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/geoip2/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/geoip2/resources/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/geoip2/base/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/ptr/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/shortcuts/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/gdal/error/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/gdal/prototypes/raster/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/gdal/prototypes/srs/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/gdal/prototypes/errcheck/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/gdal/prototypes/ds/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/gdal/prototypes/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/gdal/prototypes/geom/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/gdal/prototypes/generation/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/gdal/raster/source/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/gdal/raster/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/gdal/raster/const/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/gdal/raster/band/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/gdal/raster/base/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/gdal/field/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/gdal/srs/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/gdal/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/gdal/geomtype/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/gdal/layer/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/gdal/envelope/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/gdal/feature/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/gdal/driver/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/gdal/libgdal/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/gdal/geometries/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/gdal/base/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/gdal/datasource/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/geometry/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/views/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/geos/error/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/geos/io/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/geos/prototypes/io/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/geos/prototypes/errcheck/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/geos/prototypes/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/geos/prototypes/misc/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/geos/prototypes/predicates/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/geos/prototypes/geom/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/geos/prototypes/threadsafe/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/geos/prototypes/topology/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/geos/prototypes/prepared/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/geos/prototypes/coordseq/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/geos/factory/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/geos/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/geos/point/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/geos/prepared/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/geos/mutable_list/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/geos/libgeos/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/geos/polygon/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/geos/geometry/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/geos/coordseq/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/geos/base/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/geos/collections/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/geos/linestring/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/sites/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/sites/admin/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/sites/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/sites/management/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/sites/managers/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/sites/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/sites/migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/sites/migrations/0002_alter_domain_unique/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/sites/shortcuts/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/sites/middleware/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/sites/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/sites/checks/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/sites/requests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/humanize/templatetags/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/humanize/templatetags/humanize/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/humanize/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/humanize/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/models/expressions/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/models/functions/window/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/models/functions/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/models/functions/mixins/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/models/functions/comparison/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/models/functions/datetime/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/models/functions/math/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/models/functions/text/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/models/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/models/signals/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/models/utils/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/models/indexes/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/models/constraints/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/models/query_utils/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/models/fields/proxy/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/models/fields/related_lookups/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/models/fields/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/models/fields/mixins/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/models/fields/related_descriptors/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/models/fields/reverse_related/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/models/fields/json/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/models/fields/related/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/models/fields/files/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/models/enums/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/models/manager/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/models/query/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/models/constants/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/models/lookups/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/models/sql/where/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/models/sql/datastructures/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/models/sql/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/models/sql/compiler/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/models/sql/subqueries/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/models/sql/query/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/models/sql/constants/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/models/deletion/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/models/options/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/models/base/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/models/aggregates/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/utils/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/migrations/graph/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/migrations/recorder/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/migrations/operations/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/migrations/operations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/migrations/operations/fields/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/migrations/operations/special/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/migrations/operations/base/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/migrations/loader/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/migrations/executor/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/migrations/writer/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/migrations/serializer/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/migrations/utils/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/migrations/autodetector/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/migrations/questioner/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/migrations/migration/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/migrations/exceptions/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/migrations/optimizer/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/migrations/state/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/backends/ddl_references/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/backends/oracle/creation/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/backends/oracle/functions/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/backends/oracle/operations/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/backends/oracle/introspection/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/backends/oracle/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/backends/oracle/utils/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/backends/oracle/schema/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/backends/oracle/validation/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/backends/oracle/client/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/backends/oracle/features/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/backends/oracle/base/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/backends/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/backends/signals/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/backends/sqlite3/creation/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/backends/sqlite3/operations/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/backends/sqlite3/introspection/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/backends/sqlite3/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/backends/sqlite3/schema/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/backends/sqlite3/client/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/backends/sqlite3/features/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/backends/sqlite3/base/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/backends/utils/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/backends/dummy/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/backends/dummy/features/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/backends/dummy/base/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/backends/postgresql/creation/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/backends/postgresql/operations/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/backends/postgresql/introspection/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/backends/postgresql/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/backends/postgresql/schema/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/backends/postgresql/client/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/backends/postgresql/features/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/backends/postgresql/base/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/backends/mysql/creation/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/backends/mysql/operations/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/backends/mysql/introspection/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/backends/mysql/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/backends/mysql/compiler/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/backends/mysql/schema/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/backends/mysql/validation/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/backends/mysql/client/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/backends/mysql/features/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/backends/mysql/base/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/backends/base/creation/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/backends/base/operations/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/backends/base/introspection/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/backends/base/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/backends/base/schema/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/backends/base/validation/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/backends/base/client/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/backends/base/features/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/backends/base/base/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/transaction/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/http/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/http/response/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/http/request/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/http/cookie/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/http/multipartparser/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/template/defaultfilters/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/template/defaulttags/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/template/loader/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/template/autoreload/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/template/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/template/context_processors/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/template/utils/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/template/loader_tags/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/template/smartif/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/template/backends/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/template/backends/utils/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/template/backends/dummy/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/template/backends/jinja2/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/template/backends/django/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/template/backends/base/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/template/context/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/template/response/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/template/library/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/template/loaders/filesystem/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/template/loaders/app_directories/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/template/loaders/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/template/loaders/cached/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/template/loaders/locmem/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/template/loaders/base/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/template/exceptions/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/template/engine/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/template/base/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/__main__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/shortcuts/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/urls/converters/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/urls/resolvers/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/urls/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/urls/conf/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/urls/utils/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/urls/exceptions/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/urls/base/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/validators/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/serializers/xml_serializer/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/serializers/python/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/serializers/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/serializers/json/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/serializers/pyyaml/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/serializers/jsonl/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/serializers/base/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/mail/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/mail/utils/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/mail/backends/console/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/mail/backends/smtp/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/mail/backends/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/mail/backends/dummy/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/mail/backends/filebased/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/mail/backends/locmem/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/mail/backends/base/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/mail/message/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/servers/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/servers/basehttp/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/cache/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/cache/utils/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/cache/backends/redis/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/cache/backends/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/cache/backends/db/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/cache/backends/dummy/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/cache/backends/filebased/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/cache/backends/memcached/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/cache/backends/locmem/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/cache/backends/base/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/signals/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/management/color/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/management/templates/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/management/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/management/utils/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/management/commands/check/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/management/commands/createcachetable/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/management/commands/makemigrations/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/management/commands/flush/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/management/commands/inspectdb/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/management/commands/sqlsequencereset/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/management/commands/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/management/commands/test/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/management/commands/sqlmigrate/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/management/commands/startproject/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/management/commands/diffsettings/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/management/commands/migrate/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/management/commands/sendtestemail/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/management/commands/dumpdata/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/management/commands/sqlflush/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/management/commands/dbshell/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/management/commands/shell/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/management/commands/testserver/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/management/commands/loaddata/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/management/commands/startapp/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/management/commands/makemessages/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/management/commands/compilemessages/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/management/commands/runserver/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/management/commands/showmigrations/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/management/commands/squashmigrations/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/management/sql/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/management/base/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/paginator/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/files/uploadhandler/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/files/move/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/files/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/files/locks/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/files/utils/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/files/uploadedfile/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/files/storage/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/files/temp/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/files/images/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/files/base/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/wsgi/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/signing/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/handlers/exception/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/handlers/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/handlers/wsgi/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/handlers/asgi/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/handlers/base/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/exceptions/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/checks/caches/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/checks/templates/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/checks/messages/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/checks/translation/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/checks/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/checks/database/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/checks/files/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/checks/security/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/checks/security/sessions/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/checks/security/csrf/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/checks/security/base/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/checks/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/checks/async_checks/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/checks/model_checks/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/checks/registry/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/checks/compatibility/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/checks/compatibility/django_4_0/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/asgi/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/middleware/gzip/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/middleware/clickjacking/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/middleware/cache/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/middleware/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/middleware/common/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/middleware/http/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/middleware/locale/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/middleware/security/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/middleware/csrf/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/apps/config/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/apps/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/apps/registry/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/views/defaults/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/views/static/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/views/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/views/generic/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/views/generic/dates/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/views/generic/list/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/views/generic/edit/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/views/generic/detail/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/views/generic/base/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/views/csrf/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/views/debug/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/views/decorators/gzip/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/views/decorators/clickjacking/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/views/decorators/vary/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/views/decorators/cache/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/views/decorators/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/views/decorators/common/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/views/decorators/http/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/views/decorators/csrf/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/views/decorators/debug/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/views/i18n/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/dispatch/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/dispatch/dispatcher/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/logging_tests/urls_i18n/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/logging_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/logging_tests/logconfig/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/logging_tests/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/logging_tests/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/logging_tests/views/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_filters/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_filters/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_filters/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_checks/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_checks/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_checks/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/bash_completion/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/bash_completion/management/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/bash_completion/management/commands/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/bash_completion/management/commands/test_command/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/bash_completion/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/custom_managers/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/custom_managers/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/custom_managers/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/generic_relations/test_forms/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/generic_relations/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/generic_relations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/generic_relations/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/model_utils/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/model_utils/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/model_formsets_regress/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/model_formsets_regress/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/model_formsets_regress/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/one_to_one/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/one_to_one/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/one_to_one/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/validators/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/validators/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/update_only_fields/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/update_only_fields/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/update_only_fields/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/pagination/custom/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/pagination/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/pagination/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/pagination/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/generic_relations_regress/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/generic_relations_regress/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/generic_relations_regress/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_autodiscover/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_autodiscover/admin/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_autodiscover/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_autodiscover/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/utils_tests/test_functional/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/utils_tests/test_datastructures/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/utils_tests/test_archive/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/utils_tests/test_autoreload/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/utils_tests/test_ipv6/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/utils_tests/test_lazyobject/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/utils_tests/test_jslex/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/utils_tests/test_lorem_ipsum/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/utils_tests/test_numberformat/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/utils_tests/test_module/good_module/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/utils_tests/test_module/another_good_module/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/utils_tests/test_module/child_module/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/utils_tests/test_module/child_module/grandchild_module/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/utils_tests/test_module/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/utils_tests/test_module/another_bad_module/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/utils_tests/test_module/__main__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/utils_tests/test_module/bad_module/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/utils_tests/test_module/main_module/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/utils_tests/test_html/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/utils_tests/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/utils_tests/test_os_utils/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/utils_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/utils_tests/utils/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/utils_tests/test_no_submodule/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/utils_tests/test_inspect/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/utils_tests/test_module_loading/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/utils_tests/test_baseconv/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/utils_tests/test_datetime_safe/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/utils_tests/test_duration/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/utils_tests/test_timesince/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/utils_tests/test_hashable/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/utils_tests/test_connection/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/utils_tests/test_regex_helper/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/utils_tests/test_encoding/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/utils_tests/test_dateformat/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/utils_tests/test_safestring/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/utils_tests/test_decorators/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/utils_tests/test_timezone/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/utils_tests/test_http/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/utils_tests/test_dateparse/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/utils_tests/test_crypto/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/utils_tests/test_feedgenerator/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/utils_tests/test_termcolors/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/utils_tests/test_text/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/utils_tests/test_simplelazyobject/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/utils_tests/test_topological_sort/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/utils_tests/test_tree/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/contenttypes_tests/test_views/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/contenttypes_tests/test_operations/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/contenttypes_tests/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/contenttypes_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/contenttypes_tests/test_order_with_respect_to/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/contenttypes_tests/test_management/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/contenttypes_tests/test_models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/contenttypes_tests/test_checks/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/contenttypes_tests/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/contenttypes_tests/operations_migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/contenttypes_tests/operations_migrations/0002_rename_foo/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/contenttypes_tests/operations_migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/contenttypes_tests/test_fields/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/flatpages_tests/test_views/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/flatpages_tests/test_sitemaps/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/flatpages_tests/test_forms/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/flatpages_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/flatpages_tests/test_models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/flatpages_tests/settings/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/flatpages_tests/no_slash_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/flatpages_tests/test_templatetags/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/flatpages_tests/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/flatpages_tests/test_csrf/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/flatpages_tests/test_middleware/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/flatpages_tests/absolute_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/many_to_many/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/many_to_many/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/many_to_many/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/check_framework/test_files/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/check_framework/test_model_field_deprecation/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/check_framework/test_translation/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/check_framework/test_4_0_compatibility/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/check_framework/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/check_framework/test_caches/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/check_framework/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/check_framework/test_async_checks/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/check_framework/test_templates/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/check_framework/test_database/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/check_framework/test_model_checks/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/check_framework/test_multi_db/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/check_framework/urls/include_contains_tuple/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/check_framework/urls/bad_class_based_error_handlers/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/check_framework/urls/beginning_with_slash/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/check_framework/urls/bad_error_handlers_invalid_path/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/check_framework/urls/non_unique_namespaces/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/check_framework/urls/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/check_framework/urls/warning_in_include/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/check_framework/urls/no_warnings/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/check_framework/urls/name_with_colon/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/check_framework/urls/good_class_based_error_handlers/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/check_framework/urls/include_with_dollar/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/check_framework/urls/good_function_based_error_handlers/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/check_framework/urls/bad_function_based_error_handlers/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/check_framework/urls/contains_tuple/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/check_framework/urls/no_warnings_i18n/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/check_framework/urls/unique_namespaces/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/check_framework/urls/cbv_as_view/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/check_framework/urls/path_compatibility/contains_re_named_group/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/check_framework/urls/path_compatibility/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/check_framework/urls/path_compatibility/beginning_with_caret/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/check_framework/urls/path_compatibility/ending_with_dollar/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/check_framework/test_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/check_framework/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/check_framework/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/check_framework/test_security/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/timezones/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/timezones/admin/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/timezones/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/timezones/forms/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/timezones/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/timezones/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/alternate_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/test_autoreloader/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/test_custom/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/syntax_tests/test_simple_tag/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/syntax_tests/test_firstof/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/syntax_tests/test_width_ratio/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/syntax_tests/test_filter_tag/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/syntax_tests/test_numpy/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/syntax_tests/test_static/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/syntax_tests/test_named_endblock/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/syntax_tests/test_basic/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/syntax_tests/test_if_changed/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/syntax_tests/test_for/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/syntax_tests/test_exceptions/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/syntax_tests/test_autoescape/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/syntax_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/syntax_tests/test_filter_syntax/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/syntax_tests/test_url/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/syntax_tests/test_setup/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/syntax_tests/test_include/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/syntax_tests/test_now/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/syntax_tests/test_verbatim/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/syntax_tests/test_extends/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/syntax_tests/test_lorem/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/syntax_tests/test_invalid_string/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/syntax_tests/test_comment/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/syntax_tests/test_multiline/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/syntax_tests/test_spaceless/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/syntax_tests/test_list_index/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/syntax_tests/test_template_tag/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/syntax_tests/test_cache/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/syntax_tests/test_resetcycle/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/syntax_tests/test_cycle/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/syntax_tests/test_builtins/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/syntax_tests/test_with/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/syntax_tests/test_load/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/syntax_tests/test_if/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/syntax_tests/test_regroup/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/syntax_tests/i18n/test_get_current_language_bidi/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/syntax_tests/i18n/test_underscore_syntax/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/syntax_tests/i18n/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/syntax_tests/i18n/test_get_available_languages/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/syntax_tests/i18n/test_language/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/syntax_tests/i18n/test_get_language_info/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/syntax_tests/i18n/test_get_current_language/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/syntax_tests/i18n/test_get_language_info_list/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/syntax_tests/i18n/test_translate/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/syntax_tests/i18n/test_filters/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/syntax_tests/i18n/test_blocktranslate/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/syntax_tests/i18n/base/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/templatetags/custom/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/templatetags/testtags/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/templatetags/bad_tag/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/templatetags/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/templatetags/inclusion/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/templatetags/subpackage/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/templatetags/subpackage/echo/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/templatetags/tag_27584/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/broken_tag/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/test_extends_relative/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/filter_tests/test_make_list/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/filter_tests/test_last/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/filter_tests/test_addslashes/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/filter_tests/test_iriencode/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/filter_tests/test_title/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/filter_tests/test_pluralize/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/filter_tests/test_linenumbers/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/filter_tests/test_length/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/filter_tests/test_wordcount/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/filter_tests/test_default_if_none/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/filter_tests/test_yesno/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/filter_tests/test_capfirst/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/filter_tests/test_center/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/filter_tests/test_autoescape/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/filter_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/filter_tests/test_dictsortreversed/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/filter_tests/test_date/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/filter_tests/test_length_is/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/filter_tests/test_timeuntil/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/filter_tests/test_phone2numeric/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/filter_tests/test_ljust/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/filter_tests/test_slice/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/filter_tests/test_truncatewords/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/filter_tests/test_divisibleby/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/filter_tests/test_filesizeformat/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/filter_tests/timezone_utils/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/filter_tests/test_add/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/filter_tests/test_urlize/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/filter_tests/test_linebreaksbr/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/filter_tests/test_safe/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/filter_tests/test_floatformat/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/filter_tests/test_timesince/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/filter_tests/test_join/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/filter_tests/test_escapejs/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/filter_tests/test_cut/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/filter_tests/test_striptags/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/filter_tests/test_escape/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/filter_tests/test_linebreaks/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/filter_tests/test_random/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/filter_tests/test_truncatewords_html/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/filter_tests/test_slugify/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/filter_tests/test_wordwrap/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/filter_tests/test_get_digit/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/filter_tests/test_default/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/filter_tests/test_truncatechars/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/filter_tests/test_upper/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/filter_tests/test_stringformat/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/filter_tests/test_urlencode/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/filter_tests/test_lower/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/filter_tests/test_chaining/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/filter_tests/test_rjust/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/filter_tests/test_json_script/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/filter_tests/test_time/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/filter_tests/test_unordered_list/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/filter_tests/test_urlizetrunc/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/filter_tests/test_dictsort/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/filter_tests/test_force_escape/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/filter_tests/test_first/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/filter_tests/test_safeseq/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/filter_tests/test_truncatechars_html/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/utils/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/annotated_tag_function/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/test_loaders/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/test_base/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/test_nodelist/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/test_callables/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/test_origin/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/test_extends/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/test_context/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/test_logging/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/views/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/test_parser/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/test_response/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/test_engine/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/test_library/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/test_smartif/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/db_functions/window/test_validation/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/db_functions/window/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/db_functions/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/db_functions/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/db_functions/migrations/0001_setup_extensions/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/db_functions/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/db_functions/migrations/0002_create_test_models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/db_functions/comparison/test_coalesce/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/db_functions/comparison/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/db_functions/comparison/test_nullif/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/db_functions/comparison/test_collate/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/db_functions/comparison/test_cast/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/db_functions/comparison/test_least/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/db_functions/comparison/test_json_object/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/db_functions/comparison/test_greatest/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/db_functions/datetime/test_extract_trunc/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/db_functions/datetime/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/db_functions/datetime/test_now/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/db_functions/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/db_functions/math/test_sqrt/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/db_functions/math/test_asin/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/db_functions/math/test_mod/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/db_functions/math/test_floor/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/db_functions/math/test_round/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/db_functions/math/test_degrees/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/db_functions/math/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/db_functions/math/test_sign/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/db_functions/math/test_log/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/db_functions/math/test_abs/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/db_functions/math/test_exp/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/db_functions/math/test_pi/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/db_functions/math/test_radians/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/db_functions/math/test_tan/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/db_functions/math/test_random/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/db_functions/math/test_acos/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/db_functions/math/test_cot/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/db_functions/math/test_atan/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/db_functions/math/test_atan2/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/db_functions/math/test_ln/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/db_functions/math/test_sin/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/db_functions/math/test_power/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/db_functions/math/test_ceil/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/db_functions/math/test_cos/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/db_functions/text/test_sha384/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/db_functions/text/test_md5/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/db_functions/text/test_strindex/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/db_functions/text/test_reverse/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/db_functions/text/test_length/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/db_functions/text/test_left/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/db_functions/text/test_pad/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/db_functions/text/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/db_functions/text/test_sha1/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/db_functions/text/test_trim/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/db_functions/text/test_repeat/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/db_functions/text/test_sha256/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/db_functions/text/test_ord/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/db_functions/text/test_chr/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/db_functions/text/test_concat/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/db_functions/text/test_upper/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/db_functions/text/test_substr/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/db_functions/text/test_lower/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/db_functions/text/test_right/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/db_functions/text/test_sha224/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/db_functions/text/test_sha512/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/db_functions/text/test_replace/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/select_for_update/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/select_for_update/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/select_for_update/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/user_commands/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/user_commands/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/user_commands/management/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/user_commands/management/commands/subparser_dest/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/user_commands/management/commands/hal/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/user_commands/management/commands/required_option/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/user_commands/management/commands/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/user_commands/management/commands/required_constant_option/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/user_commands/management/commands/dance/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/user_commands/management/commands/mutually_exclusive_required/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/user_commands/management/commands/no_system_checks/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/user_commands/management/commands/required_list_option/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/user_commands/management/commands/reverse_url/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/user_commands/management/commands/subparser/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/user_commands/management/commands/set_option/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/user_commands/management/commands/outputwrapper/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/user_commands/management/commands/specific_system_checks/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/user_commands/management/commands/transaction/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/user_commands/management/commands/no_translations/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/user_commands/management/commands/common_args/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/user_commands/management/commands/subparser_required/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/user_commands/management/commands/mutually_exclusive_required_with_same_dest/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/user_commands/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/user_commands/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/field_deconstruction/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/field_deconstruction/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/sites_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/sites_tests/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/expressions/test_queryset_values/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/expressions/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/expressions/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/expressions/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/or_lookups/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/or_lookups/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/or_lookups/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/serializers/test_natural/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/serializers/test_deserializedobject/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/serializers/models/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/serializers/models/natural/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/serializers/models/data/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/serializers/models/base/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/serializers/models/multi_table/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/serializers/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/serializers/test_jsonl/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/serializers/test_yaml/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/serializers/test_data/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/serializers/test_json/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/serializers/test_xml/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/serializers/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_scripts/app_raising_warning/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_scripts/app_raising_warning/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_scripts/app_waiting_migration/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_scripts/app_waiting_migration/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_scripts/app_waiting_migration/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_scripts/app_waiting_migration/migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_scripts/configured_dynamic_settings_manage/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_scripts/app_with_import/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_scripts/app_with_import/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_scripts/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_scripts/management/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_scripts/management/commands/custom_startproject/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_scripts/management/commands/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_scripts/management/commands/label_command/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_scripts/management/commands/noargs_command/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_scripts/management/commands/base_command/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_scripts/management/commands/app_command/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_scripts/management/commands/suppress_base_options_command/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_scripts/complex_app/models/foo/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_scripts/complex_app/models/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_scripts/complex_app/models/bar/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_scripts/complex_app/admin/foo/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_scripts/complex_app/admin/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_scripts/complex_app/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_scripts/complex_app/management/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_scripts/complex_app/management/commands/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_scripts/complex_app/management/commands/duplicate/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_scripts/app_raising_messages/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_scripts/app_raising_messages/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_scripts/simple_app/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_scripts/simple_app/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_scripts/simple_app/management/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_scripts/simple_app/management/commands/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_scripts/simple_app/management/commands/duplicate/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_scripts/broken_app/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_scripts/broken_app/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_scripts/custom_templates/project_template/project_name/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_scripts/custom_templates/project_template/project_name/settings/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_scripts/custom_templates/project_template/additional_dir/extra/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_scripts/custom_templates/project_template/additional_dir/localized/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_scripts/custom_templates/project_template/additional_dir/additional_file/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_scripts/custom_templates/project_template/.hidden/render/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_scripts/custom_templates/app_template/api/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_scripts/custom_templates/app_template/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_scripts/configured_settings_manage/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_scripts/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_scripts/another_app_waiting_migration/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_scripts/another_app_waiting_migration/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_scripts/another_app_waiting_migration/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_scripts/another_app_waiting_migration/migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_scripts/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/humanize_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/humanize_tests/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/basic/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/basic/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/basic/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/staticfiles_tests/test_views/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/staticfiles_tests/test_forms/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/staticfiles_tests/test_handlers/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/staticfiles_tests/cases/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/staticfiles_tests/test_finders/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/staticfiles_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/staticfiles_tests/test_utils/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/staticfiles_tests/test_storage/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/staticfiles_tests/test_management/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/staticfiles_tests/settings/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/staticfiles_tests/test_templatetags/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/staticfiles_tests/storage/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/staticfiles_tests/test_checks/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/staticfiles_tests/urls/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/staticfiles_tests/urls/default/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/staticfiles_tests/urls/helper/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/staticfiles_tests/apps/no_label/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/staticfiles_tests/apps/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/staticfiles_tests/apps/test/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/staticfiles_tests/apps/staticfiles_config/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/staticfiles_tests/test_liveserver/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/fixtures_model_package/models/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/fixtures_model_package/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/fixtures_model_package/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/force_insert_update/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/force_insert_update/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/force_insert_update/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/mail/custombackend/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/mail/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/mail/test_sendtestemail/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/mail/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/model_fields/test_decimalfield/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/model_fields/test_promises/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/model_fields/test_manytomanyfield/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/model_fields/test_autofield/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/model_fields/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/model_fields/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/model_fields/test_floatfield/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/model_fields/test_binaryfield/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/model_fields/test_textfield/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/model_fields/test_charfield/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/model_fields/test_integerfield/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/model_fields/test_durationfield/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/model_fields/test_jsonfield/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/model_fields/test_booleanfield/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/model_fields/test_slugfield/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/model_fields/test_filefield/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/model_fields/test_datetimefield/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/model_fields/test_uuid/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/model_fields/test_foreignkey/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/model_fields/test_field_flags/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/model_fields/test_imagefield/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/model_fields/test_genericipaddressfield/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/model_fields/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/model_fields/test_filepathfield/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/null_queries/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/null_queries/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/null_queries/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/syndication_tests/feeds/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/syndication_tests/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/syndication_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/syndication_tests/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/syndication_tests/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/string_lookup/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/string_lookup/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/string_lookup/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/defer_regress/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/defer_regress/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/defer_regress/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/model_forms/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/model_forms/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/model_forms/test_uuid/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/model_forms/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/model_forms/test_modelchoicefield/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/introspection/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/introspection/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/introspection/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/servers/another_app/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/servers/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/servers/test_basehttp/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/servers/test_liveserverthread/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/servers/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/servers/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/servers/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/servers/views/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_widgets/widgetadmin/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_widgets/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_widgets/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_widgets/test_autocomplete_widget/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_widgets/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_widgets/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/bulk_create/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/bulk_create/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/bulk_create/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/transactions/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/transactions/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/transactions/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/custom_migration_operations/more_operations/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/custom_migration_operations/operations/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/custom_migration_operations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migration_test_data_persistence/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migration_test_data_persistence/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migration_test_data_persistence/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migration_test_data_persistence/migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migration_test_data_persistence/migrations/0002_add_book/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migration_test_data_persistence/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/inspectdb/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/inspectdb/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/inspectdb/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/extra_regress/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/extra_regress/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/extra_regress/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/test_exceptions/test_validation_error/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/test_exceptions/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/datatypes/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/datatypes/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/datatypes/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/aggregation_regress/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/aggregation_regress/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/aggregation_regress/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/queries/test_iterator/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/queries/test_explain/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/queries/test_db_returning/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/queries/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/queries/test_query/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/queries/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/queries/test_q/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/queries/test_bulk_update/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/queries/test_contains/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/queries/test_qs_combinators/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/queries/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_custom_urls/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_custom_urls/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_custom_urls/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_custom_urls/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/cache/tests_async/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/cache/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/cache/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/cache/closeable_cache/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/cache/liberal_backend/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/cache/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/generic_inline_admin/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/generic_inline_admin/admin/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/generic_inline_admin/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/generic_inline_admin/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/generic_inline_admin/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_utils/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_utils/admin/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_utils/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_utils/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_utils/test_logentry/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_utils/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_changelist/test_date_hierarchy/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_changelist/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_changelist/admin/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_changelist/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_changelist/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_changelist/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/signals/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/signals/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/signals/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/deprecation/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/deprecation/test_use_l10n/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/deprecation/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/deprecation/test_middleware_mixin/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/model_options/models/tablespaces/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/model_options/models/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/model_options/models/default_related_name/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/model_options/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/model_options/test_default_related_name/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/model_options/test_default_pk/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/model_options/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/model_options/test_tablespaces/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_inlines/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_inlines/admin/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_inlines/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_inlines/test_templates/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_inlines/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_inlines/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/context_processors/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/context_processors/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/context_processors/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/context_processors/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/context_processors/views/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/queryset_pickle/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/queryset_pickle/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/queryset_pickle/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/test_utils/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/test_utils/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/test_utils/test_serializemixin/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/test_utils/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/test_utils/test_transactiontestcase/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/test_utils/test_simpletestcase/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/test_utils/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/test_utils/test_testcase/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/test_utils/views/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/db_typecasts/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/db_typecasts/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/m2o_recursive/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/m2o_recursive/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/m2o_recursive/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/responses/test_cookie/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/responses/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/responses/test_fileresponse/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/responses/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/model_package/models/publication/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/model_package/models/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/model_package/models/article/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/model_package/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/model_package/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/model_enums/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/model_enums/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/properties/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/properties/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/properties/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/reverse_lookup/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/reverse_lookup/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/reverse_lookup/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/empty/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/empty/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/empty/no_models/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/empty/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/file_storage/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/file_storage/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/file_storage/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/file_storage/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/file_storage/test_generate_filename/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/related_models_app/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_private/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_private/_util/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_private/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_private/~util/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_private/.util/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/deprecated_field_migrations/0002_remove_ipaddressfield_ip/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/deprecated_field_migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/deprecated_field_migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_writer/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_commands/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_auto_now_add/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_auto_now_add/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_add_many_to_many_field_initial/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_add_many_to_many_field_initial/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_add_many_to_many_field_initial/0002_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_non_atomic/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_non_atomic/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/migrations_test_apps/mutate_state_b/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/migrations_test_apps/mutate_state_b/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/migrations_test_apps/mutate_state_b/migrations/0002_add_field/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/migrations_test_apps/mutate_state_b/migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/migrations_test_apps/conflicting_app_with_dependencies/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/migrations_test_apps/conflicting_app_with_dependencies/migrations/0002_conflicting_second/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/migrations_test_apps/conflicting_app_with_dependencies/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/migrations_test_apps/conflicting_app_with_dependencies/migrations/0002_second/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/migrations_test_apps/conflicting_app_with_dependencies/migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/migrations_test_apps/unspecified_app_with_conflict/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/migrations_test_apps/unspecified_app_with_conflict/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/migrations_test_apps/unspecified_app_with_conflict/migrations/0002_conflicting_second/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/migrations_test_apps/unspecified_app_with_conflict/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/migrations_test_apps/unspecified_app_with_conflict/migrations/0002_second/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/migrations_test_apps/unspecified_app_with_conflict/migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/migrations_test_apps/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/migrations_test_apps/lookuperror_a/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/migrations_test_apps/lookuperror_a/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/migrations_test_apps/lookuperror_a/migrations/0002_a2/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/migrations_test_apps/lookuperror_a/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/migrations_test_apps/lookuperror_a/migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/migrations_test_apps/lookuperror_a/migrations/0004_a4/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/migrations_test_apps/lookuperror_a/migrations/0003_a3/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/migrations_test_apps/normal/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/migrations_test_apps/without_init_file/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/migrations_test_apps/unmigrated_app_simple/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/migrations_test_apps/unmigrated_app_simple/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/migrations_test_apps/alter_fk/book_app/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/migrations_test_apps/alter_fk/book_app/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/migrations_test_apps/alter_fk/book_app/migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/migrations_test_apps/alter_fk/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/migrations_test_apps/alter_fk/author_app/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/migrations_test_apps/alter_fk/author_app/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/migrations_test_apps/alter_fk/author_app/migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/migrations_test_apps/alter_fk/author_app/migrations/0002_alter_id/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/migrations_test_apps/unmigrated_app/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/migrations_test_apps/unmigrated_app/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/migrations_test_apps/unmigrated_app_syncdb/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/migrations_test_apps/unmigrated_app_syncdb/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/migrations_test_apps/migrated_unapplied_app/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/migrations_test_apps/migrated_unapplied_app/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/migrations_test_apps/migrated_unapplied_app/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/migrations_test_apps/migrated_unapplied_app/migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/migrations_test_apps/lookuperror_c/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/migrations_test_apps/lookuperror_c/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/migrations_test_apps/lookuperror_c/migrations/0003_c3/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/migrations_test_apps/lookuperror_c/migrations/0002_c2/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/migrations_test_apps/lookuperror_c/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/migrations_test_apps/lookuperror_c/migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/migrations_test_apps/with_package_model/models/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/migrations_test_apps/with_package_model/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/migrations_test_apps/lookuperror_b/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/migrations_test_apps/lookuperror_b/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/migrations_test_apps/lookuperror_b/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/migrations_test_apps/lookuperror_b/migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/migrations_test_apps/lookuperror_b/migrations/0003_b3/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/migrations_test_apps/lookuperror_b/migrations/0002_b2/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/migrations_test_apps/mutate_state_a/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/migrations_test_apps/mutate_state_a/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/migrations_test_apps/mutate_state_a/migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/migrations_test_apps/migrated_app/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/migrations_test_apps/migrated_app/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/migrations_test_apps/migrated_app/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/migrations_test_apps/migrated_app/migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_optimizer/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_executor/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_operations/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_multidb/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_initial_false/0001_not_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_initial_false/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/routers/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_exceptions/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_plan/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_plan/0002_second/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_plan/0005_fifth/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_plan/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_plan/0003_third/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_plan/0004_fourth/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_fake_split_initial/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_fake_split_initial/0002_second/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_fake_split_initial/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_conflict/0002_conflicting_second/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_conflict/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_conflict/0002_second/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_conflict/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_squashed_extra/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_squashed_extra/0002_second/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_squashed_extra/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_squashed_extra/0001_squashed_0002/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_squashed_extra/0003_third/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations/0002_second/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_squashed_ref_squashed/app2/2_auto/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_squashed_ref_squashed/app2/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_squashed_ref_squashed/app2/1_squashed_2/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_squashed_ref_squashed/app2/1_auto/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_squashed_ref_squashed/app1/2_squashed_3/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_squashed_ref_squashed/app1/2_auto/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_squashed_ref_squashed/app1/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_squashed_ref_squashed/app1/4_auto/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_squashed_ref_squashed/app1/3_auto/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_squashed_ref_squashed/app1/1_auto/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_squashed_ref_squashed/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_namespace_package/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_questioner/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_no_default/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_no_default/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_unmigdep/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_unmigdep/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_no_operations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_no_operations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_empty/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_order/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_order/0001/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_fake_initial_case_insensitive/initial/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_fake_initial_case_insensitive/initial/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_fake_initial_case_insensitive/fake_initial/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_fake_initial_case_insensitive/fake_initial/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_autodetector/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_no_changes/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_no_changes/0002_second/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_no_changes/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_no_changes/0003_third/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_base/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_squashed/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_squashed/0002_second/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_squashed/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_squashed/0001_squashed_0002/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_squashed_complex_multi_apps/app2/2_auto/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_squashed_complex_multi_apps/app2/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_squashed_complex_multi_apps/app2/1_squashed_2/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_squashed_complex_multi_apps/app2/1_auto/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_squashed_complex_multi_apps/app1/2_squashed_3/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_squashed_complex_multi_apps/app1/2_auto/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_squashed_complex_multi_apps/app1/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_squashed_complex_multi_apps/app1/4_auto/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_squashed_complex_multi_apps/app1/3_auto/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_squashed_complex_multi_apps/app1/1_auto/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_squashed_complex_multi_apps/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_backwards_deps_1/0002_second/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_backwards_deps_1/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/faulty_migrations/namespace/foo/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/faulty_migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/faulty_migrations/file/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_clashing_prefix/ab/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_clashing_prefix/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_clashing_prefix/a/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_run_before/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_run_before/0002_second/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_run_before/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_run_before/0003_third/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_state/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_conflict_long_name/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_conflict_long_name/0002_second/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_conflict_long_name/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_conflict_long_name/0002_conflicting_second_migration_with_long_name/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_atomic_operation/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_atomic_operation/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_squashed_complex/6_auto/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_squashed_complex/2_auto/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_squashed_complex/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_squashed_complex/3_squashed_5/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_squashed_complex/4_auto/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_squashed_complex/3_auto/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_squashed_complex/7_auto/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_squashed_complex/5_auto/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_squashed_complex/1_auto/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_loader/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_bad_pyc/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_squashed_erroneous/6_auto/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_squashed_erroneous/2_auto/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_squashed_erroneous/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_squashed_erroneous/3_squashed_5/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_squashed_erroneous/7_auto/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_squashed_erroneous/1_auto/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_deprecated_fields/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_custom_user/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_custom_user/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_first/thefirst/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_first/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_first/second/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_graph/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_no_ancestor/0002_conflicting_second/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_no_ancestor/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_no_ancestor/0002_second/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_no_ancestor/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/m2m_signals/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/m2m_signals/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/m2m_signals/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/resolve_url/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/resolve_url/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/resolve_url/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/resolve_url/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_docs/test_views/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_docs/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_docs/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_docs/test_utils/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_docs/namespace_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_docs/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_docs/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_docs/views/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_docs/test_middleware/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/aggregation/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/aggregation/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/aggregation/test_filter_argument/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/aggregation/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/update/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/update/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/update/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/select_related_regress/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/select_related_regress/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/select_related_regress/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/indexes/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/indexes/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/indexes/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/invalid_models_tests/test_backend_specific/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/invalid_models_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/invalid_models_tests/test_custom_fields/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/invalid_models_tests/test_models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/invalid_models_tests/test_ordinary_fields/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/invalid_models_tests/test_relative_fields/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/invalid_models_tests/test_deprecated_fields/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/view_tests/regression_21530_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/view_tests/app4/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/view_tests/app2/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/view_tests/templatetags/debugtags/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/view_tests/templatetags/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/view_tests/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/view_tests/app1/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/view_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/view_tests/app0/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/view_tests/app5/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/view_tests/app3/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/view_tests/generic_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/view_tests/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/view_tests/default_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/view_tests/tests/test_specials/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/view_tests/tests/test_static/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/view_tests/tests/test_i18n/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/view_tests/tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/view_tests/tests/test_json/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/view_tests/tests/test_csrf/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/view_tests/tests/test_debug/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/view_tests/tests/test_defaults/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/view_tests/views/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/m2m_intermediary/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/m2m_intermediary/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/m2m_intermediary/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/no_models/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/no_models/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/schema/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/schema/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/schema/fields/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/schema/test_logging/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/schema/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/fixtures/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/fixtures/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/fixtures/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/delete/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/delete/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/delete/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/expressions_case/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/expressions_case/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/expressions_case/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/sessions_tests/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/sessions_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/sessions_tests/no_clear_expired/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/sessions_tests/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/auth_tests/test_views/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/auth_tests/test_validators/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/auth_tests/test_forms/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/auth_tests/test_handlers/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/auth_tests/test_admin_multidb/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/auth_tests/test_basic/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/auth_tests/models/custom_user/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/auth_tests/models/custom_permissions/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/auth_tests/models/with_last_login_attr/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/auth_tests/models/with_integer_username/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/auth_tests/models/proxy/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/auth_tests/models/invalid_models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/auth_tests/models/is_active/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/auth_tests/models/minimal/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/auth_tests/models/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/auth_tests/models/uuid_pk/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/auth_tests/models/with_foreign_key/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/auth_tests/models/with_many_to_many/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/auth_tests/models/no_password/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/auth_tests/models/with_custom_email_field/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/auth_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/auth_tests/test_migrations/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/auth_tests/test_signals/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/auth_tests/test_remote_user/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/auth_tests/test_hashers/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/auth_tests/test_management/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/auth_tests/test_templates/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/auth_tests/test_tokens/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/auth_tests/test_models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/auth_tests/settings/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/auth_tests/backend_alias/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/auth_tests/urls_custom_user_admin/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/auth_tests/test_checks/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/auth_tests/client/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/auth_tests/test_context_processors/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/auth_tests/test_mixins/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/auth_tests/test_decorators/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/auth_tests/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/auth_tests/test_middleware/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/auth_tests/urls_admin/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/auth_tests/test_auth_backends/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/many_to_one/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/many_to_one/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/many_to_one/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/str/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/str/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/str/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/annotations/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/annotations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/annotations/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/validation/test_validators/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/validation/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/validation/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/validation/test_picklable/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/validation/test_custom_messages/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/validation/test_error_messages/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/validation/test_unique/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/validation/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/middleware_exceptions/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/middleware_exceptions/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/middleware_exceptions/middleware/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/middleware_exceptions/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/middleware_exceptions/views/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/constraints/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/constraints/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/constraints/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/foreign_object/test_forms/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/foreign_object/models/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/foreign_object/models/customers/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/foreign_object/models/article/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/foreign_object/models/person/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/foreign_object/models/empty_join/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/foreign_object/test_empty_join/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/foreign_object/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/foreign_object/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/foreign_object/test_agnostic_order_trimjoin/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/sitemaps_tests/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/sitemaps_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/sitemaps_tests/test_utils/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/sitemaps_tests/test_https/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/sitemaps_tests/test_management/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/sitemaps_tests/urls/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/sitemaps_tests/urls/empty/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/sitemaps_tests/urls/http/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/sitemaps_tests/urls/https/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/sitemaps_tests/urls/index_only/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/sitemaps_tests/test_http/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/sitemaps_tests/test_generic/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/sitemaps_tests/base/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/filtered_relation/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/filtered_relation/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/filtered_relation/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/project_template/test_settings/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/project_template/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/project_template/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/project_template/views/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/fixtures_regress/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/fixtures_regress/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/fixtures_regress/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/dates/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/dates/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/dates/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/gis_migrations/test_commands/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/gis_migrations/test_operations/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/gis_migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/gis_migrations/migrations/0001_setup_extensions/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/gis_migrations/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/gis_migrations/migrations/0002_create_models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/geoadmin_deprecated/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/geoadmin_deprecated/admin/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/geoadmin_deprecated/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/geoadmin_deprecated/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/geoadmin_deprecated/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/test_gis_tests_utils/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/admin/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/test_measure/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/gdal_tests/test_geom/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/gdal_tests/test_raster/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/gdal_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/gdal_tests/test_srs/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/gdal_tests/test_ds/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/gdal_tests/test_envelope/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/gdal_tests/test_driver/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/gdal_tests/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/utils/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/test_spatialrefsys/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/test_geoip2/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/test_data/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/geoadmin/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/geoadmin/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/geoadmin/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/geoadmin/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/layermap/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/layermap/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/layermap/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/inspectapp/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/inspectapp/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/inspectapp/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/test_geoforms/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/relatedapp/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/relatedapp/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/relatedapp/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/data/rasters/textrasters/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/data/rasters/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/data/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/geo3d/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/geo3d/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/geo3d/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/geo3d/views/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/distapp/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/distapp/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/distapp/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/test_ptr/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/geos_tests/test_mutable_list/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/geos_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/geos_tests/test_io/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/geos_tests/test_geos_mutation/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/geos_tests/test_coordseq/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/geos_tests/test_geos/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/geoapp/test_sitemaps/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/geoapp/feeds/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/geoapp/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/geoapp/test_serializers/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/geoapp/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/geoapp/test_indexes/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/geoapp/sitemaps/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/geoapp/test_functions/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/geoapp/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/geoapp/test_feeds/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/geoapp/test_regress/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/geoapp/test_expressions/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/geoapp/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/rasterapp/test_rasterfield/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/rasterapp/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/rasterapp/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/rasterapp/migrations/0001_setup_extensions/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/rasterapp/migrations/0002_rastermodels/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/rasterapp/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/geogapp/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/geogapp/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/geogapp/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/test_fields/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/lookup/test_lookups/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/lookup/test_decimalfield/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/lookup/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/lookup/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/lookup/test_timefield/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/lookup/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/managers_regress/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/managers_regress/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/managers_regress/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/files/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/files/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/mutually_referential/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/mutually_referential/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/mutually_referential/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/modeladmin/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/modeladmin/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/modeladmin/test_actions/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/modeladmin/test_checks/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/modeladmin/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/backends/sqlite/test_operations/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/backends/sqlite/test_features/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/backends/sqlite/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/backends/sqlite/test_creation/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/backends/sqlite/test_introspection/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/backends/sqlite/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/backends/oracle/test_operations/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/backends/oracle/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/backends/oracle/test_creation/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/backends/oracle/test_introspection/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/backends/oracle/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/backends/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/backends/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/backends/test_utils/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/backends/postgresql/test_operations/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/backends/postgresql/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/backends/postgresql/test_server_side_cursors/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/backends/postgresql/test_creation/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/backends/postgresql/test_introspection/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/backends/postgresql/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/backends/test_ddl_references/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/backends/mysql/test_operations/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/backends/mysql/test_features/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/backends/mysql/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/backends/mysql/test_creation/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/backends/mysql/test_introspection/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/backends/mysql/test_schema/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/backends/mysql/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/backends/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/backends/base/test_operations/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/backends/base/test_features/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/backends/base/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/backends/base/test_creation/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/backends/base/app_unmigrated/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/backends/base/app_unmigrated/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/backends/base/app_unmigrated/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/backends/base/app_unmigrated/migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/backends/base/test_base/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/backends/base/test_client/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/backends/base/test_introspection/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/backends/base/test_schema/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/datetimes/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/datetimes/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/datetimes/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/wsgi/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/wsgi/wsgi/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/wsgi/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/wsgi/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/get_earliest_or_latest/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/get_earliest_or_latest/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/get_earliest_or_latest/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_loader/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_loader/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/model_inheritance_regress/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/model_inheritance_regress/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/model_inheritance_regress/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/model_inheritance/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/model_inheritance/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/model_inheritance/test_abstract_inheritance/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/model_inheritance/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/signed_cookies_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/signed_cookies_tests/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/test_runner_apps/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/test_runner_apps/sample/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/test_runner_apps/sample/empty/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/test_runner_apps/sample/tests_sample/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/test_runner_apps/sample/doctests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/test_runner_apps/sample/tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/test_runner_apps/sample/tests/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/test_runner_apps/sample/pattern_tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/test_runner_apps/tagged/tests_inheritance/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/test_runner_apps/tagged/tests_syntax_error/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/test_runner_apps/tagged/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/test_runner_apps/tagged/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/test_runner_apps/simple/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/test_runner_apps/simple/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/test_runner_apps/databases/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/test_runner_apps/databases/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/test_runner_apps/buffer/tests_buffer/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/test_client/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/test_client/test_conditional_content_removal/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/test_client/auth_backends/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/test_client/test_fakepayload/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/test_client/urls_middleware_urlconf/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/test_client/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/test_client/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/test_client/views/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/db_utils/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/db_utils/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/distinct_on_fields/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/distinct_on_fields/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/distinct_on_fields/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/shortcuts/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/shortcuts/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/shortcuts/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/shortcuts/views/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/postgres_tests/test_search/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/postgres_tests/test_operations/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/postgres_tests/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/postgres_tests/test_citext/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/postgres_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/postgres_tests/test_signals/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/postgres_tests/test_integration/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/postgres_tests/migrations/0001_setup_extensions/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/postgres_tests/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/postgres_tests/migrations/0002_create_test_models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/postgres_tests/test_constraints/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/postgres_tests/test_ranges/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/postgres_tests/test_aggregates/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/postgres_tests/test_hstore/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/postgres_tests/test_indexes/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/postgres_tests/test_bulk_update/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/postgres_tests/fields/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/postgres_tests/array_index_migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/postgres_tests/array_index_migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/postgres_tests/test_apps/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/postgres_tests/array_default_migrations/0002_integerarraymodel_field_2/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/postgres_tests/array_default_migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/postgres_tests/array_default_migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/postgres_tests/test_introspection/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/postgres_tests/test_functions/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/postgres_tests/test_array/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/postgres_tests/test_unaccent/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/postgres_tests/integration_settings/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/postgres_tests/test_trigram/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/async/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/async/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/async/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/custom_methods/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/custom_methods/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/custom_methods/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/dbshell/test_mysql/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/dbshell/test_oracle/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/dbshell/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/dbshell/fake_client/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/dbshell/test_postgresql/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/dbshell/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/dbshell/test_sqlite/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/ordering/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/ordering/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/ordering/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/redirects_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/redirects_tests/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/redirects_tests/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/signing/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/signing/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/multiple_database/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/multiple_database/routers/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/multiple_database/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/multiple_database/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/handlers/tests_custom_error_handlers/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/handlers/test_exception/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/handlers/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/handlers/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/handlers/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/handlers/views/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/defer/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/defer/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/defer/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/runtests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/expressions_window/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/expressions_window/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/expressions_window/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/many_to_one_null/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/many_to_one_null/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/many_to_one_null/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/get_object_or_404/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/get_object_or_404/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/get_object_or_404/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_ordering/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_ordering/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_ordering/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_views/test_forms/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_views/test_multidb/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_views/test_adminsite/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_views/test_autocomplete_view/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_views/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_views/admin/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_views/test_history_view/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_views/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_views/forms/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_views/custom_has_permission_admin/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_views/test_nav_sidebar/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_views/test_templatetags/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_views/test_actions/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_views/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_views/customadmin/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_views/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_views/views/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/reserved_names/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/reserved_names/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/reserved_names/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/save_delete_hooks/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/save_delete_hooks/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/save_delete_hooks/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/raw_query/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/raw_query/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/raw_query/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/shell/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/shell/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/model_formsets/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/model_formsets/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/model_formsets/test_uuid/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/model_formsets/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/field_tests/test_multiplechoicefield/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/field_tests/test_typedchoicefield/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/field_tests/test_decimalfield/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/field_tests/filepathfield_test_dir/ab/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/field_tests/filepathfield_test_dir/j/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/field_tests/filepathfield_test_dir/b/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/field_tests/filepathfield_test_dir/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/field_tests/filepathfield_test_dir/h/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/field_tests/filepathfield_test_dir/a/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/field_tests/filepathfield_test_dir/c/d/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/field_tests/filepathfield_test_dir/c/e/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/field_tests/filepathfield_test_dir/c/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/field_tests/filepathfield_test_dir/c/f/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/field_tests/filepathfield_test_dir/c/f/g/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/field_tests/test_regexfield/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/field_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/field_tests/test_choicefield/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/field_tests/test_emailfield/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/field_tests/test_floatfield/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/field_tests/test_multivaluefield/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/field_tests/test_combofield/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/field_tests/test_charfield/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/field_tests/test_integerfield/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/field_tests/test_durationfield/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/field_tests/test_jsonfield/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/field_tests/test_base/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/field_tests/test_booleanfield/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/field_tests/test_slugfield/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/field_tests/test_uuidfield/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/field_tests/test_urlfield/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/field_tests/test_timefield/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/field_tests/test_filefield/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/field_tests/test_datetimefield/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/field_tests/test_splitdatetimefield/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/field_tests/test_nullbooleanfield/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/field_tests/test_imagefield/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/field_tests/test_genericipaddressfield/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/field_tests/test_datefield/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/field_tests/test_filepathfield/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/field_tests/test_typedmultiplechoicefield/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/templatetags/tags/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/templatetags/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/widget_tests/test_textarea/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/widget_tests/test_multiplehiddeninput/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/widget_tests/test_input/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/widget_tests/test_datetimeinput/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/widget_tests/test_clearablefileinput/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/widget_tests/test_nullbooleanselect/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/widget_tests/test_timeinput/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/widget_tests/test_multiwidget/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/widget_tests/test_dateinput/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/widget_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/widget_tests/test_checkboxselectmultiple/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/widget_tests/test_splitdatetimewidget/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/widget_tests/test_splithiddendatetimewidget/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/widget_tests/test_numberinput/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/widget_tests/test_checkboxinput/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/widget_tests/test_hiddeninput/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/widget_tests/test_fileinput/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/widget_tests/test_selectmultiple/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/widget_tests/test_textinput/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/widget_tests/test_widget/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/widget_tests/test_select/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/widget_tests/test_radioselect/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/widget_tests/test_passwordinput/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/widget_tests/test_selectdatewidget/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/widget_tests/base/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/tests/test_validators/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/tests/test_forms/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/tests/test_i18n/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/tests/test_renderers/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/tests/test_formsets/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/tests/test_utils/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/tests/test_media/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/tests/test_error_messages/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/tests/test_widgets/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/tests/test_deprecation_forms/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/tests/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/tests/test_input_formats/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/forms_tests/views/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/urlpatterns_reverse/included_named_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/urlpatterns_reverse/no_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/urlpatterns_reverse/included_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/urlpatterns_reverse/urlconf_outer/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/urlpatterns_reverse/urls_without_handlers/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/urlpatterns_reverse/urls_error_handlers/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/urlpatterns_reverse/views_broken/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/urlpatterns_reverse/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/urlpatterns_reverse/utils/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/urlpatterns_reverse/translations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/urlpatterns_reverse/translations/locale/de/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/urlpatterns_reverse/translations/locale/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/urlpatterns_reverse/translations/locale/fr/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/urlpatterns_reverse/test_localeregexdescriptor/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/urlpatterns_reverse/reverse_lazy_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/urlpatterns_reverse/nested_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/urlpatterns_reverse/urls_error_handlers_callables/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/urlpatterns_reverse/namespace_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/urlpatterns_reverse/nonimported_module/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/urlpatterns_reverse/included_namespace_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/urlpatterns_reverse/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/urlpatterns_reverse/named_urls_conflict/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/urlpatterns_reverse/middleware/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/urlpatterns_reverse/urlconf_inner/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/urlpatterns_reverse/included_named_urls2/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/urlpatterns_reverse/extra_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/urlpatterns_reverse/included_no_kwargs_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/urlpatterns_reverse/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/urlpatterns_reverse/views/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/urlpatterns_reverse/included_app_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/urlpatterns_reverse/erroneous_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/urlpatterns_reverse/method_view_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/urlpatterns_reverse/named_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/urlpatterns_reverse/included_urls2/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/transaction_hooks/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/transaction_hooks/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/transaction_hooks/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/csrf_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/csrf_tests/csrf_token_error_handler_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/csrf_tests/test_context_processor/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/csrf_tests/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/csrf_tests/views/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/middleware/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/middleware/cond_get_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/middleware/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/middleware/extra_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/middleware/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/middleware/views/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/middleware/test_security/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/model_meta/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/model_meta/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/model_meta/results/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/model_meta/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/conditional_processing/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/conditional_processing/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/conditional_processing/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/conditional_processing/views/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/m2m_multiple/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/m2m_multiple/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/m2m_multiple/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/empty_models/test_commands/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/empty_models/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/empty_models/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/proxy_models/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/proxy_models/admin/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/proxy_models/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/proxy_models/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/proxy_models/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/urlpatterns/converters/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/urlpatterns/path_base64_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/urlpatterns/included_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/urlpatterns/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/urlpatterns/converter_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/urlpatterns/path_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/urlpatterns/more_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/urlpatterns/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/urlpatterns/views/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/urlpatterns/test_resolvers/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/urlpatterns/path_dynamic_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/urlpatterns/path_same_name_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/prefetch_related/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/prefetch_related/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/prefetch_related/test_prefetch_related_objects/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/prefetch_related/test_uuid/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/prefetch_related/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/field_defaults/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/field_defaults/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/field_defaults/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/app_loading/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/app_loading/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/app_loading/not_installed/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/app_loading/not_installed/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/inline_formsets/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/inline_formsets/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/inline_formsets/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/sites_framework/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/sites_framework/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/sites_framework/migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/sites_framework/migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/sites_framework/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/test_client_regress/session/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/test_client_regress/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/test_client_regress/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/test_client_regress/context_processors/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/test_client_regress/auth_backends/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/test_client_regress/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/test_client_regress/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/test_client_regress/views/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/custom_lookups/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/custom_lookups/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/custom_lookups/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/delete_regress/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/delete_regress/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/delete_regress/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/apps/two_configs_app/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/apps/two_configs_app/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/apps/no_config_app/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/apps/explicit_default_config_without_apps/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/apps/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/apps/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/apps/two_default_configs_app/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/apps/two_default_configs_app/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/apps/explicit_default_config_app/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/apps/explicit_default_config_app/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/apps/one_config_app/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/apps/one_config_app/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/apps/explicit_default_config_mismatch_app/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/apps/explicit_default_config_mismatch_app/not_apps/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/apps/explicit_default_config_mismatch_app/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/apps/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/apps/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/apps/namespace_package_base/nsapp/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/apps/explicit_default_config_empty_apps/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/apps/explicit_default_config_empty_apps/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/apps/two_configs_one_default_app/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/apps/two_configs_one_default_app/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/field_subclassing/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/field_subclassing/fields/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/field_subclassing/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_default_site/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_default_site/sites/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_default_site/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_default_site/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/file_uploads/uploadhandler/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/file_uploads/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/file_uploads/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/file_uploads/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/file_uploads/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/file_uploads/views/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/m2m_recursive/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/m2m_recursive/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/m2m_recursive/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/m2m_through_regress/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/m2m_through_regress/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/m2m_through_regress/test_multitable/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/m2m_through_regress/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/import_error_package/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/builtin_server/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/builtin_server/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/builtin_server/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/builtin_server/views/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/custom_columns/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/custom_columns/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/custom_columns/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/null_fk_ordering/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/null_fk_ordering/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/null_fk_ordering/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/swappable_models/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/swappable_models/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/swappable_models/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/settings_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/settings_tests/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/model_regress/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/model_regress/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/model_regress/test_state/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/model_regress/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/model_regress/test_pickle/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/asgi/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/asgi/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/asgi/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/version/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/version/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/unmanaged_models/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/unmanaged_models/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/unmanaged_models/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/test_runner/runner/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/test_runner/test_discover_runner/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/test_runner/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/test_runner/test_parallel/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/test_runner/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/test_runner/test_shuffler/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/test_runner/test_debug_sql/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/test_runner/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/generic_views/test_dates/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/generic_views/test_list/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/generic_views/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/generic_views/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/generic_views/test_detail/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/generic_views/forms/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/generic_views/test_base/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/generic_views/test_edit/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/generic_views/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/generic_views/views/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_registration/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_registration/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_registration/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/known_related_objects/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/known_related_objects/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/known_related_objects/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrate_signals/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrate_signals/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrate_signals/custom_migrations/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrate_signals/custom_migrations/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrate_signals/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/m2m_regress/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/m2m_regress/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/m2m_regress/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/m2m_and_m2o/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/m2m_and_m2o/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/m2m_and_m2o/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/from_db_value/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/from_db_value/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/from_db_value/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/decorators/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/decorators/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/model_indexes/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/model_indexes/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/model_indexes/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/dispatch/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/dispatch/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/custom_pk/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/custom_pk/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/custom_pk/fields/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/custom_pk/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/requests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/requests/test_data_upload_settings/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/requests/test_accept_header/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/requests/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/httpwrappers/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/httpwrappers/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/test_sqlite/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/order_with_respect_to/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/order_with_respect_to/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/order_with_respect_to/base_tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/order_with_respect_to/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/proxy_model_inheritance/app2/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/proxy_model_inheritance/app2/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/proxy_model_inheritance/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/proxy_model_inheritance/app1/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/proxy_model_inheritance/app1/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/proxy_model_inheritance/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/proxy_model_inheritance/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/get_or_create/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/get_or_create/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/get_or_create/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/null_fk/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/null_fk/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/null_fk/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/m2m_through/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/m2m_through/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/m2m_through/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations2/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations2/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations2/test_migrations_2_first/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations2/test_migrations_2_first/0002_second/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations2/test_migrations_2_first/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations2/test_migrations_2/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations2/test_migrations_2/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations2/test_migrations_2_no_deps/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations2/test_migrations_2_no_deps/0001_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_backends/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_backends/test_utils/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_backends/test_django/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_backends/test_dummy/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_backends/apps/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_backends/apps/good/templatetags/override/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_backends/apps/good/templatetags/good_tags/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_backends/apps/good/templatetags/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_backends/apps/good/templatetags/empty/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_backends/apps/good/templatetags/subpackage/tags/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_backends/apps/good/templatetags/subpackage/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_backends/apps/good/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_backends/apps/importerror/templatetags/broken_tags/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_backends/apps/importerror/templatetags/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_backends/apps/importerror/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_backends/test_jinja2/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/nested_foreign_keys/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/nested_foreign_keys/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/nested_foreign_keys/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/base/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/base/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/max_lengths/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/max_lengths/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/max_lengths/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/select_related_onetoone/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/select_related_onetoone/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/select_related_onetoone/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/absolute_url_overrides/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/absolute_url_overrides/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/i18n/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/i18n/other2/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/i18n/other2/locale/de/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/i18n/other2/locale/de/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/i18n/other2/locale/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/i18n/contenttypes/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/i18n/contenttypes/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/i18n/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/i18n/other/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/i18n/other/locale/de/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/i18n/other/locale/de/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/i18n/other/locale/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/i18n/other/locale/fr/formats/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/i18n/other/locale/fr/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/i18n/utils/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/i18n/territorial_fallback/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/i18n/commands/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/i18n/forms/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/i18n/test_compilation/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/i18n/test_management/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/i18n/urls_default_unprefixed/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/i18n/sampleproject/update_catalogs/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/i18n/sampleproject/sampleproject/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/i18n/sampleproject/sampleproject/settings/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/i18n/sampleproject/manage/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/i18n/resolution/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/i18n/exclude/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/i18n/test_extraction/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/i18n/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/i18n/patterns/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/i18n/patterns/urls/wrong_namespace/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/i18n/patterns/urls/namespace/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/i18n/patterns/urls/wrong/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/i18n/patterns/urls/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/i18n/patterns/urls/path_unused/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/i18n/patterns/urls/included/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/i18n/patterns/urls/default/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/i18n/patterns/urls/disabled/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/i18n/patterns/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/i18n/project_dir/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/i18n/project_dir/app_with_locale/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/i18n/project_dir/app_with_locale/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/i18n/project_dir/app_no_locale/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/i18n/project_dir/app_no_locale/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/i18n/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/i18n/test_percents/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/i18n/loading_app/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/i18n/loading_app/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/messages_tests/test_cookie/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/messages_tests/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/messages_tests/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/messages_tests/test_fallback/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/messages_tests/test_api/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/messages_tests/test_mixins/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/messages_tests/test_session/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/messages_tests/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/messages_tests/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/messages_tests/test_middleware/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/messages_tests/base/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/select_related/models/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/select_related/__init__/genUnsupportedEO, /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/select_related/tests/genUnsupportedEO) checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 37 kB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/org/eolang/eo-parent/0.23.11/eo-parent-0.23.11.pom Progress (1): 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 401 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 2.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 449 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 4.2 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.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 544 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 736 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): 33/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 3.2 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.6 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 2.2 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 892 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.9 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 496 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.7 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 3.1 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 361 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 4.1 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 398 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 508 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 444 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 4.1 MB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.18.1/jcabi-log-0.18.1.pom Progress (1): 4.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 407 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 479 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): 32/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.9 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 252 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.4 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 802 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 4.4 MB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/net/sf/saxon/Saxon-HE/9.8.0-5/Saxon-HE-9.8.0-5.pom Progress (1): 3.4 kB Downloaded from Maven: https://repo.maven.apache.org/maven2/net/sf/saxon/Saxon-HE/9.8.0-5/Saxon-HE-9.8.0-5.pom (3.4 kB at 305 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 362 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 235 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 621 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 4.4 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 376 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 4.5 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 162 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 2.1 MB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.10.13/byte-buddy-1.10.13.pom Progress (1): 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 957 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 699 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 3.9 MB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/3.5.0/mockito-core-3.5.0.pom Progress (1): 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 294 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.4 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 2.8 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 442 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 529 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 157 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.3 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 276 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.2 MB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.8.1/maven-model-3.8.1.pom Progress (1): 4.1 kB Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.8.1/maven-model-3.8.1.pom (4.1 kB at 371 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.4 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 309 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 882 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 210 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 254 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 140 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 265 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 308 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 263 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 241 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 255 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 423 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 384 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 376 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 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.6 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 779 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 1.0 MB/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 420 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 199 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 566 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 345 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 282 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 487 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.4 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 251 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 1.0 MB/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 2.3 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 856 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 403 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 238 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 165 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 86 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 559 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 299 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 417 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.2 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 239 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 174 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 211 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 325 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 1.1 MB/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 426 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 96 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.2 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.7 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.5 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): 32/78 kB Progress (1): 49/78 kB Progress (1): 65/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 5.2 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.6 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.7 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 4.0 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.2 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.4 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): 32/72 kB Progress (1): 49/72 kB Progress (1): 65/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 318 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 283 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 5.5 MB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/net/sf/saxon/Saxon-HE/9.8.0-5/Saxon-HE-9.8.0-5.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 (2): 0.1/5.0 MB | 1.4/25 kB Progress (3): 0.1/5.0 MB | 1.4/25 kB | 1.4/12 kB Progress (3): 0.1/5.0 MB | 1.4/25 kB | 2.8/12 kB Progress (3): 0.1/5.0 MB | 1.4/25 kB | 4.1/12 kB Progress (4): 0.1/5.0 MB | 1.4/25 kB | 4.1/12 kB | 1.4/330 kB Progress (5): 0.1/5.0 MB | 1.4/25 kB | 4.1/12 kB | 1.4/330 kB | 1.4/60 kB Progress (5): 0.1/5.0 MB | 2.8/25 kB | 4.1/12 kB | 1.4/330 kB | 1.4/60 kB Progress (5): 0.1/5.0 MB | 2.8/25 kB | 4.1/12 kB | 1.4/330 kB | 2.8/60 kB Progress (5): 0.1/5.0 MB | 2.8/25 kB | 4.1/12 kB | 1.4/330 kB | 4.1/60 kB Progress (5): 0.1/5.0 MB | 2.8/25 kB | 4.1/12 kB | 2.8/330 kB | 4.1/60 kB Progress (5): 0.1/5.0 MB | 4.1/25 kB | 4.1/12 kB | 2.8/330 kB | 4.1/60 kB Progress (5): 0.1/5.0 MB | 4.1/25 kB | 4.1/12 kB | 2.8/330 kB | 5.5/60 kB Progress (5): 0.1/5.0 MB | 4.1/25 kB | 4.1/12 kB | 4.1/330 kB | 5.5/60 kB Progress (5): 0.1/5.0 MB | 4.1/25 kB | 4.1/12 kB | 4.1/330 kB | 6.9/60 kB Progress (5): 0.1/5.0 MB | 4.1/25 kB | 4.1/12 kB | 5.5/330 kB | 6.9/60 kB Progress (5): 0.1/5.0 MB | 4.1/25 kB | 4.1/12 kB | 5.5/330 kB | 8.3/60 kB Progress (5): 0.1/5.0 MB | 4.1/25 kB | 4.1/12 kB | 6.9/330 kB | 8.3/60 kB Progress (5): 0.1/5.0 MB | 4.1/25 kB | 4.1/12 kB | 6.9/330 kB | 9.7/60 kB Progress (5): 0.2/5.0 MB | 4.1/25 kB | 4.1/12 kB | 6.9/330 kB | 9.7/60 kB Progress (5): 0.2/5.0 MB | 4.1/25 kB | 4.1/12 kB | 6.9/330 kB | 11/60 kB Progress (5): 0.2/5.0 MB | 4.1/25 kB | 4.1/12 kB | 8.3/330 kB | 11/60 kB Progress (5): 0.2/5.0 MB | 4.1/25 kB | 4.1/12 kB | 8.3/330 kB | 12/60 kB Progress (5): 0.2/5.0 MB | 4.1/25 kB | 4.1/12 kB | 8.3/330 kB | 12/60 kB Progress (5): 0.2/5.0 MB | 4.1/25 kB | 4.1/12 kB | 8.3/330 kB | 14/60 kB Progress (5): 0.2/5.0 MB | 4.1/25 kB | 4.1/12 kB | 9.7/330 kB | 14/60 kB Progress (5): 0.2/5.0 MB | 4.1/25 kB | 4.1/12 kB | 9.7/330 kB | 15/60 kB Progress (5): 0.2/5.0 MB | 4.1/25 kB | 4.1/12 kB | 9.7/330 kB | 15/60 kB Progress (5): 0.2/5.0 MB | 4.1/25 kB | 4.1/12 kB | 11/330 kB | 15/60 kB Progress (5): 0.2/5.0 MB | 4.1/25 kB | 4.1/12 kB | 11/330 kB | 15/60 kB Progress (5): 0.2/5.0 MB | 4.1/25 kB | 4.1/12 kB | 12/330 kB | 15/60 kB Progress (5): 0.2/5.0 MB | 4.1/25 kB | 4.1/12 kB | 12/330 kB | 15/60 kB Progress (5): 0.2/5.0 MB | 4.1/25 kB | 4.1/12 kB | 12/330 kB | 17/60 kB Progress (5): 0.2/5.0 MB | 4.1/25 kB | 4.1/12 kB | 14/330 kB | 17/60 kB Progress (5): 0.2/5.0 MB | 4.1/25 kB | 4.1/12 kB | 14/330 kB | 18/60 kB Progress (5): 0.2/5.0 MB | 4.1/25 kB | 4.1/12 kB | 14/330 kB | 18/60 kB Progress (5): 0.2/5.0 MB | 4.1/25 kB | 4.1/12 kB | 14/330 kB | 19/60 kB Progress (5): 0.2/5.0 MB | 4.1/25 kB | 4.1/12 kB | 15/330 kB | 19/60 kB Progress (5): 0.2/5.0 MB | 4.1/25 kB | 4.1/12 kB | 15/330 kB | 21/60 kB Progress (5): 0.3/5.0 MB | 4.1/25 kB | 4.1/12 kB | 15/330 kB | 21/60 kB Progress (5): 0.3/5.0 MB | 4.1/25 kB | 4.1/12 kB | 15/330 kB | 22/60 kB Progress (5): 0.3/5.0 MB | 4.1/25 kB | 4.1/12 kB | 16/330 kB | 22/60 kB Progress (5): 0.3/5.0 MB | 4.1/25 kB | 4.1/12 kB | 16/330 kB | 23/60 kB Progress (5): 0.3/5.0 MB | 4.1/25 kB | 4.1/12 kB | 16/330 kB | 23/60 kB Progress (5): 0.3/5.0 MB | 5.5/25 kB | 4.1/12 kB | 16/330 kB | 23/60 kB Progress (5): 0.3/5.0 MB | 5.5/25 kB | 4.1/12 kB | 32/330 kB | 23/60 kB Progress (5): 0.3/5.0 MB | 5.5/25 kB | 4.1/12 kB | 32/330 kB | 25/60 kB Progress (5): 0.3/5.0 MB | 6.9/25 kB | 4.1/12 kB | 32/330 kB | 25/60 kB Progress (5): 0.3/5.0 MB | 6.9/25 kB | 4.1/12 kB | 32/330 kB | 25/60 kB Progress (5): 0.3/5.0 MB | 8.3/25 kB | 4.1/12 kB | 32/330 kB | 25/60 kB Progress (5): 0.3/5.0 MB | 8.3/25 kB | 4.1/12 kB | 49/330 kB | 25/60 kB Progress (5): 0.3/5.0 MB | 8.3/25 kB | 4.1/12 kB | 49/330 kB | 26/60 kB Progress (5): 0.3/5.0 MB | 9.7/25 kB | 4.1/12 kB | 49/330 kB | 26/60 kB Progress (5): 0.3/5.0 MB | 9.7/25 kB | 4.1/12 kB | 49/330 kB | 26/60 kB Progress (5): 0.3/5.0 MB | 9.7/25 kB | 4.1/12 kB | 49/330 kB | 28/60 kB Progress (5): 0.3/5.0 MB | 9.7/25 kB | 4.1/12 kB | 65/330 kB | 28/60 kB Progress (5): 0.3/5.0 MB | 9.7/25 kB | 4.1/12 kB | 65/330 kB | 29/60 kB Progress (5): 0.3/5.0 MB | 9.7/25 kB | 4.1/12 kB | 65/330 kB | 29/60 kB Progress (5): 0.3/5.0 MB | 9.7/25 kB | 4.1/12 kB | 65/330 kB | 30/60 kB Progress (5): 0.3/5.0 MB | 9.7/25 kB | 4.1/12 kB | 65/330 kB | 32/60 kB Progress (5): 0.3/5.0 MB | 9.7/25 kB | 4.1/12 kB | 65/330 kB | 32/60 kB Progress (5): 0.3/5.0 MB | 9.7/25 kB | 4.1/12 kB | 65/330 kB | 33/60 kB Progress (5): 0.4/5.0 MB | 9.7/25 kB | 4.1/12 kB | 65/330 kB | 33/60 kB Progress (5): 0.4/5.0 MB | 9.7/25 kB | 4.1/12 kB | 65/330 kB | 34/60 kB Progress (5): 0.4/5.0 MB | 9.7/25 kB | 4.1/12 kB | 65/330 kB | 34/60 kB Progress (5): 0.4/5.0 MB | 9.7/25 kB | 4.1/12 kB | 65/330 kB | 36/60 kB Progress (5): 0.4/5.0 MB | 9.7/25 kB | 4.1/12 kB | 65/330 kB | 36/60 kB Progress (5): 0.4/5.0 MB | 9.7/25 kB | 4.1/12 kB | 65/330 kB | 37/60 kB Progress (5): 0.4/5.0 MB | 9.7/25 kB | 4.1/12 kB | 65/330 kB | 37/60 kB Progress (5): 0.4/5.0 MB | 9.7/25 kB | 4.1/12 kB | 65/330 kB | 39/60 kB Progress (5): 0.4/5.0 MB | 9.7/25 kB | 4.1/12 kB | 65/330 kB | 39/60 kB Progress (5): 0.4/5.0 MB | 9.7/25 kB | 4.1/12 kB | 65/330 kB | 40/60 kB Progress (5): 0.4/5.0 MB | 9.7/25 kB | 4.1/12 kB | 65/330 kB | 40/60 kB Progress (5): 0.4/5.0 MB | 9.7/25 kB | 4.1/12 kB | 65/330 kB | 41/60 kB Progress (5): 0.5/5.0 MB | 9.7/25 kB | 4.1/12 kB | 65/330 kB | 41/60 kB Progress (5): 0.5/5.0 MB | 9.7/25 kB | 4.1/12 kB | 65/330 kB | 43/60 kB Progress (5): 0.5/5.0 MB | 9.7/25 kB | 4.1/12 kB | 65/330 kB | 43/60 kB Progress (5): 0.5/5.0 MB | 9.7/25 kB | 4.1/12 kB | 65/330 kB | 44/60 kB Progress (5): 0.5/5.0 MB | 9.7/25 kB | 4.1/12 kB | 65/330 kB | 44/60 kB Progress (5): 0.5/5.0 MB | 9.7/25 kB | 4.1/12 kB | 65/330 kB | 46/60 kB Progress (5): 0.5/5.0 MB | 9.7/25 kB | 4.1/12 kB | 65/330 kB | 46/60 kB Progress (5): 0.5/5.0 MB | 9.7/25 kB | 4.1/12 kB | 65/330 kB | 47/60 kB Progress (5): 0.5/5.0 MB | 9.7/25 kB | 4.1/12 kB | 65/330 kB | 47/60 kB Progress (5): 0.5/5.0 MB | 9.7/25 kB | 4.1/12 kB | 65/330 kB | 48/60 kB Progress (5): 0.5/5.0 MB | 9.7/25 kB | 4.1/12 kB | 65/330 kB | 48/60 kB Progress (5): 0.5/5.0 MB | 11/25 kB | 4.1/12 kB | 65/330 kB | 48/60 kB Progress (5): 0.5/5.0 MB | 11/25 kB | 4.1/12 kB | 65/330 kB | 50/60 kB Progress (5): 0.5/5.0 MB | 12/25 kB | 4.1/12 kB | 65/330 kB | 50/60 kB Progress (5): 0.6/5.0 MB | 12/25 kB | 4.1/12 kB | 65/330 kB | 50/60 kB Progress (5): 0.6/5.0 MB | 14/25 kB | 4.1/12 kB | 65/330 kB | 50/60 kB Progress (5): 0.6/5.0 MB | 14/25 kB | 4.1/12 kB | 65/330 kB | 51/60 kB Progress (5): 0.6/5.0 MB | 15/25 kB | 4.1/12 kB | 65/330 kB | 51/60 kB Progress (5): 0.6/5.0 MB | 15/25 kB | 4.1/12 kB | 65/330 kB | 51/60 kB Progress (5): 0.6/5.0 MB | 17/25 kB | 4.1/12 kB | 65/330 kB | 51/60 kB Progress (5): 0.6/5.0 MB | 17/25 kB | 4.1/12 kB | 65/330 kB | 51/60 kB Progress (5): 0.6/5.0 MB | 18/25 kB | 4.1/12 kB | 65/330 kB | 51/60 kB Progress (5): 0.6/5.0 MB | 19/25 kB | 4.1/12 kB | 65/330 kB | 51/60 kB Progress (5): 0.6/5.0 MB | 21/25 kB | 4.1/12 kB | 65/330 kB | 51/60 kB Progress (5): 0.6/5.0 MB | 22/25 kB | 4.1/12 kB | 65/330 kB | 51/60 kB Progress (5): 0.6/5.0 MB | 22/25 kB | 4.1/12 kB | 65/330 kB | 52/60 kB Progress (5): 0.6/5.0 MB | 22/25 kB | 4.1/12 kB | 65/330 kB | 52/60 kB Progress (5): 0.6/5.0 MB | 22/25 kB | 4.1/12 kB | 65/330 kB | 54/60 kB Progress (5): 0.6/5.0 MB | 22/25 kB | 4.1/12 kB | 65/330 kB | 54/60 kB Progress (5): 0.6/5.0 MB | 22/25 kB | 4.1/12 kB | 65/330 kB | 55/60 kB Progress (5): 0.6/5.0 MB | 22/25 kB | 4.1/12 kB | 65/330 kB | 55/60 kB Progress (5): 0.6/5.0 MB | 22/25 kB | 4.1/12 kB | 65/330 kB | 57/60 kB Progress (5): 0.6/5.0 MB | 22/25 kB | 4.1/12 kB | 65/330 kB | 58/60 kB Progress (5): 0.6/5.0 MB | 22/25 kB | 4.1/12 kB | 65/330 kB | 59/60 kB Progress (5): 0.6/5.0 MB | 22/25 kB | 4.1/12 kB | 65/330 kB | 60 kB Progress (5): 0.6/5.0 MB | 22/25 kB | 4.1/12 kB | 81/330 kB | 60 kB Downloaded from Maven: https://repo.maven.apache.org/maven2/com/jcabi/incubator/xembly/0.25.0/xembly-0.25.0.jar (60 kB at 672 kB/s) Progress (4): 0.7/5.0 MB | 22/25 kB | 4.1/12 kB | 81/330 kB Progress (4): 0.7/5.0 MB | 23/25 kB | 4.1/12 kB | 81/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 (4): 0.7/5.0 MB | 23/25 kB | 4.1/12 kB | 81/330 kB Progress (4): 0.7/5.0 MB | 23/25 kB | 4.1/12 kB | 98/330 kB Progress (4): 0.7/5.0 MB | 23/25 kB | 4.1/12 kB | 98/330 kB Progress (4): 0.7/5.0 MB | 25/25 kB | 4.1/12 kB | 98/330 kB Progress (4): 0.7/5.0 MB | 25 kB | 4.1/12 kB | 98/330 kB Progress (4): 0.7/5.0 MB | 25 kB | 4.1/12 kB | 98/330 kB Downloaded from Maven: https://repo.maven.apache.org/maven2/com/yegor256/xsline/0.5.2/xsline-0.5.2.jar (25 kB at 274 kB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.10.13/byte-buddy-1.10.13.jar Progress (3): 0.7/5.0 MB | 4.1/12 kB | 98/330 kB Progress (3): 0.7/5.0 MB | 4.1/12 kB | 98/330 kB Progress (3): 0.7/5.0 MB | 4.1/12 kB | 98/330 kB Progress (3): 0.8/5.0 MB | 4.1/12 kB | 98/330 kB Progress (3): 0.8/5.0 MB | 4.1/12 kB | 114/330 kB Progress (3): 0.8/5.0 MB | 4.1/12 kB | 114/330 kB Progress (3): 0.8/5.0 MB | 4.1/12 kB | 114/330 kB Progress (3): 0.8/5.0 MB | 4.1/12 kB | 130/330 kB Progress (3): 0.8/5.0 MB | 4.1/12 kB | 130/330 kB Progress (3): 0.8/5.0 MB | 4.1/12 kB | 130/330 kB Progress (3): 0.8/5.0 MB | 4.1/12 kB | 130/330 kB Progress (3): 0.8/5.0 MB | 4.1/12 kB | 147/330 kB Progress (4): 0.8/5.0 MB | 4.1/12 kB | 147/330 kB | 0/3.5 MB Progress (4): 0.9/5.0 MB | 4.1/12 kB | 147/330 kB | 0/3.5 MB Progress (4): 0.9/5.0 MB | 4.1/12 kB | 147/330 kB | 0/3.5 MB Progress (4): 0.9/5.0 MB | 4.1/12 kB | 147/330 kB | 0/3.5 MB Progress (4): 0.9/5.0 MB | 4.1/12 kB | 147/330 kB | 0/3.5 MB Progress (4): 0.9/5.0 MB | 4.1/12 kB | 147/330 kB | 0/3.5 MB Progress (4): 0.9/5.0 MB | 4.1/12 kB | 147/330 kB | 0/3.5 MB Progress (4): 0.9/5.0 MB | 4.1/12 kB | 147/330 kB | 0/3.5 MB Progress (4): 0.9/5.0 MB | 4.1/12 kB | 147/330 kB | 0/3.5 MB Progress (4): 0.9/5.0 MB | 4.1/12 kB | 147/330 kB | 0/3.5 MB Progress (4): 0.9/5.0 MB | 4.1/12 kB | 147/330 kB | 0/3.5 MB Progress (4): 0.9/5.0 MB | 4.1/12 kB | 147/330 kB | 0/3.5 MB Progress (4): 0.9/5.0 MB | 4.1/12 kB | 147/330 kB | 0/3.5 MB Progress (4): 0.9/5.0 MB | 4.1/12 kB | 147/330 kB | 0/3.5 MB Progress (4): 0.9/5.0 MB | 4.1/12 kB | 147/330 kB | 0/3.5 MB Progress (4): 0.9/5.0 MB | 4.1/12 kB | 163/330 kB | 0/3.5 MB Progress (4): 0.9/5.0 MB | 4.1/12 kB | 163/330 kB | 0/3.5 MB Progress (4): 0.9/5.0 MB | 4.1/12 kB | 163/330 kB | 0/3.5 MB Progress (4): 0.9/5.0 MB | 4.1/12 kB | 163/330 kB | 0/3.5 MB Progress (4): 0.9/5.0 MB | 4.1/12 kB | 180/330 kB | 0/3.5 MB Progress (4): 0.9/5.0 MB | 4.1/12 kB | 180/330 kB | 0/3.5 MB Progress (5): 0.9/5.0 MB | 4.1/12 kB | 180/330 kB | 0/3.5 MB | 16/667 kB Progress (5): 1.0/5.0 MB | 4.1/12 kB | 180/330 kB | 0/3.5 MB | 16/667 kB Progress (5): 1.0/5.0 MB | 4.1/12 kB | 180/330 kB | 0/3.5 MB | 16/667 kB Progress (5): 1.0/5.0 MB | 4.1/12 kB | 180/330 kB | 0/3.5 MB | 16/667 kB Progress (5): 1.0/5.0 MB | 4.1/12 kB | 196/330 kB | 0/3.5 MB | 16/667 kB Progress (5): 1.0/5.0 MB | 4.1/12 kB | 196/330 kB | 0/3.5 MB | 16/667 kB Progress (5): 1.0/5.0 MB | 4.1/12 kB | 196/330 kB | 0.1/3.5 MB | 16/667 kB Progress (5): 1.0/5.0 MB | 4.1/12 kB | 196/330 kB | 0.1/3.5 MB | 33/667 kB Progress (5): 1.0/5.0 MB | 4.1/12 kB | 196/330 kB | 0.1/3.5 MB | 33/667 kB Progress (5): 1.0/5.0 MB | 4.1/12 kB | 196/330 kB | 0.1/3.5 MB | 33/667 kB Progress (5): 1.0/5.0 MB | 4.1/12 kB | 196/330 kB | 0.1/3.5 MB | 33/667 kB Progress (5): 1.0/5.0 MB | 4.1/12 kB | 212/330 kB | 0.1/3.5 MB | 33/667 kB Progress (5): 1.0/5.0 MB | 4.1/12 kB | 212/330 kB | 0.1/3.5 MB | 33/667 kB Progress (5): 1.1/5.0 MB | 4.1/12 kB | 212/330 kB | 0.1/3.5 MB | 33/667 kB Progress (5): 1.1/5.0 MB | 4.1/12 kB | 212/330 kB | 0.1/3.5 MB | 49/667 kB Progress (5): 1.1/5.0 MB | 4.1/12 kB | 212/330 kB | 0.1/3.5 MB | 49/667 kB Progress (5): 1.1/5.0 MB | 4.1/12 kB | 212/330 kB | 0.1/3.5 MB | 49/667 kB Progress (5): 1.1/5.0 MB | 4.1/12 kB | 229/330 kB | 0.1/3.5 MB | 49/667 kB Progress (5): 1.1/5.0 MB | 4.1/12 kB | 229/330 kB | 0.1/3.5 MB | 49/667 kB Progress (5): 1.1/5.0 MB | 4.1/12 kB | 229/330 kB | 0.1/3.5 MB | 49/667 kB Progress (5): 1.1/5.0 MB | 4.1/12 kB | 245/330 kB | 0.1/3.5 MB | 49/667 kB Progress (5): 1.1/5.0 MB | 4.1/12 kB | 245/330 kB | 0.1/3.5 MB | 49/667 kB Progress (5): 1.1/5.0 MB | 4.1/12 kB | 245/330 kB | 0.1/3.5 MB | 49/667 kB Progress (5): 1.1/5.0 MB | 4.1/12 kB | 245/330 kB | 0.1/3.5 MB | 49/667 kB Progress (5): 1.1/5.0 MB | 4.1/12 kB | 245/330 kB | 0.1/3.5 MB | 66/667 kB Progress (5): 1.1/5.0 MB | 4.1/12 kB | 245/330 kB | 0.1/3.5 MB | 82/667 kB Progress (5): 1.1/5.0 MB | 4.1/12 kB | 262/330 kB | 0.1/3.5 MB | 82/667 kB Progress (5): 1.1/5.0 MB | 4.1/12 kB | 262/330 kB | 0.1/3.5 MB | 82/667 kB Progress (5): 1.1/5.0 MB | 4.1/12 kB | 262/330 kB | 0.1/3.5 MB | 82/667 kB Progress (5): 1.1/5.0 MB | 4.1/12 kB | 278/330 kB | 0.1/3.5 MB | 82/667 kB Progress (5): 1.2/5.0 MB | 4.1/12 kB | 278/330 kB | 0.1/3.5 MB | 82/667 kB Progress (5): 1.2/5.0 MB | 4.1/12 kB | 278/330 kB | 0.1/3.5 MB | 82/667 kB Progress (5): 1.2/5.0 MB | 4.1/12 kB | 278/330 kB | 0.1/3.5 MB | 82/667 kB Progress (5): 1.2/5.0 MB | 4.1/12 kB | 278/330 kB | 0.2/3.5 MB | 82/667 kB Progress (5): 1.2/5.0 MB | 4.1/12 kB | 278/330 kB | 0.2/3.5 MB | 82/667 kB Progress (5): 1.2/5.0 MB | 4.1/12 kB | 278/330 kB | 0.2/3.5 MB | 82/667 kB Progress (5): 1.2/5.0 MB | 4.1/12 kB | 294/330 kB | 0.2/3.5 MB | 82/667 kB Progress (5): 1.2/5.0 MB | 4.1/12 kB | 294/330 kB | 0.2/3.5 MB | 82/667 kB Progress (5): 1.2/5.0 MB | 4.1/12 kB | 294/330 kB | 0.2/3.5 MB | 98/667 kB Progress (5): 1.3/5.0 MB | 4.1/12 kB | 294/330 kB | 0.2/3.5 MB | 98/667 kB Progress (5): 1.3/5.0 MB | 4.1/12 kB | 311/330 kB | 0.2/3.5 MB | 98/667 kB Progress (5): 1.3/5.0 MB | 4.1/12 kB | 311/330 kB | 0.2/3.5 MB | 98/667 kB Progress (5): 1.3/5.0 MB | 4.1/12 kB | 311/330 kB | 0.2/3.5 MB | 98/667 kB Progress (5): 1.3/5.0 MB | 4.1/12 kB | 311/330 kB | 0.2/3.5 MB | 98/667 kB Progress (5): 1.3/5.0 MB | 4.1/12 kB | 327/330 kB | 0.2/3.5 MB | 98/667 kB Progress (5): 1.3/5.0 MB | 4.1/12 kB | 330 kB | 0.2/3.5 MB | 98/667 kB Progress (5): 1.3/5.0 MB | 4.1/12 kB | 330 kB | 0.2/3.5 MB | 115/667 kB Downloaded from Maven: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.29/snakeyaml-1.29.jar (330 kB at 1.8 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.jar Progress (4): 1.3/5.0 MB | 4.1/12 kB | 0.2/3.5 MB | 115/667 kB Progress (4): 1.3/5.0 MB | 4.1/12 kB | 0.2/3.5 MB | 115/667 kB Progress (4): 1.3/5.0 MB | 4.1/12 kB | 0.2/3.5 MB | 115/667 kB Progress (4): 1.3/5.0 MB | 4.1/12 kB | 0.2/3.5 MB | 115/667 kB Progress (4): 1.3/5.0 MB | 4.1/12 kB | 0.2/3.5 MB | 115/667 kB Progress (4): 1.3/5.0 MB | 4.1/12 kB | 0.2/3.5 MB | 131/667 kB Progress (4): 1.3/5.0 MB | 4.1/12 kB | 0.2/3.5 MB | 131/667 kB Progress (4): 1.3/5.0 MB | 4.1/12 kB | 0.2/3.5 MB | 131/667 kB Progress (4): 1.4/5.0 MB | 4.1/12 kB | 0.2/3.5 MB | 131/667 kB Progress (5): 1.4/5.0 MB | 4.1/12 kB | 0.2/3.5 MB | 131/667 kB | 16/259 kB Progress (5): 1.4/5.0 MB | 4.1/12 kB | 0.2/3.5 MB | 131/667 kB | 16/259 kB Progress (5): 1.4/5.0 MB | 4.1/12 kB | 0.2/3.5 MB | 131/667 kB | 16/259 kB Progress (5): 1.4/5.0 MB | 4.1/12 kB | 0.2/3.5 MB | 147/667 kB | 16/259 kB Progress (5): 1.4/5.0 MB | 4.1/12 kB | 0.2/3.5 MB | 147/667 kB | 16/259 kB Progress (5): 1.4/5.0 MB | 4.1/12 kB | 0.2/3.5 MB | 147/667 kB | 33/259 kB Progress (5): 1.4/5.0 MB | 4.1/12 kB | 0.3/3.5 MB | 147/667 kB | 33/259 kB Progress (5): 1.4/5.0 MB | 4.1/12 kB | 0.3/3.5 MB | 147/667 kB | 33/259 kB Progress (5): 1.4/5.0 MB | 4.1/12 kB | 0.3/3.5 MB | 147/667 kB | 33/259 kB Progress (5): 1.4/5.0 MB | 4.1/12 kB | 0.3/3.5 MB | 147/667 kB | 49/259 kB Progress (5): 1.4/5.0 MB | 4.1/12 kB | 0.3/3.5 MB | 147/667 kB | 49/259 kB Progress (5): 1.4/5.0 MB | 4.1/12 kB | 0.3/3.5 MB | 147/667 kB | 49/259 kB Progress (5): 1.4/5.0 MB | 4.1/12 kB | 0.3/3.5 MB | 164/667 kB | 49/259 kB Progress (5): 1.4/5.0 MB | 4.1/12 kB | 0.3/3.5 MB | 164/667 kB | 66/259 kB Progress (5): 1.5/5.0 MB | 4.1/12 kB | 0.3/3.5 MB | 164/667 kB | 66/259 kB Progress (5): 1.5/5.0 MB | 4.1/12 kB | 0.3/3.5 MB | 164/667 kB | 66/259 kB Progress (5): 1.5/5.0 MB | 4.1/12 kB | 0.3/3.5 MB | 164/667 kB | 82/259 kB Progress (5): 1.5/5.0 MB | 4.1/12 kB | 0.3/3.5 MB | 180/667 kB | 82/259 kB Progress (5): 1.5/5.0 MB | 4.1/12 kB | 0.3/3.5 MB | 180/667 kB | 82/259 kB Progress (5): 1.5/5.0 MB | 4.1/12 kB | 0.3/3.5 MB | 180/667 kB | 82/259 kB Progress (5): 1.5/5.0 MB | 4.1/12 kB | 0.3/3.5 MB | 180/667 kB | 98/259 kB Progress (5): 1.5/5.0 MB | 4.1/12 kB | 0.3/3.5 MB | 180/667 kB | 98/259 kB Progress (5): 1.5/5.0 MB | 4.1/12 kB | 0.3/3.5 MB | 180/667 kB | 98/259 kB Progress (5): 1.5/5.0 MB | 4.1/12 kB | 0.3/3.5 MB | 197/667 kB | 98/259 kB Progress (5): 1.5/5.0 MB | 4.1/12 kB | 0.3/3.5 MB | 197/667 kB | 98/259 kB Progress (5): 1.5/5.0 MB | 4.1/12 kB | 0.3/3.5 MB | 197/667 kB | 115/259 kB Progress (5): 1.5/5.0 MB | 4.1/12 kB | 0.3/3.5 MB | 197/667 kB | 115/259 kB Progress (5): 1.6/5.0 MB | 4.1/12 kB | 0.3/3.5 MB | 197/667 kB | 115/259 kB Progress (5): 1.6/5.0 MB | 4.1/12 kB | 0.3/3.5 MB | 197/667 kB | 131/259 kB Progress (5): 1.6/5.0 MB | 4.1/12 kB | 0.3/3.5 MB | 197/667 kB | 131/259 kB Progress (5): 1.6/5.0 MB | 4.1/12 kB | 0.3/3.5 MB | 213/667 kB | 131/259 kB Progress (5): 1.6/5.0 MB | 4.1/12 kB | 0.3/3.5 MB | 213/667 kB | 131/259 kB Progress (5): 1.6/5.0 MB | 4.1/12 kB | 0.3/3.5 MB | 213/667 kB | 131/259 kB Progress (5): 1.6/5.0 MB | 4.1/12 kB | 0.3/3.5 MB | 213/667 kB | 147/259 kB Progress (5): 1.6/5.0 MB | 4.1/12 kB | 0.3/3.5 MB | 213/667 kB | 147/259 kB Progress (5): 1.6/5.0 MB | 4.1/12 kB | 0.3/3.5 MB | 213/667 kB | 147/259 kB Progress (5): 1.6/5.0 MB | 4.1/12 kB | 0.3/3.5 MB | 213/667 kB | 164/259 kB Progress (5): 1.6/5.0 MB | 4.1/12 kB | 0.3/3.5 MB | 213/667 kB | 164/259 kB Progress (5): 1.6/5.0 MB | 4.1/12 kB | 0.3/3.5 MB | 229/667 kB | 164/259 kB Progress (5): 1.6/5.0 MB | 4.1/12 kB | 0.3/3.5 MB | 229/667 kB | 164/259 kB Progress (5): 1.6/5.0 MB | 4.1/12 kB | 0.3/3.5 MB | 229/667 kB | 180/259 kB Progress (5): 1.6/5.0 MB | 4.1/12 kB | 0.4/3.5 MB | 229/667 kB | 180/259 kB Progress (5): 1.7/5.0 MB | 4.1/12 kB | 0.4/3.5 MB | 229/667 kB | 180/259 kB Progress (5): 1.7/5.0 MB | 4.1/12 kB | 0.4/3.5 MB | 229/667 kB | 197/259 kB Progress (5): 1.7/5.0 MB | 4.1/12 kB | 0.4/3.5 MB | 246/667 kB | 197/259 kB Progress (5): 1.7/5.0 MB | 4.1/12 kB | 0.4/3.5 MB | 246/667 kB | 197/259 kB Progress (5): 1.7/5.0 MB | 4.1/12 kB | 0.4/3.5 MB | 246/667 kB | 197/259 kB Progress (5): 1.7/5.0 MB | 4.1/12 kB | 0.4/3.5 MB | 246/667 kB | 197/259 kB Progress (5): 1.7/5.0 MB | 4.1/12 kB | 0.4/3.5 MB | 246/667 kB | 213/259 kB Progress (5): 1.7/5.0 MB | 4.1/12 kB | 0.4/3.5 MB | 246/667 kB | 213/259 kB Progress (5): 1.7/5.0 MB | 4.1/12 kB | 0.4/3.5 MB | 246/667 kB | 213/259 kB Progress (5): 1.7/5.0 MB | 4.1/12 kB | 0.4/3.5 MB | 262/667 kB | 213/259 kB Progress (5): 1.7/5.0 MB | 4.1/12 kB | 0.4/3.5 MB | 262/667 kB | 229/259 kB Progress (5): 1.7/5.0 MB | 4.1/12 kB | 0.4/3.5 MB | 262/667 kB | 229/259 kB Progress (5): 1.7/5.0 MB | 4.1/12 kB | 0.4/3.5 MB | 262/667 kB | 229/259 kB Progress (5): 1.7/5.0 MB | 4.1/12 kB | 0.4/3.5 MB | 262/667 kB | 229/259 kB Progress (5): 1.7/5.0 MB | 4.1/12 kB | 0.4/3.5 MB | 262/667 kB | 246/259 kB Progress (5): 1.8/5.0 MB | 4.1/12 kB | 0.4/3.5 MB | 262/667 kB | 246/259 kB Progress (5): 1.8/5.0 MB | 4.1/12 kB | 0.4/3.5 MB | 279/667 kB | 246/259 kB Progress (5): 1.8/5.0 MB | 4.1/12 kB | 0.4/3.5 MB | 279/667 kB | 246/259 kB Progress (5): 1.8/5.0 MB | 4.1/12 kB | 0.4/3.5 MB | 279/667 kB | 246/259 kB Progress (5): 1.8/5.0 MB | 4.1/12 kB | 0.4/3.5 MB | 279/667 kB | 259 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 913 kB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.1/objenesis-3.1.jar Progress (4): 1.8/5.0 MB | 4.1/12 kB | 0.4/3.5 MB | 279/667 kB Progress (4): 1.8/5.0 MB | 4.1/12 kB | 0.4/3.5 MB | 295/667 kB Progress (4): 1.8/5.0 MB | 4.1/12 kB | 0.4/3.5 MB | 295/667 kB Progress (4): 1.8/5.0 MB | 4.1/12 kB | 0.4/3.5 MB | 295/667 kB Progress (4): 1.8/5.0 MB | 4.1/12 kB | 0.4/3.5 MB | 295/667 kB Progress (4): 1.8/5.0 MB | 4.1/12 kB | 0.4/3.5 MB | 311/667 kB Progress (4): 1.8/5.0 MB | 4.1/12 kB | 0.4/3.5 MB | 311/667 kB Progress (4): 1.9/5.0 MB | 4.1/12 kB | 0.4/3.5 MB | 311/667 kB Progress (4): 1.9/5.0 MB | 4.1/12 kB | 0.5/3.5 MB | 311/667 kB Progress (4): 1.9/5.0 MB | 4.1/12 kB | 0.5/3.5 MB | 311/667 kB Progress (5): 1.9/5.0 MB | 4.1/12 kB | 0.5/3.5 MB | 311/667 kB | 16/60 kB Progress (5): 1.9/5.0 MB | 4.1/12 kB | 0.5/3.5 MB | 328/667 kB | 16/60 kB Progress (5): 1.9/5.0 MB | 4.1/12 kB | 0.5/3.5 MB | 328/667 kB | 16/60 kB Progress (5): 1.9/5.0 MB | 4.1/12 kB | 0.5/3.5 MB | 328/667 kB | 16/60 kB Progress (5): 1.9/5.0 MB | 4.1/12 kB | 0.5/3.5 MB | 328/667 kB | 16/60 kB Progress (5): 1.9/5.0 MB | 4.1/12 kB | 0.5/3.5 MB | 328/667 kB | 33/60 kB Progress (5): 1.9/5.0 MB | 4.1/12 kB | 0.5/3.5 MB | 344/667 kB | 33/60 kB Progress (5): 1.9/5.0 MB | 4.1/12 kB | 0.5/3.5 MB | 344/667 kB | 33/60 kB Progress (5): 1.9/5.0 MB | 4.1/12 kB | 0.5/3.5 MB | 344/667 kB | 33/60 kB Progress (5): 1.9/5.0 MB | 4.1/12 kB | 0.5/3.5 MB | 344/667 kB | 49/60 kB Progress (5): 1.9/5.0 MB | 4.1/12 kB | 0.5/3.5 MB | 344/667 kB | 49/60 kB Progress (5): 1.9/5.0 MB | 4.1/12 kB | 0.5/3.5 MB | 344/667 kB | 60 kB Progress (5): 1.9/5.0 MB | 4.1/12 kB | 0.5/3.5 MB | 360/667 kB | 60 kB Progress (5): 1.9/5.0 MB | 4.1/12 kB | 0.5/3.5 MB | 360/667 kB | 60 kB Downloaded from Maven: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.1/objenesis-3.1.jar (60 kB at 191 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): 2.0/5.0 MB | 4.1/12 kB | 0.5/3.5 MB | 360/667 kB Progress (4): 2.0/5.0 MB | 5.5/12 kB | 0.5/3.5 MB | 360/667 kB Progress (4): 2.0/5.0 MB | 5.5/12 kB | 0.5/3.5 MB | 360/667 kB Progress (4): 2.0/5.0 MB | 5.5/12 kB | 0.5/3.5 MB | 360/667 kB Progress (4): 2.0/5.0 MB | 5.5/12 kB | 0.5/3.5 MB | 377/667 kB Progress (4): 2.0/5.0 MB | 5.5/12 kB | 0.5/3.5 MB | 377/667 kB Progress (4): 2.0/5.0 MB | 5.5/12 kB | 0.5/3.5 MB | 377/667 kB Progress (4): 2.0/5.0 MB | 5.5/12 kB | 0.5/3.5 MB | 377/667 kB Progress (4): 2.0/5.0 MB | 5.5/12 kB | 0.5/3.5 MB | 377/667 kB Progress (4): 2.0/5.0 MB | 5.5/12 kB | 0.5/3.5 MB | 393/667 kB Progress (4): 2.0/5.0 MB | 6.9/12 kB | 0.5/3.5 MB | 393/667 kB Progress (4): 2.0/5.0 MB | 8.3/12 kB | 0.5/3.5 MB | 393/667 kB Progress (4): 2.0/5.0 MB | 8.3/12 kB | 0.5/3.5 MB | 393/667 kB Progress (4): 2.0/5.0 MB | 8.3/12 kB | 0.5/3.5 MB | 393/667 kB Progress (5): 2.0/5.0 MB | 8.3/12 kB | 0.5/3.5 MB | 393/667 kB | 16/338 kB Progress (5): 2.0/5.0 MB | 8.3/12 kB | 0.5/3.5 MB | 393/667 kB | 16/338 kB Progress (5): 2.0/5.0 MB | 8.3/12 kB | 0.5/3.5 MB | 410/667 kB | 16/338 kB Progress (5): 2.0/5.0 MB | 8.3/12 kB | 0.6/3.5 MB | 410/667 kB | 16/338 kB Progress (5): 2.1/5.0 MB | 8.3/12 kB | 0.6/3.5 MB | 410/667 kB | 16/338 kB Progress (5): 2.1/5.0 MB | 8.3/12 kB | 0.6/3.5 MB | 410/667 kB | 33/338 kB Progress (5): 2.1/5.0 MB | 9.7/12 kB | 0.6/3.5 MB | 410/667 kB | 33/338 kB Progress (5): 2.1/5.0 MB | 11/12 kB | 0.6/3.5 MB | 410/667 kB | 33/338 kB Progress (5): 2.1/5.0 MB | 12 kB | 0.6/3.5 MB | 410/667 kB | 33/338 kB Progress (5): 2.1/5.0 MB | 12 kB | 0.6/3.5 MB | 410/667 kB | 33/338 kB Downloaded from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-manifests/1.1/jcabi-manifests-1.1.jar (12 kB at 34 kB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/org/cactoos/cactoos/0.50/cactoos-0.50.jar Progress (4): 2.1/5.0 MB | 0.6/3.5 MB | 410/667 kB | 49/338 kB Progress (4): 2.1/5.0 MB | 0.6/3.5 MB | 410/667 kB | 49/338 kB Progress (4): 2.1/5.0 MB | 0.6/3.5 MB | 410/667 kB | 49/338 kB Progress (4): 2.1/5.0 MB | 0.6/3.5 MB | 426/667 kB | 49/338 kB Progress (4): 2.1/5.0 MB | 0.6/3.5 MB | 426/667 kB | 49/338 kB Progress (4): 2.1/5.0 MB | 0.6/3.5 MB | 426/667 kB | 49/338 kB Progress (4): 2.1/5.0 MB | 0.6/3.5 MB | 426/667 kB | 66/338 kB Progress (4): 2.1/5.0 MB | 0.6/3.5 MB | 426/667 kB | 66/338 kB Progress (4): 2.1/5.0 MB | 0.6/3.5 MB | 426/667 kB | 82/338 kB Progress (4): 2.1/5.0 MB | 0.6/3.5 MB | 426/667 kB | 82/338 kB Progress (4): 2.1/5.0 MB | 0.6/3.5 MB | 442/667 kB | 82/338 kB Progress (4): 2.1/5.0 MB | 0.6/3.5 MB | 442/667 kB | 98/338 kB Progress (4): 2.1/5.0 MB | 0.6/3.5 MB | 442/667 kB | 98/338 kB Progress (4): 2.1/5.0 MB | 0.6/3.5 MB | 442/667 kB | 115/338 kB Progress (4): 2.1/5.0 MB | 0.6/3.5 MB | 459/667 kB | 115/338 kB Progress (4): 2.1/5.0 MB | 0.6/3.5 MB | 459/667 kB | 131/338 kB Progress (4): 2.2/5.0 MB | 0.6/3.5 MB | 459/667 kB | 131/338 kB Progress (4): 2.2/5.0 MB | 0.6/3.5 MB | 459/667 kB | 131/338 kB Progress (4): 2.2/5.0 MB | 0.6/3.5 MB | 459/667 kB | 131/338 kB Progress (4): 2.2/5.0 MB | 0.6/3.5 MB | 459/667 kB | 131/338 kB Progress (4): 2.2/5.0 MB | 0.6/3.5 MB | 459/667 kB | 131/338 kB Progress (4): 2.2/5.0 MB | 0.6/3.5 MB | 459/667 kB | 131/338 kB Progress (4): 2.2/5.0 MB | 0.6/3.5 MB | 459/667 kB | 131/338 kB Progress (4): 2.2/5.0 MB | 0.6/3.5 MB | 459/667 kB | 147/338 kB Progress (4): 2.2/5.0 MB | 0.6/3.5 MB | 475/667 kB | 147/338 kB Progress (4): 2.2/5.0 MB | 0.6/3.5 MB | 475/667 kB | 147/338 kB Progress (4): 2.2/5.0 MB | 0.6/3.5 MB | 475/667 kB | 164/338 kB Progress (5): 2.2/5.0 MB | 0.6/3.5 MB | 475/667 kB | 164/338 kB | 16/341 kB Progress (5): 2.2/5.0 MB | 0.7/3.5 MB | 475/667 kB | 164/338 kB | 16/341 kB Progress (5): 2.2/5.0 MB | 0.7/3.5 MB | 492/667 kB | 164/338 kB | 16/341 kB Progress (5): 2.3/5.0 MB | 0.7/3.5 MB | 492/667 kB | 164/338 kB | 16/341 kB Progress (5): 2.3/5.0 MB | 0.7/3.5 MB | 492/667 kB | 180/338 kB | 16/341 kB Progress (5): 2.3/5.0 MB | 0.7/3.5 MB | 492/667 kB | 180/338 kB | 16/341 kB Progress (5): 2.3/5.0 MB | 0.7/3.5 MB | 492/667 kB | 180/338 kB | 16/341 kB Progress (5): 2.3/5.0 MB | 0.7/3.5 MB | 492/667 kB | 197/338 kB | 16/341 kB Progress (5): 2.3/5.0 MB | 0.7/3.5 MB | 492/667 kB | 197/338 kB | 16/341 kB Progress (5): 2.3/5.0 MB | 0.7/3.5 MB | 508/667 kB | 197/338 kB | 16/341 kB Progress (5): 2.3/5.0 MB | 0.7/3.5 MB | 508/667 kB | 213/338 kB | 16/341 kB Progress (5): 2.3/5.0 MB | 0.7/3.5 MB | 508/667 kB | 213/338 kB | 16/341 kB Progress (5): 2.3/5.0 MB | 0.7/3.5 MB | 508/667 kB | 213/338 kB | 16/341 kB Progress (5): 2.3/5.0 MB | 0.7/3.5 MB | 508/667 kB | 229/338 kB | 16/341 kB Progress (5): 2.3/5.0 MB | 0.7/3.5 MB | 508/667 kB | 229/338 kB | 16/341 kB Progress (5): 2.3/5.0 MB | 0.7/3.5 MB | 508/667 kB | 229/338 kB | 33/341 kB Progress (5): 2.3/5.0 MB | 0.7/3.5 MB | 508/667 kB | 246/338 kB | 33/341 kB Progress (5): 2.3/5.0 MB | 0.7/3.5 MB | 508/667 kB | 246/338 kB | 33/341 kB Progress (5): 2.3/5.0 MB | 0.7/3.5 MB | 524/667 kB | 246/338 kB | 33/341 kB Progress (5): 2.3/5.0 MB | 0.7/3.5 MB | 524/667 kB | 246/338 kB | 33/341 kB Progress (5): 2.3/5.0 MB | 0.7/3.5 MB | 524/667 kB | 262/338 kB | 33/341 kB Progress (5): 2.4/5.0 MB | 0.7/3.5 MB | 524/667 kB | 262/338 kB | 33/341 kB Progress (5): 2.4/5.0 MB | 0.7/3.5 MB | 524/667 kB | 279/338 kB | 33/341 kB Progress (5): 2.4/5.0 MB | 0.7/3.5 MB | 524/667 kB | 279/338 kB | 33/341 kB Progress (5): 2.4/5.0 MB | 0.7/3.5 MB | 524/667 kB | 279/338 kB | 33/341 kB Progress (5): 2.4/5.0 MB | 0.7/3.5 MB | 541/667 kB | 279/338 kB | 33/341 kB Progress (5): 2.4/5.0 MB | 0.7/3.5 MB | 541/667 kB | 279/338 kB | 33/341 kB Progress (5): 2.4/5.0 MB | 0.7/3.5 MB | 541/667 kB | 295/338 kB | 33/341 kB Progress (5): 2.4/5.0 MB | 0.7/3.5 MB | 541/667 kB | 295/338 kB | 33/341 kB Progress (5): 2.4/5.0 MB | 0.7/3.5 MB | 541/667 kB | 295/338 kB | 33/341 kB Progress (5): 2.4/5.0 MB | 0.7/3.5 MB | 541/667 kB | 311/338 kB | 33/341 kB Progress (5): 2.4/5.0 MB | 0.7/3.5 MB | 541/667 kB | 311/338 kB | 49/341 kB Progress (5): 2.4/5.0 MB | 0.7/3.5 MB | 557/667 kB | 311/338 kB | 49/341 kB Progress (5): 2.4/5.0 MB | 0.7/3.5 MB | 557/667 kB | 311/338 kB | 49/341 kB Progress (5): 2.4/5.0 MB | 0.7/3.5 MB | 557/667 kB | 328/338 kB | 49/341 kB Progress (5): 2.4/5.0 MB | 0.7/3.5 MB | 557/667 kB | 328/338 kB | 49/341 kB Progress (5): 2.4/5.0 MB | 0.8/3.5 MB | 557/667 kB | 328/338 kB | 49/341 kB Progress (5): 2.4/5.0 MB | 0.8/3.5 MB | 557/667 kB | 338 kB | 49/341 kB Downloaded from Maven: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.9.2/antlr4-runtime-4.9.2.jar (338 kB at 784 kB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.20.0/jcabi-log-0.20.0.jar Progress (4): 2.4/5.0 MB | 0.8/3.5 MB | 557/667 kB | 49/341 kB Progress (4): 2.4/5.0 MB | 0.8/3.5 MB | 573/667 kB | 49/341 kB Progress (4): 2.4/5.0 MB | 0.8/3.5 MB | 573/667 kB | 49/341 kB Progress (4): 2.5/5.0 MB | 0.8/3.5 MB | 573/667 kB | 49/341 kB Progress (4): 2.5/5.0 MB | 0.8/3.5 MB | 573/667 kB | 49/341 kB Progress (4): 2.5/5.0 MB | 0.8/3.5 MB | 585/667 kB | 49/341 kB Progress (4): 2.5/5.0 MB | 0.8/3.5 MB | 585/667 kB | 66/341 kB Progress (4): 2.5/5.0 MB | 0.8/3.5 MB | 585/667 kB | 66/341 kB Progress (4): 2.5/5.0 MB | 0.8/3.5 MB | 585/667 kB | 66/341 kB Progress (5): 2.5/5.0 MB | 0.8/3.5 MB | 585/667 kB | 66/341 kB | 16/51 kB Progress (5): 2.5/5.0 MB | 0.8/3.5 MB | 585/667 kB | 66/341 kB | 16/51 kB Progress (5): 2.5/5.0 MB | 0.8/3.5 MB | 601/667 kB | 66/341 kB | 16/51 kB Progress (5): 2.5/5.0 MB | 0.8/3.5 MB | 601/667 kB | 66/341 kB | 16/51 kB Progress (5): 2.5/5.0 MB | 0.8/3.5 MB | 601/667 kB | 66/341 kB | 16/51 kB Progress (5): 2.5/5.0 MB | 0.8/3.5 MB | 601/667 kB | 66/341 kB | 33/51 kB Progress (5): 2.5/5.0 MB | 0.8/3.5 MB | 601/667 kB | 66/341 kB | 33/51 kB Progress (5): 2.5/5.0 MB | 0.8/3.5 MB | 601/667 kB | 66/341 kB | 49/51 kB Progress (5): 2.5/5.0 MB | 0.8/3.5 MB | 601/667 kB | 66/341 kB | 51 kB Progress (5): 2.5/5.0 MB | 0.8/3.5 MB | 601/667 kB | 66/341 kB | 51 kB Progress (5): 2.5/5.0 MB | 0.8/3.5 MB | 617/667 kB | 66/341 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 112 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 (4): 2.5/5.0 MB | 0.8/3.5 MB | 617/667 kB | 82/341 kB Progress (4): 2.6/5.0 MB | 0.8/3.5 MB | 617/667 kB | 82/341 kB Progress (4): 2.6/5.0 MB | 0.8/3.5 MB | 617/667 kB | 82/341 kB Progress (4): 2.6/5.0 MB | 0.8/3.5 MB | 617/667 kB | 82/341 kB Progress (4): 2.6/5.0 MB | 0.8/3.5 MB | 634/667 kB | 82/341 kB Progress (4): 2.6/5.0 MB | 0.8/3.5 MB | 634/667 kB | 82/341 kB Progress (4): 2.6/5.0 MB | 0.9/3.5 MB | 634/667 kB | 82/341 kB Progress (4): 2.6/5.0 MB | 0.9/3.5 MB | 634/667 kB | 82/341 kB Progress (4): 2.6/5.0 MB | 0.9/3.5 MB | 650/667 kB | 82/341 kB Progress (5): 2.6/5.0 MB | 0.9/3.5 MB | 650/667 kB | 82/341 kB | 16/59 kB Progress (5): 2.6/5.0 MB | 0.9/3.5 MB | 650/667 kB | 82/341 kB | 16/59 kB Progress (5): 2.6/5.0 MB | 0.9/3.5 MB | 650/667 kB | 98/341 kB | 16/59 kB Progress (5): 2.6/5.0 MB | 0.9/3.5 MB | 650/667 kB | 98/341 kB | 16/59 kB Progress (5): 2.6/5.0 MB | 0.9/3.5 MB | 650/667 kB | 98/341 kB | 16/59 kB Progress (5): 2.6/5.0 MB | 0.9/3.5 MB | 650/667 kB | 98/341 kB | 33/59 kB Progress (5): 2.6/5.0 MB | 0.9/3.5 MB | 650/667 kB | 98/341 kB | 49/59 kB Progress (5): 2.6/5.0 MB | 0.9/3.5 MB | 650/667 kB | 98/341 kB | 59 kB Progress (5): 2.6/5.0 MB | 0.9/3.5 MB | 650/667 kB | 98/341 kB | 59 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 120 kB/s) Progress (4): 2.7/5.0 MB | 0.9/3.5 MB | 650/667 kB | 98/341 kB Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-xml/0.23.1/jcabi-xml-0.23.1.jar Progress (4): 2.7/5.0 MB | 0.9/3.5 MB | 650/667 kB | 98/341 kB Progress (4): 2.7/5.0 MB | 0.9/3.5 MB | 650/667 kB | 98/341 kB Progress (4): 2.7/5.0 MB | 0.9/3.5 MB | 650/667 kB | 115/341 kB Progress (4): 2.7/5.0 MB | 0.9/3.5 MB | 650/667 kB | 115/341 kB Progress (4): 2.7/5.0 MB | 0.9/3.5 MB | 650/667 kB | 115/341 kB Progress (4): 2.7/5.0 MB | 0.9/3.5 MB | 650/667 kB | 115/341 kB Progress (4): 2.7/5.0 MB | 0.9/3.5 MB | 650/667 kB | 115/341 kB Progress (4): 2.7/5.0 MB | 0.9/3.5 MB | 667/667 kB | 115/341 kB Progress (4): 2.7/5.0 MB | 0.9/3.5 MB | 667/667 kB | 115/341 kB Progress (4): 2.7/5.0 MB | 0.9/3.5 MB | 667 kB | 115/341 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 1.3 MB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-maven-slf4j/0.10/jcabi-maven-slf4j-0.10.jar Progress (4): 2.7/5.0 MB | 0.9/3.5 MB | 115/341 kB | 16/40 kB Progress (4): 2.7/5.0 MB | 0.9/3.5 MB | 131/341 kB | 16/40 kB Progress (4): 2.7/5.0 MB | 0.9/3.5 MB | 131/341 kB | 16/40 kB Progress (4): 2.7/5.0 MB | 0.9/3.5 MB | 131/341 kB | 16/40 kB Progress (4): 2.7/5.0 MB | 0.9/3.5 MB | 131/341 kB | 33/40 kB Progress (4): 2.8/5.0 MB | 0.9/3.5 MB | 131/341 kB | 33/40 kB Progress (4): 2.8/5.0 MB | 0.9/3.5 MB | 131/341 kB | 40 kB Downloaded from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-xml/0.23.1/jcabi-xml-0.23.1.jar (40 kB at 78 kB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.8.1/maven-plugin-api-3.8.1.jar Progress (3): 2.8/5.0 MB | 1.0/3.5 MB | 131/341 kB Progress (3): 2.8/5.0 MB | 1.0/3.5 MB | 131/341 kB Progress (4): 2.8/5.0 MB | 1.0/3.5 MB | 131/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 15 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): 2.8/5.0 MB | 1.0/3.5 MB | 131/341 kB Progress (3): 2.8/5.0 MB | 1.0/3.5 MB | 131/341 kB Progress (3): 2.8/5.0 MB | 1.0/3.5 MB | 147/341 kB Progress (3): 2.8/5.0 MB | 1.0/3.5 MB | 147/341 kB Progress (3): 2.8/5.0 MB | 1.0/3.5 MB | 147/341 kB Progress (4): 2.8/5.0 MB | 1.0/3.5 MB | 147/341 kB | 16/47 kB Progress (4): 2.8/5.0 MB | 1.0/3.5 MB | 147/341 kB | 16/47 kB Progress (4): 2.8/5.0 MB | 1.0/3.5 MB | 147/341 kB | 33/47 kB Progress (4): 2.8/5.0 MB | 1.0/3.5 MB | 147/341 kB | 33/47 kB Progress (4): 2.8/5.0 MB | 1.0/3.5 MB | 147/341 kB | 33/47 kB Progress (4): 2.8/5.0 MB | 1.0/3.5 MB | 147/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 89 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): 2.9/5.0 MB | 1.0/3.5 MB | 147/341 kB Progress (4): 2.9/5.0 MB | 1.0/3.5 MB | 147/341 kB | 16/58 kB Progress (4): 2.9/5.0 MB | 1.0/3.5 MB | 164/341 kB | 16/58 kB Progress (4): 2.9/5.0 MB | 1.0/3.5 MB | 164/341 kB | 16/58 kB Progress (4): 2.9/5.0 MB | 1.0/3.5 MB | 164/341 kB | 16/58 kB Progress (4): 2.9/5.0 MB | 1.0/3.5 MB | 164/341 kB | 16/58 kB Progress (4): 2.9/5.0 MB | 1.0/3.5 MB | 164/341 kB | 32/58 kB Progress (4): 2.9/5.0 MB | 1.0/3.5 MB | 164/341 kB | 32/58 kB Progress (5): 2.9/5.0 MB | 1.0/3.5 MB | 164/341 kB | 32/58 kB | 16/205 kB Progress (5): 2.9/5.0 MB | 1.0/3.5 MB | 164/341 kB | 32/58 kB | 16/205 kB Progress (5): 2.9/5.0 MB | 1.0/3.5 MB | 180/341 kB | 32/58 kB | 16/205 kB Progress (5): 2.9/5.0 MB | 1.1/3.5 MB | 180/341 kB | 32/58 kB | 16/205 kB Progress (5): 2.9/5.0 MB | 1.1/3.5 MB | 180/341 kB | 32/58 kB | 33/205 kB Progress (5): 2.9/5.0 MB | 1.1/3.5 MB | 180/341 kB | 32/58 kB | 33/205 kB Progress (5): 2.9/5.0 MB | 1.1/3.5 MB | 180/341 kB | 49/58 kB | 33/205 kB Progress (5): 2.9/5.0 MB | 1.1/3.5 MB | 180/341 kB | 49/58 kB | 49/205 kB Progress (5): 2.9/5.0 MB | 1.1/3.5 MB | 180/341 kB | 49/58 kB | 49/205 kB Progress (5): 2.9/5.0 MB | 1.1/3.5 MB | 180/341 kB | 58 kB | 49/205 kB Progress (5): 2.9/5.0 MB | 1.1/3.5 MB | 180/341 kB | 58 kB | 49/205 kB Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.8.1/maven-artifact-3.8.1.jar (58 kB at 104 kB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.2.1/plexus-utils-3.2.1.jar Progress (4): 3.0/5.0 MB | 1.1/3.5 MB | 180/341 kB | 49/205 kB Progress (4): 3.0/5.0 MB | 1.1/3.5 MB | 180/341 kB | 66/205 kB Progress (4): 3.0/5.0 MB | 1.1/3.5 MB | 180/341 kB | 66/205 kB Progress (4): 3.0/5.0 MB | 1.1/3.5 MB | 180/341 kB | 82/205 kB Progress (4): 3.0/5.0 MB | 1.1/3.5 MB | 180/341 kB | 82/205 kB Progress (4): 3.0/5.0 MB | 1.1/3.5 MB | 197/341 kB | 82/205 kB Progress (4): 3.0/5.0 MB | 1.1/3.5 MB | 197/341 kB | 98/205 kB Progress (4): 3.0/5.0 MB | 1.1/3.5 MB | 197/341 kB | 98/205 kB Progress (4): 3.0/5.0 MB | 1.1/3.5 MB | 197/341 kB | 98/205 kB Progress (4): 3.0/5.0 MB | 1.1/3.5 MB | 197/341 kB | 98/205 kB Progress (4): 3.0/5.0 MB | 1.1/3.5 MB | 197/341 kB | 115/205 kB Progress (4): 3.0/5.0 MB | 1.1/3.5 MB | 197/341 kB | 115/205 kB Progress (4): 3.0/5.0 MB | 1.1/3.5 MB | 197/341 kB | 115/205 kB Progress (4): 3.0/5.0 MB | 1.1/3.5 MB | 197/341 kB | 131/205 kB Progress (4): 3.0/5.0 MB | 1.1/3.5 MB | 213/341 kB | 131/205 kB Progress (5): 3.0/5.0 MB | 1.1/3.5 MB | 213/341 kB | 131/205 kB | 16/262 kB Progress (5): 3.0/5.0 MB | 1.1/3.5 MB | 213/341 kB | 131/205 kB | 16/262 kB Progress (5): 3.0/5.0 MB | 1.1/3.5 MB | 213/341 kB | 131/205 kB | 16/262 kB Progress (5): 3.0/5.0 MB | 1.1/3.5 MB | 213/341 kB | 147/205 kB | 16/262 kB Progress (5): 3.0/5.0 MB | 1.1/3.5 MB | 213/341 kB | 147/205 kB | 33/262 kB Progress (5): 3.1/5.0 MB | 1.1/3.5 MB | 213/341 kB | 147/205 kB | 33/262 kB Progress (5): 3.1/5.0 MB | 1.1/3.5 MB | 213/341 kB | 164/205 kB | 33/262 kB Progress (5): 3.1/5.0 MB | 1.2/3.5 MB | 213/341 kB | 164/205 kB | 33/262 kB Progress (5): 3.1/5.0 MB | 1.2/3.5 MB | 213/341 kB | 164/205 kB | 33/262 kB Progress (5): 3.1/5.0 MB | 1.2/3.5 MB | 213/341 kB | 180/205 kB | 33/262 kB Progress (5): 3.1/5.0 MB | 1.2/3.5 MB | 229/341 kB | 180/205 kB | 33/262 kB Progress (5): 3.1/5.0 MB | 1.2/3.5 MB | 229/341 kB | 180/205 kB | 49/262 kB Progress (5): 3.1/5.0 MB | 1.2/3.5 MB | 229/341 kB | 180/205 kB | 49/262 kB Progress (5): 3.1/5.0 MB | 1.2/3.5 MB | 229/341 kB | 180/205 kB | 49/262 kB Progress (5): 3.1/5.0 MB | 1.2/3.5 MB | 229/341 kB | 197/205 kB | 49/262 kB Progress (5): 3.1/5.0 MB | 1.2/3.5 MB | 229/341 kB | 197/205 kB | 49/262 kB Progress (5): 3.1/5.0 MB | 1.2/3.5 MB | 229/341 kB | 205 kB | 49/262 kB Downloaded from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.jar (205 kB at 342 kB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.8.1/maven-model-3.8.1.jar Progress (4): 3.1/5.0 MB | 1.2/3.5 MB | 229/341 kB | 49/262 kB Progress (4): 3.1/5.0 MB | 1.2/3.5 MB | 229/341 kB | 66/262 kB Progress (4): 3.1/5.0 MB | 1.2/3.5 MB | 229/341 kB | 66/262 kB Progress (4): 3.1/5.0 MB | 1.2/3.5 MB | 246/341 kB | 66/262 kB Progress (4): 3.1/5.0 MB | 1.2/3.5 MB | 246/341 kB | 66/262 kB Progress (4): 3.1/5.0 MB | 1.2/3.5 MB | 246/341 kB | 66/262 kB Progress (4): 3.1/5.0 MB | 1.2/3.5 MB | 246/341 kB | 82/262 kB Progress (4): 3.2/5.0 MB | 1.2/3.5 MB | 246/341 kB | 82/262 kB Progress (4): 3.2/5.0 MB | 1.2/3.5 MB | 246/341 kB | 82/262 kB Progress (4): 3.2/5.0 MB | 1.2/3.5 MB | 246/341 kB | 82/262 kB Progress (5): 3.2/5.0 MB | 1.2/3.5 MB | 246/341 kB | 82/262 kB | 16/215 kB Progress (5): 3.2/5.0 MB | 1.2/3.5 MB | 262/341 kB | 82/262 kB | 16/215 kB Progress (5): 3.2/5.0 MB | 1.2/3.5 MB | 262/341 kB | 98/262 kB | 16/215 kB Progress (5): 3.2/5.0 MB | 1.2/3.5 MB | 262/341 kB | 98/262 kB | 16/215 kB Progress (5): 3.2/5.0 MB | 1.2/3.5 MB | 262/341 kB | 98/262 kB | 16/215 kB Progress (5): 3.2/5.0 MB | 1.2/3.5 MB | 262/341 kB | 98/262 kB | 32/215 kB Progress (5): 3.2/5.0 MB | 1.2/3.5 MB | 262/341 kB | 98/262 kB | 32/215 kB Progress (5): 3.2/5.0 MB | 1.2/3.5 MB | 262/341 kB | 98/262 kB | 32/215 kB Progress (5): 3.2/5.0 MB | 1.2/3.5 MB | 262/341 kB | 98/262 kB | 49/215 kB Progress (5): 3.2/5.0 MB | 1.2/3.5 MB | 262/341 kB | 98/262 kB | 49/215 kB Progress (5): 3.2/5.0 MB | 1.2/3.5 MB | 262/341 kB | 115/262 kB | 49/215 kB Progress (5): 3.2/5.0 MB | 1.2/3.5 MB | 279/341 kB | 115/262 kB | 49/215 kB Progress (5): 3.2/5.0 MB | 1.2/3.5 MB | 279/341 kB | 115/262 kB | 49/215 kB Progress (5): 3.2/5.0 MB | 1.3/3.5 MB | 279/341 kB | 115/262 kB | 49/215 kB Progress (5): 3.2/5.0 MB | 1.3/3.5 MB | 279/341 kB | 115/262 kB | 65/215 kB Progress (5): 3.2/5.0 MB | 1.3/3.5 MB | 279/341 kB | 131/262 kB | 65/215 kB Progress (5): 3.2/5.0 MB | 1.3/3.5 MB | 279/341 kB | 131/262 kB | 81/215 kB Progress (5): 3.2/5.0 MB | 1.3/3.5 MB | 279/341 kB | 131/262 kB | 81/215 kB Progress (5): 3.2/5.0 MB | 1.3/3.5 MB | 279/341 kB | 131/262 kB | 81/215 kB Progress (5): 3.2/5.0 MB | 1.3/3.5 MB | 279/341 kB | 131/262 kB | 98/215 kB Progress (5): 3.3/5.0 MB | 1.3/3.5 MB | 279/341 kB | 131/262 kB | 98/215 kB Progress (5): 3.3/5.0 MB | 1.3/3.5 MB | 279/341 kB | 147/262 kB | 98/215 kB Progress (5): 3.3/5.0 MB | 1.3/3.5 MB | 295/341 kB | 147/262 kB | 98/215 kB Progress (5): 3.3/5.0 MB | 1.3/3.5 MB | 295/341 kB | 147/262 kB | 98/215 kB Progress (5): 3.3/5.0 MB | 1.3/3.5 MB | 295/341 kB | 147/262 kB | 114/215 kB Progress (5): 3.3/5.0 MB | 1.3/3.5 MB | 295/341 kB | 147/262 kB | 114/215 kB Progress (5): 3.3/5.0 MB | 1.3/3.5 MB | 295/341 kB | 147/262 kB | 114/215 kB Progress (5): 3.3/5.0 MB | 1.3/3.5 MB | 295/341 kB | 147/262 kB | 114/215 kB Progress (5): 3.3/5.0 MB | 1.3/3.5 MB | 295/341 kB | 147/262 kB | 131/215 kB Progress (5): 3.3/5.0 MB | 1.3/3.5 MB | 295/341 kB | 164/262 kB | 131/215 kB Progress (5): 3.3/5.0 MB | 1.3/3.5 MB | 295/341 kB | 164/262 kB | 131/215 kB Progress (5): 3.3/5.0 MB | 1.3/3.5 MB | 311/341 kB | 164/262 kB | 131/215 kB Progress (5): 3.3/5.0 MB | 1.3/3.5 MB | 311/341 kB | 164/262 kB | 147/215 kB Progress (5): 3.3/5.0 MB | 1.3/3.5 MB | 311/341 kB | 164/262 kB | 147/215 kB Progress (5): 3.3/5.0 MB | 1.3/3.5 MB | 311/341 kB | 164/262 kB | 147/215 kB Progress (5): 3.3/5.0 MB | 1.3/3.5 MB | 311/341 kB | 180/262 kB | 147/215 kB Progress (5): 3.3/5.0 MB | 1.3/3.5 MB | 311/341 kB | 180/262 kB | 163/215 kB Progress (5): 3.3/5.0 MB | 1.3/3.5 MB | 311/341 kB | 180/262 kB | 163/215 kB Progress (5): 3.3/5.0 MB | 1.3/3.5 MB | 311/341 kB | 180/262 kB | 163/215 kB Progress (5): 3.3/5.0 MB | 1.3/3.5 MB | 328/341 kB | 180/262 kB | 163/215 kB Progress (5): 3.4/5.0 MB | 1.3/3.5 MB | 328/341 kB | 180/262 kB | 163/215 kB Progress (5): 3.4/5.0 MB | 1.3/3.5 MB | 328/341 kB | 180/262 kB | 180/215 kB Progress (5): 3.4/5.0 MB | 1.3/3.5 MB | 328/341 kB | 180/262 kB | 196/215 kB Progress (5): 3.4/5.0 MB | 1.4/3.5 MB | 328/341 kB | 180/262 kB | 196/215 kB Progress (5): 3.4/5.0 MB | 1.4/3.5 MB | 328/341 kB | 197/262 kB | 196/215 kB Progress (5): 3.4/5.0 MB | 1.4/3.5 MB | 328/341 kB | 197/262 kB | 212/215 kB Progress (5): 3.4/5.0 MB | 1.4/3.5 MB | 328/341 kB | 197/262 kB | 212/215 kB Progress (5): 3.4/5.0 MB | 1.4/3.5 MB | 328/341 kB | 197/262 kB | 215 kB Progress (5): 3.4/5.0 MB | 1.4/3.5 MB | 328/341 kB | 213/262 kB | 215 kB Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.8.1/maven-model-3.8.1.jar (215 kB at 316 kB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.8.1/maven-core-3.8.1.jar Progress (4): 3.4/5.0 MB | 1.4/3.5 MB | 328/341 kB | 213/262 kB Progress (4): 3.4/5.0 MB | 1.4/3.5 MB | 328/341 kB | 213/262 kB Progress (4): 3.4/5.0 MB | 1.4/3.5 MB | 328/341 kB | 213/262 kB Progress (4): 3.4/5.0 MB | 1.4/3.5 MB | 328/341 kB | 213/262 kB Progress (4): 3.4/5.0 MB | 1.4/3.5 MB | 328/341 kB | 229/262 kB Progress (4): 3.4/5.0 MB | 1.4/3.5 MB | 328/341 kB | 229/262 kB Progress (4): 3.4/5.0 MB | 1.4/3.5 MB | 328/341 kB | 229/262 kB Progress (4): 3.4/5.0 MB | 1.4/3.5 MB | 328/341 kB | 229/262 kB Progress (4): 3.4/5.0 MB | 1.4/3.5 MB | 328/341 kB | 246/262 kB Progress (4): 3.4/5.0 MB | 1.4/3.5 MB | 328/341 kB | 246/262 kB Progress (5): 3.4/5.0 MB | 1.4/3.5 MB | 328/341 kB | 246/262 kB | 16/634 kB Progress (5): 3.5/5.0 MB | 1.4/3.5 MB | 328/341 kB | 246/262 kB | 16/634 kB Progress (5): 3.5/5.0 MB | 1.4/3.5 MB | 328/341 kB | 256/262 kB | 16/634 kB Progress (5): 3.5/5.0 MB | 1.4/3.5 MB | 328/341 kB | 256/262 kB | 16/634 kB Progress (5): 3.5/5.0 MB | 1.4/3.5 MB | 341 kB | 256/262 kB | 16/634 kB Progress (5): 3.5/5.0 MB | 1.4/3.5 MB | 341 kB | 256/262 kB | 33/634 kB Progress (5): 3.5/5.0 MB | 1.4/3.5 MB | 341 kB | 262 kB | 33/634 kB Downloaded from Maven: https://repo.maven.apache.org/maven2/org/cactoos/cactoos/0.50/cactoos-0.50.jar (341 kB at 485 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 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 373 kB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.8.1/maven-settings-builder-3.8.1.jar Progress (3): 3.5/5.0 MB | 1.4/3.5 MB | 33/634 kB Progress (3): 3.5/5.0 MB | 1.4/3.5 MB | 49/634 kB Progress (3): 3.5/5.0 MB | 1.5/3.5 MB | 49/634 kB Progress (3): 3.5/5.0 MB | 1.5/3.5 MB | 49/634 kB Progress (3): 3.5/5.0 MB | 1.5/3.5 MB | 66/634 kB Progress (3): 3.5/5.0 MB | 1.5/3.5 MB | 66/634 kB Progress (3): 3.5/5.0 MB | 1.5/3.5 MB | 66/634 kB Progress (3): 3.5/5.0 MB | 1.5/3.5 MB | 82/634 kB Progress (3): 3.5/5.0 MB | 1.5/3.5 MB | 82/634 kB Progress (3): 3.5/5.0 MB | 1.5/3.5 MB | 82/634 kB Progress (3): 3.5/5.0 MB | 1.5/3.5 MB | 98/634 kB Progress (4): 3.5/5.0 MB | 1.5/3.5 MB | 98/634 kB | 16/44 kB Progress (4): 3.5/5.0 MB | 1.5/3.5 MB | 115/634 kB | 16/44 kB Progress (4): 3.5/5.0 MB | 1.5/3.5 MB | 115/634 kB | 16/44 kB Progress (4): 3.5/5.0 MB | 1.5/3.5 MB | 115/634 kB | 16/44 kB Progress (4): 3.5/5.0 MB | 1.5/3.5 MB | 115/634 kB | 32/44 kB Progress (4): 3.5/5.0 MB | 1.5/3.5 MB | 131/634 kB | 32/44 kB Progress (4): 3.5/5.0 MB | 1.5/3.5 MB | 131/634 kB | 32/44 kB Progress (5): 3.5/5.0 MB | 1.5/3.5 MB | 131/634 kB | 32/44 kB | 16/42 kB Progress (5): 3.5/5.0 MB | 1.5/3.5 MB | 131/634 kB | 44 kB | 16/42 kB Progress (5): 3.6/5.0 MB | 1.5/3.5 MB | 131/634 kB | 44 kB | 16/42 kB Progress (5): 3.6/5.0 MB | 1.5/3.5 MB | 147/634 kB | 44 kB | 16/42 kB Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.8.1/maven-settings-3.8.1.jar (44 kB at 60 kB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.jar Progress (4): 3.6/5.0 MB | 1.5/3.5 MB | 147/634 kB | 16/42 kB Progress (4): 3.6/5.0 MB | 1.5/3.5 MB | 164/634 kB | 16/42 kB Progress (4): 3.6/5.0 MB | 1.5/3.5 MB | 164/634 kB | 16/42 kB Progress (4): 3.6/5.0 MB | 1.6/3.5 MB | 164/634 kB | 16/42 kB Progress (4): 3.6/5.0 MB | 1.6/3.5 MB | 180/634 kB | 16/42 kB Progress (4): 3.6/5.0 MB | 1.6/3.5 MB | 180/634 kB | 16/42 kB Progress (4): 3.6/5.0 MB | 1.6/3.5 MB | 180/634 kB | 16/42 kB Progress (4): 3.6/5.0 MB | 1.6/3.5 MB | 180/634 kB | 33/42 kB Progress (4): 3.6/5.0 MB | 1.6/3.5 MB | 197/634 kB | 33/42 kB Progress (4): 3.6/5.0 MB | 1.6/3.5 MB | 197/634 kB | 33/42 kB Progress (4): 3.6/5.0 MB | 1.6/3.5 MB | 197/634 kB | 33/42 kB Progress (4): 3.6/5.0 MB | 1.6/3.5 MB | 197/634 kB | 42 kB Progress (4): 3.6/5.0 MB | 1.6/3.5 MB | 213/634 kB | 42 kB Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.8.1/maven-settings-builder-3.8.1.jar (42 kB at 56 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): 3.6/5.0 MB | 1.6/3.5 MB | 213/634 kB | 16/85 kB Progress (4): 3.6/5.0 MB | 1.6/3.5 MB | 213/634 kB | 16/85 kB Progress (4): 3.6/5.0 MB | 1.6/3.5 MB | 213/634 kB | 16/85 kB Progress (4): 3.6/5.0 MB | 1.6/3.5 MB | 229/634 kB | 16/85 kB Progress (4): 3.6/5.0 MB | 1.6/3.5 MB | 246/634 kB | 16/85 kB Progress (4): 3.6/5.0 MB | 1.6/3.5 MB | 246/634 kB | 16/85 kB Progress (4): 3.6/5.0 MB | 1.6/3.5 MB | 246/634 kB | 33/85 kB Progress (4): 3.6/5.0 MB | 1.6/3.5 MB | 246/634 kB | 33/85 kB Progress (4): 3.6/5.0 MB | 1.6/3.5 MB | 262/634 kB | 33/85 kB Progress (4): 3.6/5.0 MB | 1.6/3.5 MB | 262/634 kB | 49/85 kB Progress (4): 3.6/5.0 MB | 1.6/3.5 MB | 262/634 kB | 49/85 kB Progress (4): 3.7/5.0 MB | 1.6/3.5 MB | 262/634 kB | 49/85 kB Progress (4): 3.7/5.0 MB | 1.6/3.5 MB | 279/634 kB | 49/85 kB Progress (4): 3.7/5.0 MB | 1.6/3.5 MB | 279/634 kB | 66/85 kB Progress (4): 3.7/5.0 MB | 1.6/3.5 MB | 279/634 kB | 66/85 kB Progress (5): 3.7/5.0 MB | 1.6/3.5 MB | 279/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 18 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): 3.7/5.0 MB | 1.6/3.5 MB | 279/634 kB | 66/85 kB Progress (4): 3.7/5.0 MB | 1.6/3.5 MB | 279/634 kB | 66/85 kB Progress (4): 3.7/5.0 MB | 1.7/3.5 MB | 279/634 kB | 66/85 kB Progress (4): 3.7/5.0 MB | 1.7/3.5 MB | 295/634 kB | 66/85 kB Progress (4): 3.7/5.0 MB | 1.7/3.5 MB | 311/634 kB | 66/85 kB Progress (4): 3.7/5.0 MB | 1.7/3.5 MB | 328/634 kB | 66/85 kB Progress (4): 3.7/5.0 MB | 1.7/3.5 MB | 344/634 kB | 66/85 kB Progress (4): 3.7/5.0 MB | 1.7/3.5 MB | 344/634 kB | 66/85 kB Progress (4): 3.7/5.0 MB | 1.7/3.5 MB | 344/634 kB | 66/85 kB Progress (4): 3.7/5.0 MB | 1.7/3.5 MB | 344/634 kB | 82/85 kB Progress (4): 3.7/5.0 MB | 1.7/3.5 MB | 344/634 kB | 85 kB Progress (4): 3.7/5.0 MB | 1.7/3.5 MB | 344/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 108 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): 3.7/5.0 MB | 1.7/3.5 MB | 344/634 kB Progress (3): 3.7/5.0 MB | 1.7/3.5 MB | 360/634 kB Progress (3): 3.7/5.0 MB | 1.7/3.5 MB | 360/634 kB Progress (3): 3.7/5.0 MB | 1.7/3.5 MB | 377/634 kB Progress (3): 3.7/5.0 MB | 1.7/3.5 MB | 377/634 kB Progress (3): 3.8/5.0 MB | 1.7/3.5 MB | 377/634 kB Progress (4): 3.8/5.0 MB | 1.7/3.5 MB | 377/634 kB | 16/27 kB Progress (4): 3.8/5.0 MB | 1.7/3.5 MB | 393/634 kB | 16/27 kB Progress (4): 3.8/5.0 MB | 1.7/3.5 MB | 393/634 kB | 16/27 kB Progress (4): 3.8/5.0 MB | 1.7/3.5 MB | 393/634 kB | 16/27 kB Progress (4): 3.8/5.0 MB | 1.7/3.5 MB | 410/634 kB | 16/27 kB Progress (4): 3.8/5.0 MB | 1.7/3.5 MB | 410/634 kB | 16/27 kB Progress (4): 3.8/5.0 MB | 1.7/3.5 MB | 410/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 34 kB/s) Progress (3): 3.8/5.0 MB | 1.7/3.5 MB | 410/634 kB Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-resolver-provider/3.8.1/maven-resolver-provider-3.8.1.jar Progress (3): 3.8/5.0 MB | 1.8/3.5 MB | 410/634 kB Progress (3): 3.8/5.0 MB | 1.8/3.5 MB | 426/634 kB Progress (4): 3.8/5.0 MB | 1.8/3.5 MB | 426/634 kB | 16/192 kB Progress (4): 3.8/5.0 MB | 1.8/3.5 MB | 426/634 kB | 16/192 kB Progress (4): 3.8/5.0 MB | 1.8/3.5 MB | 426/634 kB | 16/192 kB Progress (4): 3.8/5.0 MB | 1.8/3.5 MB | 442/634 kB | 16/192 kB Progress (4): 3.8/5.0 MB | 1.8/3.5 MB | 442/634 kB | 16/192 kB Progress (4): 3.8/5.0 MB | 1.8/3.5 MB | 442/634 kB | 33/192 kB Progress (4): 3.8/5.0 MB | 1.8/3.5 MB | 442/634 kB | 33/192 kB Progress (4): 3.8/5.0 MB | 1.8/3.5 MB | 459/634 kB | 33/192 kB Progress (4): 3.8/5.0 MB | 1.8/3.5 MB | 459/634 kB | 33/192 kB Progress (4): 3.8/5.0 MB | 1.8/3.5 MB | 475/634 kB | 33/192 kB Progress (4): 3.8/5.0 MB | 1.8/3.5 MB | 475/634 kB | 33/192 kB Progress (4): 3.9/5.0 MB | 1.8/3.5 MB | 475/634 kB | 33/192 kB Progress (4): 3.9/5.0 MB | 1.8/3.5 MB | 475/634 kB | 49/192 kB Progress (5): 3.9/5.0 MB | 1.8/3.5 MB | 475/634 kB | 49/192 kB | 16/66 kB Progress (5): 3.9/5.0 MB | 1.8/3.5 MB | 492/634 kB | 49/192 kB | 16/66 kB Progress (5): 3.9/5.0 MB | 1.8/3.5 MB | 492/634 kB | 49/192 kB | 16/66 kB Progress (5): 3.9/5.0 MB | 1.8/3.5 MB | 492/634 kB | 49/192 kB | 16/66 kB Progress (5): 3.9/5.0 MB | 1.8/3.5 MB | 492/634 kB | 66/192 kB | 16/66 kB Progress (5): 3.9/5.0 MB | 1.8/3.5 MB | 508/634 kB | 66/192 kB | 16/66 kB Progress (5): 3.9/5.0 MB | 1.8/3.5 MB | 508/634 kB | 66/192 kB | 16/66 kB Progress (5): 3.9/5.0 MB | 1.8/3.5 MB | 508/634 kB | 66/192 kB | 16/66 kB Progress (5): 3.9/5.0 MB | 1.8/3.5 MB | 508/634 kB | 66/192 kB | 16/66 kB Progress (5): 3.9/5.0 MB | 1.8/3.5 MB | 524/634 kB | 66/192 kB | 16/66 kB Progress (5): 3.9/5.0 MB | 1.8/3.5 MB | 524/634 kB | 66/192 kB | 33/66 kB Progress (5): 3.9/5.0 MB | 1.8/3.5 MB | 524/634 kB | 82/192 kB | 33/66 kB Progress (5): 3.9/5.0 MB | 1.8/3.5 MB | 541/634 kB | 82/192 kB | 33/66 kB Progress (5): 3.9/5.0 MB | 1.8/3.5 MB | 541/634 kB | 82/192 kB | 33/66 kB Progress (5): 3.9/5.0 MB | 1.8/3.5 MB | 541/634 kB | 82/192 kB | 33/66 kB Progress (5): 3.9/5.0 MB | 1.8/3.5 MB | 541/634 kB | 82/192 kB | 33/66 kB Progress (5): 3.9/5.0 MB | 1.8/3.5 MB | 541/634 kB | 98/192 kB | 33/66 kB Progress (5): 3.9/5.0 MB | 1.8/3.5 MB | 557/634 kB | 98/192 kB | 33/66 kB Progress (5): 3.9/5.0 MB | 1.8/3.5 MB | 557/634 kB | 98/192 kB | 49/66 kB Progress (5): 3.9/5.0 MB | 1.9/3.5 MB | 557/634 kB | 98/192 kB | 49/66 kB Progress (5): 4.0/5.0 MB | 1.9/3.5 MB | 557/634 kB | 98/192 kB | 49/66 kB Progress (5): 4.0/5.0 MB | 1.9/3.5 MB | 573/634 kB | 98/192 kB | 49/66 kB Progress (5): 4.0/5.0 MB | 1.9/3.5 MB | 573/634 kB | 98/192 kB | 66/66 kB Progress (5): 4.0/5.0 MB | 1.9/3.5 MB | 573/634 kB | 98/192 kB | 66 kB Progress (5): 4.0/5.0 MB | 1.9/3.5 MB | 573/634 kB | 98/192 kB | 66 kB Progress (5): 4.0/5.0 MB | 1.9/3.5 MB | 573/634 kB | 98/192 kB | 66 kB Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-resolver-provider/3.8.1/maven-resolver-provider-3.8.1.jar (66 kB at 77 kB/s) Progress (4): 4.0/5.0 MB | 1.9/3.5 MB | 573/634 kB | 115/192 kB Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-impl/1.6.2/maven-resolver-impl-1.6.2.jar Progress (4): 4.0/5.0 MB | 1.9/3.5 MB | 585/634 kB | 115/192 kB Progress (4): 4.0/5.0 MB | 1.9/3.5 MB | 585/634 kB | 115/192 kB Progress (4): 4.0/5.0 MB | 1.9/3.5 MB | 601/634 kB | 115/192 kB Progress (4): 4.0/5.0 MB | 1.9/3.5 MB | 601/634 kB | 115/192 kB Progress (4): 4.0/5.0 MB | 1.9/3.5 MB | 601/634 kB | 115/192 kB Progress (4): 4.0/5.0 MB | 1.9/3.5 MB | 601/634 kB | 131/192 kB Progress (4): 4.0/5.0 MB | 1.9/3.5 MB | 617/634 kB | 131/192 kB Progress (4): 4.0/5.0 MB | 1.9/3.5 MB | 617/634 kB | 131/192 kB Progress (4): 4.0/5.0 MB | 1.9/3.5 MB | 617/634 kB | 131/192 kB Progress (4): 4.0/5.0 MB | 1.9/3.5 MB | 634 kB | 131/192 kB Progress (4): 4.0/5.0 MB | 1.9/3.5 MB | 634 kB | 131/192 kB Progress (4): 4.0/5.0 MB | 1.9/3.5 MB | 634 kB | 147/192 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 720 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 (3): 4.0/5.0 MB | 1.9/3.5 MB | 147/192 kB Progress (4): 4.0/5.0 MB | 1.9/3.5 MB | 147/192 kB | 16/180 kB Progress (4): 4.1/5.0 MB | 1.9/3.5 MB | 147/192 kB | 16/180 kB Progress (4): 4.1/5.0 MB | 1.9/3.5 MB | 164/192 kB | 16/180 kB Progress (4): 4.1/5.0 MB | 1.9/3.5 MB | 164/192 kB | 16/180 kB Progress (4): 4.1/5.0 MB | 1.9/3.5 MB | 164/192 kB | 16/180 kB Progress (4): 4.1/5.0 MB | 1.9/3.5 MB | 164/192 kB | 16/180 kB Progress (4): 4.1/5.0 MB | 2.0/3.5 MB | 164/192 kB | 16/180 kB Progress (4): 4.1/5.0 MB | 2.0/3.5 MB | 180/192 kB | 16/180 kB Progress (4): 4.1/5.0 MB | 2.0/3.5 MB | 180/192 kB | 33/180 kB Progress (4): 4.1/5.0 MB | 2.0/3.5 MB | 180/192 kB | 33/180 kB Progress (5): 4.1/5.0 MB | 2.0/3.5 MB | 180/192 kB | 33/180 kB | 16/149 kB Progress (5): 4.1/5.0 MB | 2.0/3.5 MB | 192 kB | 33/180 kB | 16/149 kB Progress (5): 4.1/5.0 MB | 2.0/3.5 MB | 192 kB | 33/180 kB | 16/149 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 214 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): 4.1/5.0 MB | 2.0/3.5 MB | 33/180 kB | 16/149 kB Progress (4): 4.1/5.0 MB | 2.0/3.5 MB | 33/180 kB | 32/149 kB Progress (4): 4.1/5.0 MB | 2.0/3.5 MB | 33/180 kB | 32/149 kB Progress (4): 4.1/5.0 MB | 2.0/3.5 MB | 49/180 kB | 32/149 kB Progress (4): 4.1/5.0 MB | 2.0/3.5 MB | 49/180 kB | 32/149 kB Progress (4): 4.1/5.0 MB | 2.0/3.5 MB | 49/180 kB | 49/149 kB Progress (4): 4.2/5.0 MB | 2.0/3.5 MB | 49/180 kB | 49/149 kB Progress (4): 4.2/5.0 MB | 2.0/3.5 MB | 49/180 kB | 65/149 kB Progress (4): 4.2/5.0 MB | 2.0/3.5 MB | 49/180 kB | 65/149 kB Progress (4): 4.2/5.0 MB | 2.0/3.5 MB | 49/180 kB | 65/149 kB Progress (4): 4.2/5.0 MB | 2.0/3.5 MB | 66/180 kB | 65/149 kB Progress (4): 4.2/5.0 MB | 2.0/3.5 MB | 66/180 kB | 81/149 kB Progress (4): 4.2/5.0 MB | 2.0/3.5 MB | 66/180 kB | 81/149 kB Progress (4): 4.2/5.0 MB | 2.0/3.5 MB | 66/180 kB | 81/149 kB Progress (5): 4.2/5.0 MB | 2.0/3.5 MB | 66/180 kB | 81/149 kB | 16/38 kB Progress (5): 4.2/5.0 MB | 2.0/3.5 MB | 66/180 kB | 98/149 kB | 16/38 kB Progress (5): 4.2/5.0 MB | 2.0/3.5 MB | 82/180 kB | 98/149 kB | 16/38 kB Progress (5): 4.2/5.0 MB | 2.0/3.5 MB | 82/180 kB | 114/149 kB | 16/38 kB Progress (5): 4.2/5.0 MB | 2.0/3.5 MB | 82/180 kB | 131/149 kB | 16/38 kB Progress (5): 4.2/5.0 MB | 2.0/3.5 MB | 82/180 kB | 131/149 kB | 16/38 kB Progress (5): 4.2/5.0 MB | 2.0/3.5 MB | 82/180 kB | 131/149 kB | 16/38 kB Progress (5): 4.2/5.0 MB | 2.0/3.5 MB | 82/180 kB | 131/149 kB | 16/38 kB Progress (5): 4.2/5.0 MB | 2.0/3.5 MB | 98/180 kB | 131/149 kB | 16/38 kB Progress (5): 4.2/5.0 MB | 2.1/3.5 MB | 98/180 kB | 131/149 kB | 16/38 kB Progress (5): 4.2/5.0 MB | 2.1/3.5 MB | 98/180 kB | 131/149 kB | 16/38 kB Progress (5): 4.2/5.0 MB | 2.1/3.5 MB | 98/180 kB | 147/149 kB | 16/38 kB Progress (5): 4.2/5.0 MB | 2.1/3.5 MB | 98/180 kB | 149 kB | 16/38 kB Progress (5): 4.2/5.0 MB | 2.1/3.5 MB | 98/180 kB | 149 kB | 33/38 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 159 kB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.6.2/maven-resolver-util-1.6.2.jar Progress (4): 4.2/5.0 MB | 2.1/3.5 MB | 98/180 kB | 38 kB Progress (4): 4.2/5.0 MB | 2.1/3.5 MB | 98/180 kB | 38 kB Progress (4): 4.3/5.0 MB | 2.1/3.5 MB | 98/180 kB | 38 kB Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-spi/1.6.2/maven-resolver-spi-1.6.2.jar (38 kB at 41 kB/s) Progress (3): 4.3/5.0 MB | 2.1/3.5 MB | 98/180 kB Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar Progress (3): 4.3/5.0 MB | 2.1/3.5 MB | 115/180 kB Progress (3): 4.3/5.0 MB | 2.1/3.5 MB | 115/180 kB Progress (3): 4.3/5.0 MB | 2.1/3.5 MB | 115/180 kB Progress (3): 4.3/5.0 MB | 2.1/3.5 MB | 131/180 kB Progress (3): 4.3/5.0 MB | 2.1/3.5 MB | 131/180 kB Progress (3): 4.3/5.0 MB | 2.1/3.5 MB | 131/180 kB Progress (3): 4.3/5.0 MB | 2.1/3.5 MB | 131/180 kB Progress (4): 4.3/5.0 MB | 2.1/3.5 MB | 131/180 kB | 16/167 kB Progress (4): 4.3/5.0 MB | 2.1/3.5 MB | 147/180 kB | 16/167 kB Progress (4): 4.3/5.0 MB | 2.1/3.5 MB | 147/180 kB | 16/167 kB Progress (5): 4.3/5.0 MB | 2.1/3.5 MB | 147/180 kB | 16/167 kB | 16/169 kB Progress (5): 4.3/5.0 MB | 2.1/3.5 MB | 147/180 kB | 16/167 kB | 16/169 kB Progress (5): 4.3/5.0 MB | 2.1/3.5 MB | 147/180 kB | 33/167 kB | 16/169 kB Progress (5): 4.3/5.0 MB | 2.1/3.5 MB | 147/180 kB | 33/167 kB | 16/169 kB Progress (5): 4.4/5.0 MB | 2.1/3.5 MB | 147/180 kB | 33/167 kB | 16/169 kB Progress (5): 4.4/5.0 MB | 2.1/3.5 MB | 147/180 kB | 49/167 kB | 16/169 kB Progress (5): 4.4/5.0 MB | 2.1/3.5 MB | 164/180 kB | 49/167 kB | 16/169 kB Progress (5): 4.4/5.0 MB | 2.1/3.5 MB | 164/180 kB | 66/167 kB | 16/169 kB Progress (5): 4.4/5.0 MB | 2.1/3.5 MB | 164/180 kB | 66/167 kB | 33/169 kB Progress (5): 4.4/5.0 MB | 2.2/3.5 MB | 164/180 kB | 66/167 kB | 33/169 kB Progress (5): 4.4/5.0 MB | 2.2/3.5 MB | 164/180 kB | 66/167 kB | 33/169 kB Progress (5): 4.4/5.0 MB | 2.2/3.5 MB | 180 kB | 66/167 kB | 33/169 kB Progress (5): 4.4/5.0 MB | 2.2/3.5 MB | 180 kB | 66/167 kB | 33/169 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 184 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 (4): 4.4/5.0 MB | 2.2/3.5 MB | 82/167 kB | 33/169 kB Progress (4): 4.4/5.0 MB | 2.2/3.5 MB | 82/167 kB | 33/169 kB Progress (4): 4.4/5.0 MB | 2.2/3.5 MB | 98/167 kB | 33/169 kB Progress (4): 4.4/5.0 MB | 2.2/3.5 MB | 98/167 kB | 33/169 kB Progress (4): 4.4/5.0 MB | 2.2/3.5 MB | 98/167 kB | 49/169 kB Progress (4): 4.4/5.0 MB | 2.2/3.5 MB | 115/167 kB | 49/169 kB Progress (4): 4.4/5.0 MB | 2.2/3.5 MB | 115/167 kB | 49/169 kB Progress (4): 4.4/5.0 MB | 2.2/3.5 MB | 115/167 kB | 49/169 kB Progress (4): 4.4/5.0 MB | 2.2/3.5 MB | 131/167 kB | 49/169 kB Progress (4): 4.4/5.0 MB | 2.2/3.5 MB | 131/167 kB | 66/169 kB Progress (4): 4.4/5.0 MB | 2.2/3.5 MB | 131/167 kB | 66/169 kB Progress (4): 4.4/5.0 MB | 2.2/3.5 MB | 147/167 kB | 66/169 kB Progress (4): 4.4/5.0 MB | 2.2/3.5 MB | 147/167 kB | 66/169 kB Progress (5): 4.4/5.0 MB | 2.2/3.5 MB | 147/167 kB | 66/169 kB | 16/379 kB Progress (5): 4.4/5.0 MB | 2.2/3.5 MB | 164/167 kB | 66/169 kB | 16/379 kB Progress (5): 4.5/5.0 MB | 2.2/3.5 MB | 164/167 kB | 66/169 kB | 16/379 kB Progress (5): 4.5/5.0 MB | 2.2/3.5 MB | 164/167 kB | 82/169 kB | 16/379 kB Progress (5): 4.5/5.0 MB | 2.2/3.5 MB | 167 kB | 82/169 kB | 16/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 167 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): 4.5/5.0 MB | 2.2/3.5 MB | 82/169 kB | 33/379 kB Progress (4): 4.5/5.0 MB | 2.2/3.5 MB | 82/169 kB | 33/379 kB Progress (4): 4.5/5.0 MB | 2.2/3.5 MB | 82/169 kB | 33/379 kB Progress (4): 4.5/5.0 MB | 2.2/3.5 MB | 82/169 kB | 33/379 kB Progress (4): 4.5/5.0 MB | 2.2/3.5 MB | 82/169 kB | 33/379 kB Progress (4): 4.5/5.0 MB | 2.2/3.5 MB | 98/169 kB | 33/379 kB Progress (4): 4.5/5.0 MB | 2.2/3.5 MB | 98/169 kB | 49/379 kB Progress (4): 4.5/5.0 MB | 2.2/3.5 MB | 98/169 kB | 49/379 kB Progress (4): 4.5/5.0 MB | 2.3/3.5 MB | 98/169 kB | 49/379 kB Progress (4): 4.5/5.0 MB | 2.3/3.5 MB | 98/169 kB | 66/379 kB Progress (5): 4.5/5.0 MB | 2.3/3.5 MB | 98/169 kB | 66/379 kB | 16/521 kB Progress (5): 4.5/5.0 MB | 2.3/3.5 MB | 98/169 kB | 66/379 kB | 16/521 kB Progress (5): 4.5/5.0 MB | 2.3/3.5 MB | 115/169 kB | 66/379 kB | 16/521 kB Progress (5): 4.5/5.0 MB | 2.3/3.5 MB | 115/169 kB | 66/379 kB | 33/521 kB Progress (5): 4.5/5.0 MB | 2.3/3.5 MB | 115/169 kB | 66/379 kB | 33/521 kB Progress (5): 4.5/5.0 MB | 2.3/3.5 MB | 115/169 kB | 82/379 kB | 33/521 kB Progress (5): 4.5/5.0 MB | 2.3/3.5 MB | 115/169 kB | 82/379 kB | 33/521 kB Progress (5): 4.5/5.0 MB | 2.3/3.5 MB | 115/169 kB | 82/379 kB | 49/521 kB Progress (5): 4.5/5.0 MB | 2.3/3.5 MB | 131/169 kB | 82/379 kB | 49/521 kB Progress (5): 4.5/5.0 MB | 2.3/3.5 MB | 131/169 kB | 82/379 kB | 49/521 kB Progress (5): 4.5/5.0 MB | 2.3/3.5 MB | 131/169 kB | 82/379 kB | 49/521 kB Progress (5): 4.5/5.0 MB | 2.3/3.5 MB | 131/169 kB | 82/379 kB | 66/521 kB Progress (5): 4.6/5.0 MB | 2.3/3.5 MB | 131/169 kB | 82/379 kB | 66/521 kB Progress (5): 4.6/5.0 MB | 2.3/3.5 MB | 131/169 kB | 82/379 kB | 82/521 kB Progress (5): 4.6/5.0 MB | 2.3/3.5 MB | 131/169 kB | 82/379 kB | 82/521 kB Progress (5): 4.6/5.0 MB | 2.3/3.5 MB | 131/169 kB | 82/379 kB | 98/521 kB Progress (5): 4.6/5.0 MB | 2.3/3.5 MB | 131/169 kB | 82/379 kB | 98/521 kB Progress (5): 4.6/5.0 MB | 2.3/3.5 MB | 131/169 kB | 98/379 kB | 98/521 kB Progress (5): 4.6/5.0 MB | 2.3/3.5 MB | 131/169 kB | 115/379 kB | 98/521 kB Progress (5): 4.6/5.0 MB | 2.3/3.5 MB | 131/169 kB | 115/379 kB | 98/521 kB Progress (5): 4.6/5.0 MB | 2.3/3.5 MB | 131/169 kB | 115/379 kB | 98/521 kB Progress (5): 4.6/5.0 MB | 2.3/3.5 MB | 131/169 kB | 115/379 kB | 115/521 kB Progress (5): 4.6/5.0 MB | 2.3/3.5 MB | 131/169 kB | 131/379 kB | 115/521 kB Progress (5): 4.6/5.0 MB | 2.3/3.5 MB | 131/169 kB | 131/379 kB | 131/521 kB Progress (5): 4.6/5.0 MB | 2.3/3.5 MB | 131/169 kB | 131/379 kB | 131/521 kB Progress (5): 4.6/5.0 MB | 2.3/3.5 MB | 131/169 kB | 131/379 kB | 131/521 kB Progress (5): 4.6/5.0 MB | 2.3/3.5 MB | 147/169 kB | 131/379 kB | 131/521 kB Progress (5): 4.6/5.0 MB | 2.3/3.5 MB | 164/169 kB | 131/379 kB | 131/521 kB Progress (5): 4.6/5.0 MB | 2.3/3.5 MB | 169 kB | 131/379 kB | 131/521 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 160 kB/s) Progress (4): 4.6/5.0 MB | 2.3/3.5 MB | 131/379 kB | 147/521 kB Progress (4): 4.6/5.0 MB | 2.3/3.5 MB | 131/379 kB | 147/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): 4.6/5.0 MB | 2.4/3.5 MB | 131/379 kB | 147/521 kB Progress (4): 4.6/5.0 MB | 2.4/3.5 MB | 131/379 kB | 164/521 kB Progress (4): 4.6/5.0 MB | 2.4/3.5 MB | 147/379 kB | 164/521 kB Progress (4): 4.6/5.0 MB | 2.4/3.5 MB | 147/379 kB | 164/521 kB Progress (4): 4.6/5.0 MB | 2.4/3.5 MB | 147/379 kB | 180/521 kB Progress (4): 4.6/5.0 MB | 2.4/3.5 MB | 147/379 kB | 180/521 kB Progress (4): 4.7/5.0 MB | 2.4/3.5 MB | 147/379 kB | 180/521 kB Progress (4): 4.7/5.0 MB | 2.4/3.5 MB | 147/379 kB | 197/521 kB Progress (4): 4.7/5.0 MB | 2.4/3.5 MB | 164/379 kB | 197/521 kB Progress (4): 4.7/5.0 MB | 2.4/3.5 MB | 164/379 kB | 197/521 kB Progress (4): 4.7/5.0 MB | 2.4/3.5 MB | 164/379 kB | 213/521 kB Progress (4): 4.7/5.0 MB | 2.4/3.5 MB | 164/379 kB | 213/521 kB Progress (4): 4.7/5.0 MB | 2.4/3.5 MB | 164/379 kB | 229/521 kB Progress (4): 4.7/5.0 MB | 2.4/3.5 MB | 164/379 kB | 229/521 kB Progress (4): 4.7/5.0 MB | 2.4/3.5 MB | 164/379 kB | 229/521 kB Progress (4): 4.7/5.0 MB | 2.4/3.5 MB | 164/379 kB | 246/521 kB Progress (4): 4.7/5.0 MB | 2.4/3.5 MB | 164/379 kB | 246/521 kB Progress (4): 4.7/5.0 MB | 2.4/3.5 MB | 180/379 kB | 246/521 kB Progress (4): 4.7/5.0 MB | 2.4/3.5 MB | 180/379 kB | 262/521 kB Progress (4): 4.7/5.0 MB | 2.4/3.5 MB | 180/379 kB | 262/521 kB Progress (5): 4.7/5.0 MB | 2.4/3.5 MB | 180/379 kB | 262/521 kB | 0/2.6 MB Progress (5): 4.7/5.0 MB | 2.4/3.5 MB | 180/379 kB | 262/521 kB | 0/2.6 MB Progress (5): 4.7/5.0 MB | 2.4/3.5 MB | 180/379 kB | 279/521 kB | 0/2.6 MB Progress (5): 4.7/5.0 MB | 2.4/3.5 MB | 180/379 kB | 279/521 kB | 0/2.6 MB Progress (5): 4.7/5.0 MB | 2.4/3.5 MB | 180/379 kB | 279/521 kB | 0/2.6 MB Progress (5): 4.7/5.0 MB | 2.4/3.5 MB | 180/379 kB | 295/521 kB | 0/2.6 MB Progress (5): 4.7/5.0 MB | 2.4/3.5 MB | 197/379 kB | 295/521 kB | 0/2.6 MB Progress (5): 4.7/5.0 MB | 2.4/3.5 MB | 197/379 kB | 311/521 kB | 0/2.6 MB Progress (5): 4.7/5.0 MB | 2.4/3.5 MB | 197/379 kB | 311/521 kB | 0/2.6 MB Progress (5): 4.8/5.0 MB | 2.4/3.5 MB | 197/379 kB | 311/521 kB | 0/2.6 MB Progress (5): 4.8/5.0 MB | 2.5/3.5 MB | 197/379 kB | 311/521 kB | 0/2.6 MB Progress (5): 4.8/5.0 MB | 2.5/3.5 MB | 197/379 kB | 328/521 kB | 0/2.6 MB Progress (5): 4.8/5.0 MB | 2.5/3.5 MB | 197/379 kB | 328/521 kB | 0/2.6 MB Progress (5): 4.8/5.0 MB | 2.5/3.5 MB | 213/379 kB | 328/521 kB | 0/2.6 MB Progress (5): 4.8/5.0 MB | 2.5/3.5 MB | 213/379 kB | 328/521 kB | 0/2.6 MB Progress (5): 4.8/5.0 MB | 2.5/3.5 MB | 213/379 kB | 328/521 kB | 0/2.6 MB Progress (5): 4.8/5.0 MB | 2.5/3.5 MB | 213/379 kB | 344/521 kB | 0/2.6 MB Progress (5): 4.8/5.0 MB | 2.5/3.5 MB | 213/379 kB | 360/521 kB | 0/2.6 MB Progress (5): 4.8/5.0 MB | 2.5/3.5 MB | 213/379 kB | 360/521 kB | 0/2.6 MB Progress (5): 4.8/5.0 MB | 2.5/3.5 MB | 213/379 kB | 360/521 kB | 0/2.6 MB Progress (5): 4.8/5.0 MB | 2.5/3.5 MB | 213/379 kB | 360/521 kB | 0/2.6 MB Progress (5): 4.8/5.0 MB | 2.5/3.5 MB | 213/379 kB | 377/521 kB | 0/2.6 MB Progress (5): 4.8/5.0 MB | 2.5/3.5 MB | 213/379 kB | 393/521 kB | 0/2.6 MB Progress (5): 4.8/5.0 MB | 2.5/3.5 MB | 213/379 kB | 393/521 kB | 0/2.6 MB Progress (5): 4.8/5.0 MB | 2.5/3.5 MB | 213/379 kB | 410/521 kB | 0/2.6 MB Progress (5): 4.8/5.0 MB | 2.5/3.5 MB | 213/379 kB | 410/521 kB | 0/2.6 MB Progress (5): 4.8/5.0 MB | 2.5/3.5 MB | 213/379 kB | 410/521 kB | 0/2.6 MB Progress (5): 4.8/5.0 MB | 2.5/3.5 MB | 213/379 kB | 410/521 kB | 0/2.6 MB Progress (5): 4.8/5.0 MB | 2.5/3.5 MB | 229/379 kB | 410/521 kB | 0/2.6 MB Progress (5): 4.8/5.0 MB | 2.5/3.5 MB | 229/379 kB | 426/521 kB | 0/2.6 MB Progress (5): 4.8/5.0 MB | 2.5/3.5 MB | 246/379 kB | 426/521 kB | 0/2.6 MB Progress (5): 4.9/5.0 MB | 2.5/3.5 MB | 246/379 kB | 426/521 kB | 0/2.6 MB Progress (5): 4.9/5.0 MB | 2.5/3.5 MB | 246/379 kB | 426/521 kB | 0/2.6 MB Progress (5): 4.9/5.0 MB | 2.5/3.5 MB | 246/379 kB | 442/521 kB | 0/2.6 MB Progress (5): 4.9/5.0 MB | 2.5/3.5 MB | 246/379 kB | 442/521 kB | 0/2.6 MB Progress (5): 4.9/5.0 MB | 2.5/3.5 MB | 246/379 kB | 442/521 kB | 0/2.6 MB Progress (5): 4.9/5.0 MB | 2.5/3.5 MB | 246/379 kB | 459/521 kB | 0/2.6 MB Progress (5): 4.9/5.0 MB | 2.5/3.5 MB | 246/379 kB | 459/521 kB | 0.1/2.6 MB Progress (5): 4.9/5.0 MB | 2.5/3.5 MB | 246/379 kB | 475/521 kB | 0.1/2.6 MB Progress (5): 4.9/5.0 MB | 2.5/3.5 MB | 262/379 kB | 475/521 kB | 0.1/2.6 MB Progress (5): 4.9/5.0 MB | 2.6/3.5 MB | 262/379 kB | 475/521 kB | 0.1/2.6 MB Progress (5): 4.9/5.0 MB | 2.6/3.5 MB | 262/379 kB | 475/521 kB | 0.1/2.6 MB Progress (5): 4.9/5.0 MB | 2.6/3.5 MB | 262/379 kB | 475/521 kB | 0.1/2.6 MB Progress (5): 4.9/5.0 MB | 2.6/3.5 MB | 262/379 kB | 492/521 kB | 0.1/2.6 MB Progress (5): 4.9/5.0 MB | 2.6/3.5 MB | 262/379 kB | 508/521 kB | 0.1/2.6 MB Progress (5): 4.9/5.0 MB | 2.6/3.5 MB | 262/379 kB | 508/521 kB | 0.1/2.6 MB Progress (5): 4.9/5.0 MB | 2.6/3.5 MB | 262/379 kB | 508/521 kB | 0.1/2.6 MB Progress (5): 4.9/5.0 MB | 2.6/3.5 MB | 262/379 kB | 521 kB | 0.1/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 452 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 Progress (4): 4.9/5.0 MB | 2.6/3.5 MB | 262/379 kB | 0.1/2.6 MB Progress (4): 4.9/5.0 MB | 2.6/3.5 MB | 262/379 kB | 0.1/2.6 MB Progress (4): 4.9/5.0 MB | 2.6/3.5 MB | 279/379 kB | 0.1/2.6 MB Progress (4): 4.9/5.0 MB | 2.6/3.5 MB | 279/379 kB | 0.1/2.6 MB Progress (4): 4.9/5.0 MB | 2.6/3.5 MB | 279/379 kB | 0.1/2.6 MB Progress (4): 4.9/5.0 MB | 2.6/3.5 MB | 279/379 kB | 0.1/2.6 MB Progress (4): 4.9/5.0 MB | 2.6/3.5 MB | 279/379 kB | 0.1/2.6 MB Progress (5): 4.9/5.0 MB | 2.6/3.5 MB | 279/379 kB | 0.1/2.6 MB | 16/32 kB Progress (5): 4.9/5.0 MB | 2.6/3.5 MB | 295/379 kB | 0.1/2.6 MB | 16/32 kB Progress (5): 5.0/5.0 MB | 2.6/3.5 MB | 295/379 kB | 0.1/2.6 MB | 16/32 kB Progress (5): 5.0/5.0 MB | 2.6/3.5 MB | 295/379 kB | 0.1/2.6 MB | 16/32 kB Progress (5): 5.0/5.0 MB | 2.6/3.5 MB | 295/379 kB | 0.1/2.6 MB | 32 kB Progress (5): 5.0/5.0 MB | 2.6/3.5 MB | 295/379 kB | 0.1/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/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.jar Progress (4): 5.0/5.0 MB | 2.7/3.5 MB | 295/379 kB | 0.1/2.6 MB Progress (4): 5.0/5.0 MB | 2.7/3.5 MB | 295/379 kB | 0.1/2.6 MB Progress (4): 5.0/5.0 MB | 2.7/3.5 MB | 295/379 kB | 0.1/2.6 MB Progress (4): 5.0/5.0 MB | 2.7/3.5 MB | 295/379 kB | 0.1/2.6 MB Progress (4): 5.0/5.0 MB | 2.7/3.5 MB | 311/379 kB | 0.1/2.6 MB Progress (4): 5.0/5.0 MB | 2.7/3.5 MB | 311/379 kB | 0.1/2.6 MB Progress (4): 5.0/5.0 MB | 2.7/3.5 MB | 311/379 kB | 0.1/2.6 MB Progress (4): 5.0 MB | 2.7/3.5 MB | 311/379 kB | 0.1/2.6 MB Downloaded from Maven: https://repo.maven.apache.org/maven2/net/sf/saxon/Saxon-HE/9.8.0-5/Saxon-HE-9.8.0-5.jar (5.0 MB at 4.2 MB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar Progress (4): 2.7/3.5 MB | 311/379 kB | 0.1/2.6 MB | 14 kB Progress (4): 2.7/3.5 MB | 311/379 kB | 0.1/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): 2.7/3.5 MB | 311/379 kB | 0.1/2.6 MB Progress (3): 2.7/3.5 MB | 311/379 kB | 0.1/2.6 MB Progress (3): 2.7/3.5 MB | 328/379 kB | 0.1/2.6 MB Progress (3): 2.7/3.5 MB | 328/379 kB | 0.1/2.6 MB Progress (3): 2.8/3.5 MB | 328/379 kB | 0.1/2.6 MB Progress (4): 2.8/3.5 MB | 328/379 kB | 0.1/2.6 MB | 8.8 kB Progress (5): 2.8/3.5 MB | 328/379 kB | 0.1/2.6 MB | 8.8 kB | 3.5 kB Downloaded from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.jar (3.5 kB at 2.9 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): 2.8/3.5 MB | 344/379 kB | 0.1/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) Progress (3): 2.8/3.5 MB | 344/379 kB | 0.1/2.6 MB 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): 2.8/3.5 MB | 344/379 kB | 0.1/2.6 MB Progress (3): 2.8/3.5 MB | 344/379 kB | 0.1/2.6 MB Progress (3): 2.8/3.5 MB | 344/379 kB | 0.1/2.6 MB Progress (3): 2.8/3.5 MB | 360/379 kB | 0.1/2.6 MB Progress (3): 2.8/3.5 MB | 360/379 kB | 0.2/2.6 MB Progress (3): 2.8/3.5 MB | 360/379 kB | 0.2/2.6 MB Progress (4): 2.8/3.5 MB | 360/379 kB | 0.2/2.6 MB | 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/com/yegor256/tojos/0.9.1/tojos-0.9.1.jar Progress (3): 2.8/3.5 MB | 360/379 kB | 0.2/2.6 MB Progress (3): 2.9/3.5 MB | 360/379 kB | 0.2/2.6 MB Progress (3): 2.9/3.5 MB | 377/379 kB | 0.2/2.6 MB Progress (3): 2.9/3.5 MB | 379 kB | 0.2/2.6 MB Downloaded from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.jar (379 kB at 313 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): 2.9/3.5 MB | 0.2/2.6 MB | 16/502 kB Progress (3): 2.9/3.5 MB | 0.2/2.6 MB | 16/502 kB Progress (3): 2.9/3.5 MB | 0.2/2.6 MB | 16/502 kB Progress (3): 2.9/3.5 MB | 0.2/2.6 MB | 32/502 kB Progress (3): 2.9/3.5 MB | 0.2/2.6 MB | 49/502 kB Progress (3): 2.9/3.5 MB | 0.2/2.6 MB | 49/502 kB Progress (4): 2.9/3.5 MB | 0.2/2.6 MB | 49/502 kB | 16/17 kB Progress (4): 2.9/3.5 MB | 0.2/2.6 MB | 49/502 kB | 17 kB Downloaded from Maven: https://repo.maven.apache.org/maven2/com/yegor256/tojos/0.9.1/tojos-0.9.1.jar (17 kB at 14 kB/s) Progress (3): 2.9/3.5 MB | 0.2/2.6 MB | 49/502 kB Downloading from Maven: https://repo.maven.apache.org/maven2/com/opencsv/opencsv/5.5.2/opencsv-5.5.2.jar Progress (3): 2.9/3.5 MB | 0.2/2.6 MB | 65/502 kB Progress (3): 2.9/3.5 MB | 0.2/2.6 MB | 81/502 kB Progress (3): 2.9/3.5 MB | 0.2/2.6 MB | 81/502 kB Progress (4): 2.9/3.5 MB | 0.2/2.6 MB | 81/502 kB | 16/31 kB Progress (4): 2.9/3.5 MB | 0.2/2.6 MB | 81/502 kB | 16/31 kB Progress (4): 2.9/3.5 MB | 0.2/2.6 MB | 98/502 kB | 16/31 kB Progress (4): 2.9/3.5 MB | 0.2/2.6 MB | 98/502 kB | 16/31 kB Progress (4): 2.9/3.5 MB | 0.2/2.6 MB | 114/502 kB | 16/31 kB Progress (4): 2.9/3.5 MB | 0.2/2.6 MB | 130/502 kB | 16/31 kB Progress (4): 3.0/3.5 MB | 0.2/2.6 MB | 130/502 kB | 16/31 kB Progress (4): 3.0/3.5 MB | 0.2/2.6 MB | 130/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/org/apache/commons/commons-text/1.9/commons-text-1.9.jar Progress (3): 3.0/3.5 MB | 0.2/2.6 MB | 147/502 kB Progress (4): 3.0/3.5 MB | 0.2/2.6 MB | 147/502 kB | 16/236 kB Progress (4): 3.0/3.5 MB | 0.2/2.6 MB | 147/502 kB | 16/236 kB Progress (4): 3.0/3.5 MB | 0.2/2.6 MB | 147/502 kB | 16/236 kB Progress (4): 3.0/3.5 MB | 0.2/2.6 MB | 163/502 kB | 16/236 kB Progress (4): 3.0/3.5 MB | 0.2/2.6 MB | 163/502 kB | 16/236 kB Progress (4): 3.0/3.5 MB | 0.2/2.6 MB | 180/502 kB | 16/236 kB Progress (4): 3.0/3.5 MB | 0.2/2.6 MB | 180/502 kB | 33/236 kB Progress (4): 3.0/3.5 MB | 0.2/2.6 MB | 196/502 kB | 33/236 kB Progress (4): 3.0/3.5 MB | 0.2/2.6 MB | 196/502 kB | 33/236 kB Progress (4): 3.0/3.5 MB | 0.2/2.6 MB | 196/502 kB | 49/236 kB Progress (4): 3.0/3.5 MB | 0.2/2.6 MB | 196/502 kB | 49/236 kB Progress (4): 3.0/3.5 MB | 0.2/2.6 MB | 212/502 kB | 49/236 kB Progress (4): 3.0/3.5 MB | 0.2/2.6 MB | 212/502 kB | 49/236 kB Progress (4): 3.0/3.5 MB | 0.2/2.6 MB | 229/502 kB | 49/236 kB Progress (4): 3.0/3.5 MB | 0.2/2.6 MB | 229/502 kB | 49/236 kB Progress (4): 3.0/3.5 MB | 0.3/2.6 MB | 229/502 kB | 49/236 kB Progress (4): 3.0/3.5 MB | 0.3/2.6 MB | 245/502 kB | 49/236 kB Progress (4): 3.0/3.5 MB | 0.3/2.6 MB | 245/502 kB | 66/236 kB Progress (4): 3.0/3.5 MB | 0.3/2.6 MB | 262/502 kB | 66/236 kB Progress (4): 3.0/3.5 MB | 0.3/2.6 MB | 262/502 kB | 82/236 kB Progress (4): 3.0/3.5 MB | 0.3/2.6 MB | 278/502 kB | 82/236 kB Progress (4): 3.0/3.5 MB | 0.3/2.6 MB | 278/502 kB | 82/236 kB Progress (4): 3.0/3.5 MB | 0.3/2.6 MB | 278/502 kB | 98/236 kB Progress (4): 3.0/3.5 MB | 0.3/2.6 MB | 294/502 kB | 98/236 kB Progress (4): 3.0/3.5 MB | 0.3/2.6 MB | 294/502 kB | 98/236 kB Progress (5): 3.0/3.5 MB | 0.3/2.6 MB | 294/502 kB | 98/236 kB | 16/216 kB Progress (5): 3.0/3.5 MB | 0.3/2.6 MB | 311/502 kB | 98/236 kB | 16/216 kB Progress (5): 3.1/3.5 MB | 0.3/2.6 MB | 311/502 kB | 98/236 kB | 16/216 kB Progress (5): 3.1/3.5 MB | 0.3/2.6 MB | 311/502 kB | 98/236 kB | 32/216 kB Progress (5): 3.1/3.5 MB | 0.3/2.6 MB | 311/502 kB | 98/236 kB | 32/216 kB Progress (5): 3.1/3.5 MB | 0.3/2.6 MB | 311/502 kB | 98/236 kB | 32/216 kB Progress (5): 3.1/3.5 MB | 0.3/2.6 MB | 327/502 kB | 98/236 kB | 32/216 kB Progress (5): 3.1/3.5 MB | 0.3/2.6 MB | 327/502 kB | 115/236 kB | 32/216 kB Progress (5): 3.1/3.5 MB | 0.3/2.6 MB | 327/502 kB | 115/236 kB | 32/216 kB Progress (5): 3.1/3.5 MB | 0.3/2.6 MB | 327/502 kB | 115/236 kB | 32/216 kB Progress (5): 3.1/3.5 MB | 0.3/2.6 MB | 343/502 kB | 115/236 kB | 32/216 kB Progress (5): 3.1/3.5 MB | 0.3/2.6 MB | 343/502 kB | 115/236 kB | 49/216 kB Progress (5): 3.1/3.5 MB | 0.3/2.6 MB | 343/502 kB | 115/236 kB | 49/216 kB Progress (5): 3.1/3.5 MB | 0.3/2.6 MB | 360/502 kB | 115/236 kB | 49/216 kB Progress (5): 3.1/3.5 MB | 0.3/2.6 MB | 360/502 kB | 131/236 kB | 49/216 kB Progress (5): 3.1/3.5 MB | 0.3/2.6 MB | 360/502 kB | 131/236 kB | 49/216 kB Progress (5): 3.1/3.5 MB | 0.3/2.6 MB | 376/502 kB | 131/236 kB | 49/216 kB Progress (5): 3.1/3.5 MB | 0.3/2.6 MB | 376/502 kB | 131/236 kB | 49/216 kB Progress (5): 3.1/3.5 MB | 0.3/2.6 MB | 376/502 kB | 131/236 kB | 65/216 kB Progress (5): 3.1/3.5 MB | 0.3/2.6 MB | 393/502 kB | 131/236 kB | 65/216 kB Progress (5): 3.1/3.5 MB | 0.3/2.6 MB | 393/502 kB | 147/236 kB | 65/216 kB Progress (5): 3.2/3.5 MB | 0.3/2.6 MB | 393/502 kB | 147/236 kB | 65/216 kB Progress (5): 3.2/3.5 MB | 0.3/2.6 MB | 402/502 kB | 147/236 kB | 65/216 kB Progress (5): 3.2/3.5 MB | 0.3/2.6 MB | 402/502 kB | 147/236 kB | 65/216 kB Progress (5): 3.2/3.5 MB | 0.3/2.6 MB | 402/502 kB | 164/236 kB | 65/216 kB Progress (5): 3.2/3.5 MB | 0.3/2.6 MB | 402/502 kB | 164/236 kB | 65/216 kB Progress (5): 3.2/3.5 MB | 0.3/2.6 MB | 418/502 kB | 164/236 kB | 65/216 kB Progress (5): 3.2/3.5 MB | 0.3/2.6 MB | 418/502 kB | 164/236 kB | 65/216 kB Progress (5): 3.2/3.5 MB | 0.3/2.6 MB | 435/502 kB | 164/236 kB | 65/216 kB Progress (5): 3.2/3.5 MB | 0.3/2.6 MB | 435/502 kB | 164/236 kB | 81/216 kB Progress (5): 3.2/3.5 MB | 0.3/2.6 MB | 435/502 kB | 164/236 kB | 81/216 kB Progress (5): 3.2/3.5 MB | 0.3/2.6 MB | 435/502 kB | 180/236 kB | 81/216 kB Progress (5): 3.2/3.5 MB | 0.3/2.6 MB | 451/502 kB | 180/236 kB | 81/216 kB Progress (5): 3.2/3.5 MB | 0.4/2.6 MB | 451/502 kB | 180/236 kB | 81/216 kB Progress (5): 3.2/3.5 MB | 0.4/2.6 MB | 451/502 kB | 180/236 kB | 81/216 kB Progress (5): 3.2/3.5 MB | 0.4/2.6 MB | 468/502 kB | 180/236 kB | 81/216 kB Progress (5): 3.2/3.5 MB | 0.4/2.6 MB | 468/502 kB | 197/236 kB | 81/216 kB Progress (5): 3.2/3.5 MB | 0.4/2.6 MB | 468/502 kB | 197/236 kB | 81/216 kB Progress (5): 3.2/3.5 MB | 0.4/2.6 MB | 484/502 kB | 197/236 kB | 81/216 kB Progress (5): 3.2/3.5 MB | 0.4/2.6 MB | 484/502 kB | 197/236 kB | 81/216 kB Progress (5): 3.2/3.5 MB | 0.4/2.6 MB | 484/502 kB | 197/236 kB | 98/216 kB Progress (5): 3.2/3.5 MB | 0.4/2.6 MB | 500/502 kB | 197/236 kB | 98/216 kB Progress (5): 3.2/3.5 MB | 0.4/2.6 MB | 502 kB | 197/236 kB | 98/216 kB Progress (5): 3.2/3.5 MB | 0.4/2.6 MB | 502 kB | 213/236 kB | 98/216 kB Progress (5): 3.2/3.5 MB | 0.4/2.6 MB | 502 kB | 213/236 kB | 98/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): 3.2/3.5 MB | 0.4/2.6 MB | 213/236 kB | 98/216 kB Progress (4): 3.2/3.5 MB | 0.4/2.6 MB | 213/236 kB | 98/216 kB Progress (4): 3.2/3.5 MB | 0.4/2.6 MB | 229/236 kB | 98/216 kB Progress (4): 3.2/3.5 MB | 0.4/2.6 MB | 229/236 kB | 114/216 kB Progress (4): 3.2/3.5 MB | 0.4/2.6 MB | 236 kB | 114/216 kB Progress (4): 3.2/3.5 MB | 0.4/2.6 MB | 236 kB | 114/216 kB Downloaded from Maven: https://repo.maven.apache.org/maven2/com/opencsv/opencsv/5.5.2/opencsv-5.5.2.jar (236 kB at 176 kB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar Progress (3): 3.3/3.5 MB | 0.4/2.6 MB | 114/216 kB Progress (3): 3.3/3.5 MB | 0.4/2.6 MB | 114/216 kB Progress (4): 3.3/3.5 MB | 0.4/2.6 MB | 114/216 kB | 16/247 kB Progress (4): 3.3/3.5 MB | 0.4/2.6 MB | 114/216 kB | 16/247 kB Progress (4): 3.3/3.5 MB | 0.4/2.6 MB | 130/216 kB | 16/247 kB Progress (4): 3.3/3.5 MB | 0.4/2.6 MB | 130/216 kB | 33/247 kB Progress (4): 3.3/3.5 MB | 0.4/2.6 MB | 130/216 kB | 33/247 kB Progress (4): 3.3/3.5 MB | 0.4/2.6 MB | 130/216 kB | 33/247 kB Progress (4): 3.3/3.5 MB | 0.4/2.6 MB | 130/216 kB | 49/247 kB Progress (4): 3.3/3.5 MB | 0.4/2.6 MB | 130/216 kB | 49/247 kB Progress (5): 3.3/3.5 MB | 0.4/2.6 MB | 130/216 kB | 49/247 kB | 16/62 kB Progress (5): 3.3/3.5 MB | 0.4/2.6 MB | 130/216 kB | 66/247 kB | 16/62 kB Progress (5): 3.3/3.5 MB | 0.4/2.6 MB | 130/216 kB | 66/247 kB | 16/62 kB Progress (5): 3.3/3.5 MB | 0.5/2.6 MB | 130/216 kB | 66/247 kB | 16/62 kB Progress (5): 3.3/3.5 MB | 0.5/2.6 MB | 147/216 kB | 66/247 kB | 16/62 kB Progress (5): 3.3/3.5 MB | 0.5/2.6 MB | 147/216 kB | 66/247 kB | 33/62 kB Progress (5): 3.3/3.5 MB | 0.5/2.6 MB | 147/216 kB | 82/247 kB | 33/62 kB Progress (5): 3.3/3.5 MB | 0.5/2.6 MB | 147/216 kB | 82/247 kB | 33/62 kB Progress (5): 3.3/3.5 MB | 0.5/2.6 MB | 147/216 kB | 98/247 kB | 33/62 kB Progress (5): 3.3/3.5 MB | 0.5/2.6 MB | 147/216 kB | 98/247 kB | 33/62 kB Progress (5): 3.4/3.5 MB | 0.5/2.6 MB | 147/216 kB | 98/247 kB | 33/62 kB Progress (5): 3.4/3.5 MB | 0.5/2.6 MB | 147/216 kB | 98/247 kB | 49/62 kB Progress (5): 3.4/3.5 MB | 0.5/2.6 MB | 163/216 kB | 98/247 kB | 49/62 kB Progress (5): 3.4/3.5 MB | 0.5/2.6 MB | 163/216 kB | 115/247 kB | 49/62 kB Progress (5): 3.4/3.5 MB | 0.5/2.6 MB | 163/216 kB | 115/247 kB | 49/62 kB Progress (5): 3.4/3.5 MB | 0.5/2.6 MB | 163/216 kB | 115/247 kB | 49/62 kB Progress (5): 3.4/3.5 MB | 0.5/2.6 MB | 163/216 kB | 115/247 kB | 62 kB Progress (5): 3.4/3.5 MB | 0.5/2.6 MB | 163/216 kB | 131/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 45 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): 3.4/3.5 MB | 0.5/2.6 MB | 163/216 kB | 131/247 kB Progress (4): 3.4/3.5 MB | 0.5/2.6 MB | 163/216 kB | 131/247 kB Progress (4): 3.4/3.5 MB | 0.5/2.6 MB | 163/216 kB | 147/247 kB Progress (4): 3.4/3.5 MB | 0.5/2.6 MB | 180/216 kB | 147/247 kB Progress (4): 3.4/3.5 MB | 0.5/2.6 MB | 180/216 kB | 164/247 kB Progress (4): 3.4/3.5 MB | 0.5/2.6 MB | 180/216 kB | 164/247 kB Progress (4): 3.4/3.5 MB | 0.5/2.6 MB | 180/216 kB | 164/247 kB Progress (4): 3.4/3.5 MB | 0.5/2.6 MB | 180/216 kB | 180/247 kB Progress (4): 3.4/3.5 MB | 0.5/2.6 MB | 180/216 kB | 180/247 kB Progress (4): 3.4/3.5 MB | 0.5/2.6 MB | 196/216 kB | 180/247 kB Progress (4): 3.4/3.5 MB | 0.5/2.6 MB | 196/216 kB | 180/247 kB Progress (4): 3.4/3.5 MB | 0.5/2.6 MB | 196/216 kB | 197/247 kB Progress (5): 3.4/3.5 MB | 0.5/2.6 MB | 196/216 kB | 197/247 kB | 16/588 kB Progress (5): 3.4/3.5 MB | 0.5/2.6 MB | 196/216 kB | 197/247 kB | 16/588 kB Progress (5): 3.4/3.5 MB | 0.5/2.6 MB | 196/216 kB | 213/247 kB | 16/588 kB Progress (5): 3.4/3.5 MB | 0.6/2.6 MB | 196/216 kB | 213/247 kB | 16/588 kB Progress (5): 3.5/3.5 MB | 0.6/2.6 MB | 196/216 kB | 213/247 kB | 16/588 kB Progress (5): 3.5/3.5 MB | 0.6/2.6 MB | 196/216 kB | 213/247 kB | 33/588 kB Progress (5): 3.5/3.5 MB | 0.6/2.6 MB | 212/216 kB | 213/247 kB | 33/588 kB Progress (5): 3.5/3.5 MB | 0.6/2.6 MB | 212/216 kB | 229/247 kB | 33/588 kB Progress (5): 3.5/3.5 MB | 0.6/2.6 MB | 216 kB | 229/247 kB | 33/588 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 153 kB/s) Progress (4): 3.5/3.5 MB | 0.6/2.6 MB | 229/247 kB | 33/588 kB Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.jar Progress (4): 3.5/3.5 MB | 0.6/2.6 MB | 229/247 kB | 33/588 kB Progress (4): 3.5/3.5 MB | 0.6/2.6 MB | 246/247 kB | 33/588 kB Progress (4): 3.5/3.5 MB | 0.6/2.6 MB | 247 kB | 33/588 kB Progress (4): 3.5 MB | 0.6/2.6 MB | 247 kB | 33/588 kB Downloaded from Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.10.13/byte-buddy-1.10.13.jar (3.5 MB at 2.5 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.jar 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 174 kB/s) Progress (2): 0.6/2.6 MB | 49/588 kB Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.8.1/junit-platform-commons-1.8.1.jar Progress (2): 0.6/2.6 MB | 49/588 kB Progress (2): 0.6/2.6 MB | 66/588 kB Progress (2): 0.6/2.6 MB | 66/588 kB Progress (2): 0.6/2.6 MB | 82/588 kB Progress (2): 0.6/2.6 MB | 82/588 kB Progress (3): 0.6/2.6 MB | 82/588 kB | 16/100 kB Progress (4): 0.6/2.6 MB | 82/588 kB | 16/100 kB | 16/194 kB Progress (5): 0.6/2.6 MB | 82/588 kB | 16/100 kB | 16/194 kB | 16/752 kB Progress (5): 0.6/2.6 MB | 98/588 kB | 16/100 kB | 16/194 kB | 16/752 kB Progress (5): 0.6/2.6 MB | 98/588 kB | 16/100 kB | 16/194 kB | 16/752 kB Progress (5): 0.6/2.6 MB | 98/588 kB | 33/100 kB | 16/194 kB | 16/752 kB Progress (5): 0.6/2.6 MB | 98/588 kB | 33/100 kB | 33/194 kB | 16/752 kB Progress (5): 0.6/2.6 MB | 115/588 kB | 33/100 kB | 33/194 kB | 16/752 kB Progress (5): 0.6/2.6 MB | 115/588 kB | 49/100 kB | 33/194 kB | 16/752 kB Progress (5): 0.6/2.6 MB | 115/588 kB | 49/100 kB | 33/194 kB | 33/752 kB Progress (5): 0.6/2.6 MB | 115/588 kB | 49/100 kB | 33/194 kB | 33/752 kB Progress (5): 0.6/2.6 MB | 115/588 kB | 49/100 kB | 49/194 kB | 33/752 kB Progress (5): 0.6/2.6 MB | 115/588 kB | 66/100 kB | 49/194 kB | 33/752 kB Progress (5): 0.7/2.6 MB | 115/588 kB | 66/100 kB | 49/194 kB | 33/752 kB Progress (5): 0.7/2.6 MB | 115/588 kB | 66/100 kB | 49/194 kB | 49/752 kB Progress (5): 0.7/2.6 MB | 115/588 kB | 66/100 kB | 49/194 kB | 49/752 kB Progress (5): 0.7/2.6 MB | 115/588 kB | 82/100 kB | 49/194 kB | 49/752 kB Progress (5): 0.7/2.6 MB | 131/588 kB | 82/100 kB | 49/194 kB | 49/752 kB Progress (5): 0.7/2.6 MB | 131/588 kB | 82/100 kB | 49/194 kB | 49/752 kB Progress (5): 0.7/2.6 MB | 131/588 kB | 82/100 kB | 66/194 kB | 49/752 kB Progress (5): 0.7/2.6 MB | 147/588 kB | 82/100 kB | 66/194 kB | 49/752 kB Progress (5): 0.7/2.6 MB | 147/588 kB | 82/100 kB | 82/194 kB | 49/752 kB Progress (5): 0.7/2.6 MB | 147/588 kB | 82/100 kB | 98/194 kB | 49/752 kB Progress (5): 0.7/2.6 MB | 164/588 kB | 82/100 kB | 98/194 kB | 49/752 kB Progress (5): 0.7/2.6 MB | 164/588 kB | 98/100 kB | 98/194 kB | 49/752 kB Progress (5): 0.7/2.6 MB | 164/588 kB | 100 kB | 98/194 kB | 49/752 kB Progress (5): 0.7/2.6 MB | 164/588 kB | 100 kB | 98/194 kB | 49/752 kB Progress (5): 0.7/2.6 MB | 164/588 kB | 100 kB | 98/194 kB | 66/752 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 69 kB/s) Progress (4): 0.7/2.6 MB | 164/588 kB | 115/194 kB | 66/752 kB Progress (4): 0.7/2.6 MB | 180/588 kB | 115/194 kB | 66/752 kB Progress (4): 0.7/2.6 MB | 180/588 kB | 115/194 kB | 66/752 kB Progress (4): 0.7/2.6 MB | 180/588 kB | 131/194 kB | 66/752 kB Progress (4): 0.7/2.6 MB | 180/588 kB | 131/194 kB | 82/752 kB Progress (4): 0.7/2.6 MB | 180/588 kB | 131/194 kB | 82/752 kB Progress (4): 0.7/2.6 MB | 197/588 kB | 131/194 kB | 82/752 kB Progress (4): 0.7/2.6 MB | 197/588 kB | 147/194 kB | 82/752 kB Progress (4): 0.8/2.6 MB | 197/588 kB | 147/194 kB | 82/752 kB Progress (4): 0.8/2.6 MB | 197/588 kB | 147/194 kB | 98/752 kB Progress (4): 0.8/2.6 MB | 197/588 kB | 147/194 kB | 98/752 kB Progress (4): 0.8/2.6 MB | 197/588 kB | 164/194 kB | 98/752 kB Progress (4): 0.8/2.6 MB | 213/588 kB | 164/194 kB | 98/752 kB Progress (4): 0.8/2.6 MB | 213/588 kB | 164/194 kB | 98/752 kB Progress (4): 0.8/2.6 MB | 213/588 kB | 180/194 kB | 98/752 kB Progress (4): 0.8/2.6 MB | 229/588 kB | 180/194 kB | 98/752 kB Progress (4): 0.8/2.6 MB | 229/588 kB | 180/194 kB | 115/752 kB Progress (4): 0.8/2.6 MB | 229/588 kB | 180/194 kB | 115/752 kB Progress (4): 0.8/2.6 MB | 229/588 kB | 194 kB | 115/752 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 130 kB/s) Progress (3): 0.8/2.6 MB | 229/588 kB | 115/752 kB Progress (3): 0.8/2.6 MB | 246/588 kB | 115/752 kB Progress (3): 0.8/2.6 MB | 246/588 kB | 115/752 kB Progress (3): 0.8/2.6 MB | 246/588 kB | 131/752 kB Progress (3): 0.8/2.6 MB | 262/588 kB | 131/752 kB Progress (3): 0.9/2.6 MB | 262/588 kB | 131/752 kB Progress (3): 0.9/2.6 MB | 262/588 kB | 131/752 kB Progress (3): 0.9/2.6 MB | 262/588 kB | 131/752 kB Progress (3): 0.9/2.6 MB | 279/588 kB | 131/752 kB Progress (3): 0.9/2.6 MB | 279/588 kB | 147/752 kB Progress (3): 0.9/2.6 MB | 279/588 kB | 147/752 kB Progress (3): 0.9/2.6 MB | 295/588 kB | 147/752 kB Progress (3): 0.9/2.6 MB | 295/588 kB | 147/752 kB Progress (3): 0.9/2.6 MB | 295/588 kB | 164/752 kB Progress (3): 0.9/2.6 MB | 311/588 kB | 164/752 kB Progress (3): 0.9/2.6 MB | 311/588 kB | 164/752 kB Progress (3): 0.9/2.6 MB | 328/588 kB | 164/752 kB Progress (3): 1.0/2.6 MB | 328/588 kB | 164/752 kB Progress (3): 1.0/2.6 MB | 328/588 kB | 164/752 kB Progress (3): 1.0/2.6 MB | 328/588 kB | 180/752 kB Progress (3): 1.0/2.6 MB | 344/588 kB | 180/752 kB Progress (3): 1.0/2.6 MB | 344/588 kB | 180/752 kB Progress (3): 1.0/2.6 MB | 344/588 kB | 180/752 kB Progress (3): 1.0/2.6 MB | 344/588 kB | 197/752 kB Progress (3): 1.0/2.6 MB | 360/588 kB | 197/752 kB Progress (3): 1.0/2.6 MB | 360/588 kB | 197/752 kB Progress (3): 1.0/2.6 MB | 360/588 kB | 197/752 kB Progress (3): 1.0/2.6 MB | 377/588 kB | 197/752 kB Progress (3): 1.0/2.6 MB | 377/588 kB | 213/752 kB Progress (3): 1.1/2.6 MB | 377/588 kB | 213/752 kB Progress (3): 1.1/2.6 MB | 393/588 kB | 213/752 kB Progress (3): 1.1/2.6 MB | 393/588 kB | 213/752 kB Progress (3): 1.1/2.6 MB | 393/588 kB | 213/752 kB Progress (3): 1.1/2.6 MB | 410/588 kB | 213/752 kB Progress (3): 1.1/2.6 MB | 410/588 kB | 229/752 kB Progress (3): 1.1/2.6 MB | 410/588 kB | 229/752 kB Progress (3): 1.1/2.6 MB | 426/588 kB | 229/752 kB Progress (3): 1.1/2.6 MB | 426/588 kB | 229/752 kB Progress (3): 1.1/2.6 MB | 426/588 kB | 246/752 kB Progress (3): 1.1/2.6 MB | 442/588 kB | 246/752 kB Progress (3): 1.1/2.6 MB | 442/588 kB | 246/752 kB Progress (3): 1.1/2.6 MB | 442/588 kB | 256/752 kB Progress (3): 1.2/2.6 MB | 442/588 kB | 256/752 kB Progress (3): 1.2/2.6 MB | 459/588 kB | 256/752 kB Progress (3): 1.2/2.6 MB | 459/588 kB | 256/752 kB Progress (3): 1.2/2.6 MB | 459/588 kB | 272/752 kB Progress (3): 1.2/2.6 MB | 475/588 kB | 272/752 kB Progress (3): 1.2/2.6 MB | 475/588 kB | 272/752 kB Progress (3): 1.2/2.6 MB | 475/588 kB | 272/752 kB Progress (3): 1.2/2.6 MB | 492/588 kB | 272/752 kB Progress (3): 1.2/2.6 MB | 492/588 kB | 289/752 kB Progress (3): 1.2/2.6 MB | 492/588 kB | 289/752 kB Progress (3): 1.2/2.6 MB | 508/588 kB | 289/752 kB Progress (3): 1.2/2.6 MB | 508/588 kB | 289/752 kB Progress (3): 1.2/2.6 MB | 508/588 kB | 305/752 kB Progress (3): 1.3/2.6 MB | 508/588 kB | 305/752 kB Progress (3): 1.3/2.6 MB | 524/588 kB | 305/752 kB Progress (3): 1.3/2.6 MB | 524/588 kB | 305/752 kB Progress (3): 1.3/2.6 MB | 524/588 kB | 321/752 kB Progress (3): 1.3/2.6 MB | 541/588 kB | 321/752 kB Progress (3): 1.3/2.6 MB | 541/588 kB | 321/752 kB Progress (3): 1.3/2.6 MB | 541/588 kB | 321/752 kB Progress (3): 1.3/2.6 MB | 557/588 kB | 321/752 kB Progress (3): 1.3/2.6 MB | 557/588 kB | 338/752 kB Progress (3): 1.3/2.6 MB | 557/588 kB | 338/752 kB Progress (3): 1.3/2.6 MB | 573/588 kB | 338/752 kB Progress (3): 1.3/2.6 MB | 573/588 kB | 338/752 kB Progress (3): 1.3/2.6 MB | 585/588 kB | 338/752 kB Progress (3): 1.3/2.6 MB | 585/588 kB | 354/752 kB Progress (3): 1.3/2.6 MB | 585/588 kB | 354/752 kB Progress (3): 1.3/2.6 MB | 588 kB | 354/752 kB Progress (3): 1.4/2.6 MB | 588 kB | 354/752 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 368 kB/s) Progress (2): 1.4/2.6 MB | 370/752 kB Progress (2): 1.4/2.6 MB | 370/752 kB Progress (2): 1.4/2.6 MB | 370/752 kB Progress (2): 1.4/2.6 MB | 387/752 kB Progress (2): 1.4/2.6 MB | 387/752 kB Progress (2): 1.4/2.6 MB | 387/752 kB Progress (2): 1.4/2.6 MB | 403/752 kB Progress (2): 1.4/2.6 MB | 403/752 kB Progress (2): 1.5/2.6 MB | 403/752 kB Progress (2): 1.5/2.6 MB | 420/752 kB Progress (2): 1.5/2.6 MB | 420/752 kB Progress (2): 1.5/2.6 MB | 420/752 kB Progress (2): 1.5/2.6 MB | 436/752 kB Progress (2): 1.5/2.6 MB | 436/752 kB Progress (2): 1.5/2.6 MB | 436/752 kB Progress (2): 1.5/2.6 MB | 452/752 kB Progress (2): 1.5/2.6 MB | 452/752 kB Progress (2): 1.6/2.6 MB | 452/752 kB Progress (2): 1.6/2.6 MB | 469/752 kB Progress (2): 1.6/2.6 MB | 469/752 kB Progress (2): 1.6/2.6 MB | 469/752 kB Progress (2): 1.6/2.6 MB | 485/752 kB Progress (2): 1.6/2.6 MB | 485/752 kB Progress (2): 1.6/2.6 MB | 485/752 kB Progress (2): 1.6/2.6 MB | 502/752 kB Progress (2): 1.6/2.6 MB | 502/752 kB Progress (2): 1.6/2.6 MB | 518/752 kB Progress (2): 1.7/2.6 MB | 518/752 kB Progress (2): 1.7/2.6 MB | 518/752 kB Progress (2): 1.7/2.6 MB | 518/752 kB Progress (2): 1.7/2.6 MB | 534/752 kB Progress (2): 1.7/2.6 MB | 534/752 kB Progress (2): 1.7/2.6 MB | 551/752 kB Progress (2): 1.7/2.6 MB | 551/752 kB Progress (2): 1.7/2.6 MB | 551/752 kB Progress (2): 1.7/2.6 MB | 567/752 kB Progress (2): 1.8/2.6 MB | 567/752 kB Progress (2): 1.8/2.6 MB | 567/752 kB Progress (2): 1.8/2.6 MB | 583/752 kB Progress (2): 1.8/2.6 MB | 583/752 kB Progress (2): 1.8/2.6 MB | 583/752 kB Progress (2): 1.8/2.6 MB | 600/752 kB Progress (2): 1.8/2.6 MB | 600/752 kB Progress (2): 1.8/2.6 MB | 600/752 kB Progress (2): 1.8/2.6 MB | 616/752 kB Progress (2): 1.9/2.6 MB | 616/752 kB Progress (2): 1.9/2.6 MB | 633/752 kB Progress (2): 1.9/2.6 MB | 633/752 kB Progress (2): 1.9/2.6 MB | 633/752 kB Progress (2): 1.9/2.6 MB | 649/752 kB Progress (2): 1.9/2.6 MB | 649/752 kB Progress (2): 1.9/2.6 MB | 649/752 kB Progress (2): 1.9/2.6 MB | 649/752 kB Progress (2): 1.9/2.6 MB | 665/752 kB Progress (2): 1.9/2.6 MB | 665/752 kB Progress (2): 1.9/2.6 MB | 682/752 kB Progress (2): 2.0/2.6 MB | 682/752 kB Progress (2): 2.0/2.6 MB | 682/752 kB Progress (2): 2.0/2.6 MB | 698/752 kB Progress (2): 2.0/2.6 MB | 698/752 kB Progress (2): 2.0/2.6 MB | 698/752 kB Progress (2): 2.0/2.6 MB | 715/752 kB Progress (2): 2.0/2.6 MB | 715/752 kB Progress (2): 2.0/2.6 MB | 731/752 kB Progress (2): 2.0/2.6 MB | 731/752 kB Progress (2): 2.1/2.6 MB | 731/752 kB Progress (2): 2.1/2.6 MB | 747/752 kB Progress (2): 2.1/2.6 MB | 747/752 kB Progress (2): 2.1/2.6 MB | 752 kB Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.jar (752 kB at 440 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.5 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 277 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 3.3 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.2 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.4 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 224 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 235 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 634 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 7.3 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 (1): 33/252 kB Progress (1): 49/252 kB Progress (2): 49/252 kB | 14 kB Progress (3): 49/252 kB | 14 kB | 16/231 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 815 kB/s) Progress (3): 49/252 kB | 16/231 kB | 0/2.9 MB Progress (3): 49/252 kB | 16/231 kB | 0/2.9 MB Progress (3): 66/252 kB | 16/231 kB | 0/2.9 MB Progress (3): 66/252 kB | 16/231 kB | 0/2.9 MB Progress (3): 66/252 kB | 32/231 kB | 0/2.9 MB Progress (3): 82/252 kB | 32/231 kB | 0/2.9 MB Progress (3): 82/252 kB | 49/231 kB | 0/2.9 MB Progress (4): 82/252 kB | 49/231 kB | 0/2.9 MB | 0/3.6 MB Progress (4): 82/252 kB | 49/231 kB | 0/2.9 MB | 0/3.6 MB Progress (4): 82/252 kB | 49/231 kB | 0.1/2.9 MB | 0/3.6 MB Progress (4): 98/252 kB | 49/231 kB | 0.1/2.9 MB | 0/3.6 MB Progress (4): 115/252 kB | 49/231 kB | 0.1/2.9 MB | 0/3.6 MB Progress (4): 131/252 kB | 49/231 kB | 0.1/2.9 MB | 0/3.6 MB Progress (4): 131/252 kB | 49/231 kB | 0.1/2.9 MB | 0/3.6 MB Progress (4): 147/252 kB | 49/231 kB | 0.1/2.9 MB | 0/3.6 MB Progress (4): 147/252 kB | 65/231 kB | 0.1/2.9 MB | 0/3.6 MB Progress (4): 147/252 kB | 65/231 kB | 0.1/2.9 MB | 0/3.6 MB Progress (4): 164/252 kB | 65/231 kB | 0.1/2.9 MB | 0/3.6 MB Progress (4): 164/252 kB | 65/231 kB | 0.1/2.9 MB | 0.1/3.6 MB Progress (4): 180/252 kB | 65/231 kB | 0.1/2.9 MB | 0.1/3.6 MB Progress (4): 180/252 kB | 81/231 kB | 0.1/2.9 MB | 0.1/3.6 MB Progress (4): 197/252 kB | 81/231 kB | 0.1/2.9 MB | 0.1/3.6 MB Progress (4): 197/252 kB | 81/231 kB | 0.1/2.9 MB | 0.1/3.6 MB Progress (4): 197/252 kB | 81/231 kB | 0.1/2.9 MB | 0.1/3.6 MB Progress (4): 213/252 kB | 81/231 kB | 0.1/2.9 MB | 0.1/3.6 MB Progress (4): 229/252 kB | 81/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): 229/252 kB | 98/231 kB | 0.1/2.9 MB | 0.1/3.6 MB Progress (4): 246/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.2 MB/s) Progress (3): 98/231 kB | 0.1/2.9 MB | 0.1/3.6 MB Progress (3): 98/231 kB | 0.1/2.9 MB | 0.1/3.6 MB Progress (3): 114/231 kB | 0.1/2.9 MB | 0.1/3.6 MB Progress (3): 114/231 kB | 0.1/2.9 MB | 0.1/3.6 MB Progress (3): 114/231 kB | 0.1/2.9 MB | 0.1/3.6 MB Progress (3): 130/231 kB | 0.1/2.9 MB | 0.1/3.6 MB Progress (3): 130/231 kB | 0.2/2.9 MB | 0.1/3.6 MB Progress (3): 130/231 kB | 0.2/2.9 MB | 0.1/3.6 MB Progress (3): 147/231 kB | 0.2/2.9 MB | 0.1/3.6 MB Progress (3): 147/231 kB | 0.2/2.9 MB | 0.1/3.6 MB Progress (3): 147/231 kB | 0.2/2.9 MB | 0.1/3.6 MB Progress (3): 163/231 kB | 0.2/2.9 MB | 0.1/3.6 MB Progress (3): 163/231 kB | 0.2/2.9 MB | 0.1/3.6 MB Progress (3): 163/231 kB | 0.2/2.9 MB | 0.2/3.6 MB Progress (3): 163/231 kB | 0.2/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): 180/231 kB | 0.2/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): 180/231 kB | 0.2/2.9 MB | 0.2/3.6 MB Progress (3): 196/231 kB | 0.2/2.9 MB | 0.2/3.6 MB Progress (3): 196/231 kB | 0.2/2.9 MB | 0.2/3.6 MB Progress (3): 196/231 kB | 0.2/2.9 MB | 0.2/3.6 MB Progress (3): 196/231 kB | 0.3/2.9 MB | 0.2/3.6 MB Progress (3): 212/231 kB | 0.3/2.9 MB | 0.2/3.6 MB Progress (3): 212/231 kB | 0.3/2.9 MB | 0.2/3.6 MB Progress (3): 212/231 kB | 0.3/2.9 MB | 0.2/3.6 MB Progress (3): 212/231 kB | 0.3/2.9 MB | 0.2/3.6 MB Progress (3): 229/231 kB | 0.3/2.9 MB | 0.2/3.6 MB Progress (3): 231 kB | 0.3/2.9 MB | 0.2/3.6 MB Progress (3): 231 kB | 0.3/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.2 MB/s) 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.4/2.9 MB | 0.3/3.6 MB Progress (2): 0.4/2.9 MB | 0.3/3.6 MB Progress (2): 0.4/2.9 MB | 0.3/3.6 MB Progress (2): 0.4/2.9 MB | 0.3/3.6 MB Progress (2): 0.4/2.9 MB | 0.3/3.6 MB Progress (2): 0.4/2.9 MB | 0.3/3.6 MB Progress (2): 0.4/2.9 MB | 0.3/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.5/2.9 MB | 0.4/3.6 MB Progress (2): 0.5/2.9 MB | 0.4/3.6 MB Progress (2): 0.5/2.9 MB | 0.4/3.6 MB Progress (2): 0.5/2.9 MB | 0.4/3.6 MB Progress (2): 0.5/2.9 MB | 0.4/3.6 MB Progress (2): 0.5/2.9 MB | 0.4/3.6 MB Progress (2): 0.5/2.9 MB | 0.4/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.6/2.9 MB | 0.5/3.6 MB Progress (2): 0.6/2.9 MB | 0.5/3.6 MB Progress (2): 0.6/2.9 MB | 0.5/3.6 MB Progress (2): 0.6/2.9 MB | 0.5/3.6 MB Progress (2): 0.6/2.9 MB | 0.5/3.6 MB Progress (2): 0.6/2.9 MB | 0.5/3.6 MB Progress (2): 0.6/2.9 MB | 0.5/3.6 MB Progress (2): 0.6/2.9 MB | 0.5/3.6 MB Progress (2): 0.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.7/2.9 MB | 0.6/3.6 MB Progress (2): 0.7/2.9 MB | 0.6/3.6 MB Progress (2): 0.7/2.9 MB | 0.6/3.6 MB Progress (2): 0.7/2.9 MB | 0.6/3.6 MB Progress (2): 0.7/2.9 MB | 0.6/3.6 MB Progress (2): 0.7/2.9 MB | 0.6/3.6 MB Progress (2): 0.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.8/2.9 MB | 0.7/3.6 MB Progress (2): 0.8/2.9 MB | 0.7/3.6 MB Progress (2): 0.8/2.9 MB | 0.7/3.6 MB Progress (2): 0.8/2.9 MB | 0.7/3.6 MB Progress (2): 0.8/2.9 MB | 0.7/3.6 MB Progress (2): 0.8/2.9 MB | 0.7/3.6 MB Progress (2): 0.8/2.9 MB | 0.7/3.6 MB Progress (2): 0.8/2.9 MB | 0.7/3.6 MB Progress (2): 0.8/2.9 MB | 0.7/3.6 MB Progress (2): 0.8/2.9 MB | 0.7/3.6 MB Progress (2): 0.8/2.9 MB | 0.8/3.6 MB Progress (2): 0.9/2.9 MB | 0.8/3.6 MB Progress (2): 0.9/2.9 MB | 0.8/3.6 MB Progress (2): 0.9/2.9 MB | 0.8/3.6 MB Progress (2): 0.9/2.9 MB | 0.8/3.6 MB Progress (2): 0.9/2.9 MB | 0.8/3.6 MB Progress (2): 0.9/2.9 MB | 0.8/3.6 MB Progress (2): 0.9/2.9 MB | 0.8/3.6 MB Progress (2): 0.9/2.9 MB | 0.8/3.6 MB Progress (2): 0.9/2.9 MB | 0.8/3.6 MB Progress (2): 0.9/2.9 MB | 0.8/3.6 MB Progress (2): 0.9/2.9 MB | 0.8/3.6 MB Progress (2): 1.0/2.9 MB | 0.8/3.6 MB Progress (2): 1.0/2.9 MB | 0.9/3.6 MB Progress (2): 1.0/2.9 MB | 0.9/3.6 MB Progress (2): 1.0/2.9 MB | 0.9/3.6 MB Progress (2): 1.0/2.9 MB | 0.9/3.6 MB Progress (2): 1.0/2.9 MB | 0.9/3.6 MB Progress (2): 1.0/2.9 MB | 0.9/3.6 MB Progress (2): 1.0/2.9 MB | 0.9/3.6 MB Progress (2): 1.0/2.9 MB | 0.9/3.6 MB Progress (2): 1.0/2.9 MB | 0.9/3.6 MB Progress (2): 1.0/2.9 MB | 0.9/3.6 MB Progress (2): 1.0/2.9 MB | 0.9/3.6 MB Progress (2): 1.1/2.9 MB | 0.9/3.6 MB Progress (2): 1.1/2.9 MB | 0.9/3.6 MB Progress (2): 1.1/2.9 MB | 1.0/3.6 MB Progress (2): 1.1/2.9 MB | 1.0/3.6 MB Progress (2): 1.1/2.9 MB | 1.0/3.6 MB Progress (2): 1.1/2.9 MB | 1.0/3.6 MB Progress (2): 1.1/2.9 MB | 1.0/3.6 MB Progress (2): 1.1/2.9 MB | 1.0/3.6 MB Progress (2): 1.1/2.9 MB | 1.0/3.6 MB Progress (2): 1.1/2.9 MB | 1.0/3.6 MB Progress (2): 1.1/2.9 MB | 1.0/3.6 MB Progress (2): 1.2/2.9 MB | 1.0/3.6 MB Progress (2): 1.2/2.9 MB | 1.0/3.6 MB Progress (2): 1.2/2.9 MB | 1.0/3.6 MB Progress (2): 1.2/2.9 MB | 1.1/3.6 MB Progress (2): 1.2/2.9 MB | 1.1/3.6 MB Progress (2): 1.2/2.9 MB | 1.1/3.6 MB Progress (2): 1.2/2.9 MB | 1.1/3.6 MB Progress (2): 1.2/2.9 MB | 1.1/3.6 MB Progress (2): 1.2/2.9 MB | 1.1/3.6 MB Progress (2): 1.2/2.9 MB | 1.1/3.6 MB Progress (2): 1.2/2.9 MB | 1.1/3.6 MB Progress (2): 1.3/2.9 MB | 1.1/3.6 MB Progress (2): 1.3/2.9 MB | 1.1/3.6 MB Progress (2): 1.3/2.9 MB | 1.1/3.6 MB Progress (2): 1.3/2.9 MB | 1.1/3.6 MB Progress (2): 1.3/2.9 MB | 1.1/3.6 MB Progress (2): 1.3/2.9 MB | 1.2/3.6 MB Progress (2): 1.3/2.9 MB | 1.2/3.6 MB Progress (2): 1.3/2.9 MB | 1.2/3.6 MB Progress (2): 1.3/2.9 MB | 1.2/3.6 MB Progress (2): 1.3/2.9 MB | 1.2/3.6 MB Progress (2): 1.3/2.9 MB | 1.2/3.6 MB Progress (2): 1.3/2.9 MB | 1.2/3.6 MB Progress (2): 1.3/2.9 MB | 1.2/3.6 MB Progress (2): 1.3/2.9 MB | 1.2/3.6 MB Progress (2): 1.4/2.9 MB | 1.2/3.6 MB Progress (2): 1.4/2.9 MB | 1.2/3.6 MB Progress (2): 1.4/2.9 MB | 1.2/3.6 MB Progress (2): 1.4/2.9 MB | 1.3/3.6 MB Progress (2): 1.4/2.9 MB | 1.3/3.6 MB Progress (2): 1.4/2.9 MB | 1.3/3.6 MB Progress (2): 1.4/2.9 MB | 1.3/3.6 MB Progress (2): 1.4/2.9 MB | 1.3/3.6 MB Progress (2): 1.4/2.9 MB | 1.3/3.6 MB Progress (2): 1.4/2.9 MB | 1.3/3.6 MB Progress (2): 1.4/2.9 MB | 1.3/3.6 MB Progress (2): 1.5/2.9 MB | 1.3/3.6 MB Progress (2): 1.5/2.9 MB | 1.3/3.6 MB Progress (2): 1.5/2.9 MB | 1.3/3.6 MB Progress (2): 1.5/2.9 MB | 1.3/3.6 MB Progress (2): 1.5/2.9 MB | 1.3/3.6 MB Progress (2): 1.5/2.9 MB | 1.3/3.6 MB Progress (2): 1.5/2.9 MB | 1.3/3.6 MB Progress (2): 1.5/2.9 MB | 1.4/3.6 MB Progress (2): 1.5/2.9 MB | 1.4/3.6 MB Progress (2): 1.5/2.9 MB | 1.4/3.6 MB Progress (2): 1.5/2.9 MB | 1.4/3.6 MB Progress (2): 1.5/2.9 MB | 1.4/3.6 MB Progress (2): 1.6/2.9 MB | 1.4/3.6 MB Progress (2): 1.6/2.9 MB | 1.4/3.6 MB Progress (2): 1.6/2.9 MB | 1.4/3.6 MB Progress (2): 1.6/2.9 MB | 1.4/3.6 MB Progress (2): 1.6/2.9 MB | 1.4/3.6 MB Progress (2): 1.6/2.9 MB | 1.4/3.6 MB Progress (2): 1.6/2.9 MB | 1.4/3.6 MB Progress (2): 1.6/2.9 MB | 1.5/3.6 MB Progress (2): 1.6/2.9 MB | 1.5/3.6 MB Progress (2): 1.6/2.9 MB | 1.5/3.6 MB Progress (2): 1.6/2.9 MB | 1.5/3.6 MB Progress (2): 1.6/2.9 MB | 1.5/3.6 MB Progress (2): 1.7/2.9 MB | 1.5/3.6 MB Progress (2): 1.7/2.9 MB | 1.5/3.6 MB Progress (2): 1.7/2.9 MB | 1.5/3.6 MB Progress (2): 1.7/2.9 MB | 1.5/3.6 MB Progress (2): 1.7/2.9 MB | 1.5/3.6 MB Progress (2): 1.7/2.9 MB | 1.5/3.6 MB Progress (2): 1.7/2.9 MB | 1.5/3.6 MB Progress (2): 1.7/2.9 MB | 1.5/3.6 MB Progress (2): 1.7/2.9 MB | 1.6/3.6 MB Progress (2): 1.7/2.9 MB | 1.6/3.6 MB Progress (2): 1.7/2.9 MB | 1.6/3.6 MB Progress (2): 1.8/2.9 MB | 1.6/3.6 MB Progress (2): 1.8/2.9 MB | 1.6/3.6 MB Progress (2): 1.8/2.9 MB | 1.6/3.6 MB Progress (2): 1.8/2.9 MB | 1.6/3.6 MB Progress (2): 1.8/2.9 MB | 1.6/3.6 MB Progress (2): 1.8/2.9 MB | 1.6/3.6 MB Progress (2): 1.8/2.9 MB | 1.6/3.6 MB Progress (2): 1.8/2.9 MB | 1.6/3.6 MB Progress (2): 1.8/2.9 MB | 1.6/3.6 MB Progress (2): 1.8/2.9 MB | 1.7/3.6 MB Progress (2): 1.8/2.9 MB | 1.7/3.6 MB Progress (2): 1.9/2.9 MB | 1.7/3.6 MB Progress (2): 1.9/2.9 MB | 1.7/3.6 MB Progress (2): 1.9/2.9 MB | 1.7/3.6 MB Progress (2): 1.9/2.9 MB | 1.7/3.6 MB Progress (2): 1.9/2.9 MB | 1.7/3.6 MB Progress (2): 1.9/2.9 MB | 1.7/3.6 MB Progress (2): 1.9/2.9 MB | 1.7/3.6 MB Progress (2): 1.9/2.9 MB | 1.7/3.6 MB Progress (2): 1.9/2.9 MB | 1.7/3.6 MB Progress (2): 1.9/2.9 MB | 1.7/3.6 MB Progress (2): 1.9/2.9 MB | 1.7/3.6 MB Progress (2): 1.9/2.9 MB | 1.8/3.6 MB Progress (2): 1.9/2.9 MB | 1.8/3.6 MB Progress (2): 1.9/2.9 MB | 1.8/3.6 MB Progress (2): 2.0/2.9 MB | 1.8/3.6 MB Progress (2): 2.0/2.9 MB | 1.8/3.6 MB Progress (2): 2.0/2.9 MB | 1.8/3.6 MB Progress (2): 2.0/2.9 MB | 1.8/3.6 MB Progress (2): 2.0/2.9 MB | 1.8/3.6 MB Progress (2): 2.0/2.9 MB | 1.8/3.6 MB Progress (2): 2.0/2.9 MB | 1.8/3.6 MB Progress (2): 2.0/2.9 MB | 1.8/3.6 MB Progress (2): 2.0/2.9 MB | 1.8/3.6 MB Progress (2): 2.0/2.9 MB | 1.8/3.6 MB Progress (2): 2.0/2.9 MB | 1.9/3.6 MB Progress (2): 2.1/2.9 MB | 1.9/3.6 MB Progress (2): 2.1/2.9 MB | 1.9/3.6 MB Progress (2): 2.1/2.9 MB | 1.9/3.6 MB Progress (2): 2.1/2.9 MB | 1.9/3.6 MB Progress (2): 2.1/2.9 MB | 1.9/3.6 MB Progress (2): 2.1/2.9 MB | 1.9/3.6 MB Progress (2): 2.1/2.9 MB | 1.9/3.6 MB Progress (2): 2.1/2.9 MB | 1.9/3.6 MB Progress (2): 2.1/2.9 MB | 1.9/3.6 MB Progress (2): 2.1/2.9 MB | 1.9/3.6 MB Progress (2): 2.1/2.9 MB | 1.9/3.6 MB Progress (2): 2.2/2.9 MB | 1.9/3.6 MB Progress (2): 2.2/2.9 MB | 2.0/3.6 MB Progress (2): 2.2/2.9 MB | 2.0/3.6 MB Progress (2): 2.2/2.9 MB | 2.0/3.6 MB Progress (2): 2.2/2.9 MB | 2.0/3.6 MB Progress (2): 2.2/2.9 MB | 2.0/3.6 MB Progress (2): 2.2/2.9 MB | 2.0/3.6 MB Progress (2): 2.2/2.9 MB | 2.0/3.6 MB Progress (2): 2.2/2.9 MB | 2.0/3.6 MB Progress (2): 2.2/2.9 MB | 2.0/3.6 MB Progress (2): 2.2/2.9 MB | 2.0/3.6 MB Progress (2): 2.2/2.9 MB | 2.0/3.6 MB Progress (2): 2.3/2.9 MB | 2.0/3.6 MB Progress (2): 2.3/2.9 MB | 2.0/3.6 MB Progress (2): 2.3/2.9 MB | 2.0/3.6 MB Progress (2): 2.3/2.9 MB | 2.1/3.6 MB Progress (2): 2.3/2.9 MB | 2.1/3.6 MB Progress (2): 2.3/2.9 MB | 2.1/3.6 MB Progress (2): 2.3/2.9 MB | 2.1/3.6 MB Progress (2): 2.3/2.9 MB | 2.1/3.6 MB Progress (2): 2.3/2.9 MB | 2.1/3.6 MB Progress (2): 2.3/2.9 MB | 2.1/3.6 MB Progress (2): 2.3/2.9 MB | 2.1/3.6 MB Progress (2): 2.3/2.9 MB | 2.1/3.6 MB Progress (2): 2.4/2.9 MB | 2.1/3.6 MB Progress (2): 2.4/2.9 MB | 2.1/3.6 MB Progress (2): 2.4/2.9 MB | 2.1/3.6 MB Progress (2): 2.4/2.9 MB | 2.2/3.6 MB Progress (2): 2.4/2.9 MB | 2.2/3.6 MB Progress (2): 2.4/2.9 MB | 2.2/3.6 MB Progress (2): 2.4/2.9 MB | 2.2/3.6 MB Progress (2): 2.4/2.9 MB | 2.2/3.6 MB Progress (2): 2.4/2.9 MB | 2.2/3.6 MB Progress (2): 2.4/2.9 MB | 2.2/3.6 MB Progress (2): 2.4/2.9 MB | 2.2/3.6 MB Progress (2): 2.5/2.9 MB | 2.2/3.6 MB Progress (2): 2.5/2.9 MB | 2.2/3.6 MB Progress (2): 2.5/2.9 MB | 2.2/3.6 MB Progress (2): 2.5/2.9 MB | 2.2/3.6 MB Progress (2): 2.5/2.9 MB | 2.2/3.6 MB Progress (2): 2.5/2.9 MB | 2.3/3.6 MB Progress (2): 2.5/2.9 MB | 2.3/3.6 MB Progress (2): 2.5/2.9 MB | 2.3/3.6 MB Progress (2): 2.5/2.9 MB | 2.3/3.6 MB Progress (2): 2.5/2.9 MB | 2.3/3.6 MB Progress (2): 2.5/2.9 MB | 2.3/3.6 MB Progress (2): 2.5/2.9 MB | 2.3/3.6 MB Progress (2): 2.6/2.9 MB | 2.3/3.6 MB Progress (2): 2.6/2.9 MB | 2.3/3.6 MB Progress (2): 2.6/2.9 MB | 2.3/3.6 MB Progress (2): 2.6/2.9 MB | 2.3/3.6 MB Progress (2): 2.6/2.9 MB | 2.3/3.6 MB Progress (2): 2.6/2.9 MB | 2.4/3.6 MB Progress (2): 2.6/2.9 MB | 2.4/3.6 MB Progress (2): 2.6/2.9 MB | 2.4/3.6 MB Progress (2): 2.6/2.9 MB | 2.4/3.6 MB Progress (2): 2.6/2.9 MB | 2.4/3.6 MB Progress (2): 2.6/2.9 MB | 2.4/3.6 MB Progress (2): 2.6/2.9 MB | 2.4/3.6 MB Progress (2): 2.6/2.9 MB | 2.4/3.6 MB Progress (2): 2.7/2.9 MB | 2.4/3.6 MB Progress (2): 2.7/2.9 MB | 2.4/3.6 MB Progress (2): 2.7/2.9 MB | 2.4/3.6 MB Progress (2): 2.7/2.9 MB | 2.4/3.6 MB Progress (2): 2.7/2.9 MB | 2.4/3.6 MB Progress (2): 2.7/2.9 MB | 2.5/3.6 MB Progress (2): 2.7/2.9 MB | 2.5/3.6 MB Progress (2): 2.7/2.9 MB | 2.5/3.6 MB Progress (2): 2.7/2.9 MB | 2.5/3.6 MB Progress (2): 2.7/2.9 MB | 2.5/3.6 MB Progress (2): 2.7/2.9 MB | 2.5/3.6 MB Progress (2): 2.7/2.9 MB | 2.5/3.6 MB Progress (2): 2.8/2.9 MB | 2.5/3.6 MB Progress (2): 2.8/2.9 MB | 2.5/3.6 MB Progress (2): 2.8/2.9 MB | 2.5/3.6 MB Progress (2): 2.8/2.9 MB | 2.5/3.6 MB Progress (2): 2.8/2.9 MB | 2.5/3.6 MB Progress (2): 2.8/2.9 MB | 2.5/3.6 MB Progress (2): 2.8/2.9 MB | 2.6/3.6 MB Progress (2): 2.8/2.9 MB | 2.6/3.6 MB Progress (2): 2.8/2.9 MB | 2.6/3.6 MB Progress (2): 2.8/2.9 MB | 2.6/3.6 MB Progress (2): 2.8/2.9 MB | 2.6/3.6 MB Progress (2): 2.9/2.9 MB | 2.6/3.6 MB Progress (2): 2.9/2.9 MB | 2.6/3.6 MB Progress (2): 2.9/2.9 MB | 2.6/3.6 MB Progress (2): 2.9 MB | 2.6/3.6 MB Progress (2): 2.9 MB | 2.6/3.6 MB Downloaded from Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.jar (2.9 MB at 5.0 MB/s) Progress (1): 2.6/3.6 MB Progress (1): 2.7/3.6 MB Progress (1): 2.7/3.6 MB Progress (1): 2.7/3.6 MB Progress (1): 2.7/3.6 MB Progress (1): 2.7/3.6 MB Progress (1): 2.7/3.6 MB Progress (1): 2.7/3.6 MB Progress (1): 2.8/3.6 MB Progress (1): 2.8/3.6 MB Progress (1): 2.8/3.6 MB Progress (1): 2.8/3.6 MB Progress (1): 2.8/3.6 MB Progress (1): 2.8/3.6 MB Progress (1): 2.9/3.6 MB Progress (1): 2.9/3.6 MB Progress (1): 2.9/3.6 MB Progress (1): 2.9/3.6 MB Progress (1): 2.9/3.6 MB Progress (1): 2.9/3.6 MB Progress (1): 3.0/3.6 MB Progress (1): 3.0/3.6 MB Progress (1): 3.0/3.6 MB Progress (1): 3.0/3.6 MB Progress (1): 3.0/3.6 MB Progress (1): 3.0/3.6 MB Progress (1): 3.1/3.6 MB Progress (1): 3.1/3.6 MB Progress (1): 3.1/3.6 MB Progress (1): 3.1/3.6 MB Progress (1): 3.1/3.6 MB Progress (1): 3.1/3.6 MB Progress (1): 3.2/3.6 MB Progress (1): 3.2/3.6 MB Progress (1): 3.2/3.6 MB Progress (1): 3.2/3.6 MB Progress (1): 3.2/3.6 MB Progress (1): 3.2/3.6 MB Progress (1): 3.3/3.6 MB Progress (1): 3.3/3.6 MB Progress (1): 3.3/3.6 MB Progress (1): 3.3/3.6 MB Progress (1): 3.3/3.6 MB Progress (1): 3.3/3.6 MB Progress (1): 3.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.2 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 56ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-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 877 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 604 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 293 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): 219/269 kB Progress (1): 236/269 kB Progress (1): 252/269 kB Progress (1): 268/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 7.1 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): 33/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.7 MB/s) [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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 377 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 237 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 838 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 63 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 132 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.9 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 (1): 33/122 kB Progress (2): 33/122 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 333 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/267 kB Progress (3): 49/122 kB | 16/334 kB | 16/267 kB Progress (3): 49/122 kB | 32/334 kB | 16/267 kB Progress (3): 49/122 kB | 32/334 kB | 33/267 kB Progress (3): 49/122 kB | 49/334 kB | 33/267 kB Progress (3): 49/122 kB | 65/334 kB | 33/267 kB Progress (4): 49/122 kB | 65/334 kB | 33/267 kB | 16/27 kB Progress (4): 49/122 kB | 65/334 kB | 33/267 kB | 27 kB Progress (4): 66/122 kB | 65/334 kB | 33/267 kB | 27 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 730 kB/s) Progress (3): 66/122 kB | 81/334 kB | 33/267 kB Progress (3): 66/122 kB | 98/334 kB | 33/267 kB Progress (3): 66/122 kB | 114/334 kB | 33/267 kB Progress (3): 82/122 kB | 114/334 kB | 33/267 kB Progress (3): 82/122 kB | 114/334 kB | 49/267 kB Progress (4): 82/122 kB | 114/334 kB | 49/267 kB | 16/23 kB Progress (4): 82/122 kB | 114/334 kB | 49/267 kB | 23 kB Progress (4): 82/122 kB | 130/334 kB | 49/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 556 kB/s) Progress (3): 82/122 kB | 130/334 kB | 66/267 kB Progress (3): 82/122 kB | 130/334 kB | 82/267 kB Progress (3): 98/122 kB | 130/334 kB | 82/267 kB Progress (3): 115/122 kB | 130/334 kB | 82/267 kB Progress (3): 122 kB | 130/334 kB | 82/267 kB Progress (3): 122 kB | 147/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.8 MB/s) Progress (2): 163/334 kB | 82/267 kB Progress (2): 163/334 kB | 98/267 kB Progress (2): 180/334 kB | 98/267 kB Progress (2): 196/334 kB | 98/267 kB Progress (2): 196/334 kB | 115/267 kB Progress (2): 212/334 kB | 115/267 kB Progress (2): 212/334 kB | 131/267 kB Progress (2): 229/334 kB | 131/267 kB Progress (2): 245/334 kB | 131/267 kB Progress (2): 245/334 kB | 147/267 kB Progress (2): 262/334 kB | 147/267 kB Progress (2): 278/334 kB | 147/267 kB Progress (2): 278/334 kB | 164/267 kB Progress (2): 294/334 kB | 164/267 kB Progress (2): 311/334 kB | 164/267 kB Progress (2): 311/334 kB | 180/267 kB Progress (2): 327/334 kB | 180/267 kB Progress (2): 334 kB | 180/267 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 4.5 MB/s) Progress (1): 197/267 kB Progress (1): 213/267 kB Progress (1): 229/267 kB Progress (1): 246/267 kB Progress (1): 262/267 kB Progress (1): 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 2.9 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.13478123425631324830.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 554 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 392 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 326 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 451 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 446 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 176 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.6 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 2.9 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): 262/306 kB Progress (1): 279/306 kB Progress (1): 295/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.0 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): 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 1.2 MB/s) Downloading from Maven: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.12.0/commons-io-2.12.0.jar Progress (1): 16/171 kB Progress (2): 16/171 kB | 16/26 kB Progress (2): 33/171 kB | 16/26 kB Progress (3): 33/171 kB | 16/26 kB | 8.2 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 511 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 Progress (3): 33/171 kB | 26 kB | 16/118 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.5 MB/s) Progress (2): 49/171 kB | 16/118 kB Progress (2): 66/171 kB | 16/118 kB Progress (3): 66/171 kB | 16/118 kB | 16/474 kB Progress (3): 66/171 kB | 33/118 kB | 16/474 kB Progress (3): 66/171 kB | 33/118 kB | 33/474 kB Progress (3): 82/171 kB | 33/118 kB | 33/474 kB Progress (3): 82/171 kB | 33/118 kB | 49/474 kB Progress (3): 98/171 kB | 33/118 kB | 49/474 kB Progress (3): 98/171 kB | 49/118 kB | 49/474 kB Progress (3): 98/171 kB | 49/118 kB | 66/474 kB Progress (3): 98/171 kB | 49/118 kB | 82/474 kB Progress (3): 115/171 kB | 49/118 kB | 82/474 kB Progress (4): 115/171 kB | 49/118 kB | 82/474 kB | 0/2.3 MB Progress (4): 131/171 kB | 49/118 kB | 82/474 kB | 0/2.3 MB Progress (4): 131/171 kB | 49/118 kB | 98/474 kB | 0/2.3 MB Progress (4): 131/171 kB | 66/118 kB | 98/474 kB | 0/2.3 MB Progress (4): 131/171 kB | 66/118 kB | 115/474 kB | 0/2.3 MB Progress (4): 147/171 kB | 66/118 kB | 115/474 kB | 0/2.3 MB Progress (4): 147/171 kB | 82/118 kB | 115/474 kB | 0/2.3 MB Progress (4): 164/171 kB | 82/118 kB | 115/474 kB | 0/2.3 MB Progress (4): 164/171 kB | 82/118 kB | 131/474 kB | 0/2.3 MB Progress (4): 171 kB | 82/118 kB | 131/474 kB | 0/2.3 MB Progress (4): 171 kB | 82/118 kB | 147/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.3 MB/s) Progress (3): 82/118 kB | 147/474 kB | 0/2.3 MB Progress (3): 82/118 kB | 164/474 kB | 0/2.3 MB Progress (3): 98/118 kB | 164/474 kB | 0/2.3 MB Progress (3): 98/118 kB | 180/474 kB | 0/2.3 MB Progress (3): 98/118 kB | 197/474 kB | 0/2.3 MB Progress (3): 115/118 kB | 197/474 kB | 0/2.3 MB Progress (3): 115/118 kB | 213/474 kB | 0/2.3 MB Progress (3): 115/118 kB | 213/474 kB | 0/2.3 MB Progress (3): 118 kB | 213/474 kB | 0/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): 229/474 kB | 0/2.3 MB Progress (2): 246/474 kB | 0/2.3 MB Progress (2): 256/474 kB | 0/2.3 MB Progress (2): 256/474 kB | 0.1/2.3 MB Progress (2): 272/474 kB | 0.1/2.3 MB Progress (2): 289/474 kB | 0.1/2.3 MB Progress (2): 305/474 kB | 0.1/2.3 MB Progress (2): 321/474 kB | 0.1/2.3 MB Progress (2): 321/474 kB | 0.1/2.3 MB Progress (2): 338/474 kB | 0.1/2.3 MB Progress (2): 354/474 kB | 0.1/2.3 MB Progress (2): 370/474 kB | 0.1/2.3 MB Progress (2): 370/474 kB | 0.1/2.3 MB Progress (2): 387/474 kB | 0.1/2.3 MB Progress (2): 403/474 kB | 0.1/2.3 MB Progress (2): 420/474 kB | 0.1/2.3 MB Progress (2): 420/474 kB | 0.1/2.3 MB Progress (2): 436/474 kB | 0.1/2.3 MB Progress (2): 452/474 kB | 0.1/2.3 MB Progress (2): 469/474 kB | 0.1/2.3 MB Progress (2): 474 kB | 0.1/2.3 MB Progress (2): 474 kB | 0.1/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.9 MB/s) Progress (1): 0.1/2.3 MB Progress (1): 0.2/2.3 MB Progress (1): 0.2/2.3 MB Progress (1): 0.2/2.3 MB Progress (1): 0.2/2.3 MB Progress (1): 0.2/2.3 MB Progress (1): 0.2/2.3 MB Progress (1): 0.3/2.3 MB Progress (1): 0.3/2.3 MB Progress (1): 0.3/2.3 MB Progress (1): 0.3/2.3 MB Progress (1): 0.3/2.3 MB 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 4.3 MB/s) [INFO] No tests to run. [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 9.120 s [INFO] Finished at: 2023-10-27T12:06:56Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.555 s [INFO] Finished at: 2023-10-27T12:07:00Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.575 s [INFO] Finished at: 2023-10-27T12:07:04Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.169 s [INFO] Finished at: 2023-10-27T12:07:08Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.447 s [INFO] Finished at: 2023-10-27T12:07:12Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.513 s [INFO] Finished at: 2023-10-27T12:07:16Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 1.960 s [INFO] Finished at: 2023-10-27T12:07:19Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/templatetags/tz/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.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.13478123425631324830.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.408 s [INFO] Finished at: 2023-10-27T12:07:23Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.199 s [INFO] Finished at: 2023-10-27T12:07:26Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.645 s [INFO] Finished at: 2023-10-27T12:07:31Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.120 s [INFO] Finished at: 2023-10-27T12:07:35Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.380 s [INFO] Finished at: 2023-10-27T12:07:42Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.542 s [INFO] Finished at: 2023-10-27T12:07:46Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.104 s [INFO] Finished at: 2023-10-27T12:07:50Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/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 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.13478123425631324830.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.13478123425631324830.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.444 s [INFO] Finished at: 2023-10-27T12:07:53Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.151 s [INFO] Finished at: 2023-10-27T12:08:01Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.513 s [INFO] Finished at: 2023-10-27T12:08:08Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.622 s [INFO] Finished at: 2023-10-27T12:08:21Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.937 s [INFO] Finished at: 2023-10-27T12:08:25Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/__init__/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.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.13478123425631324830.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.786 s [INFO] Finished at: 2023-10-27T12:08:29Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.142 s [INFO] Finished at: 2023-10-27T12:08:35Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.083 s [INFO] Finished at: 2023-10-27T12:08:38Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.935 s [INFO] Finished at: 2023-10-27T12:08:41Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.050 s [INFO] Finished at: 2023-10-27T12:08:45Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 1.981 s [INFO] Finished at: 2023-10-27T12:08:48Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.089 s [INFO] Finished at: 2023-10-27T12:08:51Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/sv/__init__/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded [] [INFO] [INFO] --- eo:0.23.11:parse (compile) @ test --- [INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 2.014 s [INFO] Finished at: 2023-10-27T12:08:55Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.146 s [INFO] Finished at: 2023-10-27T12:08:58Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.995 s [INFO] Finished at: 2023-10-27T12:09:02Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.200 s [INFO] Finished at: 2023-10-27T12:09:05Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.948 s [INFO] Finished at: 2023-10-27T12:09:08Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.115 s [INFO] Finished at: 2023-10-27T12:09:12Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 2.012 s [INFO] Finished at: 2023-10-27T12:09:15Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/bg/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.13478123425631324830.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.13478123425631324830.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.085 s [INFO] Finished at: 2023-10-27T12:09:19Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 1.954 s [INFO] Finished at: 2023-10-27T12:09:22Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.080 s [INFO] Finished at: 2023-10-27T12:09:25Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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: 1.986 s [INFO] Finished at: 2023-10-27T12:09:29Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.112 s [INFO] Finished at: 2023-10-27T12:09:32Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 1.978 s [INFO] Finished at: 2023-10-27T12:09:35Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.119 s [INFO] Finished at: 2023-10-27T12:09:39Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/th/__init__/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.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.13478123425631324830.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: 1.932 s [INFO] Finished at: 2023-10-27T12:09:42Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.210 s [INFO] Finished at: 2023-10-27T12:09:46Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.958 s [INFO] Finished at: 2023-10-27T12:09:49Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.098 s [INFO] Finished at: 2023-10-27T12:09:52Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.076 s [INFO] Finished at: 2023-10-27T12:09:56Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.116 s [INFO] Finished at: 2023-10-27T12:09:59Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.062 s [INFO] Finished at: 2023-10-27T12:10:03Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/mn/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: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 1.989 s [INFO] Finished at: 2023-10-27T12:10:06Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 1.956 s [INFO] Finished at: 2023-10-27T12:10:09Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.137 s [INFO] Finished at: 2023-10-27T12:10:13Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.996 s [INFO] Finished at: 2023-10-27T12:10:16Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.078 s [INFO] Finished at: 2023-10-27T12:10:19Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 1.958 s [INFO] Finished at: 2023-10-27T12:10:23Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.128 s [INFO] Finished at: 2023-10-27T12:10:26Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/ms/__init__/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.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.13478123425631324830.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: 2.023 s [INFO] Finished at: 2023-10-27T12:10:30Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.050 s [INFO] Finished at: 2023-10-27T12:10:33Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 2.049 s [INFO] Finished at: 2023-10-27T12:10:36Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.951 s [INFO] Finished at: 2023-10-27T12:10:39Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 2.088 s [INFO] Finished at: 2023-10-27T12:10:43Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 2.019 s [INFO] Finished at: 2023-10-27T12:10:46Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.985 s [INFO] Finished at: 2023-10-27T12:10:50Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/lv/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 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.13478123425631324830.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.13478123425631324830.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.212 s [INFO] Finished at: 2023-10-27T12:10:53Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.987 s [INFO] Finished at: 2023-10-27T12:10:56Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.988 s [INFO] Finished at: 2023-10-27T12:11:00Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.954 s [INFO] Finished at: 2023-10-27T12:11:03Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.094 s [INFO] Finished at: 2023-10-27T12:11:06Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.029 s [INFO] Finished at: 2023-10-27T12:11:10Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 98ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.436 s [INFO] Finished at: 2023-10-27T12:11:17Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/gl/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.13478123425631324830.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.13478123425631324830.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.016 s [INFO] Finished at: 2023-10-27T12:11:20Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 2.037 s [INFO] Finished at: 2023-10-27T12:11:23Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.073 s [INFO] Finished at: 2023-10-27T12:11:27Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.999 s [INFO] Finished at: 2023-10-27T12:11:30Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.021 s [INFO] Finished at: 2023-10-27T12:11:33Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.992 s [INFO] Finished at: 2023-10-27T12:11:37Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.078 s [INFO] Finished at: 2023-10-27T12:11:40Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/bn/__init__/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.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.13478123425631324830.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.927 s [INFO] Finished at: 2023-10-27T12:11:43Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.162 s [INFO] Finished at: 2023-10-27T12:11:47Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.977 s [INFO] Finished at: 2023-10-27T12:11:50Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.995 s [INFO] Finished at: 2023-10-27T12:11:54Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.045 s [INFO] Finished at: 2023-10-27T12:11:57Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.113 s [INFO] Finished at: 2023-10-27T12:12:00Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.977 s [INFO] Finished at: 2023-10-27T12:12:04Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/tk/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.13478123425631324830.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.13478123425631324830.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.099 s [INFO] Finished at: 2023-10-27T12:12:07Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.992 s [INFO] Finished at: 2023-10-27T12:12:11Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 2.211 s [INFO] Finished at: 2023-10-27T12:12:14Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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: 1.948 s [INFO] Finished at: 2023-10-27T12:12:17Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 2.065 s [INFO] Finished at: 2023-10-27T12:12:21Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.950 s [INFO] Finished at: 2023-10-27T12:12:24Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.119 s [INFO] Finished at: 2023-10-27T12:12:27Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/hr/__init__/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.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.13478123425631324830.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: 2.000 s [INFO] Finished at: 2023-10-27T12:12:31Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.105 s [INFO] Finished at: 2023-10-27T12:12:34Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.077 s [INFO] Finished at: 2023-10-27T12:12:38Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.055 s [INFO] Finished at: 2023-10-27T12:12:41Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 2.001 s [INFO] Finished at: 2023-10-27T12:12:44Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.120 s [INFO] Finished at: 2023-10-27T12:12:48Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.972 s [INFO] Finished at: 2023-10-27T12:12:51Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/ga/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.13478123425631324830.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.13478123425631324830.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: 1.973 s [INFO] Finished at: 2023-10-27T12:12:54Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.002 s [INFO] Finished at: 2023-10-27T12:12:58Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.990 s [INFO] Finished at: 2023-10-27T12:13:01Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.044 s [INFO] Finished at: 2023-10-27T12:13:05Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.033 s [INFO] Finished at: 2023-10-27T12:13:08Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.965 s [INFO] Finished at: 2023-10-27T12:13:11Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.103 s [INFO] Finished at: 2023-10-27T12:13:15Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/fr/__init__/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.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.13478123425631324830.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: 1.932 s [INFO] Finished at: 2023-10-27T12:13:18Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.221 s [INFO] Finished at: 2023-10-27T12:13:21Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.030 s [INFO] Finished at: 2023-10-27T12:13:25Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.267 s [INFO] Finished at: 2023-10-27T12:13:28Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.236 s [INFO] Finished at: 2023-10-27T12:13:32Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.053 s [INFO] Finished at: 2023-10-27T12:13:35Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 2.051 s [INFO] Finished at: 2023-10-27T12:13:39Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/gd/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.13478123425631324830.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.13478123425631324830.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.993 s [INFO] Finished at: 2023-10-27T12:13:42Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.970 s [INFO] Finished at: 2023-10-27T12:13:45Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.217 s [INFO] Finished at: 2023-10-27T12:13:49Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 1.978 s [INFO] Finished at: 2023-10-27T12:13:52Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 2.045 s [INFO] Finished at: 2023-10-27T12:13:56Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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: 1.965 s [INFO] Finished at: 2023-10-27T12:13:59Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.419 s [INFO] Finished at: 2023-10-27T12:14:03Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/fi/__init__/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.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.13478123425631324830.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.061 s [INFO] Finished at: 2023-10-27T12:14:06Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.082 s [INFO] Finished at: 2023-10-27T12:14:10Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.030 s [INFO] Finished at: 2023-10-27T12:14:13Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 1.996 s [INFO] Finished at: 2023-10-27T12:14:16Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.996 s [INFO] Finished at: 2023-10-27T12:14:20Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.290 s [INFO] Finished at: 2023-10-27T12:14:23Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.967 s [INFO] Finished at: 2023-10-27T12:14:27Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/et/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.13478123425631324830.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.13478123425631324830.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.068 s [INFO] Finished at: 2023-10-27T12:14:30Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 2.095 s [INFO] Finished at: 2023-10-27T12:14:33Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.115 s [INFO] Finished at: 2023-10-27T12:14:37Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 2.039 s [INFO] Finished at: 2023-10-27T12:14:40Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 2.027 s [INFO] Finished at: 2023-10-27T12:14:44Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.020 s [INFO] Finished at: 2023-10-27T12:14:47Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.164 s [INFO] Finished at: 2023-10-27T12:14:50Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/ca/__init__/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded [] [INFO] [INFO] --- eo:0.23.11:parse (compile) @ test --- [INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 1.972 s [INFO] Finished at: 2023-10-27T12:14:54Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.074 s [INFO] Finished at: 2023-10-27T12:14:57Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.999 s [INFO] Finished at: 2023-10-27T12:15:01Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.066 s [INFO] Finished at: 2023-10-27T12:15:04Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.962 s [INFO] Finished at: 2023-10-27T12:15:07Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.131 s [INFO] Finished at: 2023-10-27T12:15:11Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.993 s [INFO] Finished at: 2023-10-27T12:15:14Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/ig/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.13478123425631324830.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.13478123425631324830.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.079 s [INFO] Finished at: 2023-10-27T12:15:18Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.970 s [INFO] Finished at: 2023-10-27T12:15:21Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.154 s [INFO] Finished at: 2023-10-27T12:15:24Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.026 s [INFO] Finished at: 2023-10-27T12:15:28Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.124 s [INFO] Finished at: 2023-10-27T12:15:31Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.952 s [INFO] Finished at: 2023-10-27T12:15:34Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.070 s [INFO] Finished at: 2023-10-27T12:15:38Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/tr/__init__/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.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.13478123425631324830.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.993 s [INFO] Finished at: 2023-10-27T12:15:41Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.083 s [INFO] Finished at: 2023-10-27T12:15:45Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 2.041 s [INFO] Finished at: 2023-10-27T12:15:48Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 147ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.193 s [INFO] Finished at: 2023-10-27T12:15:52Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.973 s [INFO] Finished at: 2023-10-27T12:15:55Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.182 s [INFO] Finished at: 2023-10-27T12:15:58Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.962 s [INFO] Finished at: 2023-10-27T12:16:02Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/it/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 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.13478123425631324830.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.13478123425631324830.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.082 s [INFO] Finished at: 2023-10-27T12:16:05Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.961 s [INFO] Finished at: 2023-10-27T12:16:08Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.088 s [INFO] Finished at: 2023-10-27T12:16:12Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 2.066 s [INFO] Finished at: 2023-10-27T12:16:15Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.163 s [INFO] Finished at: 2023-10-27T12:16:19Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 2.015 s [INFO] Finished at: 2023-10-27T12:16:22Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.174 s [INFO] Finished at: 2023-10-27T12:16:26Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/lt/__init__/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.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.13478123425631324830.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.006 s [INFO] Finished at: 2023-10-27T12:16:29Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.110 s [INFO] Finished at: 2023-10-27T12:16:32Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.070 s [INFO] Finished at: 2023-10-27T12:16:36Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.240 s [INFO] Finished at: 2023-10-27T12:16:39Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.993 s [INFO] Finished at: 2023-10-27T12:16:43Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.131 s [INFO] Finished at: 2023-10-27T12:16:46Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 2.098 s [INFO] Finished at: 2023-10-27T12:16:49Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/he/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 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.13478123425631324830.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.13478123425631324830.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.114 s [INFO] Finished at: 2023-10-27T12:16:53Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 2.070 s [INFO] Finished at: 2023-10-27T12:16:56Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.034 s [INFO] Finished at: 2023-10-27T12:17:00Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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-27T12:17:03Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 2.111 s [INFO] Finished at: 2023-10-27T12:17:06Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.938 s [INFO] Finished at: 2023-10-27T12:17:10Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.957 s [INFO] Finished at: 2023-10-27T12:17:13Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/conf/locale/fy/__init__/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.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.13478123425631324830.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.064 s [INFO] Finished at: 2023-10-27T12:17:16Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.095 s [INFO] Finished at: 2023-10-27T12:17:20Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.909 s [INFO] Finished at: 2023-10-27T12:17:23Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.105 s [INFO] Finished at: 2023-10-27T12:17:26Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.042 s [INFO] Finished at: 2023-10-27T12:17:30Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 179ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.271 s [INFO] Finished at: 2023-10-27T12:17:33Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.582 s [INFO] Finished at: 2023-10-27T12:17:37Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/utils/_os/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.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.13478123425631324830.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.273 s [INFO] Finished at: 2023-10-27T12:17:41Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.136 s [INFO] Finished at: 2023-10-27T12:17:45Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.543 s [INFO] Finished at: 2023-10-27T12:17:49Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 2.939 s [INFO] Finished at: 2023-10-27T12:17:54Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.636 s [INFO] Finished at: 2023-10-27T12:17:59Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.161 s [INFO] Finished at: 2023-10-27T12:18:02Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.778 s [INFO] Finished at: 2023-10-27T12:18:06Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/utils/translation/__init__/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.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.13478123425631324830.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.895 s [INFO] Finished at: 2023-10-27T12:18:10Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.915 s [INFO] Finished at: 2023-10-27T12:18:15Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.268 s [INFO] Finished at: 2023-10-27T12:18:18Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.119 s [INFO] Finished at: 2023-10-27T12:18:24Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.149 s [INFO] Finished at: 2023-10-27T12:18:27Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.797 s [INFO] Finished at: 2023-10-27T12:18:32Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.213 s [INFO] Finished at: 2023-10-27T12:18:37Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/utils/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.13478123425631324830.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.13478123425631324830.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.693 s [INFO] Finished at: 2023-10-27T12:18:43Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.269 s [INFO] Finished at: 2023-10-27T12:18:48Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.978 s [INFO] Finished at: 2023-10-27T12:18:51Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.529 s [INFO] Finished at: 2023-10-27T12:18:55Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.363 s [INFO] Finished at: 2023-10-27T12:18:58Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.128 s [INFO] Finished at: 2023-10-27T12:19:02Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.145 s [INFO] Finished at: 2023-10-27T12:19:05Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/utils/ipv6/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.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.13478123425631324830.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.156 s [INFO] Finished at: 2023-10-27T12:19:09Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.132 s [INFO] Finished at: 2023-10-27T12:19:13Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.434 s [INFO] Finished at: 2023-10-27T12:19:17Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.348 s [INFO] Finished at: 2023-10-27T12:19:21Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.164 s [INFO] Finished at: 2023-10-27T12:19:24Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.513 s [INFO] Finished at: 2023-10-27T12:19:28Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.108 s [INFO] Finished at: 2023-10-27T12:19:32Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/utils/module_loading/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded [] [INFO] [INFO] --- eo:0.23.11:parse (compile) @ test --- [INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.331 s [INFO] Finished at: 2023-10-27T12:19:35Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.101 s [INFO] Finished at: 2023-10-27T12:19:40Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.933 s [INFO] Finished at: 2023-10-27T12:19:44Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.503 s [INFO] Finished at: 2023-10-27T12:19:48Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.690 s [INFO] Finished at: 2023-10-27T12:19:52Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/utils/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", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.408 s [INFO] Finished at: 2023-10-27T12:19:55Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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: 2.963 s [INFO] Finished at: 2023-10-27T12:20:00Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.151 s [INFO] Finished at: 2023-10-27T12:20:04Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.564 s [INFO] Finished at: 2023-10-27T12:20:08Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.290 s [INFO] Finished at: 2023-10-27T12:20:13Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.234 s [INFO] Finished at: 2023-10-27T12:20:16Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.462 s [INFO] Finished at: 2023-10-27T12:20:20Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/utils/regex_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 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.13478123425631324830.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.13478123425631324830.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.120 s [INFO] Finished at: 2023-10-27T12:20:25Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.065 s [INFO] Finished at: 2023-10-27T12:20:28Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.575 s [INFO] Finished at: 2023-10-27T12:20:32Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.572 s [INFO] Finished at: 2023-10-27T12:20:36Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.456 s [INFO] Finished at: 2023-10-27T12:20:41Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.379 s [INFO] Finished at: 2023-10-27T12:20:44Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.208 s [INFO] Finished at: 2023-10-27T12:20:48Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/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 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.13478123425631324830.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.13478123425631324830.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.781 s [INFO] Finished at: 2023-10-27T12:20:59Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 2.037 s [INFO] Finished at: 2023-10-27T12:21:03Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.826 s [INFO] Finished at: 2023-10-27T12:21:07Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.294 s [INFO] Finished at: 2023-10-27T12:21:10Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.963 s [INFO] Finished at: 2023-10-27T12:21:16Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.944 s [INFO] Finished at: 2023-10-27T12:21:21Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.552 s [INFO] Finished at: 2023-10-27T12:21:31Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/forms/boundfield/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.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.13478123425631324830.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.972 s [INFO] Finished at: 2023-10-27T12:21:35Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.944 s [INFO] Finished at: 2023-10-27T12:21:44Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.318 s [INFO] Finished at: 2023-10-27T12:21:50Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.302 s [INFO] Finished at: 2023-10-27T12:21:54Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.941 s [INFO] Finished at: 2023-10-27T12:21:57Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.233 s [INFO] Finished at: 2023-10-27T12:22:03Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.882 s [INFO] Finished at: 2023-10-27T12:22:07Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/admin/templatetags/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.13478123425631324830.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.13478123425631324830.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.292 s [INFO] Finished at: 2023-10-27T12:22:10Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.184 s [INFO] Finished at: 2023-10-27T12:22:14Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.635 s [INFO] Finished at: 2023-10-27T12:22:18Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.103 s [INFO] Finished at: 2023-10-27T12:22:21Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.269 s [INFO] Finished at: 2023-10-27T12:22:27Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 2.039 s [INFO] Finished at: 2023-10-27T12:22:30Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.760 s [INFO] Finished at: 2023-10-27T12:22:34Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/admin/migrations/0003_logentry_add_action_flag_choices/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.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.13478123425631324830.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.207 s [INFO] Finished at: 2023-10-27T12:22:38Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.074 s [INFO] Finished at: 2023-10-27T12:22:41Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.155 s [INFO] Finished at: 2023-10-27T12:22:45Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.135 s [INFO] Finished at: 2023-10-27T12:22:50Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 1.950 s [INFO] Finished at: 2023-10-27T12:22:54Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 4.102 s [INFO] Finished at: 2023-10-27T12:22:59Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.226 s [INFO] Finished at: 2023-10-27T12:23:03Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/admin/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 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.13478123425631324830.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.13478123425631324830.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.095 s [INFO] Finished at: 2023-10-27T12:23:10Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.622 s [INFO] Finished at: 2023-10-27T12:23:14Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.419 s [INFO] Finished at: 2023-10-27T12:23:18Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.994 s [INFO] Finished at: 2023-10-27T12:23:21Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.074 s [INFO] Finished at: 2023-10-27T12:23:26Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.069 s [INFO] Finished at: 2023-10-27T12:23:30Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.242 s [INFO] Finished at: 2023-10-27T12:23:33Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/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 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.13478123425631324830.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.13478123425631324830.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.828 s [INFO] Finished at: 2023-10-27T12:23:54Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.327 s [INFO] Finished at: 2023-10-27T12:23:59Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.386 s [INFO] Finished at: 2023-10-27T12:24:03Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.297 s [INFO] Finished at: 2023-10-27T12:24:07Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.007 s [INFO] Finished at: 2023-10-27T12:24:10Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.976 s [INFO] Finished at: 2023-10-27T12:24:13Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.076 s [INFO] Finished at: 2023-10-27T12:24:17Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/messages/storage/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 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.13478123425631324830.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.13478123425631324830.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.191 s [INFO] Finished at: 2023-10-27T12:24:20Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.003 s [INFO] Finished at: 2023-10-27T12:24:23Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.247 s [INFO] Finished at: 2023-10-27T12:24:27Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.499 s [INFO] Finished at: 2023-10-27T12:24:31Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.497 s [INFO] Finished at: 2023-10-27T12:24:35Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.074 s [INFO] Finished at: 2023-10-27T12:24:38Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.090 s [INFO] Finished at: 2023-10-27T12:24:42Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/messages/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.13478123425631324830.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.13478123425631324830.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: 2.032 s [INFO] Finished at: 2023-10-27T12:24:45Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.076 s [INFO] Finished at: 2023-10-27T12:24:48Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.137 s [INFO] Finished at: 2023-10-27T12:24:52Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.043 s [INFO] Finished at: 2023-10-27T12:24:55Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 2.009 s [INFO] Finished at: 2023-10-27T12:24:58Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 1.932 s [INFO] Finished at: 2023-10-27T12:25:02Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.121 s [INFO] Finished at: 2023-10-27T12:25:05Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/redirects/migrations/0001_initial/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.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.13478123425631324830.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.460 s [INFO] Finished at: 2023-10-27T12:25:09Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.219 s [INFO] Finished at: 2023-10-27T12:25:13Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.980 s [INFO] Finished at: 2023-10-27T12:25:16Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.613 s [INFO] Finished at: 2023-10-27T12:25:20Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.592 s [INFO] Finished at: 2023-10-27T12:25:24Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.954 s [INFO] Finished at: 2023-10-27T12:25:27Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.540 s [INFO] Finished at: 2023-10-27T12:25:31Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/contenttypes/management/commands/__init__/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.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.13478123425631324830.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.897 s [INFO] Finished at: 2023-10-27T12:25:34Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.525 s [INFO] Finished at: 2023-10-27T12:25:38Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.978 s [INFO] Finished at: 2023-10-27T12:25:41Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.259 s [INFO] Finished at: 2023-10-27T12:25:45Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.461 s [INFO] Finished at: 2023-10-27T12:25:49Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.434 s [INFO] Finished at: 2023-10-27T12:25:53Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.720 s [INFO] Finished at: 2023-10-27T12:25:59Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.112 s [INFO] Finished at: 2023-10-27T12:26:02Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.406 s [INFO] Finished at: 2023-10-27T12:26:06Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/contenttypes/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.13478123425631324830.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.13478123425631324830.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.324 s [INFO] Finished at: 2023-10-27T12:26:10Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.971 s [INFO] Finished at: 2023-10-27T12:26:13Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.242 s [INFO] Finished at: 2023-10-27T12:26:16Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.081 s [INFO] Finished at: 2023-10-27T12:26:20Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.998 s [INFO] Finished at: 2023-10-27T12:26:23Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.141 s [INFO] Finished at: 2023-10-27T12:26:27Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 3.013 s [INFO] Finished at: 2023-10-27T12:26:31Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/postgres/__init__/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.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.13478123425631324830.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: 2.053 s [INFO] Finished at: 2023-10-27T12:26:34Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.224 s [INFO] Finished at: 2023-10-27T12:26:38Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.253 s [INFO] Finished at: 2023-10-27T12:26:43Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 147ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.210 s [INFO] Finished at: 2023-10-27T12:26:46Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 3.000 s [INFO] Finished at: 2023-10-27T12:26:51Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.967 s [INFO] Finished at: 2023-10-27T12:26:54Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.243 s [INFO] Finished at: 2023-10-27T12:26:58Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/postgres/forms/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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.443 s [INFO] Finished at: 2023-10-27T12:27:01Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.844 s [INFO] Finished at: 2023-10-27T12:27:05Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.834 s [INFO] Finished at: 2023-10-27T12:27:10Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.268 s [INFO] Finished at: 2023-10-27T12:27:14Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.039 s [INFO] Finished at: 2023-10-27T12:27:18Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.015 s [INFO] Finished at: 2023-10-27T12:27:21Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.486 s [INFO] Finished at: 2023-10-27T12:27:25Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/postgres/fields/jsonb/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.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.13478123425631324830.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: 2.009 s [INFO] Finished at: 2023-10-27T12:27:28Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.949 s [INFO] Finished at: 2023-10-27T12:27:32Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.161 s [INFO] Finished at: 2023-10-27T12:27:36Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.291 s [INFO] Finished at: 2023-10-27T12:27:40Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.162 s [INFO] Finished at: 2023-10-27T12:27:43Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.197 s [INFO] Finished at: 2023-10-27T12:27:47Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.992 s [INFO] Finished at: 2023-10-27T12:27:50Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/postgres/aggregates/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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.381 s [INFO] Finished at: 2023-10-27T12:27:54Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.293 s [INFO] Finished at: 2023-10-27T12:27:57Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.996 s [INFO] Finished at: 2023-10-27T12:28:01Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.960 s [INFO] Finished at: 2023-10-27T12:28:04Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.990 s [INFO] Finished at: 2023-10-27T12:28:07Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.086 s [INFO] Finished at: 2023-10-27T12:28:11Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.375 s [INFO] Finished at: 2023-10-27T12:28:15Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/staticfiles/management/commands/findstatic/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.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.13478123425631324830.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.253 s [INFO] Finished at: 2023-10-27T12:28:19Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.159 s [INFO] Finished at: 2023-10-27T12:28:23Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.648 s [INFO] Finished at: 2023-10-27T12:28:27Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 3.010 s [INFO] Finished at: 2023-10-27T12:28:32Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.330 s [INFO] Finished at: 2023-10-27T12:28:35Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.992 s [INFO] Finished at: 2023-10-27T12:28:39Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.059 s [INFO] Finished at: 2023-10-27T12:28:42Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/staticfiles/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.13478123425631324830.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.13478123425631324830.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.089 s [INFO] Finished at: 2023-10-27T12:28:46Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.030 s [INFO] Finished at: 2023-10-27T12:28:49Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.124 s [INFO] Finished at: 2023-10-27T12:28:52Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.984 s [INFO] Finished at: 2023-10-27T12:28:56Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.983 s [INFO] Finished at: 2023-10-27T12:28:59Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.761 s [INFO] Finished at: 2023-10-27T12:29:03Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.986 s [INFO] Finished at: 2023-10-27T12:29:07Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/admindocs/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.13478123425631324830.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.13478123425631324830.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.005 s [INFO] Finished at: 2023-10-27T12:29:11Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.267 s [INFO] Finished at: 2023-10-27T12:29:15Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.097 s [INFO] Finished at: 2023-10-27T12:29:18Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 1.957 s [INFO] Finished at: 2023-10-27T12:29:21Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.129 s [INFO] Finished at: 2023-10-27T12:29:27Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 1.986 s [INFO] Finished at: 2023-10-27T12:29:30Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.072 s [INFO] Finished at: 2023-10-27T12:29:33Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/sessions/__init__/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded [] [INFO] [INFO] --- eo:0.23.11:parse (compile) @ test --- [INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 1.982 s [INFO] Finished at: 2023-10-27T12:29:37Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 2.030 s [INFO] Finished at: 2023-10-27T12:29:40Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.968 s [INFO] Finished at: 2023-10-27T12:29:43Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.085 s [INFO] Finished at: 2023-10-27T12:29:47Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 1.959 s [INFO] Finished at: 2023-10-27T12:29:50Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.491 s [INFO] Finished at: 2023-10-27T12:29:54Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.265 s [INFO] Finished at: 2023-10-27T12:29:58Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/sessions/backends/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 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.13478123425631324830.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.13478123425631324830.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.333 s [INFO] Finished at: 2023-10-27T12:30:01Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.018 s [INFO] Finished at: 2023-10-27T12:30:05Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 2.414 s [INFO] Finished at: 2023-10-27T12:30:08Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.593 s [INFO] Finished at: 2023-10-27T12:30:12Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.147 s [INFO] Finished at: 2023-10-27T12:30:16Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.755 s [INFO] Finished at: 2023-10-27T12:30:20Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.267 s [INFO] Finished at: 2023-10-27T12:30:24Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/sessions/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.13478123425631324830.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.13478123425631324830.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.218 s [INFO] Finished at: 2023-10-27T12:30:27Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.996 s [INFO] Finished at: 2023-10-27T12:30:30Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.967 s [INFO] Finished at: 2023-10-27T12:30:34Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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: 2.826 s [INFO] Finished at: 2023-10-27T12:30:38Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.015 s [INFO] Finished at: 2023-10-27T12:30:41Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.020 s [INFO] Finished at: 2023-10-27T12:30:45Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.075 s [INFO] Finished at: 2023-10-27T12:30:48Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/sitemaps/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.13478123425631324830.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.13478123425631324830.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.032 s [INFO] Finished at: 2023-10-27T12:30:51Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.494 s [INFO] Finished at: 2023-10-27T12:30:55Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.067 s [INFO] Finished at: 2023-10-27T12:30:59Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.312 s [INFO] Finished at: 2023-10-27T12:31:02Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.277 s [INFO] Finished at: 2023-10-27T12:31:06Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.173 s [INFO] Finished at: 2023-10-27T12:31:09Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.984 s [INFO] Finished at: 2023-10-27T12:31:13Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/flatpages/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.13478123425631324830.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.13478123425631324830.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: 1.984 s [INFO] Finished at: 2023-10-27T12:31:16Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.694 s [INFO] Finished at: 2023-10-27T12:31:20Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/flatpages/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", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.343 s [INFO] Finished at: 2023-10-27T12:31:24Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.068 s [INFO] Finished at: 2023-10-27T12:31:27Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.045 s [INFO] Finished at: 2023-10-27T12:31:31Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.032 s [INFO] Finished at: 2023-10-27T12:31:34Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.976 s [INFO] Finished at: 2023-10-27T12:31:37Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/flatpages/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.13478123425631324830.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.13478123425631324830.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.283 s [INFO] Finished at: 2023-10-27T12:31:41Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.089 s [INFO] Finished at: 2023-10-27T12:31:44Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.394 s [INFO] Finished at: 2023-10-27T12:31:48Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.417 s [INFO] Finished at: 2023-10-27T12:31:53Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.064 s [INFO] Finished at: 2023-10-27T12:31:57Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.655 s [INFO] Finished at: 2023-10-27T12:32:01Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.985 s [INFO] Finished at: 2023-10-27T12:32:05Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/auth/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: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 2.506 s [INFO] Finished at: 2023-10-27T12:32:08Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.995 s [INFO] Finished at: 2023-10-27T12:32:13Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.047 s [INFO] Finished at: 2023-10-27T12:32:16Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 145ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.297 s [INFO] Finished at: 2023-10-27T12:32:20Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.368 s [INFO] Finished at: 2023-10-27T12:32:23Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.227 s [INFO] Finished at: 2023-10-27T12:32:27Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.657 s [INFO] Finished at: 2023-10-27T12:32:31Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.119 s [INFO] Finished at: 2023-10-27T12:32:34Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.080 s [INFO] Finished at: 2023-10-27T12:32:38Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/auth/migrations/0009_alter_user_last_name_max_length/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.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.13478123425631324830.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.109 s [INFO] Finished at: 2023-10-27T12:32:41Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.116 s [INFO] Finished at: 2023-10-27T12:32:45Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 2.032 s [INFO] Finished at: 2023-10-27T12:32:48Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.046 s [INFO] Finished at: 2023-10-27T12:32:52Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.299 s [INFO] Finished at: 2023-10-27T12:32:55Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.208 s [INFO] Finished at: 2023-10-27T12:32:59Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.404 s [INFO] Finished at: 2023-10-27T12:33:04Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/auth/migrations/0006_require_contenttypes_0002/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.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.13478123425631324830.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.212 s [INFO] Finished at: 2023-10-27T12:33:07Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.084 s [INFO] Finished at: 2023-10-27T12:33:11Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.338 s [INFO] Finished at: 2023-10-27T12:33:14Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.228 s [INFO] Finished at: 2023-10-27T12:33:18Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.521 s [INFO] Finished at: 2023-10-27T12:33:23Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.750 s [INFO] Finished at: 2023-10-27T12:33:27Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 5.161 s [INFO] Finished at: 2023-10-27T12:33:33Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/auth/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 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.13478123425631324830.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.13478123425631324830.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.983 s [INFO] Finished at: 2023-10-27T12:33:37Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.094 s [INFO] Finished at: 2023-10-27T12:33:40Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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-27T12:33:44Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.259 s [INFO] Finished at: 2023-10-27T12:33:47Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.158 s [INFO] Finished at: 2023-10-27T12:33:51Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.426 s [INFO] Finished at: 2023-10-27T12:33:55Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.654 s [INFO] Finished at: 2023-10-27T12:33:59Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/auth/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 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.13478123425631324830.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.13478123425631324830.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.167 s [INFO] Finished at: 2023-10-27T12:34:03Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.253 s [INFO] Finished at: 2023-10-27T12:34:07Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.497 s [INFO] Finished at: 2023-10-27T12:34:10Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.331 s [INFO] Finished at: 2023-10-27T12:34:14Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.994 s [INFO] Finished at: 2023-10-27T12:34:17Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.126 s [INFO] Finished at: 2023-10-27T12:34:21Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 2.989 s [INFO] Finished at: 2023-10-27T12:34:25Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/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 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.13478123425631324830.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.13478123425631324830.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.419 s [INFO] Finished at: 2023-10-27T12:34:29Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.936 s [INFO] Finished at: 2023-10-27T12:34:32Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 1.995 s [INFO] Finished at: 2023-10-27T12:34:36Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.050 s [INFO] Finished at: 2023-10-27T12:34:39Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.962 s [INFO] Finished at: 2023-10-27T12:34:42Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.530 s [INFO] Finished at: 2023-10-27T12:34:46Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.235 s [INFO] Finished at: 2023-10-27T12:34:50Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.057 s [INFO] Finished at: 2023-10-27T12:34:53Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.333 s [INFO] Finished at: 2023-10-27T12:34:57Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.533 s [INFO] Finished at: 2023-10-27T12:35:01Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.005 s [INFO] Finished at: 2023-10-27T12:35:06Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 1.978 s [INFO] Finished at: 2023-10-27T12:35:09Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.421 s [INFO] Finished at: 2023-10-27T12:35:13Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.617 s [INFO] Finished at: 2023-10-27T12:35:17Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/db/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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.196 s [INFO] Finished at: 2023-10-27T12:35:20Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.138 s [INFO] Finished at: 2023-10-27T12:35:26Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.079 s [INFO] Finished at: 2023-10-27T12:35:29Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.102 s [INFO] Finished at: 2023-10-27T12:35:34Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.854 s [INFO] Finished at: 2023-10-27T12:35:38Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.295 s [INFO] Finished at: 2023-10-27T12:35:42Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 2.083 s [INFO] Finished at: 2023-10-27T12:35:45Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.355 s [INFO] Finished at: 2023-10-27T12:35:49Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.044 s [INFO] Finished at: 2023-10-27T12:35:52Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/db/backends/spatialite/operations/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.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.13478123425631324830.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.995 s [INFO] Finished at: 2023-10-27T12:35:56Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.439 s [INFO] Finished at: 2023-10-27T12:36:00Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.153 s [INFO] Finished at: 2023-10-27T12:36:04Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.943 s [INFO] Finished at: 2023-10-27T12:36:07Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.754 s [INFO] Finished at: 2023-10-27T12:36:11Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.067 s [INFO] Finished at: 2023-10-27T12:36:14Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.981 s [INFO] Finished at: 2023-10-27T12:36:18Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/db/backends/spatialite/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", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.200 s [INFO] Finished at: 2023-10-27T12:36:21Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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-27T12:36:25Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.719 s [INFO] Finished at: 2023-10-27T12:36:30Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.225 s [INFO] Finished at: 2023-10-27T12:36:34Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.217 s [INFO] Finished at: 2023-10-27T12:36:37Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.942 s [INFO] Finished at: 2023-10-27T12:36:40Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.750 s [INFO] Finished at: 2023-10-27T12:36:45Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/db/backends/postgis/schema/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.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.13478123425631324830.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.359 s [INFO] Finished at: 2023-10-27T12:36:48Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.218 s [INFO] Finished at: 2023-10-27T12:36:52Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.193 s [INFO] Finished at: 2023-10-27T12:36:55Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.055 s [INFO] Finished at: 2023-10-27T12:36:59Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.114 s [INFO] Finished at: 2023-10-27T12:37:02Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.808 s [INFO] Finished at: 2023-10-27T12:37:06Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.142 s [INFO] Finished at: 2023-10-27T12:37:10Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/db/backends/oracle/models/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.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.13478123425631324830.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.229 s [INFO] Finished at: 2023-10-27T12:37:13Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 2.069 s [INFO] Finished at: 2023-10-27T12:37:17Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.586 s [INFO] Finished at: 2023-10-27T12:37:21Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.232 s [INFO] Finished at: 2023-10-27T12:37:24Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.089 s [INFO] Finished at: 2023-10-27T12:37:28Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.086 s [INFO] Finished at: 2023-10-27T12:37:31Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 1.978 s [INFO] Finished at: 2023-10-27T12:37:34Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.264 s [INFO] Finished at: 2023-10-27T12:37:38Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.678 s [INFO] Finished at: 2023-10-27T12:37:42Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/db/backends/mysql/introspection/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded [] [INFO] [INFO] --- eo:0.23.11:parse (compile) @ test --- [INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.274 s [INFO] Finished at: 2023-10-27T12:37:46Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 2.077 s [INFO] Finished at: 2023-10-27T12:37:49Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.404 s [INFO] Finished at: 2023-10-27T12:37:53Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.233 s [INFO] Finished at: 2023-10-27T12:37:56Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.984 s [INFO] Finished at: 2023-10-27T12:38:00Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.495 s [INFO] Finished at: 2023-10-27T12:38:04Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.378 s [INFO] Finished at: 2023-10-27T12:38:07Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/db/backends/base/__init__/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded [] [INFO] [INFO] --- eo:0.23.11:parse (compile) @ test --- [INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.974 s [INFO] Finished at: 2023-10-27T12:38:10Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.062 s [INFO] Finished at: 2023-10-27T12:38:14Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.305 s [INFO] Finished at: 2023-10-27T12:38:17Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.375 s [INFO] Finished at: 2023-10-27T12:38:22Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.031 s [INFO] Finished at: 2023-10-27T12:38:26Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.311 s [INFO] Finished at: 2023-10-27T12:38:29Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.371 s [INFO] Finished at: 2023-10-27T12:38:33Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/geoip2/__init__/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.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.13478123425631324830.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: 2.009 s [INFO] Finished at: 2023-10-27T12:38:36Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.317 s [INFO] Finished at: 2023-10-27T12:38:40Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.668 s [INFO] Finished at: 2023-10-27T12:38:44Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.094 s [INFO] Finished at: 2023-10-27T12:38:47Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.144 s [INFO] Finished at: 2023-10-27T12:38:51Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.263 s [INFO] Finished at: 2023-10-27T12:38:54Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.634 s [INFO] Finished at: 2023-10-27T12:38:58Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/gdal/prototypes/srs/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded [] [INFO] [INFO] --- eo:0.23.11:parse (compile) @ test --- [INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.426 s [INFO] Finished at: 2023-10-27T12:39:02Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.316 s [INFO] Finished at: 2023-10-27T12:39:06Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.607 s [INFO] Finished at: 2023-10-27T12:39:10Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.998 s [INFO] Finished at: 2023-10-27T12:39:13Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.578 s [INFO] Finished at: 2023-10-27T12:39:17Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.370 s [INFO] Finished at: 2023-10-27T12:39:21Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.808 s [INFO] Finished at: 2023-10-27T12:39:26Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/gdal/raster/__init__/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.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.13478123425631324830.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: 1.972 s [INFO] Finished at: 2023-10-27T12:39:29Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.312 s [INFO] Finished at: 2023-10-27T12:39:33Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.747 s [INFO] Finished at: 2023-10-27T12:39:37Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.332 s [INFO] Finished at: 2023-10-27T12:39:41Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.643 s [INFO] Finished at: 2023-10-27T12:39:45Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.802 s [INFO] Finished at: 2023-10-27T12:39:49Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.176 s [INFO] Finished at: 2023-10-27T12:39:52Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/gdal/geomtype/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.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.13478123425631324830.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.441 s [INFO] Finished at: 2023-10-27T12:39:56Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.867 s [INFO] Finished at: 2023-10-27T12:40:00Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.710 s [INFO] Finished at: 2023-10-27T12:40:04Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.430 s [INFO] Finished at: 2023-10-27T12:40:08Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.297 s [INFO] Finished at: 2023-10-27T12:40:12Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.368 s [INFO] Finished at: 2023-10-27T12:40:16Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.057 s [INFO] Finished at: 2023-10-27T12:40:21Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/gdal/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.13478123425631324830.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.13478123425631324830.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: 2.000 s [INFO] Finished at: 2023-10-27T12:40:24Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.318 s [INFO] Finished at: 2023-10-27T12:40:28Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.027 s [INFO] Finished at: 2023-10-27T12:40:32Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.095 s [INFO] Finished at: 2023-10-27T12:40:35Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.145 s [INFO] Finished at: 2023-10-27T12:40:38Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.949 s [INFO] Finished at: 2023-10-27T12:40:42Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.146 s [INFO] Finished at: 2023-10-27T12:40:45Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/geos/prototypes/io/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.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.13478123425631324830.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.955 s [INFO] Finished at: 2023-10-27T12:40:49Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.176 s [INFO] Finished at: 2023-10-27T12:40:53Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.047 s [INFO] Finished at: 2023-10-27T12:40:56Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.208 s [INFO] Finished at: 2023-10-27T12:41:00Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.218 s [INFO] Finished at: 2023-10-27T12:41:04Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.304 s [INFO] Finished at: 2023-10-27T12:41:07Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.229 s [INFO] Finished at: 2023-10-27T12:41:11Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/geos/prototypes/topology/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.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.13478123425631324830.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.403 s [INFO] Finished at: 2023-10-27T12:41:14Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.106 s [INFO] Finished at: 2023-10-27T12:41:18Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.351 s [INFO] Finished at: 2023-10-27T12:41:22Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.102 s [INFO] Finished at: 2023-10-27T12:41:25Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.981 s [INFO] Finished at: 2023-10-27T12:41:28Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.599 s [INFO] Finished at: 2023-10-27T12:41:32Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.212 s [INFO] Finished at: 2023-10-27T12:41:36Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/geos/mutable_list/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.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.13478123425631324830.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.219 s [INFO] Finished at: 2023-10-27T12:41:40Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.445 s [INFO] Finished at: 2023-10-27T12:41:44Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.670 s [INFO] Finished at: 2023-10-27T12:41:48Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.946 s [INFO] Finished at: 2023-10-27T12:41:53Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.816 s [INFO] Finished at: 2023-10-27T12:41:58Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.041 s [INFO] Finished at: 2023-10-27T12:42:01Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.506 s [INFO] Finished at: 2023-10-27T12:42:05Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/gis/geos/linestring/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.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.13478123425631324830.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.626 s [INFO] Finished at: 2023-10-27T12:42:09Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.519 s [INFO] Finished at: 2023-10-27T12:42:13Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 2.044 s [INFO] Finished at: 2023-10-27T12:42:16Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.941 s [INFO] Finished at: 2023-10-27T12:42:20Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.148 s [INFO] Finished at: 2023-10-27T12:42:23Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.480 s [INFO] Finished at: 2023-10-27T12:42:27Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.957 s [INFO] Finished at: 2023-10-27T12:42:30Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/sites/migrations/0001_initial/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded [] [INFO] [INFO] --- eo:0.23.11:parse (compile) @ test --- [INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.415 s [INFO] Finished at: 2023-10-27T12:42:34Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.175 s [INFO] Finished at: 2023-10-27T12:42:37Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.044 s [INFO] Finished at: 2023-10-27T12:42:41Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.050 s [INFO] Finished at: 2023-10-27T12:42:44Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.072 s [INFO] Finished at: 2023-10-27T12:42:48Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.063 s [INFO] Finished at: 2023-10-27T12:42:51Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.118 s [INFO] Finished at: 2023-10-27T12:42:55Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/contrib/humanize/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 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.13478123425631324830.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.13478123425631324830.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.068 s [INFO] Finished at: 2023-10-27T12:42:58Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.089 s [INFO] Finished at: 2023-10-27T12:43:02Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 2.012 s [INFO] Finished at: 2023-10-27T12:43:06Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.038 s [INFO] Finished at: 2023-10-27T12:43:09Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.593 s [INFO] Finished at: 2023-10-27T12:43:22Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.380 s [INFO] Finished at: 2023-10-27T12:43:26Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.408 s [INFO] Finished at: 2023-10-27T12:43:29Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/models/functions/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 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.13478123425631324830.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.13478123425631324830.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.276 s [INFO] Finished at: 2023-10-27T12:43:33Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.720 s [INFO] Finished at: 2023-10-27T12:43:37Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 2.979 s [INFO] Finished at: 2023-10-27T12:43:41Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.539 s [INFO] Finished at: 2023-10-27T12:43:45Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 3.032 s [INFO] Finished at: 2023-10-27T12:43:50Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.325 s [INFO] Finished at: 2023-10-27T12:43:53Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.279 s [INFO] Finished at: 2023-10-27T12:43:57Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/models/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.13478123425631324830.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.13478123425631324830.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.254 s [INFO] Finished at: 2023-10-27T12:44:01Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.404 s [INFO] Finished at: 2023-10-27T12:44:05Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.181 s [INFO] Finished at: 2023-10-27T12:44:10Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 3.050 s [INFO] Finished at: 2023-10-27T12:44:14Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.093 s [INFO] Finished at: 2023-10-27T12:44:18Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.715 s [INFO] Finished at: 2023-10-27T12:44:22Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.073 s [INFO] Finished at: 2023-10-27T12:44:42Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/models/fields/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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.370 s [INFO] Finished at: 2023-10-27T12:44:46Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.568 s [INFO] Finished at: 2023-10-27T12:44:55Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.818 s [INFO] Finished at: 2023-10-27T12:44:59Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.296 s [INFO] Finished at: 2023-10-27T12:45:05Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.017 s [INFO] Finished at: 2023-10-27T12:45:17Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.388 s [INFO] Finished at: 2023-10-27T12:45:22Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.502 s [INFO] Finished at: 2023-10-27T12:45:25Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/models/manager/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.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.13478123425631324830.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.727 s [INFO] Finished at: 2023-10-27T12:45:30Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.214 s [INFO] Finished at: 2023-10-27T12:45:50Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.989 s [INFO] Finished at: 2023-10-27T12:45:53Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.822 s [INFO] Finished at: 2023-10-27T12:46:00Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.869 s [INFO] Finished at: 2023-10-27T12:46:04Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.702 s [INFO] Finished at: 2023-10-27T12:46:08Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.173 s [INFO] Finished at: 2023-10-27T12:46:11Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/models/sql/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 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.13478123425631324830.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.13478123425631324830.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.921 s [INFO] Finished at: 2023-10-27T12:46:29Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.633 s [INFO] Finished at: 2023-10-27T12:46:33Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 22.884 s [INFO] Finished at: 2023-10-27T12:46:57Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.054 s [INFO] Finished at: 2023-10-27T12:47:00Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.396 s [INFO] Finished at: 2023-10-27T12:47:06Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 5.912 s [INFO] Finished at: 2023-10-27T12:47:13Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 19.536 s [INFO] Finished at: 2023-10-27T12:47:34Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.674 s [INFO] Finished at: 2023-10-27T12:47:38Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.145 s [INFO] Finished at: 2023-10-27T12:47:41Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.975 s [INFO] Finished at: 2023-10-27T12:47:46Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.381 s [INFO] Finished at: 2023-10-27T12:47:50Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.365 s [INFO] Finished at: 2023-10-27T12:47:54Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.234 s [INFO] Finished at: 2023-10-27T12:48:02Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.133 s [INFO] Finished at: 2023-10-27T12:48:05Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/migrations/operations/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.13478123425631324830.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.13478123425631324830.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.067 s [INFO] Finished at: 2023-10-27T12:48:10Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.631 s [INFO] Finished at: 2023-10-27T12:48:14Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.410 s [INFO] Finished at: 2023-10-27T12:48:17Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.389 s [INFO] Finished at: 2023-10-27T12:48:22Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.559 s [INFO] Finished at: 2023-10-27T12:48:27Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.188 s [INFO] Finished at: 2023-10-27T12:48:31Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.969 s [INFO] Finished at: 2023-10-27T12:48:35Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/migrations/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 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.13478123425631324830.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.13478123425631324830.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.134 s [INFO] Finished at: 2023-10-27T12:48:40Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.418 s [INFO] Finished at: 2023-10-27T12:48:44Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.018 s [INFO] Finished at: 2023-10-27T12:48:59Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.768 s [INFO] Finished at: 2023-10-27T12:49:04Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.599 s [INFO] Finished at: 2023-10-27T12:49:07Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.072 s [INFO] Finished at: 2023-10-27T12:49:11Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.373 s [INFO] Finished at: 2023-10-27T12:49:15Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/migrations/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 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.13478123425631324830.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.13478123425631324830.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.096 s [INFO] Finished at: 2023-10-27T12:49:24Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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: 2.834 s [INFO] Finished at: 2023-10-27T12:49:28Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 3.520 s [INFO] Finished at: 2023-10-27T12:49:33Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.060 s [INFO] Finished at: 2023-10-27T12:49:37Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 4.817 s [INFO] Finished at: 2023-10-27T12:49:43Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.071 s [INFO] Finished at: 2023-10-27T12:49:47Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.045 s [INFO] Finished at: 2023-10-27T12:49:51Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/backends/oracle/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: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.351 s [INFO] Finished at: 2023-10-27T12:49:54Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.763 s [INFO] Finished at: 2023-10-27T12:49:59Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.129 s [INFO] Finished at: 2023-10-27T12:50:02Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.114 s [INFO] Finished at: 2023-10-27T12:50:05Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.484 s [INFO] Finished at: 2023-10-27T12:50:09Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.046 s [INFO] Finished at: 2023-10-27T12:50:15Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.937 s [INFO] Finished at: 2023-10-27T12:50:18Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/backends/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 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.13478123425631324830.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.13478123425631324830.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.172 s [INFO] Finished at: 2023-10-27T12:50:21Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.383 s [INFO] Finished at: 2023-10-27T12:50:25Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.482 s [INFO] Finished at: 2023-10-27T12:50:30Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.310 s [INFO] Finished at: 2023-10-27T12:50:36Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.966 s [INFO] Finished at: 2023-10-27T12:50:39Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 3.756 s [INFO] Finished at: 2023-10-27T12:50:44Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.112 s [INFO] Finished at: 2023-10-27T12:50:48Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/backends/sqlite3/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.13478123425631324830.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.13478123425631324830.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.494 s [INFO] Finished at: 2023-10-27T12:50:51Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.652 s [INFO] Finished at: 2023-10-27T12:50:57Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.029 s [INFO] Finished at: 2023-10-27T12:51:02Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.940 s [INFO] Finished at: 2023-10-27T12:51:05Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.135 s [INFO] Finished at: 2023-10-27T12:51:09Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.204 s [INFO] Finished at: 2023-10-27T12:51:12Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.369 s [INFO] Finished at: 2023-10-27T12:51:16Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/backends/postgresql/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.13478123425631324830.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.13478123425631324830.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.267 s [INFO] Finished at: 2023-10-27T12:51:20Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 2.999 s [INFO] Finished at: 2023-10-27T12:51:25Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 2.052 s [INFO] Finished at: 2023-10-27T12:51:28Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.179 s [INFO] Finished at: 2023-10-27T12:51:33Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.226 s [INFO] Finished at: 2023-10-27T12:51:36Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.435 s [INFO] Finished at: 2023-10-27T12:51:40Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.176 s [INFO] Finished at: 2023-10-27T12:51:45Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/backends/mysql/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 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.13478123425631324830.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.13478123425631324830.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.338 s [INFO] Finished at: 2023-10-27T12:51:48Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.638 s [INFO] Finished at: 2023-10-27T12:51:53Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.432 s [INFO] Finished at: 2023-10-27T12:51:58Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 2.049 s [INFO] Finished at: 2023-10-27T12:52:01Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.505 s [INFO] Finished at: 2023-10-27T12:52:05Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.639 s [INFO] Finished at: 2023-10-27T12:52:09Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.305 s [INFO] Finished at: 2023-10-27T12:52:13Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/backends/mysql/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 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.13478123425631324830.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.13478123425631324830.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.294 s [INFO] Finished at: 2023-10-27T12:52:17Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.922 s [INFO] Finished at: 2023-10-27T12:52:21Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.457 s [INFO] Finished at: 2023-10-27T12:52:26Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 2.999 s [INFO] Finished at: 2023-10-27T12:52:30Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.034 s [INFO] Finished at: 2023-10-27T12:52:35Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.575 s [INFO] Finished at: 2023-10-27T12:52:39Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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: 2.013 s [INFO] Finished at: 2023-10-27T12:52:43Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/db/backends/base/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 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.13478123425631324830.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.13478123425631324830.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.573 s [INFO] Finished at: 2023-10-27T12:52:55Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.158 s [INFO] Finished at: 2023-10-27T12:52:59Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.096 s [INFO] Finished at: 2023-10-27T12:53:02Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.753 s [INFO] Finished at: 2023-10-27T12:53:06Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.496 s [INFO] Finished at: 2023-10-27T12:53:11Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.517 s [INFO] Finished at: 2023-10-27T12:53:15Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.145 s [INFO] Finished at: 2023-10-27T12:53:19Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/http/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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.767 s [INFO] Finished at: 2023-10-27T12:53:24Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.556 s [INFO] Finished at: 2023-10-27T12:53:30Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.129 s [INFO] Finished at: 2023-10-27T12:53:33Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.256 s [INFO] Finished at: 2023-10-27T12:53:39Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.356 s [INFO] Finished at: 2023-10-27T12:53:44Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.173 s [INFO] Finished at: 2023-10-27T12:53:53Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.232 s [INFO] Finished at: 2023-10-27T12:53:57Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/template/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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.348 s [INFO] Finished at: 2023-10-27T12:54:00Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.070 s [INFO] Finished at: 2023-10-27T12:54:04Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.273 s [INFO] Finished at: 2023-10-27T12:54:07Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.370 s [INFO] Finished at: 2023-10-27T12:54:11Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.100 s [INFO] Finished at: 2023-10-27T12:54:15Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.218 s [INFO] Finished at: 2023-10-27T12:54:20Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.956 s [INFO] Finished at: 2023-10-27T12:54:23Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/template/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.13478123425631324830.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.13478123425631324830.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.031 s [INFO] Finished at: 2023-10-27T12:54:27Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.293 s [INFO] Finished at: 2023-10-27T12:54:30Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.673 s [INFO] Finished at: 2023-10-27T12:54:34Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.533 s [INFO] Finished at: 2023-10-27T12:54:38Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.364 s [INFO] Finished at: 2023-10-27T12:54:42Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.892 s [INFO] Finished at: 2023-10-27T12:54:46Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.393 s [INFO] Finished at: 2023-10-27T12:54:50Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/template/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 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.13478123425631324830.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.13478123425631324830.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.123 s [INFO] Finished at: 2023-10-27T12:54:54Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.147 s [INFO] Finished at: 2023-10-27T12:54:58Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 2.160 s [INFO] Finished at: 2023-10-27T12:55:01Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 2.056 s [INFO] Finished at: 2023-10-27T12:55:05Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.367 s [INFO] Finished at: 2023-10-27T12:55:08Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.016 s [INFO] Finished at: 2023-10-27T12:55:12Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.144 s [INFO] Finished at: 2023-10-27T12:55:15Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/template/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 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.13478123425631324830.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.13478123425631324830.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.002 s [INFO] Finished at: 2023-10-27T12:55:18Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.757 s [INFO] Finished at: 2023-10-27T12:55:23Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.585 s [INFO] Finished at: 2023-10-27T12:55:30Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 1.993 s [INFO] Finished at: 2023-10-27T12:55:34Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.316 s [INFO] Finished at: 2023-10-27T12:55:37Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.188 s [INFO] Finished at: 2023-10-27T12:55:41Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.560 s [INFO] Finished at: 2023-10-27T12:55:48Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/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.13478123425631324830.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.13478123425631324830.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.127 s [INFO] Finished at: 2023-10-27T12:55:51Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.334 s [INFO] Finished at: 2023-10-27T12:55:55Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.244 s [INFO] Finished at: 2023-10-27T12:55:59Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 2.074 s [INFO] Finished at: 2023-10-27T12:56:02Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.433 s [INFO] Finished at: 2023-10-27T12:56:06Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.805 s [INFO] Finished at: 2023-10-27T12:56:11Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.751 s [INFO] Finished at: 2023-10-27T12:56:16Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/serializers/python/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded [] [INFO] [INFO] --- eo:0.23.11:parse (compile) @ test --- [INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.553 s [INFO] Finished at: 2023-10-27T12:56:20Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.725 s [INFO] Finished at: 2023-10-27T12:56:24Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.498 s [INFO] Finished at: 2023-10-27T12:56:28Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.313 s [INFO] Finished at: 2023-10-27T12:56:32Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.274 s [INFO] Finished at: 2023-10-27T12:56:35Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.114 s [INFO] Finished at: 2023-10-27T12:56:40Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.388 s [INFO] Finished at: 2023-10-27T12:56:43Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/mail/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 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.13478123425631324830.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.13478123425631324830.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.092 s [INFO] Finished at: 2023-10-27T12:56:47Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.240 s [INFO] Finished at: 2023-10-27T12:56:51Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.487 s [INFO] Finished at: 2023-10-27T12:56:54Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 2.058 s [INFO] Finished at: 2023-10-27T12:56:58Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 2.015 s [INFO] Finished at: 2023-10-27T12:57:01Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.279 s [INFO] Finished at: 2023-10-27T12:57:05Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.441 s [INFO] Finished at: 2023-10-27T12:57:08Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/mail/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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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-27T12:57:12Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.516 s [INFO] Finished at: 2023-10-27T12:57:17Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.989 s [INFO] Finished at: 2023-10-27T12:57:20Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.756 s [INFO] Finished at: 2023-10-27T12:57:24Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.264 s [INFO] Finished at: 2023-10-27T12:57:28Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.190 s [INFO] Finished at: 2023-10-27T12:57:31Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.916 s [INFO] Finished at: 2023-10-27T12:57:36Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/cache/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.13478123425631324830.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.13478123425631324830.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: 2.138 s [INFO] Finished at: 2023-10-27T12:57:39Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 3.049 s [INFO] Finished at: 2023-10-27T12:57:43Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.214 s [INFO] Finished at: 2023-10-27T12:57:47Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.622 s [INFO] Finished at: 2023-10-27T12:57:51Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.703 s [INFO] Finished at: 2023-10-27T12:57:55Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.504 s [INFO] Finished at: 2023-10-27T12:57:59Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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-27T12:58:03Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/__init__/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded [] [INFO] [INFO] --- eo:0.23.11:parse (compile) @ test --- [INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.082 s [INFO] Finished at: 2023-10-27T12:58:07Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 2.045 s [INFO] Finished at: 2023-10-27T12:58:10Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.249 s [INFO] Finished at: 2023-10-27T12:58:14Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.309 s [INFO] Finished at: 2023-10-27T12:58:18Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.475 s [INFO] Finished at: 2023-10-27T12:58:23Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/management/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.13478123425631324830.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.13478123425631324830.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.685 s [INFO] Finished at: 2023-10-27T12:58:27Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.407 s [INFO] Finished at: 2023-10-27T12:58:31Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.572 s [INFO] Finished at: 2023-10-27T12:58:35Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.354 s [INFO] Finished at: 2023-10-27T12:58:39Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.257 s [INFO] Finished at: 2023-10-27T12:58:43Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.156 s [INFO] Finished at: 2023-10-27T12:58:48Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.135 s [INFO] Finished at: 2023-10-27T12:58:51Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.974 s [INFO] Finished at: 2023-10-27T12:58:55Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.190 s [INFO] Finished at: 2023-10-27T12:58:58Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/management/commands/sqlmigrate/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded [] [INFO] [INFO] --- eo:0.23.11:parse (compile) @ test --- [INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.367 s [INFO] Finished at: 2023-10-27T12:59:02Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.179 s [INFO] Finished at: 2023-10-27T12:59:05Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.472 s [INFO] Finished at: 2023-10-27T12:59:09Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.553 s [INFO] Finished at: 2023-10-27T12:59:14Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.135 s [INFO] Finished at: 2023-10-27T12:59:17Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.776 s [INFO] Finished at: 2023-10-27T12:59:22Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.131 s [INFO] Finished at: 2023-10-27T12:59:25Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/management/commands/dbshell/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.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.13478123425631324830.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.203 s [INFO] Finished at: 2023-10-27T12:59:29Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.365 s [INFO] Finished at: 2023-10-27T12:59:32Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.167 s [INFO] Finished at: 2023-10-27T12:59:36Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.675 s [INFO] Finished at: 2023-10-27T12:59:41Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.088 s [INFO] Finished at: 2023-10-27T12:59:44Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.322 s [INFO] Finished at: 2023-10-27T12:59:51Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.659 s [INFO] Finished at: 2023-10-27T12:59:55Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/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 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.13478123425631324830.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.13478123425631324830.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.608 s [INFO] Finished at: 2023-10-27T12:59:59Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.692 s [INFO] Finished at: 2023-10-27T13:00:03Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.755 s [INFO] Finished at: 2023-10-27T13:00:07Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.218 s [INFO] Finished at: 2023-10-27T13:00:11Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.887 s [INFO] Finished at: 2023-10-27T13:00:16Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.633 s [INFO] Finished at: 2023-10-27T13:00:20Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.464 s [INFO] Finished at: 2023-10-27T13:00:24Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/files/move/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded [] [INFO] [INFO] --- eo:0.23.11:parse (compile) @ test --- [INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.295 s [INFO] Finished at: 2023-10-27T13:00:27Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.072 s [INFO] Finished at: 2023-10-27T13:00:31Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.438 s [INFO] Finished at: 2023-10-27T13:00:35Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.297 s [INFO] Finished at: 2023-10-27T13:00:38Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.434 s [INFO] Finished at: 2023-10-27T13:00:42Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 3.027 s [INFO] Finished at: 2023-10-27T13:00:46Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.141 s [INFO] Finished at: 2023-10-27T13:00:50Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/files/images/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded [] [INFO] [INFO] --- eo:0.23.11:parse (compile) @ test --- [INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.201 s [INFO] Finished at: 2023-10-27T13:00:53Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.477 s [INFO] Finished at: 2023-10-27T13:00:57Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.003 s [INFO] Finished at: 2023-10-27T13:01:01Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.739 s [INFO] Finished at: 2023-10-27T13:01:05Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.405 s [INFO] Finished at: 2023-10-27T13:01:08Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.975 s [INFO] Finished at: 2023-10-27T13:01:12Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.763 s [INFO] Finished at: 2023-10-27T13:01:16Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.130 s [INFO] Finished at: 2023-10-27T13:01:20Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.011 s [INFO] Finished at: 2023-10-27T13:01:24Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.610 s [INFO] Finished at: 2023-10-27T13:01:28Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.431 s [INFO] Finished at: 2023-10-27T13:01:32Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.242 s [INFO] Finished at: 2023-10-27T13:01:36Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/checks/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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.423 s [INFO] Finished at: 2023-10-27T13:01:40Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.204 s [INFO] Finished at: 2023-10-27T13:01:43Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.103 s [INFO] Finished at: 2023-10-27T13:01:47Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.115 s [INFO] Finished at: 2023-10-27T13:01:50Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.119 s [INFO] Finished at: 2023-10-27T13:01:53Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 2.055 s [INFO] Finished at: 2023-10-27T13:01:57Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.229 s [INFO] Finished at: 2023-10-27T13:02:00Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/checks/security/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 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.13478123425631324830.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.13478123425631324830.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.345 s [INFO] Finished at: 2023-10-27T13:02:04Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.576 s [INFO] Finished at: 2023-10-27T13:02:08Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.423 s [INFO] Finished at: 2023-10-27T13:02:12Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.041 s [INFO] Finished at: 2023-10-27T13:02:15Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 3.021 s [INFO] Finished at: 2023-10-27T13:02:20Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.390 s [INFO] Finished at: 2023-10-27T13:02:23Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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: 2.029 s [INFO] Finished at: 2023-10-27T13:02:27Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/core/checks/compatibility/django_4_0/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.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.13478123425631324830.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.056 s [INFO] Finished at: 2023-10-27T13:02:30Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.094 s [INFO] Finished at: 2023-10-27T13:02:34Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.236 s [INFO] Finished at: 2023-10-27T13:02:37Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.081 s [INFO] Finished at: 2023-10-27T13:02:41Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.523 s [INFO] Finished at: 2023-10-27T13:02:44Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.971 s [INFO] Finished at: 2023-10-27T13:02:48Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.544 s [INFO] Finished at: 2023-10-27T13:02:52Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/middleware/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 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.13478123425631324830.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.13478123425631324830.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.122 s [INFO] Finished at: 2023-10-27T13:02:55Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.321 s [INFO] Finished at: 2023-10-27T13:02:59Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.304 s [INFO] Finished at: 2023-10-27T13:03:02Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.066 s [INFO] Finished at: 2023-10-27T13:03:07Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.797 s [INFO] Finished at: 2023-10-27T13:03:11Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 2.071 s [INFO] Finished at: 2023-10-27T13:03:14Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.147 s [INFO] Finished at: 2023-10-27T13:03:19Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/views/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 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.13478123425631324830.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.13478123425631324830.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.320 s [INFO] Finished at: 2023-10-27T13:03:22Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.364 s [INFO] Finished at: 2023-10-27T13:03:26Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.997 s [INFO] Finished at: 2023-10-27T13:03:29Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.125 s [INFO] Finished at: 2023-10-27T13:03:33Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 3.870 s [INFO] Finished at: 2023-10-27T13:03:38Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.567 s [INFO] Finished at: 2023-10-27T13:03:42Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.682 s [INFO] Finished at: 2023-10-27T13:03:46Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/views/generic/detail/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.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.13478123425631324830.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.491 s [INFO] Finished at: 2023-10-27T13:03:50Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.667 s [INFO] Finished at: 2023-10-27T13:03:54Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.404 s [INFO] Finished at: 2023-10-27T13:03:58Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 101ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.698 s [INFO] Finished at: 2023-10-27T13:04:04Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 2.109 s [INFO] Finished at: 2023-10-27T13:04:07Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.211 s [INFO] Finished at: 2023-10-27T13:04:11Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.127 s [INFO] Finished at: 2023-10-27T13:04:14Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/views/decorators/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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.150 s [INFO] Finished at: 2023-10-27T13:04:18Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 2.076 s [INFO] Finished at: 2023-10-27T13:04:21Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.077 s [INFO] Finished at: 2023-10-27T13:04:24Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.350 s [INFO] Finished at: 2023-10-27T13:04:28Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.152 s [INFO] Finished at: 2023-10-27T13:04:32Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.125 s [INFO] Finished at: 2023-10-27T13:04:35Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.871 s [INFO] Finished at: 2023-10-27T13:04:39Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/django/dispatch/__init__/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.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.13478123425631324830.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: 1.954 s [INFO] Finished at: 2023-10-27T13:04:43Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.652 s [INFO] Finished at: 2023-10-27T13:04:47Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.052 s [INFO] Finished at: 2023-10-27T13:04:50Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.975 s [INFO] Finished at: 2023-10-27T13:04:53Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.082 s [INFO] Finished at: 2023-10-27T13:04:57Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.188 s [INFO] Finished at: 2023-10-27T13:05:00Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.981 s [INFO] Finished at: 2023-10-27T13:05:06Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/logging_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 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.13478123425631324830.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.13478123425631324830.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.205 s [INFO] Finished at: 2023-10-27T13:05:09Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.407 s [INFO] Finished at: 2023-10-27T13:05:13Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.983 s [INFO] Finished at: 2023-10-27T13:05:16Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.895 s [INFO] Finished at: 2023-10-27T13:05:33Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.198 s [INFO] Finished at: 2023-10-27T13:05:37Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.942 s [INFO] Finished at: 2023-10-27T13:05:40Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.896 s [INFO] Finished at: 2023-10-27T13:05:46Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.947 s [INFO] Finished at: 2023-10-27T13:05:50Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 1.984 s [INFO] Finished at: 2023-10-27T13:05:53Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 2.017 s [INFO] Finished at: 2023-10-27T13:05:56Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 1.972 s [INFO] Finished at: 2023-10-27T13:06:00Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.367 s [INFO] Finished at: 2023-10-27T13:06:03Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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-27T13:06:07Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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: 2.006 s [INFO] Finished at: 2023-10-27T13:06:11Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.169 s [INFO] Finished at: 2023-10-27T13:06:16Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 3.000 s [INFO] Finished at: 2023-10-27T13:06:21Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.499 s [INFO] Finished at: 2023-10-27T13:06:25Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 2.011 s [INFO] Finished at: 2023-10-27T13:06:28Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.571 s [INFO] Finished at: 2023-10-27T13:06:35Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/model_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.13478123425631324830.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.13478123425631324830.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: 1.975 s [INFO] Finished at: 2023-10-27T13:06:38Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.071 s [INFO] Finished at: 2023-10-27T13:06:41Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.181 s [INFO] Finished at: 2023-10-27T13:06:45Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.964 s [INFO] Finished at: 2023-10-27T13:06:48Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.287 s [INFO] Finished at: 2023-10-27T13:06:54Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.338 s [INFO] Finished at: 2023-10-27T13:06:58Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 2.109 s [INFO] Finished at: 2023-10-27T13:07:01Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/one_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 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.13478123425631324830.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.13478123425631324830.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.830 s [INFO] Finished at: 2023-10-27T13:07:06Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 2.025 s [INFO] Finished at: 2023-10-27T13:07:10Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.335 s [INFO] Finished at: 2023-10-27T13:07:21Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.262 s [INFO] Finished at: 2023-10-27T13:07:25Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.998 s [INFO] Finished at: 2023-10-27T13:07:28Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.087 s [INFO] Finished at: 2023-10-27T13:07:33Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.054 s [INFO] Finished at: 2023-10-27T13:07:36Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/pagination/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.13478123425631324830.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.13478123425631324830.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.181 s [INFO] Finished at: 2023-10-27T13:07:39Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.989 s [INFO] Finished at: 2023-10-27T13:07:43Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 8.409 s [INFO] Finished at: 2023-10-27T13:07:53Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.638 s [INFO] Finished at: 2023-10-27T13:07:57Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.953 s [INFO] Finished at: 2023-10-27T13:08:00Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.185 s [INFO] Finished at: 2023-10-27T13:08:04Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.065 s [INFO] Finished at: 2023-10-27T13:08:08Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_autodiscover/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.13478123425631324830.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.13478123425631324830.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.025 s [INFO] Finished at: 2023-10-27T13:08:11Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.008 s [INFO] Finished at: 2023-10-27T13:08:15Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.052 s [INFO] Finished at: 2023-10-27T13:08:18Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 2.997 s [INFO] Finished at: 2023-10-27T13:08:22Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.412 s [INFO] Finished at: 2023-10-27T13:08:28Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.510 s [INFO] Finished at: 2023-10-27T13:08:32Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.700 s [INFO] Finished at: 2023-10-27T13:08:40Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/utils_tests/test_ipv6/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.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.13478123425631324830.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.404 s [INFO] Finished at: 2023-10-27T13:08:44Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.205 s [INFO] Finished at: 2023-10-27T13:08:49Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.411 s [INFO] Finished at: 2023-10-27T13:08:55Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.388 s [INFO] Finished at: 2023-10-27T13:08:59Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.797 s [INFO] Finished at: 2023-10-27T13:09:03Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.994 s [INFO] Finished at: 2023-10-27T13:09:06Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.029 s [INFO] Finished at: 2023-10-27T13:09:10Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/utils_tests/test_module/child_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 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.13478123425631324830.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.13478123425631324830.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.045 s [INFO] Finished at: 2023-10-27T13:09:13Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.014 s [INFO] Finished at: 2023-10-27T13:09:16Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.156 s [INFO] Finished at: 2023-10-27T13:09:20Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.020 s [INFO] Finished at: 2023-10-27T13:09:23Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.971 s [INFO] Finished at: 2023-10-27T13:09:26Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.913 s [INFO] Finished at: 2023-10-27T13:09:30Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.086 s [INFO] Finished at: 2023-10-27T13:09:33Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.521 s [INFO] Finished at: 2023-10-27T13:09:38Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.059 s [INFO] Finished at: 2023-10-27T13:09:41Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/utils_tests/test_os_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 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.13478123425631324830.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.13478123425631324830.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.350 s [INFO] Finished at: 2023-10-27T13:09:45Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.926 s [INFO] Finished at: 2023-10-27T13:09:48Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.076 s [INFO] Finished at: 2023-10-27T13:09:52Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.949 s [INFO] Finished at: 2023-10-27T13:09:55Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.461 s [INFO] Finished at: 2023-10-27T13:09:59Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/utils_tests/test_module_loading/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded [] [INFO] [INFO] --- eo:0.23.11:parse (compile) @ test --- [INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.763 s [INFO] Finished at: 2023-10-27T13:10:03Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.408 s [INFO] Finished at: 2023-10-27T13:10:07Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.411 s [INFO] Finished at: 2023-10-27T13:10:10Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.627 s [INFO] Finished at: 2023-10-27T13:10:14Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.247 s [INFO] Finished at: 2023-10-27T13:10:19Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.693 s [INFO] Finished at: 2023-10-27T13:10:23Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.057 s [INFO] Finished at: 2023-10-27T13:10:26Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/utils_tests/test_regex_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 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.13478123425631324830.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.13478123425631324830.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.208 s [INFO] Finished at: 2023-10-27T13:10:30Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.807 s [INFO] Finished at: 2023-10-27T13:10:34Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.968 s [INFO] Finished at: 2023-10-27T13:10:39Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.387 s [INFO] Finished at: 2023-10-27T13:10:43Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.343 s [INFO] Finished at: 2023-10-27T13:10:47Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.682 s [INFO] Finished at: 2023-10-27T13:10:52Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.880 s [INFO] Finished at: 2023-10-27T13:10:57Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/utils_tests/test_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 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.13478123425631324830.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.13478123425631324830.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.658 s [INFO] Finished at: 2023-10-27T13:11:02Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.833 s [INFO] Finished at: 2023-10-27T13:11:06Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.601 s [INFO] Finished at: 2023-10-27T13:11:10Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.779 s [INFO] Finished at: 2023-10-27T13:11:14Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.684 s [INFO] Finished at: 2023-10-27T13:11:19Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.197 s [INFO] Finished at: 2023-10-27T13:11:23Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.306 s [INFO] Finished at: 2023-10-27T13:11:27Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/utils_tests/test_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 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.13478123425631324830.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.13478123425631324830.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.540 s [INFO] Finished at: 2023-10-27T13:11:30Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.979 s [INFO] Finished at: 2023-10-27T13:11:35Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.443 s [INFO] Finished at: 2023-10-27T13:11:39Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.313 s [INFO] Finished at: 2023-10-27T13:11:42Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.975 s [INFO] Finished at: 2023-10-27T13:11:45Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.090 s [INFO] Finished at: 2023-10-27T13:11:49Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.400 s [INFO] Finished at: 2023-10-27T13:11:53Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.736 s [INFO] Finished at: 2023-10-27T13:11:57Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.680 s [INFO] Finished at: 2023-10-27T13:12:01Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/contenttypes_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", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.114 s [INFO] Finished at: 2023-10-27T13:12:04Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.989 s [INFO] Finished at: 2023-10-27T13:12:08Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.174 s [INFO] Finished at: 2023-10-27T13:12:11Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.089 s [INFO] Finished at: 2023-10-27T13:12:15Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.227 s [INFO] Finished at: 2023-10-27T13:12:18Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.524 s [INFO] Finished at: 2023-10-27T13:12:22Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.127 s [INFO] Finished at: 2023-10-27T13:12:25Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/flatpages_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 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.13478123425631324830.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.13478123425631324830.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.492 s [INFO] Finished at: 2023-10-27T13:12:29Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.990 s [INFO] Finished at: 2023-10-27T13:12:33Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.161 s [INFO] Finished at: 2023-10-27T13:12:36Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.181 s [INFO] Finished at: 2023-10-27T13:12:40Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.034 s [INFO] Finished at: 2023-10-27T13:12:43Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.460 s [INFO] Finished at: 2023-10-27T13:12:47Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.124 s [INFO] Finished at: 2023-10-27T13:12:50Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/flatpages_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 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.13478123425631324830.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.13478123425631324830.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.412 s [INFO] Finished at: 2023-10-27T13:12:54Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.663 s [INFO] Finished at: 2023-10-27T13:12:58Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.056 s [INFO] Finished at: 2023-10-27T13:13:01Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.279 s [INFO] Finished at: 2023-10-27T13:13:05Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.042 s [INFO] Finished at: 2023-10-27T13:13:08Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.292 s [INFO] Finished at: 2023-10-27T13:13:14Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.180 s [INFO] Finished at: 2023-10-27T13:13:17Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/check_framework/test_model_field_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 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.13478123425631324830.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.13478123425631324830.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.441 s [INFO] Finished at: 2023-10-27T13:13:21Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.619 s [INFO] Finished at: 2023-10-27T13:13:25Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.082 s [INFO] Finished at: 2023-10-27T13:13:29Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.031 s [INFO] Finished at: 2023-10-27T13:13:32Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.648 s [INFO] Finished at: 2023-10-27T13:13:36Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.974 s [INFO] Finished at: 2023-10-27T13:13:39Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.057 s [INFO] Finished at: 2023-10-27T13:13:43Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/check_framework/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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.438 s [INFO] Finished at: 2023-10-27T13:13:46Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.259 s [INFO] Finished at: 2023-10-27T13:13:50Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.205 s [INFO] Finished at: 2023-10-27T13:13:54Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.209 s [INFO] Finished at: 2023-10-27T13:13:58Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.114 s [INFO] Finished at: 2023-10-27T13:14:01Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.020 s [INFO] Finished at: 2023-10-27T13:14:05Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.975 s [INFO] Finished at: 2023-10-27T13:14:08Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/check_framework/urls/bad_error_handlers_invalid_path/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.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.13478123425631324830.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: 2.049 s [INFO] Finished at: 2023-10-27T13:14:11Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.194 s [INFO] Finished at: 2023-10-27T13:14:15Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 2.069 s [INFO] Finished at: 2023-10-27T13:14:18Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.165 s [INFO] Finished at: 2023-10-27T13:14:22Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.098 s [INFO] Finished at: 2023-10-27T13:14:25Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.045 s [INFO] Finished at: 2023-10-27T13:14:29Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 1.999 s [INFO] Finished at: 2023-10-27T13:14:32Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/check_framework/urls/include_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.13478123425631324830.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.13478123425631324830.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.257 s [INFO] Finished at: 2023-10-27T13:14:36Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.035 s [INFO] Finished at: 2023-10-27T13:14:39Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.069 s [INFO] Finished at: 2023-10-27T13:14:42Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.953 s [INFO] Finished at: 2023-10-27T13:14:46Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.057 s [INFO] Finished at: 2023-10-27T13:14:49Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.286 s [INFO] Finished at: 2023-10-27T13:14:53Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.099 s [INFO] Finished at: 2023-10-27T13:14:56Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/check_framework/urls/path_compatibility/contains_re_named_group/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.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.13478123425631324830.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.044 s [INFO] Finished at: 2023-10-27T13:15:00Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 2.001 s [INFO] Finished at: 2023-10-27T13:15:03Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/check_framework/urls/path_compatibility/beginning_with_caret/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded [] [INFO] [INFO] --- eo:0.23.11:parse (compile) @ test --- [INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.054 s [INFO] Finished at: 2023-10-27T13:15:06Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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: 2.000 s [INFO] Finished at: 2023-10-27T13:15:10Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 3.003 s [INFO] Finished at: 2023-10-27T13:15:14Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.037 s [INFO] Finished at: 2023-10-27T13:15:17Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.239 s [INFO] Finished at: 2023-10-27T13:15:22Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.020 s [INFO] Finished at: 2023-10-27T13:15:26Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.169 s [INFO] Finished at: 2023-10-27T13:15:30Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/timezones/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.13478123425631324830.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.13478123425631324830.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.066 s [INFO] Finished at: 2023-10-27T13:15:33Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.972 s [INFO] Finished at: 2023-10-27T13:15:37Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.050 s [INFO] Finished at: 2023-10-27T13:15:40Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 1.998 s [INFO] Finished at: 2023-10-27T13:15:43Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.278 s [INFO] Finished at: 2023-10-27T13:16:02Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/alternate_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.13478123425631324830.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.13478123425631324830.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.050 s [INFO] Finished at: 2023-10-27T13:16:05Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.544 s [INFO] Finished at: 2023-10-27T13:16:09Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.363 s [INFO] Finished at: 2023-10-27T13:16:14Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.098 s [INFO] Finished at: 2023-10-27T13:16:17Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.448 s [INFO] Finished at: 2023-10-27T13:16:21Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.649 s [INFO] Finished at: 2023-10-27T13:16:25Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.158 s [INFO] Finished at: 2023-10-27T13:16:29Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.135 s [INFO] Finished at: 2023-10-27T13:16:32Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.467 s [INFO] Finished at: 2023-10-27T13:16:36Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/syntax_tests/test_named_endblock/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.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.13478123425631324830.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.186 s [INFO] Finished at: 2023-10-27T13:16:39Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.142 s [INFO] Finished at: 2023-10-27T13:16:44Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.102 s [INFO] Finished at: 2023-10-27T13:16:48Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.138 s [INFO] Finished at: 2023-10-27T13:16:53Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.144 s [INFO] Finished at: 2023-10-27T13:16:56Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.383 s [INFO] Finished at: 2023-10-27T13:17:00Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.956 s [INFO] Finished at: 2023-10-27T13:17:03Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/syntax_tests/test_filter_syntax/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.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.13478123425631324830.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.707 s [INFO] Finished at: 2023-10-27T13:17:07Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.245 s [INFO] Finished at: 2023-10-27T13:17:12Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.128 s [INFO] Finished at: 2023-10-27T13:17:15Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.299 s [INFO] Finished at: 2023-10-27T13:17:20Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.357 s [INFO] Finished at: 2023-10-27T13:17:24Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.129 s [INFO] Finished at: 2023-10-27T13:17:27Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.527 s [INFO] Finished at: 2023-10-27T13:17:32Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/syntax_tests/test_lorem/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded [] [INFO] [INFO] --- eo:0.23.11:parse (compile) @ test --- [INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.306 s [INFO] Finished at: 2023-10-27T13:17:36Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.273 s [INFO] Finished at: 2023-10-27T13:17:39Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.383 s [INFO] Finished at: 2023-10-27T13:17:43Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.026 s [INFO] Finished at: 2023-10-27T13:17:47Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.126 s [INFO] Finished at: 2023-10-27T13:17:50Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.285 s [INFO] Finished at: 2023-10-27T13:17:54Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.236 s [INFO] Finished at: 2023-10-27T13:17:57Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/syntax_tests/test_cache/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.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.13478123425631324830.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.483 s [INFO] Finished at: 2023-10-27T13:18:01Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.369 s [INFO] Finished at: 2023-10-27T13:18:05Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/syntax_tests/test_cycle/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded [] [INFO] [INFO] --- eo:0.23.11:parse (compile) @ test --- [INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.788 s [INFO] Finished at: 2023-10-27T13:18:09Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.053 s [INFO] Finished at: 2023-10-27T13:18:12Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.334 s [INFO] Finished at: 2023-10-27T13:18:16Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.268 s [INFO] Finished at: 2023-10-27T13:18:20Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.090 s [INFO] Finished at: 2023-10-27T13:18:26Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.710 s [INFO] Finished at: 2023-10-27T13:18:30Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.030 s [INFO] Finished at: 2023-10-27T13:18:33Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/syntax_tests/i18n/test_underscore_syntax/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.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.13478123425631324830.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.460 s [INFO] Finished at: 2023-10-27T13:18:37Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.964 s [INFO] Finished at: 2023-10-27T13:18:41Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.070 s [INFO] Finished at: 2023-10-27T13:18:44Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.097 s [INFO] Finished at: 2023-10-27T13:18:47Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.108 s [INFO] Finished at: 2023-10-27T13:18:51Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.033 s [INFO] Finished at: 2023-10-27T13:18:54Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.184 s [INFO] Finished at: 2023-10-27T13:18:58Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/syntax_tests/i18n/test_translate/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded [] [INFO] [INFO] --- eo:0.23.11:parse (compile) @ test --- [INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.892 s [INFO] Finished at: 2023-10-27T13:19:02Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.148 s [INFO] Finished at: 2023-10-27T13:19:05Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.775 s [INFO] Finished at: 2023-10-27T13:19:11Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.178 s [INFO] Finished at: 2023-10-27T13:19:14Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.587 s [INFO] Finished at: 2023-10-27T13:19:18Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.216 s [INFO] Finished at: 2023-10-27T13:19:22Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.166 s [INFO] Finished at: 2023-10-27T13:19:25Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.961 s [INFO] Finished at: 2023-10-27T13:19:28Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.690 s [INFO] Finished at: 2023-10-27T13:19:32Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/templatetags/subpackage/__init__/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.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.13478123425631324830.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.975 s [INFO] Finished at: 2023-10-27T13:19:36Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 2.004 s [INFO] Finished at: 2023-10-27T13:19:39Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.048 s [INFO] Finished at: 2023-10-27T13:19:42Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.978 s [INFO] Finished at: 2023-10-27T13:19:46Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.458 s [INFO] Finished at: 2023-10-27T13:19:50Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 2.004 s [INFO] Finished at: 2023-10-27T13:19:53Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.191 s [INFO] Finished at: 2023-10-27T13:19:57Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/filter_tests/test_last/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded [] [INFO] [INFO] --- eo:0.23.11:parse (compile) @ test --- [INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.169 s [INFO] Finished at: 2023-10-27T13:20:00Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.220 s [INFO] Finished at: 2023-10-27T13:20:04Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.214 s [INFO] Finished at: 2023-10-27T13:20:07Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.421 s [INFO] Finished at: 2023-10-27T13:20:11Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.375 s [INFO] Finished at: 2023-10-27T13:20:15Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.205 s [INFO] Finished at: 2023-10-27T13:20:18Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.327 s [INFO] Finished at: 2023-10-27T13:20:22Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/filter_tests/test_wordcount/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.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.13478123425631324830.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.172 s [INFO] Finished at: 2023-10-27T13:20:25Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.078 s [INFO] Finished at: 2023-10-27T13:20:29Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.218 s [INFO] Finished at: 2023-10-27T13:20:32Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.139 s [INFO] Finished at: 2023-10-27T13:20:36Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.124 s [INFO] Finished at: 2023-10-27T13:20:39Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.125 s [INFO] Finished at: 2023-10-27T13:20:43Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 1.991 s [INFO] Finished at: 2023-10-27T13:20:46Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/filter_tests/test_dictsortreversed/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.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.13478123425631324830.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.336 s [INFO] Finished at: 2023-10-27T13:20:50Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.455 s [INFO] Finished at: 2023-10-27T13:20:54Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.399 s [INFO] Finished at: 2023-10-27T13:20:57Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.553 s [INFO] Finished at: 2023-10-27T13:21:01Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.129 s [INFO] Finished at: 2023-10-27T13:21:05Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.203 s [INFO] Finished at: 2023-10-27T13:21:08Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.263 s [INFO] Finished at: 2023-10-27T13:21:12Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.179 s [INFO] Finished at: 2023-10-27T13:21:15Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.024 s [INFO] Finished at: 2023-10-27T13:21:19Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/filter_tests/test_filesizeformat/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.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.13478123425631324830.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.747 s [INFO] Finished at: 2023-10-27T13:21:23Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.162 s [INFO] Finished at: 2023-10-27T13:21:26Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.441 s [INFO] Finished at: 2023-10-27T13:21:30Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.838 s [INFO] Finished at: 2023-10-27T13:21:34Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.200 s [INFO] Finished at: 2023-10-27T13:21:38Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.061 s [INFO] Finished at: 2023-10-27T13:21:41Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.816 s [INFO] Finished at: 2023-10-27T13:21:45Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/filter_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 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.13478123425631324830.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.13478123425631324830.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.630 s [INFO] Finished at: 2023-10-27T13:21:49Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.345 s [INFO] Finished at: 2023-10-27T13:21:53Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.182 s [INFO] Finished at: 2023-10-27T13:21:56Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.316 s [INFO] Finished at: 2023-10-27T13:22:00Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.161 s [INFO] Finished at: 2023-10-27T13:22:04Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.282 s [INFO] Finished at: 2023-10-27T13:22:07Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.242 s [INFO] Finished at: 2023-10-27T13:22:11Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/filter_tests/test_random/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.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.13478123425631324830.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.286 s [INFO] Finished at: 2023-10-27T13:22:15Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.147 s [INFO] Finished at: 2023-10-27T13:22:18Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.186 s [INFO] Finished at: 2023-10-27T13:22:22Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.190 s [INFO] Finished at: 2023-10-27T13:22:25Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.090 s [INFO] Finished at: 2023-10-27T13:22:29Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 145ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.346 s [INFO] Finished at: 2023-10-27T13:22:32Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.133 s [INFO] Finished at: 2023-10-27T13:22:36Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/filter_tests/test_upper/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.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.13478123425631324830.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.154 s [INFO] Finished at: 2023-10-27T13:22:39Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.249 s [INFO] Finished at: 2023-10-27T13:22:43Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.311 s [INFO] Finished at: 2023-10-27T13:22:47Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.157 s [INFO] Finished at: 2023-10-27T13:22:50Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.436 s [INFO] Finished at: 2023-10-27T13:22:54Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.172 s [INFO] Finished at: 2023-10-27T13:22:57Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.045 s [INFO] Finished at: 2023-10-27T13:23:01Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.426 s [INFO] Finished at: 2023-10-27T13:23:04Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.481 s [INFO] Finished at: 2023-10-27T13:23:08Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/filter_tests/test_urlizetrunc/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.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.13478123425631324830.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.270 s [INFO] Finished at: 2023-10-27T13:23:12Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.428 s [INFO] Finished at: 2023-10-27T13:23:16Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.263 s [INFO] Finished at: 2023-10-27T13:23:19Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.185 s [INFO] Finished at: 2023-10-27T13:23:23Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.160 s [INFO] Finished at: 2023-10-27T13:23:26Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.128 s [INFO] Finished at: 2023-10-27T13:23:30Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.490 s [INFO] Finished at: 2023-10-27T13:23:33Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/annotated_tag_function/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.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.13478123425631324830.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.106 s [INFO] Finished at: 2023-10-27T13:23:37Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.961 s [INFO] Finished at: 2023-10-27T13:23:41Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.516 s [INFO] Finished at: 2023-10-27T13:23:45Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.468 s [INFO] Finished at: 2023-10-27T13:23:49Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.442 s [INFO] Finished at: 2023-10-27T13:23:52Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.278 s [INFO] Finished at: 2023-10-27T13:23:56Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.616 s [INFO] Finished at: 2023-10-27T13:24:00Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/test_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 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.13478123425631324830.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.13478123425631324830.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.198 s [INFO] Finished at: 2023-10-27T13:24:05Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.325 s [INFO] Finished at: 2023-10-27T13:24:08Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.273 s [INFO] Finished at: 2023-10-27T13:24:12Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.700 s [INFO] Finished at: 2023-10-27T13:24:16Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.068 s [INFO] Finished at: 2023-10-27T13:24:19Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.533 s [INFO] Finished at: 2023-10-27T13:24:23Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.350 s [INFO] Finished at: 2023-10-27T13:24:28Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/template_tests/test_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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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-27T13:24:32Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.658 s [INFO] Finished at: 2023-10-27T13:24:36Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.395 s [INFO] Finished at: 2023-10-27T13:24:39Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.197 s [INFO] Finished at: 2023-10-27T13:24:43Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.961 s [INFO] Finished at: 2023-10-27T13:24:46Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.333 s [INFO] Finished at: 2023-10-27T13:24:50Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.983 s [INFO] Finished at: 2023-10-27T13:24:53Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/db_functions/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", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.049 s [INFO] Finished at: 2023-10-27T13:24:56Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.997 s [INFO] Finished at: 2023-10-27T13:25:00Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.136 s [INFO] Finished at: 2023-10-27T13:25:04Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.522 s [INFO] Finished at: 2023-10-27T13:25:08Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.996 s [INFO] Finished at: 2023-10-27T13:25:12Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.498 s [INFO] Finished at: 2023-10-27T13:25:15Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.366 s [INFO] Finished at: 2023-10-27T13:25:19Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/db_functions/comparison/test_cast/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.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.13478123425631324830.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.844 s [INFO] Finished at: 2023-10-27T13:25:23Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.550 s [INFO] Finished at: 2023-10-27T13:25:27Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.543 s [INFO] Finished at: 2023-10-27T13:25:31Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.690 s [INFO] Finished at: 2023-10-27T13:25:35Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 19.433 s [INFO] Finished at: 2023-10-27T13:25:56Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.161 s [INFO] Finished at: 2023-10-27T13:25:59Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.494 s [INFO] Finished at: 2023-10-27T13:26:03Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/db_functions/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.13478123425631324830.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.13478123425631324830.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.556 s [INFO] Finished at: 2023-10-27T13:26:07Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.716 s [INFO] Finished at: 2023-10-27T13:26:11Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.963 s [INFO] Finished at: 2023-10-27T13:26:16Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.433 s [INFO] Finished at: 2023-10-27T13:26:19Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.491 s [INFO] Finished at: 2023-10-27T13:26:23Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.752 s [INFO] Finished at: 2023-10-27T13:26:28Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.600 s [INFO] Finished at: 2023-10-27T13:26:32Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/db_functions/math/__init__/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.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.13478123425631324830.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.828 s [INFO] Finished at: 2023-10-27T13:26:36Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 147ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 3.164 s [INFO] Finished at: 2023-10-27T13:26:41Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.920 s [INFO] Finished at: 2023-10-27T13:26:45Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 3.635 s [INFO] Finished at: 2023-10-27T13:26:51Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 3.716 s [INFO] Finished at: 2023-10-27T13:26:56Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 184ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 3.413 s [INFO] Finished at: 2023-10-27T13:27:02Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.971 s [INFO] Finished at: 2023-10-27T13:27:07Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/db_functions/math/test_tan/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.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.13478123425631324830.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: 3.021 s [INFO] Finished at: 2023-10-27T13:27:11Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 149ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.531 s [INFO] Finished at: 2023-10-27T13:27:15Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.521 s [INFO] Finished at: 2023-10-27T13:27:19Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.838 s [INFO] Finished at: 2023-10-27T13:27:23Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.440 s [INFO] Finished at: 2023-10-27T13:27:27Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.314 s [INFO] Finished at: 2023-10-27T13:27:31Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.338 s [INFO] Finished at: 2023-10-27T13:27:35Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/db_functions/math/test_sin/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded [] [INFO] [INFO] --- eo:0.23.11:parse (compile) @ test --- [INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.246 s [INFO] Finished at: 2023-10-27T13:27:38Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.381 s [INFO] Finished at: 2023-10-27T13:27:42Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.320 s [INFO] Finished at: 2023-10-27T13:27:46Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.255 s [INFO] Finished at: 2023-10-27T13:27:49Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.365 s [INFO] Finished at: 2023-10-27T13:27:53Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.302 s [INFO] Finished at: 2023-10-27T13:27:57Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.354 s [INFO] Finished at: 2023-10-27T13:28:00Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/db_functions/text/test_reverse/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.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.13478123425631324830.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.418 s [INFO] Finished at: 2023-10-27T13:28:04Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.362 s [INFO] Finished at: 2023-10-27T13:28:08Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.208 s [INFO] Finished at: 2023-10-27T13:28:11Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.521 s [INFO] Finished at: 2023-10-27T13:28:15Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.971 s [INFO] Finished at: 2023-10-27T13:28:19Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.227 s [INFO] Finished at: 2023-10-27T13:28:22Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.295 s [INFO] Finished at: 2023-10-27T13:28:26Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/db_functions/text/test_repeat/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded [] [INFO] [INFO] --- eo:0.23.11:parse (compile) @ test --- [INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.350 s [INFO] Finished at: 2023-10-27T13:28:29Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.313 s [INFO] Finished at: 2023-10-27T13:28:33Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.171 s [INFO] Finished at: 2023-10-27T13:28:37Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.227 s [INFO] Finished at: 2023-10-27T13:28:40Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.440 s [INFO] Finished at: 2023-10-27T13:28:44Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.198 s [INFO] Finished at: 2023-10-27T13:28:47Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.312 s [INFO] Finished at: 2023-10-27T13:28:51Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/db_functions/text/test_lower/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded [] [INFO] [INFO] --- eo:0.23.11:parse (compile) @ test --- [INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.195 s [INFO] Finished at: 2023-10-27T13:28:55Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.207 s [INFO] Finished at: 2023-10-27T13:28:58Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.276 s [INFO] Finished at: 2023-10-27T13:29:02Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.321 s [INFO] Finished at: 2023-10-27T13:29:05Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.260 s [INFO] Finished at: 2023-10-27T13:29:09Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.146 s [INFO] Finished at: 2023-10-27T13:29:12Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.000 s [INFO] Finished at: 2023-10-27T13:29:16Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/select_for_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 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.13478123425631324830.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.13478123425631324830.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: 4.053 s [INFO] Finished at: 2023-10-27T13:29:21Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.972 s [INFO] Finished at: 2023-10-27T13:29:25Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 1.990 s [INFO] Finished at: 2023-10-27T13:29:28Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 2.005 s [INFO] Finished at: 2023-10-27T13:29:31Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.053 s [INFO] Finished at: 2023-10-27T13:29:35Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.127 s [INFO] Finished at: 2023-10-27T13:29:38Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.164 s [INFO] Finished at: 2023-10-27T13:29:42Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.000 s [INFO] Finished at: 2023-10-27T13:29:45Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.137 s [INFO] Finished at: 2023-10-27T13:29:48Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/user_commands/management/commands/dance/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.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.13478123425631324830.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.250 s [INFO] Finished at: 2023-10-27T13:29:52Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.130 s [INFO] Finished at: 2023-10-27T13:29:55Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 1.935 s [INFO] Finished at: 2023-10-27T13:29:59Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.129 s [INFO] Finished at: 2023-10-27T13:30:02Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.035 s [INFO] Finished at: 2023-10-27T13:30:05Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.048 s [INFO] Finished at: 2023-10-27T13:30:09Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.149 s [INFO] Finished at: 2023-10-27T13:30:12Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/user_commands/management/commands/outputwrapper/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded [] [INFO] [INFO] --- eo:0.23.11:parse (compile) @ test --- [INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.080 s [INFO] Finished at: 2023-10-27T13:30:16Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.029 s [INFO] Finished at: 2023-10-27T13:30:19Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.321 s [INFO] Finished at: 2023-10-27T13:30:23Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.072 s [INFO] Finished at: 2023-10-27T13:30:26Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.129 s [INFO] Finished at: 2023-10-27T13:30:30Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.126 s [INFO] Finished at: 2023-10-27T13:30:33Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 2.065 s [INFO] Finished at: 2023-10-27T13:30:37Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.148 s [INFO] Finished at: 2023-10-27T13:30:40Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.218 s [INFO] Finished at: 2023-10-27T13:30:46Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.007 s [INFO] Finished at: 2023-10-27T13:30:49Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.176 s [INFO] Finished at: 2023-10-27T13:30:55Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.977 s [INFO] Finished at: 2023-10-27T13:30:59Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.146 s [INFO] Finished at: 2023-10-27T13:31:03Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.403 s [INFO] Finished at: 2023-10-27T13:31:07Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/expressions/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 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.13478123425631324830.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.13478123425631324830.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.314 s [INFO] Finished at: 2023-10-27T13:31:11Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.957 s [INFO] Finished at: 2023-10-27T13:31:14Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 28.848 s [INFO] Finished at: 2023-10-27T13:31:44Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.078 s [INFO] Finished at: 2023-10-27T13:31:47Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 1.995 s [INFO] Finished at: 2023-10-27T13:31:51Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 2.774 s [INFO] Finished at: 2023-10-27T13:31:55Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.125 s [INFO] Finished at: 2023-10-27T13:31:59Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/serializers/test_deserializedobject/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded [] [INFO] [INFO] --- eo:0.23.11:parse (compile) @ test --- [INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.063 s [INFO] Finished at: 2023-10-27T13:32:03Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.955 s [INFO] Finished at: 2023-10-27T13:32:06Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.286 s [INFO] Finished at: 2023-10-27T13:32:10Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 2.572 s [INFO] Finished at: 2023-10-27T13:32:14Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.572 s [INFO] Finished at: 2023-10-27T13:32:18Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.057 s [INFO] Finished at: 2023-10-27T13:32:21Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 1.959 s [INFO] Finished at: 2023-10-27T13:32:24Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/serializers/test_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 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.13478123425631324830.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.13478123425631324830.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: 2.663 s [INFO] Finished at: 2023-10-27T13:32:28Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.479 s [INFO] Finished at: 2023-10-27T13:32:32Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.118 s [INFO] Finished at: 2023-10-27T13:32:40Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.600 s [INFO] Finished at: 2023-10-27T13:32:44Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 2.312 s [INFO] Finished at: 2023-10-27T13:32:47Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.405 s [INFO] Finished at: 2023-10-27T13:32:53Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.036 s [INFO] Finished at: 2023-10-27T13:32:56Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_scripts/app_raising_warning/__init__/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.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.13478123425631324830.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: 1.976 s [INFO] Finished at: 2023-10-27T13:33:00Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.992 s [INFO] Finished at: 2023-10-27T13:33:03Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 1.969 s [INFO] Finished at: 2023-10-27T13:33:06Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 1.963 s [INFO] Finished at: 2023-10-27T13:33:10Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.178 s [INFO] Finished at: 2023-10-27T13:33:13Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.103 s [INFO] Finished at: 2023-10-27T13:33:17Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.036 s [INFO] Finished at: 2023-10-27T13:33:20Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.028 s [INFO] Finished at: 2023-10-27T13:33:24Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.009 s [INFO] Finished at: 2023-10-27T13:33:27Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_scripts/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.13478123425631324830.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.13478123425631324830.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: 1.968 s [INFO] Finished at: 2023-10-27T13:33:30Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.037 s [INFO] Finished at: 2023-10-27T13:33:34Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.026 s [INFO] Finished at: 2023-10-27T13:33:37Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.097 s [INFO] Finished at: 2023-10-27T13:33:40Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.047 s [INFO] Finished at: 2023-10-27T13:33:44Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.169 s [INFO] Finished at: 2023-10-27T13:33:47Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.068 s [INFO] Finished at: 2023-10-27T13:33:51Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_scripts/management/commands/suppress_base_options_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 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.13478123425631324830.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.13478123425631324830.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.127 s [INFO] Finished at: 2023-10-27T13:33:54Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.026 s [INFO] Finished at: 2023-10-27T13:33:58Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.118 s [INFO] Finished at: 2023-10-27T13:34:01Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.071 s [INFO] Finished at: 2023-10-27T13:34:04Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.044 s [INFO] Finished at: 2023-10-27T13:34:08Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.956 s [INFO] Finished at: 2023-10-27T13:34:11Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.012 s [INFO] Finished at: 2023-10-27T13:34:14Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_scripts/complex_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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 1.975 s [INFO] Finished at: 2023-10-27T13:34:18Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 1.977 s [INFO] Finished at: 2023-10-27T13:34:21Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.015 s [INFO] Finished at: 2023-10-27T13:34:24Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.143 s [INFO] Finished at: 2023-10-27T13:34:28Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.986 s [INFO] Finished at: 2023-10-27T13:34:31Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 1.969 s [INFO] Finished at: 2023-10-27T13:34:35Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.168 s [INFO] Finished at: 2023-10-27T13:34:38Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.944 s [INFO] Finished at: 2023-10-27T13:34:41Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 1.950 s [INFO] Finished at: 2023-10-27T13:34:45Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_scripts/simple_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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.020 s [INFO] Finished at: 2023-10-27T13:34:48Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.050 s [INFO] Finished at: 2023-10-27T13:34:51Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.085 s [INFO] Finished at: 2023-10-27T13:34:55Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 2.007 s [INFO] Finished at: 2023-10-27T13:34:58Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.026 s [INFO] Finished at: 2023-10-27T13:35:02Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 1.992 s [INFO] Finished at: 2023-10-27T13:35:05Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 2.007 s [INFO] Finished at: 2023-10-27T13:35:08Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_scripts/custom_templates/project_template/additional_dir/additional_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 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.13478123425631324830.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.13478123425631324830.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.091 s [INFO] Finished at: 2023-10-27T13:35:12Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.972 s [INFO] Finished at: 2023-10-27T13:35:15Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 1.966 s [INFO] Finished at: 2023-10-27T13:35:18Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.940 s [INFO] Finished at: 2023-10-27T13:35:22Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.971 s [INFO] Finished at: 2023-10-27T13:35:25Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.107 s [INFO] Finished at: 2023-10-27T13:35:28Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.072 s [INFO] Finished at: 2023-10-27T13:35:32Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.012 s [INFO] Finished at: 2023-10-27T13:35:35Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.010 s [INFO] Finished at: 2023-10-27T13:35:38Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_scripts/another_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 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.13478123425631324830.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.13478123425631324830.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.248 s [INFO] Finished at: 2023-10-27T13:35:42Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 24.716 s [INFO] Finished at: 2023-10-27T13:36:08Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.976 s [INFO] Finished at: 2023-10-27T13:36:11Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.854 s [INFO] Finished at: 2023-10-27T13:36:17Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.160 s [INFO] Finished at: 2023-10-27T13:36:20Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.966 s [INFO] Finished at: 2023-10-27T13:36:23Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.430 s [INFO] Finished at: 2023-10-27T13:36:31Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/staticfiles_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 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.13478123425631324830.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.13478123425631324830.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.133 s [INFO] Finished at: 2023-10-27T13:36:35Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.168 s [INFO] Finished at: 2023-10-27T13:36:38Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.112 s [INFO] Finished at: 2023-10-27T13:36:42Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.475 s [INFO] Finished at: 2023-10-27T13:36:45Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.498 s [INFO] Finished at: 2023-10-27T13:36:49Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.987 s [INFO] Finished at: 2023-10-27T13:36:53Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.036 s [INFO] Finished at: 2023-10-27T13:36:56Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/staticfiles_tests/test_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", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 4.990 s [INFO] Finished at: 2023-10-27T13:37:02Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.804 s [INFO] Finished at: 2023-10-27T13:37:07Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.369 s [INFO] Finished at: 2023-10-27T13:37:11Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.049 s [INFO] Finished at: 2023-10-27T13:37:14Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.353 s [INFO] Finished at: 2023-10-27T13:37:18Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.457 s [INFO] Finished at: 2023-10-27T13:37:22Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.949 s [INFO] Finished at: 2023-10-27T13:37:25Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/staticfiles_tests/urls/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 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.13478123425631324830.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.13478123425631324830.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.059 s [INFO] Finished at: 2023-10-27T13:37:29Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.998 s [INFO] Finished at: 2023-10-27T13:37:32Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.975 s [INFO] Finished at: 2023-10-27T13:37:35Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 2.002 s [INFO] Finished at: 2023-10-27T13:37:39Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.984 s [INFO] Finished at: 2023-10-27T13:37:42Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.070 s [INFO] Finished at: 2023-10-27T13:37:45Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.361 s [INFO] Finished at: 2023-10-27T13:37:49Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/fixtures_model_package/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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.125 s [INFO] Finished at: 2023-10-27T13:37:52Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.032 s [INFO] Finished at: 2023-10-27T13:37:56Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.159 s [INFO] Finished at: 2023-10-27T13:37:59Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.033 s [INFO] Finished at: 2023-10-27T13:38:03Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.933 s [INFO] Finished at: 2023-10-27T13:38:06Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.273 s [INFO] Finished at: 2023-10-27T13:38:10Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.105 s [INFO] Finished at: 2023-10-27T13:38:13Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/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 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.13478123425631324830.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.13478123425631324830.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: 1.992 s [INFO] Finished at: 2023-10-27T13:38:16Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.371 s [INFO] Finished at: 2023-10-27T13:38:20Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 14.945 s [INFO] Finished at: 2023-10-27T13:38:36Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.506 s [INFO] Finished at: 2023-10-27T13:38:40Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 2.627 s [INFO] Finished at: 2023-10-27T13:38:44Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 2.402 s [INFO] Finished at: 2023-10-27T13:38:48Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.214 s [INFO] Finished at: 2023-10-27T13:38:51Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/model_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 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.13478123425631324830.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.13478123425631324830.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.402 s [INFO] Finished at: 2023-10-27T13:38:56Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.095 s [INFO] Finished at: 2023-10-27T13:39:00Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.331 s [INFO] Finished at: 2023-10-27T13:39:03Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.269 s [INFO] Finished at: 2023-10-27T13:39:07Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.222 s [INFO] Finished at: 2023-10-27T13:39:10Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.482 s [INFO] Finished at: 2023-10-27T13:39:14Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.061 s [INFO] Finished at: 2023-10-27T13:39:19Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/model_fields/test_durationfield/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded [] [INFO] [INFO] --- eo:0.23.11:parse (compile) @ test --- [INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.367 s [INFO] Finished at: 2023-10-27T13:39:22Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.887 s [INFO] Finished at: 2023-10-27T13:39:33Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.614 s [INFO] Finished at: 2023-10-27T13:39:37Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.071 s [INFO] Finished at: 2023-10-27T13:39:41Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.542 s [INFO] Finished at: 2023-10-27T13:39:45Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.503 s [INFO] Finished at: 2023-10-27T13:39:49Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.180 s [INFO] Finished at: 2023-10-27T13:39:53Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/model_fields/test_foreignkey/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded [] [INFO] [INFO] --- eo:0.23.11:parse (compile) @ test --- [INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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-27T13:39:57Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.854 s [INFO] Finished at: 2023-10-27T13:40:01Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.477 s [INFO] Finished at: 2023-10-27T13:40:06Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.186 s [INFO] Finished at: 2023-10-27T13:40:10Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.659 s [INFO] Finished at: 2023-10-27T13:40:15Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.091 s [INFO] Finished at: 2023-10-27T13:40:18Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.140 s [INFO] Finished at: 2023-10-27T13:40:22Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.979 s [INFO] Finished at: 2023-10-27T13:40:25Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.380 s [INFO] Finished at: 2023-10-27T13:40:29Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.651 s [INFO] Finished at: 2023-10-27T13:40:33Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.079 s [INFO] Finished at: 2023-10-27T13:40:36Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.013 s [INFO] Finished at: 2023-10-27T13:40:39Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/syndication_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.13478123425631324830.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.13478123425631324830.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.294 s [INFO] Finished at: 2023-10-27T13:40:43Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.298 s [INFO] Finished at: 2023-10-27T13:40:50Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.097 s [INFO] Finished at: 2023-10-27T13:40:53Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.987 s [INFO] Finished at: 2023-10-27T13:40:56Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.235 s [INFO] Finished at: 2023-10-27T13:41:00Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.308 s [INFO] Finished at: 2023-10-27T13:41:04Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.936 s [INFO] Finished at: 2023-10-27T13:41:07Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/defer_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.13478123425631324830.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.13478123425631324830.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.278 s [INFO] Finished at: 2023-10-27T13:41:12Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.752 s [INFO] Finished at: 2023-10-27T13:41:17Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 2.030 s [INFO] Finished at: 2023-10-27T13:41:20Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.203 s [INFO] Finished at: 2023-10-27T13:41:23Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 37.254 s [INFO] Finished at: 2023-10-27T13:42:02Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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: 4.319 s [INFO] Finished at: 2023-10-27T13:42:08Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.812 s [INFO] Finished at: 2023-10-27T13:42:12Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/introspection/__init__/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.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.13478123425631324830.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.518 s [INFO] Finished at: 2023-10-27T13:42:16Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.871 s [INFO] Finished at: 2023-10-27T13:42:21Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 1.984 s [INFO] Finished at: 2023-10-27T13:42:25Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.242 s [INFO] Finished at: 2023-10-27T13:42:29Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.175 s [INFO] Finished at: 2023-10-27T13:42:33Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.528 s [INFO] Finished at: 2023-10-27T13:42:37Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.358 s [INFO] Finished at: 2023-10-27T13:42:41Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/servers/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 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.13478123425631324830.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.13478123425631324830.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.493 s [INFO] Finished at: 2023-10-27T13:42:45Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.549 s [INFO] Finished at: 2023-10-27T13:42:50Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.691 s [INFO] Finished at: 2023-10-27T13:42:54Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 160ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.559 s [INFO] Finished at: 2023-10-27T13:42:58Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 3.007 s [INFO] Finished at: 2023-10-27T13:43:03Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.290 s [INFO] Finished at: 2023-10-27T13:43:07Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 3.269 s [INFO] Finished at: 2023-10-27T13:43:12Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_widgets/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.13478123425631324830.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.13478123425631324830.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.449 s [INFO] Finished at: 2023-10-27T13:43:15Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 12.729 s [INFO] Finished at: 2023-10-27T13:43:30Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.667 s [INFO] Finished at: 2023-10-27T13:43:34Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 2.284 s [INFO] Finished at: 2023-10-27T13:43:38Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 4.222 s [INFO] Finished at: 2023-10-27T13:43:43Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.343 s [INFO] Finished at: 2023-10-27T13:43:47Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 2.234 s [INFO] Finished at: 2023-10-27T13:43:51Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/transactions/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.13478123425631324830.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.13478123425631324830.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.410 s [INFO] Finished at: 2023-10-27T13:43:57Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.279 s [INFO] Finished at: 2023-10-27T13:44:01Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.567 s [INFO] Finished at: 2023-10-27T13:44:05Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 2.266 s [INFO] Finished at: 2023-10-27T13:44:08Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 2.266 s [INFO] Finished at: 2023-10-27T13:44:12Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 2.111 s [INFO] Finished at: 2023-10-27T13:44:16Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 2.256 s [INFO] Finished at: 2023-10-27T13:44:20Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migration_test_data_persistence/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.13478123425631324830.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.13478123425631324830.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.339 s [INFO] Finished at: 2023-10-27T13:44:24Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.295 s [INFO] Finished at: 2023-10-27T13:44:27Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.428 s [INFO] Finished at: 2023-10-27T13:44:31Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.973 s [INFO] Finished at: 2023-10-27T13:44:36Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 2.166 s [INFO] Finished at: 2023-10-27T13:44:40Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 4.172 s [INFO] Finished at: 2023-10-27T13:44:45Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.357 s [INFO] Finished at: 2023-10-27T13:44:49Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/extra_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 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.13478123425631324830.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.13478123425631324830.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.165 s [INFO] Finished at: 2023-10-27T13:44:53Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 3.896 s [INFO] Finished at: 2023-10-27T13:44:58Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 162ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.350 s [INFO] Finished at: 2023-10-27T13:45:03Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.311 s [INFO] Finished at: 2023-10-27T13:45:07Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.345 s [INFO] Finished at: 2023-10-27T13:45:10Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 2.094 s [INFO] Finished at: 2023-10-27T13:45:14Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.683 s [INFO] Finished at: 2023-10-27T13:45:18Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/aggregation_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.13478123425631324830.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.13478123425631324830.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.450 s [INFO] Finished at: 2023-10-27T13:45:22Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 2.143 s [INFO] Finished at: 2023-10-27T13:45:25Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.692 s [INFO] Finished at: 2023-10-27T13:45:39Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.235 s [INFO] Finished at: 2023-10-27T13:45:43Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.862 s [INFO] Finished at: 2023-10-27T13:45:47Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.503 s [INFO] Finished at: 2023-10-27T13:45:51Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.478 s [INFO] Finished at: 2023-10-27T13:45:57Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/queries/test_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 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.13478123425631324830.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.13478123425631324830.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.997 s [INFO] Finished at: 2023-10-27T13:46:01Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.996 s [INFO] Finished at: 2023-10-27T13:46:05Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.709 s [INFO] Finished at: 2023-10-27T13:46:09Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.490 s [INFO] Finished at: 2023-10-27T13:46:14Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.339 s [INFO] Finished at: 2023-10-27T13:46:17Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.728 s [INFO] Finished at: 2023-10-27T13:46:24Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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:51 min [INFO] Finished at: 2023-10-27T13:48:17Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_custom_urls/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.13478123425631324830.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.13478123425631324830.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.441 s [INFO] Finished at: 2023-10-27T13:48:21Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.996 s [INFO] Finished at: 2023-10-27T13:48:24Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 1.990 s [INFO] Finished at: 2023-10-27T13:48:28Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.542 s [INFO] Finished at: 2023-10-27T13:48:31Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.928 s [INFO] Finished at: 2023-10-27T13:48:36Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.090 s [INFO] Finished at: 2023-10-27T13:48:39Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 1.935 s [INFO] Finished at: 2023-10-27T13:48:42Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/cache/closeable_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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 2.005 s [INFO] Finished at: 2023-10-27T13:48:46Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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: 2.008 s [INFO] Finished at: 2023-10-27T13:48:49Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 39.628 s [INFO] Finished at: 2023-10-27T13:49:30Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.166 s [INFO] Finished at: 2023-10-27T13:49:34Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.057 s [INFO] Finished at: 2023-10-27T13:49:37Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.992 s [INFO] Finished at: 2023-10-27T13:49:40Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.057 s [INFO] Finished at: 2023-10-27T13:49:44Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/generic_inline_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 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.13478123425631324830.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.13478123425631324830.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: 3.788 s [INFO] Finished at: 2023-10-27T13:49:49Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.247 s [INFO] Finished at: 2023-10-27T13:49:52Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.095 s [INFO] Finished at: 2023-10-27T13:49:56Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.968 s [INFO] Finished at: 2023-10-27T13:49:59Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.031 s [INFO] Finished at: 2023-10-27T13:50:02Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.432 s [INFO] Finished at: 2023-10-27T13:50:07Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.569 s [INFO] Finished at: 2023-10-27T13:50:12Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_changelist/test_date_hierarchy/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.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.13478123425631324830.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.869 s [INFO] Finished at: 2023-10-27T13:50:16Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.354 s [INFO] Finished at: 2023-10-27T13:50:20Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.595 s [INFO] Finished at: 2023-10-27T13:50:24Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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: 1.984 s [INFO] Finished at: 2023-10-27T13:50:27Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 1.976 s [INFO] Finished at: 2023-10-27T13:50:31Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 17.871 s [INFO] Finished at: 2023-10-27T13:50:50Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.154 s [INFO] Finished at: 2023-10-27T13:50:53Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/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.13478123425631324830.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.13478123425631324830.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: 1.953 s [INFO] Finished at: 2023-10-27T13:50:57Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.395 s [INFO] Finished at: 2023-10-27T13:51:01Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.026 s [INFO] Finished at: 2023-10-27T13:51:05Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.160 s [INFO] Finished at: 2023-10-27T13:51:08Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.449 s [INFO] Finished at: 2023-10-27T13:51:12Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.446 s [INFO] Finished at: 2023-10-27T13:51:16Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.160 s [INFO] Finished at: 2023-10-27T13:51:19Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/model_options/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.13478123425631324830.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.13478123425631324830.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.985 s [INFO] Finished at: 2023-10-27T13:51:23Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.190 s [INFO] Finished at: 2023-10-27T13:51:26Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 2.007 s [INFO] Finished at: 2023-10-27T13:51:29Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.254 s [INFO] Finished at: 2023-10-27T13:51:33Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.254 s [INFO] Finished at: 2023-10-27T13:51:37Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.038 s [INFO] Finished at: 2023-10-27T13:51:40Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.474 s [INFO] Finished at: 2023-10-27T13:51:44Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_inlines/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.13478123425631324830.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.13478123425631324830.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.939 s [INFO] Finished at: 2023-10-27T13:51:48Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.324 s [INFO] Finished at: 2023-10-27T13:51:53Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 147ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 2.001 s [INFO] Finished at: 2023-10-27T13:51:56Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.172 s [INFO] Finished at: 2023-10-27T13:52:00Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.121 s [INFO] Finished at: 2023-10-27T13:52:03Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.291 s [INFO] Finished at: 2023-10-27T13:52:20Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.988 s [INFO] Finished at: 2023-10-27T13:52:23Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/context_processors/__init__/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.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.13478123425631324830.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: 1.960 s [INFO] Finished at: 2023-10-27T13:52:26Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.041 s [INFO] Finished at: 2023-10-27T13:52:30Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.395 s [INFO] Finished at: 2023-10-27T13:52:33Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.169 s [INFO] Finished at: 2023-10-27T13:52:37Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.328 s [INFO] Finished at: 2023-10-27T13:52:40Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.017 s [INFO] Finished at: 2023-10-27T13:52:44Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.881 s [INFO] Finished at: 2023-10-27T13:52:49Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/test_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 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.13478123425631324830.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.13478123425631324830.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.113 s [INFO] Finished at: 2023-10-27T13:52:52Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.975 s [INFO] Finished at: 2023-10-27T13:52:56Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.016 s [INFO] Finished at: 2023-10-27T13:52:59Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.011 s [INFO] Finished at: 2023-10-27T13:53:03Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.215 s [INFO] Finished at: 2023-10-27T13:53:06Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.535 s [INFO] Finished at: 2023-10-27T13:53:10Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.221 s [INFO] Finished at: 2023-10-27T13:53:23Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/test_utils/test_testcase/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded [] [INFO] [INFO] --- eo:0.23.11:parse (compile) @ test --- [INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.607 s [INFO] Finished at: 2023-10-27T13:53:27Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.079 s [INFO] Finished at: 2023-10-27T13:53:31Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.955 s [INFO] Finished at: 2023-10-27T13:53:34Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.761 s [INFO] Finished at: 2023-10-27T13:53:39Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.132 s [INFO] Finished at: 2023-10-27T13:53:43Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 2.040 s [INFO] Finished at: 2023-10-27T13:53:46Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.260 s [INFO] Finished at: 2023-10-27T13:53:50Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/responses/test_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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.635 s [INFO] Finished at: 2023-10-27T13:53:54Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.942 s [INFO] Finished at: 2023-10-27T13:53:57Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.533 s [INFO] Finished at: 2023-10-27T13:54:01Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.541 s [INFO] Finished at: 2023-10-27T13:54:05Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 1.970 s [INFO] Finished at: 2023-10-27T13:54:08Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/model_package/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 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.13478123425631324830.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.13478123425631324830.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.045 s [INFO] Finished at: 2023-10-27T13:54:11Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.101 s [INFO] Finished at: 2023-10-27T13:54:15Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.971 s [INFO] Finished at: 2023-10-27T13:54:18Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.418 s [INFO] Finished at: 2023-10-27T13:54:22Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.954 s [INFO] Finished at: 2023-10-27T13:54:25Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.467 s [INFO] Finished at: 2023-10-27T13:54:30Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.073 s [INFO] Finished at: 2023-10-27T13:54:33Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/properties/__init__/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded [] [INFO] [INFO] --- eo:0.23.11:parse (compile) @ test --- [INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.977 s [INFO] Finished at: 2023-10-27T13:54:37Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.098 s [INFO] Finished at: 2023-10-27T13:54:40Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.141 s [INFO] Finished at: 2023-10-27T13:54:44Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.979 s [INFO] Finished at: 2023-10-27T13:54:47Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.237 s [INFO] Finished at: 2023-10-27T13:54:50Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.973 s [INFO] Finished at: 2023-10-27T13:54:54Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.963 s [INFO] Finished at: 2023-10-27T13:54:57Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/empty/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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 2.027 s [INFO] Finished at: 2023-10-27T13:55:00Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.107 s [INFO] Finished at: 2023-10-27T13:55:04Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.269 s [INFO] Finished at: 2023-10-27T13:55:08Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.975 s [INFO] Finished at: 2023-10-27T13:55:11Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.047 s [INFO] Finished at: 2023-10-27T13:55:14Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 9.047 s [INFO] Finished at: 2023-10-27T13:55:25Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.665 s [INFO] Finished at: 2023-10-27T13:55:29Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/related_models_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.13478123425631324830.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.13478123425631324830.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.923 s [INFO] Finished at: 2023-10-27T13:55:32Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.992 s [INFO] Finished at: 2023-10-27T13:55:35Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.997 s [INFO] Finished at: 2023-10-27T13:55:38Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.018 s [INFO] Finished at: 2023-10-27T13:55:42Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.981 s [INFO] Finished at: 2023-10-27T13:55:45Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.940 s [INFO] Finished at: 2023-10-27T13:55:48Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.031 s [INFO] Finished at: 2023-10-27T13:55:52Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.948 s [INFO] Finished at: 2023-10-27T13:55:55Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.177 s [INFO] Finished at: 2023-10-27T13:55:59Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_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 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.13478123425631324830.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.13478123425631324830.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.290 s [INFO] Finished at: 2023-10-27T13:56:06Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.634 s [INFO] Finished at: 2023-10-27T13:56:21Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.965 s [INFO] Finished at: 2023-10-27T13:56:24Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.141 s [INFO] Finished at: 2023-10-27T13:56:28Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.961 s [INFO] Finished at: 2023-10-27T13:56:31Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.250 s [INFO] Finished at: 2023-10-27T13:56:35Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.080 s [INFO] Finished at: 2023-10-27T13:56:38Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_non_atomic/__init__/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded [] [INFO] [INFO] --- eo:0.23.11:parse (compile) @ test --- [INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 1.946 s [INFO] Finished at: 2023-10-27T13:56:41Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.244 s [INFO] Finished at: 2023-10-27T13:56:45Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.936 s [INFO] Finished at: 2023-10-27T13:56:48Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.960 s [INFO] Finished at: 2023-10-27T13:56:52Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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-27T13:56:55Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.274 s [INFO] Finished at: 2023-10-27T13:56:59Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.934 s [INFO] Finished at: 2023-10-27T13:57:02Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.231 s [INFO] Finished at: 2023-10-27T13:57:05Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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: 1.964 s [INFO] Finished at: 2023-10-27T13:57:09Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/migrations_test_apps/conflicting_app_with_dependencies/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", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.206 s [INFO] Finished at: 2023-10-27T13:57:12Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.291 s [INFO] Finished at: 2023-10-27T13:57:16Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 2.075 s [INFO] Finished at: 2023-10-27T13:57:19Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.982 s [INFO] Finished at: 2023-10-27T13:57:23Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.084 s [INFO] Finished at: 2023-10-27T13:57:26Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.963 s [INFO] Finished at: 2023-10-27T13:57:29Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.186 s [INFO] Finished at: 2023-10-27T13:57:33Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.296 s [INFO] Finished at: 2023-10-27T13:57:36Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.994 s [INFO] Finished at: 2023-10-27T13:57:40Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/migrations_test_apps/lookuperror_a/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.13478123425631324830.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.13478123425631324830.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.164 s [INFO] Finished at: 2023-10-27T13:57:43Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 1.964 s [INFO] Finished at: 2023-10-27T13:57:47Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.107 s [INFO] Finished at: 2023-10-27T13:57:50Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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: 1.985 s [INFO] Finished at: 2023-10-27T13:57:53Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.144 s [INFO] Finished at: 2023-10-27T13:57:57Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.171 s [INFO] Finished at: 2023-10-27T13:58:00Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.250 s [INFO] Finished at: 2023-10-27T13:58:04Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.947 s [INFO] Finished at: 2023-10-27T13:58:07Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 2.013 s [INFO] Finished at: 2023-10-27T13:58:10Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/migrations_test_apps/unmigrated_app_simple/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.13478123425631324830.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.13478123425631324830.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: 1.966 s [INFO] Finished at: 2023-10-27T13:58:14Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.963 s [INFO] Finished at: 2023-10-27T13:58:17Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 2.061 s [INFO] Finished at: 2023-10-27T13:58:20Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.959 s [INFO] Finished at: 2023-10-27T13:58:24Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.174 s [INFO] Finished at: 2023-10-27T13:58:27Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.017 s [INFO] Finished at: 2023-10-27T13:58:31Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.938 s [INFO] Finished at: 2023-10-27T13:58:34Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.958 s [INFO] Finished at: 2023-10-27T13:58:37Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.150 s [INFO] Finished at: 2023-10-27T13:58:41Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/migrations_test_apps/alter_fk/author_app/migrations/0002_alter_id/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.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.13478123425631324830.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.134 s [INFO] Finished at: 2023-10-27T13:58:44Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.066 s [INFO] Finished at: 2023-10-27T13:58:48Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.987 s [INFO] Finished at: 2023-10-27T13:58:51Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.079 s [INFO] Finished at: 2023-10-27T13:58:54Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.891 s [INFO] Finished at: 2023-10-27T13:58:58Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.188 s [INFO] Finished at: 2023-10-27T13:59:01Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.941 s [INFO] Finished at: 2023-10-27T13:59:04Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/migrations_test_apps/migrated_unapplied_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.13478123425631324830.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.13478123425631324830.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: 1.997 s [INFO] Finished at: 2023-10-27T13:59:08Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.187 s [INFO] Finished at: 2023-10-27T13:59:11Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/migrations_test_apps/lookuperror_c/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.13478123425631324830.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.13478123425631324830.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.011 s [INFO] Finished at: 2023-10-27T13:59:15Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.928 s [INFO] Finished at: 2023-10-27T13:59:18Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.302 s [INFO] Finished at: 2023-10-27T13:59:22Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.249 s [INFO] Finished at: 2023-10-27T13:59:25Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.964 s [INFO] Finished at: 2023-10-27T13:59:28Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.153 s [INFO] Finished at: 2023-10-27T13:59:32Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 2.048 s [INFO] Finished at: 2023-10-27T13:59:35Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/migrations_test_apps/with_package_model/__init__/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.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.13478123425631324830.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.945 s [INFO] Finished at: 2023-10-27T13:59:39Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.962 s [INFO] Finished at: 2023-10-27T13:59:42Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.977 s [INFO] Finished at: 2023-10-27T13:59:45Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.987 s [INFO] Finished at: 2023-10-27T13:59:49Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.162 s [INFO] Finished at: 2023-10-27T13:59:52Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.121 s [INFO] Finished at: 2023-10-27T13:59:56Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.184 s [INFO] Finished at: 2023-10-27T13:59:59Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 2.047 s [INFO] Finished at: 2023-10-27T14:00:03Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.968 s [INFO] Finished at: 2023-10-27T14:00:06Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/migrations_test_apps/mutate_state_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", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.148 s [INFO] Finished at: 2023-10-27T14:00:09Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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: 2.068 s [INFO] Finished at: 2023-10-27T14:00:13Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.060 s [INFO] Finished at: 2023-10-27T14:00:16Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.970 s [INFO] Finished at: 2023-10-27T14:00:20Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.266 s [INFO] Finished at: 2023-10-27T14:00:23Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.570 s [INFO] Finished at: 2023-10-27T14:00:30Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 5.972 s [INFO] Finished at: 2023-10-27T14:00:37Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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:21 min [INFO] Finished at: 2023-10-27T14:02:01Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.551 s [INFO] Finished at: 2023-10-27T14:02:05Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_initial_false/0001_not_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.13478123425631324830.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.13478123425631324830.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.337 s [INFO] Finished at: 2023-10-27T14:02:08Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.948 s [INFO] Finished at: 2023-10-27T14:02:12Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.203 s [INFO] Finished at: 2023-10-27T14:02:15Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.081 s [INFO] Finished at: 2023-10-27T14:02:19Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.090 s [INFO] Finished at: 2023-10-27T14:02:22Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.089 s [INFO] Finished at: 2023-10-27T14:02:25Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.108 s [INFO] Finished at: 2023-10-27T14:02:29Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_plan/0005_fifth/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.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.13478123425631324830.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.135 s [INFO] Finished at: 2023-10-27T14:02:32Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.221 s [INFO] Finished at: 2023-10-27T14:02:36Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.099 s [INFO] Finished at: 2023-10-27T14:02:39Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.192 s [INFO] Finished at: 2023-10-27T14:02:43Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 2.132 s [INFO] Finished at: 2023-10-27T14:02:46Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.250 s [INFO] Finished at: 2023-10-27T14:02:50Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.363 s [INFO] Finished at: 2023-10-27T14:02:54Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_conflict/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 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.13478123425631324830.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.13478123425631324830.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.180 s [INFO] Finished at: 2023-10-27T14:02:57Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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: 2.041 s [INFO] Finished at: 2023-10-27T14:03:01Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.391 s [INFO] Finished at: 2023-10-27T14:03:04Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.799 s [INFO] Finished at: 2023-10-27T14:03:09Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 175ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 2.393 s [INFO] Finished at: 2023-10-27T14:03:12Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.204 s [INFO] Finished at: 2023-10-27T14:03:16Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.248 s [INFO] Finished at: 2023-10-27T14:03:20Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_squashed_extra/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.13478123425631324830.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.13478123425631324830.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.321 s [INFO] Finished at: 2023-10-27T14:03:23Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.209 s [INFO] Finished at: 2023-10-27T14:03:27Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_squashed_extra/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 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.13478123425631324830.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.13478123425631324830.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.361 s [INFO] Finished at: 2023-10-27T14:03:31Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 2.141 s [INFO] Finished at: 2023-10-27T14:03:34Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.942 s [INFO] Finished at: 2023-10-27T14:03:39Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 3.106 s [INFO] Finished at: 2023-10-27T14:03:43Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 151ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.888 s [INFO] Finished at: 2023-10-27T14:03:48Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 200ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 3.086 s [INFO] Finished at: 2023-10-27T14:03:53Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.840 s [INFO] Finished at: 2023-10-27T14:03:58Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_squashed_ref_squashed/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 155ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 3.087 s [INFO] Finished at: 2023-10-27T14:04:03Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 3.215 s [INFO] Finished at: 2023-10-27T14:04:08Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 2.689 s [INFO] Finished at: 2023-10-27T14:04:12Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 2.491 s [INFO] Finished at: 2023-10-27T14:04:16Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.228 s [INFO] Finished at: 2023-10-27T14:04:20Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.661 s [INFO] Finished at: 2023-10-27T14:04:24Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 2.053 s [INFO] Finished at: 2023-10-27T14:04:28Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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: 2.221 s [INFO] Finished at: 2023-10-27T14:04:31Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.120 s [INFO] Finished at: 2023-10-27T14:04:35Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.079 s [INFO] Finished at: 2023-10-27T14:04:38Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.956 s [INFO] Finished at: 2023-10-27T14:04:42Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.197 s [INFO] Finished at: 2023-10-27T14:04:45Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.085 s [INFO] Finished at: 2023-10-27T14:04:49Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.224 s [INFO] Finished at: 2023-10-27T14:04:52Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 2.033 s [INFO] Finished at: 2023-10-27T14:04:55Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.127 s [INFO] Finished at: 2023-10-27T14:04:59Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_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 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.13478123425631324830.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.13478123425631324830.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: 2.050 s [INFO] Finished at: 2023-10-27T14:05:02Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.978 s [INFO] Finished at: 2023-10-27T14:05:06Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.981 s [INFO] Finished at: 2023-10-27T14:05:09Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 2.041 s [INFO] Finished at: 2023-10-27T14:05:12Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.214 s [INFO] Finished at: 2023-10-27T14:05:16Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.987 s [INFO] Finished at: 2023-10-27T14:05:19Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.203 s [INFO] Finished at: 2023-10-27T14:05:23Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 53.419 s [INFO] Finished at: 2023-10-27T14:06:18Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.943 s [INFO] Finished at: 2023-10-27T14:06:21Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_no_changes/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 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.13478123425631324830.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.13478123425631324830.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.229 s [INFO] Finished at: 2023-10-27T14:06:24Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.288 s [INFO] Finished at: 2023-10-27T14:06:28Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.242 s [INFO] Finished at: 2023-10-27T14:06:32Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.720 s [INFO] Finished at: 2023-10-27T14:06:37Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.115 s [INFO] Finished at: 2023-10-27T14:06:40Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.276 s [INFO] Finished at: 2023-10-27T14:06:44Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.283 s [INFO] Finished at: 2023-10-27T14:06:47Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_squashed/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 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.13478123425631324830.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.13478123425631324830.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.376 s [INFO] Finished at: 2023-10-27T14:06:51Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.042 s [INFO] Finished at: 2023-10-27T14:06:54Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.954 s [INFO] Finished at: 2023-10-27T14:06:58Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.065 s [INFO] Finished at: 2023-10-27T14:07:01Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.025 s [INFO] Finished at: 2023-10-27T14:07:04Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.075 s [INFO] Finished at: 2023-10-27T14:07:08Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.176 s [INFO] Finished at: 2023-10-27T14:07:11Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.974 s [INFO] Finished at: 2023-10-27T14:07:15Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.077 s [INFO] Finished at: 2023-10-27T14:07:18Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_squashed_complex_multi_apps/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 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.13478123425631324830.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.13478123425631324830.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.074 s [INFO] Finished at: 2023-10-27T14:07:22Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.034 s [INFO] Finished at: 2023-10-27T14:07:25Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.987 s [INFO] Finished at: 2023-10-27T14:07:28Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.040 s [INFO] Finished at: 2023-10-27T14:07:32Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.029 s [INFO] Finished at: 2023-10-27T14:07:35Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.977 s [INFO] Finished at: 2023-10-27T14:07:38Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.929 s [INFO] Finished at: 2023-10-27T14:07:42Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 2.030 s [INFO] Finished at: 2023-10-27T14:07:45Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.059 s [INFO] Finished at: 2023-10-27T14:07:48Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_clashing_prefix/__init__/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded [] [INFO] [INFO] --- eo:0.23.11:parse (compile) @ test --- [INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 1.984 s [INFO] Finished at: 2023-10-27T14:07:52Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.986 s [INFO] Finished at: 2023-10-27T14:07:55Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 1.970 s [INFO] Finished at: 2023-10-27T14:07:58Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.179 s [INFO] Finished at: 2023-10-27T14:08:02Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.255 s [INFO] Finished at: 2023-10-27T14:08:05Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.217 s [INFO] Finished at: 2023-10-27T14:08:09Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.099 s [INFO] Finished at: 2023-10-27T14:08:30Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_conflict_long_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 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.13478123425631324830.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.13478123425631324830.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.948 s [INFO] Finished at: 2023-10-27T14:08:34Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.057 s [INFO] Finished at: 2023-10-27T14:08:37Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.201 s [INFO] Finished at: 2023-10-27T14:08:41Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.231 s [INFO] Finished at: 2023-10-27T14:08:44Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 2.049 s [INFO] Finished at: 2023-10-27T14:08:48Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.144 s [INFO] Finished at: 2023-10-27T14:08:51Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.093 s [INFO] Finished at: 2023-10-27T14:08:54Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.054 s [INFO] Finished at: 2023-10-27T14:08:58Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.967 s [INFO] Finished at: 2023-10-27T14:09:01Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_squashed_complex/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 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.13478123425631324830.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.13478123425631324830.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.111 s [INFO] Finished at: 2023-10-27T14:09:05Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.009 s [INFO] Finished at: 2023-10-27T14:09:08Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.112 s [INFO] Finished at: 2023-10-27T14:09:11Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.020 s [INFO] Finished at: 2023-10-27T14:09:15Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.063 s [INFO] Finished at: 2023-10-27T14:09:18Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.063 s [INFO] Finished at: 2023-10-27T14:09:22Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.819 s [INFO] Finished at: 2023-10-27T14:09:27Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_bad_pyc/__init__/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.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.13478123425631324830.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: 1.990 s [INFO] Finished at: 2023-10-27T14:09:30Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.056 s [INFO] Finished at: 2023-10-27T14:09:33Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.026 s [INFO] Finished at: 2023-10-27T14:09:37Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.924 s [INFO] Finished at: 2023-10-27T14:09:40Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.170 s [INFO] Finished at: 2023-10-27T14:09:44Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.129 s [INFO] Finished at: 2023-10-27T14:09:47Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.018 s [INFO] Finished at: 2023-10-27T14:09:50Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.014 s [INFO] Finished at: 2023-10-27T14:09:54Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.984 s [INFO] Finished at: 2023-10-27T14:09:57Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_custom_user/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.13478123425631324830.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.13478123425631324830.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.264 s [INFO] Finished at: 2023-10-27T14:10:01Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.285 s [INFO] Finished at: 2023-10-27T14:10:04Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 2.089 s [INFO] Finished at: 2023-10-27T14:10:08Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.297 s [INFO] Finished at: 2023-10-27T14:10:11Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.304 s [INFO] Finished at: 2023-10-27T14:10:17Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.239 s [INFO] Finished at: 2023-10-27T14:10:21Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.999 s [INFO] Finished at: 2023-10-27T14:10:24Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/migrations/test_migrations_no_ancestor/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 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.13478123425631324830.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.13478123425631324830.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.271 s [INFO] Finished at: 2023-10-27T14:10:27Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.278 s [INFO] Finished at: 2023-10-27T14:10:31Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.135 s [INFO] Finished at: 2023-10-27T14:10:35Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.970 s [INFO] Finished at: 2023-10-27T14:10:38Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.364 s [INFO] Finished at: 2023-10-27T14:10:43Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.162 s [INFO] Finished at: 2023-10-27T14:10:46Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.014 s [INFO] Finished at: 2023-10-27T14:10:49Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/resolve_url/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.13478123425631324830.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.13478123425631324830.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.061 s [INFO] Finished at: 2023-10-27T14:10:53Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.284 s [INFO] Finished at: 2023-10-27T14:10:56Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.530 s [INFO] Finished at: 2023-10-27T14:11:01Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.249 s [INFO] Finished at: 2023-10-27T14:11:05Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.042 s [INFO] Finished at: 2023-10-27T14:11:08Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.516 s [INFO] Finished at: 2023-10-27T14:11:12Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.168 s [INFO] Finished at: 2023-10-27T14:11:16Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_docs/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.13478123425631324830.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.13478123425631324830.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.239 s [INFO] Finished at: 2023-10-27T14:11:19Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.114 s [INFO] Finished at: 2023-10-27T14:11:23Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.175 s [INFO] Finished at: 2023-10-27T14:11:26Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.189 s [INFO] Finished at: 2023-10-27T14:11:30Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.314 s [INFO] Finished at: 2023-10-27T14:11:33Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.970 s [INFO] Finished at: 2023-10-27T14:11:37Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.333 s [INFO] Finished at: 2023-10-27T14:11:41Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/aggregation/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.13478123425631324830.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.13478123425631324830.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: 18.819 s [INFO] Finished at: 2023-10-27T14:12:02Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.282 s [INFO] Finished at: 2023-10-27T14:12:05Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.984 s [INFO] Finished at: 2023-10-27T14:12:08Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.096 s [INFO] Finished at: 2023-10-27T14:12:13Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.432 s [INFO] Finished at: 2023-10-27T14:12:17Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/select_related_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 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.13478123425631324830.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.13478123425631324830.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.111 s [INFO] Finished at: 2023-10-27T14:12:20Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.954 s [INFO] Finished at: 2023-10-27T14:12:24Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.256 s [INFO] Finished at: 2023-10-27T14:12:28Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.998 s [INFO] Finished at: 2023-10-27T14:12:31Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.184 s [INFO] Finished at: 2023-10-27T14:12:37Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.108 s [INFO] Finished at: 2023-10-27T14:12:40Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.998 s [INFO] Finished at: 2023-10-27T14:12:44Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/invalid_models_tests/test_custom_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 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.13478123425631324830.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.13478123425631324830.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.085 s [INFO] Finished at: 2023-10-27T14:12:47Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.826 s [INFO] Finished at: 2023-10-27T14:13:02Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.538 s [INFO] Finished at: 2023-10-27T14:13:09Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.035 s [INFO] Finished at: 2023-10-27T14:13:19Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.345 s [INFO] Finished at: 2023-10-27T14:13:22Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.148 s [INFO] Finished at: 2023-10-27T14:13:26Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.953 s [INFO] Finished at: 2023-10-27T14:13:29Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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: 1.981 s [INFO] Finished at: 2023-10-27T14:13:32Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.024 s [INFO] Finished at: 2023-10-27T14:13:36Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/view_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.13478123425631324830.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.13478123425631324830.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: 2.048 s [INFO] Finished at: 2023-10-27T14:13:39Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.095 s [INFO] Finished at: 2023-10-27T14:13:42Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.943 s [INFO] Finished at: 2023-10-27T14:13:46Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.949 s [INFO] Finished at: 2023-10-27T14:13:49Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.961 s [INFO] Finished at: 2023-10-27T14:13:52Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/view_tests/app5/__init__/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.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.13478123425631324830.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: 1.908 s [INFO] Finished at: 2023-10-27T14:13:56Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.981 s [INFO] Finished at: 2023-10-27T14:13:59Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.236 s [INFO] Finished at: 2023-10-27T14:14:02Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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: 2.989 s [INFO] Finished at: 2023-10-27T14:14:07Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.020 s [INFO] Finished at: 2023-10-27T14:14:10Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.106 s [INFO] Finished at: 2023-10-27T14:14:14Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.672 s [INFO] Finished at: 2023-10-27T14:14:18Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/view_tests/tests/test_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", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.801 s [INFO] Finished at: 2023-10-27T14:14:23Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.963 s [INFO] Finished at: 2023-10-27T14:14:26Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.127 s [INFO] Finished at: 2023-10-27T14:14:29Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.280 s [INFO] Finished at: 2023-10-27T14:14:33Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 12.644 s [INFO] Finished at: 2023-10-27T14:14:47Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.657 s [INFO] Finished at: 2023-10-27T14:14:51Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.959 s [INFO] Finished at: 2023-10-27T14:14:55Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/m2m_intermediary/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.13478123425631324830.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.13478123425631324830.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.082 s [INFO] Finished at: 2023-10-27T14:14:59Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 2.057 s [INFO] Finished at: 2023-10-27T14:15:02Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.228 s [INFO] Finished at: 2023-10-27T14:15:06Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 2.019 s [INFO] Finished at: 2023-10-27T14:15:09Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.013 s [INFO] Finished at: 2023-10-27T14:15:12Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.534 s [INFO] Finished at: 2023-10-27T14:15:16Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.965 s [INFO] Finished at: 2023-10-27T14:15:20Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/schema/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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.294 s [INFO] Finished at: 2023-10-27T14:15:23Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.030 s [INFO] Finished at: 2023-10-27T14:15:27Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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:10 min [INFO] Finished at: 2023-10-27T14:16:39Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.506 s [INFO] Finished at: 2023-10-27T14:16:43Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 2.009 s [INFO] Finished at: 2023-10-27T14:16:46Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.450 s [INFO] Finished at: 2023-10-27T14:16:52Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.640 s [INFO] Finished at: 2023-10-27T14:16:56Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/delete/__init__/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded [] [INFO] [INFO] --- eo:0.23.11:parse (compile) @ test --- [INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 1.963 s [INFO] Finished at: 2023-10-27T14:16:59Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.681 s [INFO] Finished at: 2023-10-27T14:17:07Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.332 s [INFO] Finished at: 2023-10-27T14:17:11Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.995 s [INFO] Finished at: 2023-10-27T14:17:14Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.609 s [INFO] Finished at: 2023-10-27T14:17:29Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.152 s [INFO] Finished at: 2023-10-27T14:17:32Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.995 s [INFO] Finished at: 2023-10-27T14:17:36Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/sessions_tests/no_clear_expired/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.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.13478123425631324830.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: 1.990 s [INFO] Finished at: 2023-10-27T14:17:39Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.295 s [INFO] Finished at: 2023-10-27T14:17:47Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.877 s [INFO] Finished at: 2023-10-27T14:17:59Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.201 s [INFO] Finished at: 2023-10-27T14:18:03Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.963 s [INFO] Finished at: 2023-10-27T14:18:14Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.165 s [INFO] Finished at: 2023-10-27T14:18:17Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.271 s [INFO] Finished at: 2023-10-27T14:18:21Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/auth_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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.581 s [INFO] Finished at: 2023-10-27T14:18:25Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.395 s [INFO] Finished at: 2023-10-27T14:18:29Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.119 s [INFO] Finished at: 2023-10-27T14:18:32Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.049 s [INFO] Finished at: 2023-10-27T14:18:36Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.108 s [INFO] Finished at: 2023-10-27T14:18:39Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.054 s [INFO] Finished at: 2023-10-27T14:18:42Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.043 s [INFO] Finished at: 2023-10-27T14:18:46Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/auth_tests/models/is_active/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded [] [INFO] [INFO] --- eo:0.23.11:parse (compile) @ test --- [INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.044 s [INFO] Finished at: 2023-10-27T14:18:49Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.030 s [INFO] Finished at: 2023-10-27T14:18:52Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.141 s [INFO] Finished at: 2023-10-27T14:18:56Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.015 s [INFO] Finished at: 2023-10-27T14:18:59Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.090 s [INFO] Finished at: 2023-10-27T14:19:03Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.189 s [INFO] Finished at: 2023-10-27T14:19:06Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.061 s [INFO] Finished at: 2023-10-27T14:19:10Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/auth_tests/models/with_custom_email_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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.157 s [INFO] Finished at: 2023-10-27T14:19:13Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.967 s [INFO] Finished at: 2023-10-27T14:19:17Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.771 s [INFO] Finished at: 2023-10-27T14:19:21Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.447 s [INFO] Finished at: 2023-10-27T14:19:24Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.859 s [INFO] Finished at: 2023-10-27T14:19:29Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 101ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.324 s [INFO] Finished at: 2023-10-27T14:19:36Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.381 s [INFO] Finished at: 2023-10-27T14:19:44Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/auth_tests/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 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.13478123425631324830.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.13478123425631324830.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.481 s [INFO] Finished at: 2023-10-27T14:19:48Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.596 s [INFO] Finished at: 2023-10-27T14:19:52Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.564 s [INFO] Finished at: 2023-10-27T14:19:58Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.181 s [INFO] Finished at: 2023-10-27T14:20:01Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.086 s [INFO] Finished at: 2023-10-27T14:20:05Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.082 s [INFO] Finished at: 2023-10-27T14:20:08Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.749 s [INFO] Finished at: 2023-10-27T14:20:12Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/auth_tests/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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.154 s [INFO] Finished at: 2023-10-27T14:20:16Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.551 s [INFO] Finished at: 2023-10-27T14:20:20Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 3.041 s [INFO] Finished at: 2023-10-27T14:20:24Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.380 s [INFO] Finished at: 2023-10-27T14:20:28Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.515 s [INFO] Finished at: 2023-10-27T14:20:32Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.238 s [INFO] Finished at: 2023-10-27T14:20:36Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.096 s [INFO] Finished at: 2023-10-27T14:20:40Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/auth_tests/test_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 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.13478123425631324830.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.13478123425631324830.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.373 s [INFO] Finished at: 2023-10-27T14:20:46Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.421 s [INFO] Finished at: 2023-10-27T14:20:50Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.107 s [INFO] Finished at: 2023-10-27T14:20:54Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.357 s [INFO] Finished at: 2023-10-27T14:21:01Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.023 s [INFO] Finished at: 2023-10-27T14:21:05Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 2.006 s [INFO] Finished at: 2023-10-27T14:21:08Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.117 s [INFO] Finished at: 2023-10-27T14:21:12Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/annotations/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.13478123425631324830.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.13478123425631324830.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.263 s [INFO] Finished at: 2023-10-27T14:21:15Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 2.158 s [INFO] Finished at: 2023-10-27T14:21:19Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.151 s [INFO] Finished at: 2023-10-27T14:21:31Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.129 s [INFO] Finished at: 2023-10-27T14:21:35Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.502 s [INFO] Finished at: 2023-10-27T14:21:39Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.133 s [INFO] Finished at: 2023-10-27T14:21:42Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.282 s [INFO] Finished at: 2023-10-27T14:21:46Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/validation/test_custom_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.13478123425631324830.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.13478123425631324830.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.097 s [INFO] Finished at: 2023-10-27T14:21:49Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.238 s [INFO] Finished at: 2023-10-27T14:21:53Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.156 s [INFO] Finished at: 2023-10-27T14:21:57Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.801 s [INFO] Finished at: 2023-10-27T14:22:01Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.975 s [INFO] Finished at: 2023-10-27T14:22:05Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.088 s [INFO] Finished at: 2023-10-27T14:22:08Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.440 s [INFO] Finished at: 2023-10-27T14:22:12Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/middleware_exceptions/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.13478123425631324830.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.13478123425631324830.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.882 s [INFO] Finished at: 2023-10-27T14:22:16Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.136 s [INFO] Finished at: 2023-10-27T14:22:20Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.631 s [INFO] Finished at: 2023-10-27T14:22:24Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.974 s [INFO] Finished at: 2023-10-27T14:22:27Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.274 s [INFO] Finished at: 2023-10-27T14:22:33Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.273 s [INFO] Finished at: 2023-10-27T14:22:36Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.111 s [INFO] Finished at: 2023-10-27T14:22:40Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/foreign_object/models/customers/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.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.13478123425631324830.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.143 s [INFO] Finished at: 2023-10-27T14:22:43Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.372 s [INFO] Finished at: 2023-10-27T14:22:47Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.340 s [INFO] Finished at: 2023-10-27T14:22:51Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.435 s [INFO] Finished at: 2023-10-27T14:22:54Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.303 s [INFO] Finished at: 2023-10-27T14:22:58Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.911 s [INFO] Finished at: 2023-10-27T14:23:01Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.930 s [INFO] Finished at: 2023-10-27T14:23:06Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/foreign_object/test_agnostic_order_trimjoin/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.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.13478123425631324830.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.139 s [INFO] Finished at: 2023-10-27T14:23:10Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.054 s [INFO] Finished at: 2023-10-27T14:23:13Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 2.008 s [INFO] Finished at: 2023-10-27T14:23:17Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.293 s [INFO] Finished at: 2023-10-27T14:23:20Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.180 s [INFO] Finished at: 2023-10-27T14:23:24Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.088 s [INFO] Finished at: 2023-10-27T14:23:27Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 1.997 s [INFO] Finished at: 2023-10-27T14:23:31Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/sitemaps_tests/urls/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 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.13478123425631324830.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.13478123425631324830.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: 1.947 s [INFO] Finished at: 2023-10-27T14:23:34Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.409 s [INFO] Finished at: 2023-10-27T14:23:39Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.127 s [INFO] Finished at: 2023-10-27T14:23:42Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.194 s [INFO] Finished at: 2023-10-27T14:23:46Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 2.888 s [INFO] Finished at: 2023-10-27T14:23:50Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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-27T14:23:54Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.196 s [INFO] Finished at: 2023-10-27T14:23:57Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/filtered_relation/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.13478123425631324830.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.13478123425631324830.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.347 s [INFO] Finished at: 2023-10-27T14:24:01Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.978 s [INFO] Finished at: 2023-10-27T14:24:04Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.707 s [INFO] Finished at: 2023-10-27T14:24:10Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.134 s [INFO] Finished at: 2023-10-27T14:24:14Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.958 s [INFO] Finished at: 2023-10-27T14:24:17Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.992 s [INFO] Finished at: 2023-10-27T14:24:20Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.213 s [INFO] Finished at: 2023-10-27T14:24:24Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/fixtures_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 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.13478123425631324830.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.13478123425631324830.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.822 s [INFO] Finished at: 2023-10-27T14:24:28Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.018 s [INFO] Finished at: 2023-10-27T14:24:31Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.518 s [INFO] Finished at: 2023-10-27T14:24:37Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.099 s [INFO] Finished at: 2023-10-27T14:24:41Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.927 s [INFO] Finished at: 2023-10-27T14:24:44Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.696 s [INFO] Finished at: 2023-10-27T14:24:48Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.220 s [INFO] Finished at: 2023-10-27T14:24:52Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/gis_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.13478123425631324830.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.13478123425631324830.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: 3.221 s [INFO] Finished at: 2023-10-27T14:24:56Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 2.001 s [INFO] Finished at: 2023-10-27T14:25:00Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.100 s [INFO] Finished at: 2023-10-27T14:25:03Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.978 s [INFO] Finished at: 2023-10-27T14:25:06Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.867 s [INFO] Finished at: 2023-10-27T14:25:10Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.237 s [INFO] Finished at: 2023-10-27T14:25:14Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 2.071 s [INFO] Finished at: 2023-10-27T14:25:17Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/geoadmin_deprecated/__init__/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.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.13478123425631324830.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.970 s [INFO] Finished at: 2023-10-27T14:25:21Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.138 s [INFO] Finished at: 2023-10-27T14:25:24Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.430 s [INFO] Finished at: 2023-10-27T14:25:28Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.232 s [INFO] Finished at: 2023-10-27T14:25:32Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 2.063 s [INFO] Finished at: 2023-10-27T14:25:35Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.992 s [INFO] Finished at: 2023-10-27T14:25:38Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.376 s [INFO] Finished at: 2023-10-27T14:25:43Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_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.13478123425631324830.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.13478123425631324830.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: 1.962 s [INFO] Finished at: 2023-10-27T14:25:46Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.202 s [INFO] Finished at: 2023-10-27T14:25:54Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 7.817 s [INFO] Finished at: 2023-10-27T14:26:03Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.979 s [INFO] Finished at: 2023-10-27T14:26:06Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.979 s [INFO] Finished at: 2023-10-27T14:26:12Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.306 s [INFO] Finished at: 2023-10-27T14:26:17Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.542 s [INFO] Finished at: 2023-10-27T14:26:21Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/gdal_tests/test_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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.410 s [INFO] Finished at: 2023-10-27T14:26:25Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.072 s [INFO] Finished at: 2023-10-27T14:26:28Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.355 s [INFO] Finished at: 2023-10-27T14:26:32Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.039 s [INFO] Finished at: 2023-10-27T14:26:37Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.603 s [INFO] Finished at: 2023-10-27T14:26:41Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.377 s [INFO] Finished at: 2023-10-27T14:26:44Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.220 s [INFO] Finished at: 2023-10-27T14:26:48Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/geoadmin/__init__/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded [] [INFO] [INFO] --- eo:0.23.11:parse (compile) @ test --- [INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.105 s [INFO] Finished at: 2023-10-27T14:26:51Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.070 s [INFO] Finished at: 2023-10-27T14:26:55Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.326 s [INFO] Finished at: 2023-10-27T14:26:58Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.424 s [INFO] Finished at: 2023-10-27T14:27:02Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 1.962 s [INFO] Finished at: 2023-10-27T14:27:05Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.910 s [INFO] Finished at: 2023-10-27T14:27:11Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.081 s [INFO] Finished at: 2023-10-27T14:27:14Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/inspectapp/__init__/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded [] [INFO] [INFO] --- eo:0.23.11:parse (compile) @ test --- [INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 1.974 s [INFO] Finished at: 2023-10-27T14:27:17Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.658 s [INFO] Finished at: 2023-10-27T14:27:21Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.013 s [INFO] Finished at: 2023-10-27T14:27:27Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.203 s [INFO] Finished at: 2023-10-27T14:27:30Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.941 s [INFO] Finished at: 2023-10-27T14:27:34Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.443 s [INFO] Finished at: 2023-10-27T14:27:38Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.021 s [INFO] Finished at: 2023-10-27T14:27:42Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/data/rasters/__init__/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.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.13478123425631324830.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: 1.972 s [INFO] Finished at: 2023-10-27T14:27:45Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.972 s [INFO] Finished at: 2023-10-27T14:27:48Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.177 s [INFO] Finished at: 2023-10-27T14:27:52Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.975 s [INFO] Finished at: 2023-10-27T14:27:55Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 3.671 s [INFO] Finished at: 2023-10-27T14:28:00Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 2.001 s [INFO] Finished at: 2023-10-27T14:28:03Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 2.109 s [INFO] Finished at: 2023-10-27T14:28:07Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/distapp/__init__/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded [] [INFO] [INFO] --- eo:0.23.11:parse (compile) @ test --- [INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 1.947 s [INFO] Finished at: 2023-10-27T14:28:10Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 5.578 s [INFO] Finished at: 2023-10-27T14:28:17Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.299 s [INFO] Finished at: 2023-10-27T14:28:21Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 5.382 s [INFO] Finished at: 2023-10-27T14:28:27Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.933 s [INFO] Finished at: 2023-10-27T14:28:31Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 2.937 s [INFO] Finished at: 2023-10-27T14:28:35Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 3.500 s [INFO] Finished at: 2023-10-27T14:28:40Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/geos_tests/test_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 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.13478123425631324830.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.13478123425631324830.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.195 s [INFO] Finished at: 2023-10-27T14:28:43Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 22.848 s [INFO] Finished at: 2023-10-27T14:29:08Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 2.384 s [INFO] Finished at: 2023-10-27T14:29:11Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.323 s [INFO] Finished at: 2023-10-27T14:29:15Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 2.273 s [INFO] Finished at: 2023-10-27T14:29:19Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 2.569 s [INFO] Finished at: 2023-10-27T14:29:22Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.962 s [INFO] Finished at: 2023-10-27T14:29:26Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/geoapp/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 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.13478123425631324830.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.13478123425631324830.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.356 s [INFO] Finished at: 2023-10-27T14:29:29Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.140 s [INFO] Finished at: 2023-10-27T14:29:33Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 147ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 6.910 s [INFO] Finished at: 2023-10-27T14:29:41Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.132 s [INFO] Finished at: 2023-10-27T14:29:45Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.596 s [INFO] Finished at: 2023-10-27T14:29:49Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 2.473 s [INFO] Finished at: 2023-10-27T14:29:52Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.685 s [INFO] Finished at: 2023-10-27T14:29:56Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/gis_tests/geoapp/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.13478123425631324830.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.13478123425631324830.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.340 s [INFO] Finished at: 2023-10-27T14:30:04Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.431 s [INFO] Finished at: 2023-10-27T14:30:08Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.039 s [INFO] Finished at: 2023-10-27T14:30:13Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.101 s [INFO] Finished at: 2023-10-27T14:30:17Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.005 s [INFO] Finished at: 2023-10-27T14:30:20Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.033 s [INFO] Finished at: 2023-10-27T14:30:23Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.496 s [INFO] Finished at: 2023-10-27T14:30:27Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.024 s [INFO] Finished at: 2023-10-27T14:30:31Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.234 s [INFO] Finished at: 2023-10-27T14:30:34Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 1.969 s [INFO] Finished at: 2023-10-27T14:30:37Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.710 s [INFO] Finished at: 2023-10-27T14:30:41Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.393 s [INFO] Finished at: 2023-10-27T14:30:45Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.461 s [INFO] Finished at: 2023-10-27T14:30:49Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.264 s [INFO] Finished at: 2023-10-27T14:30:53Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 2.483 s [INFO] Finished at: 2023-10-27T14:30:56Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.038 s [INFO] Finished at: 2023-10-27T14:31:00Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.098 s [INFO] Finished at: 2023-10-27T14:31:03Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 12.977 s [INFO] Finished at: 2023-10-27T14:31:17Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.369 s [INFO] Finished at: 2023-10-27T14:31:21Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.061 s [INFO] Finished at: 2023-10-27T14:31:25Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.762 s [INFO] Finished at: 2023-10-27T14:31:29Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/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 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.13478123425631324830.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.13478123425631324830.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.055 s [INFO] Finished at: 2023-10-27T14:31:32Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.635 s [INFO] Finished at: 2023-10-27T14:31:37Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.010 s [INFO] Finished at: 2023-10-27T14:31:40Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.971 s [INFO] Finished at: 2023-10-27T14:31:44Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.065 s [INFO] Finished at: 2023-10-27T14:31:47Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.313 s [INFO] Finished at: 2023-10-27T14:31:51Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.977 s [INFO] Finished at: 2023-10-27T14:31:54Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/modeladmin/test_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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.674 s [INFO] Finished at: 2023-10-27T14:31:58Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 6.871 s [INFO] Finished at: 2023-10-27T14:32:06Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.546 s [INFO] Finished at: 2023-10-27T14:32:14Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.400 s [INFO] Finished at: 2023-10-27T14:32:18Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.139 s [INFO] Finished at: 2023-10-27T14:32:21Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 1.964 s [INFO] Finished at: 2023-10-27T14:32:25Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.249 s [INFO] Finished at: 2023-10-27T14:32:28Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/backends/sqlite/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.13478123425631324830.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.13478123425631324830.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.874 s [INFO] Finished at: 2023-10-27T14:32:33Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 2.884 s [INFO] Finished at: 2023-10-27T14:32:37Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.434 s [INFO] Finished at: 2023-10-27T14:32:41Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.969 s [INFO] Finished at: 2023-10-27T14:32:44Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.450 s [INFO] Finished at: 2023-10-27T14:32:48Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.208 s [INFO] Finished at: 2023-10-27T14:32:51Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.478 s [INFO] Finished at: 2023-10-27T14:32:55Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/backends/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.13478123425631324830.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.13478123425631324830.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: 2.472 s [INFO] Finished at: 2023-10-27T14:32:59Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.048 s [INFO] Finished at: 2023-10-27T14:33:02Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 2.689 s [INFO] Finished at: 2023-10-27T14:33:06Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 2.220 s [INFO] Finished at: 2023-10-27T14:33:10Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.003 s [INFO] Finished at: 2023-10-27T14:33:13Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 2.436 s [INFO] Finished at: 2023-10-27T14:33:17Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.439 s [INFO] Finished at: 2023-10-27T14:33:21Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/backends/postgresql/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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.201 s [INFO] Finished at: 2023-10-27T14:33:25Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 2.952 s [INFO] Finished at: 2023-10-27T14:33:29Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.371 s [INFO] Finished at: 2023-10-27T14:33:34Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.248 s [INFO] Finished at: 2023-10-27T14:33:37Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.206 s [INFO] Finished at: 2023-10-27T14:33:41Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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: 1.960 s [INFO] Finished at: 2023-10-27T14:33:44Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.385 s [INFO] Finished at: 2023-10-27T14:33:48Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/backends/mysql/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.13478123425631324830.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.13478123425631324830.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.507 s [INFO] Finished at: 2023-10-27T14:33:51Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.286 s [INFO] Finished at: 2023-10-27T14:33:55Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.376 s [INFO] Finished at: 2023-10-27T14:33:59Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.362 s [INFO] Finished at: 2023-10-27T14:34:07Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.707 s [INFO] Finished at: 2023-10-27T14:34:11Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.033 s [INFO] Finished at: 2023-10-27T14:34:14Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.923 s [INFO] Finished at: 2023-10-27T14:34:17Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/backends/base/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.13478123425631324830.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.13478123425631324830.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.793 s [INFO] Finished at: 2023-10-27T14:34:21Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.054 s [INFO] Finished at: 2023-10-27T14:34:25Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.968 s [INFO] Finished at: 2023-10-27T14:34:28Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 1.967 s [INFO] Finished at: 2023-10-27T14:34:31Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 2.149 s [INFO] Finished at: 2023-10-27T14:34:35Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 2.674 s [INFO] Finished at: 2023-10-27T14:34:39Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.212 s [INFO] Finished at: 2023-10-27T14:34:43Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.259 s [INFO] Finished at: 2023-10-27T14:34:46Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.128 s [INFO] Finished at: 2023-10-27T14:34:50Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.201 s [INFO] Finished at: 2023-10-27T14:34:53Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 1.979 s [INFO] Finished at: 2023-10-27T14:34:57Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.149 s [INFO] Finished at: 2023-10-27T14:35:01Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.045 s [INFO] Finished at: 2023-10-27T14:35:04Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.228 s [INFO] Finished at: 2023-10-27T14:35:08Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/wsgi/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", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.137 s [INFO] Finished at: 2023-10-27T14:35:11Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.423 s [INFO] Finished at: 2023-10-27T14:35:15Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.082 s [INFO] Finished at: 2023-10-27T14:35:19Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.944 s [INFO] Finished at: 2023-10-27T14:35:22Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.782 s [INFO] Finished at: 2023-10-27T14:35:26Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.008 s [INFO] Finished at: 2023-10-27T14:35:29Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 2.802 s [INFO] Finished at: 2023-10-27T14:35:34Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/model_inheritance_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", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.540 s [INFO] Finished at: 2023-10-27T14:35:37Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.953 s [INFO] Finished at: 2023-10-27T14:35:41Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.174 s [INFO] Finished at: 2023-10-27T14:35:46Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.396 s [INFO] Finished at: 2023-10-27T14:35:50Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 1.986 s [INFO] Finished at: 2023-10-27T14:35:53Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.288 s [INFO] Finished at: 2023-10-27T14:35:58Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.053 s [INFO] Finished at: 2023-10-27T14:36:03Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/signed_cookies_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", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.050 s [INFO] Finished at: 2023-10-27T14:36:07Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.405 s [INFO] Finished at: 2023-10-27T14:36:10Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.974 s [INFO] Finished at: 2023-10-27T14:36:14Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.024 s [INFO] Finished at: 2023-10-27T14:36:17Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.010 s [INFO] Finished at: 2023-10-27T14:36:20Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.172 s [INFO] Finished at: 2023-10-27T14:36:24Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.063 s [INFO] Finished at: 2023-10-27T14:36:27Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/test_runner_apps/sample/tests/__init__/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.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.13478123425631324830.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: 1.996 s [INFO] Finished at: 2023-10-27T14:36:31Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.986 s [INFO] Finished at: 2023-10-27T14:36:34Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.033 s [INFO] Finished at: 2023-10-27T14:36:37Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 2.143 s [INFO] Finished at: 2023-10-27T14:36:41Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 1.941 s [INFO] Finished at: 2023-10-27T14:36:44Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 1.963 s [INFO] Finished at: 2023-10-27T14:36:47Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.060 s [INFO] Finished at: 2023-10-27T14:36:51Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.003 s [INFO] Finished at: 2023-10-27T14:36:54Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.067 s [INFO] Finished at: 2023-10-27T14:36:57Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/test_runner_apps/databases/__init__/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded [] [INFO] [INFO] --- eo:0.23.11:parse (compile) @ test --- [INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 1.955 s [INFO] Finished at: 2023-10-27T14:37:01Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.014 s [INFO] Finished at: 2023-10-27T14:37:04Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.098 s [INFO] Finished at: 2023-10-27T14:37:08Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.962 s [INFO] Finished at: 2023-10-27T14:37:11Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.148 s [INFO] Finished at: 2023-10-27T14:37:14Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.052 s [INFO] Finished at: 2023-10-27T14:37:18Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.047 s [INFO] Finished at: 2023-10-27T14:37:21Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/test_client/urls_middleware_urlconf/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded [] [INFO] [INFO] --- eo:0.23.11:parse (compile) @ test --- [INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.026 s [INFO] Finished at: 2023-10-27T14:37:24Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.973 s [INFO] Finished at: 2023-10-27T14:37:29Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.486 s [INFO] Finished at: 2023-10-27T14:37:38Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.300 s [INFO] Finished at: 2023-10-27T14:37:43Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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: 1.931 s [INFO] Finished at: 2023-10-27T14:37:46Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/db_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 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.13478123425631324830.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.13478123425631324830.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.340 s [INFO] Finished at: 2023-10-27T14:37:50Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.208 s [INFO] Finished at: 2023-10-27T14:37:54Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.066 s [INFO] Finished at: 2023-10-27T14:37:57Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.570 s [INFO] Finished at: 2023-10-27T14:38:02Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.989 s [INFO] Finished at: 2023-10-27T14:38:05Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.063 s [INFO] Finished at: 2023-10-27T14:38:09Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.183 s [INFO] Finished at: 2023-10-27T14:38:12Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/shortcuts/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 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.13478123425631324830.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.13478123425631324830.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.169 s [INFO] Finished at: 2023-10-27T14:38:16Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 4.964 s [INFO] Finished at: 2023-10-27T14:38:22Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.100 s [INFO] Finished at: 2023-10-27T14:38:28Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.802 s [INFO] Finished at: 2023-10-27T14:38:32Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.458 s [INFO] Finished at: 2023-10-27T14:38:36Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.039 s [INFO] Finished at: 2023-10-27T14:38:39Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.196 s [INFO] Finished at: 2023-10-27T14:38:42Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/postgres_tests/test_integration/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.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.13478123425631324830.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.189 s [INFO] Finished at: 2023-10-27T14:38:46Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.247 s [INFO] Finished at: 2023-10-27T14:38:50Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.968 s [INFO] Finished at: 2023-10-27T14:38:53Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.246 s [INFO] Finished at: 2023-10-27T14:39:00Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.736 s [INFO] Finished at: 2023-10-27T14:39:07Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.511 s [INFO] Finished at: 2023-10-27T14:39:18Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.788 s [INFO] Finished at: 2023-10-27T14:39:27Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/postgres_tests/test_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.13478123425631324830.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.13478123425631324830.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.218 s [INFO] Finished at: 2023-10-27T14:39:32Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.455 s [INFO] Finished at: 2023-10-27T14:39:39Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.525 s [INFO] Finished at: 2023-10-27T14:39:43Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.214 s [INFO] Finished at: 2023-10-27T14:39:46Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.945 s [INFO] Finished at: 2023-10-27T14:39:50Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.524 s [INFO] Finished at: 2023-10-27T14:39:54Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.374 s [INFO] Finished at: 2023-10-27T14:39:57Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.141 s [INFO] Finished at: 2023-10-27T14:40:01Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 2.049 s [INFO] Finished at: 2023-10-27T14:40:04Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/postgres_tests/array_default_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.13478123425631324830.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.13478123425631324830.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.267 s [INFO] Finished at: 2023-10-27T14:40:08Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.156 s [INFO] Finished at: 2023-10-27T14:40:11Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.201 s [INFO] Finished at: 2023-10-27T14:40:15Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 12.486 s [INFO] Finished at: 2023-10-27T14:40:29Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.392 s [INFO] Finished at: 2023-10-27T14:40:32Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.012 s [INFO] Finished at: 2023-10-27T14:40:36Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 2.523 s [INFO] Finished at: 2023-10-27T14:40:40Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/async/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.13478123425631324830.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.13478123425631324830.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.012 s [INFO] Finished at: 2023-10-27T14:40:43Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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: 1.974 s [INFO] Finished at: 2023-10-27T14:40:46Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.375 s [INFO] Finished at: 2023-10-27T14:40:50Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.156 s [INFO] Finished at: 2023-10-27T14:40:53Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.012 s [INFO] Finished at: 2023-10-27T14:40:57Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.198 s [INFO] Finished at: 2023-10-27T14:41:00Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 2.991 s [INFO] Finished at: 2023-10-27T14:41:05Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/dbshell/test_oracle/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.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.13478123425631324830.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.241 s [INFO] Finished at: 2023-10-27T14:41:08Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.966 s [INFO] Finished at: 2023-10-27T14:41:12Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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: 1.995 s [INFO] Finished at: 2023-10-27T14:41:15Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.635 s [INFO] Finished at: 2023-10-27T14:41:19Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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.13478123425631324830.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.13478123425631324830.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.051 s [INFO] Finished at: 2023-10-27T14:41:22Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/dbshell/test_sqlite/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.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.13478123425631324830.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.198 s [INFO] Finished at: 2023-10-27T14:41:26Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.243 s [INFO] Finished at: 2023-10-27T14:41:29Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.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 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.13478123425631324830.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.13478123425631324830.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.011 s [INFO] Finished at: 2023-10-27T14:41:33Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/ordering/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.13478123425631324830.tmp/django/tests/ordering/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.13478123425631324830.tmp/django/tests/ordering/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.860 s [INFO] Finished at: 2023-10-27T14:41:38Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/redirects_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.13478123425631324830.tmp/django/tests/redirects_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.13478123425631324830.tmp/django/tests/redirects_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.051 s [INFO] Finished at: 2023-10-27T14:41:41Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/redirects_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.13478123425631324830.tmp/django/tests/redirects_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.13478123425631324830.tmp/django/tests/redirects_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.070 s [INFO] Finished at: 2023-10-27T14:41:45Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/redirects_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.13478123425631324830.tmp/django/tests/redirects_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.13478123425631324830.tmp/django/tests/redirects_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.423 s [INFO] Finished at: 2023-10-27T14:41:48Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/signing/__init__/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded [] [INFO] [INFO] --- eo:0.23.11:parse (compile) @ test --- [INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/signing/__init__/genUnsupportedEO/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ test --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/signing/__init__/genUnsupportedEO/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test --- [INFO] No sources to compile [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-27T14:41:52Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/signing/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.13478123425631324830.tmp/django/tests/signing/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.13478123425631324830.tmp/django/tests/signing/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.041 s [INFO] Finished at: 2023-10-27T14:41:56Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/multiple_database/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.13478123425631324830.tmp/django/tests/multiple_database/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.13478123425631324830.tmp/django/tests/multiple_database/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.292 s [INFO] Finished at: 2023-10-27T14:42:00Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/multiple_database/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 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.13478123425631324830.tmp/django/tests/multiple_database/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.13478123425631324830.tmp/django/tests/multiple_database/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.166 s [INFO] Finished at: 2023-10-27T14:42:03Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/multiple_database/__init__/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded [] [INFO] [INFO] --- eo:0.23.11:parse (compile) @ test --- [INFO] 51 attributes loaded from 48 stream(s) in 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/multiple_database/__init__/genUnsupportedEO/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ test --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/multiple_database/__init__/genUnsupportedEO/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test --- [INFO] No sources to compile [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-27T14:42:06Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/multiple_database/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 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.13478123425631324830.tmp/django/tests/multiple_database/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.13478123425631324830.tmp/django/tests/multiple_database/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: 24.188 s [INFO] Finished at: 2023-10-27T14:42:32Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/handlers/tests_custom_error_handlers/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.tmp/django/tests/handlers/tests_custom_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.13478123425631324830.tmp/django/tests/handlers/tests_custom_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.111 s [INFO] Finished at: 2023-10-27T14:42:35Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/handlers/test_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 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.13478123425631324830.tmp/django/tests/handlers/test_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.13478123425631324830.tmp/django/tests/handlers/test_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.192 s [INFO] Finished at: 2023-10-27T14:42:39Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/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.13478123425631324830.tmp/django/tests/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.974 s [INFO] Finished at: 2023-10-27T14:42:42Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/handlers/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", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/handlers/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.13478123425631324830.tmp/django/tests/handlers/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.226 s [INFO] Finished at: 2023-10-27T14:42:46Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/handlers/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.13478123425631324830.tmp/django/tests/handlers/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.13478123425631324830.tmp/django/tests/handlers/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.952 s [INFO] Finished at: 2023-10-27T14:42:50Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/handlers/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.13478123425631324830.tmp/django/tests/handlers/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.13478123425631324830.tmp/django/tests/handlers/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.203 s [INFO] Finished at: 2023-10-27T14:42:54Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/defer/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.13478123425631324830.tmp/django/tests/defer/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.13478123425631324830.tmp/django/tests/defer/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-27T14:42:57Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/defer/__init__/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.tmp/django/tests/defer/__init__/genUnsupportedEO/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ test --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/defer/__init__/genUnsupportedEO/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test --- [INFO] No sources to compile [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-27T14:43:00Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/defer/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.13478123425631324830.tmp/django/tests/defer/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.13478123425631324830.tmp/django/tests/defer/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.597 s [INFO] Finished at: 2023-10-27T14:43:05Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/runtests/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded [] [INFO] [INFO] --- eo:0.23.11:parse (compile) @ test --- [INFO] 51 attributes loaded from 48 stream(s) in 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/runtests/genUnsupportedEO/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ test --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/runtests/genUnsupportedEO/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test --- [INFO] No sources to 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.130 s [INFO] Finished at: 2023-10-27T14:43:11Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/expressions_window/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.13478123425631324830.tmp/django/tests/expressions_window/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.13478123425631324830.tmp/django/tests/expressions_window/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.136 s [INFO] Finished at: 2023-10-27T14:43:14Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/expressions_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 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.13478123425631324830.tmp/django/tests/expressions_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.13478123425631324830.tmp/django/tests/expressions_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.092 s [INFO] Finished at: 2023-10-27T14:43:18Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/expressions_window/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.13478123425631324830.tmp/django/tests/expressions_window/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.13478123425631324830.tmp/django/tests/expressions_window/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.796 s [INFO] Finished at: 2023-10-27T14:43:32Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/many_to_one_null/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.13478123425631324830.tmp/django/tests/many_to_one_null/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.13478123425631324830.tmp/django/tests/many_to_one_null/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.104 s [INFO] Finished at: 2023-10-27T14:43:35Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/many_to_one_null/__init__/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.tmp/django/tests/many_to_one_null/__init__/genUnsupportedEO/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ test --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/many_to_one_null/__init__/genUnsupportedEO/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test --- [INFO] No sources to compile [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-27T14:43:39Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/many_to_one_null/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.13478123425631324830.tmp/django/tests/many_to_one_null/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.13478123425631324830.tmp/django/tests/many_to_one_null/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.698 s [INFO] Finished at: 2023-10-27T14:43:43Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/get_object_or_404/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.13478123425631324830.tmp/django/tests/get_object_or_404/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.13478123425631324830.tmp/django/tests/get_object_or_404/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.059 s [INFO] Finished at: 2023-10-27T14:43:46Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/get_object_or_404/__init__/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.tmp/django/tests/get_object_or_404/__init__/genUnsupportedEO/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ test --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/get_object_or_404/__init__/genUnsupportedEO/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test --- [INFO] No sources to compile [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-27T14:43:49Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/get_object_or_404/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.13478123425631324830.tmp/django/tests/get_object_or_404/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.13478123425631324830.tmp/django/tests/get_object_or_404/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.330 s [INFO] Finished at: 2023-10-27T14:43:53Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_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 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.13478123425631324830.tmp/django/tests/admin_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.13478123425631324830.tmp/django/tests/admin_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.215 s [INFO] Finished at: 2023-10-27T14:43:57Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_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 106ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_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.13478123425631324830.tmp/django/tests/admin_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: 1.986 s [INFO] Finished at: 2023-10-27T14:44:00Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_ordering/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 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.13478123425631324830.tmp/django/tests/admin_ordering/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.13478123425631324830.tmp/django/tests/admin_ordering/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.849 s [INFO] Finished at: 2023-10-27T14:44:04Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_views/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.13478123425631324830.tmp/django/tests/admin_views/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.13478123425631324830.tmp/django/tests/admin_views/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.254 s [INFO] Finished at: 2023-10-27T14:44:08Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_views/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 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.13478123425631324830.tmp/django/tests/admin_views/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.13478123425631324830.tmp/django/tests/admin_views/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.415 s [INFO] Finished at: 2023-10-27T14:44:12Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_views/test_adminsite/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.tmp/django/tests/admin_views/test_adminsite/genUnsupportedEO/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ test --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_views/test_adminsite/genUnsupportedEO/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test --- [INFO] No sources to compile [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-27T14:44:15Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_views/test_autocomplete_view/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.tmp/django/tests/admin_views/test_autocomplete_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.13478123425631324830.tmp/django/tests/admin_views/test_autocomplete_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: 4.513 s [INFO] Finished at: 2023-10-27T14:44:21Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_views/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.13478123425631324830.tmp/django/tests/admin_views/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.13478123425631324830.tmp/django/tests/admin_views/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.670 s [INFO] Finished at: 2023-10-27T14:44:28Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_views/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.13478123425631324830.tmp/django/tests/admin_views/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.13478123425631324830.tmp/django/tests/admin_views/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: 7.474 s [INFO] Finished at: 2023-10-27T14:44:37Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_views/test_history_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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_views/test_history_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.13478123425631324830.tmp/django/tests/admin_views/test_history_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.255 s [INFO] Finished at: 2023-10-27T14:44:41Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/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 107ms, 51 saved, 572 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/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.13478123425631324830.tmp/django/tests/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: 2.043 s [INFO] Finished at: 2023-10-27T14:44:44Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_views/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", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"] [INFO] Parsed 1 .EO sources to XMIRs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_views/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.13478123425631324830.tmp/django/tests/admin_views/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.091 s [INFO] Finished at: 2023-10-27T14:44:47Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_views/custom_has_permission_admin/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.tmp/django/tests/admin_views/custom_has_permission_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.13478123425631324830.tmp/django/tests/admin_views/custom_has_permission_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.214 s [INFO] Finished at: 2023-10-27T14:44:51Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_views/test_nav_sidebar/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.tmp/django/tests/admin_views/test_nav_sidebar/genUnsupportedEO/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ test --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_views/test_nav_sidebar/genUnsupportedEO/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ test --- [INFO] No tests to run. [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2.779 s [INFO] Finished at: 2023-10-27T14:44:55Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_views/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 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.13478123425631324830.tmp/django/tests/admin_views/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.13478123425631324830.tmp/django/tests/admin_views/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: 3.205 s [INFO] Finished at: 2023-10-27T14:45:00Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_views/test_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 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.13478123425631324830.tmp/django/tests/admin_views/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.13478123425631324830.tmp/django/tests/admin_views/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: 3.578 s [INFO] Finished at: 2023-10-27T14:45:05Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_views/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 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.13478123425631324830.tmp/django/tests/admin_views/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.13478123425631324830.tmp/django/tests/admin_views/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.534 s [INFO] Finished at: 2023-10-27T14:45:08Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_views/customadmin/genUnsupportedEO [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.polystat:test >-------------------------- [INFO] Building test 0.0.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test --- [INFO] [INFO] --- eo:0.23.11:register (compile) @ test --- [INFO] Registered 1 EO sources from ./ to ./target/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.13478123425631324830.tmp/django/tests/admin_views/customadmin/genUnsupportedEO/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ test --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ test --- [INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_views/customadmin/genUnsupportedEO/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test --- [INFO] No sources to compile [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-27T14:45:12Z [INFO] ------------------------------------------------------------------------ checking syntax in /tmp/org.polystat.py2eo.13478123425631324830.tmp/django/tests/admin_views/tests/genUnsupportedEO f6a76f84b3d4eed9d6909bd76d94dc27f7d0b3370fbb2cca8839588cb8244f66 'pid' file is absent on the server after the end of operation; it seems that we didn't manage to start Docker container correctly