rultor.com logo This build log was produced by rultor.com for objectionary/sodg#46
+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 576745
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Sun 27 Nov 2022 05:31:31 PM CET
+ uptime
 17:31:31 up 3 days, 23:09,  0 users,  load average: 0.05, 0.02, 0.00
+ ff=default
+ image=yegor256/rultor-image:1.13.0
+ rebase=false
+ head_branch=master
+ pull_title='Update Rust crate rstest to 0.16.0'
+ author=yegor256
+ directory=
+ head=git@github.com:objectionary/sodg.git
+ pull_id=46
+ fork=git@github.com:objectionary/sodg.git
+ fork_branch=renovate/rstest-0.x
+ squash=false
+ vars=('--env=head=git@github.com:objectionary/sodg.git' '--env=pull_id=46' '--env=fork=git@github.com:objectionary/sodg.git' '--env=fork_branch=renovate/rstest-0.x' '--env=head_branch=master' '--env=pull_title=Update Rust crate rstest to 0.16.0' '--env=author=yegor256' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:objectionary/sodg.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=46'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:objectionary/sodg.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=renovate/rstest-0.x'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=Update Rust crate rstest to 0.16.0'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''pdd --file=/dev/null'\'' '\'';'\'' '\''cargo --color=never test -vv'\'' '\'';'\'' '\''cargo --color=never fmt --check'\'' '\'';'\'' '\''cargo doc --no-deps'\'' '\'';'\'' '\''cargo clippy'\'' '\'';'\'' )')
+ scripts=('export '\''head=git@github.com:objectionary/sodg.git'\''' ';' 'export '\''pull_id=46'\''' ';' 'export '\''fork=git@github.com:objectionary/sodg.git'\''' ';' 'export '\''fork_branch=renovate/rstest-0.x'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=Update Rust crate rstest to 0.16.0'\''' ';' 'export '\''author=yegor256'\''' ';' 'pdd --file=/dev/null' ';' 'cargo --color=never test -vv' ';' 'cargo --color=never fmt --check' ';' 'cargo doc --no-deps' ';' 'cargo clippy' ';')
+ container=objectionary_sodg_46
+ as_root=false
+ hostname
m2262.contaboserver.net
+ git --version
git version 2.25.1
+ docker --version
Docker version 20.10.21, build baeda1f
+ 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:objectionary/sodg.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:objectionary/sodg.git'\''' ']'
+ cd ..
+ cat
+ '[' false = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'export '\''head=git@github.com:objectionary/sodg.git'\''' ';' 'export '\''pull_id=46'\''' ';' 'export '\''fork=git@github.com:objectionary/sodg.git'\''' ';' 'export '\''fork_branch=renovate/rstest-0.x'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=Update Rust crate rstest to 0.16.0'\''' ';' 'export '\''author=yegor256'\''' ';' 'pdd --file=/dev/null' ';' 'cargo --color=never test -vv' ';' 'cargo --color=never fmt --check' ';' 'cargo doc --no-deps' ';' 'cargo clippy' ';'
+ sensitive=()
+ rm -rf .gnupg
+ cd repo
+ git remote add fork git@github.com:objectionary/sodg.git
+ git remote update
Fetching origin
Fetching fork
From github.com:objectionary/sodg
 * [new branch]      master              -> fork/master
 * [new branch]      renovate/rstest-0.x -> fork/renovate/rstest-0.x
+ 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/renovate/rstest-0.x
Switched to a new branch '__rultor'
Branch '__rultor' set up to track remote branch 'renovate/rstest-0.x' 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
Updating 1633cb2..27fe86a
Fast-forward
 Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
+ docker_when_possible
+ true
++ uptime
++ sed 's/ /\n/g'
++ tail -n 1
+ load=0.00
++ echo 0.00 '>' 30
++ bc
+ '[' 0 -eq 1 ']'
+ echo 'load average is 0.00, low enough to run a new Docker container'
load average is 0.00, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=yegor256/rultor-image:1.13.0
+ docker pull yegor256/rultor-image:1.13.0
1.13.0: Pulling from yegor256/rultor-image
Digest: sha256:2403492bdc2a1ddd160bfa352064321102063d6fa463c3f9cf56475ea2d4cc8a
Status: Image is up to date for yegor256/rultor-image:1.13.0
docker.io/yegor256/rultor-image:1.13.0
+ docker ps --filter=status=exited
+ grep --quiet '\sobjectionary_sodg_46\s*$'
+ ls -al .
total 48
drwx------  3 rultor rultor 4096 Nov 27 17:31 .
drwxrwxrwt 11 root   root   4096 Nov 27 17:31 ..
-rw-rw-r--  1 rultor rultor   57 Nov 27 17:31 credentials
-rwxrwxr-x  1 rultor rultor  556 Nov 27 17:31 end.sh
-rwxrwxr-x  1 rultor rultor  363 Nov 27 17:31 entry.sh
-rw-rw-r--  1 rultor rultor    7 Nov 27 17:31 pid
drwxrwxr-x  5 rultor rultor 4096 Nov 27 17:31 repo
-rwxrwxr-x  1 rultor rultor 5945 Nov 27 17:31 run.sh
-rw-rw-r--  1 rultor rultor  592 Nov 27 17:31 script.sh
-rw-rw-r--  1 rultor rultor 5092 Nov 27 17:31 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-y4XX:/main --env=head=git@github.com:objectionary/sodg.git --env=pull_id=46 --env=fork=git@github.com:objectionary/sodg.git --env=fork_branch=renovate/rstest-0.x --env=head_branch=master '--env=pull_title=Update Rust crate rstest to 0.16.0' --env=author=yegor256 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:objectionary/sodg.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=46'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:objectionary/sodg.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=renovate/rstest-0.x'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=Update Rust crate rstest to 0.16.0'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''pdd --file=/dev/null'\'' '\'';'\'' '\''cargo --color=never test -vv'\'' '\'';'\'' '\''cargo --color=never fmt --check'\'' '\'';'\'' '\''cargo doc --no-deps'\'' '\'';'\'' '\''cargo clippy'\'' '\'';'\'' )' --hostname=docker --privileged --memory=8g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-y4XX/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=objectionary_sodg_46 yegor256/rultor-image:1.13.0 /main/entry.sh
WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
+ set -e
+ set -o pipefail
+ shopt -s dotglob
+ useradd -m -G sudo r
+ usermod -s /bin/bash r
+ echo '%sudo ALL=(ALL) NOPASSWD:ALL'
+ cp -R /root/.bashrc /root/.cache /root/.cargo /root/.config /root/.gem /root/.m2 /root/.npm /root/.profile /root/.rustup /root/texmf /home/r
+ cp -R ./cid ./credentials ./end.sh ./entry.sh ./pid ./repo ./run.sh ./script.sh ./stdout /home/r
+ rm -rf repo
+ chown -R r:r /home/r
+ chmod a+x /home/r/script.sh
+ su --login r --command /home/r/script.sh
+ set -e
+ set -o pipefail
+ '[' -e /home/r/.profile ']'
+ source /home/r/.profile
++ '[' /bin/bash ']'
++ '[' -f /home/r/.bashrc ']'
++ . /home/r/.bashrc
+++ '[' -z '' ']'
+++ return
++ mesg n
++ true
++ export LC_ALL=en_US.UTF-8
++ LC_ALL=en_US.UTF-8
++ export LANG=en_US.UTF-8
++ LANG=en_US.UTF-8
++ export LANGUAGE=en_US.UTF-8
++ LANGUAGE=en_US.UTF-8
++ source /usr/local/rvm/scripts/rvm
+++ builtin test -n '5.0.17(1)-release' -o -n '' -o -n ''
+++ case "`uname`" in
++++ uname
+++ case "$(command uname -o)" in
++++ command uname -o
++++ uname -o
++++ command ps -p 105 -o ucomm=
++++ ps -p 105 -o ucomm=
+++ __shell_name=script.sh
+++ case "$__shell_name" in
+++ unset __shell_name
+++ __rvm_has_opt posix
+++ [[ -n '' ]]
+++ [[ -n '' ]]
+++ [[ -n 5.0.17(1)-release ]]
+++ [[ :braceexpand:errexit:hashall:interactive-comments:pipefail:xtrace: == *\:\p\o\s\i\x\:* ]]
+++ return 1
+++ export HOME rvm_prefix rvm_user_install_flag rvm_path
+++ HOME=/home/r
+++ [[ -n 0002 ]]
+++ ((  0 == 0  ))
+++ rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc")
+++ [[ -n /usr/local ]]
+++ [[ /home/r/.rvmrc -ef /usr/local/.rvmrc ]]
+++ rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc")
+++ for rvmrc in "${rvm_rvmrc_files[@]}"
+++ [[ -f /etc/rvmrc ]]
+++ GREP_OPTIONS=
+++ command grep '^\s*rvm .*$' /etc/rvmrc
+++ source /etc/rvmrc
++++ umask u=rwx,g=rwx,o=rx
+++ for rvmrc in "${rvm_rvmrc_files[@]}"
+++ [[ -f /home/r/.rvmrc ]]
+++ for rvmrc in "${rvm_rvmrc_files[@]}"
+++ [[ -f /usr/local/.rvmrc ]]
+++ unset rvm_rvmrc_files
+++ [[ -z /usr/local/rvm ]]
+++ rvm_path=/usr/local/rvm
+++ [[ -z /usr/local ]]
+++ [[ -n 0 ]]
+++ export rvm_loaded_flag
+++ [[ -n 5.0.17(1)-release ]]
+++ typeset -f rvm
+++ rvm_loaded_flag=0
+++ ((  0 == 0  ))
+++ [[ -n /usr/local/rvm ]]
+++ [[ -d /usr/local/rvm ]]
+++ true /usr/local/rvm/scripts
+++ [[ ! -f /usr/local/rvm/scripts/base ]]
+++ source /usr/local/rvm/scripts/base
++++ __rvm_has_opt errexit
++++ [[ -n '' ]]
++++ [[ -n '' ]]
++++ [[ -n 5.0.17(1)-release ]]
++++ [[ :braceexpand:errexit:hashall:interactive-comments:pipefail:xtrace: == *\:\e\r\r\e\x\i\t\:* ]]
++++ rvm_stored_errexit=1
++++ set +e
++++ ((  0 == 1  ))
++++ export __array_start rvm_path
++++ [[ -n '' ]]
++++ __array_start=0
++++ ((  0 == 0  ))
++++ [[ -n 0002 ]]
++++ rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc")
++++ [[ -n /usr/local ]]
++++ [[ /home/r/.rvmrc -ef /usr/local/.rvmrc ]]
++++ rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc")
++++ for rvmrc in "${rvm_rvmrc_files[@]}"
++++ [[ -f /etc/rvmrc ]]
++++ GREP_OPTIONS=
++++ command grep '^\s*rvm .*$' /etc/rvmrc
++++ source /etc/rvmrc
+++++ umask u=rwx,g=rwx,o=rx
++++ for rvmrc in "${rvm_rvmrc_files[@]}"
++++ [[ -f /home/r/.rvmrc ]]
++++ for rvmrc in "${rvm_rvmrc_files[@]}"
++++ [[ -f /usr/local/.rvmrc ]]
++++ unset rvm_rvmrc_files
++++ export rvm_path
++++ [[ -z /usr/local/rvm ]]
++++ true /usr/local/rvm/scripts
++++ load_rvm_scripts
++++ typeset -a scripts
++++ scripts=(selector logging support utility init cleanup env rvmrc install environment gemset checksum list)
++++ source /usr/local/rvm/scripts/initialize
+++++ [[ -n 5.0.17(1)-release ]]
+++++ shopt -s extglob
+++++ ((  0 == 1  ))
+++++ export __rvm_env_loaded
+++++ : __rvm_env_loaded:0:
+++++ : __rvm_env_loaded:1:
+++++ [[ -z '' ]]
+++++ typeset -f __rvm_cleanse_variables
+++++ ((  0 == 0  ))
+++++ [[ -n 0002 ]]
+++++ rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc")
+++++ [[ -n /usr/local ]]
+++++ [[ /home/r/.rvmrc -ef /usr/local/.rvmrc ]]
+++++ rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc")
+++++ for rvmrc in "${rvm_rvmrc_files[@]}"
+++++ [[ -f /etc/rvmrc ]]
+++++ GREP_OPTIONS=
+++++ command grep '^\s*rvm .*$' /etc/rvmrc
+++++ source /etc/rvmrc
++++++ umask u=rwx,g=rwx,o=rx
+++++ for rvmrc in "${rvm_rvmrc_files[@]}"
+++++ [[ -f /home/r/.rvmrc ]]
+++++ for rvmrc in "${rvm_rvmrc_files[@]}"
+++++ [[ -f /usr/local/.rvmrc ]]
+++++ unset rvm_rvmrc_files
+++++ export rvm_path
+++++ [[ -z /usr/local/rvm ]]
+++++ true /usr/local/rvm/scripts
+++++ [[ -n 0 ]]
+++++ export rvm_user_install_flag
+++++ : rvm_bin_path:/usr/local/rvm/bin rvm_man_path:/usr/local/rvm/share/man rvm_archives_path:/usr/local/rvm/archives rvm_docs_path:/usr/local/rvm/docs rvm_environments_path:/usr/local/rvm/environments rvm_examples_path:/usr/local/rvm/examples rvm_gems_path:/usr/local/rvm/gems rvm_gemsets_path:/usr/local/rvm/gemsets rvm_help_path:/usr/local/rvm/help rvm_docs_path:/usr/local/rvm/docs rvm_hooks_path:/usr/local/rvm/hooks rvm_lib_path:/usr/local/rvm/lib rvm_log_path:/usr/local/rvm/log rvm_patches_path:/usr/local/rvm/patches rvm_repos_path:/usr/local/rvm/repos rvm_rubies_path:/usr/local/rvm/rubies rvm_rubygems_path:/usr/local/rvm/rubygems rvm_src_path:/usr/local/rvm/src rvm_tmp_path:/usr/local/rvm/tmp rvm_user_path:/usr/local/rvm/user rvm_usr_path:/usr/local/rvm/usr rvm_wrappers_path:/usr/local/rvm/wrappers rvm_verbose_flag:0 rvm_debug_flag:0 rvm_gems_cache_path:/usr/local/rvm/gems/cache
+++++ export rvm_action rvm_alias_expanded rvm_archive_extension rvm_archives_path rvm_bin_flag rvm_bin_path rvm_debug_flag rvm_default_flag rvm_delete_flag rvm_docs_path rvm_docs_type rvm_dump_environment_flag rvm_environments_path rvm_error_message rvm_examples_path rvm_expanding_aliases rvm_file_name rvm_gemdir_flag rvm_gems_cache_path rvm_gems_path rvm_gemset_name rvm_gemset_separator rvm_gemsets_path rvm_gemstone_package_file rvm_gemstone_url rvm_head_flag rvm_help_path rvm_docs_path rvm_hook rvm_hooks_path rvm_install_on_use_flag rvm_lib_path rvm_llvm_flag rvm_loaded_flag rvm_log_path rvm_niceness rvm_nightly_flag rvm_only_path_flag rvm_parse_break rvm_patch_original_pwd rvm_patches_path rvm_path rvm_pretty_print_flag rvm_proxy rvm_quiet_flag rvm_reload_flag rvm_remove_flag rvm_repos_path rvm_rubies_path rvm_ruby_alias rvm_ruby_args rvm_ruby_binary rvm_ruby_bits rvm_ruby_configure rvm_ruby_file rvm_ruby_gem_home rvm_ruby_gem_path rvm_ruby_global_gems_path rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_major_version rvm_ruby_make rvm_ruby_make_install rvm_ruby_minor_version rvm_ruby_mode rvm_ruby_name rvm_ruby_package_file rvm_ruby_package_name rvm_ruby_patch rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_revision rvm_ruby_selected_flag rvm_ruby_sha rvm_ruby_string rvm_ruby_strings rvm_ruby_tag rvm_ruby_url rvm_ruby_user_tag rvm_ruby_version rvm_script_name rvm_scripts_path rvm_sdk rvm_user_install_flag rvm_silent_flag rvm_src_path rvm_sticky_flag rvm_system_flag rvm_tmp_path rvm_token rvm_trace_flag rvm_use_flag rvm_user_flag rvm_user_path rvm_usr_path rvm_verbose_flag rvm_wrappers_path rvm_ruby_repo_branch rvm_man_path rvm_remote_flag rvm_ruby_repo_tag
++++ for entry in ${scripts[@]}
++++ [[    == *\ \s\e\l\e\c\t\o\r\ * ]]
++++ source /usr/local/rvm/scripts/functions/selector
+++++ source /usr/local/rvm/scripts/functions/selector_gemsets
+++++ source /usr/local/rvm/scripts/functions/selector_late
+++++ source /usr/local/rvm/scripts/functions/selector_parse
+++++ source /usr/local/rvm/scripts/functions/selector_interpreters
++++ for entry in ${scripts[@]}
++++ [[    == *\ \l\o\g\g\i\n\g\ * ]]
++++ source /usr/local/rvm/scripts/functions/logging
+++++ __rvm_set_colors
+++++ case "${TERM:-dumb}" in
+++++ __rvm_set_color rvm_error_clr red
+++++ typeset __buffer __variable
+++++ __buffer=''
+++++ __variable=rvm_error_clr
+++++ shift
+++++ ((  1  ))
+++++ __rvm_set_color_single red
+++++ case "$1" in
+++++ __buffer+=31
+++++ shift
+++++ ((  0  ))
+++++ ((  0  ))
+++++ __buffer+=m
+++++ [[ rvm_error_clr == '' ]]
+++++ [[ rvm_error_clr == \p\r\i\n\t ]]
+++++ eval 'rvm_error_clr='\''31m'\'''
++++++ rvm_error_clr='31m'
+++++ __rvm_set_color rvm_warn_clr yellow
+++++ typeset __buffer __variable
+++++ __buffer=''
+++++ __variable=rvm_warn_clr
+++++ shift
+++++ ((  1  ))
+++++ __rvm_set_color_single yellow
+++++ case "$1" in
+++++ __buffer+=33
+++++ shift
+++++ ((  0  ))
+++++ ((  0  ))
+++++ __buffer+=m
+++++ [[ rvm_warn_clr == '' ]]
+++++ [[ rvm_warn_clr == \p\r\i\n\t ]]
+++++ eval 'rvm_warn_clr='\''33m'\'''
++++++ rvm_warn_clr='33m'
+++++ __rvm_set_color rvm_debug_clr magenta
+++++ typeset __buffer __variable
+++++ __buffer=''
+++++ __variable=rvm_debug_clr
+++++ shift
+++++ ((  1  ))
+++++ __rvm_set_color_single magenta
+++++ case "$1" in
+++++ __buffer+=35
+++++ shift
+++++ ((  0  ))
+++++ ((  0  ))
+++++ __buffer+=m
+++++ [[ rvm_debug_clr == '' ]]
+++++ [[ rvm_debug_clr == \p\r\i\n\t ]]
+++++ eval 'rvm_debug_clr='\''35m'\'''
++++++ rvm_debug_clr='35m'
+++++ __rvm_set_color rvm_notify_clr green
+++++ typeset __buffer __variable
+++++ __buffer=''
+++++ __variable=rvm_notify_clr
+++++ shift
+++++ ((  1  ))
+++++ __rvm_set_color_single green
+++++ case "$1" in
+++++ __buffer+=32
+++++ shift
+++++ ((  0  ))
+++++ ((  0  ))
+++++ __buffer+=m
+++++ [[ rvm_notify_clr == '' ]]
+++++ [[ rvm_notify_clr == \p\r\i\n\t ]]
+++++ eval 'rvm_notify_clr='\''32m'\'''
++++++ rvm_notify_clr='32m'
+++++ __rvm_set_color rvm_code_clr blue
+++++ typeset __buffer __variable
+++++ __buffer=''
+++++ __variable=rvm_code_clr
+++++ shift
+++++ ((  1  ))
+++++ __rvm_set_color_single blue
+++++ case "$1" in
+++++ __buffer+=34
+++++ shift
+++++ ((  0  ))
+++++ ((  0  ))
+++++ __buffer+=m
+++++ [[ rvm_code_clr == '' ]]
+++++ [[ rvm_code_clr == \p\r\i\n\t ]]
+++++ eval 'rvm_code_clr='\''34m'\'''
++++++ rvm_code_clr='34m'
+++++ __rvm_set_color rvm_comment_clr iblack
+++++ typeset __buffer __variable
+++++ __buffer=''
+++++ __variable=rvm_comment_clr
+++++ shift
+++++ ((  1  ))
+++++ __rvm_set_color_single iblack
+++++ case "$1" in
+++++ __buffer+='30;1'
+++++ shift
+++++ ((  0  ))
+++++ ((  0  ))
+++++ __buffer+=m
+++++ [[ rvm_comment_clr == '' ]]
+++++ [[ rvm_comment_clr == \p\r\i\n\t ]]
+++++ eval 'rvm_comment_clr='\''30;1m'\'''
++++++ rvm_comment_clr='30;1m'
+++++ __rvm_set_color rvm_reset_clr reset
+++++ typeset __buffer __variable
+++++ __buffer=''
+++++ __variable=rvm_reset_clr
+++++ shift
+++++ ((  1  ))
+++++ __rvm_set_color_single reset
+++++ case "$1" in
+++++ __buffer+=0
+++++ shift
+++++ ((  0  ))
+++++ ((  0  ))
+++++ __buffer+=m
+++++ [[ rvm_reset_clr == '' ]]
+++++ [[ rvm_reset_clr == \p\r\i\n\t ]]
+++++ eval 'rvm_reset_clr='\''0m'\'''
++++++ rvm_reset_clr='0m'
+++++ exec
++++ for entry in ${scripts[@]}
++++ [[    == *\ \s\u\p\p\o\r\t\ * ]]
++++ source /usr/local/rvm/scripts/functions/support
+++++ [[ -n '' ]]
+++++ __rvm_setup_utils_functions
+++++ typeset gnu_tools_path gnu_prefix gnu_util
+++++ typeset -a gnu_utils gnu_missing
+++++ gnu_utils=(awk cp date find sed tail tar xargs)
+++++ gnu_missing=()
+++++ is_a_function __rvm_setup_utils_functions_
+++++ typeset -f __rvm_setup_utils_functions_
+++++ return 1
+++++ __rvm_setup_utils_functions_Other
+++++ __rvm_setup_utils_functions_common
+++++ command which --skip-alias --skip-functions which
+++++ command which whence
+++++ command which which
+++++ for gnu_util in "${gnu_utils[@]}"
+++++ eval '__rvm_awk() { \awk "$@" || return $?; }'
+++++ for gnu_util in "${gnu_utils[@]}"
+++++ eval '__rvm_cp() { \cp "$@" || return $?; }'
+++++ for gnu_util in "${gnu_utils[@]}"
+++++ eval '__rvm_date() { \date "$@" || return $?; }'
+++++ for gnu_util in "${gnu_utils[@]}"
+++++ eval '__rvm_find() { \find "$@" || return $?; }'
+++++ for gnu_util in "${gnu_utils[@]}"
+++++ eval '__rvm_sed() { \sed "$@" || return $?; }'
+++++ for gnu_util in "${gnu_utils[@]}"
+++++ eval '__rvm_tail() { \tail "$@" || return $?; }'
+++++ for gnu_util in "${gnu_utils[@]}"
+++++ eval '__rvm_tar() { \tar "$@" || return $?; }'
+++++ for gnu_util in "${gnu_utils[@]}"
+++++ eval '__rvm_xargs() { \xargs "$@" || return $?; }'
+++++ source /usr/local/rvm/scripts/functions/db
+++++ source /usr/local/rvm/scripts/functions/detect/system
++++++ source /usr/local/rvm/scripts/functions/detect/system_version/codename
++++++ __rvm_detect_system
++++++ unset _system_type _system_name _system_version _system_arch
++++++ export _system_type _system_name _system_version _system_arch
+++++++ command uname -a
+++++++ uname -a
++++++ _system_info='Linux docker 5.4.0-105-generic #119-Ubuntu SMP Mon Mar 7 18:49:24 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux'
++++++ _system_type=unknown
++++++ _system_name=unknown
++++++ _system_name_lowercase=unknown
++++++ _system_version=unknown
+++++++ command uname -m
+++++++ uname -m
++++++ _system_arch=x86_64
++++++ case "$(command uname)" in
+++++++ command uname
+++++++ uname
++++++ source /usr/local/rvm/scripts/functions/detect/system_name/lsb_release
++++++ source /usr/local/rvm/scripts/functions/detect/system_name/os_release
++++++ _system_type=Linux
++++++ [[ -f /etc/lsb-release ]]
++++++ __rvm_detect_system_from_lsb_release
+++++++ awk -F= '$1=="DISTRIB_ID"{print $2}' /etc/lsb-release
+++++++ head -n 1
+++++++ tr '[A-Z]' '[a-z]'
+++++++ tr -d '"'
++++++ local __system_name=ubuntu
++++++ case $__system_name in
++++++ _system_name=Ubuntu
+++++++ awk -F= '$1=="DISTRIB_RELEASE"{print $2}' /etc/lsb-release
+++++++ head -n 1
++++++ _system_version=20.04
+++++++ uname -m
++++++ _system_arch=x86_64
++++++ return 0
++++++ :
++++++ _system_type=Linux
++++++ _system_name=Ubuntu
+++++++ echo Ubuntu
+++++++ command tr '[A-Z]' '[a-z]'
+++++++ tr '[A-Z]' '[a-z]'
++++++ _system_name_lowercase=ubuntu
++++++ _system_version=20.04
++++++ _system_arch=x86_64
++++++ _system_arch=x86_64
++++++ _system_arch=x86_64
++++++ __rvm_detect_system_override
++++++ typeset _var
++++++ for _var in system_type system_name system_name_lowercase system_version system_arch
++++++ __rvm_db system_type _system_type
++++++ typeset value key variable
++++++ key=system_type
++++++ variable=_system_type
++++++ value=
++++++ [[ -f /usr/local/rvm/user/db ]]
+++++++ __rvm_db_ /usr/local/rvm/user/db system_type
+++++++ typeset __db __key __value
+++++++ __db=/usr/local/rvm/user/db
+++++++ __key=system_type
+++++++ shift 2
+++++++ __value=
+++++++ case "${__value}" in
+++++++ __rvm_db_get /usr/local/rvm/user/db system_type
+++++++ [[ -f /usr/local/rvm/user/db ]]
+++++++ __rvm_sed -n -e '\#^system_type=# { s#^system_type=##;; p; }' -e '/^$/d'
+++++++ sed -n -e '\#^system_type=# { s#^system_type=##;; p; }' -e '/^$/d'
++++++ value=
++++++ [[ -z '' ]]
++++++ [[ -f /usr/local/rvm/config/db ]]
+++++++ __rvm_db_ /usr/local/rvm/config/db system_type
+++++++ typeset __db __key __value
+++++++ __db=/usr/local/rvm/config/db
+++++++ __key=system_type
+++++++ shift 2
+++++++ __value=
+++++++ case "${__value}" in
+++++++ __rvm_db_get /usr/local/rvm/config/db system_type
+++++++ [[ -f /usr/local/rvm/config/db ]]
+++++++ __rvm_sed -n -e '\#^system_type=# { s#^system_type=##;; p; }' -e '/^$/d'
+++++++ sed -n -e '\#^system_type=# { s#^system_type=##;; p; }' -e '/^$/d'
++++++ value=
++++++ [[ -n '' ]]
++++++ return 1
++++++ for _var in system_type system_name system_name_lowercase system_version system_arch
++++++ __rvm_db system_name _system_name
++++++ typeset value key variable
++++++ key=system_name
++++++ variable=_system_name
++++++ value=
++++++ [[ -f /usr/local/rvm/user/db ]]
+++++++ __rvm_db_ /usr/local/rvm/user/db system_name
+++++++ typeset __db __key __value
+++++++ __db=/usr/local/rvm/user/db
+++++++ __key=system_name
+++++++ shift 2
+++++++ __value=
+++++++ case "${__value}" in
+++++++ __rvm_db_get /usr/local/rvm/user/db system_name
+++++++ [[ -f /usr/local/rvm/user/db ]]
+++++++ __rvm_sed -n -e '\#^system_name=# { s#^system_name=##;; p; }' -e '/^$/d'
+++++++ sed -n -e '\#^system_name=# { s#^system_name=##;; p; }' -e '/^$/d'
++++++ value=
++++++ [[ -z '' ]]
++++++ [[ -f /usr/local/rvm/config/db ]]
+++++++ __rvm_db_ /usr/local/rvm/config/db system_name
+++++++ typeset __db __key __value
+++++++ __db=/usr/local/rvm/config/db
+++++++ __key=system_name
+++++++ shift 2
+++++++ __value=
+++++++ case "${__value}" in
+++++++ __rvm_db_get /usr/local/rvm/config/db system_name
+++++++ [[ -f /usr/local/rvm/config/db ]]
+++++++ __rvm_sed -n -e '\#^system_name=# { s#^system_name=##;; p; }' -e '/^$/d'
+++++++ sed -n -e '\#^system_name=# { s#^system_name=##;; p; }' -e '/^$/d'
++++++ value=
++++++ [[ -n '' ]]
++++++ return 1
++++++ for _var in system_type system_name system_name_lowercase system_version system_arch
++++++ __rvm_db system_name_lowercase _system_name_lowercase
++++++ typeset value key variable
++++++ key=system_name_lowercase
++++++ variable=_system_name_lowercase
++++++ value=
++++++ [[ -f /usr/local/rvm/user/db ]]
+++++++ __rvm_db_ /usr/local/rvm/user/db system_name_lowercase
+++++++ typeset __db __key __value
+++++++ __db=/usr/local/rvm/user/db
+++++++ __key=system_name_lowercase
+++++++ shift 2
+++++++ __value=
+++++++ case "${__value}" in
+++++++ __rvm_db_get /usr/local/rvm/user/db system_name_lowercase
+++++++ [[ -f /usr/local/rvm/user/db ]]
+++++++ __rvm_sed -n -e '\#^system_name_lowercase=# { s#^system_name_lowercase=##;; p; }' -e '/^$/d'
+++++++ sed -n -e '\#^system_name_lowercase=# { s#^system_name_lowercase=##;; p; }' -e '/^$/d'
++++++ value=
++++++ [[ -z '' ]]
++++++ [[ -f /usr/local/rvm/config/db ]]
+++++++ __rvm_db_ /usr/local/rvm/config/db system_name_lowercase
+++++++ typeset __db __key __value
+++++++ __db=/usr/local/rvm/config/db
+++++++ __key=system_name_lowercase
+++++++ shift 2
+++++++ __value=
+++++++ case "${__value}" in
+++++++ __rvm_db_get /usr/local/rvm/config/db system_name_lowercase
+++++++ [[ -f /usr/local/rvm/config/db ]]
+++++++ __rvm_sed -n -e '\#^system_name_lowercase=# { s#^system_name_lowercase=##;; p; }' -e '/^$/d'
+++++++ sed -n -e '\#^system_name_lowercase=# { s#^system_name_lowercase=##;; p; }' -e '/^$/d'
++++++ value=
++++++ [[ -n '' ]]
++++++ return 1
++++++ for _var in system_type system_name system_name_lowercase system_version system_arch
++++++ __rvm_db system_version _system_version
++++++ typeset value key variable
++++++ key=system_version
++++++ variable=_system_version
++++++ value=
++++++ [[ -f /usr/local/rvm/user/db ]]
+++++++ __rvm_db_ /usr/local/rvm/user/db system_version
+++++++ typeset __db __key __value
+++++++ __db=/usr/local/rvm/user/db
+++++++ __key=system_version
+++++++ shift 2
+++++++ __value=
+++++++ case "${__value}" in
+++++++ __rvm_db_get /usr/local/rvm/user/db system_version
+++++++ [[ -f /usr/local/rvm/user/db ]]
+++++++ __rvm_sed -n -e '\#^system_version=# { s#^system_version=##;; p; }' -e '/^$/d'
+++++++ sed -n -e '\#^system_version=# { s#^system_version=##;; p; }' -e '/^$/d'
++++++ value=
++++++ [[ -z '' ]]
++++++ [[ -f /usr/local/rvm/config/db ]]
+++++++ __rvm_db_ /usr/local/rvm/config/db system_version
+++++++ typeset __db __key __value
+++++++ __db=/usr/local/rvm/config/db
+++++++ __key=system_version
+++++++ shift 2
+++++++ __value=
+++++++ case "${__value}" in
+++++++ __rvm_db_get /usr/local/rvm/config/db system_version
+++++++ [[ -f /usr/local/rvm/config/db ]]
+++++++ __rvm_sed -n -e '\#^system_version=# { s#^system_version=##;; p; }' -e '/^$/d'
+++++++ sed -n -e '\#^system_version=# { s#^system_version=##;; p; }' -e '/^$/d'
++++++ value=
++++++ [[ -n '' ]]
++++++ return 1
++++++ for _var in system_type system_name system_name_lowercase system_version system_arch
++++++ __rvm_db system_arch _system_arch
++++++ typeset value key variable
++++++ key=system_arch
++++++ variable=_system_arch
++++++ value=
++++++ [[ -f /usr/local/rvm/user/db ]]
+++++++ __rvm_db_ /usr/local/rvm/user/db system_arch
+++++++ typeset __db __key __value
+++++++ __db=/usr/local/rvm/user/db
+++++++ __key=system_arch
+++++++ shift 2
+++++++ __value=
+++++++ case "${__value}" in
+++++++ __rvm_db_get /usr/local/rvm/user/db system_arch
+++++++ [[ -f /usr/local/rvm/user/db ]]
+++++++ __rvm_sed -n -e '\#^system_arch=# { s#^system_arch=##;; p; }' -e '/^$/d'
+++++++ sed -n -e '\#^system_arch=# { s#^system_arch=##;; p; }' -e '/^$/d'
++++++ value=
++++++ [[ -z '' ]]
++++++ [[ -f /usr/local/rvm/config/db ]]
+++++++ __rvm_db_ /usr/local/rvm/config/db system_arch
+++++++ typeset __db __key __value
+++++++ __db=/usr/local/rvm/config/db
+++++++ __key=system_arch
+++++++ shift 2
+++++++ __value=
+++++++ case "${__value}" in
+++++++ __rvm_db_get /usr/local/rvm/config/db system_arch
+++++++ [[ -f /usr/local/rvm/config/db ]]
+++++++ __rvm_sed -n -e '\#^system_arch=# { s#^system_arch=##;; p; }' -e '/^$/d'
+++++++ sed -n -e '\#^system_arch=# { s#^system_arch=##;; p; }' -e '/^$/d'
++++++ value=
++++++ [[ -n '' ]]
++++++ return 1
+++++ __rvm_setup_statf_function
+++++ [[ Linux == Darwin ]]
+++++ [[ Linux == BSD ]]
+++++ __rvm_setup_sudo_function
+++++ is_a_function __rvm_setup_sudo_function_Ubuntu
+++++ typeset -f __rvm_setup_sudo_function_Ubuntu
+++++ return 1
+++++ __rvm_setup_sudo_function_Other
+++++ __rvm_which sudo
+++++ other_utils=(ant automake autoreconf libtoolize make mount patch readlink)
+++++ [[ Ubuntu 20.04 == \S\o\l\a\r\i\s\ \1\0 ]]
+++++ for other_util in "${other_utils[@]}"
+++++ eval '__rvm_ant() { \ant "$@" || return $?; }'
+++++ for other_util in "${other_utils[@]}"
+++++ eval '__rvm_automake() { \automake "$@" || return $?; }'
+++++ for other_util in "${other_utils[@]}"
+++++ eval '__rvm_autoreconf() { \autoreconf "$@" || return $?; }'
+++++ for other_util in "${other_utils[@]}"
+++++ eval '__rvm_libtoolize() { \libtoolize "$@" || return $?; }'
+++++ for other_util in "${other_utils[@]}"
+++++ eval '__rvm_make() { \make "$@" || return $?; }'
+++++ for other_util in "${other_utils[@]}"
+++++ eval '__rvm_mount() { \mount "$@" || return $?; }'
+++++ for other_util in "${other_utils[@]}"
+++++ eval '__rvm_patch() { \patch "$@" || return $?; }'
+++++ for other_util in "${other_utils[@]}"
+++++ eval '__rvm_readlink() { \readlink "$@" || return $?; }'
+++++ unset other_util other_utils
++++ for entry in ${scripts[@]}
++++ [[    == *\ \u\t\i\l\i\t\y\ * ]]
++++ source /usr/local/rvm/scripts/functions/utility
+++++ source /usr/local/rvm/scripts/functions/utility_logging
+++++ source /usr/local/rvm/scripts/functions/utility_package
+++++ source /usr/local/rvm/scripts/functions/utility_rubygems
+++++ source /usr/local/rvm/scripts/functions/utility_system
++++ for entry in ${scripts[@]}
++++ [[    == *\ \i\n\i\t\ * ]]
++++ source /usr/local/rvm/scripts/functions/init
++++ for entry in ${scripts[@]}
++++ [[    == *\ \c\l\e\a\n\u\p\ * ]]
++++ source /usr/local/rvm/scripts/functions/cleanup
++++ for entry in ${scripts[@]}
++++ [[    == *\ \e\n\v\ * ]]
++++ source /usr/local/rvm/scripts/functions/env
++++ for entry in ${scripts[@]}
++++ [[    == *\ \r\v\m\r\c\ * ]]
++++ source /usr/local/rvm/scripts/functions/rvmrc
+++++ source /usr/local/rvm/scripts/functions/rvmrc_env
+++++ source /usr/local/rvm/scripts/functions/rvmrc_project
+++++ source /usr/local/rvm/scripts/functions/rvmrc_set
+++++ source /usr/local/rvm/scripts/functions/rvmrc_to
+++++ source /usr/local/rvm/scripts/functions/rvmrc_trust
+++++ source /usr/local/rvm/scripts/functions/rvmrc_warning
++++ for entry in ${scripts[@]}
++++ [[    == *\ \i\n\s\t\a\l\l\ * ]]
++++ source /usr/local/rvm/scripts/functions/install
++++ for entry in ${scripts[@]}
++++ [[    == *\ \e\n\v\i\r\o\n\m\e\n\t\ * ]]
++++ source /usr/local/rvm/scripts/functions/environment
++++ for entry in ${scripts[@]}
++++ [[    == *\ \g\e\m\s\e\t\ * ]]
++++ source /usr/local/rvm/scripts/functions/gemset
++++ for entry in ${scripts[@]}
++++ [[    == *\ \c\h\e\c\k\s\u\m\ * ]]
++++ source /usr/local/rvm/scripts/functions/checksum
++++ for entry in ${scripts[@]}
++++ [[    == *\ \l\i\s\t\ * ]]
++++ source /usr/local/rvm/scripts/functions/list
++++ unset rvm_base_except
+++ __rvm_ensure_is_a_function
+++ [[ 0 == 1 ]]
+++ is_a_function rvm
+++ typeset -f rvm
+++ return 1
+++ for script in functions/version functions/selector cd functions/cli cli override_gem
+++ [[ -f /usr/local/rvm/scripts/functions/version ]]
+++ source /usr/local/rvm/scripts/functions/version
+++ for script in functions/version functions/selector cd functions/cli cli override_gem
+++ [[ -f /usr/local/rvm/scripts/functions/selector ]]
+++ source /usr/local/rvm/scripts/functions/selector
++++ source /usr/local/rvm/scripts/functions/selector_gemsets
++++ source /usr/local/rvm/scripts/functions/selector_late
++++ source /usr/local/rvm/scripts/functions/selector_parse
++++ source /usr/local/rvm/scripts/functions/selector_interpreters
+++ for script in functions/version functions/selector cd functions/cli cli override_gem
+++ [[ -f /usr/local/rvm/scripts/cd ]]
+++ source /usr/local/rvm/scripts/cd
++++ case "${rvm_project_rvmrc:-1}" in
++++ source /usr/local/rvm/scripts/extras/bash_zsh_support/chpwd/function.sh
++++ [[ -n '' ]]
++++ [[    == *\ \_\_\r\v\m\_\c\d\_\f\u\n\c\t\i\o\n\s\_\s\e\t\ * ]]
++++ chpwd_functions=("${chpwd_functions[@]}" __rvm_cd_functions_set)
++++ ((  0 == 1  ))
+++ for script in functions/version functions/selector cd functions/cli cli override_gem
+++ [[ -f /usr/local/rvm/scripts/functions/cli ]]
+++ source /usr/local/rvm/scripts/functions/cli
++++ source /usr/local/rvm/scripts/functions/version
+++ for script in functions/version functions/selector cd functions/cli cli override_gem
+++ [[ -f /usr/local/rvm/scripts/cli ]]
+++ source /usr/local/rvm/scripts/cli
+++ for script in functions/version functions/selector cd functions/cli cli override_gem
+++ [[ -f /usr/local/rvm/scripts/override_gem ]]
+++ source /usr/local/rvm/scripts/override_gem
++++ [[ 0 -eq 0 ]]
+++ __rvm_setup
+++ __variables_definition export
+++ typeset -a __variables_list __array_list
+++ typeset __method
+++ __method=export
+++ __variables_list=(rvm_head_flag rvm_ruby_selected_flag rvm_user_install_flag rvm_path_flag rvm_cron_flag rvm_static_flag rvm_default_flag rvm_loaded_flag rvm_llvm_flag rvm_skip_autoreconf_flag rvm_dynamic_extensions_flag rvm_18_flag rvm_19_flag rvm_20_flag rvm_21_flag rvm_force_autoconf_flag rvm_dump_environment_flag rvm_curl_flags rvm_rubygems_version rvm_verbose_flag rvm_debug_flag rvm_trace_flag __array_start rvm_skip_pristine_flag rvm_create_flag rvm_remove_flag rvm_movable_flag rvm_archive_flag rvm_gemdir_flag rvm_reload_flag rvm_auto_reload_flag rvm_disable_binary_flag rvm_ignore_gemsets_flag rvm_skip_gemsets_flag rvm_install_on_use_flag rvm_remote_flag rvm_verify_downloads_flag rvm_skip_openssl_flag rvm_gems_cache_path rvm_gems_path rvm_man_path rvm_ruby_gem_path rvm_ruby_log_path rvm_gems_cache_path rvm_archives_path rvm_docs_path rvm_environments_path rvm_examples_path rvm_gems_path rvm_gemsets_path rvm_help_path rvm_hooks_path rvm_lib_path rvm_log_path rvm_patches_path rvm_repos_path rvm_rubies_path rvm_scripts_path rvm_src_path rvm_tmp_path rvm_user_path rvm_usr_path rvm_wrappers_path rvm_stored_errexit rvm_ruby_strings rvm_ruby_binary rvm_ruby_gem_home rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_major_version rvm_ruby_minor_version rvm_ruby_package_name rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_repo_branch rvm_ruby_revision rvm_ruby_tag rvm_ruby_sha rvm_ruby_repo_tag rvm_ruby_version rvm_ruby_package_file rvm_ruby_name rvm_ruby_name rvm_ruby_args rvm_ruby_user_tag rvm_ruby_patch detected_rvm_ruby_name __rvm_env_loaded next_token rvm_error_message rvm_gemset_name rvm_parse_break rvm_token rvm_action rvm_export_args rvm_gemset_separator rvm_expanding_aliases rvm_tar_command rvm_tar_options rvm_patch_original_pwd rvm_project_rvmrc rvm_archive_extension rvm_autoinstall_bundler_flag rvm_codesign_identity rvm_expected_gemset_name rvm_without_gems rvm_with_gems rvm_with_default_gems rvm_ignore_dotfiles_flag rvm_fuzzy_flag rvm_autolibs_flag rvm_autolibs_flag_number rvm_autolibs_flag_runner rvm_quiet_curl_flag rvm_max_time_flag rvm_error_clr rvm_warn_clr rvm_debug_clr rvm_notify_clr rvm_code_clr rvm_comment_clr rvm_reset_clr rvm_error_color rvm_warn_color rvm_debug_color rvm_notify_color rvm_code_color rvm_comment_color rvm_reset_color rvm_log_timestamp rvm_log_filesystem rvm_log_namelen rvm_show_log_lines_on_error)
+++ __array_list=(rvm_patch_names rvm_ree_options rvm_autoconf_flags rvm_architectures)
+++ case "${__method}" in
+++ true
+++ export rvm_head_flag rvm_ruby_selected_flag rvm_user_install_flag rvm_path_flag rvm_cron_flag rvm_static_flag rvm_default_flag rvm_loaded_flag rvm_llvm_flag rvm_skip_autoreconf_flag rvm_dynamic_extensions_flag rvm_18_flag rvm_19_flag rvm_20_flag rvm_21_flag rvm_force_autoconf_flag rvm_dump_environment_flag rvm_curl_flags rvm_rubygems_version rvm_verbose_flag rvm_debug_flag rvm_trace_flag __array_start rvm_skip_pristine_flag rvm_create_flag rvm_remove_flag rvm_movable_flag rvm_archive_flag rvm_gemdir_flag rvm_reload_flag rvm_auto_reload_flag rvm_disable_binary_flag rvm_ignore_gemsets_flag rvm_skip_gemsets_flag rvm_install_on_use_flag rvm_remote_flag rvm_verify_downloads_flag rvm_skip_openssl_flag rvm_gems_cache_path rvm_gems_path rvm_man_path rvm_ruby_gem_path rvm_ruby_log_path rvm_gems_cache_path rvm_archives_path rvm_docs_path rvm_environments_path rvm_examples_path rvm_gems_path rvm_gemsets_path rvm_help_path rvm_hooks_path rvm_lib_path rvm_log_path rvm_patches_path rvm_repos_path rvm_rubies_path rvm_scripts_path rvm_src_path rvm_tmp_path rvm_user_path rvm_usr_path rvm_wrappers_path rvm_stored_errexit rvm_ruby_strings rvm_ruby_binary rvm_ruby_gem_home rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_major_version rvm_ruby_minor_version rvm_ruby_package_name rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_repo_branch rvm_ruby_revision rvm_ruby_tag rvm_ruby_sha rvm_ruby_repo_tag rvm_ruby_version rvm_ruby_package_file rvm_ruby_name rvm_ruby_name rvm_ruby_args rvm_ruby_user_tag rvm_ruby_patch detected_rvm_ruby_name __rvm_env_loaded next_token rvm_error_message rvm_gemset_name rvm_parse_break rvm_token rvm_action rvm_export_args rvm_gemset_separator rvm_expanding_aliases rvm_tar_command rvm_tar_options rvm_patch_original_pwd rvm_project_rvmrc rvm_archive_extension rvm_autoinstall_bundler_flag rvm_codesign_identity rvm_expected_gemset_name rvm_without_gems rvm_with_gems rvm_with_default_gems rvm_ignore_dotfiles_flag rvm_fuzzy_flag rvm_autolibs_flag rvm_autolibs_flag_number rvm_autolibs_flag_runner rvm_quiet_curl_flag rvm_max_time_flag rvm_error_clr rvm_warn_clr rvm_debug_clr rvm_notify_clr rvm_code_clr rvm_comment_clr rvm_reset_clr rvm_error_color rvm_warn_color rvm_debug_color rvm_notify_color rvm_code_color rvm_comment_color rvm_reset_color rvm_log_timestamp rvm_log_filesystem rvm_log_namelen rvm_show_log_lines_on_error
+++ [[ -n 5.0.17(1)-release ]]
+++ export -fn __rvm_select_version_variables __rvm_ruby_string_parse_ __rvm_rm_rf_verbose __rvm_parse_args __rvm_ruby_string_find __rvm_file_load_env __rvm_remove_without_gems
+++ ((  __rvm_env_loaded != 1  ))
+++ [[ -n 5.0.17(1)-release ]]
+++ __function_on_stack cd pushd popd
+++ __rvm_string_includes '__function_on_stack __rvm_setup source source main' cd pushd popd
+++ typeset __search '__text=__function_on_stack __rvm_setup source source main'
+++ shift
+++ for __search in "$@"
+++ [[  __function_on_stack __rvm_setup source source main  == *\ \c\d\ * ]]
+++ for __search in "$@"
+++ [[  __function_on_stack __rvm_setup source source main  == *\ \p\u\s\h\d\ * ]]
+++ for __search in "$@"
+++ [[  __function_on_stack __rvm_setup source source main  == *\ \p\o\p\d\ * ]]
+++ return 1
+++ return 1
+++ export rvm_shell_nounset
+++ __rvm_has_opt nounset
+++ [[ -n '' ]]
+++ [[ -n '' ]]
+++ [[ -n 5.0.17(1)-release ]]
+++ [[ :braceexpand:hashall:interactive-comments:pipefail:xtrace: == *\:\n\o\u\n\s\e\t\:* ]]
+++ return 1
+++ rvm_bash_nounset=0
+++ set +o nounset
++++ trap
++++ __rvm_grep -E 'EXIT|HUP|INT|QUIT|TERM'
++++ GREP_OPTIONS=
++++ command grep -E 'EXIT|HUP|INT|QUIT|TERM'
++++ grep -E 'EXIT|HUP|INT|QUIT|TERM'
++++ return 1
++++ true
+++ _rvm_old_traps=
+++ trap '__rvm_teardown_final ; set +x' EXIT HUP INT QUIT TERM
+++ [[ -n '' ]]
+++ export rvm_version
++++ __rvm_version_installed
+++++ command cat /usr/local/rvm/VERSION
+++++ cat /usr/local/rvm/VERSION
+++++ command cat /usr/local/rvm/RELEASE
++++ echo '1.29.12 (latest)'
+++ rvm_version='1.29.12 (latest)'
+++ alias 'rvm-restart=rvm_reload_flag=1 source '\''/usr/local/rvm/scripts/rvm'\'''
++++ builtin command -v ruby
+++ __path_to_ruby=/usr/local/rvm/rubies/ruby-2.7.0/bin/ruby
+++ [[ -z /usr/local/rvm/rubies/ruby-2.7.0/bin/ruby ]]
+++ [[ /usr/local/rvm/rubies/ruby-2.7.0/bin/ruby != \/\u\s\r\/\l\o\c\a\l\/\r\v\m* ]]
+++ [[ /usr/local/rvm/rubies/ruby-2.7.0/bin/ruby == \/\u\s\r\/\l\o\c\a\l\/\r\v\m\/\b\i\n\/\r\u\b\y ]]
+++ [[ /usr/local/rvm/rubies/ruby-2.7.0/bin/ruby == \/\u\s\r\/\l\o\c\a\l\/\r\v\m* ]]
+++ [[ -z /usr/local/rvm/gems/ruby-2.7.0 ]]
+++ [[ -z /usr/local/rvm/gems/ruby-2.7.0:/usr/local/rvm/gems/ruby-2.7.0@global ]]
+++ unset __path_to_ruby
+++ [[ :/home/r/.cargo/bin:/usr/local/rvm/gems/ruby-2.7.0/bin:/usr/local/rvm/gems/ruby-2.7.0@global/bin:/usr/local/rvm/rubies/ruby-2.7.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/rvm/bin:/usr/local/texlive/2022/bin/x86_64-linux:/usr/lib/postgresql/12/bin:/home/r/.cargo/bin: == *\:\/\u\s\r\/\l\o\c\a\l\/\r\v\m\/\b\i\n\:* ]]
+++ ((  0 == 1  ))
+++ rvm_loaded_flag=1
+++ __rvm_teardown
+++ builtin command -v __rvm_cleanup_tmp
+++ __rvm_cleanup_tmp
+++ [[ -d /usr/local/rvm/tmp/ ]]
+++ case "${rvm_tmp_path%\/}" in
+++ __rvm_rm_rf '/usr/local/rvm/tmp/105*'
+++ __rvm_rm_rf_verbose '/usr/local/rvm/tmp/105*'
+++ typeset target
+++ target='/usr/local/rvm/tmp/105*'
+++ [[ -n '' ]]
+++ [[ -n 5.0.17(1)-release ]]
+++ builtin shopt -s extglob
+++ case "${target}" in
+++ [[ -z /usr/local/rvm/tmp/105* ]]
+++ [[ -d /usr/local/rvm/tmp/105* ]]
+++ [[ -f /usr/local/rvm/tmp/105* ]]
+++ [[ -L /usr/local/rvm/tmp/105* ]]
+++ rvm_debug '__rvm_rm_rf already gone: /usr/local/rvm/tmp/105*'
+++ ((  0  ))
+++ return 0
+++ true
+++ true
+++ export __rvm_env_loaded
+++ : __rvm_env_loaded:1:
+++ : __rvm_env_loaded:1:
+++ : __rvm_env_loaded:0:
+++ [[ -z /usr/local/rvm/tmp ]]
+++ ((  __rvm_env_loaded > 0  ))
+++ [[ -n 5.0.17(1)-release ]]
+++ trap - EXIT HUP INT QUIT TERM
+++ [[ -n '' ]]
+++ ((  rvm_bash_nounset == 1  ))
+++ unset rvm_bash_nounset
+++ [[ -n '' ]]
+++ [[ -n 0002 ]]
+++ umask 0002
+++ unset rvm_stored_umask
+++ builtin command -v __rvm_cleanup_download
+++ [[ 1 == \1 ]]
+++ set -e
+++ __variables_definition unset
+++ typeset -a __variables_list __array_list
+++ typeset __method
+++ __method=unset
+++ __variables_list=(rvm_head_flag rvm_ruby_selected_flag rvm_user_install_flag rvm_path_flag rvm_cron_flag rvm_static_flag rvm_default_flag rvm_loaded_flag rvm_llvm_flag rvm_skip_autoreconf_flag rvm_dynamic_extensions_flag rvm_18_flag rvm_19_flag rvm_20_flag rvm_21_flag rvm_force_autoconf_flag rvm_dump_environment_flag rvm_curl_flags rvm_rubygems_version rvm_verbose_flag rvm_debug_flag rvm_trace_flag __array_start rvm_skip_pristine_flag rvm_create_flag rvm_remove_flag rvm_movable_flag rvm_archive_flag rvm_gemdir_flag rvm_reload_flag rvm_auto_reload_flag rvm_disable_binary_flag rvm_ignore_gemsets_flag rvm_skip_gemsets_flag rvm_install_on_use_flag rvm_remote_flag rvm_verify_downloads_flag rvm_skip_openssl_flag rvm_gems_cache_path rvm_gems_path rvm_man_path rvm_ruby_gem_path rvm_ruby_log_path rvm_gems_cache_path rvm_archives_path rvm_docs_path rvm_environments_path rvm_examples_path rvm_gems_path rvm_gemsets_path rvm_help_path rvm_hooks_path rvm_lib_path rvm_log_path rvm_patches_path rvm_repos_path rvm_rubies_path rvm_scripts_path rvm_src_path rvm_tmp_path rvm_user_path rvm_usr_path rvm_wrappers_path rvm_stored_errexit rvm_ruby_strings rvm_ruby_binary rvm_ruby_gem_home rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_major_version rvm_ruby_minor_version rvm_ruby_package_name rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_repo_branch rvm_ruby_revision rvm_ruby_tag rvm_ruby_sha rvm_ruby_repo_tag rvm_ruby_version rvm_ruby_package_file rvm_ruby_name rvm_ruby_name rvm_ruby_args rvm_ruby_user_tag rvm_ruby_patch detected_rvm_ruby_name __rvm_env_loaded next_token rvm_error_message rvm_gemset_name rvm_parse_break rvm_token rvm_action rvm_export_args rvm_gemset_separator rvm_expanding_aliases rvm_tar_command rvm_tar_options rvm_patch_original_pwd rvm_project_rvmrc rvm_archive_extension rvm_autoinstall_bundler_flag rvm_codesign_identity rvm_expected_gemset_name rvm_without_gems rvm_with_gems rvm_with_default_gems rvm_ignore_dotfiles_flag rvm_fuzzy_flag rvm_autolibs_flag rvm_autolibs_flag_number rvm_autolibs_flag_runner rvm_quiet_curl_flag rvm_max_time_flag rvm_error_clr rvm_warn_clr rvm_debug_clr rvm_notify_clr rvm_code_clr rvm_comment_clr rvm_reset_clr rvm_error_color rvm_warn_color rvm_debug_color rvm_notify_color rvm_code_color rvm_comment_color rvm_reset_color rvm_log_timestamp rvm_log_filesystem rvm_log_namelen rvm_show_log_lines_on_error)
+++ __array_list=(rvm_patch_names rvm_ree_options rvm_autoconf_flags rvm_architectures)
+++ case "${__method}" in
+++ unset rvm_patch_names rvm_ree_options rvm_autoconf_flags rvm_architectures
+++ unset rvm_head_flag rvm_ruby_selected_flag rvm_user_install_flag rvm_path_flag rvm_cron_flag rvm_static_flag rvm_default_flag rvm_loaded_flag rvm_llvm_flag rvm_skip_autoreconf_flag rvm_dynamic_extensions_flag rvm_18_flag rvm_19_flag rvm_20_flag rvm_21_flag rvm_force_autoconf_flag rvm_dump_environment_flag rvm_curl_flags rvm_rubygems_version rvm_verbose_flag rvm_debug_flag rvm_trace_flag __array_start rvm_skip_pristine_flag rvm_create_flag rvm_remove_flag rvm_movable_flag rvm_archive_flag rvm_gemdir_flag rvm_reload_flag rvm_auto_reload_flag rvm_disable_binary_flag rvm_ignore_gemsets_flag rvm_skip_gemsets_flag rvm_install_on_use_flag rvm_remote_flag rvm_verify_downloads_flag rvm_skip_openssl_flag rvm_gems_cache_path rvm_gems_path rvm_man_path rvm_ruby_gem_path rvm_ruby_log_path rvm_gems_cache_path rvm_archives_path rvm_docs_path rvm_environments_path rvm_examples_path rvm_gems_path rvm_gemsets_path rvm_help_path rvm_hooks_path rvm_lib_path rvm_log_path rvm_patches_path rvm_repos_path rvm_rubies_path rvm_scripts_path rvm_src_path rvm_tmp_path rvm_user_path rvm_usr_path rvm_wrappers_path rvm_stored_errexit rvm_ruby_strings rvm_ruby_binary rvm_ruby_gem_home rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_major_version rvm_ruby_minor_version rvm_ruby_package_name rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_repo_branch rvm_ruby_revision rvm_ruby_tag rvm_ruby_sha rvm_ruby_repo_tag rvm_ruby_version rvm_ruby_package_file rvm_ruby_name rvm_ruby_name rvm_ruby_args rvm_ruby_user_tag rvm_ruby_patch detected_rvm_ruby_name __rvm_env_loaded next_token rvm_error_message rvm_gemset_name rvm_parse_break rvm_token rvm_action rvm_export_args rvm_gemset_separator rvm_expanding_aliases rvm_tar_command rvm_tar_options rvm_patch_original_pwd rvm_project_rvmrc rvm_archive_extension rvm_autoinstall_bundler_flag rvm_codesign_identity rvm_expected_gemset_name rvm_without_gems rvm_with_gems rvm_with_default_gems rvm_ignore_dotfiles_flag rvm_fuzzy_flag rvm_autolibs_flag rvm_autolibs_flag_number rvm_autolibs_flag_runner rvm_quiet_curl_flag rvm_max_time_flag rvm_error_clr rvm_warn_clr rvm_debug_clr rvm_notify_clr rvm_code_clr rvm_comment_clr rvm_reset_clr rvm_error_color rvm_warn_color rvm_debug_color rvm_notify_color rvm_code_color rvm_comment_color rvm_reset_color rvm_log_timestamp rvm_log_filesystem rvm_log_namelen rvm_show_log_lines_on_error
+++ [[ -n 5.0.17(1)-release ]]
+++ export -fn __rvm_select_version_variables __rvm_ruby_string_parse_ __rvm_rm_rf_verbose __rvm_parse_args __rvm_ruby_string_find __rvm_file_load_env __rvm_remove_without_gems
+++ unset _system_arch _system_name _system_type _system_version
+++ return 0
+++ [[ 0 -eq 1 ]]
+++ unset rvm_prefix_needs_trailing_slash rvm_gems_cache_path rvm_gems_path rvm_project_rvmrc_default rvm_gemset_separator rvm_reload_flag
++ export JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64
++ JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64
++ export PATH=/home/r/.cargo/bin:/usr/local/rvm/gems/ruby-2.7.0/bin:/usr/local/rvm/gems/ruby-2.7.0@global/bin:/usr/local/rvm/rubies/ruby-2.7.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/rvm/bin:/usr/local/texlive/2022/bin/x86_64-linux:/usr/lib/postgresql/12/bin:/home/r/.cargo/bin:/usr/local/texlive/2022/bin/x86_64-linux
++ PATH=/home/r/.cargo/bin:/usr/local/rvm/gems/ruby-2.7.0/bin:/usr/local/rvm/gems/ruby-2.7.0@global/bin:/usr/local/rvm/rubies/ruby-2.7.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/rvm/bin:/usr/local/texlive/2022/bin/x86_64-linux:/usr/lib/postgresql/12/bin:/home/r/.cargo/bin:/usr/local/texlive/2022/bin/x86_64-linux
++ export PATH=/home/r/.cargo/bin:/usr/local/rvm/gems/ruby-2.7.0/bin:/usr/local/rvm/gems/ruby-2.7.0@global/bin:/usr/local/rvm/rubies/ruby-2.7.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/rvm/bin:/usr/local/texlive/2022/bin/x86_64-linux:/usr/lib/postgresql/12/bin:/home/r/.cargo/bin:/usr/local/texlive/2022/bin/x86_64-linux:/usr/lib/postgresql/12/bin
++ PATH=/home/r/.cargo/bin:/usr/local/rvm/gems/ruby-2.7.0/bin:/usr/local/rvm/gems/ruby-2.7.0@global/bin:/usr/local/rvm/rubies/ruby-2.7.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/rvm/bin:/usr/local/texlive/2022/bin/x86_64-linux:/usr/lib/postgresql/12/bin:/home/r/.cargo/bin:/usr/local/texlive/2022/bin/x86_64-linux:/usr/lib/postgresql/12/bin
++ export M2_HOME=/usr/local/apache-maven/apache-maven-
++ M2_HOME=/usr/local/apache-maven/apache-maven-
++ . /home/r/.cargo/env
+++ case ":${PATH}:" in
++ export PATH=/home/r/.cargo/bin:/usr/local/rvm/gems/ruby-2.7.0/bin:/usr/local/rvm/gems/ruby-2.7.0@global/bin:/usr/local/rvm/rubies/ruby-2.7.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/rvm/bin:/usr/local/texlive/2022/bin/x86_64-linux:/usr/lib/postgresql/12/bin:/home/r/.cargo/bin:/usr/local/texlive/2022/bin/x86_64-linux:/usr/lib/postgresql/12/bin:/home/r/.cargo/bin
++ PATH=/home/r/.cargo/bin:/usr/local/rvm/gems/ruby-2.7.0/bin:/usr/local/rvm/gems/ruby-2.7.0@global/bin:/usr/local/rvm/rubies/ruby-2.7.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/rvm/bin:/usr/local/texlive/2022/bin/x86_64-linux:/usr/lib/postgresql/12/bin:/home/r/.cargo/bin:/usr/local/texlive/2022/bin/x86_64-linux:/usr/lib/postgresql/12/bin:/home/r/.cargo/bin
+ shopt -s expand_aliases
+ alias 'sudo=sudo -i'
+ export HOME=/home/r
+ HOME=/home/r
+ cd /home/r/repo
+ __zsh_like_cd cd /home/r/repo
+ typeset __zsh_like_cd_hook
+ builtin cd /home/r/repo
+ for __zsh_like_cd_hook in chpwd "${chpwd_functions[@]}"
+ typeset -f chpwd
+ for __zsh_like_cd_hook in chpwd "${chpwd_functions[@]}"
+ typeset -f __rvm_cd_functions_set
+ __rvm_cd_functions_set
+ __rvm_do_with_env_before
+ [[ -n '' ]]
+ [[ -n /usr/local/rvm ]]
+ source /usr/local/rvm/scripts/initialize
++ [[ -n 5.0.17(1)-release ]]
++ shopt -s extglob
++ ((  0 == 1  ))
++ export __rvm_env_loaded
++ : __rvm_env_loaded:0:
++ : __rvm_env_loaded:1:
++ [[ -z '' ]]
++ typeset -f __rvm_cleanse_variables
++ __rvm_cleanse_variables
++ __rvm_unset_ruby_variables
++ unset rvm_env_string rvm_ruby_string rvm_ruby_strings rvm_ruby_binary rvm_ruby_gem_home rvm_ruby_gem_path rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_log_path rvm_ruby_major_version rvm_ruby_minor_version rvm_ruby_package_name rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_repo_branch rvm_ruby_revision rvm_ruby_selected_flag rvm_ruby_tag rvm_ruby_version rvm_head_flag rvm_ruby_package_file rvm_ruby_configure rvm_ruby_name rvm_ruby_url rvm_ruby_global_gems_path rvm_ruby_args rvm_ruby_name rvm_llvm_flag rvm_ruby_repo_tag
++ __rvm_load_rvmrc
++ typeset _file
++ typeset -a rvm_rvmrc_files
++ ((  0 == 1  ))
++ [[ -n '' ]]
+++ umask
++ export rvm_stored_umask=0002
++ rvm_stored_umask=0002
++ rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc")
++ [[ -n /usr/local ]]
++ [[ /home/r/.rvmrc -ef /usr/local/.rvmrc ]]
++ rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc")
++ for _file in "${rvm_rvmrc_files[@]}"
++ [[ -s /etc/rvmrc ]]
++ __rvm_grep '^\s*rvm .*$' /etc/rvmrc
++ source /etc/rvmrc
+++ umask u=rwx,g=rwx,o=rx
++ for _file in "${rvm_rvmrc_files[@]}"
++ [[ -s /home/r/.rvmrc ]]
++ for _file in "${rvm_rvmrc_files[@]}"
++ [[ -s /usr/local/.rvmrc ]]
++ return 0
++ [[ 0 -eq 1 ]]
++ unset rvm_gemset_name
++ unset rvm_configure_flags rvm_patch_names rvm_make_flags
++ unset rvm_env_string rvm_ruby_string rvm_action rvm_error_message rvm_force_flag rvm_debug_flag rvm_delete_flag rvm_summary_flag rvm_json_flag rvm_yaml_flag rvm_file_name rvm_user_flag rvm_system_flag rvm_install_flag rvm_llvm_flag rvm_sticky_flag rvm_rvmrc_flag rvm_gems_flag rvm_docs_flag rvm_ruby_alias rvm_static_flag rvm_archive_extension rvm_hook rvm_ruby_name rvm_remote_flag
++ __rvm_load_rvmrc
++ typeset _file
++ typeset -a rvm_rvmrc_files
++ ((  0 == 1  ))
++ [[ -n 0002 ]]
++ rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc")
++ [[ -n /usr/local ]]
++ [[ /home/r/.rvmrc -ef /usr/local/.rvmrc ]]
++ rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc")
++ for _file in "${rvm_rvmrc_files[@]}"
++ [[ -s /etc/rvmrc ]]
++ __rvm_grep '^\s*rvm .*$' /etc/rvmrc
++ source /etc/rvmrc
+++ umask u=rwx,g=rwx,o=rx
++ for _file in "${rvm_rvmrc_files[@]}"
++ [[ -s /home/r/.rvmrc ]]
++ for _file in "${rvm_rvmrc_files[@]}"
++ [[ -s /usr/local/.rvmrc ]]
++ return 0
++ ((  0 == 0  ))
++ [[ -n 0002 ]]
++ rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc")
++ [[ -n /usr/local ]]
++ [[ /home/r/.rvmrc -ef /usr/local/.rvmrc ]]
++ rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc")
++ for rvmrc in "${rvm_rvmrc_files[@]}"
++ [[ -f /etc/rvmrc ]]
++ GREP_OPTIONS=
++ command grep '^\s*rvm .*$' /etc/rvmrc
++ source /etc/rvmrc
+++ umask u=rwx,g=rwx,o=rx
++ for rvmrc in "${rvm_rvmrc_files[@]}"
++ [[ -f /home/r/.rvmrc ]]
++ for rvmrc in "${rvm_rvmrc_files[@]}"
++ [[ -f /usr/local/.rvmrc ]]
++ unset rvm_rvmrc_files
++ export rvm_path
++ [[ -z /usr/local/rvm ]]
++ true /usr/local/rvm/scripts
++ [[ -n '' ]]
++ case "$rvm_path" in
++ rvm_user_install_flag=0
++ export rvm_user_install_flag
++ : rvm_bin_path:/usr/local/rvm/bin rvm_man_path:/usr/local/rvm/share/man rvm_archives_path:/usr/local/rvm/archives rvm_docs_path:/usr/local/rvm/docs rvm_environments_path:/usr/local/rvm/environments rvm_examples_path:/usr/local/rvm/examples rvm_gems_path:/usr/local/rvm/gems rvm_gemsets_path:/usr/local/rvm/gemsets rvm_help_path:/usr/local/rvm/help rvm_docs_path:/usr/local/rvm/docs rvm_hooks_path:/usr/local/rvm/hooks rvm_lib_path:/usr/local/rvm/lib rvm_log_path:/usr/local/rvm/log rvm_patches_path:/usr/local/rvm/patches rvm_repos_path:/usr/local/rvm/repos rvm_rubies_path:/usr/local/rvm/rubies rvm_rubygems_path:/usr/local/rvm/rubygems rvm_src_path:/usr/local/rvm/src rvm_tmp_path:/usr/local/rvm/tmp rvm_user_path:/usr/local/rvm/user rvm_usr_path:/usr/local/rvm/usr rvm_wrappers_path:/usr/local/rvm/wrappers rvm_verbose_flag:0 rvm_debug_flag:0 rvm_gems_cache_path:/usr/local/rvm/gems/cache
++ export rvm_action rvm_alias_expanded rvm_archive_extension rvm_archives_path rvm_bin_flag rvm_bin_path rvm_debug_flag rvm_default_flag rvm_delete_flag rvm_docs_path rvm_docs_type rvm_dump_environment_flag rvm_environments_path rvm_error_message rvm_examples_path rvm_expanding_aliases rvm_file_name rvm_gemdir_flag rvm_gems_cache_path rvm_gems_path rvm_gemset_name rvm_gemset_separator rvm_gemsets_path rvm_gemstone_package_file rvm_gemstone_url rvm_head_flag rvm_help_path rvm_docs_path rvm_hook rvm_hooks_path rvm_install_on_use_flag rvm_lib_path rvm_llvm_flag rvm_loaded_flag rvm_log_path rvm_niceness rvm_nightly_flag rvm_only_path_flag rvm_parse_break rvm_patch_original_pwd rvm_patches_path rvm_path rvm_pretty_print_flag rvm_proxy rvm_quiet_flag rvm_reload_flag rvm_remove_flag rvm_repos_path rvm_rubies_path rvm_ruby_alias rvm_ruby_args rvm_ruby_binary rvm_ruby_bits rvm_ruby_configure rvm_ruby_file rvm_ruby_gem_home rvm_ruby_gem_path rvm_ruby_global_gems_path rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_major_version rvm_ruby_make rvm_ruby_make_install rvm_ruby_minor_version rvm_ruby_mode rvm_ruby_name rvm_ruby_package_file rvm_ruby_package_name rvm_ruby_patch rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_revision rvm_ruby_selected_flag rvm_ruby_sha rvm_ruby_string rvm_ruby_strings rvm_ruby_tag rvm_ruby_url rvm_ruby_user_tag rvm_ruby_version rvm_script_name rvm_scripts_path rvm_sdk rvm_user_install_flag rvm_silent_flag rvm_src_path rvm_sticky_flag rvm_system_flag rvm_tmp_path rvm_token rvm_trace_flag rvm_use_flag rvm_user_flag rvm_user_path rvm_usr_path rvm_verbose_flag rvm_wrappers_path rvm_ruby_repo_branch rvm_man_path rvm_remote_flag rvm_ruby_repo_tag
+ __rvm_setup
+ __variables_definition export
+ typeset -a __variables_list __array_list
+ typeset __method
+ __method=export
+ __variables_list=(rvm_head_flag rvm_ruby_selected_flag rvm_user_install_flag rvm_path_flag rvm_cron_flag rvm_static_flag rvm_default_flag rvm_loaded_flag rvm_llvm_flag rvm_skip_autoreconf_flag rvm_dynamic_extensions_flag rvm_18_flag rvm_19_flag rvm_20_flag rvm_21_flag rvm_force_autoconf_flag rvm_dump_environment_flag rvm_curl_flags rvm_rubygems_version rvm_verbose_flag rvm_debug_flag rvm_trace_flag __array_start rvm_skip_pristine_flag rvm_create_flag rvm_remove_flag rvm_movable_flag rvm_archive_flag rvm_gemdir_flag rvm_reload_flag rvm_auto_reload_flag rvm_disable_binary_flag rvm_ignore_gemsets_flag rvm_skip_gemsets_flag rvm_install_on_use_flag rvm_remote_flag rvm_verify_downloads_flag rvm_skip_openssl_flag rvm_gems_cache_path rvm_gems_path rvm_man_path rvm_ruby_gem_path rvm_ruby_log_path rvm_gems_cache_path rvm_archives_path rvm_docs_path rvm_environments_path rvm_examples_path rvm_gems_path rvm_gemsets_path rvm_help_path rvm_hooks_path rvm_lib_path rvm_log_path rvm_patches_path rvm_repos_path rvm_rubies_path rvm_scripts_path rvm_src_path rvm_tmp_path rvm_user_path rvm_usr_path rvm_wrappers_path rvm_stored_errexit rvm_ruby_strings rvm_ruby_binary rvm_ruby_gem_home rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_major_version rvm_ruby_minor_version rvm_ruby_package_name rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_repo_branch rvm_ruby_revision rvm_ruby_tag rvm_ruby_sha rvm_ruby_repo_tag rvm_ruby_version rvm_ruby_package_file rvm_ruby_name rvm_ruby_name rvm_ruby_args rvm_ruby_user_tag rvm_ruby_patch detected_rvm_ruby_name __rvm_env_loaded next_token rvm_error_message rvm_gemset_name rvm_parse_break rvm_token rvm_action rvm_export_args rvm_gemset_separator rvm_expanding_aliases rvm_tar_command rvm_tar_options rvm_patch_original_pwd rvm_project_rvmrc rvm_archive_extension rvm_autoinstall_bundler_flag rvm_codesign_identity rvm_expected_gemset_name rvm_without_gems rvm_with_gems rvm_with_default_gems rvm_ignore_dotfiles_flag rvm_fuzzy_flag rvm_autolibs_flag rvm_autolibs_flag_number rvm_autolibs_flag_runner rvm_quiet_curl_flag rvm_max_time_flag rvm_error_clr rvm_warn_clr rvm_debug_clr rvm_notify_clr rvm_code_clr rvm_comment_clr rvm_reset_clr rvm_error_color rvm_warn_color rvm_debug_color rvm_notify_color rvm_code_color rvm_comment_color rvm_reset_color rvm_log_timestamp rvm_log_filesystem rvm_log_namelen rvm_show_log_lines_on_error)
+ __array_list=(rvm_patch_names rvm_ree_options rvm_autoconf_flags rvm_architectures)
+ case "${__method}" in
+ true
+ export rvm_head_flag rvm_ruby_selected_flag rvm_user_install_flag rvm_path_flag rvm_cron_flag rvm_static_flag rvm_default_flag rvm_loaded_flag rvm_llvm_flag rvm_skip_autoreconf_flag rvm_dynamic_extensions_flag rvm_18_flag rvm_19_flag rvm_20_flag rvm_21_flag rvm_force_autoconf_flag rvm_dump_environment_flag rvm_curl_flags rvm_rubygems_version rvm_verbose_flag rvm_debug_flag rvm_trace_flag __array_start rvm_skip_pristine_flag rvm_create_flag rvm_remove_flag rvm_movable_flag rvm_archive_flag rvm_gemdir_flag rvm_reload_flag rvm_auto_reload_flag rvm_disable_binary_flag rvm_ignore_gemsets_flag rvm_skip_gemsets_flag rvm_install_on_use_flag rvm_remote_flag rvm_verify_downloads_flag rvm_skip_openssl_flag rvm_gems_cache_path rvm_gems_path rvm_man_path rvm_ruby_gem_path rvm_ruby_log_path rvm_gems_cache_path rvm_archives_path rvm_docs_path rvm_environments_path rvm_examples_path rvm_gems_path rvm_gemsets_path rvm_help_path rvm_hooks_path rvm_lib_path rvm_log_path rvm_patches_path rvm_repos_path rvm_rubies_path rvm_scripts_path rvm_src_path rvm_tmp_path rvm_user_path rvm_usr_path rvm_wrappers_path rvm_stored_errexit rvm_ruby_strings rvm_ruby_binary rvm_ruby_gem_home rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_major_version rvm_ruby_minor_version rvm_ruby_package_name rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_repo_branch rvm_ruby_revision rvm_ruby_tag rvm_ruby_sha rvm_ruby_repo_tag rvm_ruby_version rvm_ruby_package_file rvm_ruby_name rvm_ruby_name rvm_ruby_args rvm_ruby_user_tag rvm_ruby_patch detected_rvm_ruby_name __rvm_env_loaded next_token rvm_error_message rvm_gemset_name rvm_parse_break rvm_token rvm_action rvm_export_args rvm_gemset_separator rvm_expanding_aliases rvm_tar_command rvm_tar_options rvm_patch_original_pwd rvm_project_rvmrc rvm_archive_extension rvm_autoinstall_bundler_flag rvm_codesign_identity rvm_expected_gemset_name rvm_without_gems rvm_with_gems rvm_with_default_gems rvm_ignore_dotfiles_flag rvm_fuzzy_flag rvm_autolibs_flag rvm_autolibs_flag_number rvm_autolibs_flag_runner rvm_quiet_curl_flag rvm_max_time_flag rvm_error_clr rvm_warn_clr rvm_debug_clr rvm_notify_clr rvm_code_clr rvm_comment_clr rvm_reset_clr rvm_error_color rvm_warn_color rvm_debug_color rvm_notify_color rvm_code_color rvm_comment_color rvm_reset_color rvm_log_timestamp rvm_log_filesystem rvm_log_namelen rvm_show_log_lines_on_error
+ [[ -n 5.0.17(1)-release ]]
+ export -fn __rvm_select_version_variables __rvm_ruby_string_parse_ __rvm_rm_rf_verbose __rvm_parse_args __rvm_ruby_string_find __rvm_file_load_env __rvm_remove_without_gems
+ ((  __rvm_env_loaded != 1  ))
+ [[ -n 5.0.17(1)-release ]]
+ __function_on_stack cd pushd popd
+ __rvm_string_includes '__function_on_stack __rvm_setup __rvm_do_with_env_before __rvm_cd_functions_set __zsh_like_cd cd main' cd pushd popd
+ typeset __search '__text=__function_on_stack __rvm_setup __rvm_do_with_env_before __rvm_cd_functions_set __zsh_like_cd cd main'
+ shift
+ for __search in "$@"
+ [[  __function_on_stack __rvm_setup __rvm_do_with_env_before __rvm_cd_functions_set __zsh_like_cd cd main  == *\ \c\d\ * ]]
+ return 0
+ [[ -n '' ]]
+ [[ -n '' ]]
+ __rvm_project_rvmrc
+ export __rvm_project_rvmrc_lock
+ : __rvm_project_rvmrc_lock:0
+ : __rvm_project_rvmrc_lock:1
+ ((  __rvm_project_rvmrc_lock > 1  ))
+ typeset working_dir found_file rvm_trustworthiness_result save_PATH
+ working_dir=/home/r/repo
+ save_PATH=/home/r/.cargo/bin:/usr/local/rvm/gems/ruby-2.7.0/bin:/usr/local/rvm/gems/ruby-2.7.0@global/bin:/usr/local/rvm/rubies/ruby-2.7.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/rvm/bin:/usr/local/texlive/2022/bin/x86_64-linux:/usr/lib/postgresql/12/bin:/home/r/.cargo/bin:/usr/local/texlive/2022/bin/x86_64-linux:/usr/lib/postgresql/12/bin:/home/r/.cargo/bin
+ :
+ [[ -z /home/r/repo ]]
+ [[ /home/r == \/\h\o\m\e\/\r\/\r\e\p\o ]]
+ [[ /usr/local == \/\h\o\m\e\/\r\/\r\e\p\o ]]
+ [[ /home/r/repo == \. ]]
+ __rvm_project_dir_check /home/r/repo found_file
+ typeset _found_file path_to_check variable variable_default
+ typeset -a _valid_files
+ path_to_check=/home/r/repo
+ variable=found_file
+ variable_default=
+ _valid_files=("$path_to_check" "$path_to_check/.rvmrc" "$path_to_check/.versions.conf" "$path_to_check/.ruby-version" "$path_to_check/.rbfu-version" "$path_to_check/.rbenv-version" "$path_to_check/Gemfile")
+ __rvm_find_first_file _found_file /home/r/repo /home/r/repo/.rvmrc /home/r/repo/.versions.conf /home/r/repo/.ruby-version /home/r/repo/.rbfu-version /home/r/repo/.rbenv-version /home/r/repo/Gemfile
+ typeset _first_file _variable_first_file __file_enum
+ _first_file=
+ _variable_first_file=_found_file
+ shift
+ for __file_enum in "$@"
+ [[ -f /home/r/repo ]]
+ for __file_enum in "$@"
+ [[ -f /home/r/repo/.rvmrc ]]
+ for __file_enum in "$@"
+ [[ -f /home/r/repo/.versions.conf ]]
+ for __file_enum in "$@"
+ [[ -f /home/r/repo/.ruby-version ]]
+ for __file_enum in "$@"
+ [[ -f /home/r/repo/.rbfu-version ]]
+ for __file_enum in "$@"
+ [[ -f /home/r/repo/.rbenv-version ]]
+ for __file_enum in "$@"
+ [[ -f /home/r/repo/Gemfile ]]
+ eval '_found_file=""'
++ _found_file=
+ return 1
+ true
+ [[ ! -s '' ]]
+ _found_file=
+ [[ -n found_file ]]
+ eval 'found_file="${_found_file:-}"'
++ found_file=
+ [[ -n '' ]]
+ typeset __result=1
+ unset RVM_PROJECT_PATH
+ return 1
+ working_dir=/home/r
+ :
+ [[ -z /home/r ]]
+ [[ /home/r == \/\h\o\m\e\/\r ]]
+ ((  0 >= 1  ))
+ [[ -n '' ]]
+ __rvm_file_env_check_unload
+ ((  0 > 0  ))
+ rvm_saved_env=()
+ unset rvm_current_rvmrc rvm_previous_environment
+ break
+ unset __rvm_project_rvmrc_lock
+ return 1
+ true
+ __rvm_after_cd
+ typeset rvm_hook
+ rvm_hook=after_cd
+ [[ -n /usr/local/rvm/scripts ]]
+ source /usr/local/rvm/scripts/hook
++ typeset old_rvm_verbose_flag old_rvm_debug_flag
++ old_rvm_verbose_flag=0
++ old_rvm_debug_flag=0
++ typeset rvm_verbose_flag rvm_debug_flag hooks
++ true rvm_verbose_flag:0 rvm_hooks_path:/usr/local/rvm/hooks rvm_debug_flag:0 rvm_hook:after_cd
++ [[ -n after_cd ]]
++ hooks=()
++ [[ -d /usr/local/rvm/hooks ]]
++ hooks+=("$rvm_hooks_path")
++ [[ /home/r/repo/.rvm/hooks != \/\u\s\r\/\l\o\c\a\l\/\r\v\m\/\h\o\o\k\s ]]
++ [[ -d /home/r/repo/.rvm/hooks ]]
++ [[ -n /usr/local/rvm/hooks ]]
++ __rvm_read_lines _hooks_list /dev/fd/63
++ typeset IFS
++ IFS='
'
++ [[ /dev/fd/63 == \- ]]
+++ __rvm_find -L /usr/local/rvm/hooks -iname 'after_cd*' -type f
++ eval '_hooks_list=( $( \command \cat "${2:--}" ) )'
+++ _hooks_list=($( \command \cat "${2:--}" ))
++++ command cat /dev/fd/63
++++ cat /dev/fd/63
++ for hook in "${_hooks_list[@]}"
++ [[ -x /usr/local/rvm/hooks/after_cd_install_vendored_gems ]]
++ [[ after_cd_install_vendored_gems == \a\f\t\e\r\_\c\d ]]
++ for hook in "${_hooks_list[@]}"
++ [[ -x /usr/local/rvm/hooks/after_cd_bundler ]]
++ [[ after_cd_bundler == \a\f\t\e\r\_\c\d ]]
++ unset rvm_hook hooks _hooks_list hook
+ __rvm_do_with_env_after
+ __rvm_teardown
+ builtin command -v __rvm_cleanup_tmp
+ __rvm_cleanup_tmp
+ [[ -d /usr/local/rvm/tmp/ ]]
+ case "${rvm_tmp_path%\/}" in
+ __rvm_rm_rf '/usr/local/rvm/tmp/105*'
+ __rvm_rm_rf_verbose '/usr/local/rvm/tmp/105*'
+ typeset target
+ target='/usr/local/rvm/tmp/105*'
+ [[ -n '' ]]
+ [[ -n 5.0.17(1)-release ]]
+ builtin shopt -s extglob
+ case "${target}" in
+ [[ -z /usr/local/rvm/tmp/105* ]]
+ [[ -d /usr/local/rvm/tmp/105* ]]
+ [[ -f /usr/local/rvm/tmp/105* ]]
+ [[ -L /usr/local/rvm/tmp/105* ]]
+ rvm_debug '__rvm_rm_rf already gone: /usr/local/rvm/tmp/105*'
+ ((  0  ))
+ return 0
+ true
+ true
+ export __rvm_env_loaded
+ : __rvm_env_loaded:1:
+ : __rvm_env_loaded:1:
+ : __rvm_env_loaded:0:
+ [[ -z /usr/local/rvm/tmp ]]
+ ((  __rvm_env_loaded > 0  ))
+ [[ -n 5.0.17(1)-release ]]
+ trap - EXIT HUP INT QUIT TERM
+ [[ -n '' ]]
+ ((  rvm_bash_nounset == 1  ))
+ unset rvm_bash_nounset
+ [[ -n '' ]]
+ [[ -n 0002 ]]
+ umask 0002
+ unset rvm_stored_umask
+ builtin command -v __rvm_cleanup_download
+ [[ '' == \1 ]]
+ __variables_definition unset
+ typeset -a __variables_list __array_list
+ typeset __method
+ __method=unset
+ __variables_list=(rvm_head_flag rvm_ruby_selected_flag rvm_user_install_flag rvm_path_flag rvm_cron_flag rvm_static_flag rvm_default_flag rvm_loaded_flag rvm_llvm_flag rvm_skip_autoreconf_flag rvm_dynamic_extensions_flag rvm_18_flag rvm_19_flag rvm_20_flag rvm_21_flag rvm_force_autoconf_flag rvm_dump_environment_flag rvm_curl_flags rvm_rubygems_version rvm_verbose_flag rvm_debug_flag rvm_trace_flag __array_start rvm_skip_pristine_flag rvm_create_flag rvm_remove_flag rvm_movable_flag rvm_archive_flag rvm_gemdir_flag rvm_reload_flag rvm_auto_reload_flag rvm_disable_binary_flag rvm_ignore_gemsets_flag rvm_skip_gemsets_flag rvm_install_on_use_flag rvm_remote_flag rvm_verify_downloads_flag rvm_skip_openssl_flag rvm_gems_cache_path rvm_gems_path rvm_man_path rvm_ruby_gem_path rvm_ruby_log_path rvm_gems_cache_path rvm_archives_path rvm_docs_path rvm_environments_path rvm_examples_path rvm_gems_path rvm_gemsets_path rvm_help_path rvm_hooks_path rvm_lib_path rvm_log_path rvm_patches_path rvm_repos_path rvm_rubies_path rvm_scripts_path rvm_src_path rvm_tmp_path rvm_user_path rvm_usr_path rvm_wrappers_path rvm_stored_errexit rvm_ruby_strings rvm_ruby_binary rvm_ruby_gem_home rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_major_version rvm_ruby_minor_version rvm_ruby_package_name rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_repo_branch rvm_ruby_revision rvm_ruby_tag rvm_ruby_sha rvm_ruby_repo_tag rvm_ruby_version rvm_ruby_package_file rvm_ruby_name rvm_ruby_name rvm_ruby_args rvm_ruby_user_tag rvm_ruby_patch detected_rvm_ruby_name __rvm_env_loaded next_token rvm_error_message rvm_gemset_name rvm_parse_break rvm_token rvm_action rvm_export_args rvm_gemset_separator rvm_expanding_aliases rvm_tar_command rvm_tar_options rvm_patch_original_pwd rvm_project_rvmrc rvm_archive_extension rvm_autoinstall_bundler_flag rvm_codesign_identity rvm_expected_gemset_name rvm_without_gems rvm_with_gems rvm_with_default_gems rvm_ignore_dotfiles_flag rvm_fuzzy_flag rvm_autolibs_flag rvm_autolibs_flag_number rvm_autolibs_flag_runner rvm_quiet_curl_flag rvm_max_time_flag rvm_error_clr rvm_warn_clr rvm_debug_clr rvm_notify_clr rvm_code_clr rvm_comment_clr rvm_reset_clr rvm_error_color rvm_warn_color rvm_debug_color rvm_notify_color rvm_code_color rvm_comment_color rvm_reset_color rvm_log_timestamp rvm_log_filesystem rvm_log_namelen rvm_show_log_lines_on_error)
+ __array_list=(rvm_patch_names rvm_ree_options rvm_autoconf_flags rvm_architectures)
+ case "${__method}" in
+ unset rvm_patch_names rvm_ree_options rvm_autoconf_flags rvm_architectures
+ unset rvm_head_flag rvm_ruby_selected_flag rvm_user_install_flag rvm_path_flag rvm_cron_flag rvm_static_flag rvm_default_flag rvm_loaded_flag rvm_llvm_flag rvm_skip_autoreconf_flag rvm_dynamic_extensions_flag rvm_18_flag rvm_19_flag rvm_20_flag rvm_21_flag rvm_force_autoconf_flag rvm_dump_environment_flag rvm_curl_flags rvm_rubygems_version rvm_verbose_flag rvm_debug_flag rvm_trace_flag __array_start rvm_skip_pristine_flag rvm_create_flag rvm_remove_flag rvm_movable_flag rvm_archive_flag rvm_gemdir_flag rvm_reload_flag rvm_auto_reload_flag rvm_disable_binary_flag rvm_ignore_gemsets_flag rvm_skip_gemsets_flag rvm_install_on_use_flag rvm_remote_flag rvm_verify_downloads_flag rvm_skip_openssl_flag rvm_gems_cache_path rvm_gems_path rvm_man_path rvm_ruby_gem_path rvm_ruby_log_path rvm_gems_cache_path rvm_archives_path rvm_docs_path rvm_environments_path rvm_examples_path rvm_gems_path rvm_gemsets_path rvm_help_path rvm_hooks_path rvm_lib_path rvm_log_path rvm_patches_path rvm_repos_path rvm_rubies_path rvm_scripts_path rvm_src_path rvm_tmp_path rvm_user_path rvm_usr_path rvm_wrappers_path rvm_stored_errexit rvm_ruby_strings rvm_ruby_binary rvm_ruby_gem_home rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_major_version rvm_ruby_minor_version rvm_ruby_package_name rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_repo_branch rvm_ruby_revision rvm_ruby_tag rvm_ruby_sha rvm_ruby_repo_tag rvm_ruby_version rvm_ruby_package_file rvm_ruby_name rvm_ruby_name rvm_ruby_args rvm_ruby_user_tag rvm_ruby_patch detected_rvm_ruby_name __rvm_env_loaded next_token rvm_error_message rvm_gemset_name rvm_parse_break rvm_token rvm_action rvm_export_args rvm_gemset_separator rvm_expanding_aliases rvm_tar_command rvm_tar_options rvm_patch_original_pwd rvm_project_rvmrc rvm_archive_extension rvm_autoinstall_bundler_flag rvm_codesign_identity rvm_expected_gemset_name rvm_without_gems rvm_with_gems rvm_with_default_gems rvm_ignore_dotfiles_flag rvm_fuzzy_flag rvm_autolibs_flag rvm_autolibs_flag_number rvm_autolibs_flag_runner rvm_quiet_curl_flag rvm_max_time_flag rvm_error_clr rvm_warn_clr rvm_debug_clr rvm_notify_clr rvm_code_clr rvm_comment_clr rvm_reset_clr rvm_error_color rvm_warn_color rvm_debug_color rvm_notify_color rvm_code_color rvm_comment_color rvm_reset_color rvm_log_timestamp rvm_log_filesystem rvm_log_namelen rvm_show_log_lines_on_error
+ [[ -n 5.0.17(1)-release ]]
+ export -fn __rvm_select_version_variables __rvm_ruby_string_parse_ __rvm_rm_rf_verbose __rvm_parse_args __rvm_ruby_string_find __rvm_file_load_env __rvm_remove_without_gems
+ unset _system_arch _system_name _system_type _system_version
+ return 0
+ return 0
+ true
+ export head=git@github.com:objectionary/sodg.git
+ head=git@github.com:objectionary/sodg.git
+ export pull_id=46
+ pull_id=46
+ export fork=git@github.com:objectionary/sodg.git
+ fork=git@github.com:objectionary/sodg.git
+ export fork_branch=renovate/rstest-0.x
+ fork_branch=renovate/rstest-0.x
+ export head_branch=master
+ head_branch=master
+ export 'pull_title=Update Rust crate rstest to 0.16.0'
+ pull_title='Update Rust crate rstest to 0.16.0'
+ export author=yegor256
+ author=yegor256
+ pdd --file=/dev/null
+ cargo --color=never test -vv
    Updating crates.io index
 Downloading crates ...
  Downloaded atty v0.2.14
  Downloaded futures-macro v0.3.25
  Downloaded bincode v1.3.3
  Downloaded byteorder v1.4.3
  Downloaded itoa v1.0.4
  Downloaded quick-error v1.2.3
  Downloaded pin-utils v0.1.0
  Downloaded futures-timer v3.0.2
  Downloaded regex v1.7.0
  Downloaded tempfile v3.3.0
  Downloaded sxd-document v0.3.2
  Downloaded rustc_version v0.4.0
  Downloaded predicates-core v1.0.4
  Downloaded remove_dir_all v0.5.3
  Downloaded time-core v0.1.0
  Downloaded xml-builder v0.5.1
  Downloaded cfg-if v1.0.0
  Downloaded rstest_macros v0.16.0
  Downloaded typed-arena v1.7.0
  Downloaded term v0.5.2
  Downloaded slab v0.4.7
  Downloaded proc-macro2 v1.0.47
  Downloaded semver v1.0.14
  Downloaded termcolor v1.1.3
  Downloaded serde_derive v1.0.147
  Downloaded serde v1.0.147
  Downloaded time v0.3.17
  Downloaded num-traits v0.2.15
  Downloaded time-macros v0.2.6
  Downloaded unicode-ident v1.0.5
  Downloaded autocfg v1.1.0
  Downloaded syn v1.0.103
  Downloaded difflib v0.4.0
  Downloaded lazy_static v1.4.0
  Downloaded fastrand v1.8.0
  Downloaded ctor v0.1.26
  Downloaded regex-syntax v0.6.28
  Downloaded fsutils v0.1.7
  Downloaded sxd-xpath v0.4.2
  Downloaded peresil v0.3.0
  Downloaded futures-core v0.3.25
  Downloaded futures-channel v0.3.25
  Downloaded aho-corasick v0.7.19
  Downloaded futures-io v0.3.25
  Downloaded hex v0.4.3
  Downloaded either v1.8.0
  Downloaded futures-sink v0.3.25
  Downloaded num_threads v0.1.6
  Downloaded futures v0.3.25
  Downloaded simple_logger v4.0.0
  Downloaded rstest v0.16.0
  Downloaded itertools v0.10.5
  Downloaded quote v1.0.21
  Downloaded float-cmp v0.9.0
  Downloaded pin-project-lite v0.2.9
  Downloaded predicates v2.1.3
  Downloaded humantime v1.3.0
  Downloaded libc v0.2.137
  Downloaded env_logger v0.7.1
  Downloaded normalize-line-endings v0.3.0
  Downloaded memchr v2.5.0
  Downloaded colored v2.0.0
  Downloaded log v0.4.17
  Downloaded futures-util v0.3.25
  Downloaded futures-executor v0.3.25
  Downloaded futures-task v0.3.25
  Downloaded anyhow v1.0.66
  Downloaded dirs v1.0.5
  Downloaded clippy v0.0.302
warning: sodg v0.0.0 (/home/r/repo) ignoring invalid dependency `clippy` which is missing a lib target
   Compiling proc-macro2 v1.0.47
   Compiling unicode-ident v1.0.5
   Compiling quote v1.0.21
   Compiling autocfg v1.1.0
   Compiling syn v1.0.103
   Compiling memchr v2.5.0
   Compiling libc v0.2.137
   Compiling semver v1.0.14
   Compiling cfg-if v1.0.0
   Compiling futures-core v0.3.25
   Compiling futures-channel v0.3.25
   Compiling futures-task v0.3.25
     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.47 CARGO_PKG_AUTHORS='David Tolnay <dtolnay@gmail.com>:Alex Crichton <alex@alexcrichton.com>' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.47 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=47 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name build_script_build --edition=2018 /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.47/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=52315564f79632c8 -C extra-filename=-52315564f79632c8 --out-dir /home/r/repo/target/debug/build/proc-macro2-52315564f79632c8 -L dependency=/home/r/repo/target/debug/deps --cap-lints warn`
     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=unicode_ident CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-ident-1.0.5 CARGO_PKG_AUTHORS='David Tolnay <dtolnay@gmail.com>' CARGO_PKG_DESCRIPTION='Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='(MIT OR Apache-2.0) AND Unicode-DFS-2016' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-ident CARGO_PKG_REPOSITORY='https://github.com/dtolnay/unicode-ident' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.5 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name unicode_ident --edition=2018 /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-ident-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=376fce9245292684 -C extra-filename=-376fce9245292684 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints warn`
     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/quote-1.0.21 CARGO_PKG_AUTHORS='David Tolnay <dtolnay@gmail.com>' CARGO_PKG_DESCRIPTION='Quasi-quoting macro quote'\!'(...)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=quote CARGO_PKG_REPOSITORY='https://github.com/dtolnay/quote' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.21 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=21 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name build_script_build --edition=2018 /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/quote-1.0.21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=2efd26ecd652084a -C extra-filename=-2efd26ecd652084a --out-dir /home/r/repo/target/debug/build/quote-2efd26ecd652084a -L dependency=/home/r/repo/target/debug/deps --cap-lints warn`
     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=autocfg CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/autocfg-1.1.0 CARGO_PKG_AUTHORS='Josh Stone <cuviper@gmail.com>' CARGO_PKG_DESCRIPTION='Automatic cfg for Rust compiler features' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=autocfg CARGO_PKG_REPOSITORY='https://github.com/cuviper/autocfg' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.1.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name autocfg /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/autocfg-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=b100abef6c63027d -C extra-filename=-b100abef6c63027d --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints warn`
     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.103 CARGO_PKG_AUTHORS='David Tolnay <dtolnay@gmail.com>' CARGO_PKG_DESCRIPTION='Parser for Rust source code' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=syn CARGO_PKG_REPOSITORY='https://github.com/dtolnay/syn' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.103 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=103 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name build_script_build --edition=2018 /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.103/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' -C metadata=119355c97b1d1865 -C extra-filename=-119355c97b1d1865 --out-dir /home/r/repo/target/debug/build/syn-119355c97b1d1865 -L dependency=/home/r/repo/target/debug/deps --cap-lints warn`
     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.5.0 CARGO_PKG_AUTHORS='Andrew Gallant <jamslam@gmail.com>:bluss' CARGO_PKG_DESCRIPTION='Safe interface to memchr.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/memchr' CARGO_PKG_LICENSE=Unlicense/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memchr CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/memchr' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.5.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name build_script_build --edition=2018 /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a715959dca1c5edc -C extra-filename=-a715959dca1c5edc --out-dir /home/r/repo/target/debug/build/memchr-a715959dca1c5edc -L dependency=/home/r/repo/target/debug/deps --cap-lints warn`
     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.137 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc.
' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.137 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=137 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name build_script_build /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.137/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=4630fc44bcd06b59 -C extra-filename=-4630fc44bcd06b59 --out-dir /home/r/repo/target/debug/build/libc-4630fc44bcd06b59 -L dependency=/home/r/repo/target/debug/deps --cap-lints warn`
     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-1.0.14 CARGO_PKG_AUTHORS='David Tolnay <dtolnay@gmail.com>' CARGO_PKG_DESCRIPTION='Parser and evaluator for Cargo'\''s flavor of Semantic Versioning' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=semver CARGO_PKG_REPOSITORY='https://github.com/dtolnay/semver' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.14 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name build_script_build --edition=2018 /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-1.0.14/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=0c8f4697c1b308b3 -C extra-filename=-0c8f4697c1b308b3 --out-dir /home/r/repo/target/debug/build/semver-0c8f4697c1b308b3 -L dependency=/home/r/repo/target/debug/deps --cap-lints warn`
     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=cfg_if CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-1.0.0 CARGO_PKG_AUTHORS='Alex Crichton <alex@alexcrichton.com>' CARGO_PKG_DESCRIPTION='A macro to ergonomically define an item depending on a large number of #[cfg]
parameters. Structured like an if-else chain, the first matching branch is the
item that gets emitted.
' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/cfg-if' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cfg-if CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/cfg-if' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name cfg_if --edition=2018 /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=ac68a5ec1f1c024f -C extra-filename=-ac68a5ec1f1c024f --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints warn`
     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-0.3.25 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The core traits and types in for the `futures` library.
' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-core CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=0.3.25 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=25 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name build_script_build --edition=2018 /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-0.3.25/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=1668f352a71cfc1d -C extra-filename=-1668f352a71cfc1d --out-dir /home/r/repo/target/debug/build/futures-core-1668f352a71cfc1d -L dependency=/home/r/repo/target/debug/deps --cap-lints warn`
     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-channel-0.3.25 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Channels for asynchronous communication using futures-rs.
' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-channel CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.45 CARGO_PKG_VERSION=0.3.25 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=25 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name build_script_build --edition=2018 /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-channel-0.3.25/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' -C metadata=098a12cfdeb6cf36 -C extra-filename=-098a12cfdeb6cf36 --out-dir /home/r/repo/target/debug/build/futures-channel-098a12cfdeb6cf36 -L dependency=/home/r/repo/target/debug/deps --cap-lints warn`
     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.25 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Tools for working with tasks.
' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-task CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.45 CARGO_PKG_VERSION=0.3.25 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=25 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name build_script_build --edition=2018 /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.25/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=5873816a735a5f62 -C extra-filename=-5873816a735a5f62 --out-dir /home/r/repo/target/debug/build/futures-task-5873816a735a5f62 -L dependency=/home/r/repo/target/debug/deps --cap-lints warn`
   Compiling futures-sink v0.3.25
     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=futures_sink CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-sink-0.3.25 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The asynchronous `Sink` trait for the futures-rs library.
' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-sink CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=0.3.25 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=25 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name futures_sink --edition=2018 /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-sink-0.3.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=049576d0dbbb2ae9 -C extra-filename=-049576d0dbbb2ae9 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints warn`
   Compiling futures-util v0.3.25
     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-util-0.3.25 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Common utilities and extension traits for the futures-rs library.
' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-util CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.45 CARGO_PKG_VERSION=0.3.25 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=25 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name build_script_build --edition=2018 /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-util-0.3.25/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' -C metadata=0fcf97477ae581cb -C extra-filename=-0fcf97477ae581cb --out-dir /home/r/repo/target/debug/build/futures-util-0fcf97477ae581cb -L dependency=/home/r/repo/target/debug/deps --cap-lints warn`
   Compiling log v0.4.17
     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/log-0.4.17 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A lightweight logging facade for Rust
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=log CARGO_PKG_REPOSITORY='https://github.com/rust-lang/log' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.17 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=17 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name build_script_build /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/log-0.4.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=c56e4c4a93355d37 -C extra-filename=-c56e4c4a93355d37 --out-dir /home/r/repo/target/debug/build/log-c56e4c4a93355d37 -L dependency=/home/r/repo/target/debug/deps --cap-lints warn`
   Compiling serde_derive v1.0.147
   Compiling futures-io v0.3.25
   Compiling pin-project-lite v0.2.9
     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_derive-1.0.147 CARGO_PKG_AUTHORS='Erick Tryzelaar <erick.tryzelaar@gmail.com>:David Tolnay <dtolnay@gmail.com>' CARGO_PKG_DESCRIPTION='Macros 1.1 implementation of #[derive(Serialize, Deserialize)]' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_derive CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.147 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=147 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name build_script_build /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_derive-1.0.147/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=40c55ec890441b1d -C extra-filename=-40c55ec890441b1d --out-dir /home/r/repo/target/debug/build/serde_derive-40c55ec890441b1d -L dependency=/home/r/repo/target/debug/deps --cap-lints warn`
     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=futures_io CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-io-0.3.25 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The `AsyncRead`, `AsyncWrite`, `AsyncSeek`, and `AsyncBufRead` traits for the futures-rs library.
' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-io CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=0.3.25 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=25 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name futures_io --edition=2018 /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-io-0.3.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=624e8a6751cc1baf -C extra-filename=-624e8a6751cc1baf --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints warn`
     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=pin_project_lite CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/pin-project-lite-0.2.9 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A lightweight version of pin-project written with declarative macros.
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pin-project-lite CARGO_PKG_REPOSITORY='https://github.com/taiki-e/pin-project-lite' CARGO_PKG_RUST_VERSION=1.37 CARGO_PKG_VERSION=0.2.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name pin_project_lite --edition=2018 /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/pin-project-lite-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=45a26f3e47ef8489 -C extra-filename=-45a26f3e47ef8489 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints warn`
   Compiling pin-utils v0.1.0
     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=pin_utils CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/pin-utils-0.1.0 CARGO_PKG_AUTHORS='Josef Brandl <mail@josefbrandl.de>' CARGO_PKG_DESCRIPTION='Utilities for pinning
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pin-utils CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/pin-utils' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name pin_utils --edition=2018 /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=09bf07ea1b25970a -C extra-filename=-09bf07ea1b25970a --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints warn`
   Compiling regex-syntax v0.6.28
     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=regex_syntax CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.28 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A regular expression parser.' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/regex' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex-syntax CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.6.28 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=28 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name regex_syntax --edition=2018 /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=ba718588da142263 -C extra-filename=-ba718588da142263 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints warn`
   Compiling quick-error v1.2.3
     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=quick_error CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/quick-error-1.2.3 CARGO_PKG_AUTHORS='Paul Colomiets <paul@colomiets.name>:Colin Kiegel <kiegel@gmx.de>' CARGO_PKG_DESCRIPTION='    A macro which makes error types pleasant to write.
' CARGO_PKG_HOMEPAGE='http://github.com/tailhook/quick-error' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=quick-error CARGO_PKG_REPOSITORY='http://github.com/tailhook/quick-error' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.2.3 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name quick_error /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/quick-error-1.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=f3f9fa07e54f1499 -C extra-filename=-f3f9fa07e54f1499 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints warn`
   Compiling serde v1.0.147
     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.147 CARGO_PKG_AUTHORS='Erick Tryzelaar <erick.tryzelaar@gmail.com>:David Tolnay <dtolnay@gmail.com>' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.13 CARGO_PKG_VERSION=1.0.147 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=147 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name build_script_build /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.147/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' -C metadata=5ad028035340aa2b -C extra-filename=-5ad028035340aa2b --out-dir /home/r/repo/target/debug/build/serde-5ad028035340aa2b -L dependency=/home/r/repo/target/debug/deps --cap-lints warn`
   Compiling time-core v0.1.0
     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=time_core CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/time-core-0.1.0 CARGO_PKG_AUTHORS='Jacob Pratt <open-source@jhpratt.dev>:Time contributors' CARGO_PKG_DESCRIPTION='This crate is an implementation detail and should not be relied upon directly.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=time-core CARGO_PKG_REPOSITORY='https://github.com/time-rs/time' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name time_core --edition=2021 /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/time-core-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=633db761d1bec1ff -C extra-filename=-633db761d1bec1ff --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints warn`
   Compiling peresil v0.3.0
     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=peresil CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/peresil-0.3.0 CARGO_PKG_AUTHORS='Jake Goulding <jake.goulding@gmail.com>' CARGO_PKG_DESCRIPTION='A simple and simplistic string parsing library' CARGO_PKG_HOMEPAGE='https://github.com/shepmaster/peresil' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=peresil CARGO_PKG_REPOSITORY='https://github.com/shepmaster/peresil' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name peresil /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/peresil-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=a991cbaa5d6fa7ed -C extra-filename=-a991cbaa5d6fa7ed --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints warn`
   Compiling either v1.8.0
     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=either CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.8.0 CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases.
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=either CARGO_PKG_REPOSITORY='https://github.com/bluss/either' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=1.8.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name either --edition=2018 /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="use_std"' -C metadata=a513f0ff1749f908 -C extra-filename=-a513f0ff1749f908 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints warn`
   Compiling typed-arena v1.7.0
     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=typed_arena CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/typed-arena-1.7.0 CARGO_PKG_AUTHORS='Simon Sapin <simon.sapin@exyr.org>:Nick Fitzgerald <fitzgen@gmail.com>' CARGO_PKG_DESCRIPTION='The arena, a fast but limited type of allocator' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=typed-arena CARGO_PKG_REPOSITORY='https://github.com/SimonSapin/rust-typed-arena' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.7.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name typed_arena /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/typed-arena-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b17ffd12c7b5b60e -C extra-filename=-b17ffd12c7b5b60e --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints warn`
   Compiling itoa v1.0.4
     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=itoa CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/itoa-1.0.4 CARGO_PKG_AUTHORS='David Tolnay &lt;dtolnay@gmail.com&gt;' CARGO_PKG_DESCRIPTION='Fast integer primitive to string conversion' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=itoa CARGO_PKG_REPOSITORY='https://github.com/dtolnay/itoa' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=1.0.4 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name itoa --edition=2018 /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/itoa-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=abaf198fe2e3903c -C extra-filename=-abaf198fe2e3903c --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints warn`
   Compiling num_threads v0.1.6
   Compiling lazy_static v1.4.0
     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=lazy_static CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0 CARGO_PKG_AUTHORS='Marvin Löbel <loebel.marvin@gmail.com>' CARGO_PKG_DESCRIPTION='A macro for declaring lazily evaluated statics in Rust.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lazy_static CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/lazy-static.rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.4.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name lazy_static /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=20fc7be71f32300b -C extra-filename=-20fc7be71f32300b --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints warn`
     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=num_threads CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/num_threads-0.1.6 CARGO_PKG_AUTHORS='Jacob Pratt <open-source@jhpratt.dev>' CARGO_PKG_DESCRIPTION='A minimal library that determines the number of running threads for the current process.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num_threads CARGO_PKG_REPOSITORY='https://github.com/jhpratt/num_threads' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name num_threads /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/num_threads-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=b2a25b163df0364d -C extra-filename=-b2a25b163df0364d --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints warn`
   Compiling anyhow v1.0.66
     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.66 CARGO_PKG_AUTHORS='David Tolnay <dtolnay@gmail.com>' CARGO_PKG_DESCRIPTION='Flexible concrete Error type built on std::error::Error' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anyhow CARGO_PKG_REPOSITORY='https://github.com/dtolnay/anyhow' CARGO_PKG_RUST_VERSION=1.38 CARGO_PKG_VERSION=1.0.66 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=66 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name build_script_build --edition=2018 /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.66/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=5d41b8d598cdbec8 -C extra-filename=-5d41b8d598cdbec8 --out-dir /home/r/repo/target/debug/build/anyhow-5d41b8d598cdbec8 -L dependency=/home/r/repo/target/debug/deps --cap-lints warn`
   Compiling futures-timer v3.0.2
     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=futures_timer CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-timer-3.0.2 CARGO_PKG_AUTHORS='Alex Crichton <alex@alexcrichton.com>' CARGO_PKG_DESCRIPTION='Timeouts for futures.
' CARGO_PKG_HOMEPAGE='https://github.com/async-rs/futures-timer' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-timer CARGO_PKG_REPOSITORY='https://github.com/async-rs/futures-timer' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=3.0.2 CARGO_PKG_VERSION_MAJOR=3 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name futures_timer --edition=2018 /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-timer-3.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=b9386b77eae92a9f -C extra-filename=-b9386b77eae92a9f --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints warn`
   Compiling termcolor v1.1.3
     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=termcolor CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/termcolor-1.1.3 CARGO_PKG_AUTHORS='Andrew Gallant <jamslam@gmail.com>' CARGO_PKG_DESCRIPTION='A simple cross platform library for writing colored text to a terminal.
' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/termcolor' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=termcolor CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/termcolor' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.1.3 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name termcolor --edition=2018 /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/termcolor-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=44e4ede5a96e9edb -C extra-filename=-44e4ede5a96e9edb --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints warn`
   Compiling xml-builder v0.5.1
     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=xml_builder CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/xml-builder-0.5.1 CARGO_PKG_AUTHORS='LIAUD Corentin <corentin.liaud@orange.fr>' CARGO_PKG_DESCRIPTION='Easy and highly-configurable XML builder/writer' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=xml-builder CARGO_PKG_REPOSITORY='https://github.com/cocool97/xml-builder' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.5.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name xml_builder --edition=2021 /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/xml-builder-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=52a902073f1626de -C extra-filename=-52a902073f1626de --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints warn`
   Compiling remove_dir_all v0.5.3
     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=remove_dir_all CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/remove_dir_all-0.5.3 CARGO_PKG_AUTHORS='Aaronepower <theaaronepower@gmail.com>' CARGO_PKG_DESCRIPTION='A safe, reliable implementation of remove_dir_all for Windows' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=remove_dir_all CARGO_PKG_REPOSITORY='https://github.com/XAMPPRocky/remove_dir_all.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.5.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name remove_dir_all /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/remove_dir_all-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=44fe2a5bc5112598 -C extra-filename=-44fe2a5bc5112598 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints warn`
   Compiling difflib v0.4.0
     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=difflib CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/difflib-0.4.0 CARGO_PKG_AUTHORS='Dima Kudosh <dimakudosh@gmail.com>' CARGO_PKG_DESCRIPTION='Port of Python'\''s difflib library to Rust.' CARGO_PKG_HOMEPAGE='https://github.com/DimaKudosh/difflib' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=difflib CARGO_PKG_REPOSITORY='https://github.com/DimaKudosh/difflib' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name difflib /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/difflib-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=b12c879e6fc42030 -C extra-filename=-b12c879e6fc42030 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints warn`
   Compiling fastrand v1.8.0
     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=fastrand CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/fastrand-1.8.0 CARGO_PKG_AUTHORS='Stjepan Glavina <stjepang@gmail.com>' CARGO_PKG_DESCRIPTION='A simple and fast random number generator' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fastrand CARGO_PKG_REPOSITORY='https://github.com/smol-rs/fastrand' CARGO_PKG_RUST_VERSION=1.34 CARGO_PKG_VERSION=1.8.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name fastrand --edition=2018 /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/fastrand-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=8ce5e257bdcca180 -C extra-filename=-8ce5e257bdcca180 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints warn`
   Compiling hex v0.4.3
     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=hex CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/hex-0.4.3 CARGO_PKG_AUTHORS='KokaKiwi <kokakiwi@kokakiwi.net>' CARGO_PKG_DESCRIPTION='Encoding and decoding data into/from hexadecimal representation.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=hex CARGO_PKG_REPOSITORY='https://github.com/KokaKiwi/rust-hex' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name hex --edition=2018 /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/hex-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b396010d1ce4358b -C extra-filename=-b396010d1ce4358b --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints warn`
warning: use of deprecated associated function `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-timer-3.0.2/src/native/atomic_waker.rs:107:26
    |
107 |         match self.state.compare_and_swap(WAITING, REGISTERING, Acquire) {
    |                          ^^^^^^^^^^^^^^^^
    |
    = note: `#[warn(deprecated)]` on by default

   Compiling predicates-core v1.0.4
     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=predicates_core CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/predicates-core-1.0.4 CARGO_PKG_AUTHORS='Nick Stevens <nick@bitcurry.com>' CARGO_PKG_DESCRIPTION='An API for boolean-valued predicate functions.' CARGO_PKG_HOMEPAGE='https://github.com/assert-rs/predicates-rs/tree/master/predicates-core' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=predicates-core CARGO_PKG_REPOSITORY='https://github.com/assert-rs/predicates-rs/tree/master/predicates-core' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=1.0.4 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name predicates_core --edition=2021 /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/predicates-core-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=6eebf37393900f07 -C extra-filename=-6eebf37393900f07 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints warn`
   Compiling normalize-line-endings v0.3.0
     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=normalize_line_endings CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/normalize-line-endings-0.3.0 CARGO_PKG_AUTHORS='Richard Dodd <richdodj@gmail.com>' CARGO_PKG_DESCRIPTION='Takes an iterator over chars and returns a new iterator with all line endings (\r, \n, or \r\n) as \n' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=normalize-line-endings CARGO_PKG_REPOSITORY='https://github.com/derekdreery/normalize-line-endings' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name normalize_line_endings /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/normalize-line-endings-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=e7c90aba10c143b8 -C extra-filename=-e7c90aba10c143b8 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints warn`
warning: use of deprecated associated function `core::str::<impl str>::trim_right`: superseded by `trim_end`
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/difflib-0.4.0/src/differ.rs:271:52
    |
271 |         first_tags = first_tags.split_at(common).1.trim_right();
    |                                                    ^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_end`
    |
    = note: `#[warn(deprecated)]` on by default

warning: use of deprecated associated function `core::str::<impl str>::trim_right`: superseded by `trim_end`
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/difflib-0.4.0/src/differ.rs:272:54
    |
272 |         second_tags = second_tags.split_at(common).1.trim_right();
    |                                                      ^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_end`

     Running `/home/r/repo/target/debug/build/futures-core-1668f352a71cfc1d/build-script-build`
[futures-core 0.3.25] cargo:rerun-if-changed=no_atomic_cas.rs
     Running `/home/r/repo/target/debug/build/futures-channel-098a12cfdeb6cf36/build-script-build`
[futures-channel 0.3.25] cargo:rerun-if-changed=no_atomic_cas.rs
     Running `/home/r/repo/target/debug/build/futures-task-5873816a735a5f62/build-script-build`
[futures-task 0.3.25] cargo:rerun-if-changed=no_atomic_cas.rs
     Running `/home/r/repo/target/debug/build/memchr-a715959dca1c5edc/build-script-build`
[memchr 2.5.0] cargo:rustc-cfg=memchr_runtime_simd
[memchr 2.5.0] cargo:rustc-cfg=memchr_runtime_sse2
[memchr 2.5.0] cargo:rustc-cfg=memchr_runtime_sse42
[memchr 2.5.0] cargo:rustc-cfg=memchr_runtime_avx
     Running `/home/r/repo/target/debug/build/futures-util-0fcf97477ae581cb/build-script-build`
[futures-util 0.3.25] cargo:rerun-if-changed=no_atomic_cas.rs
     Running `/home/r/repo/target/debug/build/quote-2efd26ecd652084a/build-script-build`
[quote 1.0.21] cargo:rerun-if-changed=build.rs
warning: variable does not need to be mutable
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/difflib-0.4.0/src/sequencematcher.rs:117:17
    |
117 |             let mut counter = second_sequence_elements
    |                 ----^^^^^^^
    |                 |
    |                 help: remove this `mut`
    |
    = note: `#[warn(unused_mut)]` on by default

     Running `/home/r/repo/target/debug/build/semver-0c8f4697c1b308b3/build-script-build`
     Running `/home/r/repo/target/debug/build/log-c56e4c4a93355d37/build-script-build`
[log 0.4.17] cargo:rustc-cfg=atomic_cas
[log 0.4.17] cargo:rustc-cfg=has_atomics
[log 0.4.17] cargo:rerun-if-changed=build.rs
     Running `/home/r/repo/target/debug/build/syn-119355c97b1d1865/build-script-build`
   Compiling humantime v1.3.0
     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=humantime CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/humantime-1.3.0 CARGO_PKG_AUTHORS='Paul Colomiets <paul@colomiets.name>' CARGO_PKG_DESCRIPTION='    A parser and formatter for std::time::{Duration, SystemTime}
' CARGO_PKG_HOMEPAGE='https://github.com/tailhook/humantime' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=humantime CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.3.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name humantime /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/humantime-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=0296b5c78467d7ef -C extra-filename=-0296b5c78467d7ef --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern quick_error=/home/r/repo/target/debug/deps/libquick_error-f3f9fa07e54f1499.rmeta --cap-lints warn`
     Running `/home/r/repo/target/debug/build/libc-4630fc44bcd06b59/build-script-build`
[libc 0.2.137] cargo:rerun-if-changed=build.rs
[syn 1.0.103] cargo:rustc-cfg=syn_disable_nightly_tests
     Running `/home/r/repo/target/debug/build/proc-macro2-52315564f79632c8/build-script-build`
[proc-macro2 1.0.47] cargo:rerun-if-changed=build.rs
   Compiling time-macros v0.2.6
     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=time_macros CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/time-macros-0.2.6 CARGO_PKG_AUTHORS='Jacob Pratt <open-source@jhpratt.dev>:Time contributors' CARGO_PKG_DESCRIPTION='    Procedural macros for the time crate.
    This crate is an implementation detail and should not be relied upon directly.
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=time-macros CARGO_PKG_REPOSITORY='https://github.com/time-rs/time' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=0.2.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name time_macros --edition=2021 /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/time-macros-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="formatting"' -C metadata=a3e4b97350c655fd -C extra-filename=-a3e4b97350c655fd --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern time_core=/home/r/repo/target/debug/deps/libtime_core-633db761d1bec1ff.rlib --extern proc_macro --cap-lints warn`
   Compiling sxd-document v0.3.2
     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=sxd_document CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-document-0.3.2 CARGO_PKG_AUTHORS='Jake Goulding <jake.goulding@gmail.com>' CARGO_PKG_DESCRIPTION='A Rust XML DOM library' CARGO_PKG_HOMEPAGE='https://github.com/shepmaster/sxd-document' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=sxd-document CARGO_PKG_REPOSITORY='https://github.com/shepmaster/sxd-document' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name sxd_document /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-document-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=eda9905387db06e2 -C extra-filename=-eda9905387db06e2 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern peresil=/home/r/repo/target/debug/deps/libperesil-a991cbaa5d6fa7ed.rmeta --extern typed_arena=/home/r/repo/target/debug/deps/libtyped_arena-b17ffd12c7b5b60e.rmeta --cap-lints warn`
warning: `...` range patterns are deprecated
  --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/humantime-1.3.0/src/duration.rs:93:20
   |
93 |                 '0'...'9' => {
   |                    ^^^ help: use `..=` for an inclusive range
   |
   = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default
   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
   = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/humantime-1.3.0/src/duration.rs:109:37
    |
109 |             "usec" | "us" => (0u64, try!(n.mul(1000))),
    |                                     ^^^
    |
    = note: `#[warn(deprecated)]` on by default

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/humantime-1.3.0/src/duration.rs:110:48
    |
110 |             "millis" | "msec" | "ms" => (0u64, try!(n.mul(1000_000))),
    |                                                ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/humantime-1.3.0/src/duration.rs:113:17
    |
113 |             => (try!(n.mul(60)), 0),
    |                 ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/humantime-1.3.0/src/duration.rs:114:55
    |
114 |             "hours" | "hour" | "hr" | "hrs" | "h" => (try!(n.mul(3600)), 0),
    |                                                       ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/humantime-1.3.0/src/duration.rs:115:38
    |
115 |             "days" | "day" | "d" => (try!(n.mul(86400)), 0),
    |                                      ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/humantime-1.3.0/src/duration.rs:116:40
    |
116 |             "weeks" | "week" | "w" => (try!(n.mul(86400*7)), 0),
    |                                        ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/humantime-1.3.0/src/duration.rs:117:42
    |
117 |             "months" | "month" | "M" => (try!(n.mul(2630016)), 0), // 30.44d
    |                                          ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/humantime-1.3.0/src/duration.rs:118:40
    |
118 |             "years" | "year" | "y" => (try!(n.mul(31557600)), 0), // 365.25d
    |                                        ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/humantime-1.3.0/src/duration.rs:121:24
    |
121 |         let mut nsec = try!(self.current.1.add(nsec));
    |                        ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/humantime-1.3.0/src/duration.rs:123:19
    |
123 |             sec = try!(sec.add(nsec / 1000_000_000));
    |                   ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/humantime-1.3.0/src/duration.rs:126:15
    |
126 |         sec = try!(self.current.0.add(sec));
    |               ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/humantime-1.3.0/src/duration.rs:132:21
    |
132 |         let mut n = try!(try!(self.parse_first_char()).ok_or(Error::Empty));
    |                     ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/humantime-1.3.0/src/duration.rs:132:26
    |
132 |         let mut n = try!(try!(self.parse_first_char()).ok_or(Error::Empty));
    |                          ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/humantime-1.3.0/src/duration.rs:169:13
    |
169 |             try!(self.parse_unit(n, start, off));
    |             ^^^

warning: `...` range patterns are deprecated
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/humantime-1.3.0/src/duration.rs:137:24
    |
137 |                     '0'...'9' => {
    |                        ^^^ help: use `..=` for an inclusive range
    |
    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/humantime-1.3.0/src/duration.rs:138:29
    |
138 |                         n = try!(n.checked_mul(10)
    |                             ^^^

warning: `...` range patterns are deprecated
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/humantime-1.3.0/src/duration.rs:143:24
    |
143 |                     'a'...'z' | 'A'...'Z' => {
    |                        ^^^ help: use `..=` for an inclusive range
    |
    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>

warning: `...` range patterns are deprecated
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/humantime-1.3.0/src/duration.rs:143:36
    |
143 |                     'a'...'z' | 'A'...'Z' => {
    |                                    ^^^ help: use `..=` for an inclusive range
    |
    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>

warning: `...` range patterns are deprecated
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/humantime-1.3.0/src/duration.rs:156:24
    |
156 |                     '0'...'9' => {
    |                        ^^^ help: use `..=` for an inclusive range
    |
    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
    = note: for more information, see &lt;https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html&gt;

warning: use of deprecated macro `try`: use the `?` operator instead
   --&gt; /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/humantime-1.3.0/src/duration.rs:157:25
    |
157 |                         try!(self.parse_unit(n, start, off));
    |                         ^^^

warning: `...` range patterns are deprecated
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/humantime-1.3.0/src/duration.rs:162:24
    |
162 |                     'a'...'z' | 'A'...'Z' => {}
    |                        ^^^ help: use `..=` for an inclusive range
    |
    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>

warning: `...` range patterns are deprecated
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/humantime-1.3.0/src/duration.rs:162:36
    |
162 |                     'a'...'z' | 'A'...'Z' => {}
    |                                    ^^^ help: use `..=` for an inclusive range
    |
    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/humantime-1.3.0/src/duration.rs:170:23
    |
170 |             n = match try!(self.parse_first_char()) {
    |                       ^^^

[libc 0.2.137] cargo:rustc-cfg=freebsd11
[libc 0.2.137] cargo:rustc-cfg=libc_priv_mod_use
[libc 0.2.137] cargo:rustc-cfg=libc_union
[libc 0.2.137] cargo:rustc-cfg=libc_const_size_of
[libc 0.2.137] cargo:rustc-cfg=libc_align
[libc 0.2.137] cargo:rustc-cfg=libc_int128
[libc 0.2.137] cargo:rustc-cfg=libc_core_cvoid
[libc 0.2.137] cargo:rustc-cfg=libc_packedN
[libc 0.2.137] cargo:rustc-cfg=libc_cfg_target_vendor
[libc 0.2.137] cargo:rustc-cfg=libc_non_exhaustive
[libc 0.2.137] cargo:rustc-cfg=libc_ptr_addr_of
[libc 0.2.137] cargo:rustc-cfg=libc_underscore_const_names
[libc 0.2.137] cargo:rustc-cfg=libc_const_extern_fn
   Compiling itertools v0.10.5
     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=itertools CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.10.5 CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='Extra iterator adaptors, iterator methods, free functions, and macros.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=itertools CARGO_PKG_REPOSITORY='https://github.com/rust-itertools/itertools' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.10.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name itertools --edition=2018 /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' -C metadata=7cfdc7cbf47a84b8 -C extra-filename=-7cfdc7cbf47a84b8 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern either=/home/r/repo/target/debug/deps/libeither-a513f0ff1749f908.rmeta --cap-lints warn`
[proc-macro2 1.0.47] cargo:rustc-cfg=use_proc_macro
[proc-macro2 1.0.47] cargo:rustc-cfg=wrap_proc_macro
   Compiling slab v0.4.7
   Compiling num-traits v0.2.15
     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/slab-0.4.7 CARGO_PKG_AUTHORS='Carl Lerche <me@carllerche.com>' CARGO_PKG_DESCRIPTION='Pre-allocated storage for a uniform data type' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=slab CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/slab' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=0.4.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name build_script_build --edition=2018 /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/slab-0.4.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ea21575790102c39 -C extra-filename=-ea21575790102c39 --out-dir /home/r/repo/target/debug/build/slab-ea21575790102c39 -L dependency=/home/r/repo/target/debug/deps --extern autocfg=/home/r/repo/target/debug/deps/libautocfg-b100abef6c63027d.rlib --cap-lints warn`
     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.15 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Numeric traits for generic mathematics' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-traits' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-traits CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-traits' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.15 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=15 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name build_script_build /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=650e38e9bd739d94 -C extra-filename=-650e38e9bd739d94 --out-dir /home/r/repo/target/debug/build/num-traits-650e38e9bd739d94 -L dependency=/home/r/repo/target/debug/deps --extern autocfg=/home/r/repo/target/debug/deps/libautocfg-b100abef6c63027d.rlib --cap-lints warn`
     Running `/home/r/repo/target/debug/build/serde_derive-40c55ec890441b1d/build-script-build`
     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=futures_core CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-0.3.25 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The core traits and types in for the `futures` library.
' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-core CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=0.3.25 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=25 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' OUT_DIR=/home/r/repo/target/debug/build/futures-core-26f1f28614301157/out rustc --crate-name futures_core --edition=2018 /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-0.3.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=24f77729657321d7 -C extra-filename=-24f77729657321d7 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints warn`
warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string()
  --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/humantime-1.3.0/src/duration.rs:48:44
   |
48 |             display(self_) -> ("{}", self_.description())
   |                                            ^^^^^^^^^^^

warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string()
  --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/humantime-1.3.0/src/duration.rs:53:44
   |
53 |             display(self_) -> ("{}", self_.description())
   |                                            ^^^^^^^^^^^

     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=futures_task CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.25 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Tools for working with tasks.
' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-task CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.45 CARGO_PKG_VERSION=0.3.25 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=25 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' OUT_DIR=/home/r/repo/target/debug/build/futures-task-ec448d49e89d8db2/out rustc --crate-name futures_task --edition=2018 /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=94f22da9017bad0a -C extra-filename=-94f22da9017bad0a --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints warn`
warning: `...` range patterns are deprecated
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-document-0.3.2/src/str.rs:181:16
    |
181 |             'A'...'Z'                   |
    |                ^^^ help: use `..=` for an inclusive range
    |
    = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default
    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>

warning: `...` range patterns are deprecated
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-document-0.3.2/src/str.rs:183:16
    |
183 |             'a'...'z'                   |
    |                ^^^ help: use `..=` for an inclusive range
    |
    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>

warning: `...` range patterns are deprecated
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-document-0.3.2/src/str.rs:184:25
    |
184 |             '\u{0000C0}'...'\u{0000D6}' |
    |                         ^^^ help: use `..=` for an inclusive range
    |
    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>

warning: `...` range patterns are deprecated
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-document-0.3.2/src/str.rs:185:25
    |
185 |             '\u{0000D8}'...'\u{0000F6}' |
    |                         ^^^ help: use `..=` for an inclusive range
    |
    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>

warning: `...` range patterns are deprecated
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-document-0.3.2/src/str.rs:186:25
    |
186 |             '\u{0000F8}'...'\u{0002FF}' |
    |                         ^^^ help: use `..=` for an inclusive range
    |
    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>

warning: `...` range patterns are deprecated
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-document-0.3.2/src/str.rs:187:25
    |
187 |             '\u{000370}'...'\u{00037D}' |
    |                         ^^^ help: use `..=` for an inclusive range
    |
    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>

warning: `...` range patterns are deprecated
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-document-0.3.2/src/str.rs:188:25
    |
188 |             '\u{00037F}'...'\u{001FFF}' |
    |                         ^^^ help: use `..=` for an inclusive range
    |
    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>

warning: `...` range patterns are deprecated
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-document-0.3.2/src/str.rs:189:25
    |
189 |             '\u{00200C}'...'\u{00200D}' |
    |                         ^^^ help: use `..=` for an inclusive range
    |
    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>

warning: `...` range patterns are deprecated
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-document-0.3.2/src/str.rs:190:25
    |
190 |             '\u{002070}'...'\u{00218F}' |
    |                         ^^^ help: use `..=` for an inclusive range
    |
    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>

warning: `...` range patterns are deprecated
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-document-0.3.2/src/str.rs:191:25
    |
191 |             '\u{002C00}'...'\u{002FEF}' |
    |                         ^^^ help: use `..=` for an inclusive range
    |
    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>

warning: `...` range patterns are deprecated
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-document-0.3.2/src/str.rs:192:25
    |
192 |             '\u{003001}'...'\u{00D7FF}' |
    |                         ^^^ help: use `..=` for an inclusive range
    |
    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
    = note: for more information, see &lt;https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html&gt;

warning: `...` range patterns are deprecated
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-document-0.3.2/src/str.rs:193:25
    |
193 |             '\u{00F900}'...'\u{00FDCF}' |
    |                         ^^^ help: use `..=` for an inclusive range
    |
    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>

warning: `...` range patterns are deprecated
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-document-0.3.2/src/str.rs:194:25
    |
194 |             '\u{00FDF0}'...'\u{00FFFD}' |
    |                         ^^^ help: use `..=` for an inclusive range
    |
    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>

warning: `...` range patterns are deprecated
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-document-0.3.2/src/str.rs:195:25
    |
195 |             '\u{010000}'...'\u{0EFFFF}' => true,
    |                         ^^^ help: use `..=` for an inclusive range
    |
    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>

warning: `...` range patterns are deprecated
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-document-0.3.2/src/str.rs:205:16
    |
205 |             '0'...'9'               |
    |                ^^^ help: use `..=` for an inclusive range
    |
    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>

warning: `...` range patterns are deprecated
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-document-0.3.2/src/str.rs:207:23
    |
207 |             '\u{0300}'...'\u{036F}' |
    |                       ^^^ help: use `..=` for an inclusive range
    |
    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>

warning: `...` range patterns are deprecated
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-document-0.3.2/src/str.rs:208:23
    |
208 |             '\u{203F}'...'\u{2040}' => true,
    |                       ^^^ help: use `..=` for an inclusive range
    |
    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>

warning: `...` range patterns are deprecated
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-document-0.3.2/src/str.rs:225:16
    |
225 |             '0'...'9' => true,
    |                ^^^ help: use `..=` for an inclusive range
    |
    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>

warning: `...` range patterns are deprecated
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-document-0.3.2/src/str.rs:232:16
    |
232 |             '0'...'9' |
    |                ^^^ help: use `..=` for an inclusive range
    |
    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>

warning: `...` range patterns are deprecated
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-document-0.3.2/src/str.rs:233:16
    |
233 |             'a'...'f' |
    |                ^^^ help: use `..=` for an inclusive range
    |
    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>

warning: `...` range patterns are deprecated
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-document-0.3.2/src/str.rs:234:16
    |
234 |             'A'...'F' => true,
    |                ^^^ help: use `..=` for an inclusive range
    |
    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>

warning: `...` range patterns are deprecated
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-document-0.3.2/src/str.rs:241:16
    |
241 |             'A'...'Z' |
    |                ^^^ help: use `..=` for an inclusive range
    |
    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>

warning: `...` range patterns are deprecated
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-document-0.3.2/src/str.rs:242:16
    |
242 |             'a'...'z' => true,
    |                ^^^ help: use `..=` for an inclusive range
    |
    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>

warning: `...` range patterns are deprecated
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-document-0.3.2/src/str.rs:249:16
    |
249 |             'A'...'Z' |
    |                ^^^ help: use `..=` for an inclusive range
    |
    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>

warning: `...` range patterns are deprecated
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-document-0.3.2/src/str.rs:250:16
    |
250 |             'a'...'z' |
    |                ^^^ help: use `..=` for an inclusive range
    |
    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>

warning: `...` range patterns are deprecated
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-document-0.3.2/src/str.rs:251:16
    |
251 |             '0'...'9' |
    |                ^^^ help: use `..=` for an inclusive range
    |
    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-document-0.3.2/src/parser.rs:869:9
    |
869 |         try!(attributes.check_duplicates());
    |         ^^^
    |
    = note: `#[warn(deprecated)]` on by default

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-document-0.3.2/src/parser.rs:870:33
    |
870 |         let default_namespace = try!(attributes.default_namespace());
    |                                 ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-document-0.3.2/src/parser.rs:874:25
    |
874 |             let value = try!(AttributeValueBuilder::convert(&ns.values));
    |                         ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-document-0.3.2/src/parser.rs:931:13
    |
931 |             try!(builder.ingest(&attribute.values));
    |             ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-document-0.3.2/src/parser.rs:979:17
    |
979 |                 try!(self.finish_opening_tag());
    |                 ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-document-0.3.2/src/parser.rs:983:17
    |
983 |                 try!(self.finish_opening_tag());
    |                 ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
    --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-document-0.3.2/src/parser.rs:1020:17
     |
1020 |                 try!(decode_reference(t, |s| self.add_text_data(s)));
     |                 ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
    --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-document-0.3.2/src/parser.rs:1092:13
     |
1092 |             try!(builder.consume(token));
     |             ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
    --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-document-0.3.2/src/parser.rs:1091:25
     |
1091 |             let token = try!(token);
     |                         ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
    --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-document-0.3.2/src/parser.rs:1157:9
     |
1157 |         try!(builder.ingest(values));
     |         ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
    --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-document-0.3.2/src/parser.rs:1173:47
     |
1173 |                 ReferenceAttributeValue(r) => try!(decode_reference(r, |s| self.value.push_str(s))),
     |                                               ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
    --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-document-0.3.2/src/parser.rs:1261:29
     |
1261 |                 let value = try!(AttributeValueBuilder::convert(&ns.values));
     |                             ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-document-0.3.2/src/writer.rs:352:21
    |
352 |                     try!(writer.write_str(prefix));
    |                     ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-document-0.3.2/src/writer.rs:353:21
    |
353 |                     try!(writer.write_str(":"));
    |                     ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-document-0.3.2/src/writer.rs:368:47
    |
368 |                 SplitType::Match(t)        => try!(writer.write_str(t)),
    |                                               ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-document-0.3.2/src/writer.rs:369:47
    |
369 |                 SplitType::Delimiter("<")  => try!(writer.write_str("&lt;")),
    |                                               ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-document-0.3.2/src/writer.rs:370:47
    |
370 |                 SplitType::Delimiter(">")  => try!(writer.write_str("&gt;")),
    |                                               ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-document-0.3.2/src/writer.rs:371:47
    |
371 |                 SplitType::Delimiter("&")  => try!(writer.write_str("&amp;")),
    |                                               ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-document-0.3.2/src/writer.rs:372:47
    |
372 |                 SplitType::Delimiter("'")  => try!(writer.write_str("&apos;")),
    |                                               ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-document-0.3.2/src/writer.rs:373:47
    |
373 |                 SplitType::Delimiter("\"") => try!(writer.write_str("&quot;")),
    |                                               ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-document-0.3.2/src/writer.rs:392:9
    |
392 |         try!(writer.write_str("<"));
    |         ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-document-0.3.2/src/writer.rs:393:9
    |
393 |         try!(self.format_qname(element.name(), mapping, element.preferred_prefix(), false, writer));
    |         ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-document-0.3.2/src/writer.rs:396:13
    |
396 |             try!(writer.write_str(" "));
    |             ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-document-0.3.2/src/writer.rs:397:13
    |
397 |             try!(self.format_qname(attr.name(), mapping, attr.preferred_prefix(), true, writer));
    |             ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-document-0.3.2/src/writer.rs:398:13
    |
398 |             try!(write!(writer, "="));
    |             ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-document-0.3.2/src/writer.rs:399:13
    |
399 |             try!(write!(writer, "{}", self.quote_char()));
    |             ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-document-0.3.2/src/writer.rs:400:13
    |
400 |             try!(self.format_attribute_value(attr.value(), writer));
    |             ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-document-0.3.2/src/writer.rs:401:13
    |
401 |             try!(write!(writer, "{}", self.quote_char()));
    |             ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-document-0.3.2/src/writer.rs:405:13
    |
405 |             try!(writer.write_str(" xmlns='"));
    |             ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-document-0.3.2/src/writer.rs:406:13
    |
406 |             try!(writer.write_str(ns_uri));
    |             ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --&gt; /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-document-0.3.2/src/writer.rs:407:13
    |
407 |             try!(writer.write_str("'"));
    |             ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-document-0.3.2/src/writer.rs:411:13
    |
411 |             try!(writer.write_str(" xmlns:"));
    |             ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-document-0.3.2/src/writer.rs:412:13
    |
412 |             try!(writer.write_str(prefix));
    |             ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-document-0.3.2/src/writer.rs:413:13
    |
413 |             try!(write!(writer, "='{}'", ns_uri));
    |             ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-document-0.3.2/src/writer.rs:418:13
    |
418 |             try!(writer.write_str("/>"));
    |             ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-document-0.3.2/src/writer.rs:422:13
    |
422 |             try!(writer.write_str(">"));
    |             ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-document-0.3.2/src/writer.rs:445:9
    |
445 |         try!(writer.write_str("</"));
    |         ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-document-0.3.2/src/writer.rs:446:9
    |
446 |         try!(self.format_qname(element.name(), mapping, element.preferred_prefix(), false, writer));
    |         ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-document-0.3.2/src/writer.rs:455:46
    |
455 |                 SplitType::Match(t)       => try!(writer.write_str(t)),
    |                                              ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-document-0.3.2/src/writer.rs:456:46
    |
456 |                 SplitType::Delimiter("<") => try!(writer.write_str("&lt;")),
    |                                              ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-document-0.3.2/src/writer.rs:457:46
    |
457 |                 SplitType::Delimiter(">") => try!(writer.write_str("&gt;")),
    |                                              ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-document-0.3.2/src/writer.rs:458:46
    |
458 |                 SplitType::Delimiter("&") => try!(writer.write_str("&amp;")),
    |                                              ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-document-0.3.2/src/writer.rs:512:13
    |
512 |             try!(self.format_one(todo.pop().unwrap(), &mut todo, &mut mapping, writer));
    |             ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-document-0.3.2/src/writer.rs:521:9
    |
521 |         try!(write!(writer, "<?xml version={}1.0{}", self.quote_char(), self.quote_char()));
    |         ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-document-0.3.2/src/writer.rs:527:9
    |
527 |         try!(write!(writer, "?>"));
    |         ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-document-0.3.2/src/writer.rs:524:13
    |
524 |             try!(write!(writer, " encoding={}UTF-8{}", self.quote_char(), self.quote_char()));
    |             ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-document-0.3.2/src/writer.rs:536:9
    |
536 |         try!(self.format_declaration(writer));
    |         ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-document-0.3.2/src/writer.rs:539:13
    |
539 |             try!(match child {
    |             ^^^

     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=memchr CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.5.0 CARGO_PKG_AUTHORS='Andrew Gallant <jamslam@gmail.com>:bluss' CARGO_PKG_DESCRIPTION='Safe interface to memchr.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/memchr' CARGO_PKG_LICENSE=Unlicense/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memchr CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/memchr' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.5.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' OUT_DIR=/home/r/repo/target/debug/build/memchr-39efe5fff877a193/out rustc --crate-name memchr --edition=2018 /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a419fee329791739 -C extra-filename=-a419fee329791739 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints warn --cfg memchr_runtime_simd --cfg memchr_runtime_sse2 --cfg memchr_runtime_sse42 --cfg memchr_runtime_avx`
     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=log CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/log-0.4.17 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A lightweight logging facade for Rust
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=log CARGO_PKG_REPOSITORY='https://github.com/rust-lang/log' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.17 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=17 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' OUT_DIR=/home/r/repo/target/debug/build/log-8362c206b8a5b788/out rustc --crate-name log /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/log-0.4.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=48c79a21633c8454 -C extra-filename=-48c79a21633c8454 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern cfg_if=/home/r/repo/target/debug/deps/libcfg_if-ac68a5ec1f1c024f.rmeta --cap-lints warn --cfg atomic_cas --cfg has_atomics`
warning: `futures-timer` (lib) generated 1 warning
     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=semver CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-1.0.14 CARGO_PKG_AUTHORS='David Tolnay <dtolnay@gmail.com>' CARGO_PKG_DESCRIPTION='Parser and evaluator for Cargo'\''s flavor of Semantic Versioning' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=semver CARGO_PKG_REPOSITORY='https://github.com/dtolnay/semver' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.14 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' OUT_DIR=/home/r/repo/target/debug/build/semver-347d40406ab6f6be/out rustc --crate-name semver --edition=2018 /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-1.0.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ed555ca1e98b562d -C extra-filename=-ed555ca1e98b562d --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints warn`
warning: `humantime` (lib) generated 26 warnings
     Running `/home/r/repo/target/debug/build/serde-5ad028035340aa2b/build-script-build`
     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=libc CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.137 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc.
' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.137 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=137 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' OUT_DIR=/home/r/repo/target/debug/build/libc-8de100accd35d6ee/out rustc --crate-name libc /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.137/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d6c383d44fe78e68 -C extra-filename=-d6c383d44fe78e68 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints warn --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn`
     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=proc_macro2 CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.47 CARGO_PKG_AUTHORS='David Tolnay <dtolnay@gmail.com>:Alex Crichton <alex@alexcrichton.com>' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.47 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=47 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' OUT_DIR=/home/r/repo/target/debug/build/proc-macro2-4b11612d3687959c/out rustc --crate-name proc_macro2 --edition=2018 /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.47/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=0d4d5ec3016b73aa -C extra-filename=-0d4d5ec3016b73aa --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern unicode_ident=/home/r/repo/target/debug/deps/libunicode_ident-376fce9245292684.rmeta --cap-lints warn --cfg use_proc_macro --cfg wrap_proc_macro`
     Running `/home/r/repo/target/debug/build/anyhow-5d41b8d598cdbec8/build-script-build`
warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string()
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-document-0.3.2/src/parser.rs:124:55
    |
124 |                 write!(f, "Parser error: {} {}", self.description(), s)
    |                                                       ^^^^^^^^^^^

warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string()
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-document-0.3.2/src/parser.rs:126:53
    |
126 |             _ => write!(f, "Parser error: {}", self.description())
    |                                                     ^^^^^^^^^^^

     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=futures_channel CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-channel-0.3.25 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Channels for asynchronous communication using futures-rs.
' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-channel CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.45 CARGO_PKG_VERSION=0.3.25 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=25 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' OUT_DIR=/home/r/repo/target/debug/build/futures-channel-2db6729cb95dfb99/out rustc --crate-name futures_channel --edition=2018 /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-channel-0.3.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' -C metadata=5efd5d3f4742c787 -C extra-filename=-5efd5d3f4742c787 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern futures_core=/home/r/repo/target/debug/deps/libfutures_core-24f77729657321d7.rmeta --extern futures_sink=/home/r/repo/target/debug/deps/libfutures_sink-049576d0dbbb2ae9.rmeta --cap-lints warn`
     Running `/home/r/repo/target/debug/build/num-traits-650e38e9bd739d94/build-script-build`
     Running `/home/r/repo/target/debug/build/slab-ea21575790102c39/build-script-build`
     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=anyhow CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.66 CARGO_PKG_AUTHORS='David Tolnay &lt;dtolnay@gmail.com&gt;' CARGO_PKG_DESCRIPTION='Flexible concrete Error type built on std::error::Error' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anyhow CARGO_PKG_REPOSITORY='https://github.com/dtolnay/anyhow' CARGO_PKG_RUST_VERSION=1.38 CARGO_PKG_VERSION=1.0.66 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=66 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' OUT_DIR=/home/r/repo/target/debug/build/anyhow-29e30ef10cbd63a4/out rustc --crate-name anyhow --edition=2018 /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.66/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=f29a32db21188bed -C extra-filename=-f29a32db21188bed --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints warn`
[num-traits 0.2.15] cargo:rustc-cfg=has_i128
   Compiling rustc_version v0.4.0
     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=rustc_version CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc_version-0.4.0 CARGO_PKG_AUTHORS='Dirkjan Ochtman <dirkjan@ochtman.nl>:Marvin Löbel <loebel.marvin@gmail.com>' CARGO_PKG_DESCRIPTION='A library for querying the version of a installed rustc compiler' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc_version CARGO_PKG_REPOSITORY='https://github.com/Kimundi/rustc-version-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name rustc_version --edition=2018 /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc_version-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=91ee0c2e720ad1b5 -C extra-filename=-91ee0c2e720ad1b5 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern semver=/home/r/repo/target/debug/deps/libsemver-ed555ca1e98b562d.rmeta --cap-lints warn`
[num-traits 0.2.15] cargo:rustc-cfg=has_to_int_unchecked
[num-traits 0.2.15] cargo:rustc-cfg=has_reverse_bits
     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=slab CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/slab-0.4.7 CARGO_PKG_AUTHORS='Carl Lerche <me@carllerche.com>' CARGO_PKG_DESCRIPTION='Pre-allocated storage for a uniform data type' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=slab CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/slab' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=0.4.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' OUT_DIR=/home/r/repo/target/debug/build/slab-fb37fcef0964a959/out rustc --crate-name slab --edition=2018 /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/slab-0.4.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2cd14b541a1c00c4 -C extra-filename=-2cd14b541a1c00c4 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints warn`
[num-traits 0.2.15] cargo:rustc-cfg=has_leading_trailing_ones
[num-traits 0.2.15] cargo:rustc-cfg=has_int_assignop_ref
[num-traits 0.2.15] cargo:rustc-cfg=has_div_euclid
[num-traits 0.2.15] cargo:rerun-if-changed=build.rs
   Compiling aho-corasick v0.7.19
     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=aho_corasick CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/aho-corasick-0.7.19 CARGO_PKG_AUTHORS='Andrew Gallant <jamslam@gmail.com>' CARGO_PKG_DESCRIPTION='Fast multiple substring searching.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/aho-corasick' CARGO_PKG_LICENSE=Unlicense/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=aho-corasick CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/aho-corasick' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.19 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name aho_corasick --edition=2018 /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/aho-corasick-0.7.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=896980f7a39fae99 -C extra-filename=-896980f7a39fae99 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern memchr=/home/r/repo/target/debug/deps/libmemchr-a419fee329791739.rmeta --cap-lints warn`
     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=quote CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/quote-1.0.21 CARGO_PKG_AUTHORS='David Tolnay <dtolnay@gmail.com>' CARGO_PKG_DESCRIPTION='Quasi-quoting macro quote'\!'(...)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=quote CARGO_PKG_REPOSITORY='https://github.com/dtolnay/quote' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.21 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=21 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' OUT_DIR=/home/r/repo/target/debug/build/quote-68cf2609ee60a0d5/out rustc --crate-name quote --edition=2018 /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/quote-1.0.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=424fde2f7d4271e1 -C extra-filename=-424fde2f7d4271e1 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern proc_macro2=/home/r/repo/target/debug/deps/libproc_macro2-0d4d5ec3016b73aa.rmeta --cap-lints warn`
warning: `difflib` (lib) generated 3 warnings
     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=num_traits CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.15 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Numeric traits for generic mathematics' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-traits' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-traits CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-traits' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.15 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=15 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' OUT_DIR=/home/r/repo/target/debug/build/num-traits-676664cb729c055d/out rustc --crate-name num_traits /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=fcf269193e3b4460 -C extra-filename=-fcf269193e3b4460 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints warn --cfg has_i128 --cfg has_to_int_unchecked --cfg has_reverse_bits --cfg has_leading_trailing_ones --cfg has_int_assignop_ref --cfg has_div_euclid`
   Compiling sxd-xpath v0.4.2
     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=sxd_xpath CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2 CARGO_PKG_AUTHORS='Jake Goulding <jake.goulding@gmail.com>' CARGO_PKG_DESCRIPTION='A Rust XML XPath library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=sxd-xpath CARGO_PKG_REPOSITORY='https://github.com/shepmaster/sxd-xpath' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name sxd_xpath /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=2d4d9ea2c48c9b31 -C extra-filename=-2d4d9ea2c48c9b31 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern peresil=/home/r/repo/target/debug/deps/libperesil-a991cbaa5d6fa7ed.rmeta --extern quick_error=/home/r/repo/target/debug/deps/libquick_error-f3f9fa07e54f1499.rmeta --extern sxd_document=/home/r/repo/target/debug/deps/libsxd_document-eda9905387db06e2.rmeta --cap-lints warn`
   Compiling atty v0.2.14
     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=atty CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/atty-0.2.14 CARGO_PKG_AUTHORS='softprops <d.tangren@gmail.com>' CARGO_PKG_DESCRIPTION='A simple interface for querying atty' CARGO_PKG_HOMEPAGE='https://github.com/softprops/atty' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=atty CARGO_PKG_REPOSITORY='https://github.com/softprops/atty' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.14 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name atty /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/atty-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=e6c3ec28dbdf148d -C extra-filename=-e6c3ec28dbdf148d --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern libc=/home/r/repo/target/debug/deps/liblibc-d6c383d44fe78e68.rmeta --cap-lints warn`
   Compiling tempfile v3.3.0
     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=tempfile CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/tempfile-3.3.0 CARGO_PKG_AUTHORS='Steven Allen <steven@stebalien.com>:The Rust Project Developers:Ashley Mannix <ashleymannix@live.com.au>:Jason White <jasonaw0@gmail.com>' CARGO_PKG_DESCRIPTION='A library for managing temporary files and directories.' CARGO_PKG_HOMEPAGE='http://stebalien.com/projects/tempfile-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tempfile CARGO_PKG_REPOSITORY='https://github.com/Stebalien/tempfile' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=3.3.0 CARGO_PKG_VERSION_MAJOR=3 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name tempfile --edition=2018 /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/tempfile-3.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=0921a75a852bf1a2 -C extra-filename=-0921a75a852bf1a2 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern cfg_if=/home/r/repo/target/debug/deps/libcfg_if-ac68a5ec1f1c024f.rmeta --extern fastrand=/home/r/repo/target/debug/deps/libfastrand-8ce5e257bdcca180.rmeta --extern libc=/home/r/repo/target/debug/deps/liblibc-d6c383d44fe78e68.rmeta --extern remove_dir_all=/home/r/repo/target/debug/deps/libremove_dir_all-44fe2a5bc5112598.rmeta --cap-lints warn`
     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=syn CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.103 CARGO_PKG_AUTHORS='David Tolnay <dtolnay@gmail.com>' CARGO_PKG_DESCRIPTION='Parser for Rust source code' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=syn CARGO_PKG_REPOSITORY='https://github.com/dtolnay/syn' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.103 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=103 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' OUT_DIR=/home/r/repo/target/debug/build/syn-a5e0aa7ecad1e58c/out rustc --crate-name syn --edition=2018 /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.103/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' -C metadata=1f7a86d3799c718e -C extra-filename=-1f7a86d3799c718e --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern proc_macro2=/home/r/repo/target/debug/deps/libproc_macro2-0d4d5ec3016b73aa.rmeta --extern quote=/home/r/repo/target/debug/deps/libquote-424fde2f7d4271e1.rmeta --extern unicode_ident=/home/r/repo/target/debug/deps/libunicode_ident-376fce9245292684.rmeta --cap-lints warn --cfg syn_disable_nightly_tests`
warning: unnecessary trailing semicolon
  --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/nodeset.rs:99:10
   |
99 |         };
   |          ^ help: remove this semicolon
   |
   = note: `#[warn(redundant_semicolons)]` on by default

warning: unnecessary trailing semicolon
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/nodeset.rs:203:10
    |
203 |         };
    |          ^ help: remove this semicolon

warning: use of deprecated macro `try`: use the `?` operator instead
  --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/expression.rs:95:20
   |
95 |         let left = try!(self.left.evaluate(context)).boolean();
   |                    ^^^
   |
   = note: `#[warn(deprecated)]` on by default

warning: use of deprecated macro `try`: use the `?` operator instead
  --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/expression.rs:96:25
   |
96 |         let v = left && try!(self.right.evaluate(context)).boolean();
   |                         ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/expression.rs:121:24
    |
121 |         let left_val = try!(self.left.evaluate(context));
    |                        ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/expression.rs:122:25
    |
122 |         let right_val = try!(self.right.evaluate(context));
    |                         ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/expression.rs:200:28
    |
200 |                 let args = try!(self.arguments.iter().map(|arg| arg.evaluate(context)).collect());
    |                            ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/expression.rs:259:20
    |
259 |         let left = try!(self.left.evaluate(context));
    |                    ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/expression.rs:260:21
    |
260 |         let right = try!(self.right.evaluate(context));
    |                     ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/expression.rs:293:20
    |
293 |         let left = try!(self.left.evaluate(context)).boolean();
    |                    ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/expression.rs:294:25
    |
294 |         let v = left || try!(self.right.evaluate(context)).boolean();
    |                         ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/expression.rs:313:22
    |
313 |         let result = try!(self.start_point.evaluate(context));
    |                      ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/expression.rs:314:26
    |
314 |         let mut result = try!(value_into_nodeset(result));
    |                          ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/expression.rs:317:22
    |
317 |             result = try!(step.evaluate(context, result));
    |                      ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/expression.rs:381:24
    |
381 |         let left_val = try!(self.left.evaluate(context));
    |                        ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/expression.rs:382:25
    |
382 |         let right_val = try!(self.right.evaluate(context));
    |                         ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/expression.rs:423:21
    |
423 |         let value = try!(self.expression.evaluate(context));
    |                     ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/expression.rs:468:25
    |
468 |                 nodes = try!(predicate.select(context, nodes));
    |                         ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/expression.rs:490:30
    |
490 |         let mut left_nodes = try!(as_nodes(&self.left));
    |                              ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/expression.rs:491:27
    |
491 |         let right_nodes = try!(as_nodes(&self.right));
    |                           ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/function.rs:199:9
    |
199 |         try!(args.exactly(0));
    |         ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/function.rs:212:9
    |
212 |         try!(args.exactly(0));
    |         ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/function.rs:225:9
    |
225 |         try!(args.exactly(1));
    |         ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/function.rs:226:19
    |
226 |         let arg = try!(args.pop_nodeset());
    |                   ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/function.rs:239:9
    |
239 |         try!(args.at_most(1));
    |         ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/function.rs:240:19
    |
240 |         let arg = try!(args.pop_nodeset_or_context_node(context));
    |                   ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/function.rs:258:9
    |
258 |         try!(args.at_most(1));
    |         ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/function.rs:259:19
    |
259 |         let arg = try!(args.pop_nodeset_or_context_node(context));
    |                   ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/function.rs:277:9
    |
277 |         try!(args.at_most(1));
    |         ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/function.rs:278:19
    |
278 |         let arg = try!(args.pop_nodeset_or_context_node(context));
    |                   ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/function.rs:295:9
    |
295 |         try!(args.at_most(1));
    |         ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/function.rs:309:9
    |
309 |         try!(args.at_least(2));
    |         ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/function.rs:323:9
    |
323 |         try!(args.exactly(2));
    |         ^^^

warning: unnecessary trailing semicolon
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/function.rs:331:64
    |
331 |     fn imp(a: &str, b: &str) -> bool { str::starts_with(a, b) };
    |                                                                ^ help: remove this semicolon

warning: unnecessary trailing semicolon
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/function.rs:335:61
    |
335 |     fn imp(a: &str, b: &str) -> bool { str::contains(a, b) };
    |                                                             ^ help: remove this semicolon

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/function.rs:347:9
    |
347 |         try!(args.exactly(2));
    |         ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/function.rs:382:9
    |
382 |         try!(args.at_least(2));
    |         ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/function.rs:383:9
    |
383 |         try!(args.at_most(3));
    |         ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/function.rs:386:23
    |
386 |             let len = try!(args.pop_number());
    |                       ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/function.rs:392:21
    |
392 |         let start = try!(args.pop_number());
    |                     ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/function.rs:394:17
    |
394 |         let s = try!(args.pop_string());
    |                 ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/function.rs:418:9
    |
418 |         try!(args.at_most(1));
    |         ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/function.rs:432:9
    |
432 |         try!(args.at_most(1));
    |         ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/function.rs:449:9
    |
449 |         try!(args.exactly(3));
    |         ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/function.rs:451:18
    |
451 |         let to = try!(args.pop_string());
    |                  ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/function.rs:452:20
    |
452 |         let from = try!(args.pop_string());
    |                    ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/function.rs:453:17
    |
453 |         let s = try!(args.pop_string());
    |                 ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/function.rs:479:9
    |
479 |         try!(args.exactly(1));
    |         ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/function.rs:492:9
    |
492 |         try!(args.exactly(1));
    |         ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/function.rs:493:19
    |
493 |         let arg = try!(args.pop_boolean());
    |                   ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/function.rs:506:9
    |
506 |         try!(args.exactly(0));
    |         ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/function.rs:522:9
    |
522 |         try!(args.at_most(1));
    |         ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/function.rs:536:9
    |
536 |         try!(args.exactly(1));
    |         ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/function.rs:537:19
    |
537 |         let arg = try!(args.pop_nodeset());
    |                   ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/function.rs:551:9
    |
551 |         try!(args.exactly(1));
    |         ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/function.rs:552:19
    |
552 |         let arg = try!(args.pop_number());
    |                   ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/parser.rs:140:20
    |
140 |         let left = try!(child_parse(source));
    |                    ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/parser.rs:152:21
    |
152 |                     try!(source.consume(&rule.token));
    |                     ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/parser.rs:154:33
    |
154 |                     let right = try!(child_parse(source));
    |                                 ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/parser.rs:182:20
    |
182 |         let expr = try!((*child_parse)(source));
    |                    ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/parser.rs:258:13
    |
258 |             try!(source.consume(&Token::LeftParen));
    |             ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/parser.rs:260:13
    |
260 |             try!(source.consume(&Token::RightParen));
    |             ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/parser.rs:259:26
    |
259 |             let result = try!(self.parse_expression(source));
    |                          ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/parser.rs:305:13
    |
305 |             try!(source.consume(&Token::Comma));
    |             ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/parser.rs:307:19
    |
307 |             match try!(self.parse_expression(source)) {
    |                   ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/parser.rs:322:15
    |
322 |         match try!(self.parse_expression(source)) {
    |               ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/parser.rs:336:13
    |
336 |             try!(source.consume(&Token::LeftParen));
    |             ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/parser.rs:338:13
    |
338 |             try!(source.consume(&Token::RightParen));
    |             ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/parser.rs:337:29
    |
337 |             let arguments = try!(self.parse_function_args(source));
    |                             ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/parser.rs:364:13
    |
364 |             try!(source.consume(&Token::LeftBracket));
    |             ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/parser.rs:366:19
    |
366 |             match try!(self.parse_expression(source)) {
    |                   ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/parser.rs:368:21
    |
368 |                     try!(source.consume(&Token::RightBracket));
    |                     ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/parser.rs:383:37
    |
383 |         while let Some(predicate) = try!(self.parse_predicate_expression(source)) {
    |                                     ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/parser.rs:393:20
    |
393 |         let axis = try!(self.parse_axis(source));
    |                    ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/parser.rs:395:31
    |
395 |         let node_test = match try!(self.parse_node_test(source)) {
    |                               ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/parser.rs:397:21
    |
397 |             None => try!(self.default_node_test(source, axis)),
    |                     ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/parser.rs:405:26
    |
405 |         let predicates = try!(self.parse_predicates(source));
    |                          ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/parser.rs:415:15
    |
415 |         match try!(self.parse_step(source)) {
    |               ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/parser.rs:420:21
    |
420 |                     try!(source.consume(&Token::Slash));
    |                     ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/parser.rs:422:27
    |
422 |                     match try!(self.parse_step(source)) {
    |                           ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/parser.rs:445:13
    |
445 |             try!(source.consume(&Token::Slash));
    |             ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/parser.rs:448:19
    |
448 |             match try!(self.parse_relative_location_path_raw(source, start_point)) {
    |                   ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/parser.rs:471:15
    |
471 |         match try!(self.parse_primary_expression(source)) {
    |               ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/parser.rs:473:34
    |
473 |                 let predicates = try!(self.parse_predicates(source));
    |                                  ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/parser.rs:486:20
    |
486 |         let expr = try!(self.parse_location_path(source));
    |                    ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/parser.rs:491:15
    |
491 |         match try!(self.parse_filter_expression(source)) {
    |               ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/parser.rs:494:21
    |
494 |                     try!(source.consume(&Token::Slash));
    |                     ^^^

   Compiling colored v2.0.0
warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/parser.rs:496:27
    |
496 |                     match try!(self.parse_relative_location_path_raw(source, expr)) {
    |                           ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/parser.rs:521:20
    |
521 |         let expr = try!(self.parse_union_expression(source));
    |                    ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/parser.rs:527:13
    |
527 |             try!(source.consume(&Token::MinusSign));
    |             ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/parser.rs:529:24
    |
529 |             let expr = try!(self.parse_unary_expression(source));
    |                        ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/parser.rs:631:20
    |
631 |         let expr = try!(self.parse_or_expression(&mut source));
    |                    ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/tokenizer.rs:372:21
    |
372 |         let token = try!(self.raw_next_token());
    |                     ^^^

     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=colored CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/colored-2.0.0 CARGO_PKG_AUTHORS='Thomas Wickham &lt;mackwic@gmail.com&gt;' CARGO_PKG_DESCRIPTION='The most simple way to add colors in your terminal' CARGO_PKG_HOMEPAGE='https://github.com/mackwic/colored' CARGO_PKG_LICENSE=MPL-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=colored CARGO_PKG_REPOSITORY='https://github.com/mackwic/colored' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.0.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name colored /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/colored-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=dc733b8c9b7088fd -C extra-filename=-dc733b8c9b7088fd --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern atty=/home/r/repo/target/debug/deps/libatty-e6c3ec28dbdf148d.rmeta --extern lazy_static=/home/r/repo/target/debug/deps/liblazy_static-20fc7be71f32300b.rmeta --cap-lints warn`
warning: trait objects without an explicit `dyn` are deprecated
  --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/context.rs:14:42
   |
14 | type Functions = HashMap<OwnedQName, Box<function::Function + 'static>>;
   |                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: `#[warn(bare_trait_objects)]` on by default
   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
   = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
help: use `dyn`
   |
14 - type Functions = HashMap<OwnedQName, Box<function::Function + 'static>>;
14 + type Functions = HashMap<OwnedQName, Box<dyn function::Function + 'static>>;
   |

warning: trait objects without an explicit `dyn` are deprecated
  --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/axis.rs:49:20
   |
49 |     node_test: &'c NodeTest,
   |                    ^^^^^^^^
   |
   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
   = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
help: use `dyn`
   |
49 -     node_test: &'c NodeTest,
49 +     node_test: &'c dyn NodeTest,
   |

warning: trait objects without an explicit `dyn` are deprecated
  --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/expression.rs:73:30
   |
73 | pub type SubExpression = Box<Expression + 'static>;
   |                              ^^^^^^^^^^^^^^^^^^^^
   |
   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
   = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
help: use `dyn`
   |
73 - pub type SubExpression = Box<Expression + 'static>;
73 + pub type SubExpression = Box<dyn Expression + 'static>;
   |

warning: trait objects without an explicit `dyn` are deprecated
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/expression.rs:435:25
    |
435 | pub type StepTest = Box<NodeTest + 'static>;
    |                         ^^^^^^^^^^^^^^^^^^
    |
    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
help: use `dyn`
    |
435 - pub type StepTest = Box<NodeTest + 'static>;
435 + pub type StepTest = Box<dyn NodeTest + 'static>;
    |

warning: trait objects without an explicit `dyn` are deprecated
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/lib.rs:339:22
    |
339 | pub struct XPath(Box<expression::Expression + 'static>);
    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
help: use `dyn`
    |
339 - pub struct XPath(Box<expression::Expression + 'static>);
339 + pub struct XPath(Box<dyn expression::Expression + 'static>);
    |

warning: trait objects without an explicit `dyn` are deprecated
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/lib.rs:414:40
    |
414 |               fn cause(&self) -> Option<&std::error::Error> {
    |                                          ^^^^^^^^^^^^^^^^^
...
433 | / opaque_error!(
434 | |     /// Errors that may occur when parsing an XPath
435 | |     ParserError(parser::Error)
436 | | );
    | |_- in this macro invocation
    |
    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
    = note: this warning originates in the macro `opaque_error` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `dyn`
    |
414 -             fn cause(&self) -> Option<&std::error::Error> {
414 +             fn cause(&self) -> Option<&dyn std::error::Error> {
    |

warning: trait objects without an explicit `dyn` are deprecated
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/lib.rs:414:40
    |
414 |               fn cause(&self) -> Option<&std::error::Error> {
    |                                          ^^^^^^^^^^^^^^^^^
...
438 | / opaque_error!(
439 | |     /// Errors that may occur when executing an XPath
440 | |     ExecutionError(expression::Error)
441 | | );
    | |_- in this macro invocation
    |
    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
    = note: this warning originates in the macro `opaque_error` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `dyn`
    |
414 -             fn cause(&self) -> Option<&std::error::Error> {
414 +             fn cause(&self) -> Option<&dyn std::error::Error> {
    |

warning: trait objects without an explicit `dyn` are deprecated
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/context.rs:179:64
    |
179 |     pub fn function_for_name(&self, name: QName) -> Option<&'c function::Function> {
    |                                                                ^^^^^^^^^^^^^^^^^^
    |
    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
help: use `dyn`
    |
179 -     pub fn function_for_name(&self, name: QName) -> Option<&'c function::Function> {
179 +     pub fn function_for_name(&self, name: QName) -> Option<&'c dyn function::Function> {
    |

warning: trait objects without an explicit `dyn` are deprecated
  --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/axis.rs:22:41
   |
22 | ...                   node_test: &NodeTest) -> OrderedNodes<'d>;
   |                                   ^^^^^^^^
   |
   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
   = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html&gt;
help: use `dyn`
   |
22 -                             node_test: &amp;NodeTest) -&gt; OrderedNodes&lt;'d&gt;;
22 +                             node_test: &amp;dyn NodeTest) -&gt; OrderedNodes&lt;'d&gt;;
   |

warning: trait objects without an explicit `dyn` are deprecated
  --&gt; /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/axis.rs:54:69
   |
54 |     fn new(context: &'c context::Evaluation<'c, 'd>, node_test: &'c NodeTest) -> Self {
   |                                                                     ^^^^^^^^
   |
   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
   = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
help: use `dyn`
   |
54 -     fn new(context: &'c context::Evaluation<'c, 'd>, node_test: &'c NodeTest) -> Self {
54 +     fn new(context: &'c context::Evaluation<'c, 'd>, node_test: &'c dyn NodeTest) -> Self {
   |

warning: trait objects without an explicit `dyn` are deprecated
  --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/axis.rs:71:41
   |
71 | ...                   node_test: &NodeTest) -> OrderedNodes<'d>
   |                                   ^^^^^^^^
   |
   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
   = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
help: use `dyn`
   |
71 -                             node_test: &NodeTest) -> OrderedNodes<'d>
71 +                             node_test: &dyn NodeTest) -> OrderedNodes<'d>
   |

warning: trait objects without an explicit `dyn` are deprecated
  --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/node_test.rs:20:28
   |
20 | pub type SubNodeTest = Box<NodeTest + 'static>;
   |                            ^^^^^^^^^^^^^^^^^^
   |
   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
   = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
help: use `dyn`
   |
20 - pub type SubNodeTest = Box<NodeTest + 'static>;
20 + pub type SubNodeTest = Box<dyn NodeTest + 'static>;
   |

warning: trait objects without an explicit `dyn` are deprecated
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/parser.rs:175:20
    |
175 | type Rule<'a, I> = Fn(TokenSource<I>) -> ParseResult + 'a;
    |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
help: use `dyn`
    |
175 - type Rule<'a, I> = Fn(TokenSource<I>) -> ParseResult + 'a;
175 + type Rule<'a, I> = dyn Fn(TokenSource<I>) -> ParseResult + 'a;
    |

   Compiling rstest_macros v0.16.0
     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/rstest_macros-0.16.0 CARGO_PKG_AUTHORS='Michele d'\''Amico <michele.damico@gmail.com>' CARGO_PKG_DESCRIPTION='Rust fixture based test framework. It use procedural macro
to implement fixtures and table based tests.
' CARGO_PKG_HOMEPAGE='https://github.com/la10736/rstest' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rstest_macros CARGO_PKG_REPOSITORY='https://github.com/la10736/rstest' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.16.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=16 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name build_script_build --edition=2018 /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/rstest_macros-0.16.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="async-timeout"' -C metadata=e53059250ff4ff21 -C extra-filename=-e53059250ff4ff21 --out-dir /home/r/repo/target/debug/build/rstest_macros-e53059250ff4ff21 -L dependency=/home/r/repo/target/debug/deps --extern rustc_version=/home/r/repo/target/debug/deps/librustc_version-91ee0c2e720ad1b5.rlib --cap-lints warn`
warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string()
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/lib.rs:411:24
    |
411 |                   self.0.description()
    |                          ^^^^^^^^^^^
...
433 | / opaque_error!(
434 | |     /// Errors that may occur when parsing an XPath
435 | |     ParserError(parser::Error)
436 | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the macro `opaque_error` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: use of deprecated associated function `std::error::Error::cause`: replaced by Error::source, which can support downcasting
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/lib.rs:415:24
    |
415 |                   self.0.cause()
    |                          ^^^^^
...
433 | / opaque_error!(
434 | |     /// Errors that may occur when parsing an XPath
435 | |     ParserError(parser::Error)
436 | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the macro `opaque_error` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string()
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/lib.rs:411:24
    |
411 |                   self.0.description()
    |                          ^^^^^^^^^^^
...
438 | / opaque_error!(
439 | |     /// Errors that may occur when executing an XPath
440 | |     ExecutionError(expression::Error)
441 | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the macro `opaque_error` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: use of deprecated associated function `std::error::Error::cause`: replaced by Error::source, which can support downcasting
   --> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/sxd-xpath-0.4.2/src/lib.rs:415:24
    |
415 |                   self.0.cause()
    |                          ^^^^^
...
438 | / opaque_error!(
439 | |     /// Errors that may occur when executing an XPath
440 | |     ExecutionError(expression::Error)
441 | | );
    | |_- in this macro invocation
    |
    = note: this warning originates in the macro `opaque_error` (in Nightly builds, run with -Z macro-backtrace for more info)

   Compiling time v0.3.17
     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=time CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/time-0.3.17 CARGO_PKG_AUTHORS='Jacob Pratt <open-source@jhpratt.dev>:Time contributors' CARGO_PKG_DESCRIPTION='Date and time library. Fully interoperable with the standard library. Mostly compatible with #'\!'[no_std].' CARGO_PKG_HOMEPAGE='https://time-rs.github.io' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=time CARGO_PKG_REPOSITORY='https://github.com/time-rs/time' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=0.3.17 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=17 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name time --edition=2021 /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/time-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=17238c72e5e4bfde -C extra-filename=-17238c72e5e4bfde --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern itoa=/home/r/repo/target/debug/deps/libitoa-abaf198fe2e3903c.rmeta --extern libc=/home/r/repo/target/debug/deps/liblibc-d6c383d44fe78e68.rmeta --extern num_threads=/home/r/repo/target/debug/deps/libnum_threads-b2a25b163df0364d.rmeta --extern time_core=/home/r/repo/target/debug/deps/libtime_core-633db761d1bec1ff.rmeta --extern time_macros=/home/r/repo/target/debug/deps/libtime_macros-a3e4b97350c655fd.so --cap-lints warn`
   Compiling regex v1.7.0
     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=regex CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.7.0 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='An implementation of regular expressions for Rust. This implementation uses
finite automata and guarantees linear time matching on all inputs.
' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/regex' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.7.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name regex --edition=2018 /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="aho-corasick"' --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="perf"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=3efcf465fad9fff3 -C extra-filename=-3efcf465fad9fff3 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern aho_corasick=/home/r/repo/target/debug/deps/libaho_corasick-896980f7a39fae99.rmeta --extern memchr=/home/r/repo/target/debug/deps/libmemchr-a419fee329791739.rmeta --extern regex_syntax=/home/r/repo/target/debug/deps/libregex_syntax-ba718588da142263.rmeta --cap-lints warn`
   Compiling float-cmp v0.9.0
     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=float_cmp CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/float-cmp-0.9.0 CARGO_PKG_AUTHORS='Mike Dilger <mike@mikedilger.com>' CARGO_PKG_DESCRIPTION='Floating point approximate comparison traits' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=float-cmp CARGO_PKG_REPOSITORY='https://github.com/mikedilger/float-cmp' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name float_cmp --edition=2018 /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/float-cmp-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="num-traits"' --cfg 'feature="ratio"' -C metadata=3238053ceb9503af -C extra-filename=-3238053ceb9503af --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern num_traits=/home/r/repo/target/debug/deps/libnum_traits-fcf269193e3b4460.rmeta --cap-lints warn`
     Running `/home/r/repo/target/debug/build/rstest_macros-e53059250ff4ff21/build-script-build`
warning: `sxd-document` (lib) generated 76 warnings
warning: `sxd-xpath` (lib) generated 110 warnings
   Compiling simple_logger v4.0.0
     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=simple_logger CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/simple_logger-4.0.0 CARGO_PKG_AUTHORS='Sam Clements <sam@borntyping.co.uk>' CARGO_PKG_DESCRIPTION='A logger that prints all messages with a readable output format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=simple_logger CARGO_PKG_REPOSITORY='https://github.com/borntyping/rust-simple_logger' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=4.0.0 CARGO_PKG_VERSION_MAJOR=4 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name simple_logger --edition=2018 /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/simple_logger-4.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="colored"' --cfg 'feature="colors"' --cfg 'feature="default"' --cfg 'feature="time"' --cfg 'feature="timestamps"' -C metadata=87e0672a798c9adc -C extra-filename=-87e0672a798c9adc --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern colored=/home/r/repo/target/debug/deps/libcolored-dc733b8c9b7088fd.rmeta --extern log=/home/r/repo/target/debug/deps/liblog-48c79a21633c8454.rmeta --extern time=/home/r/repo/target/debug/deps/libtime-17238c72e5e4bfde.rmeta --cap-lints warn`
   Compiling env_logger v0.7.1
     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=env_logger CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/env_logger-0.7.1 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A logging implementation for `log` which is configured via an environment
variable.
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=env_logger CARGO_PKG_REPOSITORY='https://github.com/sebasmagri/env_logger/' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name env_logger --edition=2018 /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/env_logger-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature=&quot;atty&quot;' --cfg 'feature=&quot;default&quot;' --cfg 'feature=&quot;humantime&quot;' --cfg 'feature=&quot;regex&quot;' --cfg 'feature=&quot;termcolor&quot;' -C metadata=5cd5360a7e4d9e4f -C extra-filename=-5cd5360a7e4d9e4f --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern atty=/home/r/repo/target/debug/deps/libatty-e6c3ec28dbdf148d.rmeta --extern humantime=/home/r/repo/target/debug/deps/libhumantime-0296b5c78467d7ef.rmeta --extern log=/home/r/repo/target/debug/deps/liblog-48c79a21633c8454.rmeta --extern regex=/home/r/repo/target/debug/deps/libregex-3efcf465fad9fff3.rmeta --extern termcolor=/home/r/repo/target/debug/deps/libtermcolor-44e4ede5a96e9edb.rmeta --cap-lints warn`
   Compiling predicates v2.1.3
     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=predicates CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/predicates-2.1.3 CARGO_PKG_AUTHORS='Nick Stevens <nick@bitcurry.com>' CARGO_PKG_DESCRIPTION='An implementation of boolean-valued predicate functions.' CARGO_PKG_HOMEPAGE='https://github.com/assert-rs/predicates-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=predicates CARGO_PKG_REPOSITORY='https://github.com/assert-rs/predicates-rs' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=2.1.3 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name predicates --edition=2021 /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/predicates-2.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' -C metadata=9a846425398f53bd -C extra-filename=-9a846425398f53bd --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern difflib=/home/r/repo/target/debug/deps/libdifflib-b12c879e6fc42030.rmeta --extern float_cmp=/home/r/repo/target/debug/deps/libfloat_cmp-3238053ceb9503af.rmeta --extern itertools=/home/r/repo/target/debug/deps/libitertools-7cfdc7cbf47a84b8.rmeta --extern normalize_line_endings=/home/r/repo/target/debug/deps/libnormalize_line_endings-e7c90aba10c143b8.rmeta --extern predicates_core=/home/r/repo/target/debug/deps/libpredicates_core-6eebf37393900f07.rmeta --extern regex=/home/r/repo/target/debug/deps/libregex-3efcf465fad9fff3.rmeta --cap-lints warn`
   Compiling fsutils v0.1.7
     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=fsutils CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/fsutils-0.1.7 CARGO_PKG_AUTHORS='Jared Forth <jaredforthdev@gmail.com>' CARGO_PKG_DESCRIPTION='An API for typical filesystem operations based on Bash commands' CARGO_PKG_HOMEPAGE='https://crates.io/crates/fsutils' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fsutils CARGO_PKG_REPOSITORY='https://github.com/jaredforth/fsutils' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name fsutils --edition=2018 /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/fsutils-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=98b1b9202a04c853 -C extra-filename=-98b1b9202a04c853 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern env_logger=/home/r/repo/target/debug/deps/libenv_logger-5cd5360a7e4d9e4f.rmeta --extern log=/home/r/repo/target/debug/deps/liblog-48c79a21633c8454.rmeta --cap-lints warn`
   Compiling futures-macro v0.3.25
   Compiling ctor v0.1.26
     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=futures_macro CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-macro-0.3.25 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The futures-rs procedural macro implementations.
' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-macro CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.45 CARGO_PKG_VERSION=0.3.25 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=25 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name futures_macro --edition=2018 /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-macro-0.3.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=4b5c843a874b2026 -C extra-filename=-4b5c843a874b2026 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern proc_macro2=/home/r/repo/target/debug/deps/libproc_macro2-0d4d5ec3016b73aa.rlib --extern quote=/home/r/repo/target/debug/deps/libquote-424fde2f7d4271e1.rlib --extern syn=/home/r/repo/target/debug/deps/libsyn-1f7a86d3799c718e.rlib --extern proc_macro --cap-lints warn`
     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=serde_derive CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_derive-1.0.147 CARGO_PKG_AUTHORS='Erick Tryzelaar <erick.tryzelaar@gmail.com>:David Tolnay <dtolnay@gmail.com>' CARGO_PKG_DESCRIPTION='Macros 1.1 implementation of #[derive(Serialize, Deserialize)]' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_derive CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.147 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=147 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' OUT_DIR=/home/r/repo/target/debug/build/serde_derive-39a5aad8acc73185/out rustc --crate-name serde_derive /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_derive-1.0.147/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=426bb64a5f6d6a64 -C extra-filename=-426bb64a5f6d6a64 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern proc_macro2=/home/r/repo/target/debug/deps/libproc_macro2-0d4d5ec3016b73aa.rlib --extern quote=/home/r/repo/target/debug/deps/libquote-424fde2f7d4271e1.rlib --extern syn=/home/r/repo/target/debug/deps/libsyn-1f7a86d3799c718e.rlib --extern proc_macro --cap-lints warn`
     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=rstest_macros CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/rstest_macros-0.16.0 CARGO_PKG_AUTHORS='Michele d'\''Amico &lt;michele.damico@gmail.com&gt;' CARGO_PKG_DESCRIPTION='Rust fixture based test framework. It use procedural macro
to implement fixtures and table based tests.
' CARGO_PKG_HOMEPAGE='https://github.com/la10736/rstest' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rstest_macros CARGO_PKG_REPOSITORY='https://github.com/la10736/rstest' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.16.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=16 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' OUT_DIR=/home/r/repo/target/debug/build/rstest_macros-2a23ab4ce1a5f14a/out rustc --crate-name rstest_macros --edition=2018 /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/rstest_macros-0.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="async-timeout"' -C metadata=ed86bf5ffbbd9b21 -C extra-filename=-ed86bf5ffbbd9b21 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern cfg_if=/home/r/repo/target/debug/deps/libcfg_if-ac68a5ec1f1c024f.rlib --extern proc_macro2=/home/r/repo/target/debug/deps/libproc_macro2-0d4d5ec3016b73aa.rlib --extern quote=/home/r/repo/target/debug/deps/libquote-424fde2f7d4271e1.rlib --extern syn=/home/r/repo/target/debug/deps/libsyn-1f7a86d3799c718e.rlib --extern unicode_ident=/home/r/repo/target/debug/deps/libunicode_ident-376fce9245292684.rlib --extern proc_macro --cap-lints warn`
     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=ctor CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/ctor-0.1.26 CARGO_PKG_AUTHORS='Matt Mastracci <matthew@mastracci.com>' CARGO_PKG_DESCRIPTION='__attribute__((constructor)) for Rust' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ctor CARGO_PKG_REPOSITORY='https://github.com/mmastrac/rust-ctor' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.26 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=26 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name ctor --edition=2018 /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/ctor-0.1.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=5852521df79a3800 -C extra-filename=-5852521df79a3800 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern quote=/home/r/repo/target/debug/deps/libquote-424fde2f7d4271e1.rlib --extern syn=/home/r/repo/target/debug/deps/libsyn-1f7a86d3799c718e.rlib --extern proc_macro --cap-lints warn`
     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=futures_util CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-util-0.3.25 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Common utilities and extension traits for the futures-rs library.
' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-util CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.45 CARGO_PKG_VERSION=0.3.25 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=25 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' OUT_DIR=/home/r/repo/target/debug/build/futures-util-65076fbdea68e726/out rustc --crate-name futures_util --edition=2018 /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-util-0.3.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' -C metadata=55b52bbf2a15d9af -C extra-filename=-55b52bbf2a15d9af --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern futures_channel=/home/r/repo/target/debug/deps/libfutures_channel-5efd5d3f4742c787.rmeta --extern futures_core=/home/r/repo/target/debug/deps/libfutures_core-24f77729657321d7.rmeta --extern futures_io=/home/r/repo/target/debug/deps/libfutures_io-624e8a6751cc1baf.rmeta --extern futures_macro=/home/r/repo/target/debug/deps/libfutures_macro-4b5c843a874b2026.so --extern futures_sink=/home/r/repo/target/debug/deps/libfutures_sink-049576d0dbbb2ae9.rmeta --extern futures_task=/home/r/repo/target/debug/deps/libfutures_task-94f22da9017bad0a.rmeta --extern memchr=/home/r/repo/target/debug/deps/libmemchr-a419fee329791739.rmeta --extern pin_project_lite=/home/r/repo/target/debug/deps/libpin_project_lite-45a26f3e47ef8489.rmeta --extern pin_utils=/home/r/repo/target/debug/deps/libpin_utils-09bf07ea1b25970a.rmeta --extern slab=/home/r/repo/target/debug/deps/libslab-2cd14b541a1c00c4.rmeta --cap-lints warn`
     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=serde CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.147 CARGO_PKG_AUTHORS='Erick Tryzelaar <erick.tryzelaar@gmail.com>:David Tolnay <dtolnay@gmail.com>' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.13 CARGO_PKG_VERSION=1.0.147 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=147 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' OUT_DIR=/home/r/repo/target/debug/build/serde-36bf4d2364430e59/out rustc --crate-name serde /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.147/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' -C metadata=6653d45f088fec2b -C extra-filename=-6653d45f088fec2b --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern serde_derive=/home/r/repo/target/debug/deps/libserde_derive-426bb64a5f6d6a64.so --cap-lints warn`
   Compiling futures-executor v0.3.25
     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=futures_executor CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.25 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Executors for asynchronous tasks based on the futures-rs library.
' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-executor CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.45 CARGO_PKG_VERSION=0.3.25 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=25 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name futures_executor --edition=2018 /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=62e118ccfb1bfaf6 -C extra-filename=-62e118ccfb1bfaf6 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern futures_core=/home/r/repo/target/debug/deps/libfutures_core-24f77729657321d7.rmeta --extern futures_task=/home/r/repo/target/debug/deps/libfutures_task-94f22da9017bad0a.rmeta --extern futures_util=/home/r/repo/target/debug/deps/libfutures_util-55b52bbf2a15d9af.rmeta --cap-lints warn`
   Compiling futures v0.3.25
     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=futures CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.3.25 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='An implementation of futures and streams featuring zero allocations,
composability, and iterator-like interfaces.
' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.45 CARGO_PKG_VERSION=0.3.25 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=25 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name futures --edition=2018 /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.3.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' -C metadata=8a55244d40ffa962 -C extra-filename=-8a55244d40ffa962 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern futures_channel=/home/r/repo/target/debug/deps/libfutures_channel-5efd5d3f4742c787.rmeta --extern futures_core=/home/r/repo/target/debug/deps/libfutures_core-24f77729657321d7.rmeta --extern futures_executor=/home/r/repo/target/debug/deps/libfutures_executor-62e118ccfb1bfaf6.rmeta --extern futures_io=/home/r/repo/target/debug/deps/libfutures_io-624e8a6751cc1baf.rmeta --extern futures_sink=/home/r/repo/target/debug/deps/libfutures_sink-049576d0dbbb2ae9.rmeta --extern futures_task=/home/r/repo/target/debug/deps/libfutures_task-94f22da9017bad0a.rmeta --extern futures_util=/home/r/repo/target/debug/deps/libfutures_util-55b52bbf2a15d9af.rmeta --cap-lints warn`
   Compiling rstest v0.16.0
     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=rstest CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/rstest-0.16.0 CARGO_PKG_AUTHORS='Michele d'\''Amico <michele.damico@gmail.com>' CARGO_PKG_DESCRIPTION='Rust fixture based test framework. It use procedural macro
to implement fixtures and table based tests.
' CARGO_PKG_HOMEPAGE='https://github.com/la10736/rstest' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rstest CARGO_PKG_REPOSITORY='https://github.com/la10736/rstest' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.16.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=16 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name rstest --edition=2018 /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/rstest-0.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="async-timeout"' --cfg 'feature="default"' -C metadata=8b9d40a84941303a -C extra-filename=-8b9d40a84941303a --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern futures=/home/r/repo/target/debug/deps/libfutures-8a55244d40ffa962.rmeta --extern futures_timer=/home/r/repo/target/debug/deps/libfutures_timer-b9386b77eae92a9f.rmeta --extern rstest_macros=/home/r/repo/target/debug/deps/librstest_macros-ed86bf5ffbbd9b21.so --cap-lints warn`
   Compiling bincode v1.3.3
     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=bincode CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/bincode-1.3.3 CARGO_PKG_AUTHORS='Ty Overby <ty@pre-alpha.com>:Francesco Mazzoli <f@mazzo.li>:David Tolnay <dtolnay@gmail.com>:Zoey Riordan <zoey@dos.cafe>' CARGO_PKG_DESCRIPTION='A binary serialization / deserialization strategy that uses Serde for transforming structs into bytes and vice versa'\!'' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bincode CARGO_PKG_REPOSITORY='https://github.com/servo/bincode' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.3.3 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name bincode /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/bincode-1.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=fd36a8a7564b785f -C extra-filename=-fd36a8a7564b785f --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern serde=/home/r/repo/target/debug/deps/libserde-6653d45f088fec2b.rmeta --cap-lints warn`
   Compiling sodg v0.0.0 (/home/r/repo)
     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=sodg CARGO_MANIFEST_DIR=/home/r/repo CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Simple Object DiGraph' CARGO_PKG_HOMEPAGE='https://github.com/objectionary/sodg' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE=LICENSE.txt CARGO_PKG_NAME=sodg CARGO_PKG_REPOSITORY='https://github.com/objectionary/sodg' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name sodg --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=973899e591b6f33e -C extra-filename=-973899e591b6f33e --out-dir /home/r/repo/target/debug/deps -C incremental=/home/r/repo/target/debug/incremental -L dependency=/home/r/repo/target/debug/deps --extern anyhow=/home/r/repo/target/debug/deps/libanyhow-f29a32db21188bed.rmeta --extern bincode=/home/r/repo/target/debug/deps/libbincode-fd36a8a7564b785f.rmeta --extern ctor=/home/r/repo/target/debug/deps/libctor-5852521df79a3800.so --extern hex=/home/r/repo/target/debug/deps/libhex-b396010d1ce4358b.rmeta --extern itertools=/home/r/repo/target/debug/deps/libitertools-7cfdc7cbf47a84b8.rmeta --extern lazy_static=/home/r/repo/target/debug/deps/liblazy_static-20fc7be71f32300b.rmeta --extern log=/home/r/repo/target/debug/deps/liblog-48c79a21633c8454.rmeta --extern regex=/home/r/repo/target/debug/deps/libregex-3efcf465fad9fff3.rmeta --extern rstest=/home/r/repo/target/debug/deps/librstest-8b9d40a84941303a.rmeta --extern serde=/home/r/repo/target/debug/deps/libserde-6653d45f088fec2b.rmeta --extern simple_logger=/home/r/repo/target/debug/deps/libsimple_logger-87e0672a798c9adc.rmeta --extern sxd_document=/home/r/repo/target/debug/deps/libsxd_document-eda9905387db06e2.rmeta --extern sxd_xpath=/home/r/repo/target/debug/deps/libsxd_xpath-2d4d9ea2c48c9b31.rmeta --extern xml_builder=/home/r/repo/target/debug/deps/libxml_builder-52a902073f1626de.rmeta`
     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=sodg CARGO_MANIFEST_DIR=/home/r/repo CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Simple Object DiGraph' CARGO_PKG_HOMEPAGE='https://github.com/objectionary/sodg' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE=LICENSE.txt CARGO_PKG_NAME=sodg CARGO_PKG_REPOSITORY='https://github.com/objectionary/sodg' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name sodg --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=8373d0fa5b0f81c7 -C extra-filename=-8373d0fa5b0f81c7 --out-dir /home/r/repo/target/debug/deps -C incremental=/home/r/repo/target/debug/incremental -L dependency=/home/r/repo/target/debug/deps --extern anyhow=/home/r/repo/target/debug/deps/libanyhow-f29a32db21188bed.rlib --extern bincode=/home/r/repo/target/debug/deps/libbincode-fd36a8a7564b785f.rlib --extern ctor=/home/r/repo/target/debug/deps/libctor-5852521df79a3800.so --extern fsutils=/home/r/repo/target/debug/deps/libfsutils-98b1b9202a04c853.rlib --extern hex=/home/r/repo/target/debug/deps/libhex-b396010d1ce4358b.rlib --extern itertools=/home/r/repo/target/debug/deps/libitertools-7cfdc7cbf47a84b8.rlib --extern lazy_static=/home/r/repo/target/debug/deps/liblazy_static-20fc7be71f32300b.rlib --extern log=/home/r/repo/target/debug/deps/liblog-48c79a21633c8454.rlib --extern predicates=/home/r/repo/target/debug/deps/libpredicates-9a846425398f53bd.rlib --extern regex=/home/r/repo/target/debug/deps/libregex-3efcf465fad9fff3.rlib --extern rstest=/home/r/repo/target/debug/deps/librstest-8b9d40a84941303a.rlib --extern serde=/home/r/repo/target/debug/deps/libserde-6653d45f088fec2b.rlib --extern simple_logger=/home/r/repo/target/debug/deps/libsimple_logger-87e0672a798c9adc.rlib --extern sxd_document=/home/r/repo/target/debug/deps/libsxd_document-eda9905387db06e2.rlib --extern sxd_xpath=/home/r/repo/target/debug/deps/libsxd_xpath-2d4d9ea2c48c9b31.rlib --extern tempfile=/home/r/repo/target/debug/deps/libtempfile-0921a75a852bf1a2.rlib --extern xml_builder=/home/r/repo/target/debug/deps/libxml_builder-52a902073f1626de.rlib`
    Finished test [unoptimized + debuginfo] target(s) in 2m 14s
     Running `/home/r/repo/target/debug/deps/sodg-8373d0fa5b0f81c7`

running 70 tests
test ctors::makes_an_empty_sodg ... 32mokBm
test alerts::dont_panic_when_alerts_disabled ... 32mokBm
test ctors::prohibits_labels_of_broken_format::case_1 ... 32mokBm
test alerts::panic_on_complex_alert ... 32mokBm
test alerts::panic_on_simple_alert ... 32mokBm
test ctors::prohibits_labels_of_broken_format::case_2 ... 32mokBm
test edge::makes_an_empty_edge ... 32mokBm
test ctors::prohibits_orphan_edges ... 32mokBm
test ctors::prohibits_loops ... 32mokBm
test hex::broken_float_from_small_data ... 32mokBm
test ctors::prohibits_labels_of_broken_format::case_3 ... 32mokBm
test hex::broken_int_from_small_data ... 32mokBm
test hex::compares_with_data ... 32mokBm
test ctors::prohibits_empty_labels ... 32mokBm
test debug::prints_itself ... 32mokBm
test hex::correct_equality ... 32mokBm
test hex::direct_access_to_vec ... 32mokBm
test hex::empty_string ... 32mokBm
test hex::makes_string ... 32mokBm
test hex::measures_length ... 32mokBm
test hex::non_utf8_string ... 32mokBm
test hex::not_enough_data_for_float ... 32mokBm
test hex::not_enough_data_for_int ... 32mokBm
test hex::prints_empty_bytes ... 32mokBm
test hex::prints_bytes ... 32mokBm
test hex::simple_bool ... 32mokBm
test hex::simple_float ... 32mokBm
test hex::simple_int ... 32mokBm
test hex::takes_one_byte ... 32mokBm
test hex::takes_tail ... 32mokBm
test hex::too_much_data_for_int ... 32mokBm
test misc::checks_for_emptiness ... 32mokBm
test next::simple_next_id ... 32mokBm
test next::calculates_next_id ... 32mokBm
test ops::adds_simple_vertex ... 32mokBm
test ops::adds_twice ... 32mokBm
test inspect::inspects_simple_object ... 32mokBm
test ops::binds_to_root ... 32mokBm
test ops::binds_simple_vertices ... 32mokBm
test ops::finds_empty_locator ... 32mokBm
test merge::merges_two_graphs ... 32mokBm
test ops::builds_list_of_kids ... 32mokBm
test ops::binds_two_names ... 32mokBm
test ops::gets_data_from_empty_vertex ... 32mokBm
test ops::finds_kid_by_prefix ... 32mokBm
test ops::gets_kid_from_absent_vertex ... 32mokBm
test ops::finds_with_closure ... 32mokBm
test ops::finds_root ... 32mokBm
test ops::gets_absent_kid ... 32mokBm
test ops::finds_all_kids ... 32mokBm
test ops::overwrites_edges::case_1 ... 32mokBm
test ops::overwrites_edge ... 32mokBm
test ops::finds_locator ... 32mokBm
test ops::pre_defined_ids ... 32mokBm
test ops::splits_label_correctly::case_3 ... 32mokBm
test ops::overwrites_edges::case_5 ... 32mokBm
test ops::splits_label_correctly::case_4 ... 32mokBm
test ops::sets_simple_data ... 32mokBm
test ops::overwrites_edges::case_2 ... 32mokBm
test ops::splits_label_correctly::case_2 ... 32mokBm
test ops::overwrites_edges::case_3 ... 32mokBm
test ops::splits_label_correctly::case_1 ... 32mokBm
test ops::replaces_ignoring_locator ... 32mokBm
test vertex::makes_an_empty_vertex ... 32mokBm
test ops::overwrites_edges::case_4 ... 32mokBm
test slice::makes_a_slice ... 32mokBm
test serialization::saves_and_loads ... 32mokBm
test script::deploy_to_another_root ... 32mokBm
test xml::prints_simple_graph ... 32mokBm
test script::simple_command ... 32mokBm

test result: 32mokBm. 70 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s

   Doc-tests sodg
     Running `rustdoc --edition=2021 --crate-type lib --crate-name sodg --test /home/r/repo/src/lib.rs -L dependency=/home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern anyhow=/home/r/repo/target/debug/deps/libanyhow-f29a32db21188bed.rlib --extern bincode=/home/r/repo/target/debug/deps/libbincode-fd36a8a7564b785f.rlib --extern ctor=/home/r/repo/target/debug/deps/libctor-5852521df79a3800.so --extern fsutils=/home/r/repo/target/debug/deps/libfsutils-98b1b9202a04c853.rlib --extern hex=/home/r/repo/target/debug/deps/libhex-b396010d1ce4358b.rlib --extern itertools=/home/r/repo/target/debug/deps/libitertools-7cfdc7cbf47a84b8.rlib --extern lazy_static=/home/r/repo/target/debug/deps/liblazy_static-20fc7be71f32300b.rlib --extern log=/home/r/repo/target/debug/deps/liblog-48c79a21633c8454.rlib --extern predicates=/home/r/repo/target/debug/deps/libpredicates-9a846425398f53bd.rlib --extern regex=/home/r/repo/target/debug/deps/libregex-3efcf465fad9fff3.rlib --extern rstest=/home/r/repo/target/debug/deps/librstest-8b9d40a84941303a.rlib --extern serde=/home/r/repo/target/debug/deps/libserde-6653d45f088fec2b.rlib --extern simple_logger=/home/r/repo/target/debug/deps/libsimple_logger-87e0672a798c9adc.rlib --extern sodg=/home/r/repo/target/debug/deps/libsodg-973899e591b6f33e.rlib --extern sxd_document=/home/r/repo/target/debug/deps/libsxd_document-eda9905387db06e2.rlib --extern sxd_xpath=/home/r/repo/target/debug/deps/libsxd_xpath-2d4d9ea2c48c9b31.rlib --extern tempfile=/home/r/repo/target/debug/deps/libtempfile-0921a75a852bf1a2.rlib --extern xml_builder=/home/r/repo/target/debug/deps/libxml_builder-52a902073f1626de.rlib -C embed-bitcode=no --error-format human`

running 40 tests
test src/hex.rs - hex::Hex::bytes (line 84) ... 32mokBm
test src/hex.rs - hex::Hex (line 38) ... 32mokBm
test src/hex.rs - hex::Hex::from (line 315) ... 32mokBm
test src/hex.rs - hex::Hex::from (line 301) ... 32mokBm
test src/hex.rs - hex::Hex::from (line 288) ... 32mokBm
test src/hex.rs - hex::Hex (line 30) ... 32mokBm
test src/hex.rs - hex::Hex::from_string_bytes (line 151) ... 32mokBm
test src/hex.rs - hex::Hex::byte_at (line 262) ... 32mokBm
test src/hex.rs - hex::Hex::from_slice (line 112) ... 32mokBm
test src/hex.rs - hex::Hex::from_str (line 331) ... 32mokBm
test src/hex.rs - hex::Hex::empty (line 72) ... 32mokBm
test src/alerts.rs - alerts::Sodg::alert_on (line 33) ... 32mokBm
test src/hex.rs - hex::Hex::is_empty (line 167) ... 32mokBm
test src/hex.rs - hex::Hex::len (line 98) ... 32mokBm
test src/hex.rs - hex::Hex::tail (line 275) ... 32mokBm
test src/hex.rs - hex::Hex::print (line 233) ... 32mokBm
test src/hex.rs - hex::Hex::from_vec (line 136) ... 32mokBm
test src/hex.rs - hex::Hex::to_i64 (line 189) ... 32mokBm
test src/hex.rs - hex::Hex::to_f64 (line 204) ... 32mokBm
test src/hex.rs - hex::Hex::to_utf8 (line 219) ... 32mokBm
test src/hex.rs - hex::Hex::to_bool (line 178) ... 32mokBm
test src/lib.rs - (line 29) ... 32mokBm
test src/lib.rs - Sodg (line 69) ... 32mokBm
test src/misc.rs - misc::Sodg::is_empty (line 26) ... 32mokBm
test src/ops.rs - ops::Sodg::add (line 34) ... 32mokBm
test src/ops.rs - ops::Sodg::bind (line 57) ... 32mokBm
test src/ops.rs - ops::Sodg::data (line 110) ... 32mokBm
test src/ops.rs - ops::Sodg::kid (line 190) ... 32mokBm
test src/ops.rs - ops::Sodg::kid (line 173) ... 32mokBm
test src/ops.rs - ops::Sodg::find (line 251) ... 32mokBm
test src/ops.rs - ops::Sodg::find_with_closure (line 272) ... 32mokBm
test src/ops.rs - ops::Sodg::kids (line 131) ... 32mokBm
test src/ops.rs - ops::Sodg::loc (line 215) ... 32mokBm
test src/ops.rs - ops::Sodg::loc (line 228) ... 32mokBm
test src/ops.rs - ops::Sodg::put (line 88) ... 32mokBm
test src/ops.rs - ops::Sodg::kids (line 147) ... 32mokBm
test src/vertex.rs - vertex::Vertex::empty (line 33) ... 32mokBm
test src/xml.rs - xml::Sodg::to_xml (line 29) ... 32mokBm
test src/script.rs - script::Script::from_str (line 57) ... 32mokBm
test src/script.rs - script::Script::set_root (line 85) ... 32mokBm

test result: 32mokBm. 40 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.76s

+ cargo --color=never fmt --check
+ cargo doc --no-deps
0m0m1m32m    Checking0m futures-sink v0.3.25
0m0m1m32m    Checking0m futures-io v0.3.25
0m0m1m32m    Checking0m pin-utils v0.1.0
0m0m1m32m    Checking0m pin-project-lite v0.2.9
0m0m1m32m    Checking0m peresil v0.3.0
0m0m1m32m    Checking0m typed-arena v1.7.0
0m0m1m32m    Checking0m lazy_static v1.4.0
0m0m1m32m    Checking0m itoa v1.0.4
0m0m1m32m    Checking0m time-core v0.1.0
0m0m1m32m    Checking0m cfg-if v1.0.0
0m0m1m32m    Checking0m num_threads v0.1.6
0m0m1m32m    Checking0m regex-syntax v0.6.28
0m0m1m32m    Checking0m futures-timer v3.0.2
0m0m1m32m    Checking0m either v1.8.0
0m0m1m32m    Checking0m quick-error v1.2.3
0m0m1m32m    Checking0m xml-builder v0.5.1
0m0m1m32m    Checking0m hex v0.4.3
0m0m1m32m    Checking0m memchr v2.5.0
0m0m1m32m    Checking0m futures-core v0.3.25
0m0m1m32m    Checking0m futures-task v0.3.25
0m0m1m32m    Checking0m libc v0.2.137
0m0m1m32m    Checking0m log v0.4.17
0m0m1m32m    Checking0m anyhow v1.0.66
0m0m1m32m    Checking0m slab v0.4.7
0m0m1m32m    Checking0m sxd-document v0.3.2
0m0m1m32m    Checking0m futures-channel v0.3.25
0m0m1m32m    Checking0m serde v1.0.147
0m0m1m32m    Checking0m itertools v0.10.5
0m0m1m32m    Checking0m futures-util v0.3.25
0m0m1m32m    Checking0m aho-corasick v0.7.19
0m0m1m32m    Checking0m sxd-xpath v0.4.2
0m0m1m32m    Checking0m atty v0.2.14
0m0m1m32m    Checking0m time v0.3.17
0m0m1m32m    Checking0m colored v2.0.0
0m0m1m32m    Checking0m simple_logger v4.0.0
0m0m1m32m    Checking0m regex v1.7.0
0m0m1m32m    Checking0m futures-executor v0.3.25
0m0m1m32m    Checking0m futures v0.3.25
0m0m1m32m    Checking0m bincode v1.3.3
0m0m1m32m    Checking0m rstest v0.16.0
0m0m1m32m Documenting0m sodg v0.0.0 (/home/r/repo)
0m0m1m32m    Finished0m dev [unoptimized + debuginfo] target(s) in 5.83s
+ cargo clippy
0m0m1m32m    Checking0m sodg v0.0.0 (/home/r/repo)
0m0m1m32m    Finished0m dev [unoptimized + debuginfo] target(s) in 1.00s
+ mv /home/r/repo .
++ whoami
+ chown -R root repo
+ '[' -n '' ']'
++ whoami
+ sudo chown -R rultor repo
+ cd repo
+ git push origin master
To github.com:objectionary/sodg.git
   1633cb2..27fe86a  master -> master
container 36c6dbd3641b513906ba208db148c100d104b418f6e99a7efc920305e3cef030 is dead
Sun 27 Nov 2022 05:35:00 PM CET