rultor.com logo This build log was produced by rultor.com for polystat/py2eo#465
+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 3593961
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Tue Oct 17 07:03:34 PM CEST 2023
+ uptime
 19:03:34 up 33 days, 22:17,  0 users,  load average: 2.13, 0.74, 0.37
+ 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-3Z9J
+ 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 +-
 pom.xml                         | 3 ++-
 transpiler/pom.xml              | 2 +-
 4 files changed, 5 insertions(+), 4 deletions(-)
+ docker_when_possible
+ true
++ uptime
++ sed 's/ /\n/g'
++ tail -n 1
+ load=0.40
++ echo 0.40 '>' 30
++ bc
./run.sh: line 111: bc: command not found
+ '[' -eq 1 ']'
./run.sh: line 111: [: -eq: unary operator expected
+ echo 'load average is 0.40, low enough to run a new Docker container'
load average is 0.40, 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 17 19:03 .
drwxrwxrwt 13 root   root   4096 Oct 17 19:03 ..
-rw-rw-r--  1 rultor rultor    9 Oct 17 19:03 docker-password
-rwxrwxr-x  1 rultor rultor  556 Oct 17 19:03 end.sh
-rwxrwxr-x  1 rultor rultor  363 Oct 17 19:03 entry.sh
-rw-rw-r--  1 rultor rultor    8 Oct 17 19:03 pid
-rw-rw-r--  1 rultor rultor 1228 Oct 17 19:03 pubring.gpg
drwxrwxr-x  6 rultor rultor 4096 Oct 17 19:03 repo
-rwxrwxr-x  1 rultor rultor 5859 Oct 17 19:03 run.sh
-rw-rw-r--  1 rultor rultor  586 Oct 17 19:03 script.sh
-rw-rw-r--  1 rultor rultor 2530 Oct 17 19:03 secring.gpg
-rw-rw-r--  1 rultor rultor  459 Oct 17 19:03 settings.xml
-rw-rw-r--  1 rultor rultor 5185 Oct 17 19:03 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-3Z9J:/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-3Z9J/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 -d '"'
++++++ tr '[A-Z]' '[a-z]'
+++++ 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&gt; to your 34m~/.rvmrc&lt;/code&gt; file.&lt;/warn&gt;\n'
++ ___text='33mWarning! PATH is not properly set up, /usr/local/rvm/gems/ruby-3.0.1/bin is not at first place.
         0mUsually this is caused by shell initialization files. Search for 34mPATH=...&lt;/code&gt; entries.
         You can also re-add RVM to your profile by running: 34mrvm get stable --auto-dotfiles&lt;/code&gt;
         To fix it temporarily in this shell session run: 34mrvm use ruby-3.0.1&lt;/code&gt;
         To ignore this error add 34mrvm_silence_path_mismatch_check_flag=1&lt;/code&gt; to your 34m~/.rvmrc&lt;/code&gt; file.&lt;/warn&gt;\n'
++ ___text='33mWarning! PATH is not properly set up, /usr/local/rvm/gems/ruby-3.0.1/bin is not at first place.
         0mUsually this is caused by shell initialization files. Search for 34mPATH=...</code> entries.
         You can also re-add RVM to your profile by running: 34mrvm get stable --auto-dotfiles</code>
         To fix it temporarily in this shell session run: 34mrvm use ruby-3.0.1</code>
         To ignore this error add 34mrvm_silence_path_mismatch_check_flag=1</code> to your 34m~/.rvmrc</code> file.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=(&quot;/etc/rvmrc&quot; &quot;$HOME/.rvmrc&quot;)
++ [[ -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 "$@&quot;
++ __rvm_string_match /usr/lib/postgresql/14/bin '/usr/local/rvm/*'
++ typeset _string
++ _string=/usr/lib/postgresql/14/bin
++ shift
++ ((  1  ))
++ case &quot;${_string}&quot; in
++ shift
++ ((  0  ))
++ return 1
++ _temp_array+=(&quot;$_iterator&quot;)
++ for _iterator in &quot;$@&quot;
++ __rvm_string_match /home/r/.cargo/bin '/usr/local/rvm/*'
++ typeset _string
++ _string=/home/r/.cargo/bin
++ shift
++ ((  1  ))
++ case &quot;${_string}&quot; 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 == &quot;&quot;)                 $n=&quot;0&quot;             # 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
+++ awk '-F\t' '{print $2}'
+++ 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=(&quot;/etc/rvmrc&quot; &quot;$HOME/.rvmrc&quot;)
++++ [[ -n /usr/local ]]
++++ [[ /home/r/.rvmrc -ef /usr/local/.rvmrc ]]
++++ rvm_rvmrc_files+=(&quot;${rvm_prefix}/.rvmrc&quot;)
++++ for rvmrc in &quot;${rvm_rvmrc_files[@]}&quot;
++++ [[ -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[@]}&quot;
++++ eval '__rvm_tail() { \tail &quot;$@&quot; || return $?; }'
++++ for gnu_util in &quot;${gnu_utils[@]}&quot;
++++ eval '__rvm_tar() { \tar &quot;$@&quot; || return $?; }'
++++ for gnu_util in &quot;${gnu_utils[@]}&quot;
++++ eval '__rvm_xargs() { \xargs &quot;$@&quot; || 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 &quot;${rvm_rvmrc_files[@]}&quot;
++ [[ -s /etc/rvmrc ]]
++ __rvm_grep '^\s*rvm .*$' /etc/rvmrc
++ source /etc/rvmrc
+++ umask u=rwx,g=rwx,o=rx
++ for _file in "${rvm_rvmrc_files[@]}"
++ [[ -s /home/r/.rvmrc ]]
++ for _file in "${rvm_rvmrc_files[@]}"
++ [[ -s /usr/local/.rvmrc ]]
++ return 0
++ 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+=(&quot;$_iterator&quot;)
++ for _iterator in &quot;$@&quot;
++ __rvm_string_match /home/r/.cargo/bin '/usr/local/rvm/*'
++ typeset _string
++ _string=/home/r/.cargo/bin
++ shift
++ ((  1  ))
++ case &quot;${_string}&quot; in
++ shift
++ ((  0  ))
++ return 1
++ _temp_array+=(&quot;$_iterator&quot;)
++ for _iterator in &quot;$@&quot;
++ __rvm_string_match /usr/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)&quot;. &quot;substr($n, 2)   # old jruby 0RC1 notation
      if (n == 1 &amp;&amp; $n ~ /^[0-9]/)  $n=&quot;zzz.&quot;$n        # first group must be a string
      if (n > 1 && $n ~ /^[a-z]/)   $n=" "$n           # names go before numbers thanks to space
    }
    print $0"\t"original                               # print the transformed version and original separated by \t
                                                       # so we can extract original after sorting
  }'
+++ awk '-F\t' '{print $2}'
+++ LC_ALL=C
+++ sort -t. -k 1,1d -k 2,2n -k 3,3n -k 4,4n -k 5,5n -k 6,6n -k 7,7n -k 8,8n -k 9,9n
++ first=2.0.0
++ case "$2" in
++ [[ 2.0.0 == \h\e\a\d ]]
++ [[ 2.0.0 == \2\.\0\.\0 ]]
++ return 0
++ __rvm_which gem
++ command which gem
+++ RUBYGEMS_GEMDEPS=
+++ gem --version
+++ typeset result
+++ typeset rvmrc
+++ rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc")
+++ [[ -n /usr/local ]]
+++ [[ /home/r/.rvmrc -ef /usr/local/.rvmrc ]]
+++ rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc")
+++ for rvmrc in "${rvm_rvmrc_files[@]}"
+++ [[ -s /etc/rvmrc ]]
+++ source /etc/rvmrc
++++ umask u=rwx,g=rwx,o=rx
+++ for rvmrc in "${rvm_rvmrc_files[@]}"
+++ [[ -s /home/r/.rvmrc ]]
+++ true
+++ for rvmrc in "${rvm_rvmrc_files[@]}"
+++ [[ -s /usr/local/.rvmrc ]]
+++ true
+++ unset rvm_rvmrc_files
+++ command gem --version
+++ hash -r
+++ return 0
++ __gem_version=3.2.15
++ [[ -n 3.2.15 ]]
++ __rvm_version_compare 3.2.15 -lt 2.0.0
++ typeset first
+++ command printf %b '3.2.15\n2.0.0\n'
+++ __rvm_version_sort
+++ command head -n1
+++ command awk '-F[.-]' -v OFS=. '{                   # split on "." and "-", merge back with "."
    original=$0                                        # save original to preserve it before the line is changed
    for (n=1; n<10; n++) {                             # iterate through max 9 components of version
      $n=tolower($n)                                   # ignore case for sorting
      if ($n == "")                 $n="0"             # treat non existing parts as 0
      if ($n ~ /^p[0-9]/)           $n=substr($n, 2)   # old ruby -p notation
      if ($n ~ /^[0-9](rc|b)/)      $n=substr($n, 1, 1)". "substr($n, 2)   # old jruby 0RC1 notation
      if (n == 1 && $n ~ /^[0-9]/)  $n="zzz."$n        # first group must be a string
      if (n > 1 && $n ~ /^[a-z]/)   $n=" "$n           # names go before numbers thanks to space
    }
    print $0"\t"original                               # print the transformed version and original separated by \t
                                                       # so we can extract original after sorting
  }'
+++ awk '-F\t' '{print $2}'
+++ LC_ALL=C
+++ sort -t. -k 1,1d -k 2,2n -k 3,3n -k 4,4n -k 5,5n -k 6,6n -k 7,7n -k 8,8n -k 9,9n
++ first=2.0.0
++ case "$2" in
++ [[ 2.0.0 == \h\e\a\d ]]
++ [[ 2.0.0 == \3\.\2\.\1\5 ]]
++ return 1
++ current_result=0
++ ((  result  ))
++ result=0
++ ((  result  ))
++ case "$rvm_action" in
++ current_result=0
++ ((  result  ))
++ result=0
++ typeset __local_rvm_trace_flag
++ __local_rvm_trace_flag=0
++ __rvm_cli_autoreload
++ [[ 0 -eq 1 ]]
++ __rvm_teardown
++ builtin command -v __rvm_cleanup_tmp
++ __rvm_cleanup_tmp
++ [[ -d /usr/local/rvm/tmp/ ]]
++ case "${rvm_tmp_path%\/}" in
++ __rvm_rm_rf '/usr/local/rvm/tmp/282*'
++ __rvm_rm_rf_verbose '/usr/local/rvm/tmp/282*'
++ typeset target
++ target='/usr/local/rvm/tmp/282*'
++ [[ -n '' ]]
++ [[ -n 5.1.16(1)-release ]]
++ builtin shopt -s extglob
++ case "${target}" in
++ [[ -z /usr/local/rvm/tmp/282* ]]
++ [[ -d /usr/local/rvm/tmp/282* ]]
++ [[ -f /usr/local/rvm/tmp/282* ]]
++ [[ -L /usr/local/rvm/tmp/282* ]]
++ rvm_debug '__rvm_rm_rf already gone: /usr/local/rvm/tmp/282*'
++ ((  0  ))
++ return 0
++ true
++ true
++ export __rvm_env_loaded
++ : __rvm_env_loaded:1:
++ : __rvm_env_loaded:1:
++ : __rvm_env_loaded:0:
++ [[ -z /usr/local/rvm/tmp ]]
++ ((  __rvm_env_loaded > 0  ))
++ [[ -n 5.1.16(1)-release ]]
++ trap - EXIT HUP INT QUIT TERM
++ [[ -n '' ]]
++ ((  rvm_bash_nounset == 1  ))
++ unset rvm_bash_nounset
++ [[ -n '' ]]
++ [[ -n 0002 ]]
++ umask 0002
++ unset rvm_stored_umask
++ builtin command -v __rvm_cleanup_download
++ [[ 1 == \1 ]]
++ set -e
++ __variables_definition unset
++ typeset -a __variables_list __array_list
++ typeset __method
++ __method=unset
++ __variables_list=(rvm_head_flag rvm_ruby_selected_flag rvm_user_install_flag rvm_path_flag rvm_cron_flag rvm_static_flag rvm_default_flag rvm_loaded_flag rvm_llvm_flag rvm_skip_autoreconf_flag rvm_dynamic_extensions_flag rvm_18_flag rvm_19_flag rvm_20_flag rvm_21_flag rvm_force_autoconf_flag rvm_dump_environment_flag rvm_curl_flags rvm_rubygems_version rvm_verbose_flag rvm_debug_flag rvm_trace_flag __array_start rvm_skip_pristine_flag rvm_create_flag rvm_remove_flag rvm_movable_flag rvm_archive_flag rvm_gemdir_flag rvm_reload_flag rvm_auto_reload_flag rvm_disable_binary_flag rvm_ignore_gemsets_flag rvm_skip_gemsets_flag rvm_install_on_use_flag rvm_remote_flag rvm_verify_downloads_flag rvm_skip_openssl_flag rvm_gems_cache_path rvm_gems_path rvm_man_path rvm_ruby_gem_path rvm_ruby_log_path rvm_gems_cache_path rvm_archives_path rvm_docs_path rvm_environments_path rvm_examples_path rvm_gems_path rvm_gemsets_path rvm_help_path rvm_hooks_path rvm_lib_path rvm_log_path rvm_patches_path rvm_repos_path rvm_rubies_path rvm_scripts_path rvm_src_path rvm_tmp_path rvm_user_path rvm_usr_path rvm_wrappers_path rvm_stored_errexit rvm_ruby_strings rvm_ruby_binary rvm_ruby_gem_home rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_major_version rvm_ruby_minor_version rvm_ruby_package_name rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_repo_branch rvm_ruby_revision rvm_ruby_tag rvm_ruby_sha rvm_ruby_repo_tag rvm_ruby_version rvm_ruby_package_file rvm_ruby_name rvm_ruby_name rvm_ruby_args rvm_ruby_user_tag rvm_ruby_patch detected_rvm_ruby_name __rvm_env_loaded next_token rvm_error_message rvm_gemset_name rvm_parse_break rvm_token rvm_action rvm_export_args rvm_gemset_separator rvm_expanding_aliases rvm_tar_command rvm_tar_options rvm_patch_original_pwd rvm_project_rvmrc rvm_archive_extension rvm_autoinstall_bundler_flag rvm_codesign_identity rvm_expected_gemset_name rvm_without_gems rvm_with_gems rvm_with_default_gems rvm_ignore_dotfiles_flag rvm_fuzzy_flag rvm_autolibs_flag rvm_autolibs_flag_number rvm_autolibs_flag_runner rvm_quiet_curl_flag rvm_max_time_flag rvm_error_clr rvm_warn_clr rvm_debug_clr rvm_notify_clr rvm_code_clr rvm_comment_clr rvm_reset_clr rvm_error_color rvm_warn_color rvm_debug_color rvm_notify_color rvm_code_color rvm_comment_color rvm_reset_color rvm_log_timestamp rvm_log_filesystem rvm_log_namelen rvm_show_log_lines_on_error)
++ __array_list=(rvm_patch_names rvm_ree_options rvm_autoconf_flags rvm_architectures)
++ case "${__method}" in
++ unset rvm_patch_names rvm_ree_options rvm_autoconf_flags rvm_architectures
++ unset rvm_head_flag rvm_ruby_selected_flag rvm_user_install_flag rvm_path_flag rvm_cron_flag rvm_static_flag rvm_default_flag rvm_loaded_flag rvm_llvm_flag rvm_skip_autoreconf_flag rvm_dynamic_extensions_flag rvm_18_flag rvm_19_flag rvm_20_flag rvm_21_flag rvm_force_autoconf_flag rvm_dump_environment_flag rvm_curl_flags rvm_rubygems_version rvm_verbose_flag rvm_debug_flag rvm_trace_flag __array_start rvm_skip_pristine_flag rvm_create_flag rvm_remove_flag rvm_movable_flag rvm_archive_flag rvm_gemdir_flag rvm_reload_flag rvm_auto_reload_flag rvm_disable_binary_flag rvm_ignore_gemsets_flag rvm_skip_gemsets_flag rvm_install_on_use_flag rvm_remote_flag rvm_verify_downloads_flag rvm_skip_openssl_flag rvm_gems_cache_path rvm_gems_path rvm_man_path rvm_ruby_gem_path rvm_ruby_log_path rvm_gems_cache_path rvm_archives_path rvm_docs_path rvm_environments_path rvm_examples_path rvm_gems_path rvm_gemsets_path rvm_help_path rvm_hooks_path rvm_lib_path rvm_log_path rvm_patches_path rvm_repos_path rvm_rubies_path rvm_scripts_path rvm_src_path rvm_tmp_path rvm_user_path rvm_usr_path rvm_wrappers_path rvm_stored_errexit rvm_ruby_strings rvm_ruby_binary rvm_ruby_gem_home rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_major_version rvm_ruby_minor_version rvm_ruby_package_name rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_repo_branch rvm_ruby_revision rvm_ruby_tag rvm_ruby_sha rvm_ruby_repo_tag rvm_ruby_version rvm_ruby_package_file rvm_ruby_name rvm_ruby_name rvm_ruby_args rvm_ruby_user_tag rvm_ruby_patch detected_rvm_ruby_name __rvm_env_loaded next_token rvm_error_message rvm_gemset_name rvm_parse_break rvm_token rvm_action rvm_export_args rvm_gemset_separator rvm_expanding_aliases rvm_tar_command rvm_tar_options rvm_patch_original_pwd rvm_project_rvmrc rvm_archive_extension rvm_autoinstall_bundler_flag rvm_codesign_identity rvm_expected_gemset_name rvm_without_gems rvm_with_gems rvm_with_default_gems rvm_ignore_dotfiles_flag rvm_fuzzy_flag rvm_autolibs_flag rvm_autolibs_flag_number rvm_autolibs_flag_runner rvm_quiet_curl_flag rvm_max_time_flag rvm_error_clr rvm_warn_clr rvm_debug_clr rvm_notify_clr rvm_code_clr rvm_comment_clr rvm_reset_clr rvm_error_color rvm_warn_color rvm_debug_color rvm_notify_color rvm_code_color rvm_comment_color rvm_reset_color rvm_log_timestamp rvm_log_filesystem rvm_log_namelen rvm_show_log_lines_on_error
++ [[ -n 5.1.16(1)-release ]]
++ export -fn __rvm_select_version_variables __rvm_ruby_string_parse_ __rvm_rm_rf_verbose __rvm_parse_args __rvm_ruby_string_find __rvm_file_load_env __rvm_remove_without_gems
++ unset _system_arch _system_name _system_type _system_version
++ return 0
++ ((  __local_rvm_trace_flag > 0  ))
++ return 0
++ export JAVA_HOME=/usr/lib/jvm/java-11
++ JAVA_HOME=/usr/lib/jvm/java-11
++ export PATH=/usr/local/rvm/gems/ruby-3.0.1/bin:/usr/local/rvm/gems/ruby-3.0.1@global/bin:/usr/local/rvm/rubies/ruby-3.0.1/bin:/usr/local/rvm/bin:/home/r/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/texlive/2023/bin/latest:/usr/lib/postgresql/14/bin:/home/r/.cargo/bin:/usr/local/texlive/2023/bin/latest:/usr/lib/postgresql/14/bin
++ PATH=/usr/local/rvm/gems/ruby-3.0.1/bin:/usr/local/rvm/gems/ruby-3.0.1@global/bin:/usr/local/rvm/rubies/ruby-3.0.1/bin:/usr/local/rvm/bin:/home/r/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/texlive/2023/bin/latest:/usr/lib/postgresql/14/bin:/home/r/.cargo/bin:/usr/local/texlive/2023/bin/latest:/usr/lib/postgresql/14/bin
++ export M2_HOME=/usr/local/apache-maven/apache-maven-
++ M2_HOME=/usr/local/apache-maven/apache-maven-
++ . /home/r/.cargo/env
+++ case ":${PATH}:" in
++ export PATH=/usr/local/rvm/gems/ruby-3.0.1/bin:/usr/local/rvm/gems/ruby-3.0.1@global/bin:/usr/local/rvm/rubies/ruby-3.0.1/bin:/usr/local/rvm/bin:/home/r/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/texlive/2023/bin/latest:/usr/lib/postgresql/14/bin:/home/r/.cargo/bin:/usr/local/texlive/2023/bin/latest:/usr/lib/postgresql/14/bin:/home/r/.cargo/bin
++ PATH=/usr/local/rvm/gems/ruby-3.0.1/bin:/usr/local/rvm/gems/ruby-3.0.1@global/bin:/usr/local/rvm/rubies/ruby-3.0.1/bin:/usr/local/rvm/bin:/home/r/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/texlive/2023/bin/latest:/usr/lib/postgresql/14/bin:/home/r/.cargo/bin:/usr/local/texlive/2023/bin/latest:/usr/lib/postgresql/14/bin:/home/r/.cargo/bin
+ shopt -s expand_aliases
+ alias 'sudo=sudo -i'
+ export HOME=/home/r
+ HOME=/home/r
+ cd /home/r/repo
+ __zsh_like_cd cd /home/r/repo
+ typeset __zsh_like_cd_hook
+ builtin cd /home/r/repo
+ for __zsh_like_cd_hook in chpwd "${chpwd_functions[@]}"
+ typeset -f chpwd
+ for __zsh_like_cd_hook in chpwd "${chpwd_functions[@]}"
+ typeset -f __rvm_cd_functions_set
+ __rvm_cd_functions_set
+ __rvm_do_with_env_before
+ [[ -n '' ]]
+ [[ -n /usr/local/rvm ]]
+ source /usr/local/rvm/scripts/initialize
++ [[ -n 5.1.16(1)-release ]]
++ shopt -s extglob
++ ((  0 == 1  ))
++ export __rvm_env_loaded
++ : __rvm_env_loaded:0:
++ : __rvm_env_loaded:1:
++ [[ -z '' ]]
++ typeset -f __rvm_cleanse_variables
++ __rvm_cleanse_variables
++ __rvm_unset_ruby_variables
++ unset rvm_env_string rvm_ruby_string rvm_ruby_strings rvm_ruby_binary rvm_ruby_gem_home rvm_ruby_gem_path rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_log_path rvm_ruby_major_version rvm_ruby_minor_version rvm_ruby_package_name rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_repo_branch rvm_ruby_revision rvm_ruby_selected_flag rvm_ruby_tag rvm_ruby_version rvm_head_flag rvm_ruby_package_file rvm_ruby_configure rvm_ruby_name rvm_ruby_url rvm_ruby_global_gems_path rvm_ruby_args rvm_ruby_name rvm_llvm_flag rvm_ruby_repo_tag
++ __rvm_load_rvmrc
++ typeset _file
++ typeset -a rvm_rvmrc_files
++ ((  0 == 1  ))
++ [[ -n '' ]]
+++ umask
++ export rvm_stored_umask=0002
++ rvm_stored_umask=0002
++ rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc")
++ [[ -n /usr/local ]]
++ [[ /home/r/.rvmrc -ef /usr/local/.rvmrc ]]
++ rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc")
++ for _file in "${rvm_rvmrc_files[@]}"
++ [[ -s /etc/rvmrc ]]
++ __rvm_grep '^\s*rvm .*$' /etc/rvmrc
++ source /etc/rvmrc
+++ umask u=rwx,g=rwx,o=rx
++ for _file in "${rvm_rvmrc_files[@]}"
++ [[ -s /home/r/.rvmrc ]]
++ for _file in "${rvm_rvmrc_files[@]}"
++ [[ -s /usr/local/.rvmrc ]]
++ return 0
++ [[ 0 -eq 1 ]]
++ unset rvm_gemset_name
++ unset rvm_configure_flags rvm_patch_names rvm_make_flags
++ unset rvm_env_string rvm_ruby_string rvm_action rvm_error_message rvm_force_flag rvm_debug_flag rvm_delete_flag rvm_summary_flag rvm_json_flag rvm_yaml_flag rvm_file_name rvm_user_flag rvm_system_flag rvm_install_flag rvm_llvm_flag rvm_sticky_flag rvm_rvmrc_flag rvm_gems_flag rvm_docs_flag rvm_ruby_alias rvm_static_flag rvm_archive_extension rvm_hook rvm_ruby_name rvm_remote_flag
++ __rvm_load_rvmrc
++ typeset _file
++ typeset -a rvm_rvmrc_files
++ ((  0 == 1  ))
++ [[ -n 0002 ]]
++ rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc")
++ [[ -n /usr/local ]]
++ [[ /home/r/.rvmrc -ef /usr/local/.rvmrc ]]
++ rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc")
++ for _file in "${rvm_rvmrc_files[@]}"
++ [[ -s /etc/rvmrc ]]
++ __rvm_grep '^\s*rvm .*$' /etc/rvmrc
++ source /etc/rvmrc
+++ umask u=rwx,g=rwx,o=rx
++ for _file in "${rvm_rvmrc_files[@]}"
++ [[ -s /home/r/.rvmrc ]]
++ for _file in "${rvm_rvmrc_files[@]}"
++ [[ -s /usr/local/.rvmrc ]]
++ return 0
++ ((  0 == 0  ))
++ [[ -n 0002 ]]
++ rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc")
++ [[ -n /usr/local ]]
++ [[ /home/r/.rvmrc -ef /usr/local/.rvmrc ]]
++ rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc")
++ for rvmrc in "${rvm_rvmrc_files[@]}"
++ [[ -f /etc/rvmrc ]]
++ GREP_OPTIONS=
++ command grep '^\s*rvm .*$' /etc/rvmrc
++ source /etc/rvmrc
+++ umask u=rwx,g=rwx,o=rx
++ for rvmrc in "${rvm_rvmrc_files[@]}"
++ [[ -f /home/r/.rvmrc ]]
++ for rvmrc in "${rvm_rvmrc_files[@]}"
++ [[ -f /usr/local/.rvmrc ]]
++ unset rvm_rvmrc_files
++ export rvm_path
++ [[ -z /usr/local/rvm ]]
++ true /usr/local/rvm/scripts
++ [[ -n '' ]]
++ case "$rvm_path" in
++ rvm_user_install_flag=0
++ export rvm_user_install_flag
++ : rvm_bin_path:/usr/local/rvm/bin rvm_man_path:/usr/local/rvm/share/man rvm_archives_path:/usr/local/rvm/archives rvm_docs_path:/usr/local/rvm/docs rvm_environments_path:/usr/local/rvm/environments rvm_examples_path:/usr/local/rvm/examples rvm_gems_path:/usr/local/rvm/gems rvm_gemsets_path:/usr/local/rvm/gemsets rvm_help_path:/usr/local/rvm/help rvm_docs_path:/usr/local/rvm/docs rvm_hooks_path:/usr/local/rvm/hooks rvm_lib_path:/usr/local/rvm/lib rvm_log_path:/usr/local/rvm/log rvm_patches_path:/usr/local/rvm/patches rvm_repos_path:/usr/local/rvm/repos rvm_rubies_path:/usr/local/rvm/rubies rvm_rubygems_path:/usr/local/rvm/rubygems rvm_src_path:/usr/local/rvm/src rvm_tmp_path:/usr/local/rvm/tmp rvm_user_path:/usr/local/rvm/user rvm_usr_path:/usr/local/rvm/usr rvm_wrappers_path:/usr/local/rvm/wrappers rvm_verbose_flag:0 rvm_debug_flag:0 rvm_gems_cache_path:/usr/local/rvm/gems/cache
++ export rvm_action rvm_alias_expanded rvm_archive_extension rvm_archives_path rvm_bin_flag rvm_bin_path rvm_debug_flag rvm_default_flag rvm_delete_flag rvm_docs_path rvm_docs_type rvm_dump_environment_flag rvm_environments_path rvm_error_message rvm_examples_path rvm_expanding_aliases rvm_file_name rvm_gemdir_flag rvm_gems_cache_path rvm_gems_path rvm_gemset_name rvm_gemset_separator rvm_gemsets_path rvm_gemstone_package_file rvm_gemstone_url rvm_head_flag rvm_help_path rvm_docs_path rvm_hook rvm_hooks_path rvm_install_on_use_flag rvm_lib_path rvm_llvm_flag rvm_loaded_flag rvm_log_path rvm_niceness rvm_nightly_flag rvm_only_path_flag rvm_parse_break rvm_patch_original_pwd rvm_patches_path rvm_path rvm_pretty_print_flag rvm_proxy rvm_quiet_flag rvm_reload_flag rvm_remove_flag rvm_repos_path rvm_rubies_path rvm_ruby_alias rvm_ruby_args rvm_ruby_binary rvm_ruby_bits rvm_ruby_configure rvm_ruby_file rvm_ruby_gem_home rvm_ruby_gem_path rvm_ruby_global_gems_path rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_major_version rvm_ruby_make rvm_ruby_make_install rvm_ruby_minor_version rvm_ruby_mode rvm_ruby_name rvm_ruby_package_file rvm_ruby_package_name rvm_ruby_patch rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_revision rvm_ruby_selected_flag rvm_ruby_sha rvm_ruby_string rvm_ruby_strings rvm_ruby_tag rvm_ruby_url rvm_ruby_user_tag rvm_ruby_version rvm_script_name rvm_scripts_path rvm_sdk rvm_user_install_flag rvm_silent_flag rvm_src_path rvm_sticky_flag rvm_system_flag rvm_tmp_path rvm_token rvm_trace_flag rvm_use_flag rvm_user_flag rvm_user_path rvm_usr_path rvm_verbose_flag rvm_wrappers_path rvm_ruby_repo_branch rvm_man_path rvm_remote_flag rvm_ruby_repo_tag
+ __rvm_setup
+ __variables_definition export
+ typeset -a __variables_list __array_list
+ typeset __method
+ __method=export
+ __variables_list=(rvm_head_flag rvm_ruby_selected_flag rvm_user_install_flag rvm_path_flag rvm_cron_flag rvm_static_flag rvm_default_flag rvm_loaded_flag rvm_llvm_flag rvm_skip_autoreconf_flag rvm_dynamic_extensions_flag rvm_18_flag rvm_19_flag rvm_20_flag rvm_21_flag rvm_force_autoconf_flag rvm_dump_environment_flag rvm_curl_flags rvm_rubygems_version rvm_verbose_flag rvm_debug_flag rvm_trace_flag __array_start rvm_skip_pristine_flag rvm_create_flag rvm_remove_flag rvm_movable_flag rvm_archive_flag rvm_gemdir_flag rvm_reload_flag rvm_auto_reload_flag rvm_disable_binary_flag rvm_ignore_gemsets_flag rvm_skip_gemsets_flag rvm_install_on_use_flag rvm_remote_flag rvm_verify_downloads_flag rvm_skip_openssl_flag rvm_gems_cache_path rvm_gems_path rvm_man_path rvm_ruby_gem_path rvm_ruby_log_path rvm_gems_cache_path rvm_archives_path rvm_docs_path rvm_environments_path rvm_examples_path rvm_gems_path rvm_gemsets_path rvm_help_path rvm_hooks_path rvm_lib_path rvm_log_path rvm_patches_path rvm_repos_path rvm_rubies_path rvm_scripts_path rvm_src_path rvm_tmp_path rvm_user_path rvm_usr_path rvm_wrappers_path rvm_stored_errexit rvm_ruby_strings rvm_ruby_binary rvm_ruby_gem_home rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_major_version rvm_ruby_minor_version rvm_ruby_package_name rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_repo_branch rvm_ruby_revision rvm_ruby_tag rvm_ruby_sha rvm_ruby_repo_tag rvm_ruby_version rvm_ruby_package_file rvm_ruby_name rvm_ruby_name rvm_ruby_args rvm_ruby_user_tag rvm_ruby_patch detected_rvm_ruby_name __rvm_env_loaded next_token rvm_error_message rvm_gemset_name rvm_parse_break rvm_token rvm_action rvm_export_args rvm_gemset_separator rvm_expanding_aliases rvm_tar_command rvm_tar_options rvm_patch_original_pwd rvm_project_rvmrc rvm_archive_extension rvm_autoinstall_bundler_flag rvm_codesign_identity rvm_expected_gemset_name rvm_without_gems rvm_with_gems rvm_with_default_gems rvm_ignore_dotfiles_flag rvm_fuzzy_flag rvm_autolibs_flag rvm_autolibs_flag_number rvm_autolibs_flag_runner rvm_quiet_curl_flag rvm_max_time_flag rvm_error_clr rvm_warn_clr rvm_debug_clr rvm_notify_clr rvm_code_clr rvm_comment_clr rvm_reset_clr rvm_error_color rvm_warn_color rvm_debug_color rvm_notify_color rvm_code_color rvm_comment_color rvm_reset_color rvm_log_timestamp rvm_log_filesystem rvm_log_namelen rvm_show_log_lines_on_error)
+ __array_list=(rvm_patch_names rvm_ree_options rvm_autoconf_flags rvm_architectures)
+ case "${__method}" in
+ true
+ export rvm_head_flag rvm_ruby_selected_flag rvm_user_install_flag rvm_path_flag rvm_cron_flag rvm_static_flag rvm_default_flag rvm_loaded_flag rvm_llvm_flag rvm_skip_autoreconf_flag rvm_dynamic_extensions_flag rvm_18_flag rvm_19_flag rvm_20_flag rvm_21_flag rvm_force_autoconf_flag rvm_dump_environment_flag rvm_curl_flags rvm_rubygems_version rvm_verbose_flag rvm_debug_flag rvm_trace_flag __array_start rvm_skip_pristine_flag rvm_create_flag rvm_remove_flag rvm_movable_flag rvm_archive_flag rvm_gemdir_flag rvm_reload_flag rvm_auto_reload_flag rvm_disable_binary_flag rvm_ignore_gemsets_flag rvm_skip_gemsets_flag rvm_install_on_use_flag rvm_remote_flag rvm_verify_downloads_flag rvm_skip_openssl_flag rvm_gems_cache_path rvm_gems_path rvm_man_path rvm_ruby_gem_path rvm_ruby_log_path rvm_gems_cache_path rvm_archives_path rvm_docs_path rvm_environments_path rvm_examples_path rvm_gems_path rvm_gemsets_path rvm_help_path rvm_hooks_path rvm_lib_path rvm_log_path rvm_patches_path rvm_repos_path rvm_rubies_path rvm_scripts_path rvm_src_path rvm_tmp_path rvm_user_path rvm_usr_path rvm_wrappers_path rvm_stored_errexit rvm_ruby_strings rvm_ruby_binary rvm_ruby_gem_home rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_major_version rvm_ruby_minor_version rvm_ruby_package_name rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_repo_branch rvm_ruby_revision rvm_ruby_tag rvm_ruby_sha rvm_ruby_repo_tag rvm_ruby_version rvm_ruby_package_file rvm_ruby_name rvm_ruby_name rvm_ruby_args rvm_ruby_user_tag rvm_ruby_patch detected_rvm_ruby_name __rvm_env_loaded next_token rvm_error_message rvm_gemset_name rvm_parse_break rvm_token rvm_action rvm_export_args rvm_gemset_separator rvm_expanding_aliases rvm_tar_command rvm_tar_options rvm_patch_original_pwd rvm_project_rvmrc rvm_archive_extension rvm_autoinstall_bundler_flag rvm_codesign_identity rvm_expected_gemset_name rvm_without_gems rvm_with_gems rvm_with_default_gems rvm_ignore_dotfiles_flag rvm_fuzzy_flag rvm_autolibs_flag rvm_autolibs_flag_number rvm_autolibs_flag_runner rvm_quiet_curl_flag rvm_max_time_flag rvm_error_clr rvm_warn_clr rvm_debug_clr rvm_notify_clr rvm_code_clr rvm_comment_clr rvm_reset_clr rvm_error_color rvm_warn_color rvm_debug_color rvm_notify_color rvm_code_color rvm_comment_color rvm_reset_color rvm_log_timestamp rvm_log_filesystem rvm_log_namelen rvm_show_log_lines_on_error
+ [[ -n 5.1.16(1)-release ]]
+ export -fn __rvm_select_version_variables __rvm_ruby_string_parse_ __rvm_rm_rf_verbose __rvm_parse_args __rvm_ruby_string_find __rvm_file_load_env __rvm_remove_without_gems
+ ((  __rvm_env_loaded != 1  ))
+ [[ -n 5.1.16(1)-release ]]
+ __function_on_stack cd pushd popd
+ __rvm_string_includes '__function_on_stack __rvm_setup __rvm_do_with_env_before __rvm_cd_functions_set __zsh_like_cd cd main' cd pushd popd
+ typeset __search '__text=__function_on_stack __rvm_setup __rvm_do_with_env_before __rvm_cd_functions_set __zsh_like_cd cd main'
+ shift
+ for __search in "$@"
+ [[  __function_on_stack __rvm_setup __rvm_do_with_env_before __rvm_cd_functions_set __zsh_like_cd cd main  == *\ \c\d\ * ]]
+ return 0
+ [[ -n '' ]]
+ [[ -n '' ]]
+ __rvm_project_rvmrc
+ export __rvm_project_rvmrc_lock
+ : __rvm_project_rvmrc_lock:0
+ : __rvm_project_rvmrc_lock:1
+ ((  __rvm_project_rvmrc_lock > 1  ))
+ typeset working_dir found_file rvm_trustworthiness_result save_PATH
+ working_dir=/home/r/repo
+ save_PATH=/usr/local/rvm/gems/ruby-3.0.1/bin:/usr/local/rvm/gems/ruby-3.0.1@global/bin:/usr/local/rvm/rubies/ruby-3.0.1/bin:/usr/local/rvm/bin:/home/r/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/texlive/2023/bin/latest:/usr/lib/postgresql/14/bin:/home/r/.cargo/bin:/usr/local/texlive/2023/bin/latest:/usr/lib/postgresql/14/bin:/home/r/.cargo/bin
+ :
+ [[ -z /home/r/repo ]]
+ [[ /home/r == \/\h\o\m\e\/\r\/\r\e\p\o ]]
+ [[ /usr/local == \/\h\o\m\e\/\r\/\r\e\p\o ]]
+ [[ /home/r/repo == \. ]]
+ __rvm_project_dir_check /home/r/repo found_file
+ typeset _found_file path_to_check variable variable_default
+ typeset -a _valid_files
+ path_to_check=/home/r/repo
+ variable=found_file
+ variable_default=
+ _valid_files=("$path_to_check" "$path_to_check/.rvmrc" "$path_to_check/.versions.conf" "$path_to_check/.ruby-version" "$path_to_check/.rbfu-version" "$path_to_check/.rbenv-version" "$path_to_check/Gemfile")
+ __rvm_find_first_file _found_file /home/r/repo /home/r/repo/.rvmrc /home/r/repo/.versions.conf /home/r/repo/.ruby-version /home/r/repo/.rbfu-version /home/r/repo/.rbenv-version /home/r/repo/Gemfile
+ typeset _first_file _variable_first_file __file_enum
+ _first_file=
+ _variable_first_file=_found_file
+ shift
+ for __file_enum in "$@"
+ [[ -f /home/r/repo ]]
+ for __file_enum in "$@"
+ [[ -f /home/r/repo/.rvmrc ]]
+ for __file_enum in "$@"
+ [[ -f /home/r/repo/.versions.conf ]]
+ for __file_enum in "$@"
+ [[ -f /home/r/repo/.ruby-version ]]
+ for __file_enum in "$@"
+ [[ -f /home/r/repo/.rbfu-version ]]
+ for __file_enum in "$@"
+ [[ -f /home/r/repo/.rbenv-version ]]
+ for __file_enum in "$@"
+ [[ -f /home/r/repo/Gemfile ]]
+ eval '_found_file=""'
++ _found_file=
+ return 1
+ true
+ [[ ! -s '' ]]
+ _found_file=
+ [[ -n found_file ]]
+ eval 'found_file="${_found_file:-}"'
++ found_file=
+ [[ -n '' ]]
+ typeset __result=1
+ unset RVM_PROJECT_PATH
+ return 1
+ working_dir=/home/r
+ :
+ [[ -z /home/r ]]
+ [[ /home/r == \/\h\o\m\e\/\r ]]
+ ((  0 >= 1  ))
+ [[ -n '' ]]
+ __rvm_file_env_check_unload
+ ((  0 > 0  ))
+ rvm_saved_env=()
+ unset rvm_current_rvmrc rvm_previous_environment
+ break
+ unset __rvm_project_rvmrc_lock
+ return 1
+ true
+ __rvm_after_cd
+ typeset rvm_hook
+ rvm_hook=after_cd
+ [[ -n /usr/local/rvm/scripts ]]
+ source /usr/local/rvm/scripts/hook
++ typeset old_rvm_verbose_flag old_rvm_debug_flag
++ old_rvm_verbose_flag=0
++ old_rvm_debug_flag=0
++ typeset rvm_verbose_flag rvm_debug_flag hooks
++ true rvm_verbose_flag:0 rvm_hooks_path:/usr/local/rvm/hooks rvm_debug_flag:0 rvm_hook:after_cd
++ [[ -n after_cd ]]
++ hooks=()
++ [[ -d /usr/local/rvm/hooks ]]
++ hooks+=("$rvm_hooks_path")
++ [[ /home/r/repo/.rvm/hooks != \/\u\s\r\/\l\o\c\a\l\/\r\v\m\/\h\o\o\k\s ]]
++ [[ -d /home/r/repo/.rvm/hooks ]]
++ [[ -n /usr/local/rvm/hooks ]]
++ __rvm_read_lines _hooks_list /dev/fd/63
++ typeset IFS
++ IFS='
'
+++ __rvm_find -L /usr/local/rvm/hooks -iname 'after_cd*' -type f
++ [[ /dev/fd/63 == \- ]]
++ eval '_hooks_list=( $( \command \cat "${2:--}" ) )'
+++ _hooks_list=($( \command \cat "${2:--}" ))
++++ command cat /dev/fd/63
++ for hook in "${_hooks_list[@]}"
++ [[ -x /usr/local/rvm/hooks/after_cd_bundler ]]
++ [[ after_cd_bundler == \a\f\t\e\r\_\c\d ]]
++ for hook in "${_hooks_list[@]}"
++ [[ -x /usr/local/rvm/hooks/after_cd_install_vendored_gems ]]
++ [[ after_cd_install_vendored_gems == \a\f\t\e\r\_\c\d ]]
++ unset rvm_hook hooks _hooks_list hook
+ __rvm_do_with_env_after
+ __rvm_teardown
+ builtin command -v __rvm_cleanup_tmp
+ __rvm_cleanup_tmp
+ [[ -d /usr/local/rvm/tmp/ ]]
+ case "${rvm_tmp_path%\/}" in
+ __rvm_rm_rf '/usr/local/rvm/tmp/282*'
+ __rvm_rm_rf_verbose '/usr/local/rvm/tmp/282*'
+ typeset target
+ target='/usr/local/rvm/tmp/282*'
+ [[ -n '' ]]
+ [[ -n 5.1.16(1)-release ]]
+ builtin shopt -s extglob
+ case "${target}" in
+ [[ -z /usr/local/rvm/tmp/282* ]]
+ [[ -d /usr/local/rvm/tmp/282* ]]
+ [[ -f /usr/local/rvm/tmp/282* ]]
+ [[ -L /usr/local/rvm/tmp/282* ]]
+ rvm_debug '__rvm_rm_rf already gone: /usr/local/rvm/tmp/282*'
+ ((  0  ))
+ return 0
+ true
+ true
+ export __rvm_env_loaded
+ : __rvm_env_loaded:1:
+ : __rvm_env_loaded:1:
+ : __rvm_env_loaded:0:
+ [[ -z /usr/local/rvm/tmp ]]
+ ((  __rvm_env_loaded > 0  ))
+ [[ -n 5.1.16(1)-release ]]
+ trap - EXIT HUP INT QUIT TERM
+ [[ -n '' ]]
+ ((  rvm_bash_nounset == 1  ))
+ unset rvm_bash_nounset
+ [[ -n '' ]]
+ [[ -n 0002 ]]
+ umask 0002
+ unset rvm_stored_umask
+ builtin command -v __rvm_cleanup_download
+ [[ '' == \1 ]]
+ __variables_definition unset
+ typeset -a __variables_list __array_list
+ typeset __method
+ __method=unset
+ __variables_list=(rvm_head_flag rvm_ruby_selected_flag rvm_user_install_flag rvm_path_flag rvm_cron_flag rvm_static_flag rvm_default_flag rvm_loaded_flag rvm_llvm_flag rvm_skip_autoreconf_flag rvm_dynamic_extensions_flag rvm_18_flag rvm_19_flag rvm_20_flag rvm_21_flag rvm_force_autoconf_flag rvm_dump_environment_flag rvm_curl_flags rvm_rubygems_version rvm_verbose_flag rvm_debug_flag rvm_trace_flag __array_start rvm_skip_pristine_flag rvm_create_flag rvm_remove_flag rvm_movable_flag rvm_archive_flag rvm_gemdir_flag rvm_reload_flag rvm_auto_reload_flag rvm_disable_binary_flag rvm_ignore_gemsets_flag rvm_skip_gemsets_flag rvm_install_on_use_flag rvm_remote_flag rvm_verify_downloads_flag rvm_skip_openssl_flag rvm_gems_cache_path rvm_gems_path rvm_man_path rvm_ruby_gem_path rvm_ruby_log_path rvm_gems_cache_path rvm_archives_path rvm_docs_path rvm_environments_path rvm_examples_path rvm_gems_path rvm_gemsets_path rvm_help_path rvm_hooks_path rvm_lib_path rvm_log_path rvm_patches_path rvm_repos_path rvm_rubies_path rvm_scripts_path rvm_src_path rvm_tmp_path rvm_user_path rvm_usr_path rvm_wrappers_path rvm_stored_errexit rvm_ruby_strings rvm_ruby_binary rvm_ruby_gem_home rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_major_version rvm_ruby_minor_version rvm_ruby_package_name rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_repo_branch rvm_ruby_revision rvm_ruby_tag rvm_ruby_sha rvm_ruby_repo_tag rvm_ruby_version rvm_ruby_package_file rvm_ruby_name rvm_ruby_name rvm_ruby_args rvm_ruby_user_tag rvm_ruby_patch detected_rvm_ruby_name __rvm_env_loaded next_token rvm_error_message rvm_gemset_name rvm_parse_break rvm_token rvm_action rvm_export_args rvm_gemset_separator rvm_expanding_aliases rvm_tar_command rvm_tar_options rvm_patch_original_pwd rvm_project_rvmrc rvm_archive_extension rvm_autoinstall_bundler_flag rvm_codesign_identity rvm_expected_gemset_name rvm_without_gems rvm_with_gems rvm_with_default_gems rvm_ignore_dotfiles_flag rvm_fuzzy_flag rvm_autolibs_flag rvm_autolibs_flag_number rvm_autolibs_flag_runner rvm_quiet_curl_flag rvm_max_time_flag rvm_error_clr rvm_warn_clr rvm_debug_clr rvm_notify_clr rvm_code_clr rvm_comment_clr rvm_reset_clr rvm_error_color rvm_warn_color rvm_debug_color rvm_notify_color rvm_code_color rvm_comment_color rvm_reset_color rvm_log_timestamp rvm_log_filesystem rvm_log_namelen rvm_show_log_lines_on_error)
+ __array_list=(rvm_patch_names rvm_ree_options rvm_autoconf_flags rvm_architectures)
+ case "${__method}" in
+ unset rvm_patch_names rvm_ree_options rvm_autoconf_flags rvm_architectures
+ unset rvm_head_flag rvm_ruby_selected_flag rvm_user_install_flag rvm_path_flag rvm_cron_flag rvm_static_flag rvm_default_flag rvm_loaded_flag rvm_llvm_flag rvm_skip_autoreconf_flag rvm_dynamic_extensions_flag rvm_18_flag rvm_19_flag rvm_20_flag rvm_21_flag rvm_force_autoconf_flag rvm_dump_environment_flag rvm_curl_flags rvm_rubygems_version rvm_verbose_flag rvm_debug_flag rvm_trace_flag __array_start rvm_skip_pristine_flag rvm_create_flag rvm_remove_flag rvm_movable_flag rvm_archive_flag rvm_gemdir_flag rvm_reload_flag rvm_auto_reload_flag rvm_disable_binary_flag rvm_ignore_gemsets_flag rvm_skip_gemsets_flag rvm_install_on_use_flag rvm_remote_flag rvm_verify_downloads_flag rvm_skip_openssl_flag rvm_gems_cache_path rvm_gems_path rvm_man_path rvm_ruby_gem_path rvm_ruby_log_path rvm_gems_cache_path rvm_archives_path rvm_docs_path rvm_environments_path rvm_examples_path rvm_gems_path rvm_gemsets_path rvm_help_path rvm_hooks_path rvm_lib_path rvm_log_path rvm_patches_path rvm_repos_path rvm_rubies_path rvm_scripts_path rvm_src_path rvm_tmp_path rvm_user_path rvm_usr_path rvm_wrappers_path rvm_stored_errexit rvm_ruby_strings rvm_ruby_binary rvm_ruby_gem_home rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_major_version rvm_ruby_minor_version rvm_ruby_package_name rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_repo_branch rvm_ruby_revision rvm_ruby_tag rvm_ruby_sha rvm_ruby_repo_tag rvm_ruby_version rvm_ruby_package_file rvm_ruby_name rvm_ruby_name rvm_ruby_args rvm_ruby_user_tag rvm_ruby_patch detected_rvm_ruby_name __rvm_env_loaded next_token rvm_error_message rvm_gemset_name rvm_parse_break rvm_token rvm_action rvm_export_args rvm_gemset_separator rvm_expanding_aliases rvm_tar_command rvm_tar_options rvm_patch_original_pwd rvm_project_rvmrc rvm_archive_extension rvm_autoinstall_bundler_flag rvm_codesign_identity rvm_expected_gemset_name rvm_without_gems rvm_with_gems rvm_with_default_gems rvm_ignore_dotfiles_flag rvm_fuzzy_flag rvm_autolibs_flag rvm_autolibs_flag_number rvm_autolibs_flag_runner rvm_quiet_curl_flag rvm_max_time_flag rvm_error_clr rvm_warn_clr rvm_debug_clr rvm_notify_clr rvm_code_clr rvm_comment_clr rvm_reset_clr rvm_error_color rvm_warn_color rvm_debug_color rvm_notify_color rvm_code_color rvm_comment_color rvm_reset_color rvm_log_timestamp rvm_log_filesystem rvm_log_namelen rvm_show_log_lines_on_error
+ [[ -n 5.1.16(1)-release ]]
+ export -fn __rvm_select_version_variables __rvm_ruby_string_parse_ __rvm_rm_rf_verbose __rvm_parse_args __rvm_ruby_string_find __rvm_file_load_env __rvm_remove_without_gems
+ unset _system_arch _system_name _system_type _system_version
+ return 0
+ return 0
+ true
+ export head=git@github.com:polystat/py2eo.git
+ head=git@github.com:polystat/py2eo.git
+ export pull_id=465
+ pull_id=465
+ export fork=git@github.com:bugdea1er/py2eo.git
+ fork=git@github.com:bugdea1er/py2eo.git
+ export fork_branch=parser
+ fork_branch=parser
+ export head_branch=master
+ head_branch=master
+ export 'pull_title=Bump some dependencies and fix CI'
+ pull_title='Bump some dependencies and fix CI'
+ export author=yegor256
+ author=yegor256
+ sudo -i update-java-alternatives --set /usr/lib/jvm/java-1.17.0-openjdk-amd64
Using /usr/local/rvm/gems/ruby-3.0.1
Using /usr/local/rvm/gems/ruby-3.0.1
+ export JAVA_HOME=/usr/lib/jvm/java-17
+ JAVA_HOME=/usr/lib/jvm/java-17
+ mvn clean install
[1;34mINFOm] Scanning for projects...
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.64.1/parent-0.64.1.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/com/jcabi/parent/0.64.1/parent-0.64.1.pom (63 kB at 131 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 338 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.1 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.4 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 489 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 371 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 198 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 1.8 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.0 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 428 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.1/httpclient-4.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.1/httpclient-4.1.pom (6.0 kB at 402 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.1/httpcomponents-client-4.1.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.1/httpcomponents-client-4.1.pom (11 kB at 664 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.2 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 696 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 696 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 617 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/11/commons-parent-11.pom
Downloaded1from5Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/11/commons-parent-11.pom (25 kB at 1.8 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom (4.5 kB at 346 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 382 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 60 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 152 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 610 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/kuali/pom/kuali-pom/1.2.2/kuali-pom-1.2.2.pom
Downloaded1from3Maven: https://repo.maven.apache.org/maven2/org/kuali/pom/kuali-pom/1.2.2/kuali-pom-1.2.2.pom (43 kB at 2.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 179 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.6.4/slf4j-parent-1.6.4.pom
Downloaded1from2Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.6.4/slf4j-parent-1.6.4.pom (12 kB at 939 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.6.4/slf4j-log4j12-1.6.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.6.4/slf4j-log4j12-1.6.4.pom (1.7 kB at 138 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 678 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.2 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.6 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.1 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 847 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/25/commons-parent-25.pom
Downloaded1from8Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/25/commons-parent-25.pom (48 kB at 3.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom
Downloaded1from5Maven: https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom (15 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.6.4/jcl-over-slf4j-1.6.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.6.4/jcl-over-slf4j-1.6.4.pom (2.5 kB at 205 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 544 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 492 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.4 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 517 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 955 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/6/project-6.pom
Downloaded1from4Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/6/project-6.pom (24 kB at 1.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.pom (11 kB at 744 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/22/commons-parent-22.pom
Downloaded1from2Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/22/commons-parent-22.pom (42 kB at 3.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.1.1/jackson-core-2.1.1.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 470 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.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.1.1/jackson-databind-2.1.1.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 400 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.1.1/jackson-annotations-2.1.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.1.1/jackson-annotations-2.1.1.pom (1.9 kB at 155 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/springframework/spring-core/3.2.5.RELEASE/spring-core-3.2.5.RELEASE.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/springframework/spring-core/3.2.5.RELEASE/spring-core-3.2.5.RELEASE.pom (2.1 kB at 179 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.pom (1.7 kB at 133 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.2/wagon-2.2.pom
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.2/wagon-2.2.pom (16 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/21/maven-parent-21.pom
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 kB at 2.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.2 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 339 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 597 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 760 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 173 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.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/kuali/pom/kuali-pom/2.3.9/kuali-pom-2.3.9.pom
Downloaded1from9Maven: https://repo.maven.apache.org/maven2/org/kuali/pom/kuali-pom/2.3.9/kuali-pom-2.3.9.pom (59 kB at 3.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.pom (1.6 kB at 35 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 244 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.pom
Downloaded1from2Maven: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.pom (22 kB at 1.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.pom (1.9 kB at 154 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 1.7 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.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2/httpcore-4.2.jar
Downloaded5from2Maven:khttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2/httpcore-4.2.jar (223 kB at 3.0 MB/s)
Downloading)from/Maven: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.3/commons-codec-1.3.jar
Downloaded4from3Maven:khttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar (26 kB at 309 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.1.1/jackson-core-2.1.1.jar
Downloaded4from4Maven:khttps://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.3/commons-codec-1.3.jar (47 kB at 497 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
Downloaded5from9Maven:khttps://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.1.1/jackson-core-2.1.1.jar (206 kB at 917 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.1.1/jackson-annotations-2.1.1.jar
Downloaded4from2Maven:khttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2/httpclient-4.2.jar (425 kB at 1.8 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/springframework/spring-core/3.2.5.RELEASE/spring-core-3.2.5.RELEASE.jar
Downloaded4from.Maven:Bhttps://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.1.1/jackson-annotations-2.1.1.jar (34 kB at 132 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
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 3.5 MB/s)
Downloading)from4Maven: 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/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.jar (53 kB at 174 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.jar
Downloaded5from.Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (226 kB at 653 kB/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 454 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/kuali/common/kuali-threads/1.0.10/kuali-threads-1.0.10.jar
Downloaded5from.Maven:Bhttps://repo.maven.apache.org/maven2/org/kuali/common/kuali-threads/1.0.10/kuali-threads-1.0.10.jar (22 kB at 51 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.jar
Downloaded4from.Maven:Bhttps://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar (284 kB at 650 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.jar
Downloaded4from.Maven:Bhttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.jar (8.9 kB at 20 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar
Downloaded5from.Maven:Bhttps://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar (17 kB at 35 kB/s)
Downloaded4from.Maven:Bhttps://repo.maven.apache.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.jar (490 kB at 832 kB/s)
Downloaded3from.Maven:Bhttps://repo.maven.apache.org/maven2/org/springframework/spring-core/3.2.5.RELEASE/spring-core-3.2.5.RELEASE.jar (871 kB at 1.4 MB/s)
Downloaded2from.Maven:Bhttps://repo.maven.apache.org/maven2/com/google/guava/guava/15.0/guava-15.0.jar (2.2 MB at 2.5 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.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom (5.6 kB at 512 kB/s)
[1;34mINFOm] 1m------------------------------------------------------------------------m
[1;34mINFOm] 1mReactor Build Order:m
[1;34mINFOm]
[1;34mINFOm] py2eo                                                              [pom]
[1;34mINFOm] parser                                                             [jar]
[1;34mINFOm] transpiler                                                         [jar]
[1;34mINFOm]
[1;34mINFOm] 1m-------------------------< 0;36morg.polystat:py2eo0;1m >-------------------------m
[1;34mINFOm] 1mBuilding py2eo 1.0-SNAPSHOT                                        [1/3]m
[1;34mINFOm]   from pom.xml
[1;34mINFOm] 1m--------------------------------[ pom ]---------------------------------m
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/3.1.0/maven-enforcer-plugin-3.1.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/3.1.0/maven-enforcer-plugin-3.1.0.pom (7.2 kB at 480 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 642 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 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.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 900 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 1.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 2.1 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 766 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/65/mojo-parent-65.pom
Downloaded1from5Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/65/mojo-parent-65.pom (35 kB at 1.6 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 563 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.2 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 7.3 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 738 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/60/mojo-parent-60.pom
Downloaded1from0Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/60/mojo-parent-60.pom (30 kB at 1.9 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.0 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 700 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 712 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/34/maven-parent-34.pom
Downloaded1from3Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/34/maven-parent-34.pom (43 kB at 2.9 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 2.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/exec-maven-plugin/3.1.0/exec-maven-plugin-3.1.0.pom
Downloaded1from4Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/exec-maven-plugin/3.1.0/exec-maven-plugin-3.1.0.pom (14 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/69/mojo-parent-69.pom
Downloaded1from5Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/69/mojo-parent-69.pom (35 kB at 2.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom (5.6 kB at 563 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/exec-maven-plugin/3.1.0/exec-maven-plugin-3.1.0.jar
Downloaded1from3Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/exec-maven-plugin/3.1.0/exec-maven-plugin-3.1.0.jar (73 kB at 3.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 196 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 1.9 MB/s)
[1;33mWARNINGm] 1;33mParameter '0;1;33mcreateChecksum0;1;33m' is unknown for plugin '0;1;33mmaven-install-plugin0;1;33m:0;1;33m3.0.10;1;33m:0;1;33minstall0;1;33m (0;1;33mdefault-install0;1;33m)0;1;33m'm
Downloading from Maven: https://repo.maven.apache.org/maven2/org/cactoos/cactoos/0.55.0/cactoos-0.55.0.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/org/cactoos/cactoos/0.55.0/cactoos-0.55.0.pom (11 kB at 924 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/cactoos/cactoos/0.55.0/cactoos-0.55.0.jar
Downloaded1from4Maven:khttps://repo.maven.apache.org/maven2/org/cactoos/cactoos/0.55.0/cactoos-0.55.0.jar (346 kB at 8.0 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 6.7 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 246 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 1.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/25/maven-parent-25.pom
Downloaded1from7Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/25/maven-parent-25.pom (37 kB at 3.1 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 425 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.pom (8.2 kB at 685 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/8/plexus-8.pom
Downloaded1from5Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/8/plexus-8.pom (25 kB at 1.1 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 196 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 330 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom
Downloaded1from4Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom (14 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 730 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.3 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 208 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 697 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.7 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 61 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.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom
Downloaded1from7Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom (770 B at 59 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 730 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
Downloaded1from0Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 1.9 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.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-rules/3.1.0/enforcer-rules-3.1.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-rules/3.1.0/enforcer-rules-3.1.0.pom (4.9 kB at 89 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.pom (8.1 kB at 806 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.pom (2.2 kB at 217 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.pom (2.6 kB at 260 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 306 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3.0 kB at 296 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 566 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 933 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (2.1 kB at 206 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.pom (2.2 kB at 86 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 299 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 327 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 105 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.5 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 205 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 219 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 347 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 781 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-parent/3.2.3/guice-parent-3.2.3.pom
Downloaded1from3Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-parent/3.2.3/guice-parent-3.2.3.pom (13 kB at 1.2 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 36 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 678 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 734 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.pom (2.1 kB at 192 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether/1.1.0/aether-1.1.0.pom
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether/1.1.0/aether-1.1.0.pom (26 kB at 2.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom
Downloaded1from0Maven: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom (20 kB at 1.8 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.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom (5.1 kB at 510 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.15/commons-codec-1.15.pom
Downloaded1from5Maven: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.15/commons-codec-1.15.pom (15 kB at 1.4 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 454 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 500 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/36/maven-shared-components-36.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/36/maven-shared-components-36.pom (4.9 kB at 445 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-compat/3.2.5/maven-compat-3.2.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-compat/3.2.5/maven-compat-3.2.5.pom (4.2 kB at 380 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 173 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.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/24/maven-parent-24.pom
Downloaded1from7Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/24/maven-parent-24.pom (37 kB at 2.8 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/14/apache-14.pom
Downloaded1from5Maven: https://repo.maven.apache.org/maven2/org/apache/apache/14/apache-14.pom (15 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-api/3.1.0/enforcer-api-3.1.0.jar
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-api/3.1.0/enforcer-api-3.1.0.jar (11 kB at 424 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar
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
Downloaded4from9Maven:Bhttps://repo.maven.apache.org/maven2/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar (26 kB at 1.0 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
Downloaded5from6Maven:Bhttps://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar (71 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.jar
Downloaded4from4Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.jar (161 kB at 1.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.jar
Downloaded4from9Maven: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.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.jar
Downloaded4from0Maven: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.2 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
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.jar (205 kB at 2.0 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
Downloaded2from5Maven:1https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.jar (55 kB at 525 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
Downloaded3from9Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.jar (43 kB at 371 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
Downloaded3from2Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.jar (26 kB at 213 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.jar (44 kB at 355 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
Downloaded3from1Maven: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 477 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
Downloaded3from3Maven: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 218 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3-no_aop.jar
Downloaded5from2Maven: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 753 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar
Downloaded5from5Maven:khttps://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 13 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
Downloaded5from8Maven:khttps://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (4.5 kB at 22 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava/16.0.1/guava-16.0.1.jar
Downloaded5from8Maven: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 724 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar
Downloaded4from2Maven:khttps://repo.maven.apache.org/maven2/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.jar (172 kB at 698 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar
Downloaded5from8Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar (53 kB at 184 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/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar (62 kB at 212 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
Downloaded3from1Maven: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.3 MB/s)
Downloading)from4Maven:Bhttps://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
Downloaded3from6Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar (4.1 kB at 13 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.jar
Downloaded4from6Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 43 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.jar
Downloaded3from8Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 90 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar
Downloaded2from0Maven: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/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 384 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.jar (267 kB at 594 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.15/commons-codec-1.15.jar (354 kB at 737 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/3.1.1/maven-dependency-tree-3.1.1.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/3.1.1/maven-dependency-tree-3.1.1.jar (99 kB at 188 kB/s)
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar (327 kB at 606 kB/s)
Downloaded3from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar (587 kB at 950 kB/s)
Downloaded2from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar (389 kB at 621 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.2 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 188 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.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/6/apache-6.pom
Downloaded1from3Maven: https://repo.maven.apache.org/maven2/org/apache/apache/6/apache-6.pom (13 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom (3.3 kB at 333 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
Downloaded1from7Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 1.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (6.6 kB at 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 389 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom (2.2 kB at 222 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom (910 B at 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 595 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
Downloaded1from7Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 1.6 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 82 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 353 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 148 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (1.9 kB at 193 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.8.4/maven-plugin-api-3.8.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.8.4/maven-plugin-api-3.8.4.pom (3.0 kB at 98 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 475 kB/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 175 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom (5.2 kB at 518 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
Downloaded1from3Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom (23 kB at 1.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.8.4/maven-artifact-3.8.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.8.4/maven-artifact-3.8.4.pom (2.4 kB at 104 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 4.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/19/apache-19.pom
Downloaded1from5Maven: https://repo.maven.apache.org/maven2/org/apache/apache/19/apache-19.pom (15 kB at 1.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 413 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 1.8 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 609 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 167 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (7.7 kB at 772 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 978 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (2.1 kB at 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 174 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 537 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom (3.1 kB at 313 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom (2.6 kB at 261 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 125 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 400 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 333 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.0 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 229 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 108 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 542 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.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 109 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 112 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 49 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 522 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.1 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 77 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 197 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 313 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 180 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 301 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 227 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 99 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 229 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 237 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 69 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-git-commons/1.12.0/maven-scm-provider-git-commons-1.12.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-git-commons/1.12.0/maven-scm-provider-git-commons-1.12.0.pom (2.7 kB at 192 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvsexe/1.12.0/maven-scm-provider-cvsexe-1.12.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvsexe/1.12.0/maven-scm-provider-cvsexe-1.12.0.pom (2.8 kB at 111 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 117 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 168 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 201 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 218 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 234 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 217 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 770 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svn-commons/1.8/maven-scm-provider-svn-commons-1.8.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svn-commons/1.8/maven-scm-provider-svn-commons-1.8.pom (2.7 kB at 245 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-svn/1.8/maven-scm-providers-svn-1.8.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-svn/1.8/maven-scm-providers-svn-1.8.pom (2.1 kB at 163 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 340 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.3 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.3 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.3 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 175 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.3/plexus-utils-3.0.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.3/plexus-utils-3.0.3.pom (2.5 kB at 228 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom
Downloaded1from9Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom (19 kB at 1.7 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 82 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 286 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 818 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 259 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 102 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 210 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 260 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 783 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 158 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 106 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 151 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 395 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/6/oss-parent-6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/6/oss-parent-6.pom (4.8 kB at 483 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.core/0.0.7/jsch.agentproxy.core-0.0.7.pom
Downloaded1from0Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.core/0.0.7/jsch.agentproxy.core-0.0.7.pom (804 B at 67 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.usocket-jna/0.0.7/jsch.agentproxy.usocket-jna-0.0.7.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.usocket-jna/0.0.7/jsch.agentproxy.usocket-jna-0.0.7.pom (1.3 kB at 130 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/3.4.0/jna-3.4.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/3.4.0/jna-3.4.0.pom (2.2 kB at 144 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 244 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 91 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 88 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 107 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 95 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 102 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 185 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 796 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 228 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 468 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 2.9 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
Downloaded5from8Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 970 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar
Downloaded4from1Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 kB at 1.3 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
Downloaded5from1Maven: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-impl/1.7/aether-impl-1.7.jar
Downloaded4from6Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 484 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
Downloaded3from7Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.jar (165 kB at 1.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
Downloaded3from0Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 1.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
Downloaded3from3Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 147 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
Downloaded4from2Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 4.6 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
Downloaded4from0Maven:Bhttps://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 901 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar
Downloaded3from4Maven:8https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 608 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
Downloaded3from0Maven:Bhttps://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 843 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar
Downloaded5from1Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 294 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
Downloaded4from1Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (61 kB at 387 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
Downloaded3from1Maven:Bhttps://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 962 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-api/1.12.0/maven-scm-api-1.12.0.jar
Downloaded3from8Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 25 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-manager-plexus/1.12.0/maven-scm-manager-plexus-1.12.0.jar
Downloaded4from1Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 275 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
Downloaded4from3Maven: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 59 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar
Downloaded5from0Maven:khttps://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (38 kB at 174 kB/s)
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 930 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
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
Downloaded3from4Maven: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 510 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
Downloaded2from6Maven: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 861 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
Downloaded5from1Maven: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 147 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svn-commons/1.12.0/maven-scm-provider-svn-commons-1.12.0.jar
Downloaded4from2Maven: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 225 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
Downloaded4from6Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svnexe/1.12.0/maven-scm-provider-svnexe-1.12.0.jar (84 kB at 320 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
Downloaded3from6Maven: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 272 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
Downloaded2from6Maven: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 150 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
Downloaded2from0Maven:khttps://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 112 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-perforce/1.12.0/maven-scm-provider-perforce-1.12.0.jar
Downloaded3from3Maven:khttps://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 245 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
Downloaded3from7Maven: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.6 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:6https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.12.0/maven-scm-provider-cvs-commons-1.12.0.jar (80 kB at 262 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/3.5.2/jna-3.5.2.jar
Downloaded3from6Maven: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 275 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/tmatesoft/svnkit/svnkit/1.10.3/svnkit-1.10.3.jar
Downloaded3from9Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-hg/1.12.0/maven-scm-provider-hg-1.12.0.jar (68 kB at 216 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
Downloaded2from4Maven:1https://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/sqljet/sqljet/1.1.14/sqljet-1.1.14.jar
Downloaded2from4Maven:1https://repo.maven.apache.org/maven2/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.1.2/maven-scm-provider-svnjava-2.1.2.jar (64 kB at 198 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.jar
Downloaded5from8Maven:Bhttps://repo.maven.apache.org/maven2/de/regnis/q/sequence/sequence-library/1.0.4/sequence-library-1.0.4.jar (72 kB at 198 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 406 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
Downloaded5from4Maven:khttps://repo.maven.apache.org/maven2/com/trilead/trilead-ssh2/1.0.0-build222/trilead-ssh2-1.0.0-build222.jar (248 kB at 500 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
Downloaded5from6Maven:khttps://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.connector-factory/0.0.7/jsch.agentproxy.connector-factory-0.0.7.jar (12 kB at 24 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.core/0.0.7/jsch.agentproxy.core-0.0.7.jar
Downloaded5from7Maven:khttps://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.core/0.0.7/jsch.agentproxy.core-0.0.7.jar (9.6 kB at 18 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
Downloaded5from1Maven:khttps://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.usocket-jna/0.0.7/jsch.agentproxy.usocket-jna-0.0.7.jar (6.6 kB at 12 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar
Downloaded5from8Maven:khttps://repo.maven.apache.org/maven2/org/tmatesoft/sqljet/sqljet/1.1.14/sqljet-1.1.14.jar (761 kB at 1.2 MB/s)
Downloading)from4Maven:Bhttps://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.jar
Downloaded5from1Maven:khttps://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.jar (5.3 kB at 8.1 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.sshagent/0.0.7/jsch.agentproxy.sshagent-0.0.7.jar
Downloaded5from4Maven:khttps://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.2 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
Downloaded5from9Maven:khttps://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.pageant/0.0.7/jsch.agentproxy.pageant-0.0.7.jar (7.8 kB at 11 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.7/jsch.agentproxy.svnkit-trilead-ssh2-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 940 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/lz4/lz4-java/1.4.1/lz4-java-1.4.1.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar (913 kB at 1.1 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
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.7/jsch.agentproxy.svnkit-trilead-ssh2-0.0.7.jar (3.8 kB at 4.5 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar (28 kB at 32 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.8.9/gson-2.8.9.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/lz4/lz4-java/1.4.1/lz4-java-1.4.1.jar (370 kB at 414 kB/s)
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar (264 kB at 276 kB/s)
Downloaded3from.Maven:Mhttps://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.8.9/gson-2.8.9.jar (258 kB at 265 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.5 MB/s)
Downloaded1from.Maven:Mhttps://repo.maven.apache.org/maven2/org/tmatesoft/svnkit/svnkit/1.10.3/svnkit-1.10.3.jar (4.3 MB at 3.1 MB/s)
[1;34mINFOm] ShortRevision tag detected. The value is '7'.
[1;34mINFOm] Executing: /bin/sh -c cd '/home/r/repo' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[1;34mINFOm] Working directory: /home/r/repo
[1;34mINFOm] Storing buildNumber: f21ef60 at timestamp: 2023-10-17T17:04:45
[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 19 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.4 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.1 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 481 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 463 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.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/21/apache-21.pom
Downloaded1from7Maven: https://repo.maven.apache.org/maven2/org/apache/apache/21/apache-21.pom (17 kB at 1.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom (5.0 kB at 622 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom (4.6 kB at 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.5 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.2 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 496 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 597 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.pom (6.0 kB at 547 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.1 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 626 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom
Downloaded1from0Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom (20 kB at 2.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
Downloaded1from5Maven: https://repo.maven.apache.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.pom (15 kB at 1.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.9/xz-1.9.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.9/xz-1.9.pom (2.0 kB at 227 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.pom (3.9 kB at 327 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.3.1/maven-common-artifact-filters-3.3.1.jar
Downloaded1from3Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.3.1/maven-common-artifact-filters-3.3.1.jar (63 kB at 3.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar (41 kB at 3.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.jar
Downloaded1from.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 424 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.jar
Downloaded2from9Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.jar (79 kB at 2.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar
Downloaded2from5Maven:1https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.jar (55 kB at 1.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
Downloaded4from2Maven:Bhttps://repo.maven.apache.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 878 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.9/xz-1.9.jar
Downloaded3from2Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar (85 kB at 1.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
Downloaded4from1Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.jar (211 kB at 2.0 MB/s)
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.jar (26 kB at 226 kB/s)
Downloaded3from.Maven:Mhttps://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 1.2 MB/s)
Downloaded2from.Maven:Mhttps://repo.maven.apache.org/maven2/org/tukaani/xz/1.9/xz-1.9.jar (116 kB at 906 kB/s)
Downloaded1from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar (1.0 MB at 4.8 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 476 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 523 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 159 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 239 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 420 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 130 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.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/27/maven-parent-27.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/27/maven-parent-27.pom (41 kB at 2.4 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 324 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 111 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 395 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 50 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 119 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 116 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/4.1.0/jna-platform-4.1.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/4.1.0/jna-platform-4.1.0.pom (1.5 kB at 150 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.usocket-nc/0.0.9/jsch.agentproxy.usocket-nc-0.0.9.pom
Downloaded1from9Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.usocket-nc/0.0.9/jsch.agentproxy.usocket-nc-0.0.9.pom (996 B at 100 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.sshagent/0.0.9/jsch.agentproxy.sshagent-0.0.9.pom
Downloaded1from7Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.sshagent/0.0.9/jsch.agentproxy.sshagent-0.0.9.pom (971 B at 97 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.pageant/0.0.9/jsch.agentproxy.pageant-0.0.9.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.pageant/0.0.9/jsch.agentproxy.pageant-0.0.9.pom (1.3 kB at 129 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.jsch/0.0.9/jsch.agentproxy.jsch-0.0.9.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.jsch/0.0.9/jsch.agentproxy.jsch-0.0.9.pom (1.1 kB at 100 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.49/jsch-0.1.49.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.49/jsch-0.1.49.pom (3.2 kB at 324 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.pom
Downloaded1from2Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.pom (726 B at 73 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity/1.0-alpha-6/plexus-interactivity-1.0-alpha-6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity/1.0-alpha-6/plexus-interactivity-1.0-alpha-6.pom (1.1 kB at 107 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.9/plexus-components-1.1.9.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.9/plexus-components-1.1.9.pom (2.4 kB at 243 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom (8.2 kB at 825 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4/plexus-utils-1.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4/plexus-utils-1.4.pom (1.2 kB at 105 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom (7.7 kB at 698 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 143 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.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/24/commons-parent-24.pom
Downloaded1from7Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 kB at 3.4 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 190 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom (4.7 kB at 313 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 447 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom (1.8 kB at 147 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.1 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.3 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 195 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.6 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 2.5 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 74 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 984 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.jar
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 5.4 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
Downloaded2from2Maven: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (5.8 kB at 487 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.8/wagon-provider-api-2.8.jar
Downloaded1from5Maven: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (45 kB at 3.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
Downloaded5from5Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh/3.0.0/wagon-ssh-3.0.0.jar (32 kB at 986 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar
Downloaded4from8Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.8/wagon-provider-api-2.8.jar (53 kB at 1.2 MB/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
Downloaded4from3Maven:khttps://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar (146 kB at 1.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.core/0.0.9/jsch.agentproxy.core-0.0.9.jar
Downloaded4from8Maven:khttps://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.connector-factory/0.0.9/jsch.agentproxy.connector-factory-0.0.9.jar (12 kB at 152 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.usocket-jna/0.0.9/jsch.agentproxy.usocket-jna-0.0.9.jar
Downloaded4from9Maven: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 109 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.1.0/jna-4.1.0.jar
Downloaded4from1Maven:khttps://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.usocket-jna/0.0.9/jsch.agentproxy.usocket-jna-0.0.9.jar (6.6 kB at 69 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/4.1.0/jna-platform-4.1.0.jar
Downloaded3from2Maven:khttps://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar (281 kB at 2.8 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.usocket-nc/0.0.9/jsch.agentproxy.usocket-nc-0.0.9.jar
Downloaded3from6Maven: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 48 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
Downloaded2from9Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-compat/3.2.5/maven-compat-3.2.5.jar (287 kB at 2.4 MB/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
Downloaded3from1Maven: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 35 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.jsch/0.0.9/jsch.agentproxy.jsch-0.0.9.jar
Downloaded3from2Maven: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 60 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.jar
Downloaded2from4Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.jar (340 kB at 2.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/3.0.0/wagon-ssh-common-3.0.0.jar
Downloaded2from6Maven:Bhttps://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.jsch/0.0.9/jsch.agentproxy.jsch-0.0.9.jar (4.4 kB at 32 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar
Downloaded3from8Maven:Bhttps://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 82 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar
Downloaded4from1Maven: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 175 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar
Downloaded4from4Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar (247 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.jar
Downloaded5from5Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar (86 kB at 370 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.11/commons-compress-1.11.jar
Downloaded4from5Maven:khttps://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.jar (209 kB at 812 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.5/xz-1.5.jar
Downloaded3from6Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar (187 kB at 722 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
Downloaded5from6Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar (35 kB at 123 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
Downloaded4from0Maven:khttps://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/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar
Downloaded5from8Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar (41 kB at 131 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar
Downloaded5from8Maven:khttps://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 kB at 92 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.9/slf4j-api-1.7.9.jar
Downloaded4from1Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar (155 kB at 438 kB/s)
Downloaded4from1Maven:khttps://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.1.0/jna-4.1.0.jar (915 kB at 2.5 MB/s)
Downloaded3from.Maven:Mhttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.9/slf4j-api-1.7.9.jar (32 kB at 86 kB/s)
Downloaded2from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.11/commons-compress-1.11.jar (426 kB at 1.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.4 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 63 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 688 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/ant/ant-parent/1.10.12/ant-parent-1.10.12.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/ant/ant-parent/1.10.12/ant-parent-1.10.12.pom (6.5 kB at 210 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.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.10.12/ant-1.10.12.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.jar
Downloaded1from9Maven: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.jar (19 kB at 1.3 MB/s)
Downloaded1from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/ant/ant/1.10.12/ant-1.10.12.jar (2.3 MB at 6.5 MB/s)
[1;34mINFOm] Executing tasks
[1;34mINFOm]      [exec] /home/r/repo/parser/pom.xml looks good
[1;34mINFOm]      [exec] /home/r/repo/pom.xml looks good
[1;34mINFOm]      [exec] /home/r/repo/scalastyle_config.xml looks good
[1;34mINFOm]      [exec] /home/r/repo/transpiler/pom.xml looks good
[1;34mINFOm]      [exec] /home/r/repo/transpiler/src/test/resources/org/polystat/py2eo/transpiler/django-pom.xml looks good
[1;34mINFOm]      [exec] /home/r/repo/transpiler/src/test/resources/org/polystat/py2eo/transpiler/runEO/pom.xml looks good
[1;34mINFOm] Executed tasks
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mexec: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 244 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/35/commons-parent-35.pom
Downloaded1from8Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/35/commons-parent-35.pom (58 kB at 2.6 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 2.6 MB/s)
Processed 35 file(s)
Found 0 errors
Found 0 warnings
Finished in 2262 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.3 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 980 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/3.0.0-M7/surefire-3.0.0-M7.pom
Downloaded1from2Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/3.0.0-M7/surefire-3.0.0-M7.pom (22 kB at 1.8 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.6 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 451 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.0 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 895 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.34.1/jcabi-1.34.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.34.1/jcabi-1.34.1.pom (5.8 kB at 388 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.60.5/parent-0.60.5.pom
Downloaded1from3Maven: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.60.5/parent-0.60.5.pom (63 kB at 3.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.0/junit-bom-5.9.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.0/junit-bom-5.9.0.pom (5.6 kB at 563 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.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/scala-tools/maven-scala-plugin/2.15.2/maven-scala-plugin-2.15.2.pom
Downloaded1from5Maven: https://repo.maven.apache.org/maven2/org/scala-tools/maven-scala-plugin/2.15.2/maven-scala-plugin-2.15.2.pom (15 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/scala-tools/maven-scala-plugin/2.15.2/maven-scala-plugin-2.15.2.jar
Downloaded1from1Maven:khttps://repo.maven.apache.org/maven2/org/scala-tools/maven-scala-plugin/2.15.2/maven-scala-plugin-2.15.2.jar (115 kB at 5.0 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 708 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.3.0/maven-resources-plugin-3.3.0.jar
Downloaded1from2Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.3.0/maven-resources-plugin-3.3.0.jar (32 kB at 2.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.10.1/maven-compiler-plugin-3.10.1.pom
Downloaded1from3Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.10.1/maven-compiler-plugin-3.10.1.pom (13 kB at 1.1 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 3.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M7/maven-surefire-plugin-3.0.0-M7.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M7/maven-surefire-plugin-3.0.0-M7.pom (7.2 kB at 656 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 2.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.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 752 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/37/maven-plugins-37.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/37/maven-plugins-37.pom (9.9 kB at 990 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/37/maven-parent-37.pom
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/37/maven-parent-37.pom (46 kB at 3.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/27/apache-27.pom
Downloaded1from0Maven: https://repo.maven.apache.org/maven2/org/apache/apache/27/apache-27.pom (20 kB at 1.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.5 MB/s)
[1;33mWARNINGm] 1;33mParameter '0;1;33mcreateChecksum0;1;33m' is unknown for plugin '0;1;33mmaven-install-plugin0;1;33m:0;1;33m3.0.10;1;33m:0;1;33minstall0;1;33m (0;1;33mdefault-install0;1;33m)0;1;33m'm
Downloading from Maven: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.11.1/antlr4-runtime-4.11.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.11.1/antlr4-runtime-4.11.1.pom (3.6 kB at 237 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 167 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter/5.9.2/junit-jupiter-5.9.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter/5.9.2/junit-jupiter-5.9.2.pom (3.2 kB at 320 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.2/junit-bom-5.9.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.2/junit-bom-5.9.2.pom (5.6 kB at 176 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 227 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 283 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 91 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 291 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 169 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 4.6 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
Downloaded2from/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 424 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.9.1/junit-platform-commons-1.9.1.jar
Downloaded2from/Maven: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar (7.7 kB at 425 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar
Downloaded3from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar (6.8 kB at 206 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/jupiter/junit-jupiter-api/5.9.1/junit-jupiter-api-5.9.1.jar (208 kB at 2.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.9.1/junit-jupiter-engine-5.9.1.jar
Downloaded4from.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 928 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.9.1/junit-platform-engine-1.9.1.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.9.1/junit-jupiter-params-5.9.1.jar (579 kB at 2.4 MB/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 930 kB/s)
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.9.1/junit-platform-engine-1.9.1.jar (188 kB at 710 kB/s)
Downloaded2from.Maven:Mhttps://repo.maven.apache.org/maven2/org/scala-lang/scala-reflect/2.13.12/scala-reflect-2.13.12.jar (3.8 MB at 4.1 MB/s)
Downloaded1from.Maven:Mhttps://repo.maven.apache.org/maven2/org/scala-lang/scala-library/2.13.12/scala-library-2.13.12.jar (5.9 MB at 6.0 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 96 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 176 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 223 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 733 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.1 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 238 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 420 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/abego/treelayout/org.abego.treelayout.core/1.0.3/org.abego.treelayout.core-1.0.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/abego/treelayout/org.abego.treelayout.core/1.0.3/org.abego.treelayout.core-1.0.3.pom (5.2 kB at 518 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/glassfish/javax.json/1.1.4/javax.json-1.1.4.pom
Downloaded1from2Maven: https://repo.maven.apache.org/maven2/org/glassfish/javax.json/1.1.4/javax.json-1.1.4.pom (12 kB at 1.1 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 886 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 411 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.0/slf4j-api-2.0.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.0/slf4j-api-2.0.0.pom (1.6 kB at 161 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/2.0.0/slf4j-parent-2.0.0.pom
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/2.0.0/slf4j-parent-2.0.0.pom (16 kB at 1.3 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 42 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 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/antlr/antlr4/4.11.1/antlr4-4.11.1.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/antlr/antlr-runtime/3.5.3/antlr-runtime-3.5.3.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/antlr/ST4/4.3.4/ST4-4.3.4.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/abego/treelayout/org.abego.treelayout.core/1.0.3/org.abego.treelayout.core-1.0.3.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/glassfish/javax.json/1.1.4/javax.json-1.1.4.jar
Downloaded3from6Maven:Bhttps://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 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/ibm/icu/icu4j/71.1/icu4j-71.1.jar
Downloaded5from4Maven:khttps://repo.maven.apache.org/maven2/org/glassfish/javax.json/1.1.4/javax.json-1.1.4.jar (129 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.0/slf4j-api-2.0.0.jar
Downloaded4from4Maven:khttps://repo.maven.apache.org/maven2/org/antlr/antlr-runtime/3.5.3/antlr-runtime-3.5.3.jar (173 kB at 1.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-simple/2.0.0/slf4j-simple-2.0.0.jar
Downloaded5from8Maven:khttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-simple/2.0.0/slf4j-simple-2.0.0.jar (15 kB at 122 kB/s)
Downloaded4from8Maven:khttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.0/slf4j-api-2.0.0.jar (61 kB at 465 kB/s)
Downloaded3from5Maven:khttps://repo.maven.apache.org/maven2/org/antlr/ST4/4.3.4/ST4-4.3.4.jar (251 kB at 1.6 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.4 MB/s)
Downloaded1from4Maven:Mhttps://repo.maven.apache.org/maven2/com/ibm/icu/icu4j/71.1/icu4j-71.1.jar (14 MB at 8.4 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 474 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 636 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom
Downloaded1from3Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 2.5 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 75 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 513 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.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.pom (1.1 kB at 106 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.11.1/plexus-compiler-2.11.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.11.1/plexus-compiler-2.11.1.pom (8.1 kB at 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 268 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 132 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar
Downloaded1from4Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (14 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.2/asm-9.2.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.jar
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
Downloaded4from4Maven:1https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.jar (54 kB at 2.6 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
Downloaded3from7Maven: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.3 MB/s)
Downloaded3from6Maven: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 212 kB/s)
Downloaded3from5Maven: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 617 kB/s)
Downloaded2from2Maven:khttps://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.2/asm-9.2.jar (122 kB at 2.1 MB/s)
Downloaded1from3Maven:khttps://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.jar (334 kB at 4.2 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.9 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 277 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 324 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 649 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 181 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 187 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 158 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 193 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 168 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 144 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 204 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.4 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 358 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 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom (2.0 kB at 163 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom (1.9 kB at 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 298 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 171 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 725 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 67 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.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 105 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 369 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 401 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 350 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.9 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 271 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 930 kB/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 187 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 105 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 226 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 185 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 300 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 173 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 162 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 154 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 450 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 523 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 304 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.4 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.4 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 144 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 85 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 104 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 423 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 934 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.9 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.1 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
Downloaded5from6Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 kB at 1.0 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
Downloaded4from6Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (49 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar
Downloaded4from6Maven: 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 531 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
Downloaded3from8Maven: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.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar
Downloaded3from8Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar (156 kB at 2.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar
Downloaded2from3Maven:khttps://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (332 kB at 4.7 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.jar
Downloaded2from1Maven:1https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (51 kB at 653 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar
Downloaded4from2Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar (11 kB at 132 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/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar (9.8 kB at 112 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar
Downloaded2from9Maven:Bhttps://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar
Downloaded3from5Maven:Bhttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (8.8 kB at 89 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
Downloaded2from5Maven: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 222 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
Downloaded3from1Maven:Bhttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar (22 kB at 213 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar
Downloaded4from8Maven:Bhttps://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar (17 kB at 149 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.jar
Downloaded3from8Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (26 kB at 225 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
Downloaded3from8Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar (13 kB at 111 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar
Downloaded4from3Maven: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 106 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
Downloaded3from4Maven:khttps://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.jar (41 kB at 314 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.jar
Downloaded3from6Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar (10 kB at 75 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/1.2/maven-dependency-tree-1.2.jar
Downloaded3from9Maven:khttps://repo.maven.apache.org/maven2/org/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/apache/commons/commons-exec/1.0.1/commons-exec-1.0.1.jar
Downloaded2from1Maven:khttps://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 256 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.4/snakeyaml-1.4.jar
Downloaded3from3Maven:khttps://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/maven-artifact/2.2.1/maven-artifact-2.2.1.jar
Downloaded2from3Maven: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 252 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
Downloaded5from6Maven:khttps://repo.maven.apache.org/maven2/org/apache/commons/commons-exec/1.0.1/commons-exec-1.0.1.jar (49 kB at 265 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
Downloaded4from7Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar (178 kB at 903 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
Downloaded3from4Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (80 kB at 381 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:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.1/plexus-utils-2.0.1.jar (222 kB at 1.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.6.1/jackson-mapper-asl-1.6.1.jar
Downloaded5from9Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.jar (13 kB at 53 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
Downloaded4from1Maven:khttps://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.4/snakeyaml-1.4.jar (217 kB at 887 kB/s)
Downloaded3from6Maven: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-core-asl/1.6.1/jackson-core-asl-1.6.1.jar (201 kB at 788 kB/s)
Downloaded3from2Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.jar (29 kB at 110 kB/s)
Downloaded2from8Maven:1https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (88 kB at 329 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.5 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 1697562304149
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 9.4 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 211 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.8 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 9.3 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 205 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.4 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 1.8 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 169 kB/s)
[1;33mWARNINGm] /home/r/repo/parser/src/main/scala/org/polystat/py2eo/parser/AST.scala:180: warning: Exhaustivity analysis reached max recursion depth, not all missing cases are reported.
[1;34mINFOm] (Please try with scalac -Ypatmat-exhaust-depth 40 or -Ypatmat-exhaust-depth off.)
[1;34mINFOm]     x match {
[1;34mINFOm]     ^
[1;33mWARNINGm] /home/r/repo/parser/src/main/scala/org/polystat/py2eo/parser/AST.scala:180: warning: match may not be exhaustive.
[1;34mINFOm] It would fail on the following inputs: AnonFun(_, _, _, _, _), Assignment(_, _, _), Await(_, _), BoolLiteral(_, _), CollectionComprehension(_, _, _, _), DictComprehension(_, _, _), DictCons(_, _), DoubleStar(_, _), EllipsisLiteral(_), FloatLiteral(_, _), GeneratorComprehension(_, _, _), IntLiteral(_, _), LazyLAnd(_, _, _), LazyLOr(_, _, _), NoneLiteral(_), SimpleComparison(_, _, _, _), StringLiteral(_, _), UnsupportedExpr(_, _, _), Yield(_, _), YieldFrom(_, _)
[1;34mINFOm]     x match {
[1;34mINFOm]     ^
[1;33mWARNINGm] /home/r/repo/parser/src/main/scala/org/polystat/py2eo/parser/MapStatements.scala:294: warning: match may not be exhaustive.
[1;34mINFOm] It would fail on the following input: List(_)
[1;34mINFOm]     l match {
[1;34mINFOm]     ^
[1;33mWARNINGm] /home/r/repo/parser/src/main/scala/org/polystat/py2eo/parser/PrintPython.scala:49: warning: Exhaustivity analysis reached max recursion depth, not all missing cases are reported.
[1;34mINFOm] (Please try with scalac -Ypatmat-exhaust-depth 40 or -Ypatmat-exhaust-depth off.)
[1;34mINFOm]     e match {
[1;34mINFOm]     ^
[1;33mWARNINGm] /home/r/repo/parser/src/main/scala/org/polystat/py2eo/parser/PrintPython.scala:49: warning: match may not be exhaustive.
[1;34mINFOm] It would fail on the following input: UnsupportedExpr(_, _, _)
[1;34mINFOm]     e match {
[1;34mINFOm]     ^
[1;33mWARNINGm] /home/r/repo/parser/src/main/scala/org/polystat/py2eo/parser/PrintPython.scala:119: warning: match may not be exhaustive.
[1;34mINFOm] It would fail on the following input: Raise(None, Some(_), _)
[1;34mINFOm]     s match {
[1;34mINFOm]     ^
[1;33mWARNINGm] warning: 1 deprecation
[1;33mWARNINGm] warning: 5 deprecations (since 2.13.0)
[1;33mWARNINGm] warning: 1 deprecation (since 2.13.3)
[1;33mWARNINGm] warning: 7 deprecations in total; re-run with -deprecation for details
[1;33mWARNINGm] 10 warnings
[1;34mINFOm] prepare-compile in 0 s
[1;34mINFOm] compile in 14 s
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;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 1697562318900
[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 431 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 282 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 227 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 353 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M7/surefire-extensions-api-3.0.0-M7.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M7/surefire-extensions-api-3.0.0-M7.pom (3.6 kB at 331 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/3.0.0-M7/surefire-booter-3.0.0-M7.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/3.0.0-M7/surefire-booter-3.0.0-M7.pom (4.4 kB at 273 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 163 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 527 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.0 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
Downloaded2from2Maven:Bhttps://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 537 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
Downloaded4from4Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-logger-api/3.0.0-M7/surefire-logger-api-3.0.0-M7.jar (14 kB at 367 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M7/surefire-shared-utils-3.0.0-M7.jar
Downloaded4from6Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M7/surefire-extensions-api-3.0.0-M7.jar (25 kB at 687 kB/s)
Downloaded3from6Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/3.0.0-M7/surefire-api-3.0.0-M7.jar (169 kB at 4.1 MB/s)
Downloaded2from1Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/3.0.0-M7/surefire-booter-3.0.0-M7.jar (117 kB at 2.6 MB/s)
Downloaded1from1Maven: 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 (61 kB at 1.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.1 MB/s)
[1;34mINFOm] Tests will run in random order. To reproduce ordering use flag -Dsurefire.runOrder.random.seed=2931562926345224
[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.0 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 481 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 211 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 269 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 225 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.pom (1.7 kB at 187 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.3.2/junit-jupiter-engine-5.3.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.3.2/junit-jupiter-engine-5.3.2.pom (2.4 kB at 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 1.8 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.0 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.5 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 787 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 1.1 MB/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.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.10.14/byte-buddy-agent-1.10.14.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.10.14/byte-buddy-agent-1.10.14.pom (9.6 kB at 957 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.pom
Downloaded1from2Maven: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.pom (820 B at 91 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 375 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/3.0.0-M7/common-java5-3.0.0-M7.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/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-launcher/1.3.2/junit-platform-launcher-1.3.2.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.3.2/junit-platform-commons-1.3.2.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.3.2/junit-platform-engine-1.3.2.jar
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.jar (2.2 kB at 216 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.jar
Downloaded1from7Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/3.0.0-M7/common-java5-3.0.0-M7.jar (17 kB at 1.4 MB/s)
Downloaded2from2Maven: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.jar (7.1 kB at 712 kB/s)
Downloaded3from8Maven:1https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.3.2/junit-platform-commons-1.3.2.jar (78 kB at 2.8 MB/s)
Downloaded2from3Maven:Bhttps://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.4 MB/s)
Downloaded1from3Maven: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 1.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.9.1/junit-platform-launcher-1.9.1.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.1 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 252 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.417 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 147 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/2.0.0-beta1/slf4j-parent-2.0.0-beta1.pom
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/2.0.0-beta1/slf4j-parent-2.0.0-beta1.pom (16 kB at 1.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/4.6.1/mockito-core-4.6.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/4.6.1/mockito-core-4.6.1.pom (2.5 kB at 208 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.12.10/byte-buddy-1.12.10.pom
Downloaded1from7Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.12.10/byte-buddy-1.12.10.pom (17 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-parent/1.12.10/byte-buddy-parent-1.12.10.pom
Downloaded1from5Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-parent/1.12.10/byte-buddy-parent-1.12.10.pom (45 kB at 1.9 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 642 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 273 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 435 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.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom (3.8 kB at 423 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom (2.9 kB at 321 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 188 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 210 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 266 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom (6.1 kB at 512 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom (3.8 kB at 422 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 707 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 388 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 593 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom
Downloaded1from0Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom (10 kB at 846 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom (11 kB at 910 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 88 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 247 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 844 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom (1.4 kB at 161 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 209 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/javax/el/javax.el-api/3.0.1-b06/javax.el-api-3.0.1-b06.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/javax/el/javax.el-api/3.0.1-b06/javax.el-api-3.0.1-b06.pom (11 kB at 863 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.8.6/maven-plugin-api-3.8.6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.8.6/maven-plugin-api-3.8.6.pom (3.0 kB at 160 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.5 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 175 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 126 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.8.6/maven-core-3.8.6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.8.6/maven-core-3.8.6.pom (7.6 kB at 758 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 189 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 212 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 94 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 231 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 402 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 192 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 422 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.3 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 281 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.pom (4.2 kB at 423 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom (3.8 kB at 384 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.1 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 782 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/inject/guice-parent/4.2.2/guice-parent-4.2.2.pom
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/com/google/inject/guice-parent/4.2.2/guice-parent-4.2.2.pom (16 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/google/5/google-5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/google/google/5/google-5.pom (2.5 kB at 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 915 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 209 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.pom (2.2 kB at 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 230 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 68 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 239 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.3 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 995 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M1/org.eclipse.sisu.inject-0.9.0.M1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M1/org.eclipse.sisu.inject-0.9.0.M1.pom (3.3 kB at 297 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.9.0.M1/sisu-inject-0.9.0.M1.pom
Downloaded1from4Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.9.0.M1/sisu-inject-0.9.0.M1.pom (14 kB at 1.1 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.1 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
Downloaded1from9Maven: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.2/objenesis-3.2.jar (49 kB at 2.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-maven-slf4j/0.11/jcabi-maven-slf4j-0.11.jar
Downloaded4from9Maven:Bhttps://repo.maven.apache.org/maven2/com/jcabi/jcabi-maven-slf4j/0.11/jcabi-maven-slf4j-0.11.jar (8.4 kB at 312 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/aspectj/aspectjtools/1.9.8.M1/aspectjtools-1.9.8.M1.jar
Downloaded3from1Maven: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.7 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
Downloaded5from4Maven:khttps://repo.maven.apache.org/maven2/javax/el/javax.el-api/3.0.1-b06/javax.el-api-3.0.1-b06.jar (79 kB at 764 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.8.6/maven-plugin-api-3.8.6.jar
Downloaded5from4Maven:khttps://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.12.10/byte-buddy-agent-1.12.10.jar (257 kB at 1.8 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.jar
Downloaded4from4Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.8.6/maven-plugin-api-3.8.6.jar (47 kB at 313 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
Downloaded5from5Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar (53 kB at 273 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
Downloaded5from6Maven:khttps://repo.maven.apache.org/maven2/org/mockito/mockito-core/4.6.1/mockito-core-4.6.1.jar (663 kB at 2.4 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 623 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
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.jar (262 kB at 730 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/3.8.6/maven-settings-3.8.6.jar (44 kB at 115 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
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.8.6/maven-settings-builder-3.8.6.jar (42 kB at 105 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.jar (24 kB at 57 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-builder-support/3.8.6/maven-builder-support-3.8.6.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar (13 kB at 31 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.8.6/maven-repository-metadata-3.8.6.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-builder-support/3.8.6/maven-builder-support-3.8.6.jar (14 kB at 33 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.8.6/maven-model-builder-3.8.6.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.8.6/maven-repository-metadata-3.8.6.jar (28 kB at 64 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-resolver-provider/3.8.6/maven-resolver-provider-3.8.6.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-resolver-provider/3.8.6/maven-resolver-provider-3.8.6.jar (67 kB at 134 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.8.6/maven-core-3.8.6.jar (646 kB at 1.2 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.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 365 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/resolver/maven-resolver-spi/1.6.3/maven-resolver-spi-1.6.3.jar (38 kB at 70 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/inject/guice/4.2.2/guice-4.2.2-no_aop.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.jar (180 kB at 298 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava/31.1-jre/guava-31.1-jre.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.6.3/maven-resolver-util-1.6.3.jar (169 kB at 274 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 7.3 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar (2.2 kB at 3.4 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar (20 kB at 29 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/com/google/inject/guice/4.2.2/guice-4.2.2-no_aop.jar (521 kB at 664 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
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.jar (209 kB at 262 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.jar (16 kB at 20 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar (8.8 kB at 11 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.8.1/maven-resolver-api-1.8.1.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar (4.2 kB at 5.2 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 168 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.8.6/maven-artifact-3.8.6.jar
Downloaded4from.Maven: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 226 kB/s)
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.8.6/maven-artifact-3.8.6.jar (58 kB at 60 kB/s)
Downloaded3from.Maven:Mhttps://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.12.10/byte-buddy-1.12.10.jar (3.8 MB at 3.2 MB/s)
Downloaded2from.Maven:Bhttps://repo.maven.apache.org/maven2/com/google/guava/guava/31.1-jre/guava-31.1-jre.jar (3.0 MB at 2.1 MB/s)
Downloaded1from5Maven:Mhttps://repo.maven.apache.org/maven2/org/aspectj/aspectjtools/1.9.8.M1/aspectjtools-1.9.8.M1.jar (15 MB at 6.2 MB/s)
[1;34mINFOm] Versionalizing /home/r/repo/parser/target/classes directory
[1;34mINFOm] File /home/r/repo/parser/target/classes/org/polystat/py2eo/parser/org-polystat-py2eo-parser-jar.txt added
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;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 499 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.0 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=2931570590124425
[1;34mINFOm] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[1;34mINFOm] Running org.polystat.py2eo.parser.ParserPrinterIT
Cloning into 'cpython'...
Note: switching to 'v3.8.10'.

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

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

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

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

HEAD is now at 3d8993a744 Python 3.8.10
parsed test_syntax.py
parsed test_asynchat.py
parsed test_largefile.py
parsed test_wait4.py
parsed test_csv.py
parsed test_unpack.py
parsed test__osx_support.py
parsed test_rlcompleter.py
parsed test_unicode_file_functions.py
parsed test_base64.py
parsed test_class.py
parsed test_gzip.py
parsed testcodec.py
parsed test_zipapp.py
parsed test_copyreg.py
parsed test_future5.py
parsed test_property.py
parsed test_xml_etree_c.py
parsed test_xmlrpc.py
parsed test_bool.py
parsed test_symtable.py
parsed test_select.py
parsed test_zipimport.py
parsed test_queue.py
parsed test_bigaddrspace.py
parsed test_curses.py
parsed test_smtplib.py
parsed test_bytes.py
parsed test_utf8source.py
parsed test_urllib2.py
parsed test_file_eintr.py
parsed test_calendar.py
parsed test_univnewlines.py
parsed test_spwd.py
parsed test_codecmaps_kr.py
parsed test_code_module.py
parsed test_defaultdict.py
parsed test_wait3.py
parsed test_msilib.py
parsed test_minidom.py
parsed test_venv.py
parsed test_gdb.py
parsed test_threading_local.py
parsed test_mailcap.py
parsed test_posix.py
parsed test_lzma.py
parsed test_codecencodings_cn.py
parsed test_codeccallbacks.py
parsed test_io.py
parsed test_list.py
parsed test_repl.py
parsed test_cmd.py
parsed test_subclassinit.py
parsed test_runpy.py
parsed test_zipfile64.py
parsed test_userdict.py
parsed test_poll.py
parsed test_shutil.py
parsed test_collections.py
parsed test_future3.py
parsed test_fileinput.py
parsed test_dbm.py
parsed test_unicode_file.py
parsed test_string.py
parsed test_frame.py
parsed test_unary.py
parsed test_fnmatch.py
parsed test_opcodes.py
parsed test_html.py
parsed test_tabnanny.py
parsed test_pydoc.py
parsed test_genexps.py
parsed test_getopt.py
parsed test_dict.py
parsed test_dataclasses.py
parsed test_genericclass.py
parsed test_finalization.py
parsed test_weakref.py
parsed test_random.py
parsed test_htmlparser.py
parsed test_re.py
parsed test_fork1.py
parsed test_pipes.py
parsed test_timeout.py
parsed test_pkgimport.py
parsed test_sys_setprofile.py
parsed test_exception_variations.py
parsed test_capi.py
parsed test_http_cookies.py
parsed test_peepholer.py
parsed test_cprofile.py
parsed test_imp.py
parsed test_dict_version.py
parsed test_deque.py
parsed test_generators.py
parsed test_errno.py
parsed test_idle.py
parsed test_platform.py
parsed test_plistlib.py
parsed test_audit.py
parsed test_bisect.py
parsed test_clinic.py
parsed test_iterlen.py
parsed test_tempfile.py
parsed test_ipaddress.py
parsed test_contains.py
parsed test_gettext.py
parsed test_call.py
parsed test_urllibnet.py
parsed test_ctypes.py
parsed test___future__.py
parsed test_mimetypes.py
parsed test_int.py
parsed test_range.py
parsed test_grp.py
parsed test_pickletools.py
parsed test_cmd_line_script.py
parsed test_typing.py
parsed test_frozen.py
parsed test_stringprep.py
parsed test_ordered_dict.py
parsed test_threadedtempfile.py
parsed test__xxsubinterpreters.py
parsed test_shlex.py
parsed test_named_expressions.py
parsed test_asyncgen.py
parsed test_codecs.py
parsed test_lltrace.py
parsed test_marshal.py
parsed test_sundry.py
parsed test_http_cookiejar.py
parsed test_cmd_line.py
parsed test_strftime.py
parsed test_codecmaps_cn.py
parsed test_strptime.py
parsed test_pow.py
parsed test_urllib.py
parsed test_code.py
parsed test_smtpd.py
parsed test_tk.py
parsed test_format.py
parsed test_aifc.py
parsed test_memoryio.py
parsed test_timeit.py
parsed test_fileio.py
parsed test_uu.py
parsed test_socket.py
parsed test_wsgiref.py
parsed test_dummy_thread.py
parsed test_dynamicclassattribute.py
parsed test_future.py
parsed test_faulthandler.py
parsed test_contextlib_async.py
parsed test_statistics.py
parsed test_compile.py
parsed test_buffer.py
parsed test_configparser.py
parsed test_os.py
parsed test_bdb.py
parsed test_binhex.py
parsed test_decimal.py
parsed test_turtle.py
parsed test_tcl.py
parsed test_symbol.py
parsed test_pstats.py
parsed test_profile.py
parsed test_codecmaps_jp.py
parsed test_pprint.py
parsed test_pulldom.py
parsed test_posixpath.py
parsed test_math.py
parsed test_scope.py
parsed test_types.py
parsed test_urlparse.py
parsed test_unicode.py
parsed test_structseq.py
parsed test_bufio.py
parsed test_dummy_threading.py
parsed test_secrets.py
parsed test_kqueue.py
parsed test_dictviews.py
parsed test_ioctl.py
parsed test_baseexception.py
parsed test_datetime.py
parsed test_threaded_import.py
parsed test_signal.py
parsed test_dtrace.py
parsed test_super.py
parsed test_codeop.py
parsed test_xdrlib.py
parsed test_thread.py
parsed test_binop.py
parsed test_shelve.py
parsed test_with.py
parsed test_weakset.py
parsed test_asyncore.py
parsed test_xml_dom_minicompat.py
parsed test_threading.py
parsed test_urllib_response.py
parsed test_enum.py
parsed test_setcomps.py
parsed test_ssl.py
parsed test_dynamic.py
parsed test_sched.py
parsed test_xml_etree.py
parsed test_subprocess.py
parsed test_future4.py
parsed test_pathlib.py
parsed test_docxmlrpc.py
parsed test_locale.py
parsed test_ucn.py
parsed test_augassign.py
parsed test_module.py
parsed test_long.py
parsed test_set.py
parsed test_sunau.py
parsed test_webbrowser.py
parsed test_ftplib.py
parsed test_stat.py
parsed test___all__.py
parsed test_mmap.py
parsed test_typechecks.py
parsed test_quopri.py
parsed test_py_compile.py
parsed test_functools.py
parsed test_tokenize.py
parsed test_context.py
parsed test_exception_hierarchy.py
parsed test_enumerate.py
parsed test_descr.py
parsed test_ensurepip.py
parsed test_wave.py
parsed test_httpservers.py
parsed test_zlib.py
parsed test_pkg.py
parsed test_dictcomps.py
parsed test_hash.py
parsed test_isinstance.py
parsed test_socketserver.py
parsed test_syslog.py
parsed test__locale.py
parsed test_picklebuffer.py
parsed test_index.py
parsed test_openpty.py
parsed test_normalization.py
parsed test_selectors.py
parsed test_linecache.py
parsed test_richcmp.py
parsed test_codecmaps_tw.py
parsed test_exceptions.py
parsed test_readline.py
parsed test_crashers.py
parsed test_sort.py
parsed test_pyexpat.py
parsed test_pty.py
parsed test_c_locale_coercion.py
parsed test_keywordonlyarg.py
parsed test_copy.py
parsed test_difflib.py
parsed test_robotparser.py
parsed test_audioop.py
parsed test__opcode.py
parsed test_winreg.py
parsed test_fstring.py
parsed test_extcall.py
parsed test_dbm_dumb.py
parsed test_codecmaps_hk.py
parsed test_eof.py
parsed test_tix.py
parsed test_pyclbr.py
parsed test_dbm_ndbm.py
parsed test_time.py
parsed test_generator_stop.py
parsed test_sndhdr.py
parsed test_metaclass.py
parsed test_abc.py
parsed test_devpoll.py
parsed test_array.py
parsed test_filecmp.py
parsed test_crypt.py
parsed test_heapq.py
parsed test_telnetlib.py
parsed test_pwd.py
parsed test_numeric_tower.py
parsed test_codecencodings_hk.py
parsed test_mailbox.py
parsed test_ttk_guionly.py
parsed test_poplib.py
parsed test_fractions.py
parsed test_optparse.py
parsed test_codecencodings_iso2022.py
parsed test_netrc.py
parsed test_fcntl.py
parsed test_startfile.py
parsed test_regrtest.py
parsed test_keyword.py
parsed test_ntpath.py
parsed test_cgi.py
parsed test_parser.py
parsed test_struct.py
parsed test_asdl_parser.py
parsed test_flufl.py
parsed test_argparse.py
parsed test_nntplib.py
parsed test_charmapcodec.py
parsed test_getpass.py
parsed test_sax.py
parsed test_ttk_textonly.py
parsed test_abstract_numbers.py
parsed test_multiprocessing_main_handling.py
parsed test_textwrap.py
parsed test_threadsignals.py
parsed test_nis.py
parsed test_urllib2net.py
parsed test_imaplib.py
parsed test_epoll.py
parsed test_print.py
parsed test_urllib2_localnet.py
parsed test_popen.py
parsed test_osx_env.py
parsed test_site.py
parsed test_complex.py
parsed test_doctest2.py
parsed test_support.py
parsed test_pickle.py
parsed test_eintr.py
parsed test_binascii.py
parsed test_type_comments.py
parsed test_tuple.py
parsed test_memoryview.py
parsed test_descrtut.py
parsed test_int_literal.py
parsed test_longexp.py
parsed test_structmembers.py
parsed test_positional_only_arg.py
parsed test_hmac.py
parsed test_contextlib.py
parsed test_raise.py
parsed test_gc.py
parsed test_bz2.py
parsed test_uuid.py
parsed test_sqlite.py
parsed test_multibytecodec.py
parsed test_cmath.py
parsed test_imghdr.py
parsed test_ast.py
parsed test_itertools.py
parsed test_builtin.py
parsed test_winsound.py
parsed test_pkgutil.py
parsed test_hashlib.py
parsed test_lib2to3.py
parsed test_modulefinder.py
parsed test_utf8_mode.py
parsed test_getargs2.py
parsed test_zipimport_support.py
parsed test_codecencodings_kr.py
parsed test_unicodedata.py
parsed test_operator.py
parsed test_script_helper.py
parsed test_iter.py
parsed test_ossaudiodev.py
parsed test_userstring.py
parsed test_colorsys.py
parsed test_codecencodings_jp.py
parsed test_dbm_gnu.py
parsed test_winconsoleio.py
parsed test_embed.py
parsed test_unpack_ex.py
parsed test_glob.py
parsed test_genericpath.py
parsed test_string_literals.py
parsed test_compare.py
parsed test_reprlib.py
parsed test_float.py
parsed test_xmlrpc_net.py
parsed test_slice.py
parsed test_decorators.py
parsed test_yield_from.py
parsed test_distutils.py
parsed test_sysconfig.py
parsed test_bigmem.py
parsed test_file.py
parsed test_tarfile.py
parsed test_cgitb.py
parsed test_global.py
parsed test_resource.py
parsed test_funcattrs.py
parsed test_codecencodings_tw.py
parsed test_httplib.py
parsed test_smtpnet.py
parsed test_xxtestfuzz.py
parsed test_listcomps.py
parsed test_userlist.py
parsed test_runners.py
parsed test_sslproto.py
parsed test_unix_events.py
parsed test_sendfile.py
parsed test_windows_events.py
parsed test_selector_events.py
parsed test_asyncio_waitfor.py
parsed test_proactor_events.py
parsed test_server.py
parsed test_futures.py
parsed test_futures2.py
parsed test_sock_lowlevel.py
parsed test_queues.py
parsed test_subprocess.py
parsed test_events.py
parsed test_context.py
parsed test_transports.py
parsed test_buffered_proto.py
parsed test_locks.py
parsed test_streams.py
parsed test_base_events.py
parsed test_protocols.py
parsed test_pep492.py
parsed test_windows_utils.py
parsed test_generator.py
parsed test__encoded_words.py
parsed test_inversion.py
parsed test_asian_codecs.py
parsed test_pickleable.py
parsed test_defect_handling.py
parsed test_policy.py
parsed test_parser.py
parsed test_utils.py
parsed test_contentmanager.py
parsed test_message.py
parsed test__header_value_parser.py
parsed test_ctypes.py
parsed test_selftype.py
parsed test_path.py
parsed test_spec.py
parsed test_metadata_api.py
parsed test_zip.py
parsed test_namespace_pkgs.py
parsed test_util.py
line 1:0 token recognition error at: ''
parsed test_windows.py
parsed test_abc.py
parsed test_locks.py
parsed test_main.py
parsed test_api.py
parsed test_lazy.py
parsed test_read.py
parsed test_open.py
parsed test_resource.py
parsed test_path_hook.py
parsed test_finder.py
parsed test_case_sensitivity.py
parsed test_file_loader.py
parsed test_finder.py
parsed test_loader.py
parsed test_path_hook.py
parsed test_finder.py
parsed test_loader.py
parsed test_case_sensitivity.py
parsed test_finder.py
parsed test_loader.py
parsed test_path.py
parsed test___package__.py
parsed test_fromlist.py
parsed test___loader__.py
parsed test_meta_path.py
parsed test_packages.py
parsed test_caching.py
parsed test_api.py
parsed test_relative_imports.py
parsed testresult.py
parsed test_pass2.py
parsed test_indent.py
parsed test_dump.py
parsed test_pass1.py
parsed test_unicode.py
parsed test_encode_basestring_ascii.py
parsed test_enum.py
parsed test_default.py
parsed test_speedups.py
parsed test_fail.py
parsed test_separators.py
parsed test_tool.py
parsed test_scanstring.py
parsed test_decode.py
parsed test_recursion.py
parsed test_float.py
parsed test_pass3.py
parsed testdata_module_inside_zip.py
parsed test_pdeps.py
parsed test_sundry.py
parsed test_unparse.py
parsed test_gprof2html.py
parsed test_pindent.py
parsed test_i18n.py
parsed test_fixcid.py
parsed test_pathfix.py
parsed test_md5sum.py
parsed test_lll.py
parsed test_reindent.py
parsed testmod.py
Total of 0 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.18263417395382608555.tmp/cpython/Modules/_testcapimodule.c: In function ‘PyInit__testcapi’:
/tmp/org.polystat.py2eo.18263417395382608555.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.18263417395382608555.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.18263417395382608555.tmp/cpython/Modules/_testcapimodule.c: In function ‘test_buildvalue_issue38913’:
/tmp/org.polystat.py2eo.18263417395382608555.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.18263417395382608555.tmp/cpython/Modules/_ctypes/callbacks.c: In function ‘_ctypes_alloc_callback’:
/tmp/org.polystat.py2eo.18263417395382608555.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.18263417395382608555.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.18263417395382608555.tmp/cpython/Modules/expat/xmltok.c:55:
/tmp/org.polystat.py2eo.18263417395382608555.tmp/cpython/Modules/expat/xmltok_ns.c: In function ‘findEncoding’:
/tmp/org.polystat.py2eo.18263417395382608555.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.18263417395382608555.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.18263417395382608555.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.18263417395382608555.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.18263417395382608555.tmp/cpython/Modules/expat/xmltok.c:1646:
/tmp/org.polystat.py2eo.18263417395382608555.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.18263417395382608555.tmp/cpython/Modules/expat/xmltok.c:55:
/tmp/org.polystat.py2eo.18263417395382608555.tmp/cpython/Modules/expat/xmltok_ns.c: In function ‘findEncodingNS’:
/tmp/org.polystat.py2eo.18263417395382608555.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.18263417395382608555.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.18263417395382608555.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.18263417395382608555.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.18263417395382608555.tmp/cpython/Modules/expat/xmltok.c:1657:
/tmp/org.polystat.py2eo.18263417395382608555.tmp/cpython/Modules/expat/xmltok_ns.c:92:8: note: ‘buf’ declared here
   92 |   char buf[ENCODING_MAX];
      |        ^~~
/tmp/org.polystat.py2eo.18263417395382608555.tmp/cpython/Modules/_decimal/libmpdec/io.c: In function ‘word_to_string’:
/tmp/org.polystat.py2eo.18263417395382608555.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.18263417395382608555.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.18263417395382608555.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.18263417395382608555.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.18263417395382608555.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.18263417395382608555.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.18263417395382608555.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.18263417395382608555.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.18263417395382608555.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.18263417395382608555.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.18263417395382608555.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.18263417395382608555.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.18263417395382608555.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.18263417395382608555.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.18263417395382608555.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.18263417395382608555.tmp/cpython/Modules/_decimal/libmpdec/io.c:341:14: note: in expansion of macro &lsquo;EXTRACT_DIGIT&rsquo;
  341 |     case 17: EXTRACT_DIGIT(s, x, 10000000000000000ULL, dot);
      |              ^~~~~~~~~~~~~
/tmp/org.polystat.py2eo.18263417395382608555.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.18263417395382608555.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.18263417395382608555.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.18263417395382608555.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.18263417395382608555.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.18263417395382608555.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.18263417395382608555.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.18263417395382608555.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.18263417395382608555.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.18263417395382608555.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.18263417395382608555.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.18263417395382608555.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.18263417395382608555.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.18263417395382608555.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.18263417395382608555.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.18263417395382608555.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.18263417395382608555.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.18263417395382608555.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.18263417395382608555.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.18263417395382608555.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.18263417395382608555.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.18263417395382608555.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.18263417395382608555.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.18263417395382608555.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.18263417395382608555.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.18263417395382608555.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.18263417395382608555.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.18263417395382608555.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.18263417395382608555.tmp/cpython/Modules/_decimal/libmpdec/io.c:332:9: warning: this &lsquo;if&rsquo; clause does not guard... [-Wmisleading-indentation]
  332 |         if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
      |         ^~
/tmp/org.polystat.py2eo.18263417395382608555.tmp/cpython/Modules/_decimal/libmpdec/io.c:350:14: note: in expansion of macro &lsquo;EXTRACT_DIGIT&rsquo;
  350 |     case 9:  EXTRACT_DIGIT(s, x, 100000000UL, dot);
      |              ^~~~~~~~~~~~~
/tmp/org.polystat.py2eo.18263417395382608555.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.18263417395382608555.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.18263417395382608555.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.18263417395382608555.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.18263417395382608555.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.18263417395382608555.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.18263417395382608555.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.18263417395382608555.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.18263417395382608555.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.18263417395382608555.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.18263417395382608555.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.18263417395382608555.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.18263417395382608555.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.18263417395382608555.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.18263417395382608555.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.18263417395382608555.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.18263417395382608555.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.18263417395382608555.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.18263417395382608555.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.18263417395382608555.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.18263417395382608555.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.18263417395382608555.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.18263417395382608555.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.18263417395382608555.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.18263417395382608555.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.18263417395382608555.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.18263417395382608555.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.18263417395382608555.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.18263417395382608555.tmp/cpython/Modules/_decimal/libmpdec/io.c:332:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the &lsquo;if&rsquo;
  332 |         if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
      |                                   ^
/tmp/org.polystat.py2eo.18263417395382608555.tmp/cpython/Modules/_decimal/libmpdec/io.c:357:14: note: in expansion of macro &lsquo;EXTRACT_DIGIT’
  357 |     case 2:  EXTRACT_DIGIT(s, x, 10UL, dot);
      |              ^~~~~~~~~~~~~
/tmp/org.polystat.py2eo.18263417395382608555.tmp/cpython/Lib/test/support/__init__.py:3370: ResourceWarning: unclosed <ssl.SSLSocket fd=5, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('127.0.0.1', 37045), raddr=('127.0.0.1', 39230)>
  del self.thread
ResourceWarning: Enable tracemalloc to get the object allocation traceback
test test_ssl failed -- Traceback (most recent call last):
  File "/tmp/org.polystat.py2eo.18263417395382608555.tmp/cpython/Lib/test/test_ssl.py", line 404, in test_openssl_version
    self.assertTrue(s.startswith("OpenSSL {:d}.{:d}.{:d}".format(major, minor, fix)), (s, t, hex(n))) # 594:12-595:42
AssertionError: False is not true : ('OpenSSL 3.0.2 15 Mar 2022', (3, 0, 0, 2, 0), '0x30000020')
stty: 'standard input': Inappropriate ioctl for device
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__>()>>
Resource 'nntp.aioe.org' is not available
/tmp/org.polystat.py2eo.18263417395382608555.tmp/cpython/Lib/test/test_collections.py:1210: DeprecationWarning: Please use assertEqual instead.
  self.assertEquals(len(s), (len(items) - 1 )) # 1429:8-1429:48
Exception in thread Thread-57:
Traceback (most recent call last):
  File "/tmp/org.polystat.py2eo.18263417395382608555.tmp/cpython/Lib/asyncore.py", line 83, in read
    obj.handle_read_event()
  File "/tmp/org.polystat.py2eo.18263417395382608555.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.18263417395382608555.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.18263417395382608555.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.18263417395382608555.tmp/cpython/Lib/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/tmp/org.polystat.py2eo.18263417395382608555.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.18263417395382608555.tmp/cpython/Lib/asyncore.py", line 207, in loop
    poll_fun(timeout, map)
  File "/tmp/org.polystat.py2eo.18263417395382608555.tmp/cpython/Lib/asyncore.py", line 150, in poll
    read(obj)
  File "/tmp/org.polystat.py2eo.18263417395382608555.tmp/cpython/Lib/asyncore.py", line 87, in read
    obj.handle_error()
  File "/tmp/org.polystat.py2eo.18263417395382608555.tmp/cpython/Lib/test/test_ftplib.py", line 313, in handle_error
    raise Exception # 405:12-405:26
Exception
/tmp/org.polystat.py2eo.18263417395382608555.tmp/cpython/Lib/test/support/__init__.py:3370: ResourceWarning: unclosed <ssl.SSLSocket fd=5, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('127.0.0.1', 60211), raddr=('127.0.0.1', 38816)>
  del self.thread
ResourceWarning: Enable tracemalloc to get the object allocation traceback
test test_ssl failed
make: *** [Makefile:1142: test] Error 2
[1;31mERRORm] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 894.183 s <<< FAILURE! - in org.polystat.py2eo.parser.ParserPrinterIT
[1;31mERRORm] org.polystat.py2eo.parser.ParserPrinterIT.apply  Time elapsed: 894.049 s  <<< ERROR!
java.lang.RuntimeException: Nonzero exit value: 2
        at scala.sys.process.ProcessBuilderImpl$AbstractBuilder.slurp(ProcessBuilderImpl.scala:164)
        at scala.sys.process.ProcessBuilderImpl$AbstractBuilder.$bang$bang(ProcessBuilderImpl.scala:121)
        at org.polystat.py2eo.parser.ParserPrinterIT.apply(ParserPrinterIT.scala:61)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:568)
        at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
        at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
        at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
        at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
        at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
        at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
        at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
        at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
        at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
        at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
        at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
        at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
        at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
        at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
        at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:217)
        at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
        at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213)
        at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138)
        at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
        at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
        at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
        at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
        at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
        at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
        at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
        at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
        at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
        at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
        at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
        at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
        at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
        at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
        at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
        at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
        at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
        at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:147)
        at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:127)
        at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:90)
        at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:55)
        at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:102)
        at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:54)
        at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
        at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
        at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
        at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:55)
        at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:223)
        at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:175)
        at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:139)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:568)
        at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:183)
        at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
        at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
        at org.apache.maven.plugin.surefire.InPluginVMSurefireStarter.runSuitesInProcess(InPluginVMSurefireStarter.java:92)
        at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1310)
        at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:1167)
        at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:931)
        at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:126)
        at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2(MojoExecutor.java:328)
        at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute(MojoExecutor.java:316)
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:174)
        at org.apache.maven.lifecycle.internal.MojoExecutor.access$000(MojoExecutor.java:75)
        at org.apache.maven.lifecycle.internal.MojoExecutor$1.run(MojoExecutor.java:162)
        at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute(DefaultMojosExecutionStrategy.java:39)
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:159)
        at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:105)
        at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:73)
        at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:53)
        at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:118)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:261)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:173)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:101)
        at org.apache.maven.cli.MavenCli.execute(MavenCli.java:906)
        at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:283)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:206)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:568)
        at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:283)
        at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:226)
        at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:407)
        at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:348)

[1;34mINFOm]
[1;34mINFOm] Results:
[1;34mINFOm]
[1;31mERRORm] Errors:
[1;31mERRORm]   ParserPrinterIT.apply:61 » Runtime Nonzero exit value: 2
[1;34mINFOm]
[1;31mERRORm] Tests run: 1, Failures: 0, Errors: 1, 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] 1m------------------------------------------------------------------------m
[1;34mINFOm] 1mReactor Summary for py2eo 1.0-SNAPSHOT:m
[1;34mINFOm]
[1;34mINFOm] py2eo .............................................. 1;32mSUCCESSm [ 14.548 s]
[1;34mINFOm] parser ............................................. 1;31mFAILUREm [15:32 min]
[1;34mINFOm] transpiler ......................................... 1;33mSKIPPEDm
[1;34mINFOm] 1m------------------------------------------------------------------------m
[1;34mINFOm] 1;31mBUILD FAILUREm
[1;34mINFOm] 1m------------------------------------------------------------------------m
[1;34mINFOm] Total time:  15:51 min
[1;34mINFOm] Finished at: 2023-10-17T17:20:26Z
[1;34mINFOm] 1m------------------------------------------------------------------------m
[1;31mERRORm] Failed to execute goal 32morg.apache.maven.plugins:maven-failsafe-plugin:3.0.0-M7:verifym 1m(default)m on project 36mparserm: 1;31mm
[1;31mERRORm] 1;31mm
[1;31mERRORm] 1;31mPlease refer to /home/r/repo/parser/target/failsafe-reports for the individual test results.m
[1;31mERRORm] 1;31mPlease refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.m
[1;31mERRORm] -> 1m[Help 1]m
[1;31mERRORm]
[1;31mERRORm] To see the full stack trace of the errors, re-run Maven with the 1m-em switch.
[1;31mERRORm] Re-run Maven using the 1m-Xm switch to enable full debug logging.
[1;31mERRORm]
[1;31mERRORm] For more information about the errors and possible solutions, please read the following articles:
[1;31mERRORm] 1m[Help 1]m http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[1;31mERRORm]
[1;31mERRORm] After correcting the problems, you can resume the build with the command
[1;31mERRORm]   1mmvn <args> -rf :parserm
0m0mcontainer b03cbf10f6ecaf1b41995908f6d1fe7325645919ab9d9658170a05d949a737ef is dead
Tue Oct 17 07:21:58 PM CEST 2023