rultor.com logo This build log was produced by rultor.com for zold-io/zold#827
+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 3582204
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Thu Dec  7 04:27:58 AM CET 2023
+ uptime
 04:27:58 up 84 days,  8:41,  0 users,  load average: 0.01, 0.04, 0.06
+ head=git@github.com:zold-io/zold.git
+ ff=default
+ image=yegor256/rultor-image:1.22.0
+ rebase=false
+ squash=false
+ head_branch=master
+ author=davvd
+ tag=0.31.8
+ vars=('--env=head=git@github.com:zold-io/zold.git' '--env=tag=0.31.8' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:zold-io/zold.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.31.8'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=davvd'\''\'\'''\'''\'' '\'';'\'' '\''pdd -f /dev/null -v'\'' '\'';'\'' '\''sudo apt-get -y update'\'' '\'';'\'' '\''sudo apt-get -y install libcurl4-openssl-dev'\'' '\'';'\'' '\''bundle install --no-color'\'' '\'';'\'' '\''rm -rf "$(pwd)/Gemfile.lock"'\'' '\'';'\'' '\''[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1'\'' '\'';'\'' '\''export RUBYOPT="-W0"'\'' '\'';'\'' '\''sed -i "s/0\.0\.0/${tag}/g" lib/zold/version.rb'\'' '\'';'\'' '\''bundle exec rake --quiet'\'' '\'';'\'' '\''git add lib/zold/version.rb'\'' '\'';'\'' '\''git commit -m "version set to ${tag}"'\'' '\'';'\'' '\''gem build zold.gemspec'\'' '\'';'\'' '\''chmod 0600 ../rubygems.yml'\'' '\'';'\'' '\''gem push *.gem --config-file ../rubygems.yml'\'' '\'';'\'' )' '--env=head_branch=master' '--env=author=davvd')
+ scripts=('export '\''head=git@github.com:zold-io/zold.git'\''' ';' 'export '\''tag=0.31.8'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=davvd'\''' ';' 'pdd -f /dev/null -v' ';' 'sudo apt-get -y update' ';' 'sudo apt-get -y install libcurl4-openssl-dev' ';' 'bundle install --no-color' ';' 'rm -rf "$(pwd)/Gemfile.lock"' ';' '[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1' ';' 'export RUBYOPT="-W0"' ';' 'sed -i "s/0\.0\.0/${tag}/g" lib/zold/version.rb' ';' 'bundle exec rake --quiet' ';' 'git add lib/zold/version.rb' ';' 'git commit -m "version set to ${tag}"' ';' 'gem build zold.gemspec' ';' 'chmod 0600 ../rubygems.yml' ';' 'gem push *.gem --config-file ../rubygems.yml' ';')
+ directory=
+ container=zold-io_zold_827
+ as_root=false
+ hostname
b3.rultor.com
+ pwd
/tmp/rultor-CHim
+ git --version
git version 2.34.1
+ docker --version
Docker version 24.0.5, build 24.0.5-0ubuntu1~22.04.1
+ mkdir -p /home/rultor/.ssh
+ echo -e 'Host github.com\n\tStrictHostKeyChecking no\n'
+ chmod 600 /home/rultor/.ssh/config
+ git clone git@github.com:zold-io/zold.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:zold-io/zold.git'\''' ']'
+ cd ..
+ cat
+ '[' false = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'export '\''head=git@github.com:zold-io/zold.git'\''' ';' 'export '\''tag=0.31.8'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=davvd'\''' ';' 'pdd -f /dev/null -v' ';' 'sudo apt-get -y update' ';' 'sudo apt-get -y install libcurl4-openssl-dev' ';' 'bundle install --no-color' ';' 'rm -rf "$(pwd)/Gemfile.lock"' ';' '[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1' ';' 'export RUBYOPT="-W0"' ';' 'sed -i "s/0\.0\.0/${tag}/g" lib/zold/version.rb' ';' 'bundle exec rake --quiet' ';' 'git add lib/zold/version.rb' ';' 'git commit -m "version set to ${tag}"' ';' 'gem build zold.gemspec' ';' 'chmod 0600 ../rubygems.yml' ';' 'gem push *.gem --config-file ../rubygems.yml' ';'
+ sensitive=()
+ rm -rf .gnupg
+ '[' -z 0.31.8 ']'
+ [[ 0.31.8 =~ ^[a-zA-Z0-9\.\-]+$ ]]
+ echo 'tag name is valid: "0.31.8"'
tag name is valid: "0.31.8"
+ cd repo
++ git tag -l 0.31.8
+ '[' ']'
+ export BRANCH_NAME=__rultor
+ BRANCH_NAME=__rultor
++ git show-branch __rultor
++ wc -l
+ '[' 0 -gt 0 ']'
+ git checkout -b __rultor
Switched to a new branch '__rultor'
+ docker_when_possible
+ true
++ uptime
++ sed 's/ /\n/g'
++ tail -n 1
+ load=0.06
++ echo 0.06 '>' 30
++ bc
./run.sh: line 108: bc: command not found
+ '[' -eq 1 ']'
./run.sh: line 108: [: -eq: unary operator expected
+ echo 'load average is 0.06, low enough to run a new Docker container'
load average is 0.06, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=yegor256/rultor-image:1.22.0
+ docker pull yegor256/rultor-image:1.22.0
1.22.0: Pulling from yegor256/rultor-image
Digest: sha256:0e360fba8fb992c4c6cb495ddefdf5ecbc0f3edb887dd12deefd4af4b2a13272
Status: Image is up to date for yegor256/rultor-image:1.22.0
docker.io/yegor256/rultor-image:1.22.0
+ docker ps --filter=status=exited
+ grep --quiet '\szold-io_zold_827\s*$'
+ ls -al .
total 44
drwx------  3 rultor rultor 4096 Dec  7 04:28 .
drwxrwxrwt 13 root   root   4096 Dec  7 04:27 ..
-rwxrwxr-x  1 rultor rultor  466 Dec  7 04:28 entry.sh
-rw-rw-r--  1 rultor rultor    8 Dec  7 04:27 pid
drwxrwxr-x 12 rultor rultor 4096 Dec  7 04:28 repo
-rw-rw-r--  1 rultor rultor   81 Dec  7 04:27 rubygems.yml
-rwxrwxr-x  1 rultor rultor 6349 Dec  7 04:27 run.sh
-rw-rw-r--  1 rultor rultor  783 Dec  7 04:28 script.sh
-rw-rw-r--  1 rultor rultor 4719 Dec  7 04:28 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-CHim:/main --env=head=git@github.com:zold-io/zold.git --env=tag=0.31.8 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:zold-io/zold.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.31.8'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=davvd'\''\'\'''\'''\'' '\'';'\'' '\''pdd -f /dev/null -v'\'' '\'';'\'' '\''sudo apt-get -y update'\'' '\'';'\'' '\''sudo apt-get -y install libcurl4-openssl-dev'\'' '\'';'\'' '\''bundle install --no-color'\'' '\'';'\'' '\''rm -rf "$(pwd)/Gemfile.lock"'\'' '\'';'\'' '\''[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1'\'' '\'';'\'' '\''export RUBYOPT="-W0"'\'' '\'';'\'' '\''sed -i "s/0\.0\.0/${tag}/g" lib/zold/version.rb'\'' '\'';'\'' '\''bundle exec rake --quiet'\'' '\'';'\'' '\''git add lib/zold/version.rb'\'' '\'';'\'' '\''git commit -m "version set to ${tag}"'\'' '\'';'\'' '\''gem build zold.gemspec'\'' '\'';'\'' '\''chmod 0600 ../rubygems.yml'\'' '\'';'\'' '\''gem push *.gem --config-file ../rubygems.yml'\'' '\'';'\'' )' --env=head_branch=master --env=author=davvd --hostname=docker --privileged --memory=8g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-CHim/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=zold-io_zold_827 yegor256/rultor-image:1.22.0 /main/entry.sh
WARNING: Your kernel does not support OomKillDisable. OomKillDisable discarded.
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
+ set -e
+ set -o pipefail
+ shopt -s dotglob
+ useradd -m -G sudo r
++ cat /etc/group
++ awk -F : '$3 > 100 { print $1 }'
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G nogroup r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G systemd-journal r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G systemd-network r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G systemd-resolve r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G messagebus r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G systemd-timesync r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G _ssh r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G rvm r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G ssl-cert r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G postgres r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G r r
+ usermod -s /bin/bash r
+ echo '%sudo ALL=(ALL) NOPASSWD:ALL'
+ cp -R /root/.bashrc /root/.cargo /root/.config /root/.gem /root/.gemrc /root/.launchpadlib /root/.m2 /root/.npm /root/.profile /root/.rustup /root/.rvmrc /root/texmf /home/r
+ cp -R ./cid ./end.sh ./entry.sh ./pid ./repo ./rubygems.yml ./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
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
Required ruby-2.7.8 is not installed.
To install do: 'rvm install "ruby-2.7.8"'
Found 7 lines in /home/r/repo/.pdd
My version is 0.23.1
Ruby version is 3.2.2 at x86_64-linux
Reading from root dir .
Excluding target/**/*
Excluding coverage/**/*
/usr/local/rvm/gems/ruby-3.2.2/gems/pdd-0.23.1/lib/pdd/sources.rb:90: warning: undefining the allocator of T_DATA class FileMagic
/home/r/repo/renovate.json is a binary file (107 bytes)
Reading .0pdd.yml ...
Reading .gitattributes ...
Reading .github/workflows/codecov.yml ...
Reading .github/workflows/pdd.yml ...
Reading .github/workflows/rake.yml ...
Reading .github/workflows/xcop.yml ...
Reading .gitignore ...
Reading .pdd ...
Reading .rubocop.yml ...
Reading .ruby-version ...
Reading .rultor.yml ...
Reading .simplecov ...
Reading Dockerfile ...
Reading Gemfile ...
Reading Guardfile ...
Reading INSTALL.md ...
Reading LICENSE.txt ...
Reading README.md ...
Reading Rakefile ...
Reading bin/zold ...
Reading cucumber.yml ...
Reading deploy.sh ...
Reading features/cli.feature ...
Reading features/gem_package.feature ...
Reading features/step_definitions/steps.rb ...
Reading features/support/env.rb ...
Reading fixtures/448b451bc62e8e16.z ...
Reading fixtures/id_rsa ...
Reading fixtures/id_rsa-2 ...
Reading fixtures/id_rsa-2.pub ...
Reading fixtures/id_rsa.pub ...
Reading fixtures/keys/1.pub ...
Reading fixtures/keys/2 ...
Reading fixtures/keys/2.pub ...
Reading fixtures/merge/asserts.rb ...
Reading fixtures/merge/id_rsa ...
Reading fixtures/merge/id_rsa.pub ...
Reading fixtures/merge/into_no_wallet/assert.rb ...
Reading fixtures/merge/into_no_wallet/copies/0123456789abcdef/1.zc ...
Reading fixtures/merge/into_no_wallet/copies/0123456789abcdef/scores.zc ...
Reading fixtures/merge/into_no_wallet/opts ...
Reading fixtures/merge/legacy_negatives_stay/0123456789abcdef.z ...
Reading fixtures/merge/legacy_negatives_stay/assert.rb ...
Reading fixtures/merge/legacy_negatives_stay/copies/0123456789abcdef/1.zc ...
Reading fixtures/merge/legacy_negatives_stay/copies/0123456789abcdef/scores.zc ...
Reading fixtures/merge/legacy_negatives_stay/opts ...
Reading fixtures/merge/missed_wallets/0000000000000000.z ...
Reading fixtures/merge/missed_wallets/0123456789abcdef.z ...
Reading fixtures/merge/missed_wallets/assert.rb ...
Reading fixtures/merge/missed_wallets/copies/0123456789abcdef/1.zc ...
Reading fixtures/merge/missed_wallets/copies/0123456789abcdef/scores.zc ...
Reading fixtures/merge/missed_wallets/opts ...
Reading fixtures/merge/negative_overwriting/0123456789abcdef.z ...
Reading fixtures/merge/negative_overwriting/146b852f2d9ad984.z ...
Reading fixtures/merge/negative_overwriting/assert.rb ...
Reading fixtures/merge/negative_overwriting/copies/0123456789abcdef/1.zc ...
Reading fixtures/merge/negative_overwriting/copies/0123456789abcdef/scores.zc ...
Reading fixtures/merge/negative_overwriting/opts ...
Reading fixtures/merge/negatives_in_between/0000000000000000.z ...
Reading fixtures/merge/negatives_in_between/0123456789abcdef.z ...
Reading fixtures/merge/negatives_in_between/assert.rb ...
Reading fixtures/merge/negatives_in_between/copies/0123456789abcdef/1.zc ...
Reading fixtures/merge/negatives_in_between/copies/0123456789abcdef/2.zc ...
Reading fixtures/merge/negatives_in_between/copies/0123456789abcdef/3.zc ...
Reading fixtures/merge/negatives_in_between/copies/0123456789abcdef/scores.zc ...
Reading fixtures/merge/negatives_in_between/opts ...
Reading fixtures/merge/random_expenses/0000000000000000.z ...
Reading fixtures/merge/random_expenses/0123456789abcdef.z ...
Reading fixtures/merge/random_expenses/assert.rb ...
Reading fixtures/merge/random_expenses/copies/0123456789abcdef/1.zc ...
Reading fixtures/merge/random_expenses/copies/0123456789abcdef/2.zc ...
Reading fixtures/merge/random_expenses/copies/0123456789abcdef/3.zc ...
Reading fixtures/merge/random_expenses/copies/0123456789abcdef/4.zc ...
Reading fixtures/merge/random_expenses/copies/0123456789abcdef/5.zc ...
Reading fixtures/merge/random_expenses/copies/0123456789abcdef/scores.zc ...
Reading fixtures/merge/random_expenses/opts ...
Reading fixtures/merge/simple_case/0000000000000000.z ...
Reading fixtures/merge/simple_case/0123456789abcdef.z ...
Reading fixtures/merge/simple_case/assert.rb ...
Reading fixtures/merge/simple_case/copies/0123456789abcdef/1.zc ...
Reading fixtures/merge/simple_case/copies/0123456789abcdef/scores.zc ...
Reading fixtures/merge/simple_case/opts ...
Reading fixtures/merge/unconfirmed_income/0123456789abcdef.z ...
Reading fixtures/merge/unconfirmed_income/assert.rb ...
Reading fixtures/merge/unconfirmed_income/copies/0123456789abcdef/1.zc ...
Reading fixtures/merge/unconfirmed_income/copies/0123456789abcdef/scores.zc ...
Reading fixtures/merge/unconfirmed_income/opts ...
Reading fixtures/scripts/_head.sh ...
Reading fixtures/scripts/calculate-scores.sh ...
Reading fixtures/scripts/distribute-wallet.sh ...
Reading fixtures/scripts/print-helps.sh ...
Reading fixtures/scripts/pull-on-start.sh ...
Reading fixtures/scripts/push-and-pull.sh ...
Reading fixtures/scripts/redeploy-on-upgrade.sh ...
Reading fixtures/scripts/spread-wallets.sh ...
Reading lib/zold/age.rb ...
Reading lib/zold/amount.rb ...
Reading lib/zold/cached_wallets.rb ...
Reading lib/zold/commands/alias.rb ...
Puzzle 279-d44ca5ec 30/DEV at lib/zold/commands/alias.rb
Reading lib/zold/commands/args.rb ...
Reading lib/zold/commands/calculate.rb ...
Reading lib/zold/commands/clean.rb ...
Reading lib/zold/commands/create.rb ...
Reading lib/zold/commands/diff.rb ...
Reading lib/zold/commands/fetch.rb ...
Reading lib/zold/commands/invoice.rb ...
Reading lib/zold/commands/list.rb ...
Reading lib/zold/commands/merge.rb ...
Reading lib/zold/commands/next.rb ...
Reading lib/zold/commands/node.rb ...
Reading lib/zold/commands/pay.rb ...
Reading lib/zold/commands/propagate.rb ...
Reading lib/zold/commands/pull.rb ...
Reading lib/zold/commands/push.rb ...
Reading lib/zold/commands/remote.rb ...
Puzzle 292-732aceea 30/DEV at lib/zold/commands/remote.rb
Reading lib/zold/commands/remove.rb ...
Reading lib/zold/commands/routines/audit.rb ...
Reading lib/zold/commands/routines/gc.rb ...
Reading lib/zold/commands/routines/reconcile.rb ...
Reading lib/zold/commands/routines/reconnect.rb ...
Reading lib/zold/commands/routines/retire.rb ...
Reading lib/zold/commands/routines/spread.rb ...
Reading lib/zold/commands/routines.rb ...
Reading lib/zold/commands/show.rb ...
Reading lib/zold/commands/taxes.rb ...
Reading lib/zold/commands/thread_badge.rb ...
Reading lib/zold/copies.rb ...
Reading lib/zold/dir_items.rb ...
Reading lib/zold/endless.rb ...
Reading lib/zold/gem.rb ...
Reading lib/zold/hands.rb ...
Reading lib/zold/head.rb ...
Reading lib/zold/hexnum.rb ...
Reading lib/zold/http.rb ...
Reading lib/zold/hungry_wallets.rb ...
Reading lib/zold/id.rb ...
Reading lib/zold/json_page.rb ...
Reading lib/zold/key.rb ...
Reading lib/zold/log.rb ...
Reading lib/zold/metronome.rb ...
Reading lib/zold/node/async_entrance.rb ...
Reading lib/zold/node/entrance.rb ...
Reading lib/zold/node/farm.rb ...
Reading lib/zold/node/farmers.rb ...
Reading lib/zold/node/front.rb ...
Puzzle 357-e0152e73 30/DEV at lib/zold/node/front.rb
Reading lib/zold/node/journaled_pipeline.rb ...
Reading lib/zold/node/nodup_entrance.rb ...
Reading lib/zold/node/nospam_entrance.rb ...
Reading lib/zold/node/pipeline.rb ...
Reading lib/zold/node/safe_entrance.rb ...
Reading lib/zold/node/soft_error.rb ...
Reading lib/zold/node/spread_entrance.rb ...
Reading lib/zold/node/sync_entrance.rb ...
Reading lib/zold/node/trace.rb ...
Reading lib/zold/patch.rb ...
Reading lib/zold/prefixes.rb ...
Reading lib/zold/remotes.rb ...
Reading lib/zold/signature.rb ...
Reading lib/zold/size.rb ...
Reading lib/zold/sync_wallets.rb ...
Reading lib/zold/tax.rb ...
Reading lib/zold/thread_pool.rb ...
Reading lib/zold/tree_wallets.rb ...
Reading lib/zold/txn.rb ...
Reading lib/zold/txns.rb ...
Reading lib/zold/upgrades.rb ...
Reading lib/zold/verbose_thread.rb ...
Reading lib/zold/version.rb ...
Reading lib/zold/version_file.rb ...
Puzzle 285-7d7687a1 30/DEV at lib/zold/version_file.rb
Reading lib/zold/wallet.rb ...
Reading lib/zold/wallets.rb ...
Puzzle 70-ffaafc4f 30/DEV at lib/zold/wallets.rb
Reading lib/zold.rb ...
Reading resources/banned-wallets.csv ...
Reading resources/banned-wallets.log ...
Reading resources/masters ...
Reading resources/root.pub ...
Reading test/commands/routines/test_audit.rb ...
Reading test/commands/routines/test_gc.rb ...
Reading test/commands/routines/test_reconcile.rb ...
Reading test/commands/routines/test_reconnect.rb ...
Reading test/commands/routines/test_retire.rb ...
Reading test/commands/test_alias.rb ...
Puzzle 322-7828612a 30/DEV at test/commands/test_alias.rb
Puzzle 322-58c2b412 30/DEV at test/commands/test_alias.rb
Puzzle 322-c77a5ea1 30/DEV at test/commands/test_alias.rb
Reading test/commands/test_calculate.rb ...
Reading test/commands/test_clean.rb ...
Reading test/commands/test_create.rb ...
Reading test/commands/test_diff.rb ...
Reading test/commands/test_fetch.rb ...
Reading test/commands/test_invoice.rb ...
Reading test/commands/test_list.rb ...
Reading test/commands/test_merge.rb ...
Reading test/commands/test_node.rb ...
Reading test/commands/test_pay.rb ...
Reading test/commands/test_propagate.rb ...
Reading test/commands/test_pull.rb ...
Reading test/commands/test_push.rb ...
Reading test/commands/test_remote.rb ...
Reading test/commands/test_remove.rb ...
Reading test/commands/test_show.rb ...
Reading test/commands/test_taxes.rb ...
Reading test/fake_home.rb ...
Reading test/node/fake_entrance.rb ...
Reading test/node/fake_node.rb ...
Reading test/node/test_async_entrance.rb ...
Reading test/node/test_entrance.rb ...
Reading test/node/test_farm.rb ...
Puzzle 527-2b511bc2 30/DEV at test/node/test_farm.rb
Reading test/node/test_farmers.rb ...
Reading test/node/test_front.rb ...
Reading test/node/test_nodup_entrance.rb ...
Reading test/node/test_nospam_entrance.rb ...
Reading test/node/test_safe_entrance.rb ...
Reading test/node/test_spread_entrance.rb ...
Reading test/node/test_sync_entrance.rb ...
Reading test/node/test_trace.rb ...
Reading test/test__helper.rb ...
Reading test/test_age.rb ...
Reading test/test_amount.rb ...
Reading test/test_cached_wallets.rb ...
Reading test/test_copies.rb ...
Reading test/test_dir_items.rb ...
Reading test/test_gem.rb ...
Reading test/test_hands.rb ...
Reading test/test_hexnum.rb ...
Reading test/test_http.rb ...
Reading test/test_hungry_wallets.rb ...
Reading test/test_id.rb ...
Reading test/test_json_page.rb ...
Reading test/test_key.rb ...
Reading test/test_log.rb ...
Reading test/test_metronome.rb ...
Reading test/test_patch.rb ...
Reading test/test_prefixes.rb ...
Reading test/test_remotes.rb ...
Reading test/test_signature.rb ...
Reading test/test_size.rb ...
Reading test/test_sync_wallets.rb ...
Reading test/test_tax.rb ...
Reading test/test_thread_pool.rb ...
Reading test/test_tree_wallets.rb ...
Reading test/test_txn.rb ...
Reading test/test_upgrades.rb ...
Puzzle 327-60adc21c 30/DEV at test/test_upgrades.rb
Puzzle 327-2e6b0869 30/DEV at test/test_upgrades.rb
Reading test/test_verbose_thread.rb ...
Reading test/test_version.rb ...
Reading test/test_wallet.rb ...
Reading test/test_wallets.rb ...
Reading test/test_zold.rb ...
Reading test/upgrades/test_delete_banned_wallets.rb ...
Reading test/upgrades/test_protocol_up.rb ...
Reading upgrades/2.rb ...
Reading upgrades/delete_banned_wallets.rb ...
Reading upgrades/move_wallets_into_tree.rb ...
Reading upgrades/protocol_up.rb ...
Reading upgrades/rename_foreign_wallets.rb ...
Reading views/journal.haml ...
Reading views/layout.haml ...
Reading views/wallet.haml ...
Reading zold.gemspec ...
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
Hit:1ohttps://deb.nodesource.com/node_18.x jammy InRelease
Hit:2ahttps://ppa.launchpadcontent.net/deadsnakes/ppa/ubuntuhjammysInRelease
Hit:3ahttp://archive.ubuntu.com/ubuntuhjammysInRelease
Get:4ahttp://security.ubuntu.com/ubuntuejammy-security InRelease [110 kB]
Get:5ahttps://ppa.launchpadcontent.net/git-core/ppa/ubuntuWjammygInReleasee[23.8 kB]
Get:6ahttps://ppa.launchpadcontent.net/ondrej/php/ubuntu]jammynInRelease6[23.9/kB]
Get:7ahttp://archive.ubuntu.com/ubuntu1jammy-updates InReleasen[119akB]16.0 kB/
Get:8ahttp://archive.ubuntu.com/ubuntuIjammy-backportskInRelease3[109 kB]
Get:9 https://ppa.launchpadcontent.net/git-core/ppa/ubuntu jammy/main amd64 Packages [2,961 B]
Get:10rhttps://ppa.launchpadcontent.net/ondrej/php/ubuntu,jammy/main]amd64 Packages [204 kB]
Get:11ihttp://security.ubuntu.com/ubuntuhjammy-security/multiverse amd64 Packages [44.0 kB]
Get:12ahttp://archive.ubuntu.com/ubuntu2jammy-updates/multiverse amd64 Packages [49.8 kB]
Get:13ahttp://security.ubuntu.com/ubuntuejammy-security/main]amd641Packages [1,280 kB]
Get:14ahttp://archive.ubuntu.com/ubuntu2jammy-updates/restricted amd64 Packages [1,538 kB]
Get:154http://security.ubuntu.com/ubuntu[jammy-security/universekamd64]Packages [1,035 kB]
Get:163http://archive.ubuntu.com/ubunturjammy-updates/mainaamd647Packages3[1,551 kB]
Get:176http://security.ubuntu.com/ubuntu[jammy-security/restrictedPamd64ePackages [1,512 kB]
Get:185http://archive.ubuntu.com/ubuntusjammy-updates/universe]amd64PPackages1[1,303 kB]
Get:19ahttp://archive.ubuntu.com/ubuntu1jammy-backports/universe2amd646Packages [32.6 kB]
Fetchedo8,938]kBsint4se(2,0931kB/s)kages11,497kkB/1,512BkB099%][17 Packages 1,4
Reading package lists... Done
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
  curl libcurl4
Suggested packages:
  libcurl4-doc libidn11-dev libkrb5-dev libldap2-dev librtmp-dev libssh2-1-dev
The following packages will be REMOVED:
  libcurl4-gnutls-dev
The following NEW packages will be installed:
  libcurl4-openssl-dev
The following packages will be upgraded:
  curl libcurl4
2 upgraded, 1 newly installed, 1 to remove and 63 not upgraded.
Need to get 869 kB of archives.
After this operation, 25.6 kB of additional disk space will be used.
Get:1ohttp://archive.ubuntu.com/ubuntu jammy-updates/main amd64 curl amd64 7.81.0-1ubuntu1.15 [194 kB]
Get:2Whttp://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcurl4 amd64 7.81.0-1ubuntu1.15 [289 kB]
Get:3Whttp://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcurl4-openssl-dev amd64 7.81.0-1ubuntu1.15 [386 kB]
Fetchedo869nkB4inp1ss(1,303 kB/s)kB/386 kB 10%]
debconf: delaying package configuration, since apt-utils is not installed
(Reading database ... 98820 files and directories currently installed.)
Removing libcurl4-gnutls-dev:amd64 (7.81.0-1ubuntu1.14) ...
(Reading database ... 98797 files and directories currently installed.)
Preparing to unpack .../curl_7.81.0-1ubuntu1.15_amd64.deb ...
Unpacking curl (7.81.0-1ubuntu1.15) over (7.81.0-1ubuntu1.14) ...
Preparing to unpack .../libcurl4_7.81.0-1ubuntu1.15_amd64.deb ...
Unpacking libcurl4:amd64 (7.81.0-1ubuntu1.15) over (7.81.0-1ubuntu1.14) ...
Selecting previously unselected package libcurl4-openssl-dev:amd64.
Preparing to unpack .../libcurl4-openssl-dev_7.81.0-1ubuntu1.15_amd64.deb ...
Unpacking libcurl4-openssl-dev:amd64 (7.81.0-1ubuntu1.15) ...
Setting up libcurl4:amd64 (7.81.0-1ubuntu1.15) ...
Setting up curl (7.81.0-1ubuntu1.15) ...
Setting up libcurl4-openssl-dev:amd64 (7.81.0-1ubuntu1.15) ...
Processing triggers for man-db (2.10.2-1) ...
Processing triggers for libc-bin (2.35-0ubuntu3.4) ...
Fetching gem metadata from https://rubygems.org/..........
Resolving dependencies...
Fetching rake 13.1.0
Installing rake 13.1.0
Fetching base64 0.2.0
Fetching concurrent-ruby 1.2.2
Fetching mutex_m 0.2.0
Fetching crass 1.0.6
Using ruby2_keywords 0.0.5
Fetching bigdecimal 3.1.4
Fetching minitest 5.20.0
Fetching connection_pool 2.4.1
Fetching builder 3.2.4
Fetching erubi 1.12.0
Fetching rack 2.2.8
Fetching racc 1.7.3
Fetching public_suffix 5.0.4
Installing base64 0.2.0
Installing connection_pool 2.4.1
Installing mutex_m 0.2.0
Installing crass 1.0.6
Installing erubi 1.12.0
Installing builder 3.2.4
Installing racc 1.7.3 with native extensions
Installing bigdecimal 3.1.4 with native extensions
Installing minitest 5.20.0
Installing public_suffix 5.0.4
Installing rack 2.2.8
Installing concurrent-ruby 1.2.2
Fetching ansi 1.5.0
Fetching ast 2.4.2
Fetching backtrace 0.4.0
Installing ast 2.4.2
Using bundler 2.4.10
Fetching coderay 1.1.3
Fetching rexml 3.2.6
Installing rexml 3.2.6
Installing coderay 1.1.3
Installing backtrace 0.4.0
Installing ansi 1.5.0
Fetching cucumber-ci-environment 9.2.0
Installing cucumber-ci-environment 9.2.0
Fetching cucumber-messages 22.0.0
Fetching cucumber-tag-expressions 5.0.6
Installing cucumber-messages 22.0.0
Installing cucumber-tag-expressions 5.0.6
Fetching cucumber-cucumber-expressions 17.0.1
Installing cucumber-cucumber-expressions 17.0.1
Fetching diff-lcs 1.5.0
Installing diff-lcs 1.5.0
Fetching mini_mime 1.1.5
Installing mini_mime 1.1.5
Fetching multi_test 1.1.0
Installing multi_test 1.1.0
Fetching ffi 1.16.3
Fetching daemons 1.4.1
Using differ 0.1.2
Fetching diffy 3.4.2
Installing daemons 1.4.1
Fetching docile 1.4.0
Installing docile 1.4.0
Installing diffy 3.4.2
Installing ffi 1.16.3 with native extensions
Fetching eventmachine 1.2.7
Fetching formatador 1.1.0
Fetching futex 0.8.6
Installing formatador 1.1.0
Installing futex 0.8.6
Fetching rb-fsevent 0.11.2
Fetching lumberjack 1.2.10
Installing lumberjack 1.2.10
Installing rb-fsevent 0.11.2
Fetching nenv 0.3.0
Installing nenv 0.3.0
Installing eventmachine 1.2.7 with native extensions
Fetching shellany 0.0.1
Installing shellany 0.0.1
Fetching method_source 1.0.0
Installing method_source 1.0.0
Fetching thor 1.3.0
Installing thor 1.3.0
Fetching guard-compat 1.2.1
Installing guard-compat 1.2.1
Fetching temple 0.10.3
Installing temple 0.10.3
Fetching tilt 2.3.0
Installing tilt 2.3.0
Fetching hashdiff 1.0.1
Using io-console 0.6.0
Fetching stringio 3.1.0
Installing hashdiff 1.0.1
Fetching json 2.7.1
Installing stringio 3.1.0 with native extensions
Installing json 2.7.1 with native extensions
Fetching language_server-protocol 3.17.0.3
Installing language_server-protocol 3.17.0.3
Fetching memory_profiler 1.0.1
Installing memory_profiler 1.0.1
Fetching plist 3.1.0
Fetching ruby-progressbar 1.13.0
Installing ruby-progressbar 1.13.0
Installing plist 3.1.0
Fetching openssl 3.2.0
Installing openssl 3.2.0 with native extensions
Fetching parallel 1.23.0
Fetching webrick 1.8.1
Installing parallel 1.23.0
Installing webrick 1.8.1
Fetching zeitwerk 2.6.12
Using rainbow 3.1.1
Fetching random-port 0.6.0
Fetching regexp_parser 2.8.3
Installing random-port 0.6.0
Installing zeitwerk 2.6.12
Installing regexp_parser 2.8.3
Fetching rspec-support 3.12.1
Installing rspec-support 3.12.1
Fetching unicode-display_width 2.5.0
Installing unicode-display_width 2.5.0
Fetching semantic 1.6.1
Installing semantic 1.6.1
Fetching simplecov-html 0.12.3
Fetching simplecov_json_formatter 0.1.4
Using slop 4.10.1
Fetching total 0.4.1
Installing simplecov_json_formatter 0.1.4
Fetching usagewatch 0.0.7
Installing simplecov-html 0.12.3
Fetching zache 0.13.1
Installing zache 0.13.1
Fetching zold-score 0.5.0
Installing total 0.4.1
Installing zold-score 0.5.0 with native extensions
Fetching drb 2.2.0
Installing usagewatch 0.0.7
Installing drb 2.2.0
Fetching mustermann 3.0.0
Installing mustermann 3.0.0
Fetching addressable 2.8.5
Fetching minitest-fail-fast 0.1.0
Installing addressable 2.8.5
Fetching minitest-hooks 1.5.1
Fetching rack-session 1.0.2
Installing minitest-hooks 1.5.1
Installing rack-session 1.0.2
Installing minitest-fail-fast 0.1.0
Fetching rack-test 2.1.0
Installing rack-test 2.1.0
Fetching rack-protection 3.1.0
Installing rack-protection 3.1.0
Fetching cucumber-gherkin 26.2.0
Installing cucumber-gherkin 26.2.0
Fetching cucumber-html-formatter 20.4.0
Fetching crack 0.4.5
Installing crack 0.4.5
Installing cucumber-html-formatter 20.4.0
Fetching i18n 1.14.1
Installing i18n 1.14.1
Fetching tzinfo 2.0.6
Fetching threads 0.4.0
Fetching reline 0.4.1
Installing threads 0.4.0
Installing tzinfo 2.0.6
Installing reline 0.4.1
Fetching notiffany 0.1.3
Installing notiffany 0.1.3
Fetching pry 0.14.2
Installing pry 0.14.2
Fetching guard-minitest 2.4.6
Fetching haml 5.2.2
Fetching minitest-reporters 1.6.1
Fetching rackup 1.0.0
Installing haml 5.2.2
Fetching rspec-core 3.12.2
Installing rackup 1.0.0
Installing minitest-reporters 1.6.1
Installing rspec-core 3.12.2
Installing guard-minitest 2.4.6
Fetching rspec-expectations 3.12.3
Installing rspec-expectations 3.12.3
Fetching rspec-mocks 3.12.6
Fetching simplecov 0.22.0
Fetching usagewatch_ext 0.2.1
Installing simplecov 0.22.0
Fetching psych 5.1.1.1
Installing rspec-mocks 3.12.6
Installing psych 5.1.1.1 with native extensions
Fetching nokogiri 1.15.5 (x86_64-linux)
Fetching parser 3.2.2.4
Installing usagewatch_ext 0.2.1
Installing parser 3.2.2.4
Fetching sinatra 3.1.0
Fetching cucumber-core 12.0.0
Fetching webmock 3.19.1
Installing cucumber-core 12.0.0
Installing sinatra 3.1.0
Installing webmock 3.19.1
Installing nokogiri 1.15.5 (x86_64-linux)
Fetching rubocop-ast 1.30.0
Installing rubocop-ast 1.30.0
Fetching rubocop 1.57.2
Using xcop 0.7.1
Fetching loofah 2.22.0
Installing loofah 2.22.0
Installing rubocop 1.57.2
Fetching rails-html-sanitizer 1.6.0
Installing rails-html-sanitizer 1.6.0
Fetching rubocop-capybara 2.19.0
Fetching rubocop-factory_bot 2.24.0
Installing rubocop-capybara 2.19.0
Installing rubocop-factory_bot 2.24.0
Fetching rubocop-rspec 2.25.0
Installing rubocop-rspec 2.25.0
Fetching rdoc 6.6.0
Installing rdoc 6.6.0
Fetching irb 1.10.1
Installing irb 1.10.1
Fetching get_process_mem 0.2.7
Fetching rb-inotify 0.10.1
Fetching ethon 0.16.0
Fetching sys-uname 1.2.3
Fetching sys-proctable 1.3.0
Installing get_process_mem 0.2.7
Installing rb-inotify 0.10.1
Installing sys-uname 1.2.3
Installing sys-proctable 1.3.0
Installing ethon 0.16.0
Fetching cucumber 9.1.0
Fetching listen 3.8.0
Installing listen 3.8.0
Installing cucumber 9.1.0
Fetching typhoeus 1.4.1
Installing typhoeus 1.4.1
Fetching guard 2.18.1
Installing guard 2.18.1
Fetching activesupport 7.1.2
Installing activesupport 7.1.2
Fetching rails-dom-testing 2.2.0
Installing rails-dom-testing 2.2.0
Fetching actionview 7.1.2
Installing actionview 7.1.2
Fetching actionpack 7.1.2
Installing actionpack 7.1.2
Fetching railties 7.1.2
Installing railties 7.1.2
Fetching rspec-rails 6.1.0
Installing rspec-rails 6.1.0
Fetching thin 1.8.2
Installing thin 1.8.2 with native extensions
Fetching mimic 0.4.4
Installing mimic 0.4.4
Using zold 0.0.0 from source at `.` and installing its executables
Bundle complete! 17 Gemfile dependencies, 129 gems now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.
Post-install message from usagewatch:
* Linux version are covered for our test.
Thanks for installing!
Post-install message from usagewatch_ext:
* Usagewatch Gem for linux are covered for our test.
* Mac OS version is in development
Thanks for installing!
WARNING: consider using an array rather than a space-delimited string with cucumber_opts to avoid undesired behavior.
/usr/local/rvm/rubies/ruby-3.2.2/bin/ruby -I"lib:lib:test" /usr/local/rvm/gems/ruby-3.2.2/gems/rake-13.1.0/lib/rake/rake_test_loader.rb "test/commands/routines/test_audit.rb" "test/commands/routines/test_gc.rb" "test/commands/routines/test_reconcile.rb" "test/commands/routines/test_reconnect.rb" "test/commands/routines/test_retire.rb" "test/commands/test_alias.rb" "test/commands/test_calculate.rb" "test/commands/test_clean.rb" "test/commands/test_create.rb" "test/commands/test_diff.rb" "test/commands/test_fetch.rb" "test/commands/test_invoice.rb" "test/commands/test_list.rb" "test/commands/test_merge.rb" "test/commands/test_node.rb" "test/commands/test_pay.rb" "test/commands/test_propagate.rb" "test/commands/test_pull.rb" "test/commands/test_push.rb" "test/commands/test_remote.rb" "test/commands/test_remove.rb" "test/commands/test_show.rb" "test/commands/test_taxes.rb" "test/node/test_async_entrance.rb" "test/node/test_entrance.rb" "test/node/test_farm.rb" "test/node/test_farmers.rb" "test/node/test_front.rb" "test/node/test_nodup_entrance.rb" "test/node/test_nospam_entrance.rb" "test/node/test_safe_entrance.rb" "test/node/test_spread_entrance.rb" "test/node/test_sync_entrance.rb" "test/node/test_trace.rb" "test/test__helper.rb" "test/test_age.rb" "test/test_amount.rb" "test/test_cached_wallets.rb" "test/test_copies.rb" "test/test_dir_items.rb" "test/test_gem.rb" "test/test_hands.rb" "test/test_hexnum.rb" "test/test_http.rb" "test/test_hungry_wallets.rb" "test/test_id.rb" "test/test_json_page.rb" "test/test_key.rb" "test/test_log.rb" "test/test_metronome.rb" "test/test_patch.rb" "test/test_prefixes.rb" "test/test_remotes.rb" "test/test_signature.rb" "test/test_size.rb" "test/test_sync_wallets.rb" "test/test_tax.rb" "test/test_thread_pool.rb" "test/test_tree_wallets.rb" "test/test_txn.rb" "test/test_upgrades.rb" "test/test_verbose_thread.rb" "test/test_version.rb" "test/test_wallet.rb" "test/test_wallets.rb" "test/test_zold.rb" "test/upgrades/test_delete_banned_wallets.rb" "test/upgrades/test_protocol_up.rb"
Coverage report generated for Unit Tests to /home/r/repo/coverage. 1292 / 3849 LOC (33.57%) covered.
Started with run options --seed 51252

TestMetronome
  test_start_and_stop                                            32m PASS0m (0.10s)
  test_log                                                       32m PASS0m (0.00s)
  test_prints_empty_to_text                                      32m PASS0m (0.00s)
  test_prints_to_text                                            32m PASS0m (0.10s)
  test_continues_even_after_error                                32m PASS0m (1.10s)

TestHungryWallets
  test_log                                                       32m PASS0m (0.00s)
  test_pulls_wallet                                              32m PASS0m (2.08s)
  test_doesnt_pull_twice_if_not_found                            32m PASS0m (2.62s)
  test_doesnt_pull_wallet_if_exists                              32m PASS0m (2.08s)

TestWallets
  test_substracts_dir_path_from_full_path                        32m PASS0m (0.00s)
  test_count_wallets                                             32m PASS0m (0.02s)
  test_lists_wallets_and_ignores_garbage                         32m PASS0m (0.01s)
  test_log                                                       32m PASS0m (0.00s)
  test_adds_wallet                                               32m PASS0m (0.01s)

TestCachedWallets
  test_adds_wallet                                               32m PASS0m (0.01s)
  test_log                                                       32m PASS0m (0.00s)
  test_flushes_correctly                                         32m PASS0m (0.05s)

FarmTest
  test_garbage_farm_file                                         32m PASS0m (0.00s)
  test_reads_scores_at_high_speed                                32m PASS0m (4.67s)
  test_renders_in_json                                           32m PASS0m (4.21s)
  test_renders_in_text                                           32m PASS0m (3.52s)
  test_makes_best_score_in_background                            32m PASS0m (3.92s)
  test_terminates_farm_entirely                                  32m PASS0m (4.01s)
  test_drops_expired_scores_from_history                         32m PASS0m (7.42s)
  test_pre_loads_history                                         32m PASS0m (0.00s)
  test_log                                                       32m PASS0m (0.00s)
  test_correct_score_from_empty_farm                             32m PASS0m (0.00s)
  test_makes_many_scores                                         32m PASS0m (8.29s)

TestPay
  test_pay_in_many_threads                                       32m PASS0m (0.78s)
  test_sends_from_normal_wallet                                  32m PASS0m (0.13s)
  test_pay_without_invoice                                       32m PASS0m (0.13s)
  test_sends_from_wallet_to_wallet                               32m PASS0m (0.11s)
  test_notifies_about_tax_status                                 32m PASS0m (0.07s)
  test_pay_with_keygap                                           32m PASS0m (0.04s)
  test_log                                                       32m PASS0m (0.00s)
  test_sends_from_root_wallet                                    32m PASS0m (0.06s)
  test_pays_and_taxes                                            32m PASS0m (0.11s)

TraceTest
  test_log                                                       32m PASS0m (0.00s)
  test_records_log_lines                                         32m PASS0m (0.00s)

TestKey
  test_read_public_keys                                          32m PASS0m (0.01s)
  test_signs_and_verifies                                        32m PASS0m (0.03s)
  test_reads_public_root_rsa                                     32m PASS0m (0.01s)
  test_signs_with_real_keys                                      32m PASS0m (0.03s)
  test_parses_openssl_generated_keys                             32m PASS0m (0.75s)
  test_reads_private_rsa                                         32m PASS0m (0.01s)
  test_log                                                       32m PASS0m (0.00s)
  test_signs_and_verifies_with_random_key                        32m PASS0m (0.44s)
  test_reads_public_rsa                                          32m PASS0m (0.03s)

TestThreadPool
  test_stops_stuck_threads                                       32m PASS0m (0.20s)
  test_prints_to_text                                            32m PASS0m (0.00s)
  test_closes_all_threads_right                                  32m PASS0m (0.00s)
  test_log                                                       32m PASS0m (0.00s)
  test_prints_to_json                                            32m PASS0m (0.20s)
  test_adds_and_stops                                            32m PASS0m (0.10s)
  test_stops_empty_pool                                          32m PASS0m (0.00s)

TestAudit
  test_audits                                                    32m PASS0m (0.00s)
  test_log                                                       32m PASS0m (0.00s)

TestSize
  test_log                                                       32m PASS0m (0.00s)
  test_prints_size                                               32m PASS0m (0.00s)

FarmersTest
  test_kills_farmer                                              32m PASS0m (3.00s)
  test_log                                                       32m PASS0m (0.00s)
  test_calculates_large_score                                    32m PASS0m (0.30s)
  test_calculates_next_score                                     32m PASS0m (5.65s)

TestSafeEntrance
  test_log                                                       32m PASS0m (0.00s)
  test_rejects_wallet_with_wrong_network                         32m PASS0m (0.01s)
  test_rejects_wallet_with_negative_balance                      32m PASS0m (0.05s)

TestMerge
  test_log                                                       32m PASS0m (0.00s)
  test_legacy_negatives_stay                                     32m PASS0m (0.06s)
  test_rejects_fake_positives_in_new_wallet                      32m PASS0m (0.09s)
  test_negative_overwriting                                      32m PASS0m (0.05s)
  test_negatives_in_between                                      32m PASS0m (0.08s)
  test_missed_wallets                                            32m PASS0m (0.07s)
  test_simple_case                                               32m PASS0m (0.04s)
  test_merges_wallet                                             32m PASS0m (0.10s)
  test_unconfirmed_income                                        32m PASS0m (0.05s)
  test_random_expenses                                           32m PASS0m (0.13s)
  test_merges_a_copy_on_top                                      32m PASS0m (0.08s)
  test_into_no_wallet                                            32m PASS0m (0.03s)
  test_merges_with_a_broken_copy                                 32m PASS0m (0.05s)

Zold::Test
  test_log                                                       32m PASS0m (0.00s)

TestZold
  test_distribute_wallet                                         32m PASS0m (94.61s)
  test_push_and_pull                                             32m PASS0m (145.88s)
  test_redeploy_on_upgrade                                       32m PASS0m (47.17s)
  test_show_version                                              32m PASS0m (0.69s)
  test_log                                                       32m PASS0m (0.00s)
  test_spread_wallets                                            32m PASS0m (88.65s)
  test_create_new_wallet                                         32m PASS0m (7.25s)
  test_pull_on_start                                             32m PASS0m (71.67s)
  test_help                                                      32m PASS0m (0.69s)
  test_calculate_scores                                          32m PASS0m (6.62s)
  test_print_helps                                               32m PASS0m (80.32s)

FrontTest
2023-12-07 03:39:46 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2023-12-07 03:39:46 +0000 Maximum connections set to 1024
2023-12-07 03:39:46 +0000 Listening on 0.0.0.0:34421, CTRL+C to stop
2023-12-07 03:39:48 +0000 Stopping ...
  test_wallet_page__key                                          32m PASS0m (3.30s)
2023-12-07 03:39:52 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2023-12-07 03:39:52 +0000 Maximum connections set to 1024
2023-12-07 03:39:52 +0000 Listening on 0.0.0.0:37697, CTRL+C to stop
2023-12-07 03:39:53 +0000 Stopping ...
  test_increments_score                                          32m PASS0m (5.24s)
  test_different_logos                                           32m PASS0m (0.00s)
  test_memory_leakage                                            33m SKIP0m (0.00s)
2023-12-07 03:39:55 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2023-12-07 03:39:55 +0000 Maximum connections set to 1024
2023-12-07 03:39:55 +0000 Listening on 0.0.0.0:35971, CTRL+C to stop
2023-12-07 03:39:56 +0000 Stopping ...
  test_alias_parameter                                           32m PASS0m (2.25s)
2023-12-07 03:40:00 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2023-12-07 03:40:00 +0000 Maximum connections set to 1024
2023-12-07 03:40:00 +0000 Listening on 0.0.0.0:40319, CTRL+C to stop
2023-12-07 03:40:07 +0000 Stopping ...
  test_score_is_reduced                                          32m PASS0m (11.26s)
2023-12-07 03:40:08 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2023-12-07 03:40:08 +0000 Maximum connections set to 1024
2023-12-07 03:40:08 +0000 Listening on 0.0.0.0:38029, CTRL+C to stop
2023-12-07 03:40:09 +0000 Stopping ...
  test_checksum_in_json                                          32m PASS0m (2.25s)
2023-12-07 03:40:13 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2023-12-07 03:40:13 +0000 Maximum connections set to 1024
2023-12-07 03:40:13 +0000 Listening on 0.0.0.0:43271, CTRL+C to stop
2023-12-07 03:40:15 +0000 Stopping ...
  test_performance                                               32m PASS0m (5.95s)
2023-12-07 03:40:17 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2023-12-07 03:40:17 +0000 Maximum connections set to 1024
2023-12-07 03:40:17 +0000 Listening on 0.0.0.0:41209, CTRL+C to stop
2023-12-07 03:40:18 +0000 Stopping ...
  test_wallet_page__copies                                       32m PASS0m (3.33s)
2023-12-07 03:40:20 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2023-12-07 03:40:20 +0000 Maximum connections set to 1024
2023-12-07 03:40:20 +0000 Listening on 0.0.0.0:34665, CTRL+C to stop
2023-12-07 03:40:21 +0000 Stopping ...
  test_default_alias_parameter                                   32m PASS0m (2.26s)
2023-12-07 03:40:22 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2023-12-07 03:40:22 +0000 Maximum connections set to 1024
2023-12-07 03:40:22 +0000 Listening on 0.0.0.0:44833, CTRL+C to stop
2023-12-07 03:40:24 +0000 Stopping ...
  test_wallet_page__txt                                          32m PASS0m (3.29s)
2023-12-07 03:40:26 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2023-12-07 03:40:26 +0000 Maximum connections set to 1024
2023-12-07 03:40:26 +0000 Listening on 0.0.0.0:43197, CTRL+C to stop
2023-12-07 03:40:27 +0000 Stopping ...
  test_wallet_page__mnemo                                        32m PASS0m (3.28s)
2023-12-07 03:40:29 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2023-12-07 03:40:29 +0000 Maximum connections set to 1024
2023-12-07 03:40:29 +0000 Listening on 0.0.0.0:45013, CTRL+C to stop
2023-12-07 03:40:44 +0000 Stopping ...
  test_push_fetch_in_multiple_threads                            32m PASS0m (17.14s)
2023-12-07 03:40:46 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2023-12-07 03:40:46 +0000 Maximum connections set to 1024
2023-12-07 03:40:46 +0000 Listening on 0.0.0.0:45847, CTRL+C to stop
2023-12-07 03:40:48 +0000 Stopping ...
  test_wallet_page__bin                                          32m PASS0m (3.29s)
2023-12-07 03:40:49 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2023-12-07 03:40:49 +0000 Maximum connections set to 1024
2023-12-07 03:40:49 +0000 Listening on 0.0.0.0:43763, CTRL+C to stop
2023-12-07 03:40:51 +0000 Stopping ...
  test_wallet_page__txns                                         32m PASS0m (3.29s)
2023-12-07 03:40:53 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2023-12-07 03:40:53 +0000 Maximum connections set to 1024
2023-12-07 03:40:53 +0000 Listening on 0.0.0.0:38843, CTRL+C to stop
2023-12-07 03:40:54 +0000 Stopping ...
  test_renders_wallets_page                                      32m PASS0m (3.28s)
2023-12-07 03:40:56 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2023-12-07 03:40:56 +0000 Maximum connections set to 1024
2023-12-07 03:40:56 +0000 Listening on 0.0.0.0:40043, CTRL+C to stop
2023-12-07 03:40:58 +0000 Stopping ...
  test_pushes_many_wallets                                       32m PASS0m (3.36s)
2023-12-07 03:40:59 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2023-12-07 03:40:59 +0000 Maximum connections set to 1024
2023-12-07 03:40:59 +0000 Listening on 0.0.0.0:33147, CTRL+C to stop
2023-12-07 03:41:00 +0000 Stopping ...
  test_headers_are_being_set_correctly                           32m PASS0m (2.26s)
  test_log                                                       32m PASS0m (0.00s)
2023-12-07 03:41:01 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2023-12-07 03:41:01 +0000 Maximum connections set to 1024
2023-12-07 03:41:01 +0000 Listening on 0.0.0.0:34443, CTRL+C to stop
2023-12-07 03:41:03 +0000 Stopping ...
  test_wallet_page__debt                                         32m PASS0m (3.28s)
2023-12-07 03:41:05 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2023-12-07 03:41:05 +0000 Maximum connections set to 1024
2023-12-07 03:41:05 +0000 Listening on 0.0.0.0:41653, CTRL+C to stop
2023-12-07 03:41:06 +0000 Stopping ...
  test_wallet_page__mtime                                        32m PASS0m (3.34s)
2023-12-07 03:41:08 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2023-12-07 03:41:08 +0000 Maximum connections set to 1024
2023-12-07 03:41:08 +0000 Listening on 0.0.0.0:33177, CTRL+C to stop
2023-12-07 03:41:10 +0000 Stopping ...
  test_pushes_twice                                              32m PASS0m (3.30s)
2023-12-07 03:41:11 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2023-12-07 03:41:11 +0000 Maximum connections set to 1024
2023-12-07 03:41:11 +0000 Listening on 0.0.0.0:41091, CTRL+C to stop
2023-12-07 03:41:12 +0000 Stopping ...
  test_gzip                                                      32m PASS0m (2.25s)
2023-12-07 03:41:14 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2023-12-07 03:41:14 +0000 Maximum connections set to 1024
2023-12-07 03:41:14 +0000 Listening on 0.0.0.0:38779, CTRL+C to stop
2023-12-07 03:41:16 +0000 Stopping ...
  test_fetch_in_multiple_threads                                 32m PASS0m (3.89s)
2023-12-07 03:41:18 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2023-12-07 03:41:18 +0000 Maximum connections set to 1024
2023-12-07 03:41:18 +0000 Listening on 0.0.0.0:37617, CTRL+C to stop
2023-12-07 03:41:19 +0000 Stopping ...
  test_wallet_page__age                                          32m PASS0m (3.28s)
2023-12-07 03:41:21 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2023-12-07 03:41:21 +0000 Maximum connections set to 1024
2023-12-07 03:41:21 +0000 Listening on 0.0.0.0:35979, CTRL+C to stop
2023-12-07 03:41:22 +0000 Stopping ...
  test_wallet_page__html                                         32m PASS0m (3.33s)
  test_invalid_alias                                             32m PASS0m (0.02s)
2023-12-07 03:41:24 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2023-12-07 03:41:24 +0000 Maximum connections set to 1024
2023-12-07 03:41:24 +0000 Listening on 0.0.0.0:46059, CTRL+C to stop
2023-12-07 03:41:25 +0000 Stopping ...
  test_renders_public_pages                                      32m PASS0m (2.43s)
2023-12-07 03:41:27 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2023-12-07 03:41:27 +0000 Maximum connections set to 1024
2023-12-07 03:41:27 +0000 Listening on 0.0.0.0:44479, CTRL+C to stop
2023-12-07 03:41:28 +0000 Stopping ...
  test_wallet_page__balance                                      32m PASS0m (3.29s)
2023-12-07 03:41:30 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2023-12-07 03:41:30 +0000 Maximum connections set to 1024
2023-12-07 03:41:30 +0000 Listening on 0.0.0.0:34991, CTRL+C to stop
2023-12-07 03:41:30 +0000 Stopping ...
  test_renders_front_json                                        32m PASS0m (2.25s)
2023-12-07 03:41:32 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2023-12-07 03:41:32 +0000 Maximum connections set to 1024
2023-12-07 03:41:32 +0000 Listening on 0.0.0.0:42135, CTRL+C to stop
2023-12-07 03:41:34 +0000 Stopping ...
  test_wallet_page__digest                                       32m PASS0m (3.28s)
2023-12-07 03:41:35 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2023-12-07 03:41:35 +0000 Maximum connections set to 1024
2023-12-07 03:41:35 +0000 Listening on 0.0.0.0:37619, CTRL+C to stop
2023-12-07 03:41:37 +0000 Stopping ...
  test_wallet_page__size                                         32m PASS0m (3.28s)
2023-12-07 03:41:42 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2023-12-07 03:41:42 +0000 Maximum connections set to 1024
2023-12-07 03:41:42 +0000 Listening on 0.0.0.0:41035, CTRL+C to stop
2023-12-07 03:41:42 +0000 Stopping ...
  test_updates_list_of_remotes                                   32m PASS0m (5.51s)
2023-12-07 03:41:44 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2023-12-07 03:41:44 +0000 Maximum connections set to 1024
2023-12-07 03:41:44 +0000 Listening on 0.0.0.0:39297, CTRL+C to stop
2023-12-07 03:41:46 +0000 Stopping ...
  test_wallet_page__txns_json                                    32m PASS0m (3.28s)

TestEntrance
  test_log                                                       32m PASS0m (0.00s)
  test_renders_json                                              32m PASS0m (0.06s)
  test_pushes_wallet                                             32m PASS0m (0.13s)

TestCalculate
  test_calculates_score                                          32m PASS0m (0.01s)
  test_log                                                       32m PASS0m (0.00s)

TestGem
  test_last_version                                              32m PASS0m (0.00s)
  test_log                                                       32m PASS0m (0.00s)
  test_last_version_live                                         32m PASS0m (0.25s)

TestVerboseThread
  test_log                                                       32m PASS0m (0.00s)
  test_syntax_exceptions_are_logged                              32m PASS0m (0.00s)
  test_exceptions_are_logged                                     32m PASS0m (0.00s)
  test_grammar_exceptions_are_logged                             32m PASS0m (0.00s)

TestDeleteBannedWallets
  test_delete_them                                               32m PASS0m (0.01s)
  test_log                                                       32m PASS0m (0.00s)

TestRetire
  test_log                                                       32m PASS0m (0.00s)
  test_retires                                                   32m PASS0m (0.00s)

TestRemote
  test_new_version_rubygems                                      32m PASS0m (0.03s)
  test_select_selects_the_strongest_nodes                        32m PASS0m (0.14s)
  test_sets_masters                                              32m PASS0m (0.01s)
  test_updates_just_once                                         32m PASS0m (0.02s)
  test_resets_remotes                                            32m PASS0m (0.01s)
  test_updates_remote                                            32m PASS0m (0.05s)
  test_log                                                       32m PASS0m (0.00s)
  test_select_respects_max_nodes_option                          32m PASS0m (0.10s)
  test_remote_trim_with_tolerate                                 32m PASS0m (0.05s)
  test_elects_a_remote                                           32m PASS0m (0.01s)
  test_select_doesnt_touch_masters                               32m PASS0m (0.02s)

TestCreate
  test_creates_wallet                                            32m PASS0m (0.01s)
  test_log                                                       32m PASS0m (0.00s)

TestHands
  test_runs_with_index                                           32m PASS0m (0.00s)
  test_runs_in_many_threads                                      32m PASS0m (0.00s)
  test_runs_with_empty_set                                       32m PASS0m (0.00s)
  test_runs_with_exceptions                                      32m PASS0m (0.10s)
  test_log                                                       32m PASS0m (0.00s)

TestHexnum
  test_log                                                       32m PASS0m (0.00s)
  test_prints_and_parses                                         32m PASS0m (0.00s)

TestNode
  test_log                                                       32m PASS0m (0.00s)
2023-12-07 03:41:51 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2023-12-07 03:41:51 +0000 Maximum connections set to 1024
2023-12-07 03:41:51 +0000 Listening on 0.0.0.0:39549, CTRL+C to stop
2023-12-07 03:41:53 +0000 Stopping ...
  test_push_and_fetch                                            32m PASS0m (6.43s)

TestLog
  test_log                                                       32m PASS0m (0.00s)
2023-12-07T03:41:55Z 33mDEBUG0m This is info
and it is multi
line
2023-12-07T03:41:55Z 33mDEBUG0m Works fine?
2023-12-07T03:41:55Z 33mDEBUG0m true
2023-12-07T03:41:55Z 33mDEBUG0m 1
  test_prints_with_various_formatters                            32m PASS0m (0.00s)
  test_prints_from_many_threads                                  32m PASS0m (0.00s)

TestTax
  test_checks_existence_of_duplicates                            32m PASS0m (0.05s)
  test_prints_tax_formula                                        32m PASS0m (0.01s)
  test_log                                                       32m PASS0m (0.00s)
  test_takes_tax_payment_into_account                            32m PASS0m (0.01s)
  test_calculates_tax_for_one_year                               32m PASS0m (0.01s)
  test_filters_out_incoming_payments                             32m PASS0m (0.01s)
  test_calculates_debt                                           32m PASS0m (0.05s)
  test_print_fee                                                 32m PASS0m (0.00s)

TestTaxes
  test_log                                                       32m PASS0m (0.00s)
  test_pays_taxes                                                32m PASS0m (0.05s)

TestFetch
  test_log                                                       32m PASS0m (0.00s)
  test_fails_when_only_one_node                                  32m PASS0m (0.02s)
  test_fetches_multiple_wallets                                  32m PASS0m (0.04s)
  test_fetches_wallet                                            32m PASS0m (0.03s)
  test_fails_when_only_edge_nodes                                32m PASS0m (0.02s)

TestDiff
  test_diff_with_copies                                          32m PASS0m (0.08s)
  test_log                                                       32m PASS0m (0.00s)

TestJsonPage
  test_parses_empty_page                                         32m PASS0m (0.00s)
  test_parses_json_page                                          32m PASS0m (0.00s)
  test_log                                                       32m PASS0m (0.00s)
  test_parses_broken_json_page                                   32m PASS0m (0.00s)

TestSyncEntrance
  test_log                                                       32m PASS0m (0.00s)
  test_renders_json                                              32m PASS0m (0.00s)

TestClean
  test_log                                                       32m PASS0m (0.00s)
  test_cleans_copies                                             32m PASS0m (0.02s)
  test_cleans_copies_in_threads                                  32m PASS0m (0.14s)
  test_cleans_empty_wallets                                      32m PASS0m (0.00s)
  test_clean_no_copies                                           32m PASS0m (0.01s)

TestAge
  test_log                                                       32m PASS0m (0.00s)
  test_prints_all_ages                                           32m PASS0m (0.00s)
  test_prints_age                                                32m PASS0m (0.00s)

TestWallet
  test_calculates_wallet_age_in_hours                            32m PASS0m (0.01s)
  test_adds_transaction_and_reads_back                           32m PASS0m (0.03s)
  test_refurbishes_empty_wallet                                  32m PASS0m (0.01s)
  test_adds_transaction                                          32m PASS0m (0.09s)
  test_sorts_them_always_right                                   32m PASS0m (0.77s)
  test_raises_when_broken_format                                 32m PASS0m (0.00s)
  test_positive_transactions_go_first                            32m PASS0m (0.06s)
  test_flushes_and_reads_again                                   32m PASS0m (0.01s)
  test_reads_empty_wallet                                        32m PASS0m (0.01s)
  test_log                                                       32m PASS0m (0.00s)
  test_collects_memory_garbage                                   33m SKIP0m (0.00s)
  test_generates_memo                                            32m PASS0m (0.01s)
  test_returns_protocol                                          32m PASS0m (0.01s)
  test_checks_similar_transaction                                32m PASS0m (0.03s)
  test_returns_modified_time                                     32m PASS0m (0.01s)
  test_reads_large_wallet                                        32m PASS0m (0.11s)
  test_iterates_income_transactions                              32m PASS0m (0.01s)
  test_returns_digest                                            32m PASS0m (0.01s)
  test_validate_key_on_payment                                   32m PASS0m (0.04s)
  test_adds_similar_transaction                                  32m PASS0m (0.04s)
  test_refurbishes_wallet                                        32m PASS0m (0.07s)

TestShow
  test_checks_wallet_balance                                     32m PASS0m (0.01s)
  test_log                                                       32m PASS0m (0.00s)

TestAsyncEntrance
  test_sends_through_once                                        32m PASS0m (2.37s)
  test_log                                                       32m PASS0m (0.00s)
  test_renders_json                                              32m PASS0m (1.32s)
  test_sends_through                                             32m PASS0m (2.10s)
  test_handles_broken_entrance_gracefully                        32m PASS0m (1.33s)

TestPatch
  test_rejects_fake_positives                                    32m PASS0m (0.05s)
  test_merges_similar_ids_but_different_signs                    32m PASS0m (0.09s)
  test_builds_patch                                              32m PASS0m (0.24s)
  test_log                                                       32m PASS0m (0.00s)
  test_merges_fragmented_parts                                   32m PASS0m (0.13s)
  test_accepts_negative_balance_in_root_wallet                   32m PASS0m (0.08s)
  test_protocols_new_txns                                        32m PASS0m (0.09s)

TestSpreadEntrance
2023-12-07 03:42:07 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2023-12-07 03:42:07 +0000 Maximum connections set to 1024
2023-12-07 03:42:07 +0000 Listening on 0.0.0.0:37931, CTRL+C to stop
2023-12-07 03:42:08 +0000 Stopping ...
  test_ignores_duplicates                                        32m PASS0m (5.66s)
  test_renders_json                                              32m PASS0m (0.11s)
  test_log                                                       32m PASS0m (0.00s)

TestUpgrades
  test_no_version_file_is_ok                                     33m SKIP0m (0.00s)
  test_pending_scripts_run                                       33m SKIP0m (0.00s)
  test_already_ran_scripts_dont_run                              32m PASS0m (0.01s)
  test_log                                                       32m PASS0m (0.00s)

TestRemotes
  test_empty_remotes                                             32m PASS0m (0.00s)
  test_closes_threads_carefully                                  32m PASS0m (1.27s)
  test_log_msg_of_iterates_when_take_too_long                    32m PASS0m (2.02s)
  test_adds_remotes                                              32m PASS0m (0.00s)
  test_unerror_remote                                            32m PASS0m (0.01s)
  test_reads_mtime_from_empty_file                               32m PASS0m (0.00s)
  test_manifests_correct_network_name                            32m PASS0m (0.01s)
  test_modifies_from_many_threads                                32m PASS0m (0.02s)
  test_iterates_and_fails                                        32m PASS0m (0.36s)
  test_mtime                                                     32m PASS0m (0.00s)
  test_log_msg_of_iterates_when_fail                             32m PASS0m (0.00s)
  test_iterates_all_failures                                     32m PASS0m (0.02s)
  test_iterates_them_all_even_with_delays                        32m PASS0m (1.26s)
  test_modifies_score                                            32m PASS0m (0.00s)
  test_reports_zold_error_header                                 32m PASS0m (0.01s)
  test_finds_masters                                             32m PASS0m (0.00s)
  test_reads_broken_file                                         32m PASS0m (0.01s)
  test_log                                                       32m PASS0m (0.00s)
  test_read_mtime_from_file                                      32m PASS0m (0.00s)
  test_tolerates_invalid_requests                                32m PASS0m (0.00s)
  test_removes_remotes                                           32m PASS0m (0.00s)
  test_adds_from_many_threads                                    32m PASS0m (0.79s)
  test_quickly_ads_and_reads                                     32m PASS0m (4.18s)
  test_resets_remotes                                            32m PASS0m (0.02s)

TestSyncWallets
  test_adds_wallet                                               32m PASS0m (3.68s)
  test_log                                                       32m PASS0m (0.00s)

TestCopies
  test_cleans_copies                                             32m PASS0m (0.08s)
  test_sorts_them_by_score                                       32m PASS0m (0.15s)
  test_master_first                                              32m PASS0m (0.15s)
  test_overwrites_host                                           32m PASS0m (0.12s)
  test_ignores_too_old_scores                                    32m PASS0m (0.04s)
  test_cleans_broken_copies                                      32m PASS0m (0.01s)
  test_log                                                       32m PASS0m (0.00s)
  test_ignores_garbage                                           32m PASS0m (0.04s)
  test_adds_and_removes_copies                                   32m PASS0m (0.19s)
  test_lists_empty_dir                                           32m PASS0m (0.00s)

TestReconnect
  test_log                                                       32m PASS0m (0.00s)
  test_reconnects                                                32m PASS0m (0.03s)

TestHttp
  test_log                                                       32m PASS0m (0.00s)
  test_downloads_file                                            32m PASS0m (0.00s)
  test_sends_valid_version_header                                32m PASS0m (0.00s)
  test_sends_valid_network_header                                32m PASS0m (0.00s)
  test_sends_valid_protocol_header                               32m PASS0m (0.00s)
  test_sends_correct_http_headers                                32m PASS0m (0.01s)
  test_terminates_on_timeout                                     32m PASS0m (0.36s)
  test_pings_live_uri                                            32m PASS0m (0.01s)
  test_uploads_file                                              32m PASS0m (0.02s)
  test_pings_broken_uri                                          32m PASS0m (0.01s)
  test_doesnt_terminate_on_long_call                             32m PASS0m (1.26s)
  test_pings_with_exception                                      32m PASS0m (0.00s)

TestPush
  test_pushes_wallet                                             32m PASS0m (0.02s)
  test_fails_when_only_one_node                                  32m PASS0m (0.02s)
  test_log                                                       32m PASS0m (0.00s)
  test_pushes_multiple_wallets                                   32m PASS0m (0.03s)
  test_fails_when_only_edge_nodes                                32m PASS0m (0.02s)

TestAmount
  test_divides                                                   32m PASS0m (0.00s)
  test_parses_zld                                                32m PASS0m (0.00s)
  test_multiplies                                                32m PASS0m (0.00s)
  test_prints_zld_with_many_digits                               32m PASS0m (0.00s)
  test_compares_with_zero                                        32m PASS0m (0.00s)
  test_log                                                       32m PASS0m (0.00s)
  test_compares_amounts                                          32m PASS0m (0.00s)
  test_parses_zents                                              32m PASS0m (0.00s)

TestTreeWallets
  test_count_tree_wallets                                        32m PASS0m (0.00s)
  test_log                                                       32m PASS0m (0.00s)
  test_adds_many_wallets                                         32m PASS0m (0.05s)
  test_adds_wallet                                               32m PASS0m (0.01s)

TestDirItems
  test_log                                                       32m PASS0m (0.00s)
  test_lists_empty_dir                                           32m PASS0m (0.00s)
  test_lists_non_recursively                                     32m PASS0m (0.00s)
  test_lists_recursively                                         32m PASS0m (0.00s)
  test_intensive_write_in_threads                                32m PASS0m (1.10s)

TestSignature
  test_log                                                       32m PASS0m (0.00s)
  test_signs_and_validates                                       32m PASS0m (0.03s)

TestProtocolUp
  test_log                                                       32m PASS0m (0.00s)
  test_upgrades_protocol_in_wallet                               32m PASS0m (0.01s)

TestInvoice
  test_generates_invoice                                         32m PASS0m (0.01s)
  test_log                                                       32m PASS0m (0.00s)

TestReconcile
  test_log                                                       32m PASS0m (0.00s)
  test_reconciles                                                32m PASS0m (0.04s)

TestRemove
  test_removes_wallets                                           32m PASS0m (0.02s)
  test_removes_absent_wallets                                    32m PASS0m (0.00s)
  test_removes_no_wallets                                        32m PASS0m (0.00s)
  test_removes_one_wallet                                        32m PASS0m (0.01s)
  test_log                                                       32m PASS0m (0.00s)

TestGc
  test_doesnt_touch_non_empty_wallets                            32m PASS0m (0.04s)
  test_log                                                       32m PASS0m (0.00s)
  test_collects_garbage                                          32m PASS0m (0.01s)
  test_doesnt_touch_fresh_wallets                                32m PASS0m (0.01s)

TestPull
  test_fails_when_only_edge_nodes                                32m PASS0m (0.03s)
  test_pull_wallet                                               32m PASS0m (0.07s)
  test_log                                                       32m PASS0m (0.00s)

TestVersion
  test_has_protocol                                              32m PASS0m (0.00s)
  test_log                                                       32m PASS0m (0.00s)
  test_has_version                                               32m PASS0m (0.00s)

TestNoDupEntrance
  test_ignores_dup                                               32m PASS0m (0.01s)
  test_log                                                       32m PASS0m (0.00s)

TestTxn
  test_prints_and_parses_time                                    32m PASS0m (0.00s)
  test_converts_to_json                                          32m PASS0m (0.00s)
  test_log                                                       32m PASS0m (0.00s)
  test_prints_and_parses                                         32m PASS0m (0.00s)
  test_accepts_text_as_details                                   32m PASS0m (0.00s)

TestAlias
  test_set_writes_alias_to_the_alias_file                        33m SKIP0m (0.00s)
  test_show_prints_out_the_aliased_wallet_id                     33m SKIP0m (0.00s)
  test_log                                                       32m PASS0m (0.00s)
  test_remove_removes_the_alias_from_the_alias_file              33m SKIP0m (0.00s)

TestPrefixes
  test_creates_and_validates                                     32m PASS0m (15.64s)
  test_log                                                       32m PASS0m (0.00s)

TestList
  test_lists_wallets_with_balances                               32m PASS0m (0.01s)
  test_log                                                       32m PASS0m (0.00s)

TestPropagate
  test_log                                                       32m PASS0m (0.00s)
  test_propagates_wallet                                         32m PASS0m (0.06s)

TestNoSpamEntrance
  test_ignores_spam                                              32m PASS0m (0.00s)
  test_log                                                       32m PASS0m (0.00s)

TestId
  test_compares_two_ids_by_text                                  32m PASS0m (0.00s)
  test_list_of_banned_ids_is_not_empty                           32m PASS0m (0.00s)
  test_generates_id_only_once                                    32m PASS0m (0.00s)
  test_parses_id                                                 32m PASS0m (0.00s)
  test_compares_two_ids                                          32m PASS0m (0.00s)
  test_generates_different_ids                                   32m PASS0m (0.00s)
  test_checks_for_root                                           32m PASS0m (0.00s)
  test_log                                                       32m PASS0m (0.00s)
  test_generates_new_id                                          32m PASS0m (0.00s)

Finished in 778.34022s
362 tests, 3966 assertions, 32m0 failures, 0 errors, 0m33m7 skips0m
Using the default profile...
Feature: Command Line Processing
  As an payment originator I want to be able to use
  Zold as a command line tool

  Scenario: Help can be printed   90m# features/cli.feature:50m
    32mWhen I run 32m1mbin/zold0m0m32m with "32m1m-h0m0m32m"90m # features/step_definitions/steps.rb:420m0m
    32mThen Exit code is zero90m        # features/step_definitions/steps.rb:700m0m
    32mAnd Stdout contains "32m1m--help0m0m32m"90m  # features/step_definitions/steps.rb:620m0m

  Scenario: Version can be printed       90m# features/cli.feature:100m
    32mWhen I run 32m1mbin/zold0m0m32m with "32m1m--version0m0m32m"90m # features/step_definitions/steps.rb:420m0m
    32mThen Exit code is zero90m               # features/step_definitions/steps.rb:700m0m

  Scenario: Wallet can be created                                     90m# features/cli.feature:140m
    32mWhen I run 32m1mbin/zold0m0m32m with "32m1m--trace --public-key=id_rsa.pub create0m0m32m"90m # features/step_definitions/steps.rb:420m0m
    32mThen Exit code is zero90m                                            # features/step_definitions/steps.rb:700m0m

Feature: Gem Package
  As a source code writer I want to be able to
  package the Gem into .gem file

  Scenario: Gem can be packaged                90m# features/gem_package.feature:50m
    32mGiven It is Unix90m                           # features/step_definitions/steps.rb:780m0m
    32mGiven I have "32m1mexecs.rb0m0m32m" file with content:90m # features/step_definitions/steps.rb:550m0m
32m      """0m
32m      #!/usr/bin/env ruby0m
32m      require 'rubygems'0m
32m      spec = Gem::Specification::load('./spec.rb')0m
32m      if spec.executables.empty?0m
32m        fail 'no executables: ' + IO.read('./spec.rb')0m
32m      end0m
32m      """0m
    32mWhen I run bash with:90m                      # features/step_definitions/steps.rb:480m0m
32m      """0m
32m      set -x0m
32m      set -e0m
32m      cd zold0m
32m      gem build zold.gemspec0m
32m      gem specification --ruby zold-*.gem > ../spec.rb0m
32m      cd ..0m
32m      ruby execs.rb0m
32m      """0m
    32mThen Exit code is zero90m                     # features/step_definitions/steps.rb:700m0m

4 scenarios (32m4 passed0m)
11 steps (32m11 passed0m)
0m9.849s
1m32m┌──────────────────────────────────────────────────────────────────────────────┐0m0m
1m32m│0m0m Share your Cucumber Report with your team at 4m1m36mhttps://reports.cucumber.io0m0m0m     1m32m│0m0m
1m32m│0m0m                                                                              1m32m│0m0m
1m32m│0m0m Command line option:    36m--publish0m                                            1m32m│0m0m
1m32m│0m0m Environment variable:   36mCUCUMBER_PUBLISH_ENABLED0m=36mtrue0m                        1m32m│0m0m
1m32m│0m0m cucumber.yml:           36mdefault: --publish0m                                   1m32m│0m0m
1m32m│0m0m                                                                              1m32m│0m0m
1m32m│0m0m More information at 4m1m36mhttps://cucumber.io/docs/cucumber/environment-variables/0m0m0m 1m32m│0m0m
1m32m│0m0m                                                                              1m32m│0m0m
1m32m│0m0m To disable this message, specify 1mCUCUMBER_PUBLISH_QUIET=true0m or use the      1m32m│0m0m
1m32m│0m0m 1m--publish-quiet0m option. You can also add this to your 1mcucumber.yml:0m          1m32m│0m0m
1m32m│0m0m 1mdefault: --publish-quiet0m                                                     1m32m│0m0m
1m32m└──────────────────────────────────────────────────────────────────────────────┘0m0m
Coverage report generated for Cucumber Features to /home/r/repo/coverage. 359 / 890 LOC (40.34%) covered.
Running RuboCop...
Inspecting 169 files
32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m

169 files inspected, 32mno offenses0m detected
Running xcop...
Inspecting 0 files...

0 files checked, everything looks 32mpretty0m
[__rultor f096d31] version set to 0.31.8
 1 file changed, 1 insertion(+), 1 deletion(-)
WARNING:  open-ended dependency on openssl (>= 1.0) is not recommended
  if openssl is semantically versioned, use:
    add_runtime_dependency 'openssl', '~> 1.0'
WARNING:  See https://guides.rubygems.org/specification-reference/ for help
  Successfully built RubyGem
  Name: zold
  Version: 0.31.8
  File: zold-0.31.8.gem
Pushing gem to https://rubygems.org...
Successfully registered gem: zold (0.31.8)
+ mv /home/r/repo .
++ whoami
+ chown -R root repo
+ '[' -n '' ']'
++ whoami
+ sudo chown -R rultor repo
+ cd repo
+ git checkout __rultor
Already on '__rultor'
+ git tag 0.31.8 -m '0.31.8: tagged by rultor.com'
+ git reset --hard
HEAD is now at f096d31 version set to 0.31.8
+ git clean -fd
+ git checkout master
Switched to branch 'master'
Your branch is up to date with 'origin/master'.
+ git branch -D __rultor
Deleted branch __rultor (was f096d31).
+ git push --all origin
Everything up-to-date
+ git push --tags origin
To github.com:zold-io/zold.git
 * [new tag]         0.31.8 -> 0.31.8
container e03fe6ac7e810aceb1c86fc6b41f610df604e8c5182ab1192e32f4345411651c is dead
Thu Dec  7 04:43:54 AM CET 2023