++ dirname ./run.sh
+ cd .
+ echo 1357
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Wed Jan 21 03:19:57 UTC 2026
+ uptime
03:19:57 up 1 min, 0 users, load average: 1.49, 0.47, 0.17
+ ff=default
+ image=yegor256/python
+ rebase=false
+ head_branch=master
+ pull_title='Update dependency guard-minitest to v3'
+ author=yegor256
+ directory=
+ head=git@github.com:zold-io/zold.git
+ pull_id=892
+ fork=git@github.com:zold-io/zold.git
+ fork_branch=renovate/guard-minitest-3.x
+ squash=false
+ vars=('--env=head=git@github.com:zold-io/zold.git' '--env=pull_id=892' '--env=fork=git@github.com:zold-io/zold.git' '--env=fork_branch=renovate/guard-minitest-3.x' '--env=head_branch=master' '--env=pull_title=Update dependency guard-minitest to v3' '--env=author=yegor256' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:zold-io/zold.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=892'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:zold-io/zold.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=renovate/guard-minitest-3.x'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=Update dependency guard-minitest to v3'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''pdd -f /dev/null -v'\'' '\'';'\'' '\''sudo apt-get -y update'\'' '\'';'\'' '\''sudo apt-get install --yes libcurl4-openssl-dev netcat-openbsd'\'' '\'';'\'' '\''bundle update --no-color'\'' '\'';'\'' '\''bundle exec rake --quiet'\'' '\'';'\'' )')
+ scripts=('export '\''head=git@github.com:zold-io/zold.git'\''' ';' 'export '\''pull_id=892'\''' ';' 'export '\''fork=git@github.com:zold-io/zold.git'\''' ';' 'export '\''fork_branch=renovate/guard-minitest-3.x'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=Update dependency guard-minitest to v3'\''' ';' 'export '\''author=yegor256'\''' ';' 'pdd -f /dev/null -v' ';' 'sudo apt-get -y update' ';' 'sudo apt-get install --yes libcurl4-openssl-dev netcat-openbsd' ';' 'bundle update --no-color' ';' 'bundle exec rake --quiet' ';')
+ container=zold-io_zold_892
+ as_root=false
+ set -e -o pipefail
+ hostname
ip-172-31-26-74
+ pwd
/tmp/rultor-6cYg
+ git --version
git version 2.34.1
+ docker --version
Docker version 25.0.3, build 4debf41
+ mkdir -p /home/ubuntu/.ssh
+ echo -e 'Host github.com\n\tStrictHostKeyChecking no\n'
+ chmod 600 /home/ubuntu/.ssh/config
+ git clone --recurse-submodules git@github.com:zold-io/zold.git repo
Cloning into 'repo'...
Warning: Permanently added 'github.com' (ED25519) to the list of known hosts.
+ cd repo
+ git config user.email gpg@rultor.com
+ git config user.name Rultor.com
+ '[' -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 '\''pull_id=892'\''' ';' 'export '\''fork=git@github.com:zold-io/zold.git'\''' ';' 'export '\''fork_branch=renovate/guard-minitest-3.x'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=Update dependency guard-minitest to v3'\''' ';' 'export '\''author=yegor256'\''' ';' 'pdd -f /dev/null -v' ';' 'sudo apt-get -y update' ';' 'sudo apt-get install --yes libcurl4-openssl-dev netcat-openbsd' ';' 'bundle update --no-color' ';' 'bundle exec rake --quiet' ';'
+ sensitive=()
+ set -ex -o pipefail
+ cd repo
+ git remote add fork git@github.com:zold-io/zold.git
+ git remote update
Fetching origin
Fetching fork
From github.com:zold-io/zold
* [new branch] 501 -> fork/501
* [new branch] 797 -> fork/797
* [new branch] dependabot/bundler/codecov-eq-0.2.12 -> fork/dependabot/bundler/codecov-eq-0.2.12
* [new branch] fees -> fork/fees
* [new branch] master -> fork/master
* [new branch] oom -> fork/oom
* [new branch] renovate/actions-checkout-6.x -> fork/renovate/actions-checkout-6.x
* [new branch] renovate/crate-ci-typos-1.x -> fork/renovate/crate-ci-typos-1.x
* [new branch] renovate/fsfe-reuse-action-6.x -> fork/renovate/fsfe-reuse-action-6.x
* [new branch] renovate/guard-minitest-2.x-lockfile -> fork/renovate/guard-minitest-2.x-lockfile
* [new branch] renovate/guard-minitest-3.x -> fork/renovate/guard-minitest-3.x
+ args=()
+ '[' default == default ']'
+ args+=(--ff)
+ '[' default == no ']'
+ '[' default == only ']'
+ '[' false == true ']'
+ BRANCH=__rultor
++ wc -l
++ git show-branch __rultor
+ '[' 0 -gt 0 ']'
+ export BRANCH
+ 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/guard-minitest-3.x
Switched to a new branch '__rultor'
Branch '__rultor' set up to track remote branch 'renovate/guard-minitest-3.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 ']'
+ KEY=3FD3FA7E9AF0FA4C
+ git merge --gpg-sign=3FD3FA7E9AF0FA4C --no-edit -m 'Update dependency guard-minitest to v3' --ff __rultor
Updating 5b553f93..6738299a
Fast-forward (no commit created; -m option ignored)
Gemfile | 2 +-
Gemfile.lock | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
+ git log -1 --show-signature
commit 6738299abd5038c4d8f10a9a3845cc7103aa6316
gpg: Signature made Wed Jan 21 02:13:25 2026 UTC
gpg: using RSA key B5690EEEBB952194
gpg: Can't check signature: No public key
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed Jan 21 02:13:25 2026 +0000
Update dependency guard-minitest to v3
+ docker_when_possible
+ true
++ tail -n 1
++ sed 's/ /\n/g'
++ uptime
+ load=0.18
++ bc
++ echo 0.18 '>' 30
+ '[' 0 -eq 1 ']'
+ echo 'load average is 0.18, low enough to run a new Docker container'
load average is 0.18, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=yegor256/python
+ docker pull yegor256/python
Using default tag: latest
latest: Pulling from yegor256/python
632ef5283d0f: Pulling fs layer
2be42d221bda: Pulling fs layer
54d1704eb717: Pulling fs layer
f0f51ee5c79e: Pulling fs layer
ec11ce133a4e: Pulling fs layer
71ab1586461a: Pulling fs layer
8e0e2fc3c108: Pulling fs layer
4f4fb700ef54: Pulling fs layer
72e45e6fed5c: Pulling fs layer
99e89f339e27: Pulling fs layer
3f0278ea12d5: Pulling fs layer
11f168291684: Pulling fs layer
0943aaa8f703: Pulling fs layer
fd13cdf0383c: Pulling fs layer
ec8b88fd5618: Pulling fs layer
bafefea57a9c: Pulling fs layer
07c3311d3310: Pulling fs layer
0d6562071a9e: Pulling fs layer
f0f51ee5c79e: Waiting
ec11ce133a4e: Waiting
71ab1586461a: Waiting
8e0e2fc3c108: Waiting
4f4fb700ef54: Waiting
72e45e6fed5c: Waiting
99e89f339e27: Waiting
3f0278ea12d5: Waiting
11f168291684: Waiting
0943aaa8f703: Waiting
fd13cdf0383c: Waiting
ec8b88fd5618: Waiting
bafefea57a9c: Waiting
07c3311d3310: Waiting
0d6562071a9e: Waiting
2be42d221bda: Verifying Checksum
2be42d221bda: Download complete
54d1704eb717: Verifying Checksum
54d1704eb717: Download complete
632ef5283d0f: Verifying Checksum
632ef5283d0f: Download complete
ec11ce133a4e: Verifying Checksum
ec11ce133a4e: Download complete
8e0e2fc3c108: Verifying Checksum
8e0e2fc3c108: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
71ab1586461a: Verifying Checksum
71ab1586461a: Download complete
99e89f339e27: Verifying Checksum
99e89f339e27: Download complete
72e45e6fed5c: Verifying Checksum
72e45e6fed5c: Download complete
11f168291684: Verifying Checksum
11f168291684: Download complete
0943aaa8f703: Verifying Checksum
0943aaa8f703: Download complete
f0f51ee5c79e: Verifying Checksum
f0f51ee5c79e: Download complete
fd13cdf0383c: Verifying Checksum
fd13cdf0383c: Download complete
bafefea57a9c: Verifying Checksum
bafefea57a9c: Download complete
3f0278ea12d5: Verifying Checksum
3f0278ea12d5: Download complete
ec8b88fd5618: Verifying Checksum
ec8b88fd5618: Download complete
0d6562071a9e: Verifying Checksum
0d6562071a9e: Download complete
632ef5283d0f: Pull complete
07c3311d3310: Verifying Checksum
07c3311d3310: Download complete
2be42d221bda: Pull complete
54d1704eb717: Pull complete
f0f51ee5c79e: Pull complete
ec11ce133a4e: Pull complete
71ab1586461a: Pull complete
8e0e2fc3c108: Pull complete
4f4fb700ef54: Pull complete
72e45e6fed5c: Pull complete
99e89f339e27: Pull complete
3f0278ea12d5: Pull complete
11f168291684: Pull complete
0943aaa8f703: Pull complete
fd13cdf0383c: Pull complete
ec8b88fd5618: Pull complete
bafefea57a9c: Pull complete
07c3311d3310: Pull complete
0d6562071a9e: Pull complete
Digest: sha256:7b81c6d5ab0133142cdf4101e21109646523e0ec9b7636ef2137b900f1415923
Status: Downloaded newer image for yegor256/python:latest
docker.io/yegor256/python:latest
+ docker ps --filter=status=exited
+ grep --quiet '\szold-io_zold_892\s*$'
+ ls -al .
total 56
drwx------ 3 ubuntu ubuntu 4096 Jan 21 03:20 .
drwxrwxrwt 12 root root 4096 Jan 21 03:20 ..
-rw-rw-r-- 1 ubuntu ubuntu 9 Jan 21 03:19 docker-password
-rwxrwxr-x 1 ubuntu ubuntu 666 Jan 21 03:21 end.sh
-rwxrwxr-x 1 ubuntu ubuntu 498 Jan 21 03:20 entry.sh
-rw-rw-r-- 1 ubuntu ubuntu 5 Jan 21 03:19 pid
drwxrwxr-x 13 ubuntu ubuntu 4096 Jan 21 03:20 repo
-rw-rw-r-- 1 ubuntu ubuntu 81 Jan 21 03:19 rubygems.yml
-rwxrwxr-x 1 ubuntu ubuntu 6704 Jan 21 03:19 run.sh
-rw-rw-r-- 1 ubuntu ubuntu 641 Jan 21 03:20 script.sh
-rw-rw-r-- 1 ubuntu ubuntu 9080 Jan 21 03:21 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-6cYg:/main --env=head=git@github.com:zold-io/zold.git --env=pull_id=892 --env=fork=git@github.com:zold-io/zold.git --env=fork_branch=renovate/guard-minitest-3.x --env=head_branch=master '--env=pull_title=Update dependency guard-minitest to v3' --env=author=yegor256 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:zold-io/zold.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=892'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:zold-io/zold.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=renovate/guard-minitest-3.x'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=Update dependency guard-minitest to v3'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''pdd -f /dev/null -v'\'' '\'';'\'' '\''sudo apt-get -y update'\'' '\'';'\'' '\''sudo apt-get install --yes libcurl4-openssl-dev netcat-openbsd'\'' '\'';'\'' '\''bundle update --no-color'\'' '\'';'\'' '\''bundle exec rake --quiet'\'' '\'';'\'' )' --hostname=docker --privileged --net=host --dns 8.8.8.8 --add-host docker:127.0.0.1 --memory=8g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-6cYg/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=zold-io_zold_892 yegor256/python /main/entry.sh
WARNING: Your kernel does not support OomKillDisable. OomKillDisable discarded.
+ set -e
+ set -o pipefail
+ shopt -s dotglob
+ useradd -m -G sudo r
++ awk -F : '$3 > 100 { print $1 }'
++ cat /etc/group
+ 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 ssh r
+ for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }')
+ usermod -a -G docker 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/.cache /root/.gemrc /root/.m2 /root/.profile /root/.python_history /root/.wget-hsts /home/r
+ cp -R ./cid ./docker-password ./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
+ cat /home/r/script.sh
#!/usr/bin/env bash
set -e
set -o pipefail
if [ -e /home/r/.profile ]; then source /home/r/.profile; fi
shopt -s expand_aliases
alias 'sudo=sudo -i'
export HOME=/home/r
cd "${HOME}/repo"
export 'head=git@github.com:zold-io/zold.git' ; export 'pull_id=892' ; export 'fork=git@github.com:zold-io/zold.git' ; export 'fork_branch=renovate/guard-minitest-3.x' ; export 'head_branch=master' ; export 'pull_title=Update dependency guard-minitest to v3' ; export 'author=yegor256' ; pdd -f /dev/null -v ; sudo apt-get -y update ; sudo apt-get install --yes libcurl4-openssl-dev netcat-openbsd ; bundle update --no-color ; bundle exec rake --quiet ;
+ su --login r --command /home/r/script.sh
Found 7 lines in /home/r/repo/.pdd
My version is 0.23.1
Ruby version is 3.4.5 at x86_64-linux
Reading from root dir .
Excluding target/**/*
Excluding coverage/**/*
/usr/local/bundle/gems/pdd-0.23.1/lib/pdd/sources.rb:90: warning: undefining the allocator of T_DATA class FileMagic
/home/r/repo/fixtures/merge/negatives_in_between/copies/0123456789abcdef/scores.zc is a binary file (72 bytes)
/home/r/repo/fixtures/merge/random_expenses/copies/0123456789abcdef/scores.zc is a binary file (120 bytes)
/home/r/repo/renovate.json is a binary file (107 bytes)
/home/r/repo/resources/masters is a binary file (94 bytes)
Reading .0pdd.yml ...
Reading .gitattributes ...
Reading .github/typos.toml ...
Reading .github/workflows/actionlint.yml ...
Reading .github/workflows/bashate.yml ...
Reading .github/workflows/codecov.yml ...
Reading .github/workflows/copyrights.yml ...
Reading .github/workflows/hadolint.yml ...
Reading .github/workflows/markdown-lint.yml ...
Reading .github/workflows/pdd.yml ...
Reading .github/workflows/rake.yml ...
Reading .github/workflows/reuse.yml ...
Reading .github/workflows/shellcheck.yml ...
Reading .github/workflows/typos.yml ...
Reading .github/workflows/xcop.yml ...
Reading .github/workflows/yamllint.yml ...
Reading .gitignore ...
Reading .pdd ...
Reading .rubocop.yml ...
Reading .ruby-version ...
Reading .rultor.yml ...
Reading Dockerfile ...
Reading Gemfile ...
Reading Gemfile.lock ...
Reading Guardfile ...
Reading INSTALL.md ...
Reading LICENSE.txt ...
Reading LICENSES/MIT.txt ...
Reading README.md ...
Reading REUSE.toml ...
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/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/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/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-e5f40599 30/DEV at lib/zold/wallets.rb
Reading lib/zold.rb ...
Reading resources/banned-wallets.csv ...
Reading resources/banned-wallets.log ...
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_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 ...
Get:1ohttp://deb.debian.org/debian bullseye InRelease [75.1 kB]
Get:2ohttp://deb.debian.org/debian-security bullseye-securityrInRelease [27.2 kB]
Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.0 kB]
Get:4ohttps://download.docker.com/linux/debian0bullseye InRelease [43.0 kB]
Get:5ohttp://deb.debian.org/debian%bullseye/main amd64 Packages [8,066 kB]
Get:6ohttp://deb.debian.org/debian-security bullseye-security/main amd64 Packages [440 kB]
Get:7 http://deb.debian.org/debiangbullseye-updates/main amd64 Packages [18.8 kB]
Get:85https://download.docker.com/linux/debian1bullseye/stable amd64 Packages [73.9 kB]
Fetchedo8,788]kBsinr2s0(4,195 kB/s)ges 48.7 kB/73.9 kB 66%]
Reading package lists... Done
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 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 netcat-openbsd
The following packages will be upgraded:
curl libcurl4
2 upgraded, 2 newly installed, 1 to remove and 78 not upgraded.
Need to get 1,098 kB of archives.
After this operation, 132 kB of additional disk space will be used.
Get:1ohttp://deb.debian.org/debian-security bullseye-security/main amd64 curl amd64 7.74.0-1.3+deb11u16 [272 kB]
Get:2Whttp://deb.debian.org/debian-security bullseye-security/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u16 [347 kB]
Get:3Whttp://deb.debian.org/debian-security bullseye-security/main amd64 libcurl4-openssl-dev amd64 7.74.0-1.3+deb11u16 [438 kB]
Get:4Whttp://deb.debian.org/debian8bullseye/main amd64 netcat-openbsd amd64 1.217-3 [41.1 kB]
Fetchedo1,098]kBeins0s0(29.8.MB/s)0%]
debconf: delaying package configuration, since apt-utils is not installed
(Reading database ... 34488 files and directories currently installed.)
Removing libcurl4-gnutls-dev:amd64 (7.74.0-1.3+deb11u15) ...
(Reading database ... 34464 files and directories currently installed.)
Preparing to unpack .../curl_7.74.0-1.3+deb11u16_amd64.deb ...
Unpacking curl (7.74.0-1.3+deb11u16) over (7.74.0-1.3+deb11u15) ...
Preparing to unpack .../libcurl4_7.74.0-1.3+deb11u16_amd64.deb ...
Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u16) over (7.74.0-1.3+deb11u15) ...
Selecting previously unselected package libcurl4-openssl-dev:amd64.
Preparing to unpack .../libcurl4-openssl-dev_7.74.0-1.3+deb11u16_amd64.deb ...
Unpacking libcurl4-openssl-dev:amd64 (7.74.0-1.3+deb11u16) ...
Selecting previously unselected package netcat-openbsd.
Preparing to unpack .../netcat-openbsd_1.217-3_amd64.deb ...
Unpacking netcat-openbsd (1.217-3) ...
Setting up netcat-openbsd (1.217-3) ...
update-alternatives: using /bin/nc.openbsd to provide /bin/nc (nc) in auto mode
Setting up libcurl4:amd64 (7.74.0-1.3+deb11u16) ...
Setting up curl (7.74.0-1.3+deb11u16) ...
Setting up libcurl4-openssl-dev:amd64 (7.74.0-1.3+deb11u16) ...
Processing triggers for libc-bin (2.31-13+deb11u13) ...
Fetching gem metadata from https://rubygems.org/..........
Resolving dependencies...
Fetching rake 13.3.1
Installing rake 13.3.1
Fetching base64 0.3.0
Installing base64 0.3.0
Fetching bigdecimal 4.0.1
Installing bigdecimal 4.0.1 with native extensions
Fetching concurrent-ruby 1.3.6
Installing concurrent-ruby 1.3.6
Fetching connection_pool 3.0.2
Installing connection_pool 3.0.2
Fetching drb 2.2.3
Installing drb 2.2.3
Fetching i18n 1.14.8
Installing i18n 1.14.8
Fetching json 2.18.0
Installing json 2.18.0 with native extensions
Fetching logger 1.7.0
Installing logger 1.7.0
Fetching prism 1.8.0
Installing prism 1.8.0 with native extensions
Fetching minitest 6.0.1
Installing minitest 6.0.1
Fetching securerandom 0.4.1
Installing securerandom 0.4.1
Fetching tzinfo 2.0.6
Installing tzinfo 2.0.6
Fetching uri 1.1.1
Installing uri 1.1.1
Fetching activesupport 8.1.2 (was 8.1.1)
Installing activesupport 8.1.2 (was 8.1.1)
Fetching builder 3.3.0
Installing builder 3.3.0
Fetching erubi 1.13.1
Installing erubi 1.13.1
Fetching nokogiri 1.19.0 (x86_64-linux-gnu)
Installing nokogiri 1.19.0 (x86_64-linux-gnu)
Fetching rails-dom-testing 2.3.0
Installing rails-dom-testing 2.3.0
Fetching crass 1.0.6
Installing crass 1.0.6
Fetching loofah 2.25.0
Installing loofah 2.25.0
Fetching rails-html-sanitizer 1.6.2
Installing rails-html-sanitizer 1.6.2
Fetching actionview 8.1.2 (was 8.1.1)
Installing actionview 8.1.2 (was 8.1.1)
Fetching rack 2.2.21
Installing rack 2.2.21
Fetching rack-session 1.0.2
Installing rack-session 1.0.2
Fetching rack-test 2.2.0
Installing rack-test 2.2.0
Fetching useragent 0.16.11
Installing useragent 0.16.11
Fetching actionpack 8.1.2 (was 8.1.1)
Installing actionpack 8.1.2 (was 8.1.1)
Fetching public_suffix 7.0.2 (was 7.0.0)
Installing public_suffix 7.0.2 (was 7.0.0)
Fetching addressable 2.8.8
Installing addressable 2.8.8
Fetching ansi 1.5.0
Installing ansi 1.5.0
Fetching ast 2.4.3
Installing ast 2.4.3
Fetching backtrace 0.4.1
Installing backtrace 0.4.1
Fetching coderay 1.1.3
Installing coderay 1.1.3
Fetching rexml 3.4.4
Installing rexml 3.4.4
Fetching crack 1.0.1
Installing crack 1.0.1
Fetching csv 3.3.5
Installing csv 3.3.5
Fetching cucumber-ci-environment 11.0.0
Installing cucumber-ci-environment 11.0.0
Fetching cucumber-messages 31.2.0 (was 31.1.0)
Installing cucumber-messages 31.2.0 (was 31.1.0)
Fetching cucumber-gherkin 37.0.1
Installing cucumber-gherkin 37.0.1
Fetching cucumber-tag-expressions 8.1.0
Installing cucumber-tag-expressions 8.1.0
Fetching cucumber-core 16.1.1
Installing cucumber-core 16.1.1
Fetching cucumber-cucumber-expressions 18.1.0 (was 18.0.1)
Installing cucumber-cucumber-expressions 18.1.0 (was 18.0.1)
Fetching cucumber-html-formatter 22.3.0
Installing cucumber-html-formatter 22.3.0
Fetching diff-lcs 1.6.2
Installing diff-lcs 1.6.2
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.17.3 (x86_64-linux-gnu)
Installing ffi 1.17.3 (x86_64-linux-gnu)
Fetching memoist3 1.0.0
Installing memoist3 1.0.0
Fetching sys-uname 1.4.1
Installing sys-uname 1.4.1
Fetching cucumber 10.2.0
Installing cucumber 10.2.0
Fetching daemons 1.4.1
Installing daemons 1.4.1
Fetching date 3.5.1
Installing date 3.5.1 with native extensions
Fetching diffy 3.4.4
Installing diffy 3.4.4
Fetching docile 1.4.1
Installing docile 1.4.1
Fetching ellipsized 0.3.0
Installing ellipsized 0.3.0
Fetching erb 6.0.1
Installing erb 6.0.1 with native extensions
Fetching ethon 0.15.0
Installing ethon 0.15.0
Fetching eventmachine 1.2.7
Installing eventmachine 1.2.7 with native extensions
Fetching io-console 0.8.2
Installing io-console 0.8.2 with native extensions
Fetching reline 0.6.3
Installing reline 0.6.3
Fetching formatador 1.2.3
Installing formatador 1.2.3
Fetching futex 0.8.6
Installing futex 0.8.6
Fetching get_process_mem 0.2.7
Installing get_process_mem 0.2.7
Fetching rb-fsevent 0.11.2
Installing rb-fsevent 0.11.2
Fetching rb-inotify 0.11.1
Installing rb-inotify 0.11.1
Fetching listen 3.10.0
Installing listen 3.10.0
Fetching lumberjack 1.4.2
Installing lumberjack 1.4.2
Fetching nenv 0.3.0
Installing nenv 0.3.0
Fetching shellany 0.0.1
Installing shellany 0.0.1
Fetching notiffany 0.1.3
Installing notiffany 0.1.3
Fetching method_source 1.1.0
Installing method_source 1.1.0
Fetching pry 0.16.0
Installing pry 0.16.0
Fetching thor 1.5.0
Installing thor 1.5.0
Fetching guard 2.20.0
Installing guard 2.20.0
Fetching guard-compat 1.2.1
Installing guard-compat 1.2.1
Fetching guard-minitest 3.0.0
Installing guard-minitest 3.0.0
Fetching temple 0.10.4
Installing temple 0.10.4
Fetching tilt 2.7.0 (was 2.6.1)
Installing tilt 2.7.0 (was 2.6.1)
Fetching haml 5.2.2
Installing haml 5.2.2
Fetching hashdiff 1.2.1
Installing hashdiff 1.2.1
Fetching prettyprint 0.2.0
Installing prettyprint 0.2.0
Fetching pp 0.6.3
Installing pp 0.6.3
Fetching stringio 3.2.0
Installing stringio 3.2.0 with native extensions
Fetching psych 5.3.1
Installing psych 5.3.1 with native extensions
Fetching tsort 0.2.0
Installing tsort 0.2.0
Fetching rdoc 7.1.0 (was 7.0.3)
Installing rdoc 7.1.0 (was 7.0.3)
Fetching irb 1.16.0
Installing irb 1.16.0
Fetching language_server-protocol 3.17.0.5
Installing language_server-protocol 3.17.0.5
Fetching lint_roller 1.1.0
Installing lint_roller 1.1.0
Fetching loog 0.7.2 (was 0.6.1)
Installing loog 0.7.2 (was 0.6.1)
Fetching memory_profiler 1.1.0
Installing memory_profiler 1.1.0
Fetching plist 3.1.0
Installing plist 3.1.0
Fetching ruby2_keywords 0.0.5
Installing ruby2_keywords 0.0.5
Fetching mustermann 3.0.4
Installing mustermann 3.0.4
Fetching rack-protection 3.2.0
Installing rack-protection 3.2.0
Fetching sinatra 3.2.0
Installing sinatra 3.2.0
Fetching thin 1.8.2
Installing thin 1.8.2 with native extensions
Fetching mimic 0.4.4
Installing mimic 0.4.4
Fetching minitest-hooks 1.5.3
Installing minitest-hooks 1.5.3
Fetching minitest-mock 5.27.0
Installing minitest-mock 5.27.0
Fetching ruby-progressbar 1.13.0
Installing ruby-progressbar 1.13.0
Fetching minitest-reporters 1.7.1
Installing minitest-reporters 1.7.1
Fetching openssl 3.3.2
Installing openssl 3.3.2 with native extensions
Fetching parallel 1.27.0
Installing parallel 1.27.0
Fetching parser 3.3.10.1 (was 3.3.10.0)
Installing parser 3.3.10.1 (was 3.3.10.0)
Fetching webrick 1.9.2
Installing webrick 1.9.2
Fetching rackup 1.0.1
Installing rackup 1.0.1
Fetching zeitwerk 2.7.4
Installing zeitwerk 2.7.4
Fetching railties 8.1.2 (was 8.1.1)
Installing railties 8.1.2 (was 8.1.1)
Fetching tago 0.6.0
Installing tago 0.6.0
Fetching random-port 0.7.6
Installing random-port 0.7.6
Fetching regexp_parser 2.11.3
Installing regexp_parser 2.11.3
Fetching rspec-support 3.13.6
Installing rspec-support 3.13.6
Fetching rspec-core 3.13.6
Installing rspec-core 3.13.6
Fetching rspec-expectations 3.13.5
Installing rspec-expectations 3.13.5
Fetching rspec-mocks 3.13.7
Installing rspec-mocks 3.13.7
Fetching rspec-rails 8.0.2
Installing rspec-rails 8.0.2
Fetching rubocop-ast 1.49.0
Installing rubocop-ast 1.49.0
Fetching unicode-emoji 4.2.0
Installing unicode-emoji 4.2.0
Fetching unicode-display_width 3.2.0
Installing unicode-display_width 3.2.0
Fetching rubocop 1.82.1
Installing rubocop 1.82.1
Fetching rubocop-minitest 0.38.2
Installing rubocop-minitest 0.38.2
Fetching rubocop-performance 1.26.1
Installing rubocop-performance 1.26.1
Fetching rubocop-rake 0.7.1
Installing rubocop-rake 0.7.1
Fetching rubocop-rspec 3.9.0
Installing rubocop-rspec 3.9.0
Fetching semantic 1.6.1
Installing semantic 1.6.1
Fetching simplecov-html 0.13.2
Installing simplecov-html 0.13.2
Fetching simplecov_json_formatter 0.1.4
Installing simplecov_json_formatter 0.1.4
Fetching simplecov 0.22.0
Installing simplecov 0.22.0
Fetching simplecov-cobertura 3.1.0
Installing simplecov-cobertura 3.1.0
Fetching sys-proctable 1.3.0
Installing sys-proctable 1.3.0
Fetching threads 0.5.0
Installing threads 0.5.0
Fetching total 0.4.2
Installing total 0.4.2
Fetching typhoeus 1.5.0
Installing typhoeus 1.5.0
Fetching usagewatch 0.0.7
Installing usagewatch 0.0.7
Fetching usagewatch_ext 0.2.1
Installing usagewatch_ext 0.2.1
Fetching webmock 3.26.1
Installing webmock 3.26.1
Fetching yard 0.9.38
Installing yard 0.9.38
Fetching zache 0.15.2
Installing zache 0.15.2
Fetching zold-score 0.6.0
Installing zold-score 0.6.0 with native extensions
Bundle updated!
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!
1 installed gem you directly depend on is looking for funding.
Run `bundle fund` for details
WARNING: consider using an array rather than a space-delimited string with cucumber_opts to avoid undesired behavior.
/usr/local/bin/ruby -I"lib:lib:test" /usr/local/bundle/gems/rake-13.3.1/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_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"
/usr/local/bundle/gems/rack-2.2.21/lib/rack/show_exceptions.rb:3: warning: ostruct was loaded from the standard library, but will no longer be part of the default gems starting from Ruby 3.5.0.
You can add ostruct to your Gemfile or gemspec to silence this warning.
Started with run options --seed 23206
TestRetire
test_retires 32m PASS0m (0.00s)
FrontTest
2026-01-21 03:24:02 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2026-01-21 03:24:02 +0000 Maximum connections set to 1024
2026-01-21 03:24:02 +0000 Listening on 0.0.0.0:1025, CTRL+C to stop
2026-01-21 03:24:03 +0000 Stopping ...
test_checksum_in_json 32m PASS0m (2.02s)
2026-01-21 03:24:04 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2026-01-21 03:24:04 +0000 Maximum connections set to 1024
2026-01-21 03:24:04 +0000 Listening on 0.0.0.0:1025, CTRL+C to stop
2026-01-21 03:24:06 +0000 Stopping ...
test_wallet_page__digest 32m PASS0m (2.94s)
2026-01-21 03:24:07 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2026-01-21 03:24:07 +0000 Maximum connections set to 1024
2026-01-21 03:24:07 +0000 Listening on 0.0.0.0:1025, CTRL+C to stop
2026-01-21 03:24:08 +0000 Stopping ...
test_default_alias_parameter 32m PASS0m (1.94s)
2026-01-21 03:24:09 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2026-01-21 03:24:09 +0000 Maximum connections set to 1024
2026-01-21 03:24:09 +0000 Listening on 0.0.0.0:1025, CTRL+C to stop
2026-01-21 03:24:11 +0000 Stopping ...
test_wallet_page__age 32m PASS0m (2.92s)
2026-01-21 03:24:12 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2026-01-21 03:24:12 +0000 Maximum connections set to 1024
2026-01-21 03:24:12 +0000 Listening on 0.0.0.0:1025, CTRL+C to stop
2026-01-21 03:24:13 +0000 Stopping ...
test_renders_front_json 32m PASS0m (1.88s)
2026-01-21 03:24:14 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2026-01-21 03:24:14 +0000 Maximum connections set to 1024
2026-01-21 03:24:14 +0000 Listening on 0.0.0.0:1025, CTRL+C to stop
2026-01-21 03:24:16 +0000 Stopping ...
test_fetch_in_multiple_threads 32m PASS0m (3.49s)
2026-01-21 03:24:17 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2026-01-21 03:24:17 +0000 Maximum connections set to 1024
2026-01-21 03:24:17 +0000 Listening on 0.0.0.0:1025, CTRL+C to stop
2026-01-21 03:24:19 +0000 Stopping ...
test_wallet_page__mnemo 32m PASS0m (2.91s)
2026-01-21 03:24:20 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2026-01-21 03:24:20 +0000 Maximum connections set to 1024
2026-01-21 03:24:20 +0000 Listening on 0.0.0.0:1025, CTRL+C to stop
2026-01-21 03:24:22 +0000 Stopping ...
test_wallet_page__mtime 32m PASS0m (2.90s)
2026-01-21 03:24:31 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2026-01-21 03:24:31 +0000 Maximum connections set to 1024
2026-01-21 03:24:31 +0000 Listening on 0.0.0.0:1025, CTRL+C to stop
2026-01-21 03:24:37 +0000 Stopping ...
test_score_is_reduced 32m PASS0m (15.54s)
2026-01-21 03:24:39 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2026-01-21 03:24:39 +0000 Maximum connections set to 1024
2026-01-21 03:24:39 +0000 Listening on 0.0.0.0:1025, CTRL+C to stop
2026-01-21 03:24:39 +0000 Stopping ...
test_headers_are_being_set_correctly 32m PASS0m (1.91s)
2026-01-21 03:24:41 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2026-01-21 03:24:41 +0000 Maximum connections set to 1024
2026-01-21 03:24:41 +0000 Listening on 0.0.0.0:1025, CTRL+C to stop
2026-01-21 03:24:42 +0000 Stopping ...
test_wallet_page__key 32m PASS0m (2.95s)
2026-01-21 03:24:44 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2026-01-21 03:24:44 +0000 Maximum connections set to 1024
2026-01-21 03:24:44 +0000 Listening on 0.0.0.0:1025, CTRL+C to stop
2026-01-21 03:24:45 +0000 Stopping ...
test_wallet_page__txns_json 32m PASS0m (2.88s)
2026-01-21 03:24:46 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2026-01-21 03:24:46 +0000 Maximum connections set to 1024
2026-01-21 03:24:46 +0000 Listening on 0.0.0.0:1025, CTRL+C to stop
2026-01-21 03:24:48 +0000 Stopping ...
test_wallet_page__bin 32m PASS0m (2.89s)
2026-01-21 03:24:49 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2026-01-21 03:24:49 +0000 Maximum connections set to 1024
2026-01-21 03:24:49 +0000 Listening on 0.0.0.0:1025, CTRL+C to stop
2026-01-21 03:24:51 +0000 Stopping ...
test_wallet_page__balance 32m PASS0m (3.14s)
2026-01-21 03:25:00 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2026-01-21 03:25:00 +0000 Maximum connections set to 1024
2026-01-21 03:25:00 +0000 Listening on 0.0.0.0:1025, CTRL+C to stop
test_increments_score 31mERROR0m (180.00s)
Minitest::UnexpectedError: Timeout::ExitException: execution expired
test/node/fake_node.rb:82:in 'Thread#join'
test/node/fake_node.rb:82:in 'block in FakeNode#run'
test/fake_home.rb:32:in 'block in FakeHome#run'
/usr/local/lib/ruby/3.4.0/tmpdir.rb:105:in 'Dir.mktmpdir'
test/fake_home.rb:30:in 'FakeHome#run'
test/node/fake_node.rb:34:in 'FakeNode#run'
test/node/test_front.rb:123:in 'FrontTest#test_increments_score'
2026-01-21 03:27:52 - RuntimeError - Score is empty, there is something wrong with the Farm! (RuntimeError):
/home/r/repo/lib/zold/node/front.rb:569:in 'block in Zold::Front#score'
/usr/local/bundle/gems/zache-0.15.2/lib/zache.rb:342:in 'Zache#calc'
/usr/local/bundle/gems/zache-0.15.2/lib/zache.rb:120:in 'block in Zache#get'
/usr/local/bundle/gems/zache-0.15.2/lib/zache.rb:379:in 'Thread::Mutex#synchronize'
/usr/local/bundle/gems/zache-0.15.2/lib/zache.rb:379:in 'Zache#synchronize_one'
/usr/local/bundle/gems/zache-0.15.2/lib/zache.rb:120:in 'Zache#get'
/home/r/repo/lib/zold/node/front.rb:567:in 'Zold::Front#score'
/home/r/repo/lib/zold/node/front.rb:194:in 'block in <class:Front>'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:1775:in 'Method#call'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:1775:in 'block in Sinatra::Base.compile!'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:1065:in 'block (3 levels) in Sinatra::Base#route!'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:1083:in 'Sinatra::Base#route_eval'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:1065:in 'block (2 levels) in Sinatra::Base#route!'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:1114:in 'block in Sinatra::Base#process_route'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:1112:in 'Kernel#catch'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:1112:in 'Sinatra::Base#process_route'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:1063:in 'block in Sinatra::Base#route!'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:1060:in 'Array#each'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:1060:in 'Sinatra::Base#route!'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:1184:in 'block in Sinatra::Base#dispatch!'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:1155:in 'Kernel#catch'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:1155:in 'Sinatra::Base#invoke'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:1179:in 'Sinatra::Base#dispatch!'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:995:in 'block in Sinatra::Base#call!'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:1155:in 'Kernel#catch'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:1155:in 'Sinatra::Base#invoke'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:995:in 'Sinatra::Base#call!'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:984:in 'Sinatra::Base#call'
/usr/local/bundle/gems/rack-2.2.21/lib/rack/deflater.rb:44:in 'Rack::Deflater#call'
/usr/local/bundle/gems/rack-protection-3.2.0/lib/rack/protection/xss_header.rb:20:in 'Rack::Protection::XSSHeader#call'
/usr/local/bundle/gems/rack-protection-3.2.0/lib/rack/protection/path_traversal.rb:18:in 'Rack::Protection::PathTraversal#call'
/usr/local/bundle/gems/rack-protection-3.2.0/lib/rack/protection/json_csrf.rb:28:in 'Rack::Protection::JsonCsrf#call'
/usr/local/bundle/gems/rack-protection-3.2.0/lib/rack/protection/base.rb:53:in 'Rack::Protection::Base#call'
/usr/local/bundle/gems/rack-protection-3.2.0/lib/rack/protection/base.rb:53:in 'Rack::Protection::Base#call'
/usr/local/bundle/gems/rack-protection-3.2.0/lib/rack/protection/frame_options.rb:33:in 'Rack::Protection::FrameOptions#call'
/usr/local/bundle/gems/rack-2.2.21/lib/rack/null_logger.rb:11:in 'Rack::NullLogger#call'
/usr/local/bundle/gems/rack-2.2.21/lib/rack/head.rb:12:in 'Rack::Head#call'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:219:in 'Sinatra::ExtendedRack#call'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:2086:in 'Sinatra::Wrapper#call'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:1645:in 'block in Sinatra::Base.call'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:1861:in 'Sinatra::Base.synchronize'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:1645:in 'Sinatra::Base.call'
/usr/local/bundle/gems/thin-1.8.2/lib/thin/connection.rb:86:in 'block in Thin::Connection#pre_process'
/usr/local/bundle/gems/thin-1.8.2/lib/thin/connection.rb:84:in 'Kernel#catch'
/usr/local/bundle/gems/thin-1.8.2/lib/thin/connection.rb:84:in 'Thin::Connection#pre_process'
/usr/local/bundle/gems/thin-1.8.2/lib/thin/connection.rb:50:in 'block in Thin::Connection#process'
/usr/local/bundle/gems/eventmachine-1.2.7/lib/eventmachine.rb:1077:in 'block in EventMachine.spawn_threadpool'
2026-01-21 03:27:52 - Errno::ENOENT - No such file or directory @ rb_sysopen - /tmp/d20260121-2049-d0j156/.zoldata/async-entrance/ca31e15cd3bd3994-e5bf5c90-bda1-4378-b9fb-c036f21e7724.z (Errno::ENOENT):
/home/r/repo/lib/zold/node/async_entrance.rb:86:in 'IO.write'
/home/r/repo/lib/zold/node/async_entrance.rb:86:in 'block in Zold::AsyncEntrance#push'
<internal:kernel>:168:in 'Kernel#loop'
/home/r/repo/lib/zold/node/async_entrance.rb:82:in 'Zold::AsyncEntrance#push'
/home/r/repo/lib/zold/node/nodup_entrance.rb:43:in 'Zold::NoDupEntrance#push'
/home/r/repo/lib/zold/node/nospam_entrance.rb:46:in 'Zold::NoSpamEntrance#push'
/home/r/repo/lib/zold/node/safe_entrance.rb:63:in 'block in Zold::SafeEntrance#push'
/usr/local/lib/ruby/3.4.0/tempfile.rb:444:in 'Tempfile.open'
/home/r/repo/lib/zold/node/safe_entrance.rb:44:in 'Zold::SafeEntrance#push'
/home/r/repo/lib/zold/node/front.rb:365:in 'block in <class:Front>'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:1775:in 'Method#call'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:1775:in 'block in Sinatra::Base.compile!'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:1065:in 'block (3 levels) in Sinatra::Base#route!'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:1083:in 'Sinatra::Base#route_eval'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:1065:in 'block (2 levels) in Sinatra::Base#route!'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:1114:in 'block in Sinatra::Base#process_route'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:1112:in 'Kernel#catch'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:1112:in 'Sinatra::Base#process_route'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:1063:in 'block in Sinatra::Base#route!'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:1060:in 'Array#each'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:1060:in 'Sinatra::Base#route!'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:1184:in 'block in Sinatra::Base#dispatch!'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:1155:in 'Kernel#catch'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:1155:in 'Sinatra::Base#invoke'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:1179:in 'Sinatra::Base#dispatch!'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:995:in 'block in Sinatra::Base#call!'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:1155:in 'Kernel#catch'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:1155:in 'Sinatra::Base#invoke'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:995:in 'Sinatra::Base#call!'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:984:in 'Sinatra::Base#call'
/usr/local/bundle/gems/rack-2.2.21/lib/rack/deflater.rb:44:in 'Rack::Deflater#call'
/usr/local/bundle/gems/rack-protection-3.2.0/lib/rack/protection/xss_header.rb:20:in 'Rack::Protection::XSSHeader#call'
/usr/local/bundle/gems/rack-protection-3.2.0/lib/rack/protection/path_traversal.rb:18:in 'Rack::Protection::PathTraversal#call'
/usr/local/bundle/gems/rack-protection-3.2.0/lib/rack/protection/json_csrf.rb:28:in 'Rack::Protection::JsonCsrf#call'
/usr/local/bundle/gems/rack-protection-3.2.0/lib/rack/protection/base.rb:53:in 'Rack::Protection::Base#call'
/usr/local/bundle/gems/rack-protection-3.2.0/lib/rack/protection/base.rb:53:in 'Rack::Protection::Base#call'
/usr/local/bundle/gems/rack-protection-3.2.0/lib/rack/protection/frame_options.rb:33:in 'Rack::Protection::FrameOptions#call'
/usr/local/bundle/gems/rack-2.2.21/lib/rack/null_logger.rb:11:in 'Rack::NullLogger#call'
/usr/local/bundle/gems/rack-2.2.21/lib/rack/head.rb:12:in 'Rack::Head#call'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:219:in 'Sinatra::ExtendedRack#call'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:2086:in 'Sinatra::Wrapper#call'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:1645:in 'block in Sinatra::Base.call'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:1861:in 'Sinatra::Base.synchronize'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:1645:in 'Sinatra::Base.call'
/usr/local/bundle/gems/thin-1.8.2/lib/thin/connection.rb:86:in 'block in Thin::Connection#pre_process'
/usr/local/bundle/gems/thin-1.8.2/lib/thin/connection.rb:84:in 'Kernel#catch'
/usr/local/bundle/gems/thin-1.8.2/lib/thin/connection.rb:84:in 'Thin::Connection#pre_process'
/usr/local/bundle/gems/thin-1.8.2/lib/thin/connection.rb:50:in 'block in Thin::Connection#process'
/usr/local/bundle/gems/eventmachine-1.2.7/lib/eventmachine.rb:1077:in 'block in EventMachine.spawn_threadpool'
2026-01-21 03:27:52 - RuntimeError - Score is empty, there is something wrong with the Farm! (RuntimeError):
/home/r/repo/lib/zold/node/front.rb:569:in 'block in Zold::Front#score'
/usr/local/bundle/gems/zache-0.15.2/lib/zache.rb:342:in 'Zache#calc'
/usr/local/bundle/gems/zache-0.15.2/lib/zache.rb:120:in 'block in Zache#get'
/usr/local/bundle/gems/zache-0.15.2/lib/zache.rb:379:in 'Thread::Mutex#synchronize'
/usr/local/bundle/gems/zache-0.15.2/lib/zache.rb:379:in 'Zache#synchronize_one'
/usr/local/bundle/gems/zache-0.15.2/lib/zache.rb:120:in 'Zache#get'
/home/r/repo/lib/zold/node/front.rb:567:in 'Zold::Front#score'
/home/r/repo/lib/zold/node/front.rb:194:in 'block in <class:Front>'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:1775:in 'Method#call'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:1775:in 'block in Sinatra::Base.compile!'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:1065:in 'block (3 levels) in Sinatra::Base#route!'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:1083:in 'Sinatra::Base#route_eval'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:1065:in 'block (2 levels) in Sinatra::Base#route!'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:1114:in 'block in Sinatra::Base#process_route'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:1112:in 'Kernel#catch'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:1112:in 'Sinatra::Base#process_route'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:1063:in 'block in Sinatra::Base#route!'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:1060:in 'Array#each'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:1060:in 'Sinatra::Base#route!'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:1184:in 'block in Sinatra::Base#dispatch!'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:1155:in 'Kernel#catch'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:1155:in 'Sinatra::Base#invoke'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:1179:in 'Sinatra::Base#dispatch!'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:995:in 'block in Sinatra::Base#call!'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:1155:in 'Kernel#catch'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:1155:in 'Sinatra::Base#invoke'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:995:in 'Sinatra::Base#call!'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:984:in 'Sinatra::Base#call'
/usr/local/bundle/gems/rack-2.2.21/lib/rack/deflater.rb:44:in 'Rack::Deflater#call'
/usr/local/bundle/gems/rack-protection-3.2.0/lib/rack/protection/xss_header.rb:20:in 'Rack::Protection::XSSHeader#call'
/usr/local/bundle/gems/rack-protection-3.2.0/lib/rack/protection/path_traversal.rb:18:in 'Rack::Protection::PathTraversal#call'
/usr/local/bundle/gems/rack-protection-3.2.0/lib/rack/protection/json_csrf.rb:28:in 'Rack::Protection::JsonCsrf#call'
/usr/local/bundle/gems/rack-protection-3.2.0/lib/rack/protection/base.rb:53:in 'Rack::Protection::Base#call'
/usr/local/bundle/gems/rack-protection-3.2.0/lib/rack/protection/base.rb:53:in 'Rack::Protection::Base#call'
/usr/local/bundle/gems/rack-protection-3.2.0/lib/rack/protection/frame_options.rb:33:in 'Rack::Protection::FrameOptions#call'
/usr/local/bundle/gems/rack-2.2.21/lib/rack/null_logger.rb:11:in 'Rack::NullLogger#call'
/usr/local/bundle/gems/rack-2.2.21/lib/rack/head.rb:12:in 'Rack::Head#call'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:219:in 'Sinatra::ExtendedRack#call'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:2086:in 'Sinatra::Wrapper#call'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:1645:in 'block in Sinatra::Base.call'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:1861:in 'Sinatra::Base.synchronize'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:1645:in 'Sinatra::Base.call'
/usr/local/bundle/gems/thin-1.8.2/lib/thin/connection.rb:86:in 'block in Thin::Connection#pre_process'
/usr/local/bundle/gems/thin-1.8.2/lib/thin/connection.rb:84:in 'Kernel#catch'
/usr/local/bundle/gems/thin-1.8.2/lib/thin/connection.rb:84:in 'Thin::Connection#pre_process'
/usr/local/bundle/gems/thin-1.8.2/lib/thin/connection.rb:50:in 'block in Thin::Connection#process'
/usr/local/bundle/gems/eventmachine-1.2.7/lib/eventmachine.rb:1077:in 'block in EventMachine.spawn_threadpool'
2026-01-21 03:27:53 +0000 Stopping ...
test_wallet_page__txt 31m FAIL0m (1.29s)
Errno::ENOENT: No such file or directory @ rb_sysopen - /tmp/d20260121-2049-d0j156/.zoldata/async-entrance/ca31e15cd3bd3994-e5bf5c90-bda1-4378-b9fb-c036f21e7724.z
/home/r/repo/lib/zold/node/async_entrance.rb:86:in 'IO.write'
/home/r/repo/lib/zold/node/async_entrance.rb:86:in 'block in Zold::AsyncEntrance#push'
<internal:kernel>:168:in 'Kernel#loop'
/home/r/repo/lib/zold/node/async_entrance.rb:82:in 'Zold::AsyncEntrance#push'
/home/r/repo/lib/zold/node/nodup_entrance.rb:43:in 'Zold::NoDupEntrance#push'
/home/r/repo/lib/zold/node/nospam_entrance.rb:46:in 'Zold::NoSpamEntrance#push'
/home/r/repo/lib/zold/node/safe_entrance.rb:63:in 'block in Zold::SafeEntrance#push'
/usr/local/lib/ruby/3.4.0/tempfile.rb:444:in 'Tempfile.open'
/home/r/repo/lib/zold/node/safe_entrance.rb:44:in 'Zold::SafeEntrance#push'
/home/r/repo/lib/zold/node/front.rb:365:in 'block in <class:Front>'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:1775:in 'Method#call'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:1775:in 'block in Sinatra::Base.compile!'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:1065:in 'block (3 levels) in Sinatra::Base#route!'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:1083:in 'Sinatra::Base#route_eval'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:1065:in 'block (2 levels) in Sinatra::Base#route!'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:1114:in 'block in Sinatra::Base#process_route'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:1112:in 'Kernel#catch'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:1112:in 'Sinatra::Base#process_route'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:1063:in 'block in Sinatra::Base#route!'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:1060:in 'Array#each'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:1060:in 'Sinatra::Base#route!'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:1184:in 'block in Sinatra::Base#dispatch!'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:1155:in 'Kernel#catch'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:1155:in 'Sinatra::Base#invoke'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:1179:in 'Sinatra::Base#dispatch!'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:995:in 'block in Sinatra::Base#call!'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:1155:in 'Kernel#catch'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:1155:in 'Sinatra::Base#invoke'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:995:in 'Sinatra::Base#call!'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:984:in 'Sinatra::Base#call'
/usr/local/bundle/gems/rack-2.2.21/lib/rack/deflater.rb:44:in 'Rack::Deflater#call'
/usr/local/bundle/gems/rack-protection-3.2.0/lib/rack/protection/xss_header.rb:20:in 'Rack::Protection::XSSHeader#call'
/usr/local/bundle/gems/rack-protection-3.2.0/lib/rack/protection/path_traversal.rb:18:in 'Rack::Protection::PathTraversal#call'
/usr/local/bundle/gems/rack-protection-3.2.0/lib/rack/protection/json_csrf.rb:28:in 'Rack::Protection::JsonCsrf#call'
/usr/local/bundle/gems/rack-protection-3.2.0/lib/rack/protection/base.rb:53:in 'Rack::Protection::Base#call'
/usr/local/bundle/gems/rack-protection-3.2.0/lib/rack/protection/base.rb:53:in 'Rack::Protection::Base#call'
/usr/local/bundle/gems/rack-protection-3.2.0/lib/rack/protection/frame_options.rb:33:in 'Rack::Protection::FrameOptions#call'
/usr/local/bundle/gems/rack-2.2.21/lib/rack/null_logger.rb:11:in 'Rack::NullLogger#call'
/usr/local/bundle/gems/rack-2.2.21/lib/rack/head.rb:12:in 'Rack::Head#call'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:219:in 'Sinatra::ExtendedRack#call'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:2086:in 'Sinatra::Wrapper#call'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:1645:in 'block in Sinatra::Base.call'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:1861:in 'Sinatra::Base.synchronize'
/usr/local/bundle/gems/sinatra-3.2.0/lib/sinatra/base.rb:1645:in 'Sinatra::Base.call'
/usr/local/bundle/gems/thin-1.8.2/lib/thin/connection.rb:86:in 'block in Thin::Connection#pre_process'
/usr/local/bundle/gems/thin-1.8.2/lib/thin/connection.rb:84:in 'Kernel#catch'
/usr/local/bundle/gems/thin-1.8.2/lib/thin/connection.rb:84:in 'Thin::Connection#pre_process'
/usr/local/bundle/gems/thin-1.8.2/lib/thin/connection.rb:50:in 'block in Thin::Connection#process'
/usr/local/bundle/gems/eventmachine-1.2.7/lib/eventmachine.rb:1077:in 'block in EventMachine.spawn_threadpool'.
Expected: 200
Actual: 503
/home/r/repo/test/node/test_front.rb:149:in 'block (4 levels) in <class:FrontTest>'
/home/r/repo/test/node/fake_node.rb:79:in 'block in FakeNode#run'
/home/r/repo/test/fake_home.rb:32:in 'block in FakeHome#run'
/usr/local/lib/ruby/3.4.0/tmpdir.rb:105:in 'Dir.mktmpdir'
/home/r/repo/test/fake_home.rb:30:in 'FakeHome#run'
/home/r/repo/test/node/fake_node.rb:34:in 'FakeNode#run'
/home/r/repo/test/node/test_front.rb:145:in 'block (3 levels) in <class:FrontTest>'
/home/r/repo/test/fake_home.rb:32:in 'block in FakeHome#run'
/usr/local/lib/ruby/3.4.0/tmpdir.rb:105:in 'Dir.mktmpdir'
/home/r/repo/test/fake_home.rb:30:in 'FakeHome#run'
/home/r/repo/test/node/test_front.rb:144:in 'block (2 levels) in <class:FrontTest>'
/home/r/repo/test/test__helper.rb:57:in 'block in Zold::Test#around'
/usr/local/lib/ruby/3.4.0/timeout.rb:185:in 'block in Timeout.timeout'
/usr/local/lib/ruby/3.4.0/timeout.rb:38:in 'Timeout::Error.handle_timeout'
/usr/local/lib/ruby/3.4.0/timeout.rb:194:in 'Timeout.timeout'
/home/r/repo/test/test__helper.rb:55:in 'Zold::Test#around'
test_invalid_alias 33m SKIP0m (0.00s)
2026-01-21 03:27:54 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2026-01-21 03:27:54 +0000 Maximum connections set to 1024
2026-01-21 03:27:54 +0000 Listening on 0.0.0.0:1025, CTRL+C to stop
2026-01-21 03:27:55 +0000 Stopping ...
test_wallet_page__debt 32m PASS0m (2.88s)
2026-01-21 03:28:03 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2026-01-21 03:28:03 +0000 Maximum connections set to 1024
2026-01-21 03:28:03 +0000 Listening on 0.0.0.0:1025, CTRL+C to stop
2026-01-21 03:28:04 +0000 Stopping ...
test_updates_list_of_remotes 32m PASS0m (9.30s)
2026-01-21 03:28:06 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2026-01-21 03:28:06 +0000 Maximum connections set to 1024
2026-01-21 03:28:06 +0000 Listening on 0.0.0.0:1025, CTRL+C to stop
2026-01-21 03:28:08 +0000 Stopping ...
test_pushes_many_wallets 32m PASS0m (3.00s)
2026-01-21 03:28:09 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2026-01-21 03:28:09 +0000 Maximum connections set to 1024
2026-01-21 03:28:09 +0000 Listening on 0.0.0.0:1025, CTRL+C to stop
2026-01-21 03:28:10 +0000 Stopping ...
test_renders_public_pages 32m PASS0m (2.02s)
2026-01-21 03:28:11 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2026-01-21 03:28:11 +0000 Maximum connections set to 1024
2026-01-21 03:28:11 +0000 Listening on 0.0.0.0:1025, CTRL+C to stop
2026-01-21 03:28:13 +0000 Stopping ...
test_wallet_page__copies 32m PASS0m (2.88s)
test_memory_leakage 33m SKIP0m (0.00s)
2026-01-21 03:28:14 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2026-01-21 03:28:14 +0000 Maximum connections set to 1024
2026-01-21 03:28:14 +0000 Listening on 0.0.0.0:1025, CTRL+C to stop
2026-01-21 03:28:15 +0000 Stopping ...
test_wallet_page__html 32m PASS0m (2.91s)
2026-01-21 03:28:23 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2026-01-21 03:28:23 +0000 Maximum connections set to 1024
2026-01-21 03:28:23 +0000 Listening on 0.0.0.0:1025, CTRL+C to stop
2026-01-21 03:28:24 +0000 Stopping ...
test_performance 32m PASS0m (9.49s)
2026-01-21 03:28:26 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2026-01-21 03:28:26 +0000 Maximum connections set to 1024
2026-01-21 03:28:26 +0000 Listening on 0.0.0.0:1025, CTRL+C to stop
2026-01-21 03:28:28 +0000 Stopping ...
test_renders_wallets_page 32m PASS0m (2.91s)
2026-01-21 03:28:29 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2026-01-21 03:28:29 +0000 Maximum connections set to 1024
2026-01-21 03:28:29 +0000 Listening on 0.0.0.0:1025, CTRL+C to stop
2026-01-21 03:28:36 +0000 Stopping ...
test_push_fetch_in_multiple_threads 32m PASS0m (8.55s)
2026-01-21 03:28:38 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2026-01-21 03:28:38 +0000 Maximum connections set to 1024
2026-01-21 03:28:38 +0000 Listening on 0.0.0.0:1025, CTRL+C to stop
2026-01-21 03:28:39 +0000 Stopping ...
test_wallet_page__txns 32m PASS0m (2.88s)
2026-01-21 03:28:41 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2026-01-21 03:28:41 +0000 Maximum connections set to 1024
2026-01-21 03:28:41 +0000 Listening on 0.0.0.0:1025, CTRL+C to stop
2026-01-21 03:28:41 +0000 Stopping ...
test_alias_parameter 32m PASS0m (1.85s)
2026-01-21 03:28:42 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2026-01-21 03:28:42 +0000 Maximum connections set to 1024
2026-01-21 03:28:42 +0000 Listening on 0.0.0.0:1025, CTRL+C to stop
2026-01-21 03:28:44 +0000 Stopping ...
test_wallet_page__size 32m PASS0m (2.89s)
2026-01-21 03:28:45 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2026-01-21 03:28:45 +0000 Maximum connections set to 1024
2026-01-21 03:28:45 +0000 Listening on 0.0.0.0:1025, CTRL+C to stop
2026-01-21 03:28:46 +0000 Stopping ...
test_gzip 32m PASS0m (1.85s)
2026-01-21 03:28:47 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2026-01-21 03:28:47 +0000 Maximum connections set to 1024
2026-01-21 03:28:47 +0000 Listening on 0.0.0.0:1025, CTRL+C to stop
2026-01-21 03:28:49 +0000 Stopping ...
test_pushes_twice 32m PASS0m (2.89s)
test_different_logos 32m PASS0m (0.00s)
FarmersTest
test_kills_farmer 32m PASS0m (3.00s)
test_calculates_next_score 32m PASS0m (2.41s)
test_calculates_large_score 32m PASS0m (0.30s)
TestTxn
test_prints_and_parses_time 32m PASS0m (0.00s)
test_prints_and_parses 32m PASS0m (0.00s)
test_converts_to_json 32m PASS0m (0.00s)
test_accepts_text_as_details 32m PASS0m (0.00s)
TestShow
test_checks_wallet_balance 32m PASS0m (0.02s)
TestVerboseThread
test_syntax_exceptions_are_logged 32m PASS0m (0.00s)
test_grammar_exceptions_are_logged 32m PASS0m (0.01s)
test_exceptions_are_logged 32m PASS0m (0.00s)
TestFetch
test_fetches_wallet 32m PASS0m (0.09s)
test_fetches_multiple_wallets 32m PASS0m (0.17s)
test_fails_when_only_one_node 32m PASS0m (0.06s)
test_fails_when_only_edge_nodes 32m PASS0m (0.06s)
TestNoDupEntrance
test_ignores_dup 32m PASS0m (0.03s)
TestNode
2026-01-21 03:29:03 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2026-01-21 03:29:03 +0000 Maximum connections set to 1024
2026-01-21 03:29:03 +0000 Listening on 0.0.0.0:1025, CTRL+C to stop
2026-01-21 03:29:03 +0000 Stopping ...
test_push_and_fetch 32m PASS0m (8.61s)
TestRemove
test_removes_wallets 32m PASS0m (0.05s)
test_removes_one_wallet 32m PASS0m (0.04s)
test_removes_no_wallets 32m PASS0m (0.02s)
test_removes_absent_wallets 32m PASS0m (0.01s)
TestMetronome
test_start_and_stop 32m PASS0m (0.11s)
test_prints_to_text 32m PASS0m (0.11s)
test_prints_empty_to_text 32m PASS0m (0.00s)
test_continues_even_after_error 32m PASS0m (1.10s)
TestPull
test_pull_wallet 32m PASS0m (0.09s)
test_fails_when_only_edge_nodes 32m PASS0m (0.07s)
TestHexnum
test_prints_and_parses 32m PASS0m (0.00s)
TestVersion
test_has_version 32m PASS0m (0.00s)
test_has_protocol 32m PASS0m (0.00s)
TestThreadPool
test_adds_and_stops 32m PASS0m (0.10s)
test_prints_to_json 32m PASS0m (0.24s)
test_stops_stuck_threads 32m PASS0m (0.30s)
test_prints_to_text 32m PASS0m (0.00s)
test_closes_all_threads_right 32m PASS0m (0.09s)
test_stops_empty_pool 32m PASS0m (0.00s)
TestPrefixes
test_creates_and_validates 32m PASS0m (0.98s)
TestRemotes
test_reads_mtime_from_empty_file 32m PASS0m (0.00s)
test_adds_remotes 32m PASS0m (0.01s)
test_iterates_and_fails 32m PASS0m (0.66s)
test_manifests_correct_network_name 32m PASS0m (0.01s)
test_tolerates_invalid_requests 32m PASS0m (0.01s)
test_closes_threads_carefully 32m PASS0m (1.27s)
test_unerror_remote 32m PASS0m (0.02s)
test_resets_remotes 32m PASS0m (0.05s)
test_iterates_them_all_even_with_delays 32m PASS0m (1.27s)
test_modifies_from_many_threads 32m PASS0m (0.02s)
test_quickly_ads_and_reads 32m PASS0m (5.62s)
test_modifies_score 32m PASS0m (0.01s)
test_removes_remotes 32m PASS0m (0.01s)
test_reads_broken_file 32m PASS0m (0.02s)
test_mtime 32m PASS0m (0.00s)
test_reports_zold_error_header 32m PASS0m (0.01s)
test_adds_from_many_threads 32m PASS0m (1.33s)
test_iterates_all_failures 32m PASS0m (0.04s)
test_read_mtime_from_file 32m PASS0m (0.00s)
test_empty_remotes 32m PASS0m (0.00s)
test_finds_masters 32m PASS0m (0.00s)
FarmTest
test_renders_in_text 32m PASS0m (6.66s)
test_garbage_farm_file 32m PASS0m (0.00s)
test_terminates_farm_entirely 32m PASS0m (7.53s)
test_drops_expired_scores_from_history 32m PASS0m (12.82s)
test_correct_score_from_empty_farm 32m PASS0m (0.01s)
test_reads_scores_at_high_speed 32m PASS0m (8.12s)
test_renders_in_json 32m PASS0m (7.97s)
test_pre_loads_history 32m PASS0m (0.01s)
test_makes_best_score_in_background 32m PASS0m (7.58s)
test_makes_many_scores 32m PASS0m (10.88s)
TestKey
test_signs_and_verifies 32m PASS0m (0.03s)
test_reads_private_rsa 32m PASS0m (0.00s)
test_signs_with_real_keys 32m PASS0m (0.03s)
test_signs_and_verifies_with_random_key 32m PASS0m (0.05s)
test_parses_openssl_generated_keys 32m PASS0m (0.08s)
test_reads_public_root_rsa 32m PASS0m (0.00s)
test_read_public_keys 32m PASS0m (0.02s)
test_reads_public_rsa 32m PASS0m (0.04s)
TestGem
test_last_version_live 32m PASS0m (0.03s)
test_last_version 32m PASS0m (0.00s)
TestPush
test_pushes_wallet 32m PASS0m (0.04s)
test_pushes_multiple_wallets 32m PASS0m (0.06s)
test_fails_when_only_one_node 32m PASS0m (0.04s)
test_fails_when_only_edge_nodes 32m PASS0m (0.04s)
TestSpreadEntrance
test_renders_json 32m PASS0m (0.12s)
2026-01-21 03:30:27 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2026-01-21 03:30:27 +0000 Maximum connections set to 1024
2026-01-21 03:30:27 +0000 Listening on 0.0.0.0:1025, CTRL+C to stop
2026-01-21 03:30:28 +0000 Stopping ...
test_ignores_duplicates 32m PASS0m (8.88s)
TestTaxes
test_pays_taxes 32m PASS0m (0.06s)
TestTreeWallets
test_count_tree_wallets 32m PASS0m (0.01s)
test_adds_wallet 32m PASS0m (0.03s)
test_adds_many_wallets 32m PASS0m (0.11s)
TestHttp
test_sends_valid_version_header 32m PASS0m (0.00s)
test_pings_broken_uri 32m PASS0m (0.00s)
test_uploads_file 32m PASS0m (0.02s)
test_downloads_file 32m PASS0m (0.01s)
test_doesnt_terminate_on_long_call 32m PASS0m (1.26s)
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.00s)
test_pings_live_uri 32m PASS0m (0.00s)
test_terminates_on_timeout 32m PASS0m (0.36s)
test_pings_with_exception 32m PASS0m (0.00s)
TestSyncWallets
test_adds_wallet 32m PASS0m (3.46s)
TestWallets
test_subtracts_dir_path_from_full_path 32m PASS0m (0.00s)
test_lists_wallets_and_ignores_garbage 32m PASS0m (0.02s)
test_count_wallets 32m PASS0m (0.03s)
test_adds_wallet 32m PASS0m (0.02s)
TestAmount
test_compares_amounts 32m PASS0m (0.00s)
test_divides 32m PASS0m (0.00s)
test_prints_zld_with_many_digits 32m PASS0m (0.00s)
test_parses_zld 32m PASS0m (0.00s)
test_multiplies 32m PASS0m (0.00s)
test_compares_with_zero 32m PASS0m (0.00s)
test_parses_zents 32m PASS0m (0.00s)
TestNoSpamEntrance
test_ignores_spam 32m PASS0m (0.01s)
TestList
test_lists_wallets_with_balances 32m PASS0m (0.02s)
TestSafeEntrance
test_rejects_wallet_with_wrong_network 32m PASS0m (0.01s)
test_rejects_wallet_with_negative_balance 32m PASS0m (0.03s)
TraceTest
test_records_log_lines 32m PASS0m (0.00s)
TestReconnect
test_reconnects 32m PASS0m (0.07s)
TestAsyncEntrance
test_sends_through_once 32m PASS0m (1.98s)
test_sends_through 32m PASS0m (1.78s)
test_renders_json 32m PASS0m (0.94s)
test_handles_broken_entrance_gracefully 32m PASS0m (0.96s)
TestCachedWallets
test_flushes_correctly 32m PASS0m (0.03s)
test_adds_wallet 32m PASS0m (0.03s)
TestHands
test_runs_with_index 32m PASS0m (0.00s)
test_runs_with_exceptions 32m PASS0m (0.10s)
test_runs_with_empty_set 32m PASS0m (0.00s)
test_runs_in_many_threads 32m PASS0m (0.00s)
TestPatch
test_accepts_negative_balance_in_root_wallet 32m PASS0m (0.05s)
test_merges_fragmented_parts 32m PASS0m (0.09s)
test_rejects_fake_positives 32m PASS0m (0.04s)
test_merges_similar_ids_but_different_signs 32m PASS0m (0.06s)
test_builds_patch 32m PASS0m (0.15s)
test_protocols_new_txns 32m PASS0m (0.06s)
TestGc
test_doesnt_touch_non_empty_wallets 32m PASS0m (0.05s)
test_doesnt_touch_fresh_wallets 32m PASS0m (0.03s)
test_collects_garbage 32m PASS0m (0.04s)
TestReconcile
test_reconciles 32m PASS0m (0.11s)
TestAlias
test_show_prints_out_the_aliased_wallet_id 33m SKIP0m (0.00s)
test_set_writes_alias_to_the_alias_file 33m SKIP0m (0.00s)
test_remove_removes_the_alias_from_the_alias_file 33m SKIP0m (0.00s)
TestRemote
test_updates_just_once 32m PASS0m (0.07s)
test_remote_trim_with_tolerate 32m PASS0m (0.09s)
test_updates_remote 32m PASS0m (0.08s)
test_new_version_rubygems 32m PASS0m (0.05s)
test_elects_a_remote 32m PASS0m (0.01s)
test_select_selects_the_strongest_nodes 32m PASS0m (0.32s)
test_sets_masters 32m PASS0m (0.03s)
test_select_respects_max_nodes_option 32m PASS0m (0.20s)
test_resets_remotes 32m PASS0m (0.03s)
test_select_doesnt_touch_masters 32m PASS0m (0.03s)
TestInvoice
test_generates_invoice 32m PASS0m (0.01s)
TestHungryWallets
test_pulls_wallet 32m PASS0m (2.02s)
test_doesnt_pull_wallet_if_exists 32m PASS0m (2.03s)
test_doesnt_pull_twice_if_not_found 32m PASS0m (2.63s)
TestAudit
test_audits 32m PASS0m (0.01s)
TestSignature
test_signs_and_validates 32m PASS0m (0.03s)
TestProtocolUp
test_upgrades_protocol_in_wallet 32m PASS0m (0.02s)
TestSyncEntrance
test_renders_json 32m PASS0m (0.00s)
TestCopies
test_master_first 32m PASS0m (0.16s)
test_cleans_copies 32m PASS0m (0.10s)
test_sorts_them_by_score 32m PASS0m (0.18s)
test_overwrites_host 32m PASS0m (0.13s)
test_adds_and_removes_copies 32m PASS0m (0.21s)
test_lists_empty_dir 32m PASS0m (0.00s)
test_ignores_garbage 32m PASS0m (0.04s)
test_cleans_broken_copies 32m PASS0m (0.03s)
test_ignores_too_old_scores 32m PASS0m (0.05s)
TestMerge
test_legacy_negatives_stay 32m PASS0m (0.01s)
test_merges_a_copy_on_top 32m PASS0m (0.07s)
test_negative_overwriting 32m PASS0m (0.01s)
test_unconfirmed_income 32m PASS0m (0.03s)
test_simple_case 32m PASS0m (0.01s)
test_negatives_in_between 32m PASS0m (0.02s)
test_into_no_wallet 32m PASS0m (0.01s)
test_random_expenses 32m PASS0m (0.03s)
test_missed_wallets 32m PASS0m (0.03s)
test_merges_wallet 32m PASS0m (0.08s)
test_rejects_fake_positives_in_new_wallet 32m PASS0m (0.05s)
test_merges_with_a_broken_copy 32m PASS0m (0.05s)
TestPropagate
test_propagates_wallet 32m PASS0m (0.08s)
TestPay
test_sends_from_normal_wallet 32m PASS0m (0.06s)
test_pay_with_keygap 32m PASS0m (0.05s)
test_sends_from_wallet_to_wallet 32m PASS0m (0.12s)
test_sends_from_root_wallet 32m PASS0m (0.07s)
test_notifies_about_tax_status 32m PASS0m (0.08s)
test_pay_without_invoice 32m PASS0m (0.13s)
test_pay_in_many_threads 32m PASS0m (0.48s)
test_pays_and_taxes 32m PASS0m (0.18s)
TestDiff
test_diff_with_copies 32m PASS0m (0.10s)
TestId
test_generates_new_id 32m PASS0m (0.00s)
test_compares_two_ids_by_text 32m PASS0m (0.00s)
test_parses_id 32m PASS0m (0.00s)
test_list_of_banned_ids_is_not_empty 32m PASS0m (0.00s)
test_checks_for_root 32m PASS0m (0.00s)
test_generates_different_ids 32m PASS0m (0.01s)
test_compares_two_ids 32m PASS0m (0.00s)
test_generates_id_only_once 32m PASS0m (0.00s)
TestSize
test_prints_size 32m PASS0m (0.00s)
TestDirItems
test_lists_recursively 32m PASS0m (0.01s)
test_lists_non_recursively 32m PASS0m (0.01s)
test_lists_empty_dir 32m PASS0m (0.01s)
test_intensive_write_in_threads 32m PASS0m (1.06s)
TestCalculate
test_calculates_score 32m PASS0m (0.01s)
TestUpgrades
test_pending_scripts_run 33m SKIP0m (0.00s)
test_no_version_file_is_ok 33m SKIP0m (0.00s)
test_already_ran_scripts_dont_run 32m PASS0m (0.02s)
TestClean
test_cleans_empty_wallets 32m PASS0m (0.01s)
test_cleans_copies_in_threads 32m PASS0m (0.40s)
test_cleans_copies 32m PASS0m (0.05s)
test_clean_no_copies 32m PASS0m (0.04s)
TestJsonPage
test_parses_json_page 32m PASS0m (0.00s)
test_parses_empty_page 32m PASS0m (0.00s)
test_parses_broken_json_page 32m PASS0m (0.00s)
TestEntrance
test_renders_json 32m PASS0m (0.07s)
test_pushes_wallet 32m PASS0m (0.14s)
TestCreate
test_creates_wallet 32m PASS0m (0.01s)
TestZold
test_show_version 32m PASS0m (1.30s)
test_distribute_wallet 32m PASS0m (37.87s)
test_spread_wallets 32m PASS0m (34.92s)
test_create_new_wallet 32m PASS0m (3.33s)
test_calculate_scores 32m PASS0m (2.78s)
test_push_and_pull 32m PASS0m (49.43s)
test_redeploy_on_upgrade 32m PASS0m (43.84s)
test_pull_on_start 32m PASS0m (25.45s)
test_help 32m PASS0m (1.30s)
test_print_helps 32m PASS0m (27.04s)
TestWallet
test_returns_digest 32m PASS0m (0.02s)
test_adds_transaction 32m PASS0m (0.09s)
test_flushes_and_reads_again 32m PASS0m (0.01s)
test_iterates_income_transactions 32m PASS0m (0.01s)
test_sorts_them_always_right 32m PASS0m (1.88s)
test_adds_transaction_and_reads_back 32m PASS0m (0.03s)
test_validate_key_on_payment 32m PASS0m (0.04s)
test_positive_transactions_go_first 32m PASS0m (0.06s)
test_generates_memo 32m PASS0m (0.01s)
test_raises_when_broken_format 32m PASS0m (0.00s)
test_refurbishes_wallet 32m PASS0m (0.06s)
test_reads_large_wallet 32m PASS0m (0.23s)
test_reads_empty_wallet 32m PASS0m (0.02s)
test_returns_modified_time 32m PASS0m (0.01s)
test_adds_similar_transaction 32m PASS0m (0.03s)
test_returns_protocol 32m PASS0m (0.01s)
test_collects_memory_garbage 33m SKIP0m (0.00s)
test_refurbishes_empty_wallet 32m PASS0m (0.02s)
test_calculates_wallet_age_in_hours 32m PASS0m (0.01s)
test_checks_similar_transaction 32m PASS0m (0.03s)
TestAge
test_prints_all_ages 32m PASS0m (0.00s)
test_prints_age 32m PASS0m (0.00s)
TestDeleteBannedWallets
test_delete_them 32m PASS0m (0.02s)
TestTax
test_calculates_debt 32m PASS0m (0.08s)
test_checks_existence_of_duplicates 32m PASS0m (0.04s)
test_takes_tax_payment_into_account 32m PASS0m (0.01s)
test_prints_tax_formula 32m PASS0m (0.02s)
test_filters_out_incoming_payments 32m PASS0m (0.01s)
test_calculates_tax_for_one_year 32m PASS0m (0.01s)
test_print_fee 32m PASS0m (0.00s)
Finished in 641.99909s
290 tests, 4049 assertions, 31m1 failures, 1 errors, 0m33m8 skips0m
Coverage report generated for test to /home/r/repo/coverage.
Line Coverage: 91.02% (3495 / 3840)
Coverage report generated for test to /home/r/repo/coverage/coverage.xml.
Line Coverage: 91.02% (3495 / 3840)
Stopped processing SimpleCov as a previous error not related to SimpleCov has been detected
rake aborted!
Command failed with status (1): [ruby -I"lib:lib:test" /usr/local/bundle/gems/rake-13.3.1/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_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" ]
/usr/local/bundle/gems/rake-13.3.1/exe/rake:27:in '<top (required)>'
/usr/local/bundle/bin/bundle:25:in 'Kernel#load'
/usr/local/bundle/bin/bundle:25:in '<main>'
Tasks: TOP => default => test
(See full trace by running task with --trace)
container 25ea6af8e81956dac989fda2ae2e7dabbe232003fa5b7043884428b812c8f186 is dead
Wed Jan 21 03:35:14 UTC 2026