+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 2246
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Sat Sep 7 14:58:39 UTC 2024
+ uptime
14:58:39 up 7 min, 0 users, load average: 0.39, 0.40, 0.27
+ ff=default
+ image=yegor256/rultor-image:1.23.1
+ rebase=false
+ head_branch=master
+ pull_title='Update dependency rubocop-rspec to v3.0.5'
+ author=yegor256
+ directory=
+ head=git@github.com:zold-io/zold.git
+ pull_id=853
+ fork=git@github.com:zold-io/zold.git
+ fork_branch=renovate/rubocop-rspec-3.x
+ squash=false
+ vars=('--env=head=git@github.com:zold-io/zold.git' '--env=pull_id=853' '--env=fork=git@github.com:zold-io/zold.git' '--env=fork_branch=renovate/rubocop-rspec-3.x' '--env=head_branch=master' '--env=pull_title=Update dependency rubocop-rspec to v3.0.5' '--env=author=yegor256' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:zold-io/zold.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=853'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:zold-io/zold.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=renovate/rubocop-rspec-3.x'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=Update dependency rubocop-rspec to v3.0.5'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''pdd -f /dev/null -v'\'' '\'';'\'' '\''sudo apt-get -y update'\'' '\'';'\'' '\''sudo apt-get -y install libcurl4-openssl-dev'\'' '\'';'\'' '\''bundle update --no-color'\'' '\'';'\'' '\''bundle exec rake --quiet'\'' '\'';'\'' )')
+ scripts=('export '\''head=git@github.com:zold-io/zold.git'\''' ';' 'export '\''pull_id=853'\''' ';' 'export '\''fork=git@github.com:zold-io/zold.git'\''' ';' 'export '\''fork_branch=renovate/rubocop-rspec-3.x'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=Update dependency rubocop-rspec to v3.0.5'\''' ';' 'export '\''author=yegor256'\''' ';' 'pdd -f /dev/null -v' ';' 'sudo apt-get -y update' ';' 'sudo apt-get -y install libcurl4-openssl-dev' ';' 'bundle update --no-color' ';' 'bundle exec rake --quiet' ';')
+ container=zold-io_zold_853
+ as_root=false
+ hostname
ip-172-31-16-143
+ pwd
/tmp/rultor-qJmh
+ 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 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 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 '\''pull_id=853'\''' ';' 'export '\''fork=git@github.com:zold-io/zold.git'\''' ';' 'export '\''fork_branch=renovate/rubocop-rspec-3.x'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=Update dependency rubocop-rspec to v3.0.5'\''' ';' 'export '\''author=yegor256'\''' ';' 'pdd -f /dev/null -v' ';' 'sudo apt-get -y update' ';' 'sudo apt-get -y install libcurl4-openssl-dev' ';' 'bundle update --no-color' ';' 'bundle exec rake --quiet' ';'
+ sensitive=()
+ rm -rf .gnupg
+ 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/rspec-rails-6.x -> fork/renovate/rspec-rails-6.x
* [new branch] renovate/rspec-rails-7.x -> fork/renovate/rspec-rails-7.x
* [new branch] renovate/rubocop-1.x -> fork/renovate/rubocop-1.x
* [new branch] renovate/rubocop-rspec-3.x -> fork/renovate/rubocop-rspec-3.x
* [new branch] renovate/ruby-3.x -> fork/renovate/ruby-3.x
+ args=
+ '[' default == default ']'
+ args=' --ff'
+ '[' default == no ']'
+ '[' default == only ']'
+ export BRANCH=__rultor
+ BRANCH=__rultor
++ wc -l
++ git show-branch __rultor
+ '[' 0 -gt 0 ']'
+ git status
On branch master
Your branch is up to date with 'origin/master'.
nothing to commit, working tree clean
+ git checkout -B __rultor fork/renovate/rubocop-rspec-3.x
Switched to a new branch '__rultor'
Branch '__rultor' set up to track remote branch 'renovate/rubocop-rspec-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 ']'
+ '[' false == true ']'
+ git merge --ff __rultor
Updating ae3bd58..f33246a
Fast-forward
Gemfile | 2 +-
Gemfile.lock | 10 ++++------
2 files changed, 5 insertions(+), 7 deletions(-)
+ docker_when_possible
+ true
++ tail -n 1
++ sed 's/ /\n/g'
++ uptime
+ load=0.28
++ bc
++ echo 0.28 '>' 30
+ '[' 0 -eq 1 ']'
+ echo 'load average is 0.28, low enough to run a new Docker container'
load average is 0.28, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=yegor256/rultor-image:1.23.1
+ docker pull yegor256/rultor-image:1.23.1
1.23.1: Pulling from yegor256/rultor-image
bccd10f490ab: Pulling fs layer
2c78bdfd1661: Pulling fs layer
30469571f9ab: Pulling fs layer
cac62b5ba932: Pulling fs layer
403ec2ae2389: Pulling fs layer
62628d0488a1: Pulling fs layer
84283471f652: Pulling fs layer
9ad1fa82e034: Pulling fs layer
80bda748ab48: Pulling fs layer
615b3b9f2aac: Pulling fs layer
09ce9dff669f: Pulling fs layer
e8271a417b38: Pulling fs layer
0c9916c1cff4: Pulling fs layer
875e86560ccf: Pulling fs layer
091892e3a304: Pulling fs layer
1cbed1b837ca: Pulling fs layer
986b3170a0d9: Pulling fs layer
e56ee5c784dc: Pulling fs layer
8cb6f425b6ba: Pulling fs layer
35d35565636d: Pulling fs layer
8e683020951f: Pulling fs layer
13d94c2ee76f: Pulling fs layer
41080f3c5d30: Pulling fs layer
123b733366ff: Pulling fs layer
630a507fc3a5: Pulling fs layer
55c1f8c9bd45: Pulling fs layer
cac62b5ba932: Waiting
403ec2ae2389: Waiting
62628d0488a1: Waiting
84283471f652: Waiting
9ad1fa82e034: Waiting
80bda748ab48: Waiting
615b3b9f2aac: Waiting
09ce9dff669f: Waiting
e8271a417b38: Waiting
0c9916c1cff4: Waiting
875e86560ccf: Waiting
091892e3a304: Waiting
1cbed1b837ca: Waiting
986b3170a0d9: Waiting
e56ee5c784dc: Waiting
8cb6f425b6ba: Waiting
35d35565636d: Waiting
8e683020951f: Waiting
13d94c2ee76f: Waiting
41080f3c5d30: Waiting
123b733366ff: Waiting
630a507fc3a5: Waiting
55c1f8c9bd45: Waiting
2c78bdfd1661: Verifying Checksum
2c78bdfd1661: Download complete
30469571f9ab: Verifying Checksum
30469571f9ab: Download complete
bccd10f490ab: Verifying Checksum
bccd10f490ab: Download complete
62628d0488a1: Verifying Checksum
62628d0488a1: Download complete
84283471f652: Verifying Checksum
84283471f652: Download complete
9ad1fa82e034: Verifying Checksum
9ad1fa82e034: Download complete
80bda748ab48: Verifying Checksum
80bda748ab48: Download complete
615b3b9f2aac: Verifying Checksum
615b3b9f2aac: Download complete
bccd10f490ab: Pull complete
2c78bdfd1661: Pull complete
cac62b5ba932: Verifying Checksum
cac62b5ba932: Download complete
e8271a417b38: Verifying Checksum
e8271a417b38: Download complete
30469571f9ab: Pull complete
09ce9dff669f: Verifying Checksum
09ce9dff669f: Download complete
0c9916c1cff4: Verifying Checksum
0c9916c1cff4: Download complete
091892e3a304: Verifying Checksum
091892e3a304: Download complete
1cbed1b837ca: Verifying Checksum
1cbed1b837ca: Download complete
986b3170a0d9: Verifying Checksum
986b3170a0d9: Download complete
e56ee5c784dc: Verifying Checksum
e56ee5c784dc: Download complete
8cb6f425b6ba: Verifying Checksum
8cb6f425b6ba: Download complete
35d35565636d: Verifying Checksum
35d35565636d: Download complete
8e683020951f: Verifying Checksum
8e683020951f: Download complete
13d94c2ee76f: Verifying Checksum
13d94c2ee76f: Download complete
41080f3c5d30: Verifying Checksum
41080f3c5d30: Download complete
123b733366ff: Verifying Checksum
123b733366ff: Download complete
630a507fc3a5: Verifying Checksum
630a507fc3a5: Download complete
55c1f8c9bd45: Verifying Checksum
55c1f8c9bd45: Download complete
875e86560ccf: Verifying Checksum
875e86560ccf: Download complete
403ec2ae2389: Verifying Checksum
403ec2ae2389: Download complete
cac62b5ba932: Pull complete
403ec2ae2389: Pull complete
62628d0488a1: Pull complete
84283471f652: Pull complete
9ad1fa82e034: Pull complete
80bda748ab48: Pull complete
615b3b9f2aac: Pull complete
09ce9dff669f: Pull complete
e8271a417b38: Pull complete
0c9916c1cff4: Pull complete
875e86560ccf: Pull complete
091892e3a304: Pull complete
1cbed1b837ca: Pull complete
986b3170a0d9: Pull complete
e56ee5c784dc: Pull complete
8cb6f425b6ba: Pull complete
35d35565636d: Pull complete
8e683020951f: Pull complete
13d94c2ee76f: Pull complete
41080f3c5d30: Pull complete
123b733366ff: Pull complete
630a507fc3a5: Pull complete
55c1f8c9bd45: Pull complete
Digest: sha256:6ab533a12e1dbf652e3df191f158bf2177321eee72dc1e1b0e94cf32fe77b620
Status: Downloaded newer image for yegor256/rultor-image:1.23.1
docker.io/yegor256/rultor-image:1.23.1
+ grep --quiet '\szold-io_zold_853\s*$'
+ docker ps --filter=status=exited
+ ls -al .
total 56
drwx------ 3 ubuntu ubuntu 4096 Sep 7 14:58 .
drwxrwxrwt 12 root root 4096 Sep 7 14:58 ..
-rw-rw-r-- 1 ubuntu ubuntu 9 Sep 7 14:58 docker-password
-rwxrwxr-x 1 ubuntu ubuntu 556 Sep 7 15:10 end.sh
-rwxrwxr-x 1 ubuntu ubuntu 490 Sep 7 14:58 entry.sh
-rw-rw-r-- 1 ubuntu ubuntu 5 Sep 7 14:58 pid
drwxrwxr-x 12 ubuntu ubuntu 4096 Sep 7 14:58 repo
-rw-rw-r-- 1 ubuntu ubuntu 81 Sep 7 14:58 rubygems.yml
-rwxrwxr-x 1 ubuntu ubuntu 6143 Sep 7 14:58 run.sh
-rw-rw-r-- 1 ubuntu ubuntu 617 Sep 7 14:58 script.sh
-rw-rw-r-- 1 ubuntu ubuntu 9681 Sep 7 15:10 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-qJmh:/main --env=head=git@github.com:zold-io/zold.git --env=pull_id=853 --env=fork=git@github.com:zold-io/zold.git --env=fork_branch=renovate/rubocop-rspec-3.x --env=head_branch=master '--env=pull_title=Update dependency rubocop-rspec to v3.0.5' --env=author=yegor256 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:zold-io/zold.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=853'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:zold-io/zold.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=renovate/rubocop-rspec-3.x'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=Update dependency rubocop-rspec to v3.0.5'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''pdd -f /dev/null -v'\'' '\'';'\'' '\''sudo apt-get -y update'\'' '\'';'\'' '\''sudo apt-get -y install libcurl4-openssl-dev'\'' '\'';'\'' '\''bundle update --no-color'\'' '\'';'\'' '\''bundle exec rake --quiet'\'' '\'';'\'' )' --hostname=docker --privileged --memory=8g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-qJmh/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=zold-io_zold_853 yegor256/rultor-image:1.23.1 /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
++ 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 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 ./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
#!/bin/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=853' ; export 'fork=git@github.com:zold-io/zold.git' ; export 'fork_branch=renovate/rubocop-rspec-3.x' ; export 'head_branch=master' ; export 'pull_title=Update dependency rubocop-rspec to v3.0.5' ; export 'author=yegor256' ; pdd -f /dev/null -v ; sudo apt-get -y update ; sudo apt-get -y install libcurl4-openssl-dev ; bundle update --no-color ; bundle exec rake --quiet ;
+ 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-3.3.4 is not installed.
To install do: 'rvm install "ruby-3.3.4"'
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/actionlint.yml ...
Reading .github/workflows/codecov.yml ...
Reading .github/workflows/copyrights.yml ...
Reading .github/workflows/pdd.yml ...
Reading .github/workflows/rake.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 .simplecov ...
Reading Dockerfile ...
Reading Gemfile ...
Reading Gemfile.lock ...
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:1ohttp://archive.ubuntu.com/ubuntu jammy InRelease
Get:2ahttp://archive.ubuntu.com/ubuntuhjammy-updateseInReleasep[128ukB]padconte
Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB]
Get:4 https://deb.nodesource.com/node_18.xenodistro.InReleasek[12.1]kB]onnected
Get:5ahttp://archive.ubuntu.com/ubuntuojammy-backportsnInRelease([1271kB]190.80
Get:6ohttps://deb.nodesource.com/node_18.x(nodistro/main0amd64cPackagese[9,951.B]
Get:7ohttp://security.ubuntu.com/ubuntuejammy-security/maintamd64(Packages1[2,224 kB]
Get:8 http://archive.ubuntu.com/ubuntunjammy-updates/restrictedoamd64.Packages.[3,045 kB]
Get:9 http://archive.ubuntu.com/ubuntu4jammy-updates/main]amd64nPackagese[2,499 kB]
Get:10Phttp://archive.ubuntu.com/ubuntu0jammy-updates/multiverseeamd64tPackages [51.8 kB]
Get:11Phttp://archive.ubuntu.com/ubuntu1jammy-updates/universenamd64dPackagesl[1,438 kB]
Get:12Phttp://archive.ubuntu.com/ubuntu1jammy-backports/mainCamd64tPackagesa[81.4 kB]
Get:13Phttp://archive.ubuntu.com/ubuntu6jammy-backports/universeeamd64tPackages [33.7 kB]
Get:14Phttp://security.ubuntu.com/ubuntupjammy-security/multiverse1amd645Packages [44.7 kB]
Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1,149 kB]
Get:16nhttp://security.ubuntu.com/ubuntutjammy-security/restricted(amd642Packages [2,967 kB]
Get:17ihttps://ppa.launchpadcontent.net/deadsnakes/ppa/ubuntu.jammy,InRelease0[18.1 kB]
Get:18ihttps://ppa.launchpadcontent.net/git-core/ppa/ubuntu jammy InReleases[24.6 kB]
Get:19ihttps://ppa.launchpadcontent.net/ondrej/php/ubuntu jammy InReleaseB[24.6 kB]
Get:20ahttps://ppa.launchpadcontent.net/deadsnakes/ppa/ubuntu jammy/mainkamd64sPackages [27.8 kB]
Get:21ahttps://ppa.launchpadcontent.net/git-core/ppa/ubuntu jammy/main5amd64 Packages [2,957 B]
Get:22ahttps://ppa.launchpadcontent.net/ondrej/php/ubuntu jammy/main1amd64/Packages [216 kB]
Fetchedo14.3gMBeins10se(1,408kkB/s) 2,115 kB/s 0s
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 140 not upgraded.
Need to get 870 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.17 [194 kB]
Get:2Whttp://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcurl4 amd64 7.81.0-1ubuntu1.17 [290 kB]
Get:3Whttp://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcurl4-openssl-dev amd64 7.81.0-1ubuntu1.17 [386 kB]
Fetchedo870nkB4inp1ss(1,103 kB/s)86 kB 0%]
debconf: delaying package configuration, since apt-utils is not installed
(Reading database ... 98656 files and directories currently installed.)
Removing libcurl4-gnutls-dev:amd64 (7.81.0-1ubuntu1.15) ...
(Reading database ... 98633 files and directories currently installed.)
Preparing to unpack .../curl_7.81.0-1ubuntu1.17_amd64.deb ...
Unpacking curl (7.81.0-1ubuntu1.17) over (7.81.0-1ubuntu1.15) ...
Preparing to unpack .../libcurl4_7.81.0-1ubuntu1.17_amd64.deb ...
Unpacking libcurl4:amd64 (7.81.0-1ubuntu1.17) over (7.81.0-1ubuntu1.15) ...
Selecting previously unselected package libcurl4-openssl-dev:amd64.
Preparing to unpack .../libcurl4-openssl-dev_7.81.0-1ubuntu1.17_amd64.deb ...
Unpacking libcurl4-openssl-dev:amd64 (7.81.0-1ubuntu1.17) ...
Setting up libcurl4:amd64 (7.81.0-1ubuntu1.17) ...
Setting up curl (7.81.0-1ubuntu1.17) ...
Setting up libcurl4-openssl-dev:amd64 (7.81.0-1ubuntu1.17) ...
Processing triggers for man-db (2.10.2-1) ...
Processing triggers for libc-bin (2.35-0ubuntu3.6) ...
Fetching gem metadata from https://rubygems.org/..........
Resolving dependencies...
Fetching rake 13.2.1
Installing rake 13.2.1
Fetching base64 0.2.0
Installing base64 0.2.0
Fetching bigdecimal 3.1.8
Installing bigdecimal 3.1.8 with native extensions
Fetching concurrent-ruby 1.3.4
Installing concurrent-ruby 1.3.4
Fetching connection_pool 2.4.1
Installing connection_pool 2.4.1
Fetching drb 2.2.1
Installing drb 2.2.1
Fetching i18n 1.14.5
Installing i18n 1.14.5
Fetching logger 1.6.1
Installing logger 1.6.1
Fetching minitest 5.25.1
Installing minitest 5.25.1
Fetching securerandom 0.3.1
Installing securerandom 0.3.1
Fetching tzinfo 2.0.6
Installing tzinfo 2.0.6
Fetching activesupport 7.2.1 (was 7.1.3.4)
Installing activesupport 7.2.1 (was 7.1.3.4)
Fetching builder 3.3.0
Installing builder 3.3.0
Fetching erubi 1.13.0
Installing erubi 1.13.0
Fetching racc 1.8.1
Installing racc 1.8.1 with native extensions
Fetching nokogiri 1.16.7 (x86_64-linux)
Installing nokogiri 1.16.7 (x86_64-linux)
Fetching rails-dom-testing 2.2.0
Installing rails-dom-testing 2.2.0
Fetching crass 1.0.6
Installing crass 1.0.6
Fetching loofah 2.22.0
Installing loofah 2.22.0
Fetching rails-html-sanitizer 1.6.0
Installing rails-html-sanitizer 1.6.0
Fetching actionview 7.2.1 (was 7.1.3.4)
Installing actionview 7.2.1 (was 7.1.3.4)
Fetching rack 2.2.9
Installing rack 2.2.9
Fetching rack-session 1.0.2
Installing rack-session 1.0.2
Fetching rack-test 2.1.0
Installing rack-test 2.1.0
Fetching useragent 0.16.10
Installing useragent 0.16.10
Fetching actionpack 7.2.1 (was 7.1.3.4)
Installing actionpack 7.2.1 (was 7.1.3.4)
Fetching public_suffix 6.0.1 (was 6.0.0)
Installing public_suffix 6.0.1 (was 6.0.0)
Fetching addressable 2.8.7
Installing addressable 2.8.7
Fetching ansi 1.5.0
Installing ansi 1.5.0
Fetching ast 2.4.2
Installing ast 2.4.2
Fetching backtrace 0.4.0
Installing backtrace 0.4.0
Using bundler 2.4.10
Fetching coderay 1.1.3
Installing coderay 1.1.3
Fetching rexml 3.3.7
Installing rexml 3.3.7
Fetching crack 1.0.0
Installing crack 1.0.0
Fetching cucumber-ci-environment 10.0.1
Installing cucumber-ci-environment 10.0.1
Fetching cucumber-messages 22.0.0
Installing cucumber-messages 22.0.0
Fetching cucumber-gherkin 27.0.0
Installing cucumber-gherkin 27.0.0
Fetching cucumber-tag-expressions 6.1.0
Installing cucumber-tag-expressions 6.1.0
Fetching cucumber-core 13.0.3 (was 13.0.2)
Installing cucumber-core 13.0.3 (was 13.0.2)
Fetching cucumber-cucumber-expressions 17.1.0
Installing cucumber-cucumber-expressions 17.1.0
Fetching cucumber-html-formatter 21.7.0 (was 21.4.0)
Installing cucumber-html-formatter 21.7.0 (was 21.4.0)
Fetching diff-lcs 1.5.1
Installing diff-lcs 1.5.1
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.0 (x86_64-linux-gnu)
Installing ffi 1.17.0 (x86_64-linux-gnu)
Fetching sys-uname 1.3.0
Installing sys-uname 1.3.0
Fetching cucumber 9.2.0
Installing cucumber 9.2.0
Fetching daemons 1.4.1
Installing daemons 1.4.1
Using differ 0.1.2
Fetching diffy 3.4.2
Installing diffy 3.4.2
Fetching docile 1.4.1 (was 1.4.0)
Installing docile 1.4.1 (was 1.4.0)
Fetching ethon 0.16.0
Installing ethon 0.16.0
Fetching eventmachine 1.2.7
Installing eventmachine 1.2.7 with native extensions
Fetching formatador 1.1.0
Installing formatador 1.1.0
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.9.0
Installing listen 3.9.0
Fetching lumberjack 1.2.10
Installing lumberjack 1.2.10
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.14.2
Installing pry 0.14.2
Fetching thor 1.3.2 (was 1.3.1)
Installing thor 1.3.2 (was 1.3.1)
Fetching guard 2.18.1
Installing guard 2.18.1
Fetching guard-compat 1.2.1
Installing guard-compat 1.2.1
Fetching guard-minitest 2.4.6
Installing guard-minitest 2.4.6
Fetching temple 0.10.3
Installing temple 0.10.3
Fetching tilt 2.4.0
Installing tilt 2.4.0
Fetching haml 5.2.2
Installing haml 5.2.2
Fetching hashdiff 1.1.1 (was 1.1.0)
Installing hashdiff 1.1.1 (was 1.1.0)
Fetching io-console 0.7.2
Installing io-console 0.7.2 with native extensions
Fetching stringio 3.1.1
Installing stringio 3.1.1 with native extensions
Fetching psych 5.1.2
Installing psych 5.1.2 with native extensions
Fetching rdoc 6.7.0
Installing rdoc 6.7.0
Fetching reline 0.5.10 (was 0.5.9)
Installing reline 0.5.10 (was 0.5.9)
Fetching irb 1.14.0
Installing irb 1.14.0
Fetching json 2.7.2
Installing json 2.7.2 with native extensions
Fetching language_server-protocol 3.17.0.3
Installing language_server-protocol 3.17.0.3
Fetching memory_profiler 1.0.2
Installing memory_profiler 1.0.2
Fetching plist 3.1.0
Installing plist 3.1.0
Using ruby2_keywords 0.0.5
Fetching mustermann 3.0.3 (was 3.0.0)
Installing mustermann 3.0.3 (was 3.0.0)
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-fail-fast 0.1.0
Installing minitest-fail-fast 0.1.0
Fetching minitest-hooks 1.5.2
Installing minitest-hooks 1.5.2
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.2.0
Installing openssl 3.2.0 with native extensions
Fetching parallel 1.26.3 (was 1.25.1)
Installing parallel 1.26.3 (was 1.25.1)
Fetching parser 3.3.5.0
Installing parser 3.3.5.0
Fetching webrick 1.8.1
Installing webrick 1.8.1
Fetching rackup 1.0.0
Installing rackup 1.0.0
Fetching zeitwerk 2.6.18 (was 2.6.17)
Installing zeitwerk 2.6.18 (was 2.6.17)
Fetching railties 7.2.1 (was 7.1.3.4)
Installing railties 7.2.1 (was 7.1.3.4)
Using rainbow 3.1.1
Fetching random-port 0.7.1
Installing random-port 0.7.1
Fetching regexp_parser 2.9.2
Installing regexp_parser 2.9.2
Fetching rspec-support 3.13.1
Installing rspec-support 3.13.1
Fetching rspec-core 3.13.1 (was 3.13.0)
Installing rspec-core 3.13.1 (was 3.13.0)
Fetching rspec-expectations 3.13.3 (was 3.13.1)
Installing rspec-expectations 3.13.3 (was 3.13.1)
Fetching rspec-mocks 3.13.1
Installing rspec-mocks 3.13.1
Fetching rspec-rails 6.1.4
Installing rspec-rails 6.1.4
Fetching rubocop-ast 1.32.3 (was 1.31.3)
Installing rubocop-ast 1.32.3 (was 1.31.3)
Fetching unicode-display_width 2.5.0
Installing unicode-display_width 2.5.0
Fetching rubocop 1.65.1
Installing rubocop 1.65.1
Fetching rubocop-rspec 3.0.5
Installing rubocop-rspec 3.0.5
Fetching semantic 1.6.1
Installing semantic 1.6.1
Fetching simplecov-html 0.12.3
Installing simplecov-html 0.12.3
Fetching simplecov_json_formatter 0.1.4
Installing simplecov_json_formatter 0.1.4
Fetching simplecov 0.22.0
Installing simplecov 0.22.0
Using slop 4.10.1
Fetching sys-proctable 1.3.0
Installing sys-proctable 1.3.0
Fetching threads 0.4.0
Installing threads 0.4.0
Fetching total 0.4.1
Installing total 0.4.1
Fetching typhoeus 1.4.1
Installing typhoeus 1.4.1
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.23.1
Installing webmock 3.23.1
Using xcop 0.7.1
Fetching yard 0.9.37
Installing yard 0.9.37
Fetching zache 0.13.2 (was 0.13.1)
Installing zache 0.13.2 (was 0.13.1)
Fetching zold-score 0.5.0
Installing zold-score 0.5.0 with native extensions
Using zold 0.0.0 from source at `.` and installing its executables
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!
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.2.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_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 59752
TestTxn
test_prints_and_parses_time 32m PASS0m (0.00s)
test_accepts_text_as_details 32m PASS0m (0.00s)
test_prints_and_parses 32m PASS0m (0.00s)
test_converts_to_json 32m PASS0m (0.00s)
TestCachedWallets
test_adds_wallet 32m PASS0m (0.08s)
test_flushes_correctly 32m PASS0m (0.08s)
TestAudit
test_audits 32m PASS0m (0.07s)
TestRemove
test_removes_wallets 32m PASS0m (0.08s)
test_removes_absent_wallets 32m PASS0m (0.00s)
test_removes_one_wallet 32m PASS0m (0.08s)
test_removes_no_wallets 32m PASS0m (0.00s)
TestTax
test_filters_out_incoming_payments 32m PASS0m (0.08s)
test_print_fee 32m PASS0m (0.00s)
test_calculates_debt 32m PASS0m (0.15s)
test_calculates_tax_for_one_year 32m PASS0m (0.01s)
test_takes_tax_payment_into_account 32m PASS0m (0.07s)
test_checks_existence_of_duplicates 32m PASS0m (0.16s)
test_prints_tax_formula 32m PASS0m (0.01s)
TestSize
test_prints_size 32m PASS0m (0.00s)
TestSpreadEntrance
2024-09-07 15:18:39 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2024-09-07 15:18:39 +0000 Maximum connections set to 1024
2024-09-07 15:18:39 +0000 Listening on 0.0.0.0:34917, CTRL+C to stop
2024-09-07 15:18:40 +0000 Stopping ...
test_ignores_duplicates 32m PASS0m (4.41s)
test_renders_json 32m PASS0m (0.11s)
TestAmount
test_multiplies 32m PASS0m (0.00s)
test_parses_zents 32m PASS0m (0.00s)
test_compares_amounts 32m PASS0m (0.00s)
test_compares_with_zero 32m PASS0m (0.00s)
test_prints_zld_with_many_digits 32m PASS0m (0.00s)
test_divides 32m PASS0m (0.00s)
test_parses_zld 32m PASS0m (0.00s)
TraceTest
test_records_log_lines 32m PASS0m (0.00s)
TestCalculate
test_calculates_score 32m PASS0m (0.00s)
TestDeleteBannedWallets
test_delete_them 32m PASS0m (0.01s)
TestAlias
test_remove_removes_the_alias_from_the_alias_file 33m SKIP0m (0.00s)
test_show_prints_out_the_aliased_wallet_id 33m SKIP0m (0.00s)
test_set_writes_alias_to_the_alias_file 33m SKIP0m (0.00s)
TestTaxes
test_pays_taxes 32m PASS0m (0.04s)
TestCreate
test_creates_wallet 32m PASS0m (0.00s)
TestSyncEntrance
test_renders_json 32m PASS0m (0.00s)
TestVersion
test_has_protocol 32m PASS0m (0.00s)
test_has_version 32m PASS0m (0.00s)
FarmTest
test_makes_best_score_in_background 32m PASS0m (1.66s)
test_drops_expired_scores_from_history 32m PASS0m (1.89s)
test_reads_scores_at_high_speed 32m PASS0m (3.44s)
test_terminates_farm_entirely 32m PASS0m (1.83s)
test_renders_in_text 32m PASS0m (0.97s)
test_makes_many_scores 32m PASS0m (6.55s)
test_renders_in_json 32m PASS0m (2.81s)
test_garbage_farm_file 32m PASS0m (0.01s)
test_correct_score_from_empty_farm 32m PASS0m (0.07s)
test_pre_loads_history 32m PASS0m (0.01s)
TestZold
test_help 32m PASS0m (2.32s)
test_create_new_wallet 32m PASS0m (4.27s)
test_push_and_pull 32m PASS0m (72.12s)
test_spread_wallets 32m PASS0m (42.62s)
test_show_version 32m PASS0m (0.43s)
test_print_helps 32m PASS0m (34.20s)
test_redeploy_on_upgrade 32m PASS0m (60.48s)
test_distribute_wallet 32m PASS0m (56.92s)
test_calculate_scores 32m PASS0m (2.03s)
test_pull_on_start 32m PASS0m (30.84s)
TestPay
test_pays_and_taxes 32m PASS0m (0.08s)
test_pay_without_invoice 32m PASS0m (0.11s)
test_sends_from_wallet_to_wallet 32m PASS0m (0.09s)
test_notifies_about_tax_status 32m PASS0m (0.05s)
test_pay_in_many_threads 32m PASS0m (0.43s)
test_sends_from_root_wallet 32m PASS0m (0.05s)
test_pay_with_keygap 32m PASS0m (0.03s)
test_sends_from_normal_wallet 32m PASS0m (0.05s)
TestWallet
test_refurbishes_wallet 32m PASS0m (0.04s)
test_returns_protocol 32m PASS0m (0.01s)
test_calculates_wallet_age_in_hours 32m PASS0m (0.01s)
test_collects_memory_garbage 33m SKIP0m (0.00s)
test_validate_key_on_payment 32m PASS0m (0.02s)
test_refurbishes_empty_wallet 32m PASS0m (0.01s)
test_reads_empty_wallet 32m PASS0m (0.01s)
test_adds_transaction 32m PASS0m (0.05s)
test_reads_large_wallet 32m PASS0m (0.06s)
test_adds_similar_transaction 32m PASS0m (0.02s)
test_iterates_income_transactions 32m PASS0m (0.01s)
test_flushes_and_reads_again 32m PASS0m (0.01s)
test_checks_similar_transaction 32m PASS0m (0.02s)
test_generates_memo 32m PASS0m (0.01s)
test_adds_transaction_and_reads_back 32m PASS0m (0.02s)
test_sorts_them_always_right 32m PASS0m (0.43s)
test_returns_modified_time 32m PASS0m (0.01s)
test_positive_transactions_go_first 32m PASS0m (0.23s)
test_raises_when_broken_format 32m PASS0m (0.00s)
test_returns_digest 32m PASS0m (0.01s)
TestPropagate
test_propagates_wallet 32m PASS0m (0.24s)
TestAge
test_prints_age 32m PASS0m (0.00s)
test_prints_all_ages 32m PASS0m (0.06s)
TestJsonPage
test_parses_broken_json_page 32m PASS0m (0.00s)
test_parses_json_page 32m PASS0m (0.00s)
test_parses_empty_page 32m PASS0m (0.00s)
FarmersTest
test_calculates_large_score 32m PASS0m (0.48s)
test_kills_farmer 32m PASS0m (3.20s)
test_calculates_next_score 32m PASS0m (13.68s)
TestHexnum
test_prints_and_parses 32m PASS0m (0.00s)
TestMetronome
test_start_and_stop 32m PASS0m (0.15s)
test_continues_even_after_error 32m PASS0m (1.20s)
test_prints_to_text 32m PASS0m (0.16s)
test_prints_empty_to_text 32m PASS0m (0.00s)
TestMerge
test_merges_wallet 32m PASS0m (0.49s)
test_legacy_negatives_stay 32m PASS0m (0.16s)
test_negative_overwriting 32m PASS0m (0.16s)
test_unconfirmed_income 32m PASS0m (0.24s)
test_random_expenses 32m PASS0m (0.48s)
test_merges_with_a_broken_copy 32m PASS0m (0.31s)
test_negatives_in_between 32m PASS0m (0.25s)
test_merges_a_copy_on_top 32m PASS0m (0.40s)
test_into_no_wallet 32m PASS0m (0.09s)
test_rejects_fake_positives_in_new_wallet 32m PASS0m (0.31s)
test_simple_case 32m PASS0m (0.16s)
test_missed_wallets 32m PASS0m (0.24s)
TestFetch
test_fetches_wallet 32m PASS0m (0.32s)
test_fails_when_only_edge_nodes 32m PASS0m (0.16s)
test_fetches_multiple_wallets 32m PASS0m (0.39s)
test_fails_when_only_one_node 32m PASS0m (0.16s)
TestVerboseThread
test_exceptions_are_logged 32m PASS0m (0.00s)
test_syntax_exceptions_are_logged 32m PASS0m (0.00s)
test_grammar_exceptions_are_logged 32m PASS0m (0.00s)
TestThreadPool
test_prints_to_text 32m PASS0m (0.00s)
test_adds_and_stops 32m PASS0m (0.16s)
test_closes_all_threads_right 32m PASS0m (0.00s)
test_stops_empty_pool 32m PASS0m (0.00s)
test_prints_to_json 32m PASS0m (0.40s)
test_stops_stuck_threads 32m PASS0m (0.41s)
TestSyncWallets
test_adds_wallet 32m PASS0m (14.00s)
TestReconcile
test_reconciles 32m PASS0m (0.40s)
TestReconnect
test_reconnects 32m PASS0m (0.40s)
TestDiff
test_diff_with_copies 32m PASS0m (0.47s)
TestTreeWallets
test_adds_many_wallets 32m PASS0m (0.25s)
test_count_tree_wallets 32m PASS0m (0.07s)
test_adds_wallet 32m PASS0m (0.01s)
TestProtocolUp
test_upgrades_protocol_in_wallet 32m PASS0m (0.07s)
TestKey
test_reads_public_rsa 32m PASS0m (0.15s)
test_reads_public_root_rsa 32m PASS0m (0.01s)
test_signs_with_real_keys 32m PASS0m (0.08s)
test_parses_openssl_generated_keys 32m PASS0m (1.68s)
test_read_public_keys 32m PASS0m (0.01s)
test_signs_and_verifies_with_random_key 32m PASS0m (0.72s)
test_reads_private_rsa 32m PASS0m (0.07s)
test_signs_and_verifies 32m PASS0m (0.08s)
TestPatch
test_merges_similar_ids_but_different_signs 32m PASS0m (0.33s)
test_accepts_negative_balance_in_root_wallet 32m PASS0m (0.31s)
test_builds_patch 32m PASS0m (0.73s)
test_protocols_new_txns 32m PASS0m (0.32s)
test_merges_fragmented_parts 32m PASS0m (0.47s)
test_rejects_fake_positives 32m PASS0m (0.16s)
TestRemotes
test_unerror_remote 32m PASS0m (0.08s)
test_reports_zold_error_header 32m PASS0m (0.08s)
test_reads_broken_file 32m PASS0m (0.08s)
test_iterates_all_failures 32m PASS0m (0.16s)
test_empty_remotes 32m PASS0m (0.00s)
test_resets_remotes 32m PASS0m (0.24s)
test_mtime 32m PASS0m (0.00s)
test_quickly_ads_and_reads 32m PASS0m (19.27s)
test_adds_remotes 32m PASS0m (0.00s)
test_read_mtime_from_file 32m PASS0m (0.00s)
test_adds_from_many_threads 32m PASS0m (5.76s)
test_manifests_correct_network_name 32m PASS0m (0.08s)
test_iterates_and_fails 32m PASS0m (2.72s)
test_finds_masters 32m PASS0m (0.07s)
test_iterates_them_all_even_with_delays 32m PASS0m (1.52s)
test_closes_threads_carefully 32m PASS0m (1.52s)
test_tolerates_invalid_requests 32m PASS0m (0.01s)
test_removes_remotes 32m PASS0m (0.08s)
test_modifies_from_many_threads 32m PASS0m (0.15s)
test_modifies_score 32m PASS0m (0.01s)
test_reads_mtime_from_empty_file 32m PASS0m (0.00s)
TestShow
test_checks_wallet_balance 32m PASS0m (0.08s)
TestWallets
test_substracts_dir_path_from_full_path 32m PASS0m (0.00s)
test_adds_wallet 32m PASS0m (0.08s)
test_lists_wallets_and_ignores_garbage 32m PASS0m (0.08s)
test_count_wallets 32m PASS0m (0.08s)
TestPush
test_pushes_wallet 32m PASS0m (0.09s)
test_fails_when_only_edge_nodes 32m PASS0m (0.16s)
test_pushes_multiple_wallets 32m PASS0m (0.32s)
test_fails_when_only_one_node 32m PASS0m (0.23s)
TestRetire
test_retires 32m PASS0m (0.00s)
TestList
test_lists_wallets_with_balances 32m PASS0m (0.08s)
TestGem
test_last_version 32m PASS0m (0.00s)
test_last_version_live 32m PASS0m (0.25s)
TestHands
test_runs_with_index 32m PASS0m (0.00s)
test_runs_in_many_threads 32m PASS0m (0.07s)
test_runs_with_exceptions 32m PASS0m (0.16s)
test_runs_with_empty_set 32m PASS0m (0.00s)
TestLog
test_prints_from_many_threads 32m PASS0m (0.01s)
2024-09-07T15:25:29Z 33mDEBUG0m This is info
and it is multi
line
2024-09-07T15:25:29Z 33mDEBUG0m Works fine?
2024-09-07T15:25:29Z 33mDEBUG0m true
2024-09-07T15:25:29Z 33mDEBUG0m 1
test_prints_with_various_formatters 32m PASS0m (0.00s)
TestEntrance
test_pushes_wallet 32m PASS0m (1.03s)
test_renders_json 32m PASS0m (0.32s)
TestPull
test_fails_when_only_edge_nodes 32m PASS0m (0.24s)
test_pull_wallet 32m PASS0m (0.47s)
TestSafeEntrance
test_rejects_wallet_with_negative_balance 32m PASS0m (0.09s)
test_rejects_wallet_with_wrong_network 32m PASS0m (0.07s)
TestInvoice
test_generates_invoice 32m PASS0m (0.01s)
TestNode
2024-09-07 15:25:32 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2024-09-07 15:25:32 +0000 Maximum connections set to 1024
2024-09-07 15:25:32 +0000 Listening on 0.0.0.0:34917, CTRL+C to stop
2024-09-07 15:25:36 +0000 Stopping ...
test_push_and_fetch 32m PASS0m (6.62s)
TestUpgrades
test_already_ran_scripts_dont_run 32m PASS0m (0.01s)
test_pending_scripts_run 33m SKIP0m (0.00s)
test_no_version_file_is_ok 33m SKIP0m (0.00s)
TestHungryWallets
test_doesnt_pull_twice_if_not_found 32m PASS0m (2.72s)
test_pulls_wallet 32m PASS0m (2.01s)
test_doesnt_pull_wallet_if_exists 32m PASS0m (2.15s)
TestHttp
test_pings_live_uri 32m PASS0m (0.00s)
test_downloads_file 32m PASS0m (0.01s)
test_sends_valid_network_header 32m PASS0m (0.00s)
test_uploads_file 32m PASS0m (0.08s)
test_sends_valid_version_header 32m PASS0m (0.00s)
test_pings_with_exception 32m PASS0m (0.00s)
test_sends_valid_protocol_header 32m PASS0m (0.07s)
test_pings_broken_uri 32m PASS0m (0.00s)
test_doesnt_terminate_on_long_call 32m PASS0m (1.35s)
test_terminates_on_timeout 32m PASS0m (0.40s)
test_sends_correct_http_headers 32m PASS0m (0.00s)
FrontTest
2024-09-07 15:25:47 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2024-09-07 15:25:47 +0000 Maximum connections set to 1024
2024-09-07 15:25:47 +0000 Listening on 0.0.0.0:34917, CTRL+C to stop
2024-09-07 15:25:48 +0000 Stopping ...
test_headers_are_being_set_correctly 32m PASS0m (2.80s)
test_different_logos 32m PASS0m (0.00s)
2024-09-07 15:25:50 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2024-09-07 15:25:50 +0000 Maximum connections set to 1024
2024-09-07 15:25:50 +0000 Listening on 0.0.0.0:34917, CTRL+C to stop
2024-09-07 15:25:53 +0000 Stopping ...
test_pushes_many_wallets 32m PASS0m (5.05s)
2024-09-07 15:25:55 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2024-09-07 15:25:55 +0000 Maximum connections set to 1024
2024-09-07 15:25:55 +0000 Listening on 0.0.0.0:34917, CTRL+C to stop
2024-09-07 15:25:57 +0000 Stopping ...
test_wallet_page__size 32m PASS0m (4.15s)
2024-09-07 15:25:59 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2024-09-07 15:25:59 +0000 Maximum connections set to 1024
2024-09-07 15:25:59 +0000 Listening on 0.0.0.0:34917, CTRL+C to stop
2024-09-07 15:26:01 +0000 Stopping ...
test_wallet_page__digest 32m PASS0m (3.84s)
2024-09-07 15:26:03 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2024-09-07 15:26:03 +0000 Maximum connections set to 1024
2024-09-07 15:26:03 +0000 Listening on 0.0.0.0:34917, CTRL+C to stop
2024-09-07 15:26:04 +0000 Stopping ...
test_renders_public_pages 32m PASS0m (3.36s)
2024-09-07 15:26:06 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2024-09-07 15:26:06 +0000 Maximum connections set to 1024
2024-09-07 15:26:06 +0000 Listening on 0.0.0.0:34917, CTRL+C to stop
2024-09-07 15:26:08 +0000 Stopping ...
test_wallet_page__txns_json 32m PASS0m (3.92s)
2024-09-07 15:26:10 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2024-09-07 15:26:10 +0000 Maximum connections set to 1024
2024-09-07 15:26:10 +0000 Listening on 0.0.0.0:34917, CTRL+C to stop
2024-09-07 15:26:11 +0000 Stopping ...
test_default_alias_parameter 32m PASS0m (2.72s)
2024-09-07 15:26:13 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2024-09-07 15:26:13 +0000 Maximum connections set to 1024
2024-09-07 15:26:13 +0000 Listening on 0.0.0.0:34917, CTRL+C to stop
2024-09-07 15:26:14 +0000 Stopping ...
test_gzip 32m PASS0m (2.80s)
2024-09-07 15:26:16 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2024-09-07 15:26:16 +0000 Maximum connections set to 1024
2024-09-07 15:26:16 +0000 Listening on 0.0.0.0:34917, CTRL+C to stop
2024-09-07 15:26:18 +0000 Stopping ...
test_increments_score 32m PASS0m (4.32s)
2024-09-07 15:26:20 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2024-09-07 15:26:20 +0000 Maximum connections set to 1024
2024-09-07 15:26:20 +0000 Listening on 0.0.0.0:34917, CTRL+C to stop
2024-09-07 15:26:22 +0000 Stopping ...
test_wallet_page__mtime 32m PASS0m (4.00s)
2024-09-07 15:26:24 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2024-09-07 15:26:24 +0000 Maximum connections set to 1024
2024-09-07 15:26:24 +0000 Listening on 0.0.0.0:34917, CTRL+C to stop
2024-09-07 15:26:26 +0000 Stopping ...
test_wallet_page__txns 32m PASS0m (4.00s)
2024-09-07 15:26:28 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2024-09-07 15:26:28 +0000 Maximum connections set to 1024
2024-09-07 15:26:28 +0000 Listening on 0.0.0.0:34917, CTRL+C to stop
2024-09-07 15:26:30 +0000 Stopping ...
test_wallet_page__mnemo 32m PASS0m (3.84s)
2024-09-07 15:26:32 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2024-09-07 15:26:32 +0000 Maximum connections set to 1024
2024-09-07 15:26:32 +0000 Listening on 0.0.0.0:34917, CTRL+C to stop
2024-09-07 15:27:24 +0000 Stopping ...
test_push_fetch_in_multiple_threads 31mERROR0m (54.96s)
Minitest::UnexpectedError: RuntimeError: '-430' is not equal to '-500' even after 30.79s of waiting
test/test__helper.rb:79:in `block in assert_equal_wait'
test/test__helper.rb:66:in `loop'
test/test__helper.rb:66:in `assert_equal_wait'
test/node/test_front.rb:376:in `block (2 levels) in test_push_fetch_in_multiple_threads'
test/fake_home.rb:49:in `block in run'
/usr/local/rvm/rubies/ruby-3.2.2/lib/ruby/3.2.0/tmpdir.rb:94:in `mktmpdir'
test/fake_home.rb:47:in `run'
test/node/test_front.rb:365:in `block in test_push_fetch_in_multiple_threads'
test/node/fake_node.rb:96:in `block in run'
test/fake_home.rb:49:in `block in run'
/usr/local/rvm/rubies/ruby-3.2.2/lib/ruby/3.2.0/tmpdir.rb:94:in `mktmpdir'
test/fake_home.rb:47:in `run'
test/node/fake_node.rb:51:in `run'
test/node/test_front.rb:364:in `test_push_fetch_in_multiple_threads'
Interrupted. Exiting...
Finished in 529.35803s
227 tests, 613 assertions, 31m0 failures, 1 errors, 0m33m6 skips0m
rake aborted!
Command failed with status (1): [ruby -I"lib:lib:test" /usr/local/rvm/gems/ruby-3.2.2/gems/rake-13.2.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_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" ]
/usr/local/rvm/gems/ruby-3.2.2/gems/rake-13.2.1/exe/rake:27:in `<top (required)>'
/usr/local/rvm/gems/ruby-3.2.2/bin/ruby_executable_hooks:22:in `eval'
/usr/local/rvm/gems/ruby-3.2.2/bin/ruby_executable_hooks:22:in `<main>'
Tasks: TOP => default => test
(See full trace by running task with --trace)
container c2b08cada2326bfb56541a8fc9ac23df814d5586d1999a165af5818fa04fe57a is dead
Sat Sep 7 15:28:28 UTC 2024