++ dirname ./run.sh
+ cd .
+ echo 2160
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Fri Jun 12 07:03:51 UTC 2026
+ uptime
07:03:51 up 8 min, 0 users, load average: 0.10, 0.19, 0.12
+ head=git@github.com:yegor256/erc20.git
+ ff=default
+ image=yegor256/ruby
+ rebase=false
+ squash=false
+ head_branch=master
+ author=yegor256
+ tag=0.3.0
+ vars=('--env=head=git@github.com:yegor256/erc20.git' '--env=tag=0.3.0' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/erc20.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.3.0'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''pdd -f /dev/null'\'' '\'';'\'' '\''bundle install --no-color'\'' '\'';'\'' '\''[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1'\'' '\'';'\'' '\''DONCE_SUDO=true bundle exec rake'\'' '\'';'\'' '\''rm -rf *.gem'\'' '\'';'\'' '\''sed -i "s/0\.0\.0/${tag}/g" lib/erc20/erc20.rb'\'' '\'';'\'' '\''git add lib/erc20/erc20.rb'\'' '\'';'\'' '\''git commit -m "version set to ${tag}"'\'' '\'';'\'' '\''gem build erc20.gemspec'\'' '\'';'\'' '\''chmod 0600 ../rubygems.yml'\'' '\'';'\'' '\''gem push *.gem --config-file ../rubygems.yml'\'' '\'';'\'' )' '--env=head_branch=master' '--env=author=yegor256')
+ scripts=('export '\''head=git@github.com:yegor256/erc20.git'\''' ';' 'export '\''tag=0.3.0'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yegor256'\''' ';' 'pdd -f /dev/null' ';' 'bundle install --no-color' ';' '[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1' ';' 'DONCE_SUDO=true bundle exec rake' ';' 'rm -rf *.gem' ';' 'sed -i "s/0\.0\.0/${tag}/g" lib/erc20/erc20.rb' ';' 'git add lib/erc20/erc20.rb' ';' 'git commit -m "version set to ${tag}"' ';' 'gem build erc20.gemspec' ';' 'chmod 0600 ../rubygems.yml' ';' 'gem push *.gem --config-file ../rubygems.yml' ';')
+ directory=
+ container=yegor256_erc20_135
+ as_root=false
+ set -e -o pipefail
+ hostname
ip-172-31-18-44
+ pwd
/tmp/rultor-Pu3Y
+ 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:yegor256/erc20.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:yegor256/erc20.git'\''' ']'
+ cd ..
+ cat
+ '[' false = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'export '\''head=git@github.com:yegor256/erc20.git'\''' ';' 'export '\''tag=0.3.0'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yegor256'\''' ';' 'pdd -f /dev/null' ';' 'bundle install --no-color' ';' '[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1' ';' 'DONCE_SUDO=true bundle exec rake' ';' 'rm -rf *.gem' ';' 'sed -i "s/0\.0\.0/${tag}/g" lib/erc20/erc20.rb' ';' 'git add lib/erc20/erc20.rb' ';' 'git commit -m "version set to ${tag}"' ';' 'gem build erc20.gemspec' ';' 'chmod 0600 ../rubygems.yml' ';' 'gem push *.gem --config-file ../rubygems.yml' ';'
+ sensitive=()
+ set -ex -o pipefail
+ '[' -z 0.3.0 ']'
+ [[ 0.3.0 =~ ^[a-zA-Z0-9\.\-]+$ ]]
+ echo 'tag name is valid: "0.3.0"'
tag name is valid: "0.3.0"
+ cd repo
++ git tag -l 0.3.0
+ '[' -n '' ']'
+ BRANCH_NAME=__rultor
++ wc -l
++ git show-branch __rultor
+ '[' 0 -gt 0 ']'
+ export BRANCH_NAME
+ git checkout -b __rultor
Switched to a new branch '__rultor'
+ docker_when_possible
+ true
++ tail -n 1
++ sed 's/ /\n/g'
++ uptime
+ load=0.12
++ bc
++ echo 0.12 '>' 30
+ '[' 0 -eq 1 ']'
+ echo 'load average is 0.12, low enough to run a new Docker container'
load average is 0.12, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=yegor256/ruby
+ docker pull yegor256/ruby
Using default tag: latest
latest: Pulling from yegor256/ruby
cb259a83ac3d: Pulling fs layer
4f4fb700ef54: Pulling fs layer
50778be6ae7c: Pulling fs layer
c64f1ad49f2f: Pulling fs layer
2dae3dae39d6: Pulling fs layer
1e2c7031206a: Pulling fs layer
4d892ad9c006: Pulling fs layer
204e584f0ddc: Pulling fs layer
7a458e15c06e: Pulling fs layer
c64f1ad49f2f: Waiting
2dae3dae39d6: Waiting
1e2c7031206a: Waiting
4d892ad9c006: Waiting
204e584f0ddc: Waiting
7a458e15c06e: Waiting
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
cb259a83ac3d: Verifying Checksum
cb259a83ac3d: Download complete
50778be6ae7c: Verifying Checksum
50778be6ae7c: Download complete
1e2c7031206a: Verifying Checksum
1e2c7031206a: Download complete
4d892ad9c006: Verifying Checksum
4d892ad9c006: Download complete
204e584f0ddc: Verifying Checksum
204e584f0ddc: Download complete
7a458e15c06e: Verifying Checksum
7a458e15c06e: Download complete
c64f1ad49f2f: Verifying Checksum
c64f1ad49f2f: Download complete
2dae3dae39d6: Verifying Checksum
2dae3dae39d6: Download complete
cb259a83ac3d: Pull complete
4f4fb700ef54: Pull complete
50778be6ae7c: Pull complete
c64f1ad49f2f: Pull complete
2dae3dae39d6: Pull complete
1e2c7031206a: Pull complete
4d892ad9c006: Pull complete
204e584f0ddc: Pull complete
7a458e15c06e: Pull complete
Digest: sha256:67c048e49cc8977ff025f4169d86a730db7e227a8eb44df0d17d5789a0070070
Status: Downloaded newer image for yegor256/ruby:latest
docker.io/yegor256/ruby:latest
+ docker ps --filter=status=exited
+ grep --quiet '\syegor256_erc20_135\s*$'
+ ls -al .
total 48
drwx------ 3 ubuntu ubuntu 4096 Jun 12 07:03 .
drwxrwxrwt 12 root root 4096 Jun 12 07:03 ..
-rwxrwxr-x 1 ubuntu ubuntu 666 Jun 12 07:03 end.sh
-rwxrwxr-x 1 ubuntu ubuntu 498 Jun 12 07:03 entry.sh
-rw-rw-r-- 1 ubuntu ubuntu 5 Jun 12 07:03 pid
drwxrwxr-x 10 ubuntu ubuntu 4096 Jun 12 07:03 repo
-rw-rw-r-- 1 ubuntu ubuntu 81 Jun 12 07:03 rubygems.yml
-rwxrwxr-x 1 ubuntu ubuntu 6594 Jun 12 07:03 run.sh
-rw-rw-r-- 1 ubuntu ubuntu 688 Jun 12 07:03 script.sh
-rw-rw-r-- 1 ubuntu ubuntu 5538 Jun 12 07:04 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-Pu3Y:/main --env=head=git@github.com:yegor256/erc20.git --env=tag=0.3.0 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/erc20.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.3.0'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''pdd -f /dev/null'\'' '\'';'\'' '\''bundle install --no-color'\'' '\'';'\'' '\''[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1'\'' '\'';'\'' '\''DONCE_SUDO=true bundle exec rake'\'' '\'';'\'' '\''rm -rf *.gem'\'' '\'';'\'' '\''sed -i "s/0\.0\.0/${tag}/g" lib/erc20/erc20.rb'\'' '\'';'\'' '\''git add lib/erc20/erc20.rb'\'' '\'';'\'' '\''git commit -m "version set to ${tag}"'\'' '\'';'\'' '\''gem build erc20.gemspec'\'' '\'';'\'' '\''chmod 0600 ../rubygems.yml'\'' '\'';'\'' '\''gem push *.gem --config-file ../rubygems.yml'\'' '\'';'\'' )' --env=head_branch=master --env=author=yegor256 --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-Pu3Y/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=yegor256_erc20_135 yegor256/ruby /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 ubuntu 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 messagebus 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 polkitd 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/.profile /root/.ssh /home/r
+ cp -R ./cid ./end.sh ./entry.sh ./pid ./repo ./rubygems.yml ./run.sh ./script.sh ./stdout /home/r
+ rm -rf repo
+ chown -R r:r /home/r
+ chmod a+x /home/r/script.sh
+ 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:yegor256/erc20.git' ; export 'tag=0.3.0' ; export 'head_branch=master' ; export 'author=yegor256' ; pdd -f /dev/null ; bundle install --no-color ; [[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1 ; DONCE_SUDO=true bundle exec rake ; rm -rf *.gem ; sed -i "s/0\.0\.0/${tag}/g" lib/erc20/erc20.rb ; git add lib/erc20/erc20.rb ; git commit -m "version set to ${tag}" ; gem build erc20.gemspec ; chmod 0600 ../rubygems.yml ; gem push *.gem --config-file ../rubygems.yml ;
+ 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.9 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/hardhat/hardhat.config.js is a binary file (858 bytes)
/home/r/repo/hardhat/ignition/modules/Foo.ts is a binary file (303 bytes)
/home/r/repo/hardhat/package.json is a binary file (106 bytes)
/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/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 .gitleaksignore ...
Reading .pdd ...
Reading .rubocop.yml ...
Reading .rultor.yml ...
Reading .yamllint.yml ...
Reading Gemfile ...
Reading Gemfile.lock ...
Reading LICENSE.txt ...
Reading LICENSES/MIT.txt ...
Reading README.md ...
Reading REUSE.toml ...
Reading Rakefile ...
Reading bin/erc20 ...
Reading erc20.gemspec ...
Reading features/cli.feature ...
Reading features/dry.feature ...
Reading features/gem_package.feature ...
Reading features/live.feature ...
Reading features/step_definitions/steps.rb ...
Reading features/support/env.rb ...
Reading hardhat/.gitignore ...
Reading hardhat/Dockerfile ...
Reading hardhat/contracts/Foo.sol ...
Reading lib/erc20/erc20.rb ...
Reading lib/erc20/fake_wallet.rb ...
Reading lib/erc20/wallet.rb ...
Reading lib/erc20.rb ...
Reading test/erc20/test_bin.rb ...
Reading test/erc20/test_fake_wallet.rb ...
Reading test/erc20/test_wallet.rb ...
Reading test/erc20/test_wallet_hardhat.rb ...
Reading test/erc20/test_wallet_live.rb ...
Reading test/test__helper.rb ...
Bundler 2.6.9 is running, but your lockfile was generated with 2.5.16. Installing Bundler 2.5.16 and restarting using that version.
Fetching gem metadata from https://rubygems.org/.
Fetching bundler 2.5.16
Installing bundler 2.5.16
Fetching gem metadata from https://rubygems.org/........
Fetching rake 13.4.2
Installing rake 13.4.2
Fetching public_suffix 7.0.5
Installing public_suffix 7.0.5
Fetching addressable 2.9.0
Installing addressable 2.9.0
Fetching ansi 1.6.0
Installing ansi 1.6.0
Fetching ast 2.4.3
Installing ast 2.4.3
Fetching backtrace 0.4.1
Installing backtrace 0.4.1
Fetching base64 0.3.0
Installing base64 0.3.0
Fetching bigdecimal 4.1.2
Installing bigdecimal 4.1.2 with native extensions
Fetching builder 3.3.0
Installing builder 3.3.0
Fetching concurrent-ruby 1.3.6
Installing concurrent-ruby 1.3.6
Fetching crack 1.0.1
Installing crack 1.0.1
Fetching cucumber-ci-environment 11.0.0
Installing cucumber-ci-environment 11.0.0
Fetching cucumber-messages 32.3.1
Installing cucumber-messages 32.3.1
Fetching cucumber-gherkin 39.1.0
Installing cucumber-gherkin 39.1.0
Fetching cucumber-tag-expressions 8.1.0
Installing cucumber-tag-expressions 8.1.0
Fetching cucumber-core 16.2.0
Installing cucumber-core 16.2.0
Fetching cucumber-cucumber-expressions 19.0.1
Installing cucumber-cucumber-expressions 19.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 logger 1.7.0
Installing logger 1.7.0
Fetching mini_mime 1.1.5
Installing mini_mime 1.1.5
Fetching multi_test 1.1.0
Installing multi_test 1.1.0
Fetching ffi 1.17.4 (x86_64-linux-gnu)
Installing ffi 1.17.4 (x86_64-linux-gnu)
Fetching memoist3 1.0.0
Installing memoist3 1.0.0
Fetching sys-uname 1.5.1
Installing sys-uname 1.5.1
Fetching cucumber 10.2.0
Installing cucumber 10.2.0
Fetching date 3.5.1
Installing date 3.5.1 with native extensions
Fetching docile 1.4.1
Installing docile 1.4.1
Fetching os 1.1.4
Installing os 1.1.4
Fetching ellipsized 0.3.0
Installing ellipsized 0.3.0
Fetching loog 0.8.0
Installing loog 0.8.0
Fetching tago 0.7.0
Installing tago 0.7.0
Fetching elapsed 0.3.1
Installing elapsed 0.3.1
Fetching qbash 0.8.4
Installing qbash 0.8.4
Fetching donce 0.7.0
Installing donce 0.7.0
Fetching drb 2.2.3
Installing drb 2.2.3
Fetching erb 6.0.4
Installing erb 6.0.4 with native extensions
Fetching forwardable 1.4.0
Installing forwardable 1.4.0
Fetching keccak 1.3.3
Installing keccak 1.3.3 with native extensions
Fetching konstructor 1.0.2
Installing konstructor 1.0.2
Fetching openssl 3.3.3
Installing openssl 3.3.3 with native extensions
Fetching mini_portile2 2.8.9
Installing mini_portile2 2.8.9
Fetching pkg-config 1.6.5
Installing pkg-config 1.6.5
Fetching rubyzip 2.4.1
Installing rubyzip 2.4.1
Fetching rbsecp256k1 6.0.0
Installing rbsecp256k1 6.0.0 with native extensions
Fetching ffi-compiler 1.4.2
Installing ffi-compiler 1.4.2
Fetching scrypt 3.1.0
Installing scrypt 3.1.0 with native extensions
Fetching eth 0.5.13
Installing eth 0.5.13
Fetching eventmachine 1.2.7
Installing eventmachine 1.2.7 with native extensions
Fetching websocket-extensions 0.1.5
Installing websocket-extensions 0.1.5
Fetching websocket-driver 0.8.0
Installing websocket-driver 0.8.0 with native extensions
Fetching faye-websocket 0.12.0
Installing faye-websocket 0.12.0
Fetching json 2.19.5
Installing json 2.19.5 with native extensions
Fetching uri 1.1.1
Installing uri 1.1.1
Fetching net-http 0.9.1
Installing net-http 0.9.1
Fetching faraday-net_http 3.4.3
Installing faraday-net_http 3.4.3
Fetching faraday 2.14.2
Installing faraday 2.14.2
Fetching multi_json 1.21.1
Installing multi_json 1.21.1
Fetching jsonrpc-client 0.1.4
Installing jsonrpc-client 0.1.4
Fetching thor 1.5.0
Installing thor 1.5.0
Fetching ethon 0.18.0
Installing ethon 0.18.0
Fetching hashdiff 1.2.1
Installing hashdiff 1.2.1
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 prism 1.9.0
Installing prism 1.9.0 with native extensions
Fetching minitest 6.0.6
Installing minitest 6.0.6
Fetching ruby-progressbar 1.13.0
Installing ruby-progressbar 1.13.0
Fetching minitest-reporters 1.8.0
Installing minitest-reporters 1.8.0
Fetching minitest-retry 0.3.1
Installing minitest-retry 0.3.1
Fetching parallel 2.1.0
Installing parallel 2.1.0
Fetching parser 3.3.11.1
Installing parser 3.3.11.1
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 random-port 0.8.2
Installing random-port 0.8.2
Fetching tsort 0.2.0
Installing tsort 0.2.0
Fetching rdoc 7.2.0
Installing rdoc 7.2.0
Fetching regexp_parser 2.12.0
Installing regexp_parser 2.12.0
Fetching rubocop-ast 1.49.1
Installing rubocop-ast 1.49.1
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.86.2
Installing rubocop 1.86.2
Fetching rubocop-elegant 0.5.1
Installing rubocop-elegant 0.5.1
Fetching rubocop-minitest 0.39.1
Installing rubocop-minitest 0.39.1
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 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 threads 0.5.0
Installing threads 0.5.0
Fetching typhoeus 1.6.0
Installing typhoeus 1.6.0
Fetching webmock 3.26.2
Installing webmock 3.26.2
Fetching yard 0.9.44
Installing yard 0.9.44
Bundle complete! 25 Gemfile dependencies, 98 gems now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.
Post-install message from rubyzip:
RubyZip 3.0 is coming!
**********************
The public API of some Rubyzip classes has been modernized to use named
parameters for optional arguments. Please check your usage of the
following classes:
* `Zip::File`
* `Zip::Entry`
* `Zip::InputStream`
* `Zip::OutputStream`
* `Zip::DOSTime`
Run your test suite with the `RUBYZIP_V3_API_WARN` environment
variable set to see warnings about usage of the old API. This will
help you to identify any changes that you need to make to your code.
See https://github.com/rubyzip/rubyzip/wiki/Updating-to-version-3.x for
more information.
Please ensure that your Gemfiles and .gemspecs are suitably restrictive
to avoid an unexpected breakage when 3.0 is released (e.g. ~> 2.3.0).
See https://github.com/rubyzip/rubyzip for details. The Changelog also
lists other enhancements and bugfixes that have been implemented since
version 2.3.0.
1 installed gem you directly depend on is looking for funding.
Run `bundle fund` for details
/usr/local/bundle/gems/bundler-2.5.16/lib/bundler/rubygems_ext.rb:250: warning: method redefined; discarding old encode_with
/usr/local/lib/ruby/3.4.0/rubygems/dependency.rb:341: warning: previous definition of encode_with was here
/usr/local/bundle/gems/eth-0.5.13/lib/eth/abi/encoder.rb:52: warning: assigned but unused variable - nested_sub_size
/usr/local/bundle/gems/eth-0.5.13/lib/eth/address.rb:91: warning: ambiguous `/`; wrap regexp in parentheses or add a space after `/` operator
/usr/local/bundle/gems/eth-0.5.13/lib/eth/address.rb:96: warning: ambiguous `/`; wrap regexp in parentheses or add a space after `/` operator
/usr/local/bundle/gems/eth-0.5.13/lib/eth/address.rb:101: warning: ambiguous `/`; wrap regexp in parentheses or add a space after `/` operator
/usr/local/bundle/gems/eth-0.5.13/lib/eth/contract/function_input.rb:34: warning: method redefined; discarding old type
/usr/local/bundle/gems/eth-0.5.13/lib/eth/contract/function_output.rb:33: warning: method redefined; discarding old type
/usr/local/bundle/gems/eth-0.5.13/lib/eth/client.rb:74: warning: method redefined; discarding old default_account
/usr/local/bundle/gems/eth-0.5.13/lib/eth/client.rb:82: warning: method redefined; discarding old chain_id
/usr/local/bundle/gems/eth-0.5.13/lib/eth/eip712.rb:50: warning: assigned but unused variable - dependency
/usr/local/bundle/gems/eth-0.5.13/lib/eth/rlp/encoder.rb:36: warning: assigned but unused variable - result
/usr/local/bundle/gems/eth-0.5.13/lib/eth/util.rb:53: warning: assigned but unused variable - hex
/usr/local/bundle/gems/eth-0.5.13/lib/eth/util.rb:67: warning: assigned but unused variable - bin
/usr/local/bundle/gems/eth-0.5.13/lib/eth/util.rb:103: warning: ambiguous `/`; wrap regexp in parentheses or add a space after `/` operator
/usr/local/bundle/gems/eth-0.5.13/lib/eth/util.rb:111: warning: ambiguous `/`; wrap regexp in parentheses or add a space after `/` operator
Started with run options --seed 20022
TestWalletLive
+ sudo docker run --detach --name donce-6a2306e4ff6a --add-host host.docker.internal:host-gateway --env USERNAME\=jeffrey --env PASSWORD\=swordfish --publish 1025:3128 yegor256/squid-proxy:latest /#4959
#4959: Unable to find image 'yegor256/squid-proxy:latest' locally
#4959: latest: Pulling from yegor256/squid-proxy
#4959: cb259a83ac3d: Already exists
#4959: f71e07e72be1: Pulling fs layer
#4959: de915496b8bb: Pulling fs layer
#4959: e99dc1eb7f87: Pulling fs layer
#4959: e99dc1eb7f87: Verifying Checksum
#4959: e99dc1eb7f87: Download complete
#4959: de915496b8bb: Verifying Checksum
#4959: de915496b8bb: Download complete
#4959: f71e07e72be1: Verifying Checksum
#4959: f71e07e72be1: Download complete
#4959: f71e07e72be1: Pull complete
#4959: de915496b8bb: Pull complete
#4959: e99dc1eb7f87: Pull complete
#4959: Digest: sha256:da25af63b0c85435efd6f4d5bc5aa55ef849ff3f270661c7e8ac29325379392f
#4959: Status: Downloaded newer image for yegor256/squid-proxy:latest
#4959: dd5a95d035733c62f51fbce1cfe989f61f5f036a992e726dcdf09a4983b61e3b
+ sudo docker logs donce-6a2306e4ff6a /#4972
#4972: + set -e
#4972: + [ -z jeffrey ]
#4972: + [ -z swordfish ]
#4972: + htpasswd -cb /etc/squid/passwd jeffrey swordfish
#4972: Adding password for user jeffrey
#4972: + rm -f /run/squid.pid
#4972: + which squid
#4972: + exec /usr/sbin/squid -NYCd 1
#4972: 2026/06/12 07:07:46| WARNING: BCP 177 violation. Detected non-functional IPv6 loopback.
#4972: 2026/06/12 07:07:46| aclIpParseIpData: IPv6 has not been enabled.
#4972: 2026/06/12 07:07:46| aclIpParseIpData: IPv6 has not been enabled.
#4972: 2026/06/12 07:07:46| aclIpParseIpData: IPv6 has not been enabled.
#4972: 2026/06/12 07:07:46| Processing Configuration File: /etc/squid/squid.conf (depth 0)
#4972: 2026/06/12 07:07:46| Created PID file (/run/squid.pid)
#4972: 2026/06/12 07:07:46| Current Directory is /
#4972: 2026/06/12 07:07:46| Starting Squid Cache version 6.6 for x86_64-pc-linux-gnu...
#4972: 2026/06/12 07:07:46| Service Name: squid
#4972: 2026/06/12 07:07:46| Process ID 1
#4972: 2026/06/12 07:07:46| Process Roles: master worker
#4972: 2026/06/12 07:07:46| With 1048576 file descriptors available
#4972: 2026/06/12 07:07:46| Initializing IP Cache...
#4972: 2026/06/12 07:07:46| DNS IPv4 socket created at 0.0.0.0, FD 8
#4972: 2026/06/12 07:07:46| Adding nameserver 172.31.0.2 from /etc/resolv.conf
#4972: 2026/06/12 07:07:46| Adding domain ec2.internal from /etc/resolv.conf
#4972: 2026/06/12 07:07:46| helperOpenServers: Starting 0/5 'basic_ncsa_auth' processes
#4972: 2026/06/12 07:07:46| helperOpenServers: No 'basic_ncsa_auth' processes needed.
#4972: 2026/06/12 07:07:46| Local cache digest enabled; rebuild/rewrite every 3600/3600 sec
#4972: 2026/06/12 07:07:46| Store logging disabled
#4972: 2026/06/12 07:07:46| Swap maxSize 0 + 8192 KB, estimated 630 objects
#4972: 2026/06/12 07:07:46| Target number of buckets: 31
#4972: 2026/06/12 07:07:46| Using 8192 Store buckets
#4972: 2026/06/12 07:07:46| Max Mem size: 8192 KB
#4972: 2026/06/12 07:07:46| Max Swap size: 0 KB
#4972: 2026/06/12 07:07:46| Using Least Load store dir selection
#4972: 2026/06/12 07:07:46| Current Directory is /
#4972: 2026/06/12 07:07:46| Finished loading MIME types and icons.
#4972: 2026/06/12 07:07:46| HTCP Disabled.
#4972: 2026/06/12 07:07:46| Pinger socket opened on FD 11
#4972: 2026/06/12 07:07:46| Squid plugin modules loaded: 0
#4972: 2026/06/12 07:07:46| Adaptation support is off.
#4972: 2026/06/12 07:07:46| Accepting HTTP Socket connections at conn2 local=0.0.0.0:3128 remote=[::] FD 9 flags=9
#4972: listening port: 3128
#4972: 2026/06/12 07:07:46| Starting new basicauthenticator helpers...
#4972: current master transaction: master53
#4972: 2026/06/12 07:07:46| helperOpenServers: Starting 1/5 'basic_ncsa_auth' processes
#4972: current master transaction: master53
+ sudo docker rm --force donce-6a2306e4ff6a /#4981
#4981: donce-6a2306e4ff6a
test_pings_google_via_proxy 32m PASS0m (8.02s)
test_checks_balance_of_absent_address 33m SKIP0m (0.00s)
test_checks_balance_on_mainnet 33m SKIP0m (0.00s)
test_checks_gas_estimate_on_mainnet 33m SKIP0m (0.00s)
test_checks_balance_on_polygon 33m SKIP0m (0.00s)
test_accepts_payments_on_mainnet 33m SKIP0m (0.00s)
test_checks_eth_balance_on_mainnet 33m SKIP0m (0.00s)
test_fails_with_invalid_infura_key 33m SKIP0m (0.00s)
test_pays_on_mainnet 33m SKIP0m (0.00s)
+ sudo docker run --detach --name donce-f5f432719585 --add-host host.docker.internal:host-gateway --env USERNAME\=jeffrey --env PASSWORD\=swordfish --publish 1026:3128 yegor256/squid-proxy:latest /#4990
#4990: aaf9a1bb0fe61cd5ee09e332e38ead7a53b2a9ad0667455996aa73ec228073c0
+ sudo docker logs donce-f5f432719585 /#5001
#5001: + set -e
#5001: + [ -z jeffrey ]
#5001: + [ -z swordfish ]
#5001: + htpasswd -cb /etc/squid/passwd jeffrey swordfish
#5001: Adding password for user jeffrey
#5001: + rm -f /run/squid.pid
#5001: + which squid
#5001: + exec /usr/sbin/squid -NYCd 1
#5001: 2026/06/12 07:07:47| WARNING: BCP 177 violation. Detected non-functional IPv6 loopback.
#5001: 2026/06/12 07:07:47| aclIpParseIpData: IPv6 has not been enabled.
#5001: 2026/06/12 07:07:47| aclIpParseIpData: IPv6 has not been enabled.
#5001: 2026/06/12 07:07:47| aclIpParseIpData: IPv6 has not been enabled.
#5001: 2026/06/12 07:07:47| Processing Configuration File: /etc/squid/squid.conf (depth 0)
#5001: 2026/06/12 07:07:47| Created PID file (/run/squid.pid)
#5001: 2026/06/12 07:07:47| Current Directory is /
#5001: 2026/06/12 07:07:47| Starting Squid Cache version 6.6 for x86_64-pc-linux-gnu...
#5001: 2026/06/12 07:07:47| Service Name: squid
#5001: 2026/06/12 07:07:47| Process ID 1
#5001: 2026/06/12 07:07:47| Process Roles: master worker
#5001: 2026/06/12 07:07:47| With 1048576 file descriptors available
#5001: 2026/06/12 07:07:47| Initializing IP Cache...
#5001: 2026/06/12 07:07:47| DNS IPv4 socket created at 0.0.0.0, FD 8
#5001: 2026/06/12 07:07:47| Adding nameserver 172.31.0.2 from /etc/resolv.conf
#5001: 2026/06/12 07:07:47| Adding domain ec2.internal from /etc/resolv.conf
#5001: 2026/06/12 07:07:47| helperOpenServers: Starting 0/5 'basic_ncsa_auth' processes
#5001: 2026/06/12 07:07:47| helperOpenServers: No 'basic_ncsa_auth' processes needed.
#5001: 2026/06/12 07:07:47| Local cache digest enabled; rebuild/rewrite every 3600/3600 sec
#5001: 2026/06/12 07:07:47| Store logging disabled
#5001: 2026/06/12 07:07:47| Swap maxSize 0 + 8192 KB, estimated 630 objects
#5001: 2026/06/12 07:07:47| Target number of buckets: 31
#5001: 2026/06/12 07:07:47| Using 8192 Store buckets
#5001: 2026/06/12 07:07:47| Max Mem size: 8192 KB
#5001: 2026/06/12 07:07:47| Max Swap size: 0 KB
#5001: 2026/06/12 07:07:47| Using Least Load store dir selection
#5001: 2026/06/12 07:07:47| Current Directory is /
#5001: 2026/06/12 07:07:47| Finished loading MIME types and icons.
#5001: 2026/06/12 07:07:47| HTCP Disabled.
#5001: 2026/06/12 07:07:47| Pinger socket opened on FD 11
#5001: 2026/06/12 07:07:47| Squid plugin modules loaded: 0
#5001: 2026/06/12 07:07:47| Adaptation support is off.
#5001: 2026/06/12 07:07:47| Accepting HTTP Socket connections at conn2 local=0.0.0.0:3128 remote=[::] FD 9 flags=9
#5001: listening port: 3128
#5001: 2026/06/12 07:07:47| Starting new basicauthenticator helpers...
#5001: current master transaction: master53
#5001: 2026/06/12 07:07:47| helperOpenServers: Starting 1/5 'basic_ncsa_auth' processes
#5001: current master transaction: master53
+ sudo docker rm --force donce-f5f432719585 /#5010
#5010: donce-f5f432719585
test_checks_balance_via_proxy_on_mainnet 33m SKIP0m (1.09s)
TestWallet
The MultiJson constant is deprecated and will be removed in v2.0. Use MultiJSON instead.
MultiJSON.encode is deprecated and will be removed in v2.0. Use MultiJSON.generate instead.
MultiJSON.decode is deprecated and will be removed in v2.0. Use MultiJSON.parse instead.
test_fails_after_exhausting_attempts 32m PASS0m (0.12s)
test_falls_back_to_secondary_endpoint 32m PASS0m (0.08s)
test_rejects_non_array_fallbacks 32m PASS0m (0.00s)
Talked to example.org:443 in 38ms
The balance of 0xd5fF1bFCDE7A03Da61ad229d962c74F1eA2f16A5 is 2039583 ERC20 tokens
test_logs_to_stdout 32m PASS0m (0.04s)
test_rejects_gas_limit_below_minimum 32m PASS0m (0.00s)
test_checks_balance_on_testnet 33m SKIP0m (0.00s)
test_rejects_negative_attempts 32m PASS0m (0.00s)
test_retries_on_transient_non_json_response 32m PASS0m (0.08s)
test_rejects_gas_limit_above_maximum 32m PASS0m (0.00s)
TestBin
test_sends_eth_payment_in_eth 32m PASS0m (1.85s)
test_generates_private_key 32m PASS0m (0.61s)
test_sends_erc20_payment_in_usdt 32m PASS0m (1.86s)
test_prints_version 32m PASS0m (0.61s)
test_fetches_eth_balance 32m PASS0m (1.82s)
test_sends_eth_payment_in_wei 32m PASS0m (1.82s)
test_sends_eth_payment 32m PASS0m (1.84s)
test_fetches_gas_price 32m PASS0m (0.62s)
test_wrong_command 32m PASS0m (0.61s)
test_fetches_erc20_balance 32m PASS0m (1.86s)
test_prints_help 32m PASS0m (0.71s)
test_sends_erc20_payment 32m PASS0m (1.87s)
test_sends_erc20_payment_in_dollars 32m PASS0m (1.88s)
test_sends_eth_payment_in_gwei 32m PASS0m (1.84s)
test_generates_public_key 32m PASS0m (1.22s)
TestWalletHardhat
+ sudo docker build --tag donce-6be1fde6643c --build-arg GID\=1001 --build-arg UID\=1001 /home/r/repo/test/../hardhat /#5262
#5262: #0 building with "default" instance using docker driver
#5262:
#5262: #1 [internal] load build definition from Dockerfile
#5262: #1 transferring dockerfile: 552B done
#5262: #1 DONE 0.1s
#5262:
#5262: #2 [internal] load metadata for docker.io/library/node:24
#5262: #2 DONE 0.4s
#5262:
#5262: #3 [internal] load .dockerignore
#5262: #3 transferring context: 2B done
#5262: #3 DONE 0.0s
#5262:
#5262: #4 [internal] load build context
#5262: #4 transferring context: 4.97kB done
#5262: #4 DONE 0.0s
#5262:
#5262: #5 [1/9] FROM docker.io/library/node:24@sha256:40ad9f3064e67d6860b4bc3fe1880b2953934fd6320ada990e45fe0efa6badd7
#5262: #5 resolve docker.io/library/node:24@sha256:40ad9f3064e67d6860b4bc3fe1880b2953934fd6320ada990e45fe0efa6badd7 0.0s done
#5262: #5 sha256:4da31edd9efdb812e66d13819903973ea6b188d2e7358547676d33d1e3f706f2 3.15MB / 24.04MB 0.1s
#5262: #5 sha256:9fbaeeb62b9d03a1204b85c3b257aa3e1ce2c4ccfeea479fb2e659211019c29d 0B / 64.40MB 0.1s
#5262: #5 sha256:40ad9f3064e67d6860b4bc3fe1880b2953934fd6320ada990e45fe0efa6badd7 5.14kB / 5.14kB done
#5262: #5 sha256:0fff24ba994c5450728278d000f7e8395ac22a8832b9f295723cf9411dae8df0 2.49kB / 2.49kB done
#5262: #5 sha256:07c9c5f1cef94575d08504d0ee152ab92cc697218b1df7a897996513337a6ac2 6.73kB / 6.73kB done
#5262: #5 sha256:01cedcff86f879d042805360ecba268802bec3d8201484ff3ec54f4250a2d3b7 5.24MB / 48.50MB 0.1s
#5262: #5 sha256:4da31edd9efdb812e66d13819903973ea6b188d2e7358547676d33d1e3f706f2 10.49MB / 24.04MB 0.3s
#5262: #5 sha256:9fbaeeb62b9d03a1204b85c3b257aa3e1ce2c4ccfeea479fb2e659211019c29d 4.19MB / 64.40MB 0.3s
#5262: #5 sha256:01cedcff86f879d042805360ecba268802bec3d8201484ff3ec54f4250a2d3b7 15.73MB / 48.50MB 0.3s
#5262: #5 sha256:4da31edd9efdb812e66d13819903973ea6b188d2e7358547676d33d1e3f706f2 13.63MB / 24.04MB 0.4s
#5262: #5 sha256:9fbaeeb62b9d03a1204b85c3b257aa3e1ce2c4ccfeea479fb2e659211019c29d 10.97MB / 64.40MB 0.4s
#5262: #5 sha256:01cedcff86f879d042805360ecba268802bec3d8201484ff3ec54f4250a2d3b7 19.92MB / 48.50MB 0.4s
#5262: #5 sha256:4da31edd9efdb812e66d13819903973ea6b188d2e7358547676d33d1e3f706f2 18.87MB / 24.04MB 0.5s
#5262: #5 sha256:9fbaeeb62b9d03a1204b85c3b257aa3e1ce2c4ccfeea479fb2e659211019c29d 16.78MB / 64.40MB 0.5s
#5262: #5 sha256:01cedcff86f879d042805360ecba268802bec3d8201484ff3ec54f4250a2d3b7 24.12MB / 48.50MB 0.5s
#5262: #5 sha256:4da31edd9efdb812e66d13819903973ea6b188d2e7358547676d33d1e3f706f2 24.04MB / 24.04MB 0.7s done
#5262: #5 sha256:9fbaeeb62b9d03a1204b85c3b257aa3e1ce2c4ccfeea479fb2e659211019c29d 26.21MB / 64.40MB 0.7s
#5262: #5 sha256:01cedcff86f879d042805360ecba268802bec3d8201484ff3ec54f4250a2d3b7 32.51MB / 48.50MB 0.7s
#5262: #5 sha256:f7044c1cf2c0cb824c5cdae28ae059e28d1bfd83182a096356a06ced450dfb7b 0B / 211.60MB 0.7s
#5262: #5 sha256:9fbaeeb62b9d03a1204b85c3b257aa3e1ce2c4ccfeea479fb2e659211019c29d 31.46MB / 64.40MB 0.8s
#5262: #5 sha256:01cedcff86f879d042805360ecba268802bec3d8201484ff3ec54f4250a2d3b7 40.89MB / 48.50MB 0.8s
#5262: #5 sha256:9fbaeeb62b9d03a1204b85c3b257aa3e1ce2c4ccfeea479fb2e659211019c29d 41.94MB / 64.40MB 1.0s
#5262: #5 sha256:01cedcff86f879d042805360ecba268802bec3d8201484ff3ec54f4250a2d3b7 48.23MB / 48.50MB 1.0s
#5262: #5 sha256:9fbaeeb62b9d03a1204b85c3b257aa3e1ce2c4ccfeea479fb2e659211019c29d 53.48MB / 64.40MB 1.2s
#5262: #5 sha256:01cedcff86f879d042805360ecba268802bec3d8201484ff3ec54f4250a2d3b7 48.50MB / 48.50MB 1.1s done
#5262: #5 sha256:f7044c1cf2c0cb824c5cdae28ae059e28d1bfd83182a096356a06ced450dfb7b 22.02MB / 211.60MB 1.2s
#5262: #5 sha256:cb82f1eca97840e5199714777abf72e985f124ef7c9cd2e3bd514726e2095b33 0B / 3.32kB 1.2s
#5262: #5 sha256:cb82f1eca97840e5199714777abf72e985f124ef7c9cd2e3bd514726e2095b33 3.32kB / 3.32kB 1.2s done
#5262: #5 sha256:3c6b290fd59b97bebe6b31179bc68f7e356a436ec2b2f43ba2855e265be23304 0B / 58.71MB 1.3s
#5262: #5 sha256:9fbaeeb62b9d03a1204b85c3b257aa3e1ce2c4ccfeea479fb2e659211019c29d 64.40MB / 64.40MB 1.5s
#5262: #5 sha256:f7044c1cf2c0cb824c5cdae28ae059e28d1bfd83182a096356a06ced450dfb7b 36.70MB / 211.60MB 1.5s
#5262: #5 sha256:3c6b290fd59b97bebe6b31179bc68f7e356a436ec2b2f43ba2855e265be23304 3.15MB / 58.71MB 1.5s
#5262: #5 extracting sha256:01cedcff86f879d042805360ecba268802bec3d8201484ff3ec54f4250a2d3b7
#5262: #5 sha256:3c6b290fd59b97bebe6b31179bc68f7e356a436ec2b2f43ba2855e265be23304 16.78MB / 58.71MB 1.7s
#5262: #5 sha256:9fbaeeb62b9d03a1204b85c3b257aa3e1ce2c4ccfeea479fb2e659211019c29d 64.40MB / 64.40MB 1.8s done
#5262: #5 sha256:f7044c1cf2c0cb824c5cdae28ae059e28d1bfd83182a096356a06ced450dfb7b 56.05MB / 211.60MB 1.9s
#5262: #5 sha256:3c6b290fd59b97bebe6b31179bc68f7e356a436ec2b2f43ba2855e265be23304 26.21MB / 58.71MB 1.9s
#5262: #5 sha256:2e62789b8427ddd4e622d3c81315fc5a75a31e50b46d4c1f65c5fe7c37dfa12e 0B / 1.25MB 1.9s
#5262: #5 sha256:3c6b290fd59b97bebe6b31179bc68f7e356a436ec2b2f43ba2855e265be23304 31.46MB / 58.71MB 2.0s
#5262: #5 sha256:2e62789b8427ddd4e622d3c81315fc5a75a31e50b46d4c1f65c5fe7c37dfa12e 1.25MB / 1.25MB 2.0s done
#5262: #5 sha256:f7044c1cf2c0cb824c5cdae28ae059e28d1bfd83182a096356a06ced450dfb7b 70.66MB / 211.60MB 2.2s
#5262: #5 sha256:3c6b290fd59b97bebe6b31179bc68f7e356a436ec2b2f43ba2855e265be23304 41.94MB / 58.71MB 2.2s
#5262: #5 sha256:b541117f1a818b7de470e46edc9294058be3c42bb77f8437e4fe580845fde474 447B / 447B 2.1s done
#5262: #5 sha256:3c6b290fd59b97bebe6b31179bc68f7e356a436ec2b2f43ba2855e265be23304 47.19MB / 58.71MB 2.3s
#5262: #5 sha256:3c6b290fd59b97bebe6b31179bc68f7e356a436ec2b2f43ba2855e265be23304 52.43MB / 58.71MB 2.4s
#5262: #5 sha256:f7044c1cf2c0cb824c5cdae28ae059e28d1bfd83182a096356a06ced450dfb7b 89.57MB / 211.60MB 2.6s
#5262: #5 sha256:3c6b290fd59b97bebe6b31179bc68f7e356a436ec2b2f43ba2855e265be23304 58.71MB / 58.71MB 2.6s
#5262: #5 sha256:f7044c1cf2c0cb824c5cdae28ae059e28d1bfd83182a096356a06ced450dfb7b 106.14MB / 211.60MB 2.8s
#5262: #5 sha256:f7044c1cf2c0cb824c5cdae28ae059e28d1bfd83182a096356a06ced450dfb7b 117.44MB / 211.60MB 2.9s
#5262: #5 sha256:f7044c1cf2c0cb824c5cdae28ae059e28d1bfd83182a096356a06ced450dfb7b 133.17MB / 211.60MB 3.1s
#5262: #5 sha256:f7044c1cf2c0cb824c5cdae28ae059e28d1bfd83182a096356a06ced450dfb7b 153.09MB / 211.60MB 3.3s
#5262: #5 sha256:3c6b290fd59b97bebe6b31179bc68f7e356a436ec2b2f43ba2855e265be23304 58.71MB / 58.71MB 3.2s done
#5262: #5 sha256:f7044c1cf2c0cb824c5cdae28ae059e28d1bfd83182a096356a06ced450dfb7b 174.06MB / 211.60MB 3.5s
#5262: #5 sha256:f7044c1cf2c0cb824c5cdae28ae059e28d1bfd83182a096356a06ced450dfb7b 203.42MB / 211.60MB 3.8s
#5262: #5 extracting sha256:01cedcff86f879d042805360ecba268802bec3d8201484ff3ec54f4250a2d3b7 4.8s done
#5262: #5 sha256:f7044c1cf2c0cb824c5cdae28ae059e28d1bfd83182a096356a06ced450dfb7b 211.60MB / 211.60MB 6.5s done
#5262: #5 extracting sha256:4da31edd9efdb812e66d13819903973ea6b188d2e7358547676d33d1e3f706f2 0.1s
#5262: #5 extracting sha256:4da31edd9efdb812e66d13819903973ea6b188d2e7358547676d33d1e3f706f2 1.0s done
#5262: #5 extracting sha256:9fbaeeb62b9d03a1204b85c3b257aa3e1ce2c4ccfeea479fb2e659211019c29d
#5262: #5 extracting sha256:9fbaeeb62b9d03a1204b85c3b257aa3e1ce2c4ccfeea479fb2e659211019c29d 3.9s done
#5262: #5 extracting sha256:f7044c1cf2c0cb824c5cdae28ae059e28d1bfd83182a096356a06ced450dfb7b
#5262: #5 extracting sha256:f7044c1cf2c0cb824c5cdae28ae059e28d1bfd83182a096356a06ced450dfb7b 5.1s
#5262: #5 extracting sha256:f7044c1cf2c0cb824c5cdae28ae059e28d1bfd83182a096356a06ced450dfb7b 10.2s
#5262: #5 extracting sha256:f7044c1cf2c0cb824c5cdae28ae059e28d1bfd83182a096356a06ced450dfb7b 11.0s done
#5262: #5 extracting sha256:cb82f1eca97840e5199714777abf72e985f124ef7c9cd2e3bd514726e2095b33
#5262: #5 extracting sha256:cb82f1eca97840e5199714777abf72e985f124ef7c9cd2e3bd514726e2095b33 done
#5262: #5 extracting sha256:3c6b290fd59b97bebe6b31179bc68f7e356a436ec2b2f43ba2855e265be23304 0.1s
#5262: #5 extracting sha256:3c6b290fd59b97bebe6b31179bc68f7e356a436ec2b2f43ba2855e265be23304 3.9s done
#5262: #5 extracting sha256:2e62789b8427ddd4e622d3c81315fc5a75a31e50b46d4c1f65c5fe7c37dfa12e
#5262: #5 extracting sha256:2e62789b8427ddd4e622d3c81315fc5a75a31e50b46d4c1f65c5fe7c37dfa12e 0.1s done
#5262: #5 extracting sha256:b541117f1a818b7de470e46edc9294058be3c42bb77f8437e4fe580845fde474 done
#5262: #5 DONE 27.1s
#5262:
#5262: #6 [2/9] WORKDIR /app
#5262: #6 DONE 0.8s
#5262:
#5262: #7 [3/9] COPY package.json .
#5262: #7 DONE 0.1s
#5262:
#5262: #8 [4/9] RUN npm install
#5262: #8 27.04 npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
#5262: #8 32.22 npm warn deprecated lodash.isequal@4.5.0: This package is deprecated. Use require('node:util').isDeepStrictEqual instead.
#5262: #8 32.59 npm warn deprecated glob@7.2.3: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
#5262: #8 32.87 npm warn deprecated glob@5.0.15: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
#5262: #8 32.94 npm warn deprecated glob@7.2.3: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
#5262: #8 33.06 npm warn deprecated glob@8.1.0: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
#5262: #8 33.23 npm warn deprecated glob@7.1.7: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
#5262: #8 36.78 npm warn deprecated uuid@8.3.2: uuid@10 and below is no longer supported. For ESM codebases, update to uuid@latest. For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028).
#5262: #8 37.56 npm warn deprecated glob@10.5.0: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
#5262: #8 50.79
#5262: #8 50.79 added 583 packages, and audited 584 packages in 50s
#5262: #8 50.79
#5262: #8 50.79 117 packages are looking for funding
#5262: #8 50.80 run `npm fund` for details
#5262: #8 50.86
#5262: #8 50.86 37 vulnerabilities (13 low, 20 moderate, 4 high)
#5262: #8 50.86
#5262: #8 50.86 To address issues that do not require attention, run:
#5262: #8 50.86 npm audit fix
#5262: #8 50.86
#5262: #8 50.86 To address all issues (including breaking changes), run:
#5262: #8 50.86 npm audit fix --force
#5262: #8 50.86
#5262: #8 50.86 Run `npm audit` for details.
#5262: #8 50.87 npm notice
#5262: #8 50.87 npm notice New minor version of npm available! 11.13.0 -> 11.17.0
#5262: #8 50.87 npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.17.0
#5262: #8 50.87 npm notice To update run: npm install -g npm@11.17.0
#5262: #8 50.87 npm notice
#5262: #8 DONE 51.3s
#5262:
#5262: #9 [5/9] COPY hardhat.config.js .
#5262: #9 DONE 0.0s
#5262:
#5262: #10 [6/9] RUN sed -i "s/PORT/8080/g" hardhat.config.js && sed -i "s/HOST/localhost/g" hardhat.config.js
#5262: #10 DONE 0.4s
#5262:
#5262: #11 [7/9] COPY contracts contracts
#5262: #11 DONE 0.1s
#5262:
#5262: #12 [8/9] COPY ignition ignition
#5262: #12 DONE 0.0s
#5262:
#5262: #13 [9/9] RUN rm -rf ignition/deployments && npx hardhat compile && rm -rf cache
#5262: #13 2.323 Downloading compiler 0.8.28
#5262: #13 3.132 Compiled 1 Solidity file successfully (evm target: paris).
#5262: #13 DONE 3.3s
#5262:
#5262: #14 exporting to image
#5262: #14 exporting layers
#5262: #14 exporting layers 19.0s done
#5262: #14 writing image sha256:aed99db126ae614e847bbacfe201b38c0940915d3d826b245a2ed8d20fe192fd done
#5262: #14 naming to docker.io/library/donce-6be1fde6643c done
#5262: #14 DONE 19.0s
+ sudo docker run --detach --name donce-25b7c9b6af0c --add-host host.docker.internal:host-gateway --publish 1027:8545 --user=1001:1001 donce-6be1fde6643c /bin/bash -c npx\ hardhat\ node\ /#5295
#5295: 326638aae3da2a0a97dedb3c80cc4f0a4744c84aad6a3a30516c00f63cb9565e
+ sudo docker build --tag donce-51180e1ec1b7 --build-arg HOST\=host.docker.internal --build-arg PORT\=1027 --build-arg GID\=1001 --build-arg UID\=1001 /home/r/repo/test/../hardhat /#5307
#5307: #0 building with "default" instance using docker driver
#5307:
#5307: #1 [internal] load build definition from Dockerfile
#5307: #1 transferring dockerfile: 552B done
#5307: #1 DONE 0.0s
#5307:
#5307: #2 [internal] load metadata for docker.io/library/node:24
#5307: #2 DONE 0.1s
#5307:
#5307: #3 [internal] load .dockerignore
#5307: #3 transferring context: 2B done
#5307: #3 DONE 0.0s
#5307:
#5307: #4 [1/9] FROM docker.io/library/node:24@sha256:40ad9f3064e67d6860b4bc3fe1880b2953934fd6320ada990e45fe0efa6badd7
#5307: #4 DONE 0.0s
#5307:
#5307: #5 [internal] load build context
#5307: #5 transferring context: 243B done
#5307: #5 DONE 0.0s
#5307:
#5307: #6 [4/9] RUN npm install
#5307: #6 CACHED
#5307:
#5307: #7 [2/9] WORKDIR /app
#5307: #7 CACHED
#5307:
#5307: #8 [3/9] COPY package.json .
#5307: #8 CACHED
#5307:
#5307: #9 [5/9] COPY hardhat.config.js .
#5307: #9 CACHED
#5307:
#5307: #10 [6/9] RUN sed -i "s/PORT/1027/g" hardhat.config.js && sed -i "s/HOST/host.docker.internal/g" hardhat.config.js
#5307: #10 DONE 0.4s
#5307:
#5307: #11 [7/9] COPY contracts contracts
#5307: #11 DONE 0.1s
#5307:
#5307: #12 [8/9] COPY ignition ignition
#5307: #12 DONE 0.0s
#5307:
#5307: #13 [9/9] RUN rm -rf ignition/deployments && npx hardhat compile && rm -rf cache
#5307: #13 1.824 Downloading compiler 0.8.28
#5307: #13 2.623 Compiled 1 Solidity file successfully (evm target: paris).
#5307: #13 DONE 2.7s
#5307:
#5307: #14 exporting to image
#5307: #14 exporting layers
#5307: #14 exporting layers 0.2s done
#5307: #14 writing image sha256:20092ed63bbeb3db879ba9c8143b68d9fc31ccef3dcb62d0833ba597ea5a4693
#5307: #14 writing image sha256:20092ed63bbeb3db879ba9c8143b68d9fc31ccef3dcb62d0833ba597ea5a4693 done
#5307: #14 naming to docker.io/library/donce-51180e1ec1b7 done
#5307: #14 DONE 0.2s
+ sudo docker run --name donce-16dda857cf4b --add-host host.docker.internal:host-gateway donce-51180e1ec1b7 /bin/bash -c \(cat\ hardhat.config.js\)\ \&\&\ \(ls\ -al\)\ \&\&\ \(echo\ y\ \|\ npx\ hardhat\ ignition\ deploy\ ./ignition/modules/Foo.ts\ --network\ foo\ --deployment-id\ foo\)\ \&\&\ \(npx\ hardhat\ ignition\ status\ foo\ \|\ tail\ -1\ \|\ cut\ -d\"\ \"\ -f3\) /#5340
#5340: // SPDX-FileCopyrightText: Copyright (c) 2025 Yegor Bugayenko
#5340: // SPDX-License-Identifier: MIT
#5340:
#5340: require("@nomicfoundation/hardhat-toolbox");
#5340:
#5340: /** @type import("hardhat/config").HardhatUserConfig */
#5340:
#5340: module.exports = {
#5340: solidity: "0.8.28",
#5340: defaultNetwork: "foo",
#5340: networks: {
#5340: hardhat: {
#5340: chainId: 4242,
#5340: gas: 10,
#5340: gasPrice: 4,
#5340: maxFeePerGas: 100,
#5340: maxPriorityFeePerGas: 100,
#5340: initialBaseFeePerGas: 100,
#5340: accounts: [
#5340: {
#5340: privateKey: "81a9b2114d53731ecc84b261ef6c0387dde34d5907fe7b441240cc21d61bf80a",
#5340: balance: "55555555555555555555555"
#5340: },
#5340: {
#5340: privateKey: "91f9111b1744d55361e632771a4e53839e9442a9fef45febc0a5c838c686a15b",
#5340: balance: "66666666666666666666666"
#5340: }
#5340: ]
#5340: },
#5340: foo: {
#5340: chainId: 4242,
#5340: url: "http://host.docker.internal:1027"
#5340: }
#5340: }
#5340: };
#5340: total 316
#5340: drwxr-xr-x 1 root root 4096 Jun 12 07:10 .
#5340: drwxr-xr-x 1 root root 4096 Jun 12 07:10 ..
#5340: drwxr-xr-x 4 root root 4096 Jun 12 07:10 artifacts
#5340: drwxr-xr-x 2 root root 4096 Jun 12 07:04 contracts
#5340: -rw-r--r-- 1 root root 874 Jun 12 07:09 hardhat.config.js
#5340: drwxr-xr-x 3 root root 4096 Jun 12 07:04 ignition
#5340: drwxr-xr-x 379 root root 12288 Jun 12 07:09 node_modules
#5340: -rw-r--r-- 1 root root 278753 Jun 12 07:09 package-lock.json
#5340: -rw-r--r-- 1 root root 106 Jun 12 07:04 package.json
#5340: ?25l2K1G36m?39m 1mConfirm deploy to network foo (4242)?22m 90m›39m 90m(y/N)39m2K1G2K1G32m✔39m 1mConfirm deploy to network foo (4242)?22m 90m…39m yes
#5340: ?25hCompiled 1 Solidity file successfully (evm target: paris).
#5340: Hardhat Ignition starting for [ FooModule ]...2K1GHardhat Ignition 🚀
#5340:
#5340: Deploying [ FooModule ]
#5340:
#5340: Batch #1
#5340: Executing FooModule#Foo...
#5340:
#5340: 3A0JBatch #1
#5340: Executing FooModule#Foo...
#5340:
#5340: 3A0JBatch #1
#5340: Executed FooModule#Foo
#5340:
#5340: 3A0JBatch #1
#5340: Executed FooModule#Foo
#5340:
#5340: [ FooModule ] successfully deployed 🚀
#5340:
#5340: Deployed Addresses
#5340:
#5340: FooModule#Foo - 0xFadEF8BA4A5d709A2BF55B7A8798c9b438C640c1
#5340: 0xFadEF8BA4A5d709A2BF55B7A8798c9b438C640c1
+ sudo docker logs donce-16dda857cf4b /#5350
#5350: // SPDX-FileCopyrightText: Copyright (c) 2025 Yegor Bugayenko
#5350: // SPDX-License-Identifier: MIT
#5350:
#5350: require("@nomicfoundation/hardhat-toolbox");
#5350:
#5350: /** @type import("hardhat/config").HardhatUserConfig */
#5350:
#5350: module.exports = {
#5350: solidity: "0.8.28",
#5350: defaultNetwork: "foo",
#5350: networks: {
#5350: hardhat: {
#5350: chainId: 4242,
#5350: gas: 10,
#5350: gasPrice: 4,
#5350: maxFeePerGas: 100,
#5350: maxPriorityFeePerGas: 100,
#5350: initialBaseFeePerGas: 100,
#5350: accounts: [
#5350: {
#5350: privateKey: "81a9b2114d53731ecc84b261ef6c0387dde34d5907fe7b441240cc21d61bf80a",
#5350: balance: "55555555555555555555555"
#5350: },
#5350: {
#5350: privateKey: "91f9111b1744d55361e632771a4e53839e9442a9fef45febc0a5c838c686a15b",
#5350: balance: "66666666666666666666666"
#5350: }
#5350: ]
#5350: },
#5350: foo: {
#5350: chainId: 4242,
#5350: url: "http://host.docker.internal:1027"
#5350: }
#5350: }
#5350: };
#5350: total 316
#5350: drwxr-xr-x 1 root root 4096 Jun 12 07:10 .
#5350: drwxr-xr-x 1 root root 4096 Jun 12 07:10 ..
#5350: drwxr-xr-x 4 root root 4096 Jun 12 07:10 artifacts
#5350: drwxr-xr-x 2 root root 4096 Jun 12 07:04 contracts
#5350: -rw-r--r-- 1 root root 874 Jun 12 07:09 hardhat.config.js
#5350: drwxr-xr-x 3 root root 4096 Jun 12 07:04 ignition
#5350: drwxr-xr-x 379 root root 12288 Jun 12 07:09 node_modules
#5350: -rw-r--r-- 1 root root 278753 Jun 12 07:09 package-lock.json
#5350: -rw-r--r-- 1 root root 106 Jun 12 07:04 package.json
#5350: ?25l2K1G36m?39m 1mConfirm deploy to network foo (4242)?22m 90m›39m 90m(y/N)39m2K1G2K1G32m✔39m 1mConfirm deploy to network foo (4242)?22m 90m…39m yes
#5350: ?25hCompiled 1 Solidity file successfully (evm target: paris).
#5350: Hardhat Ignition starting for [ FooModule ]...2K1GHardhat Ignition 🚀
#5350:
#5350: Deploying [ FooModule ]
#5350:
#5350: Batch #1
#5350: Executing FooModule#Foo...
#5350:
#5350: 3A0JBatch #1
#5350: Executing FooModule#Foo...
#5350:
#5350: 3A0JBatch #1
#5350: Executed FooModule#Foo
#5350:
#5350: 3A0JBatch #1
#5350: Executed FooModule#Foo
#5350:
#5350: [ FooModule ] successfully deployed 🚀
#5350:
#5350: Deployed Addresses
#5350:
#5350: FooModule#Foo - 0xFadEF8BA4A5d709A2BF55B7A8798c9b438C640c1
#5350: 0xFadEF8BA4A5d709A2BF55B7A8798c9b438C640c1
+ sudo docker rm --force donce-16dda857cf4b /#5358
#5358: donce-16dda857cf4b
+ sudo docker rmi donce-51180e1ec1b7 /#5366
#5366: Untagged: donce-51180e1ec1b7:latest
#5366: Deleted: sha256:20092ed63bbeb3db879ba9c8143b68d9fc31ccef3dcb62d0833ba597ea5a4693
+ sudo docker logs donce-25b7c9b6af0c /#5449
#5449: Started HTTP and WebSocket JSON-RPC server at http://0.0.0.0:8545/
#5449:
#5449: Accounts
#5449: ========
#5449: Account #0: 0xd5fF1bFCDE7A03Da61ad229d962c74F1eA2f16A5 (55555 ETH)
#5449:
#5449: Account #1: 0xd7a63Ac9DD3d7878bc042A4bADA214EE4aff8c85 (66666 ETH)
#5449:
#5449: 32meth_chainId0m
#5449: 32meth_chainId (2)0m
#5449: 32meth_accounts0m
#5449: 32mhardhat_getAutomine0m
#5449: 32meth_chainId0m
#5449: 32meth_getBlockByNumber0m
#5449: 32meth_getTransactionCount0m
#5449: 32meth_getTransactionCount (2)0m
#5449: 32meth_getTransactionCount (3)0m
#5449: 32meth_getBlockByNumber0m
#5449: 32meth_getTransactionCount0m
#5449: 32meth_getBlockByNumber0m
#5449: 32meth_chainId0m
#5449: 32meth_maxPriorityFeePerGas0m
#5449: 32meth_estimateGas0m
#5449: 32meth_call0m
#5449: Contract deployment: Foo
#5449: Contract address: 0xfadef8ba4a5d709a2bf55b7a8798c9b438c640c1
#5449: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#5449:
#5449: 32meth_sendTransaction0m
#5449: Contract deployment: Foo
#5449: Contract address: 0xfadef8ba4a5d709a2bf55b7a8798c9b438c640c1
#5449: Transaction: 0x5dee0c0a9b092d8179d7d480854b1f599251a35af5f4bbe7e8465a77e6c6959a
#5449: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#5449: Value: 0 ETH
#5449: Gas used: 1357081 of 1357081
#5449: Block #1: 0x2293927a9938d9f01329fd6a6858165c85bec058a70c2f9dfd02c7b444e21f03
#5449:
#5449: 32meth_getTransactionByHash0m
#5449: 32meth_getBlockByNumber0m
#5449: 32meth_getTransactionReceipt0m
#5449: 32meth_getBalance0m
#5449: 32meth_getBlockByNumber0m
#5449: 32meth_getBlockByNumber (2)0m
#5449: 32meth_getBlockByNumber (3)0m
#5449: 32meth_getBlockByNumber (4)0m
#5449: 32meth_getBlockByNumber (5)0m
#5449: 32meth_getBlockByNumber (6)0m
#5449: 32meth_getBlockByNumber (7)0m
#5449: 32meth_getBlockByNumber (8)0m
#5449: 32meth_getBlockByNumber (9)0m
#5449: 32meth_getTransactionCount0m
#5449: 32meth_getBlockByNumber0m
#5449: 32meth_sendRawTransaction0m
#5449: Transaction: 0xc8145ee72b45b8c241b930f907cc129b887bf7099c59dbb340330d6e572357c0
#5449: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#5449: To: 0xd7a63ac9dd3d7878bc042a4bada214ee4aff8c85
#5449: Value: 42000 wei
#5449: Gas used: 21000 of 22000
#5449: Block #2: 0xe42caa8ff83f46e2f3969ad00bcc2534c0a910b423d30cb0f91b892d89671683
#5449:
#5449: 32meth_getTransactionCount0m
#5449: 32meth_sendRawTransaction0m
#5449: Transaction: 0x814c946b2050c1cb4f6da973c5f442200c835330f4f88cd142e8885f8fb21daf
#5449: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#5449: To: 0xd7a63ac9dd3d7878bc042a4bada214ee4aff8c85
#5449: Value: 42000 wei
#5449: Gas used: 21000 of 22000
#5449: Block #3: 0x3b52afcb9e662764c38013625870474077e751d302544d740461338a8c6f9208
#5449:
#5449: 32meth_getTransactionCount0m
#5449: 32meth_sendRawTransaction0m
#5449: Transaction: 0x735bb327ae4122524f7fed6888fe48269ea6c5cea6819d5edfa5b1bd56678a96
#5449: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#5449: To: 0xd7a63ac9dd3d7878bc042a4bada214ee4aff8c85
#5449: Value: 42000 wei
#5449: Gas used: 21000 of 22000
#5449: Block #4: 0x321e60379dfd31711d73d8b846f5ca428d704c4e3a6a2ea05e3bf02fec1da440
#5449:
#5449: 32meth_getTransactionCount0m
#5449: 32meth_sendRawTransaction0m
#5449: Transaction: 0xf0fd311693c20f62f782e56936a6ebf47e59d5d7a5a5ed3df90ca6e7b5f84e99
#5449: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#5449: To: 0xd7a63ac9dd3d7878bc042a4bada214ee4aff8c85
#5449: Value: 42000 wei
#5449: Gas used: 21000 of 22000
#5449: Block #5: 0xbde61974fd1e64e647daee53febe6246a09084fabceb87773c6ee9bdd030adc1
#5449:
#5449: 32meth_getTransactionCount0m
#5449: 32meth_sendRawTransaction0m
#5449: Transaction: 0xaf14b61ab508969f67e0523745ef5dda988815032374fab56fd81a222196548b
#5449: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#5449: To: 0xd7a63ac9dd3d7878bc042a4bada214ee4aff8c85
#5449: Value: 42000 wei
#5449: Gas used: 21000 of 22000
#5449: Block #6: 0x02492aad5c10dd984002560735889a53707724888d40cdc8286230daa916dd38
#5449:
#5449: 32meth_getTransactionCount0m
#5449: 32meth_sendRawTransaction0m
#5449: Transaction: 0xe251cb6127c0fba9ef623d2810de0ebce20b1ccceb132da2742384c2cda53589
#5449: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#5449: To: 0xd7a63ac9dd3d7878bc042a4bada214ee4aff8c85
#5449: Value: 42000 wei
#5449: Gas used: 21000 of 22000
#5449: Block #7: 0xa6380664ac76b1f8e3608372651d0453536c20fde69e38aeeff8e769b3bf24f3
#5449:
#5449: 32meth_getTransactionCount0m
#5449: 32meth_sendRawTransaction0m
#5449: Transaction: 0xd9e646505050366c5c66f530cd3f09717d7cb21d12c1a11a8dbc60f73b980210
#5449: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#5449: To: 0xd7a63ac9dd3d7878bc042a4bada214ee4aff8c85
#5449: Value: 42000 wei
#5449: Gas used: 21000 of 22000
#5449: Block #8: 0x2184f578a88726c6ab3b60c51c5586a74115a6c8a785ff42ea1336fa9ecc8988
#5449:
#5449: 32meth_getTransactionCount0m
#5449: 32meth_sendRawTransaction0m
#5449: Transaction: 0xbc14f6423c9809d45dbb33d1b929c1405fc61931bba1fd3666b3baa7e4a130c4
#5449: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#5449: To: 0xd7a63ac9dd3d7878bc042a4bada214ee4aff8c85
#5449: Value: 42000 wei
#5449: Gas used: 21000 of 22000
#5449: Block #9: 0x28c3486f55fa894aeebdbd47eb6b290b8ceb02f6f859fe81523c0df42579ad14
#5449:
#5449: 32meth_getTransactionCount0m
#5449: 32meth_sendRawTransaction0m
#5449: Transaction: 0x000e17ade485a65d8fbb0e7630c924a09a54341e5947f8ba3afb5e85068e23de
#5449: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#5449: To: 0xd7a63ac9dd3d7878bc042a4bada214ee4aff8c85
#5449: Value: 42000 wei
#5449: Gas used: 21000 of 22000
#5449: Block #10: 0x696e461229305043efd52acac1c5b1f3af70fa45272acaf4ca4dd4458e7ecf44
#5449:
#5449: 32meth_getTransactionCount0m
#5449: 32meth_sendRawTransaction0m
#5449: Transaction: 0xca247cd6aaf2d2c1e125e2830adad06934226b1e893143b43d63773a14bf61f2
#5449: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#5449: To: 0xd7a63ac9dd3d7878bc042a4bada214ee4aff8c85
#5449: Value: 42000 wei
#5449: Gas used: 21000 of 22000
#5449: Block #11: 0xc61302a083b0df48ed87b8a69d91aa590b84a71f0a8fc9589cd14aa436c1d17e
#5449:
#5449: 32meth_getBalance0m
+ sudo docker rm --force donce-25b7c9b6af0c /#5457
#5457: donce-25b7c9b6af0c
+ sudo docker rmi donce-6be1fde6643c /#5465
#5465: Untagged: donce-6be1fde6643c:latest
#5465: Deleted: sha256:aed99db126ae614e847bbacfe201b38c0940915d3d826b245a2ed8d20fe192fd
test_pays_eth_in_threads 32m PASS0m (116.90s)
+ sudo docker build --tag donce-4c36591cb3d0 --build-arg GID\=1001 --build-arg UID\=1001 /home/r/repo/test/../hardhat /#5474
#5474: #0 building with "default" instance using docker driver
#5474:
#5474: #1 [internal] load build definition from Dockerfile
#5474: #1 transferring dockerfile: 552B done
#5474: #1 DONE 0.0s
#5474:
#5474: #2 [internal] load metadata for docker.io/library/node:24
#5474: #2 DONE 0.1s
#5474:
#5474: #3 [internal] load .dockerignore
#5474: #3 transferring context: 2B done
#5474: #3 DONE 0.0s
#5474:
#5474: #4 [1/9] FROM docker.io/library/node:24@sha256:40ad9f3064e67d6860b4bc3fe1880b2953934fd6320ada990e45fe0efa6badd7
#5474: #4 DONE 0.0s
#5474:
#5474: #5 [internal] load build context
#5474: #5 transferring context: 243B done
#5474: #5 DONE 0.0s
#5474:
#5474: #6 [8/9] COPY ignition ignition
#5474: #6 CACHED
#5474:
#5474: #7 [2/9] WORKDIR /app
#5474: #7 CACHED
#5474:
#5474: #8 [4/9] RUN npm install
#5474: #8 CACHED
#5474:
#5474: #9 [6/9] RUN sed -i "s/PORT/8080/g" hardhat.config.js && sed -i "s/HOST/localhost/g" hardhat.config.js
#5474: #9 CACHED
#5474:
#5474: #10 [7/9] COPY contracts contracts
#5474: #10 CACHED
#5474:
#5474: #11 [3/9] COPY package.json .
#5474: #11 CACHED
#5474:
#5474: #12 [5/9] COPY hardhat.config.js .
#5474: #12 CACHED
#5474:
#5474: #13 [9/9] RUN rm -rf ignition/deployments && npx hardhat compile && rm -rf cache
#5474: #13 CACHED
#5474:
#5474: #14 exporting to image
#5474: #14 exporting layers done
#5474: #14 writing image sha256:aed99db126ae614e847bbacfe201b38c0940915d3d826b245a2ed8d20fe192fd done
#5474: #14 naming to docker.io/library/donce-4c36591cb3d0 done
#5474: #14 DONE 0.0s
+ sudo docker run --detach --name donce-a0591afa5bc5 --add-host host.docker.internal:host-gateway --publish 1028:8545 --user=1001:1001 donce-4c36591cb3d0 /bin/bash -c npx\ hardhat\ node\ /#5506
#5506: cb7291ea955e6c07ed8c332bcc00d851196d37198bc01962bb0eaa8005103a0d
+ sudo docker build --tag donce-f726b4b06411 --build-arg HOST\=host.docker.internal --build-arg PORT\=1028 --build-arg GID\=1001 --build-arg UID\=1001 /home/r/repo/test/../hardhat /#5515
#5515: #0 building with "default" instance using docker driver
#5515:
#5515: #1 [internal] load build definition from Dockerfile
#5515: #1 transferring dockerfile: 552B done
#5515: #1 DONE 0.0s
#5515:
#5515: #2 [internal] load metadata for docker.io/library/node:24
#5515: #2 DONE 0.1s
#5515:
#5515: #3 [internal] load .dockerignore
#5515: #3 transferring context: 2B done
#5515: #3 DONE 0.0s
#5515:
#5515: #4 [1/9] FROM docker.io/library/node:24@sha256:40ad9f3064e67d6860b4bc3fe1880b2953934fd6320ada990e45fe0efa6badd7
#5515: #4 DONE 0.0s
#5515:
#5515: #5 [internal] load build context
#5515: #5 transferring context: 243B done
#5515: #5 DONE 0.0s
#5515:
#5515: #6 [3/9] COPY package.json .
#5515: #6 CACHED
#5515:
#5515: #7 [4/9] RUN npm install
#5515: #7 CACHED
#5515:
#5515: #8 [2/9] WORKDIR /app
#5515: #8 CACHED
#5515:
#5515: #9 [5/9] COPY hardhat.config.js .
#5515: #9 CACHED
#5515:
#5515: #10 [6/9] RUN sed -i "s/PORT/1028/g" hardhat.config.js && sed -i "s/HOST/host.docker.internal/g" hardhat.config.js
#5515: #10 DONE 0.3s
#5515:
#5515: #11 [7/9] COPY contracts contracts
#5515: #11 DONE 0.1s
#5515:
#5515: #12 [8/9] COPY ignition ignition
#5515: #12 DONE 0.1s
#5515:
#5515: #13 [9/9] RUN rm -rf ignition/deployments && npx hardhat compile && rm -rf cache
#5515: #13 1.669 Downloading compiler 0.8.28
#5515: #13 2.375 Compiled 1 Solidity file successfully (evm target: paris).
#5515: #13 DONE 2.4s
#5515:
#5515: #14 exporting to image
#5515: #14 exporting layers
#5515: #14 exporting layers 0.2s done
#5515: #14 writing image sha256:d6448e0c940b7f67a60f48f63d1915a49e9af56e0360e734e0baf6ef779bcf9c
#5515: #14 writing image sha256:d6448e0c940b7f67a60f48f63d1915a49e9af56e0360e734e0baf6ef779bcf9c 0.0s done
#5515: #14 naming to docker.io/library/donce-f726b4b06411 done
#5515: #14 DONE 0.3s
+ sudo docker run --name donce-5b2e80a1b0cd --add-host host.docker.internal:host-gateway donce-f726b4b06411 /bin/bash -c \(cat\ hardhat.config.js\)\ \&\&\ \(ls\ -al\)\ \&\&\ \(echo\ y\ \|\ npx\ hardhat\ ignition\ deploy\ ./ignition/modules/Foo.ts\ --network\ foo\ --deployment-id\ foo\)\ \&\&\ \(npx\ hardhat\ ignition\ status\ foo\ \|\ tail\ -1\ \|\ cut\ -d\"\ \"\ -f3\) /#5547
#5547: // SPDX-FileCopyrightText: Copyright (c) 2025 Yegor Bugayenko
#5547: // SPDX-License-Identifier: MIT
#5547:
#5547: require("@nomicfoundation/hardhat-toolbox");
#5547:
#5547: /** @type import("hardhat/config").HardhatUserConfig */
#5547:
#5547: module.exports = {
#5547: solidity: "0.8.28",
#5547: defaultNetwork: "foo",
#5547: networks: {
#5547: hardhat: {
#5547: chainId: 4242,
#5547: gas: 10,
#5547: gasPrice: 4,
#5547: maxFeePerGas: 100,
#5547: maxPriorityFeePerGas: 100,
#5547: initialBaseFeePerGas: 100,
#5547: accounts: [
#5547: {
#5547: privateKey: "81a9b2114d53731ecc84b261ef6c0387dde34d5907fe7b441240cc21d61bf80a",
#5547: balance: "55555555555555555555555"
#5547: },
#5547: {
#5547: privateKey: "91f9111b1744d55361e632771a4e53839e9442a9fef45febc0a5c838c686a15b",
#5547: balance: "66666666666666666666666"
#5547: }
#5547: ]
#5547: },
#5547: foo: {
#5547: chainId: 4242,
#5547: url: "http://host.docker.internal:1028"
#5547: }
#5547: }
#5547: };
#5547: total 316
#5547: drwxr-xr-x 1 root root 4096 Jun 12 07:10 .
#5547: drwxr-xr-x 1 root root 4096 Jun 12 07:10 ..
#5547: drwxr-xr-x 4 root root 4096 Jun 12 07:10 artifacts
#5547: drwxr-xr-x 2 root root 4096 Jun 12 07:04 contracts
#5547: -rw-r--r-- 1 root root 874 Jun 12 07:10 hardhat.config.js
#5547: drwxr-xr-x 3 root root 4096 Jun 12 07:04 ignition
#5547: drwxr-xr-x 379 root root 12288 Jun 12 07:09 node_modules
#5547: -rw-r--r-- 1 root root 278753 Jun 12 07:09 package-lock.json
#5547: -rw-r--r-- 1 root root 106 Jun 12 07:04 package.json
#5547: ?25l2K1G36m?39m 1mConfirm deploy to network foo (4242)?22m 90m›39m 90m(y/N)39m2K1G2K1G32m✔39m 1mConfirm deploy to network foo (4242)?22m 90m…39m yes
#5547: ?25hCompiled 1 Solidity file successfully (evm target: paris).
#5547: Hardhat Ignition starting for [ FooModule ]...2K1GHardhat Ignition 🚀
#5547:
#5547: Deploying [ FooModule ]
#5547:
#5547: Batch #1
#5547: Executing FooModule#Foo...
#5547:
#5547: 3A0JBatch #1
#5547: Executing FooModule#Foo...
#5547:
#5547: 3A0JBatch #1
#5547: Executed FooModule#Foo
#5547:
#5547: 3A0JBatch #1
#5547: Executed FooModule#Foo
#5547:
#5547: [ FooModule ] successfully deployed 🚀
#5547:
#5547: Deployed Addresses
#5547:
#5547: FooModule#Foo - 0xFadEF8BA4A5d709A2BF55B7A8798c9b438C640c1
#5547: 0xFadEF8BA4A5d709A2BF55B7A8798c9b438C640c1
+ sudo docker logs donce-5b2e80a1b0cd /#5557
#5557: // SPDX-FileCopyrightText: Copyright (c) 2025 Yegor Bugayenko
#5557: // SPDX-License-Identifier: MIT
#5557:
#5557: require("@nomicfoundation/hardhat-toolbox");
#5557:
#5557: /** @type import("hardhat/config").HardhatUserConfig */
#5557:
#5557: module.exports = {
#5557: solidity: "0.8.28",
#5557: defaultNetwork: "foo",
#5557: networks: {
#5557: hardhat: {
#5557: chainId: 4242,
#5557: gas: 10,
#5557: gasPrice: 4,
#5557: maxFeePerGas: 100,
#5557: maxPriorityFeePerGas: 100,
#5557: initialBaseFeePerGas: 100,
#5557: accounts: [
#5557: {
#5557: privateKey: "81a9b2114d53731ecc84b261ef6c0387dde34d5907fe7b441240cc21d61bf80a",
#5557: balance: "55555555555555555555555"
#5557: },
#5557: {
#5557: privateKey: "91f9111b1744d55361e632771a4e53839e9442a9fef45febc0a5c838c686a15b",
#5557: balance: "66666666666666666666666"
#5557: }
#5557: ]
#5557: },
#5557: foo: {
#5557: chainId: 4242,
#5557: url: "http://host.docker.internal:1028"
#5557: }
#5557: }
#5557: };
#5557: total 316
#5557: drwxr-xr-x 1 root root 4096 Jun 12 07:10 .
#5557: drwxr-xr-x 1 root root 4096 Jun 12 07:10 ..
#5557: drwxr-xr-x 4 root root 4096 Jun 12 07:10 artifacts
#5557: drwxr-xr-x 2 root root 4096 Jun 12 07:04 contracts
#5557: -rw-r--r-- 1 root root 874 Jun 12 07:10 hardhat.config.js
#5557: drwxr-xr-x 3 root root 4096 Jun 12 07:04 ignition
#5557: drwxr-xr-x 379 root root 12288 Jun 12 07:09 node_modules
#5557: -rw-r--r-- 1 root root 278753 Jun 12 07:09 package-lock.json
#5557: -rw-r--r-- 1 root root 106 Jun 12 07:04 package.json
#5557: ?25l2K1G36m?39m 1mConfirm deploy to network foo (4242)?22m 90m›39m 90m(y/N)39m2K1G2K1G32m✔39m 1mConfirm deploy to network foo (4242)?22m 90m…39m yes
#5557: ?25hCompiled 1 Solidity file successfully (evm target: paris).
#5557: Hardhat Ignition starting for [ FooModule ]...2K1GHardhat Ignition 🚀
#5557:
#5557: Deploying [ FooModule ]
#5557:
#5557: Batch #1
#5557: Executing FooModule#Foo...
#5557:
#5557: 3A0JBatch #1
#5557: Executing FooModule#Foo...
#5557:
#5557: 3A0JBatch #1
#5557: Executed FooModule#Foo
#5557:
#5557: 3A0JBatch #1
#5557: Executed FooModule#Foo
#5557:
#5557: [ FooModule ] successfully deployed 🚀
#5557:
#5557: Deployed Addresses
#5557:
#5557: FooModule#Foo - 0xFadEF8BA4A5d709A2BF55B7A8798c9b438C640c1
#5557: 0xFadEF8BA4A5d709A2BF55B7A8798c9b438C640c1
+ sudo docker rm --force donce-5b2e80a1b0cd /#5565
#5565: donce-5b2e80a1b0cd
+ sudo docker rmi donce-f726b4b06411 /#5573
#5573: Untagged: donce-f726b4b06411:latest
#5573: Deleted: sha256:d6448e0c940b7f67a60f48f63d1915a49e9af56e0360e734e0baf6ef779bcf9c
+ sudo docker logs donce-a0591afa5bc5 /#5583
#5583: Started HTTP and WebSocket JSON-RPC server at http://0.0.0.0:8545/
#5583:
#5583: Accounts
#5583: ========
#5583: Account #0: 0xd5fF1bFCDE7A03Da61ad229d962c74F1eA2f16A5 (55555 ETH)
#5583:
#5583: Account #1: 0xd7a63Ac9DD3d7878bc042A4bADA214EE4aff8c85 (66666 ETH)
#5583:
#5583: 32meth_chainId0m
#5583: 32meth_chainId (2)0m
#5583: 32meth_accounts0m
#5583: 32mhardhat_getAutomine0m
#5583: 32meth_chainId0m
#5583: 32meth_getBlockByNumber0m
#5583: 32meth_getTransactionCount0m
#5583: 32meth_getTransactionCount (2)0m
#5583: 32meth_getTransactionCount (3)0m
#5583: 32meth_getBlockByNumber0m
#5583: 32meth_getTransactionCount0m
#5583: 32meth_getBlockByNumber0m
#5583: 32meth_chainId0m
#5583: 32meth_maxPriorityFeePerGas0m
#5583: 32meth_estimateGas0m
#5583: 32meth_call0m
#5583: Contract deployment: Foo
#5583: Contract address: 0xfadef8ba4a5d709a2bf55b7a8798c9b438c640c1
#5583: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#5583:
#5583: 32meth_sendTransaction0m
#5583: Contract deployment: Foo
#5583: Contract address: 0xfadef8ba4a5d709a2bf55b7a8798c9b438c640c1
#5583: Transaction: 0x5dee0c0a9b092d8179d7d480854b1f599251a35af5f4bbe7e8465a77e6c6959a
#5583: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#5583: Value: 0 ETH
#5583: Gas used: 1357081 of 1357081
#5583: Block #1: 0x85e5eda849c834e8738b4844c0bdbad4469e6d944a4181f0da9bc3004e92777f
#5583:
#5583: 32meth_getTransactionByHash0m
#5583: 32meth_getBlockByNumber0m
#5583: 32meth_getTransactionReceipt0m
#5583: 32meth_accounts0m
#5583: 32meth_call0m
#5583: Contract call: Foo#balanceOf
#5583: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#5583: To: 0xfadef8ba4a5d709a2bf55b7a8798c9b438c640c1
#5583:
+ sudo docker rm --force donce-a0591afa5bc5 /#5591
#5591: donce-a0591afa5bc5
+ sudo docker rmi donce-4c36591cb3d0 /#5599
#5599: Untagged: donce-4c36591cb3d0:latest
#5599: Deleted: sha256:aed99db126ae614e847bbacfe201b38c0940915d3d826b245a2ed8d20fe192fd
test_checks_balance 32m PASS0m (10.99s)
+ sudo docker build --tag donce-5e562336fdcf --build-arg GID\=1001 --build-arg UID\=1001 /home/r/repo/test/../hardhat /#5608
#5608: #0 building with "default" instance using docker driver
#5608:
#5608: #1 [internal] load build definition from Dockerfile
#5608: #1 transferring dockerfile: 552B done
#5608: #1 DONE 0.0s
#5608:
#5608: #2 [internal] load metadata for docker.io/library/node:24
#5608: #2 DONE 0.1s
#5608:
#5608: #3 [internal] load .dockerignore
#5608: #3 transferring context: 2B done
#5608: #3 DONE 0.0s
#5608:
#5608: #4 [1/9] FROM docker.io/library/node:24@sha256:40ad9f3064e67d6860b4bc3fe1880b2953934fd6320ada990e45fe0efa6badd7
#5608: #4 DONE 0.0s
#5608:
#5608: #5 [internal] load build context
#5608: #5 transferring context: 243B done
#5608: #5 DONE 0.0s
#5608:
#5608: #6 [2/9] WORKDIR /app
#5608: #6 CACHED
#5608:
#5608: #7 [7/9] COPY contracts contracts
#5608: #7 CACHED
#5608:
#5608: #8 [8/9] COPY ignition ignition
#5608: #8 CACHED
#5608:
#5608: #9 [5/9] COPY hardhat.config.js .
#5608: #9 CACHED
#5608:
#5608: #10 [6/9] RUN sed -i "s/PORT/8080/g" hardhat.config.js && sed -i "s/HOST/localhost/g" hardhat.config.js
#5608: #10 CACHED
#5608:
#5608: #11 [3/9] COPY package.json .
#5608: #11 CACHED
#5608:
#5608: #12 [4/9] RUN npm install
#5608: #12 CACHED
#5608:
#5608: #13 [9/9] RUN rm -rf ignition/deployments && npx hardhat compile && rm -rf cache
#5608: #13 CACHED
#5608:
#5608: #14 exporting to image
#5608: #14 exporting layers done
#5608: #14 writing image sha256:aed99db126ae614e847bbacfe201b38c0940915d3d826b245a2ed8d20fe192fd done
#5608: #14 naming to docker.io/library/donce-5e562336fdcf done
#5608: #14 DONE 0.0s
+ sudo docker run --detach --name donce-c3562334069b --add-host host.docker.internal:host-gateway --publish 1029:8545 --user=1001:1001 donce-5e562336fdcf /bin/bash -c npx\ hardhat\ node\ /#5640
#5640: 8db07c3e2eba05a9bc88d3d53166c76f7a10fd493ff3a903e9600d54255e90c4
+ sudo docker build --tag donce-9faf4836f6e6 --build-arg HOST\=host.docker.internal --build-arg PORT\=1029 --build-arg GID\=1001 --build-arg UID\=1001 /home/r/repo/test/../hardhat /#5648
#5648: #0 building with "default" instance using docker driver
#5648:
#5648: #1 [internal] load build definition from Dockerfile
#5648: #1 transferring dockerfile: 552B done
#5648: #1 DONE 0.0s
#5648:
#5648: #2 [internal] load metadata for docker.io/library/node:24
#5648: #2 DONE 0.1s
#5648:
#5648: #3 [internal] load .dockerignore
#5648: #3 transferring context: 2B done
#5648: #3 DONE 0.0s
#5648:
#5648: #4 [1/9] FROM docker.io/library/node:24@sha256:40ad9f3064e67d6860b4bc3fe1880b2953934fd6320ada990e45fe0efa6badd7
#5648: #4 DONE 0.0s
#5648:
#5648: #5 [internal] load build context
#5648: #5 transferring context: 243B done
#5648: #5 DONE 0.0s
#5648:
#5648: #6 [3/9] COPY package.json .
#5648: #6 CACHED
#5648:
#5648: #7 [4/9] RUN npm install
#5648: #7 CACHED
#5648:
#5648: #8 [2/9] WORKDIR /app
#5648: #8 CACHED
#5648:
#5648: #9 [5/9] COPY hardhat.config.js .
#5648: #9 CACHED
#5648:
#5648: #10 [6/9] RUN sed -i "s/PORT/1029/g" hardhat.config.js && sed -i "s/HOST/host.docker.internal/g" hardhat.config.js
#5648: #10 DONE 0.3s
#5648:
#5648: #11 [7/9] COPY contracts contracts
#5648: #11 DONE 0.1s
#5648:
#5648: #12 [8/9] COPY ignition ignition
#5648: #12 DONE 0.0s
#5648:
#5648: #13 [9/9] RUN rm -rf ignition/deployments && npx hardhat compile && rm -rf cache
#5648: #13 1.653 Downloading compiler 0.8.28
#5648: #13 2.356 Compiled 1 Solidity file successfully (evm target: paris).
#5648: #13 DONE 2.4s
#5648:
#5648: #14 exporting to image
#5648: #14 exporting layers
#5648: #14 exporting layers 0.5s done
#5648: #14 writing image sha256:5f44a638da6a6e55401b66fe9c580416890ed3bea169454c31a53fe2114de7a4 done
#5648: #14 naming to docker.io/library/donce-9faf4836f6e6 done
#5648: #14 DONE 0.5s
+ sudo docker run --name donce-94a96d4a0032 --add-host host.docker.internal:host-gateway donce-9faf4836f6e6 /bin/bash -c \(cat\ hardhat.config.js\)\ \&\&\ \(ls\ -al\)\ \&\&\ \(echo\ y\ \|\ npx\ hardhat\ ignition\ deploy\ ./ignition/modules/Foo.ts\ --network\ foo\ --deployment-id\ foo\)\ \&\&\ \(npx\ hardhat\ ignition\ status\ foo\ \|\ tail\ -1\ \|\ cut\ -d\"\ \"\ -f3\) /#5680
#5680: // SPDX-FileCopyrightText: Copyright (c) 2025 Yegor Bugayenko
#5680: // SPDX-License-Identifier: MIT
#5680:
#5680: require("@nomicfoundation/hardhat-toolbox");
#5680:
#5680: /** @type import("hardhat/config").HardhatUserConfig */
#5680:
#5680: module.exports = {
#5680: solidity: "0.8.28",
#5680: defaultNetwork: "foo",
#5680: networks: {
#5680: hardhat: {
#5680: chainId: 4242,
#5680: gas: 10,
#5680: gasPrice: 4,
#5680: maxFeePerGas: 100,
#5680: maxPriorityFeePerGas: 100,
#5680: initialBaseFeePerGas: 100,
#5680: accounts: [
#5680: {
#5680: privateKey: "81a9b2114d53731ecc84b261ef6c0387dde34d5907fe7b441240cc21d61bf80a",
#5680: balance: "55555555555555555555555"
#5680: },
#5680: {
#5680: privateKey: "91f9111b1744d55361e632771a4e53839e9442a9fef45febc0a5c838c686a15b",
#5680: balance: "66666666666666666666666"
#5680: }
#5680: ]
#5680: },
#5680: foo: {
#5680: chainId: 4242,
#5680: url: "http://host.docker.internal:1029"
#5680: }
#5680: }
#5680: };
#5680: total 316
#5680: drwxr-xr-x 1 root root 4096 Jun 12 07:10 .
#5680: drwxr-xr-x 1 root root 4096 Jun 12 07:10 ..
#5680: drwxr-xr-x 4 root root 4096 Jun 12 07:10 artifacts
#5680: drwxr-xr-x 2 root root 4096 Jun 12 07:04 contracts
#5680: -rw-r--r-- 1 root root 874 Jun 12 07:10 hardhat.config.js
#5680: drwxr-xr-x 3 root root 4096 Jun 12 07:04 ignition
#5680: drwxr-xr-x 379 root root 12288 Jun 12 07:09 node_modules
#5680: -rw-r--r-- 1 root root 278753 Jun 12 07:09 package-lock.json
#5680: -rw-r--r-- 1 root root 106 Jun 12 07:04 package.json
#5680: ?25l2K1G36m?39m 1mConfirm deploy to network foo (4242)?22m 90m›39m 90m(y/N)39m2K1G2K1G32m✔39m 1mConfirm deploy to network foo (4242)?22m 90m…39m yes
#5680: ?25hCompiled 1 Solidity file successfully (evm target: paris).
#5680: Hardhat Ignition starting for [ FooModule ]...2K1GHardhat Ignition 🚀
#5680:
#5680: Deploying [ FooModule ]
#5680:
#5680: Batch #1
#5680: Executing FooModule#Foo...
#5680:
#5680: 3A0JBatch #1
#5680: Executing FooModule#Foo...
#5680:
#5680: 3A0JBatch #1
#5680: Executed FooModule#Foo
#5680:
#5680: 3A0JBatch #1
#5680: Executed FooModule#Foo
#5680:
#5680: [ FooModule ] successfully deployed 🚀
#5680:
#5680: Deployed Addresses
#5680:
#5680: FooModule#Foo - 0xFadEF8BA4A5d709A2BF55B7A8798c9b438C640c1
#5680: 0xFadEF8BA4A5d709A2BF55B7A8798c9b438C640c1
+ sudo docker logs donce-94a96d4a0032 /#5691
#5691: // SPDX-FileCopyrightText: Copyright (c) 2025 Yegor Bugayenko
#5691: // SPDX-License-Identifier: MIT
#5691:
#5691: require("@nomicfoundation/hardhat-toolbox");
#5691:
#5691: /** @type import("hardhat/config").HardhatUserConfig */
#5691:
#5691: module.exports = {
#5691: solidity: "0.8.28",
#5691: defaultNetwork: "foo",
#5691: networks: {
#5691: hardhat: {
#5691: chainId: 4242,
#5691: gas: 10,
#5691: gasPrice: 4,
#5691: maxFeePerGas: 100,
#5691: maxPriorityFeePerGas: 100,
#5691: initialBaseFeePerGas: 100,
#5691: accounts: [
#5691: {
#5691: privateKey: "81a9b2114d53731ecc84b261ef6c0387dde34d5907fe7b441240cc21d61bf80a",
#5691: balance: "55555555555555555555555"
#5691: },
#5691: {
#5691: privateKey: "91f9111b1744d55361e632771a4e53839e9442a9fef45febc0a5c838c686a15b",
#5691: balance: "66666666666666666666666"
#5691: }
#5691: ]
#5691: },
#5691: foo: {
#5691: chainId: 4242,
#5691: url: "http://host.docker.internal:1029"
#5691: }
#5691: }
#5691: };
#5691: total 316
#5691: drwxr-xr-x 1 root root 4096 Jun 12 07:10 .
#5691: drwxr-xr-x 1 root root 4096 Jun 12 07:10 ..
#5691: drwxr-xr-x 4 root root 4096 Jun 12 07:10 artifacts
#5691: drwxr-xr-x 2 root root 4096 Jun 12 07:04 contracts
#5691: -rw-r--r-- 1 root root 874 Jun 12 07:10 hardhat.config.js
#5691: drwxr-xr-x 3 root root 4096 Jun 12 07:04 ignition
#5691: drwxr-xr-x 379 root root 12288 Jun 12 07:09 node_modules
#5691: -rw-r--r-- 1 root root 278753 Jun 12 07:09 package-lock.json
#5691: -rw-r--r-- 1 root root 106 Jun 12 07:04 package.json
#5691: ?25l2K1G36m?39m 1mConfirm deploy to network foo (4242)?22m 90m›39m 90m(y/N)39m2K1G2K1G32m✔39m 1mConfirm deploy to network foo (4242)?22m 90m…39m yes
#5691: ?25hCompiled 1 Solidity file successfully (evm target: paris).
#5691: Hardhat Ignition starting for [ FooModule ]...2K1GHardhat Ignition 🚀
#5691:
#5691: Deploying [ FooModule ]
#5691:
#5691: Batch #1
#5691: Executing FooModule#Foo...
#5691:
#5691: 3A0JBatch #1
#5691: Executing FooModule#Foo...
#5691:
#5691: 3A0JBatch #1
#5691: Executed FooModule#Foo
#5691:
#5691: 3A0JBatch #1
#5691: Executed FooModule#Foo
#5691:
#5691: [ FooModule ] successfully deployed 🚀
#5691:
#5691: Deployed Addresses
#5691:
#5691: FooModule#Foo - 0xFadEF8BA4A5d709A2BF55B7A8798c9b438C640c1
#5691: 0xFadEF8BA4A5d709A2BF55B7A8798c9b438C640c1
+ sudo docker rm --force donce-94a96d4a0032 /#5699
#5699: donce-94a96d4a0032
+ sudo docker rmi donce-9faf4836f6e6 /#5707
#5707: Untagged: donce-9faf4836f6e6:latest
#5707: Deleted: sha256:5f44a638da6a6e55401b66fe9c580416890ed3bea169454c31a53fe2114de7a4
+ sudo docker logs donce-c3562334069b /#5718
#5718: Started HTTP and WebSocket JSON-RPC server at http://0.0.0.0:8545/
#5718:
#5718: Accounts
#5718: ========
#5718: Account #0: 0xd5fF1bFCDE7A03Da61ad229d962c74F1eA2f16A5 (55555 ETH)
#5718:
#5718: Account #1: 0xd7a63Ac9DD3d7878bc042A4bADA214EE4aff8c85 (66666 ETH)
#5718:
#5718: 32meth_chainId0m
#5718: 32meth_chainId (2)0m
#5718: 32meth_accounts0m
#5718: 32mhardhat_getAutomine0m
#5718: 32meth_chainId0m
#5718: 32meth_getBlockByNumber0m
#5718: 32meth_getTransactionCount0m
#5718: 32meth_getTransactionCount (2)0m
#5718: 32meth_getTransactionCount (3)0m
#5718: 32meth_getBlockByNumber0m
#5718: 32meth_getTransactionCount0m
#5718: 32meth_getBlockByNumber0m
#5718: 32meth_chainId0m
#5718: 32meth_maxPriorityFeePerGas0m
#5718: 32meth_estimateGas0m
#5718: 32meth_call0m
#5718: Contract deployment: Foo
#5718: Contract address: 0xfadef8ba4a5d709a2bf55b7a8798c9b438c640c1
#5718: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#5718:
#5718: 32meth_sendTransaction0m
#5718: Contract deployment: Foo
#5718: Contract address: 0xfadef8ba4a5d709a2bf55b7a8798c9b438c640c1
#5718: Transaction: 0x5dee0c0a9b092d8179d7d480854b1f599251a35af5f4bbe7e8465a77e6c6959a
#5718: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#5718: Value: 0 ETH
#5718: Gas used: 1357081 of 1357081
#5718: Block #1: 0xbd4d98b96df9a12fbc05bb29821f0878492713fa7773f06bd53c82245b4f137e
#5718:
#5718: 32meth_getTransactionByHash0m
#5718: 32meth_getBlockByNumber0m
#5718: 32meth_getTransactionReceipt0m
#5718: 32meth_estimateGas0m
+ sudo docker rm --force donce-c3562334069b /#5726
#5726: donce-c3562334069b
+ sudo docker rmi donce-5e562336fdcf /#5734
#5734: Untagged: donce-5e562336fdcf:latest
#5734: Deleted: sha256:aed99db126ae614e847bbacfe201b38c0940915d3d826b245a2ed8d20fe192fd
test_checks_gas_estimate 32m PASS0m (11.03s)
+ sudo docker build --tag donce-2122c77346ce --build-arg GID\=1001 --build-arg UID\=1001 /home/r/repo/test/../hardhat /#5743
#5743: #0 building with "default" instance using docker driver
#5743:
#5743: #1 [internal] load build definition from Dockerfile
#5743: #1 transferring dockerfile: 552B done
#5743: #1 DONE 0.0s
#5743:
#5743: #2 [internal] load metadata for docker.io/library/node:24
#5743: #2 DONE 0.1s
#5743:
#5743: #3 [internal] load .dockerignore
#5743: #3 transferring context: 2B done
#5743: #3 DONE 0.0s
#5743:
#5743: #4 [1/9] FROM docker.io/library/node:24@sha256:40ad9f3064e67d6860b4bc3fe1880b2953934fd6320ada990e45fe0efa6badd7
#5743: #4 DONE 0.0s
#5743:
#5743: #5 [internal] load build context
#5743: #5 transferring context: 243B done
#5743: #5 DONE 0.0s
#5743:
#5743: #6 [2/9] WORKDIR /app
#5743: #6 CACHED
#5743:
#5743: #7 [4/9] RUN npm install
#5743: #7 CACHED
#5743:
#5743: #8 [3/9] COPY package.json .
#5743: #8 CACHED
#5743:
#5743: #9 [6/9] RUN sed -i "s/PORT/8080/g" hardhat.config.js && sed -i "s/HOST/localhost/g" hardhat.config.js
#5743: #9 CACHED
#5743:
#5743: #10 [8/9] COPY ignition ignition
#5743: #10 CACHED
#5743:
#5743: #11 [5/9] COPY hardhat.config.js .
#5743: #11 CACHED
#5743:
#5743: #12 [7/9] COPY contracts contracts
#5743: #12 CACHED
#5743:
#5743: #13 [9/9] RUN rm -rf ignition/deployments && npx hardhat compile && rm -rf cache
#5743: #13 CACHED
#5743:
#5743: #14 exporting to image
#5743: #14 exporting layers done
#5743: #14 writing image sha256:aed99db126ae614e847bbacfe201b38c0940915d3d826b245a2ed8d20fe192fd done
#5743: #14 naming to docker.io/library/donce-2122c77346ce done
#5743: #14 DONE 0.0s
+ sudo docker run --detach --name donce-526d663638f2 --add-host host.docker.internal:host-gateway --publish 1030:8545 --user=1001:1001 donce-2122c77346ce /bin/bash -c npx\ hardhat\ node\ /#5775
#5775: 3cca01a1431ca7e6b9b45115b7ca3b63656d601da3741e6fa8d3c1cf64317619
+ sudo docker build --tag donce-e49ac553641b --build-arg HOST\=host.docker.internal --build-arg PORT\=1030 --build-arg GID\=1001 --build-arg UID\=1001 /home/r/repo/test/../hardhat /#5784
#5784: #0 building with "default" instance using docker driver
#5784:
#5784: #1 [internal] load build definition from Dockerfile
#5784: #1 transferring dockerfile: 552B done
#5784: #1 DONE 0.0s
#5784:
#5784: #2 [internal] load metadata for docker.io/library/node:24
#5784: #2 DONE 0.1s
#5784:
#5784: #3 [internal] load .dockerignore
#5784: #3 transferring context: 2B done
#5784: #3 DONE 0.0s
#5784:
#5784: #4 [1/9] FROM docker.io/library/node:24@sha256:40ad9f3064e67d6860b4bc3fe1880b2953934fd6320ada990e45fe0efa6badd7
#5784: #4 DONE 0.0s
#5784:
#5784: #5 [internal] load build context
#5784: #5 transferring context: 243B done
#5784: #5 DONE 0.0s
#5784:
#5784: #6 [3/9] COPY package.json .
#5784: #6 CACHED
#5784:
#5784: #7 [4/9] RUN npm install
#5784: #7 CACHED
#5784:
#5784: #8 [2/9] WORKDIR /app
#5784: #8 CACHED
#5784:
#5784: #9 [5/9] COPY hardhat.config.js .
#5784: #9 CACHED
#5784:
#5784: #10 [6/9] RUN sed -i "s/PORT/1030/g" hardhat.config.js && sed -i "s/HOST/host.docker.internal/g" hardhat.config.js
#5784: #10 DONE 0.3s
#5784:
#5784: #11 [7/9] COPY contracts contracts
#5784: #11 DONE 0.1s
#5784:
#5784: #12 [8/9] COPY ignition ignition
#5784: #12 DONE 0.0s
#5784:
#5784: #13 [9/9] RUN rm -rf ignition/deployments && npx hardhat compile && rm -rf cache
#5784: #13 1.628 Downloading compiler 0.8.28
#5784: #13 2.338 Compiled 1 Solidity file successfully (evm target: paris).
#5784: #13 DONE 2.4s
#5784:
#5784: #14 exporting to image
#5784: #14 exporting layers
#5784: #14 exporting layers 0.2s done
#5784: #14 writing image sha256:ed178ee66f4d3b1dfc89df1963ce77058799d6b921187eb10ed68df7f47e18e4
#5784: #14 writing image sha256:ed178ee66f4d3b1dfc89df1963ce77058799d6b921187eb10ed68df7f47e18e4 done
#5784: #14 naming to docker.io/library/donce-e49ac553641b done
#5784: #14 DONE 0.3s
+ sudo docker run --name donce-7cb51eb6a954 --add-host host.docker.internal:host-gateway donce-e49ac553641b /bin/bash -c \(cat\ hardhat.config.js\)\ \&\&\ \(ls\ -al\)\ \&\&\ \(echo\ y\ \|\ npx\ hardhat\ ignition\ deploy\ ./ignition/modules/Foo.ts\ --network\ foo\ --deployment-id\ foo\)\ \&\&\ \(npx\ hardhat\ ignition\ status\ foo\ \|\ tail\ -1\ \|\ cut\ -d\"\ \"\ -f3\) /#5816
#5816: // SPDX-FileCopyrightText: Copyright (c) 2025 Yegor Bugayenko
#5816: // SPDX-License-Identifier: MIT
#5816:
#5816: require("@nomicfoundation/hardhat-toolbox");
#5816:
#5816: /** @type import("hardhat/config").HardhatUserConfig */
#5816:
#5816: module.exports = {
#5816: solidity: "0.8.28",
#5816: defaultNetwork: "foo",
#5816: networks: {
#5816: hardhat: {
#5816: chainId: 4242,
#5816: gas: 10,
#5816: gasPrice: 4,
#5816: maxFeePerGas: 100,
#5816: maxPriorityFeePerGas: 100,
#5816: initialBaseFeePerGas: 100,
#5816: accounts: [
#5816: {
#5816: privateKey: "81a9b2114d53731ecc84b261ef6c0387dde34d5907fe7b441240cc21d61bf80a",
#5816: balance: "55555555555555555555555"
#5816: },
#5816: {
#5816: privateKey: "91f9111b1744d55361e632771a4e53839e9442a9fef45febc0a5c838c686a15b",
#5816: balance: "66666666666666666666666"
#5816: }
#5816: ]
#5816: },
#5816: foo: {
#5816: chainId: 4242,
#5816: url: "http://host.docker.internal:1030"
#5816: }
#5816: }
#5816: };
#5816: total 316
#5816: drwxr-xr-x 1 root root 4096 Jun 12 07:10 .
#5816: drwxr-xr-x 1 root root 4096 Jun 12 07:10 ..
#5816: drwxr-xr-x 4 root root 4096 Jun 12 07:10 artifacts
#5816: drwxr-xr-x 2 root root 4096 Jun 12 07:04 contracts
#5816: -rw-r--r-- 1 root root 874 Jun 12 07:10 hardhat.config.js
#5816: drwxr-xr-x 3 root root 4096 Jun 12 07:04 ignition
#5816: drwxr-xr-x 379 root root 12288 Jun 12 07:09 node_modules
#5816: -rw-r--r-- 1 root root 278753 Jun 12 07:09 package-lock.json
#5816: -rw-r--r-- 1 root root 106 Jun 12 07:04 package.json
#5816: ?25l2K1G36m?39m 1mConfirm deploy to network foo (4242)?22m 90m›39m 90m(y/N)39m2K1G2K1G32m✔39m 1mConfirm deploy to network foo (4242)?22m 90m…39m yes
#5816: ?25hCompiled 1 Solidity file successfully (evm target: paris).
#5816: Hardhat Ignition starting for [ FooModule ]...2K1GHardhat Ignition 🚀
#5816:
#5816: Deploying [ FooModule ]
#5816:
#5816: Batch #1
#5816: Executing FooModule#Foo...
#5816:
#5816: 3A0JBatch #1
#5816: Executing FooModule#Foo...
#5816:
#5816: 3A0JBatch #1
#5816: Executed FooModule#Foo
#5816:
#5816: 3A0JBatch #1
#5816: Executed FooModule#Foo
#5816:
#5816: [ FooModule ] successfully deployed 🚀
#5816:
#5816: Deployed Addresses
#5816:
#5816: FooModule#Foo - 0xFadEF8BA4A5d709A2BF55B7A8798c9b438C640c1
#5816: 0xFadEF8BA4A5d709A2BF55B7A8798c9b438C640c1
+ sudo docker logs donce-7cb51eb6a954 /#5825
#5825: // SPDX-FileCopyrightText: Copyright (c) 2025 Yegor Bugayenko
#5825: // SPDX-License-Identifier: MIT
#5825:
#5825: require("@nomicfoundation/hardhat-toolbox");
#5825:
#5825: /** @type import("hardhat/config").HardhatUserConfig */
#5825:
#5825: module.exports = {
#5825: solidity: "0.8.28",
#5825: defaultNetwork: "foo",
#5825: networks: {
#5825: hardhat: {
#5825: chainId: 4242,
#5825: gas: 10,
#5825: gasPrice: 4,
#5825: maxFeePerGas: 100,
#5825: maxPriorityFeePerGas: 100,
#5825: initialBaseFeePerGas: 100,
#5825: accounts: [
#5825: {
#5825: privateKey: "81a9b2114d53731ecc84b261ef6c0387dde34d5907fe7b441240cc21d61bf80a",
#5825: balance: "55555555555555555555555"
#5825: },
#5825: {
#5825: privateKey: "91f9111b1744d55361e632771a4e53839e9442a9fef45febc0a5c838c686a15b",
#5825: balance: "66666666666666666666666"
#5825: }
#5825: ]
#5825: },
#5825: foo: {
#5825: chainId: 4242,
#5825: url: "http://host.docker.internal:1030"
#5825: }
#5825: }
#5825: };
#5825: total 316
#5825: drwxr-xr-x 1 root root 4096 Jun 12 07:10 .
#5825: drwxr-xr-x 1 root root 4096 Jun 12 07:10 ..
#5825: drwxr-xr-x 4 root root 4096 Jun 12 07:10 artifacts
#5825: drwxr-xr-x 2 root root 4096 Jun 12 07:04 contracts
#5825: -rw-r--r-- 1 root root 874 Jun 12 07:10 hardhat.config.js
#5825: drwxr-xr-x 3 root root 4096 Jun 12 07:04 ignition
#5825: drwxr-xr-x 379 root root 12288 Jun 12 07:09 node_modules
#5825: -rw-r--r-- 1 root root 278753 Jun 12 07:09 package-lock.json
#5825: -rw-r--r-- 1 root root 106 Jun 12 07:04 package.json
#5825: ?25l2K1G36m?39m 1mConfirm deploy to network foo (4242)?22m 90m›39m 90m(y/N)39m2K1G2K1G32m✔39m 1mConfirm deploy to network foo (4242)?22m 90m…39m yes
#5825: ?25hCompiled 1 Solidity file successfully (evm target: paris).
#5825: Hardhat Ignition starting for [ FooModule ]...2K1GHardhat Ignition 🚀
#5825:
#5825: Deploying [ FooModule ]
#5825:
#5825: Batch #1
#5825: Executing FooModule#Foo...
#5825:
#5825: 3A0JBatch #1
#5825: Executing FooModule#Foo...
#5825:
#5825: 3A0JBatch #1
#5825: Executed FooModule#Foo
#5825:
#5825: 3A0JBatch #1
#5825: Executed FooModule#Foo
#5825:
#5825: [ FooModule ] successfully deployed 🚀
#5825:
#5825: Deployed Addresses
#5825:
#5825: FooModule#Foo - 0xFadEF8BA4A5d709A2BF55B7A8798c9b438C640c1
#5825: 0xFadEF8BA4A5d709A2BF55B7A8798c9b438C640c1
+ sudo docker rm --force donce-7cb51eb6a954 /#5833
#5833: donce-7cb51eb6a954
+ sudo docker rmi donce-e49ac553641b /#5841
#5841: Untagged: donce-e49ac553641b:latest
#5841: Deleted: sha256:ed178ee66f4d3b1dfc89df1963ce77058799d6b921187eb10ed68df7f47e18e4
+ sudo docker logs donce-526d663638f2 /#5866
#5866: Started HTTP and WebSocket JSON-RPC server at http://0.0.0.0:8545/
#5866:
#5866: Accounts
#5866: ========
#5866: Account #0: 0xd5fF1bFCDE7A03Da61ad229d962c74F1eA2f16A5 (55555 ETH)
#5866:
#5866: Account #1: 0xd7a63Ac9DD3d7878bc042A4bADA214EE4aff8c85 (66666 ETH)
#5866:
#5866: 32meth_chainId0m
#5866: 32meth_chainId (2)0m
#5866: 32meth_accounts0m
#5866: 32mhardhat_getAutomine0m
#5866: 32meth_chainId0m
#5866: 32meth_getBlockByNumber0m
#5866: 32meth_getTransactionCount0m
#5866: 32meth_getTransactionCount (2)0m
#5866: 32meth_getTransactionCount (3)0m
#5866: 32meth_getBlockByNumber0m
#5866: 32meth_getTransactionCount0m
#5866: 32meth_getBlockByNumber0m
#5866: 32meth_chainId0m
#5866: 32meth_maxPriorityFeePerGas0m
#5866: 32meth_estimateGas0m
#5866: 32meth_call0m
#5866: Contract deployment: Foo
#5866: Contract address: 0xfadef8ba4a5d709a2bf55b7a8798c9b438c640c1
#5866: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#5866:
#5866: 32meth_sendTransaction0m
#5866: Contract deployment: Foo
#5866: Contract address: 0xfadef8ba4a5d709a2bf55b7a8798c9b438c640c1
#5866: Transaction: 0x5dee0c0a9b092d8179d7d480854b1f599251a35af5f4bbe7e8465a77e6c6959a
#5866: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#5866: Value: 0 ETH
#5866: Gas used: 1357081 of 1357081
#5866: Block #1: 0xd421770f3c5cf544b634c5bb0945fb8d32d412c2049acaf45d65cd1c0714222a
#5866:
#5866: 32meth_getTransactionByHash0m
#5866: 32meth_getBlockByNumber0m
#5866: 32meth_getTransactionReceipt0m
#5866: 32meth_subscribe0m
#5866: 32meth_getBlockByNumber0m
#5866: 32meth_getTransactionCount0m
#5866: 32meth_estimateGas0m
#5866: 32meth_sendRawTransaction0m
#5866: Contract call: Foo#transfer
#5866: Transaction: 0x36da1e5471401eb20c198ec94cfdb1b3fcc0fec2f6e92c5ca3d7fcb4b9c43ffb
#5866: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#5866: To: 0xfadef8ba4a5d709a2bf55b7a8798c9b438c640c1
#5866: Value: 0 ETH
#5866: Gas used: 35401 of 35401
#5866: Block #2: 0x6f82dbc8c6fc97a0473422999691f1db589ce93c1ffffac28934b295dd421e0d
#5866:
#5866: 32meth_subscribe0m
#5866: 32meth_getBlockByNumber0m
#5866: 32meth_getTransactionCount0m
#5866: 32meth_estimateGas0m
#5866: 32meth_sendRawTransaction0m
#5866: Contract call: Foo#transfer
#5866: Transaction: 0x949ebf40fe365d6673362df0f71da8f05c89f1f1429fc4415fdebb73da2a7d03
#5866: From: 0xd7a63ac9dd3d7878bc042a4bada214ee4aff8c85
#5866: To: 0xfadef8ba4a5d709a2bf55b7a8798c9b438c640c1
#5866: Value: 0 ETH
#5866: Gas used: 35389 of 35389
#5866: Block #3: 0x23866f600965cbe4a21454f0787ea6c7dd7ee76c5484975a66cfa0aeef501cdd
#5866:
#5866: 32meth_unsubscribe0m
#5866: 32meth_unsubscribe (2)0m
+ sudo docker rm --force donce-526d663638f2 /#5875
#5875: donce-526d663638f2
+ sudo docker rmi donce-2122c77346ce /#5883
#5883: Untagged: donce-2122c77346ce:latest
#5883: Deleted: sha256:aed99db126ae614e847bbacfe201b38c0940915d3d826b245a2ed8d20fe192fd
test_accepts_payments_on_changing_addresses 32m PASS0m (13.07s)
+ sudo docker build --tag donce-e4934f73292b --build-arg GID\=1001 --build-arg UID\=1001 /home/r/repo/test/../hardhat /#5892
#5892: #0 building with "default" instance using docker driver
#5892:
#5892: #1 [internal] load build definition from Dockerfile
#5892: #1 transferring dockerfile: 552B done
#5892: #1 DONE 0.0s
#5892:
#5892: #2 [internal] load metadata for docker.io/library/node:24
#5892: #2 DONE 0.1s
#5892:
#5892: #3 [internal] load .dockerignore
#5892: #3 transferring context: 2B done
#5892: #3 DONE 0.0s
#5892:
#5892: #4 [1/9] FROM docker.io/library/node:24@sha256:40ad9f3064e67d6860b4bc3fe1880b2953934fd6320ada990e45fe0efa6badd7
#5892: #4 DONE 0.0s
#5892:
#5892: #5 [internal] load build context
#5892: #5 transferring context: 243B done
#5892: #5 DONE 0.0s
#5892:
#5892: #6 [6/9] RUN sed -i "s/PORT/8080/g" hardhat.config.js && sed -i "s/HOST/localhost/g" hardhat.config.js
#5892: #6 CACHED
#5892:
#5892: #7 [7/9] COPY contracts contracts
#5892: #7 CACHED
#5892:
#5892: #8 [2/9] WORKDIR /app
#5892: #8 CACHED
#5892:
#5892: #9 [3/9] COPY package.json .
#5892: #9 CACHED
#5892:
#5892: #10 [4/9] RUN npm install
#5892: #10 CACHED
#5892:
#5892: #11 [5/9] COPY hardhat.config.js .
#5892: #11 CACHED
#5892:
#5892: #12 [8/9] COPY ignition ignition
#5892: #12 CACHED
#5892:
#5892: #13 [9/9] RUN rm -rf ignition/deployments && npx hardhat compile && rm -rf cache
#5892: #13 CACHED
#5892:
#5892: #14 exporting to image
#5892: #14 exporting layers done
#5892: #14 writing image sha256:aed99db126ae614e847bbacfe201b38c0940915d3d826b245a2ed8d20fe192fd done
#5892: #14 naming to docker.io/library/donce-e4934f73292b done
#5892: #14 DONE 0.0s
+ sudo docker run --detach --name donce-01c8fba949b2 --add-host host.docker.internal:host-gateway --publish 1031:8545 --user=1001:1001 donce-e4934f73292b /bin/bash -c npx\ hardhat\ node\ /#5924
#5924: 28e157bc0aee511d1b7579b647b02e68deebdaf625b38ada2f11042a86bcb60f
+ sudo docker build --tag donce-762962ff4df5 --build-arg HOST\=host.docker.internal --build-arg PORT\=1031 --build-arg GID\=1001 --build-arg UID\=1001 /home/r/repo/test/../hardhat /#5933
#5933: #0 building with "default" instance using docker driver
#5933:
#5933: #1 [internal] load build definition from Dockerfile
#5933: #1 transferring dockerfile: 552B done
#5933: #1 DONE 0.0s
#5933:
#5933: #2 [internal] load metadata for docker.io/library/node:24
#5933: #2 DONE 0.1s
#5933:
#5933: #3 [internal] load .dockerignore
#5933: #3 transferring context: 2B done
#5933: #3 DONE 0.0s
#5933:
#5933: #4 [1/9] FROM docker.io/library/node:24@sha256:40ad9f3064e67d6860b4bc3fe1880b2953934fd6320ada990e45fe0efa6badd7
#5933: #4 DONE 0.0s
#5933:
#5933: #5 [internal] load build context
#5933: #5 transferring context: 243B done
#5933: #5 DONE 0.0s
#5933:
#5933: #6 [2/9] WORKDIR /app
#5933: #6 CACHED
#5933:
#5933: #7 [3/9] COPY package.json .
#5933: #7 CACHED
#5933:
#5933: #8 [4/9] RUN npm install
#5933: #8 CACHED
#5933:
#5933: #9 [5/9] COPY hardhat.config.js .
#5933: #9 CACHED
#5933:
#5933: #10 [6/9] RUN sed -i "s/PORT/1031/g" hardhat.config.js && sed -i "s/HOST/host.docker.internal/g" hardhat.config.js
#5933: #10 DONE 0.3s
#5933:
#5933: #11 [7/9] COPY contracts contracts
#5933: #11 DONE 0.1s
#5933:
#5933: #12 [8/9] COPY ignition ignition
#5933: #12 DONE 0.0s
#5933:
#5933: #13 [9/9] RUN rm -rf ignition/deployments && npx hardhat compile && rm -rf cache
#5933: #13 1.642 Downloading compiler 0.8.28
#5933: #13 2.328 Compiled 1 Solidity file successfully (evm target: paris).
#5933: #13 DONE 2.4s
#5933:
#5933: #14 exporting to image
#5933: #14 exporting layers
#5933: #14 exporting layers 0.2s done
#5933: #14 writing image sha256:8629116cbbff300e9545b37d6aa2eb154014de06e18012a9699d9044af5deb8e
#5933: #14 writing image sha256:8629116cbbff300e9545b37d6aa2eb154014de06e18012a9699d9044af5deb8e done
#5933: #14 naming to docker.io/library/donce-762962ff4df5 done
#5933: #14 DONE 0.2s
+ sudo docker run --name donce-8ae83c96d701 --add-host host.docker.internal:host-gateway donce-762962ff4df5 /bin/bash -c \(cat\ hardhat.config.js\)\ \&\&\ \(ls\ -al\)\ \&\&\ \(echo\ y\ \|\ npx\ hardhat\ ignition\ deploy\ ./ignition/modules/Foo.ts\ --network\ foo\ --deployment-id\ foo\)\ \&\&\ \(npx\ hardhat\ ignition\ status\ foo\ \|\ tail\ -1\ \|\ cut\ -d\"\ \"\ -f3\) /#5965
#5965: // SPDX-FileCopyrightText: Copyright (c) 2025 Yegor Bugayenko
#5965: // SPDX-License-Identifier: MIT
#5965:
#5965: require("@nomicfoundation/hardhat-toolbox");
#5965:
#5965: /** @type import("hardhat/config").HardhatUserConfig */
#5965:
#5965: module.exports = {
#5965: solidity: "0.8.28",
#5965: defaultNetwork: "foo",
#5965: networks: {
#5965: hardhat: {
#5965: chainId: 4242,
#5965: gas: 10,
#5965: gasPrice: 4,
#5965: maxFeePerGas: 100,
#5965: maxPriorityFeePerGas: 100,
#5965: initialBaseFeePerGas: 100,
#5965: accounts: [
#5965: {
#5965: privateKey: "81a9b2114d53731ecc84b261ef6c0387dde34d5907fe7b441240cc21d61bf80a",
#5965: balance: "55555555555555555555555"
#5965: },
#5965: {
#5965: privateKey: "91f9111b1744d55361e632771a4e53839e9442a9fef45febc0a5c838c686a15b",
#5965: balance: "66666666666666666666666"
#5965: }
#5965: ]
#5965: },
#5965: foo: {
#5965: chainId: 4242,
#5965: url: "http://host.docker.internal:1031"
#5965: }
#5965: }
#5965: };
#5965: total 316
#5965: drwxr-xr-x 1 root root 4096 Jun 12 07:10 .
#5965: drwxr-xr-x 1 root root 4096 Jun 12 07:10 ..
#5965: drwxr-xr-x 4 root root 4096 Jun 12 07:10 artifacts
#5965: drwxr-xr-x 2 root root 4096 Jun 12 07:04 contracts
#5965: -rw-r--r-- 1 root root 874 Jun 12 07:10 hardhat.config.js
#5965: drwxr-xr-x 3 root root 4096 Jun 12 07:04 ignition
#5965: drwxr-xr-x 379 root root 12288 Jun 12 07:09 node_modules
#5965: -rw-r--r-- 1 root root 278753 Jun 12 07:09 package-lock.json
#5965: -rw-r--r-- 1 root root 106 Jun 12 07:04 package.json
#5965: ?25l2K1G36m?39m 1mConfirm deploy to network foo (4242)?22m 90m›39m 90m(y/N)39m2K1G2K1G32m✔39m 1mConfirm deploy to network foo (4242)?22m 90m…39m yes
#5965: ?25hCompiled 1 Solidity file successfully (evm target: paris).
#5965: Hardhat Ignition starting for [ FooModule ]...2K1GHardhat Ignition 🚀
#5965:
#5965: Deploying [ FooModule ]
#5965:
#5965: Batch #1
#5965: Executing FooModule#Foo...
#5965:
#5965: 3A0JBatch #1
#5965: Executing FooModule#Foo...
#5965:
#5965: 3A0JBatch #1
#5965: Executed FooModule#Foo
#5965:
#5965: 3A0JBatch #1
#5965: Executed FooModule#Foo
#5965:
#5965: [ FooModule ] successfully deployed 🚀
#5965:
#5965: Deployed Addresses
#5965:
#5965: FooModule#Foo - 0xFadEF8BA4A5d709A2BF55B7A8798c9b438C640c1
#5965: 0xFadEF8BA4A5d709A2BF55B7A8798c9b438C640c1
+ sudo docker logs donce-8ae83c96d701 /#5976
#5976: // SPDX-FileCopyrightText: Copyright (c) 2025 Yegor Bugayenko
#5976: // SPDX-License-Identifier: MIT
#5976:
#5976: require("@nomicfoundation/hardhat-toolbox");
#5976:
#5976: /** @type import("hardhat/config").HardhatUserConfig */
#5976:
#5976: module.exports = {
#5976: solidity: "0.8.28",
#5976: defaultNetwork: "foo",
#5976: networks: {
#5976: hardhat: {
#5976: chainId: 4242,
#5976: gas: 10,
#5976: gasPrice: 4,
#5976: maxFeePerGas: 100,
#5976: maxPriorityFeePerGas: 100,
#5976: initialBaseFeePerGas: 100,
#5976: accounts: [
#5976: {
#5976: privateKey: "81a9b2114d53731ecc84b261ef6c0387dde34d5907fe7b441240cc21d61bf80a",
#5976: balance: "55555555555555555555555"
#5976: },
#5976: {
#5976: privateKey: "91f9111b1744d55361e632771a4e53839e9442a9fef45febc0a5c838c686a15b",
#5976: balance: "66666666666666666666666"
#5976: }
#5976: ]
#5976: },
#5976: foo: {
#5976: chainId: 4242,
#5976: url: "http://host.docker.internal:1031"
#5976: }
#5976: }
#5976: };
#5976: total 316
#5976: drwxr-xr-x 1 root root 4096 Jun 12 07:10 .
#5976: drwxr-xr-x 1 root root 4096 Jun 12 07:10 ..
#5976: drwxr-xr-x 4 root root 4096 Jun 12 07:10 artifacts
#5976: drwxr-xr-x 2 root root 4096 Jun 12 07:04 contracts
#5976: -rw-r--r-- 1 root root 874 Jun 12 07:10 hardhat.config.js
#5976: drwxr-xr-x 3 root root 4096 Jun 12 07:04 ignition
#5976: drwxr-xr-x 379 root root 12288 Jun 12 07:09 node_modules
#5976: -rw-r--r-- 1 root root 278753 Jun 12 07:09 package-lock.json
#5976: -rw-r--r-- 1 root root 106 Jun 12 07:04 package.json
#5976: ?25l2K1G36m?39m 1mConfirm deploy to network foo (4242)?22m 90m›39m 90m(y/N)39m2K1G2K1G32m✔39m 1mConfirm deploy to network foo (4242)?22m 90m…39m yes
#5976: ?25hCompiled 1 Solidity file successfully (evm target: paris).
#5976: Hardhat Ignition starting for [ FooModule ]...2K1GHardhat Ignition 🚀
#5976:
#5976: Deploying [ FooModule ]
#5976:
#5976: Batch #1
#5976: Executing FooModule#Foo...
#5976:
#5976: 3A0JBatch #1
#5976: Executing FooModule#Foo...
#5976:
#5976: 3A0JBatch #1
#5976: Executed FooModule#Foo
#5976:
#5976: 3A0JBatch #1
#5976: Executed FooModule#Foo
#5976:
#5976: [ FooModule ] successfully deployed 🚀
#5976:
#5976: Deployed Addresses
#5976:
#5976: FooModule#Foo - 0xFadEF8BA4A5d709A2BF55B7A8798c9b438C640c1
#5976: 0xFadEF8BA4A5d709A2BF55B7A8798c9b438C640c1
+ sudo docker rm --force donce-8ae83c96d701 /#5985
#5985: donce-8ae83c96d701
+ sudo docker rmi donce-762962ff4df5 /#5993
#5993: Untagged: donce-762962ff4df5:latest
#5993: Deleted: sha256:8629116cbbff300e9545b37d6aa2eb154014de06e18012a9699d9044af5deb8e
+ sudo docker logs donce-01c8fba949b2 /#6095
#6095: Started HTTP and WebSocket JSON-RPC server at http://0.0.0.0:8545/
#6095:
#6095: Accounts
#6095: ========
#6095: Account #0: 0xd5fF1bFCDE7A03Da61ad229d962c74F1eA2f16A5 (55555 ETH)
#6095:
#6095: Account #1: 0xd7a63Ac9DD3d7878bc042A4bADA214EE4aff8c85 (66666 ETH)
#6095:
#6095: 32meth_chainId0m
#6095: 32meth_chainId (2)0m
#6095: 32meth_accounts0m
#6095: 32mhardhat_getAutomine0m
#6095: 32meth_chainId0m
#6095: 32meth_getBlockByNumber0m
#6095: 32meth_getTransactionCount0m
#6095: 32meth_getTransactionCount (2)0m
#6095: 32meth_getTransactionCount (3)0m
#6095: 32meth_getBlockByNumber0m
#6095: 32meth_getTransactionCount0m
#6095: 32meth_getBlockByNumber0m
#6095: 32meth_chainId0m
#6095: 32meth_maxPriorityFeePerGas0m
#6095: 32meth_estimateGas0m
#6095: 32meth_call0m
#6095: Contract deployment: Foo
#6095: Contract address: 0xfadef8ba4a5d709a2bf55b7a8798c9b438c640c1
#6095: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#6095:
#6095: 32meth_sendTransaction0m
#6095: Contract deployment: Foo
#6095: Contract address: 0xfadef8ba4a5d709a2bf55b7a8798c9b438c640c1
#6095: Transaction: 0x5dee0c0a9b092d8179d7d480854b1f599251a35af5f4bbe7e8465a77e6c6959a
#6095: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#6095: Value: 0 ETH
#6095: Gas used: 1357081 of 1357081
#6095: Block #1: 0xa797c1041d41a7e299b31f1eb35d9d597575049d7d0ee7c7205328359d12990f
#6095:
#6095: 32meth_getTransactionByHash0m
#6095: 32meth_getBlockByNumber0m
#6095: 32meth_getTransactionReceipt0m
#6095: 32meth_accounts0m
#6095: 32meth_call0m
#6095: Contract call: Foo#balanceOf
#6095: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#6095: To: 0xfadef8ba4a5d709a2bf55b7a8798c9b438c640c1
#6095:
#6095: 32meth_getBlockByNumber0m
#6095: 32meth_getBlockByNumber (2)0m
#6095: 32meth_getBlockByNumber (3)0m
#6095: 32meth_getBlockByNumber (4)0m
#6095: 32meth_getBlockByNumber (5)0m
#6095: 32meth_getBlockByNumber (6)0m
#6095: 32meth_getBlockByNumber (7)0m
#6095: 32meth_getBlockByNumber (8)0m
#6095: 32meth_getBlockByNumber (9)0m
#6095: 32meth_getTransactionCount0m
#6095: 32meth_getBlockByNumber0m
#6095: 32meth_estimateGas0m
#6095: 32meth_sendRawTransaction0m
#6095: Contract call: Foo#transfer
#6095: Transaction: 0xcbe5376f11a7ac7fefbd0602c5b2f92531000cfad43bb224ac1bb29bb8a1f662
#6095: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#6095: To: 0xfadef8ba4a5d709a2bf55b7a8798c9b438c640c1
#6095: Value: 0 ETH
#6095: Gas used: 35389 of 35389
#6095: Block #2: 0xf474cddb08b9d2d39ee041ac349fe10fc47fbb0a11bb81574248ce6b88aeea8b
#6095:
#6095: 32meth_getTransactionCount0m
#6095: 32meth_estimateGas0m
#6095: 32meth_sendRawTransaction0m
#6095: Contract call: Foo#transfer
#6095: Transaction: 0x551463b97e004c2e88b47b5123b99595b6e4c91c7908f32f42dc36932f2fe985
#6095: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#6095: To: 0xfadef8ba4a5d709a2bf55b7a8798c9b438c640c1
#6095: Value: 0 ETH
#6095: Gas used: 35389 of 35389
#6095: Block #3: 0xf606814091c055fd5d3694d173f6e5fc535b5c6e6a07a08bf2c25d0b015c81c2
#6095:
#6095: 32meth_getTransactionCount0m
#6095: 32meth_estimateGas0m
#6095: 32meth_sendRawTransaction0m
#6095: Contract call: Foo#transfer
#6095: Transaction: 0xda568fb3ae746069ebc966784400947ebe33a37af3a709003634c386693e3177
#6095: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#6095: To: 0xfadef8ba4a5d709a2bf55b7a8798c9b438c640c1
#6095: Value: 0 ETH
#6095: Gas used: 35389 of 35389
#6095: Block #4: 0x62eaf0604a8a838d7159ef0a8927e5d0611e662ae14ceaa9ec8c0f209993fcec
#6095:
#6095: 32meth_getTransactionCount0m
#6095: 32meth_estimateGas0m
#6095: 32meth_sendRawTransaction0m
#6095: Contract call: Foo#transfer
#6095: Transaction: 0x15c7c2bc2a4c02986994a02735371a7dbf943eaff6793e3e736188ecf45a5ad3
#6095: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#6095: To: 0xfadef8ba4a5d709a2bf55b7a8798c9b438c640c1
#6095: Value: 0 ETH
#6095: Gas used: 35389 of 35389
#6095: Block #5: 0xf0b823a0be20b20b6302b7135260c007b2726b141c2cac5647c636bf97c5158e
#6095:
#6095: 32meth_getTransactionCount0m
#6095: 32meth_estimateGas0m
#6095: 32meth_sendRawTransaction0m
#6095: Contract call: Foo#transfer
#6095: Transaction: 0xc95c23d8194dedf5ee369c5f6e792909be7323549b7bd2ea94e89985a810d0bd
#6095: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#6095: To: 0xfadef8ba4a5d709a2bf55b7a8798c9b438c640c1
#6095: Value: 0 ETH
#6095: Gas used: 35389 of 35389
#6095: Block #6: 0x0239970439874d91c75f99996587d77e50a1dd299085000a49746b8b6dbaa8da
#6095:
#6095: 32meth_getTransactionCount0m
#6095: 32meth_estimateGas0m
#6095: 32meth_sendRawTransaction0m
#6095: Contract call: Foo#transfer
#6095: Transaction: 0x6d6782019d6700114e022cc64bd35c905532fca9359614e01b6c582f4ee98886
#6095: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#6095: To: 0xfadef8ba4a5d709a2bf55b7a8798c9b438c640c1
#6095: Value: 0 ETH
#6095: Gas used: 35389 of 35389
#6095: Block #7: 0x4e8afa6112f8427553a9b1efe1ebaeed69c84ed619ce416fd492ca5a9913db26
#6095:
#6095: 32meth_getTransactionCount0m
#6095: 32meth_estimateGas0m
#6095: 32meth_sendRawTransaction0m
#6095: Contract call: Foo#transfer
#6095: Transaction: 0xf30229160c37f3e59362ea490d4ed6ce1b8e2b33770eeaf75734a51686f31bc2
#6095: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#6095: To: 0xfadef8ba4a5d709a2bf55b7a8798c9b438c640c1
#6095: Value: 0 ETH
#6095: Gas used: 35389 of 35389
#6095: Block #8: 0x1daa425ca0c5fd4a185ce1e258fcff3154a45ccd6e540bb694b97abf0794fa13
#6095:
#6095: 32meth_getTransactionCount0m
#6095: 32meth_estimateGas0m
#6095: 32meth_sendRawTransaction0m
#6095: Contract call: Foo#transfer
#6095: Transaction: 0x70c014ee193ded465c59a2c9f6ad343845c580c51443f63be2e3602029587703
#6095: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#6095: To: 0xfadef8ba4a5d709a2bf55b7a8798c9b438c640c1
#6095: Value: 0 ETH
#6095: Gas used: 35389 of 35389
#6095: Block #9: 0x4788959925dde7db97ccfbd5d1fede93983cc46994246d2ece89ab9f1411c1c0
#6095:
#6095: 32meth_getTransactionCount0m
#6095: 32meth_estimateGas0m
#6095: 32meth_sendRawTransaction0m
#6095: Contract call: Foo#transfer
#6095: Transaction: 0x244cb12869e3c52787fc7ac9c6799692882f520b0e43912ecf1c30a3b7457d8d
#6095: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#6095: To: 0xfadef8ba4a5d709a2bf55b7a8798c9b438c640c1
#6095: Value: 0 ETH
#6095: Gas used: 35389 of 35389
#6095: Block #10: 0x22587aec8800579918195341a7773931abde794f091fd7955698482ce1861282
#6095:
#6095: 32meth_getTransactionCount0m
#6095: 32meth_estimateGas0m
#6095: 32meth_sendRawTransaction0m
#6095: Contract call: Foo#transfer
#6095: Transaction: 0x26e92cfea9809117f71733060ed7c670b82a356b6a52195c4ce923d57479a8fa
#6095: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#6095: To: 0xfadef8ba4a5d709a2bf55b7a8798c9b438c640c1
#6095: Value: 0 ETH
#6095: Gas used: 35389 of 35389
#6095: Block #11: 0x57a2fd6da1fe4bea7c1d119a90619ef91861704d07e6a3d7f9c74b3ca95fca72
#6095:
#6095: 32meth_call0m
#6095: Contract call: Foo#balanceOf
#6095: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#6095: To: 0xfadef8ba4a5d709a2bf55b7a8798c9b438c640c1
#6095:
+ sudo docker rm --force donce-01c8fba949b2 /#6104
#6104: donce-01c8fba949b2
+ sudo docker rmi donce-e4934f73292b /#6112
#6112: Untagged: donce-e4934f73292b:latest
#6112: Deleted: sha256:aed99db126ae614e847bbacfe201b38c0940915d3d826b245a2ed8d20fe192fd
test_pays_in_threads 32m PASS0m (11.08s)
+ sudo docker build --tag donce-a37a6f668339 --build-arg GID\=1001 --build-arg UID\=1001 /home/r/repo/test/../hardhat /#6121
#6121: #0 building with "default" instance using docker driver
#6121:
#6121: #1 [internal] load build definition from Dockerfile
#6121: #1 transferring dockerfile: 552B done
#6121: #1 DONE 0.0s
#6121:
#6121: #2 [internal] load metadata for docker.io/library/node:24
#6121: #2 DONE 0.1s
#6121:
#6121: #3 [internal] load .dockerignore
#6121: #3 transferring context: 2B done
#6121: #3 DONE 0.0s
#6121:
#6121: #4 [1/9] FROM docker.io/library/node:24@sha256:40ad9f3064e67d6860b4bc3fe1880b2953934fd6320ada990e45fe0efa6badd7
#6121: #4 DONE 0.0s
#6121:
#6121: #5 [internal] load build context
#6121: #5 transferring context: 243B done
#6121: #5 DONE 0.0s
#6121:
#6121: #6 [2/9] WORKDIR /app
#6121: #6 CACHED
#6121:
#6121: #7 [5/9] COPY hardhat.config.js .
#6121: #7 CACHED
#6121:
#6121: #8 [7/9] COPY contracts contracts
#6121: #8 CACHED
#6121:
#6121: #9 [8/9] COPY ignition ignition
#6121: #9 CACHED
#6121:
#6121: #10 [3/9] COPY package.json .
#6121: #10 CACHED
#6121:
#6121: #11 [4/9] RUN npm install
#6121: #11 CACHED
#6121:
#6121: #12 [6/9] RUN sed -i "s/PORT/8080/g" hardhat.config.js && sed -i "s/HOST/localhost/g" hardhat.config.js
#6121: #12 CACHED
#6121:
#6121: #13 [9/9] RUN rm -rf ignition/deployments && npx hardhat compile && rm -rf cache
#6121: #13 CACHED
#6121:
#6121: #14 exporting to image
#6121: #14 exporting layers done
#6121: #14 writing image sha256:aed99db126ae614e847bbacfe201b38c0940915d3d826b245a2ed8d20fe192fd done
#6121: #14 naming to docker.io/library/donce-a37a6f668339 done
#6121: #14 DONE 0.0s
+ sudo docker run --detach --name donce-326b8be4f359 --add-host host.docker.internal:host-gateway --publish 1032:8545 --user=1001:1001 donce-a37a6f668339 /bin/bash -c npx\ hardhat\ node\ /#6154
#6154: e408b29620e6ffe803aefb13a14d30aa5e94ea3e27d0a968faaa6915ccee5aa1
+ sudo docker build --tag donce-151953eb5ba7 --build-arg HOST\=host.docker.internal --build-arg PORT\=1032 --build-arg GID\=1001 --build-arg UID\=1001 /home/r/repo/test/../hardhat /#6163
#6163: #0 building with "default" instance using docker driver
#6163:
#6163: #1 [internal] load build definition from Dockerfile
#6163: #1 transferring dockerfile: 552B done
#6163: #1 DONE 0.0s
#6163:
#6163: #2 [internal] load metadata for docker.io/library/node:24
#6163: #2 DONE 0.1s
#6163:
#6163: #3 [internal] load .dockerignore
#6163: #3 transferring context: 2B done
#6163: #3 DONE 0.0s
#6163:
#6163: #4 [1/9] FROM docker.io/library/node:24@sha256:40ad9f3064e67d6860b4bc3fe1880b2953934fd6320ada990e45fe0efa6badd7
#6163: #4 DONE 0.0s
#6163:
#6163: #5 [internal] load build context
#6163: #5 transferring context: 243B done
#6163: #5 DONE 0.0s
#6163:
#6163: #6 [4/9] RUN npm install
#6163: #6 CACHED
#6163:
#6163: #7 [2/9] WORKDIR /app
#6163: #7 CACHED
#6163:
#6163: #8 [3/9] COPY package.json .
#6163: #8 CACHED
#6163:
#6163: #9 [5/9] COPY hardhat.config.js .
#6163: #9 CACHED
#6163:
#6163: #10 [6/9] RUN sed -i "s/PORT/1032/g" hardhat.config.js && sed -i "s/HOST/host.docker.internal/g" hardhat.config.js
#6163: #10 DONE 0.3s
#6163:
#6163: #11 [7/9] COPY contracts contracts
#6163: #11 DONE 0.1s
#6163:
#6163: #12 [8/9] COPY ignition ignition
#6163: #12 DONE 0.0s
#6163:
#6163: #13 [9/9] RUN rm -rf ignition/deployments && npx hardhat compile && rm -rf cache
#6163: #13 1.655 Downloading compiler 0.8.28
#6163: #13 2.359 Compiled 1 Solidity file successfully (evm target: paris).
#6163: #13 DONE 2.4s
#6163:
#6163: #14 exporting to image
#6163: #14 exporting layers
#6163: #14 exporting layers 0.3s done
#6163: #14 writing image sha256:48db3f0ffef2c7af0484a0c2c5de2193a7838390cd2c6d42b575a495b852fb9f
#6163: #14 writing image sha256:48db3f0ffef2c7af0484a0c2c5de2193a7838390cd2c6d42b575a495b852fb9f done
#6163: #14 naming to docker.io/library/donce-151953eb5ba7 done
#6163: #14 DONE 0.3s
+ sudo docker run --name donce-7dd2809113df --add-host host.docker.internal:host-gateway donce-151953eb5ba7 /bin/bash -c \(cat\ hardhat.config.js\)\ \&\&\ \(ls\ -al\)\ \&\&\ \(echo\ y\ \|\ npx\ hardhat\ ignition\ deploy\ ./ignition/modules/Foo.ts\ --network\ foo\ --deployment-id\ foo\)\ \&\&\ \(npx\ hardhat\ ignition\ status\ foo\ \|\ tail\ -1\ \|\ cut\ -d\"\ \"\ -f3\) /#6195
#6195: // SPDX-FileCopyrightText: Copyright (c) 2025 Yegor Bugayenko
#6195: // SPDX-License-Identifier: MIT
#6195:
#6195: require("@nomicfoundation/hardhat-toolbox");
#6195:
#6195: /** @type import("hardhat/config").HardhatUserConfig */
#6195:
#6195: module.exports = {
#6195: solidity: "0.8.28",
#6195: defaultNetwork: "foo",
#6195: networks: {
#6195: hardhat: {
#6195: chainId: 4242,
#6195: gas: 10,
#6195: gasPrice: 4,
#6195: maxFeePerGas: 100,
#6195: maxPriorityFeePerGas: 100,
#6195: initialBaseFeePerGas: 100,
#6195: accounts: [
#6195: {
#6195: privateKey: "81a9b2114d53731ecc84b261ef6c0387dde34d5907fe7b441240cc21d61bf80a",
#6195: balance: "55555555555555555555555"
#6195: },
#6195: {
#6195: privateKey: "91f9111b1744d55361e632771a4e53839e9442a9fef45febc0a5c838c686a15b",
#6195: balance: "66666666666666666666666"
#6195: }
#6195: ]
#6195: },
#6195: foo: {
#6195: chainId: 4242,
#6195: url: "http://host.docker.internal:1032"
#6195: }
#6195: }
#6195: };
#6195: total 316
#6195: drwxr-xr-x 1 root root 4096 Jun 12 07:10 .
#6195: drwxr-xr-x 1 root root 4096 Jun 12 07:10 ..
#6195: drwxr-xr-x 4 root root 4096 Jun 12 07:10 artifacts
#6195: drwxr-xr-x 2 root root 4096 Jun 12 07:04 contracts
#6195: -rw-r--r-- 1 root root 874 Jun 12 07:10 hardhat.config.js
#6195: drwxr-xr-x 3 root root 4096 Jun 12 07:04 ignition
#6195: drwxr-xr-x 379 root root 12288 Jun 12 07:09 node_modules
#6195: -rw-r--r-- 1 root root 278753 Jun 12 07:09 package-lock.json
#6195: -rw-r--r-- 1 root root 106 Jun 12 07:04 package.json
#6195: ?25l2K1G36m?39m 1mConfirm deploy to network foo (4242)?22m 90m›39m 90m(y/N)39m2K1G2K1G32m✔39m 1mConfirm deploy to network foo (4242)?22m 90m…39m yes
#6195: ?25hCompiled 1 Solidity file successfully (evm target: paris).
#6195: Hardhat Ignition starting for [ FooModule ]...2K1GHardhat Ignition 🚀
#6195:
#6195: Deploying [ FooModule ]
#6195:
#6195: Batch #1
#6195: Executing FooModule#Foo...
#6195:
#6195: 3A0JBatch #1
#6195: Executing FooModule#Foo...
#6195:
#6195: 3A0JBatch #1
#6195: Executed FooModule#Foo
#6195:
#6195: 3A0JBatch #1
#6195: Executed FooModule#Foo
#6195:
#6195: [ FooModule ] successfully deployed 🚀
#6195:
#6195: Deployed Addresses
#6195:
#6195: FooModule#Foo - 0xFadEF8BA4A5d709A2BF55B7A8798c9b438C640c1
#6195: 0xFadEF8BA4A5d709A2BF55B7A8798c9b438C640c1
+ sudo docker logs donce-7dd2809113df /#6204
#6204: // SPDX-FileCopyrightText: Copyright (c) 2025 Yegor Bugayenko
#6204: // SPDX-License-Identifier: MIT
#6204:
#6204: require("@nomicfoundation/hardhat-toolbox");
#6204:
#6204: /** @type import("hardhat/config").HardhatUserConfig */
#6204:
#6204: module.exports = {
#6204: solidity: "0.8.28",
#6204: defaultNetwork: "foo",
#6204: networks: {
#6204: hardhat: {
#6204: chainId: 4242,
#6204: gas: 10,
#6204: gasPrice: 4,
#6204: maxFeePerGas: 100,
#6204: maxPriorityFeePerGas: 100,
#6204: initialBaseFeePerGas: 100,
#6204: accounts: [
#6204: {
#6204: privateKey: "81a9b2114d53731ecc84b261ef6c0387dde34d5907fe7b441240cc21d61bf80a",
#6204: balance: "55555555555555555555555"
#6204: },
#6204: {
#6204: privateKey: "91f9111b1744d55361e632771a4e53839e9442a9fef45febc0a5c838c686a15b",
#6204: balance: "66666666666666666666666"
#6204: }
#6204: ]
#6204: },
#6204: foo: {
#6204: chainId: 4242,
#6204: url: "http://host.docker.internal:1032"
#6204: }
#6204: }
#6204: };
#6204: total 316
#6204: drwxr-xr-x 1 root root 4096 Jun 12 07:10 .
#6204: drwxr-xr-x 1 root root 4096 Jun 12 07:10 ..
#6204: drwxr-xr-x 4 root root 4096 Jun 12 07:10 artifacts
#6204: drwxr-xr-x 2 root root 4096 Jun 12 07:04 contracts
#6204: -rw-r--r-- 1 root root 874 Jun 12 07:10 hardhat.config.js
#6204: drwxr-xr-x 3 root root 4096 Jun 12 07:04 ignition
#6204: drwxr-xr-x 379 root root 12288 Jun 12 07:09 node_modules
#6204: -rw-r--r-- 1 root root 278753 Jun 12 07:09 package-lock.json
#6204: -rw-r--r-- 1 root root 106 Jun 12 07:04 package.json
#6204: ?25l2K1G36m?39m 1mConfirm deploy to network foo (4242)?22m 90m›39m 90m(y/N)39m2K1G2K1G32m✔39m 1mConfirm deploy to network foo (4242)?22m 90m…39m yes
#6204: ?25hCompiled 1 Solidity file successfully (evm target: paris).
#6204: Hardhat Ignition starting for [ FooModule ]...2K1GHardhat Ignition 🚀
#6204:
#6204: Deploying [ FooModule ]
#6204:
#6204: Batch #1
#6204: Executing FooModule#Foo...
#6204:
#6204: 3A0JBatch #1
#6204: Executing FooModule#Foo...
#6204:
#6204: 3A0JBatch #1
#6204: Executed FooModule#Foo
#6204:
#6204: 3A0JBatch #1
#6204: Executed FooModule#Foo
#6204:
#6204: [ FooModule ] successfully deployed 🚀
#6204:
#6204: Deployed Addresses
#6204:
#6204: FooModule#Foo - 0xFadEF8BA4A5d709A2BF55B7A8798c9b438C640c1
#6204: 0xFadEF8BA4A5d709A2BF55B7A8798c9b438C640c1
+ sudo docker rm --force donce-7dd2809113df /#6212
#6212: donce-7dd2809113df
+ sudo docker rmi donce-151953eb5ba7 /#6221
#6221: Untagged: donce-151953eb5ba7:latest
#6221: Deleted: sha256:48db3f0ffef2c7af0484a0c2c5de2193a7838390cd2c6d42b575a495b852fb9f
+ sudo docker logs donce-326b8be4f359 /#6238
#6238: Started HTTP and WebSocket JSON-RPC server at http://0.0.0.0:8545/
#6238:
#6238: Accounts
#6238: ========
#6238: Account #0: 0xd5fF1bFCDE7A03Da61ad229d962c74F1eA2f16A5 (55555 ETH)
#6238:
#6238: Account #1: 0xd7a63Ac9DD3d7878bc042A4bADA214EE4aff8c85 (66666 ETH)
#6238:
#6238: 32meth_chainId0m
#6238: 32meth_chainId (2)0m
#6238: 32meth_accounts0m
#6238: 32mhardhat_getAutomine0m
#6238: 32meth_chainId0m
#6238: 32meth_getBlockByNumber0m
#6238: 32meth_getTransactionCount0m
#6238: 32meth_getTransactionCount (2)0m
#6238: 32meth_getTransactionCount (3)0m
#6238: 32meth_getBlockByNumber0m
#6238: 32meth_getTransactionCount0m
#6238: 32meth_getBlockByNumber0m
#6238: 32meth_chainId0m
#6238: 32meth_maxPriorityFeePerGas0m
#6238: 32meth_estimateGas0m
#6238: 32meth_call0m
#6238: Contract deployment: Foo
#6238: Contract address: 0xfadef8ba4a5d709a2bf55b7a8798c9b438c640c1
#6238: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#6238:
#6238: 32meth_sendTransaction0m
#6238: Contract deployment: Foo
#6238: Contract address: 0xfadef8ba4a5d709a2bf55b7a8798c9b438c640c1
#6238: Transaction: 0x5dee0c0a9b092d8179d7d480854b1f599251a35af5f4bbe7e8465a77e6c6959a
#6238: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#6238: Value: 0 ETH
#6238: Gas used: 1357081 of 1357081
#6238: Block #1: 0xce6633c289102e6b1fffc32d0a5c0f26ac89ecd93a5abf97922447740ca628a4
#6238:
#6238: 32meth_getTransactionByHash0m
#6238: 32meth_getBlockByNumber0m
#6238: 32meth_getTransactionReceipt0m
#6238: 32meth_subscribe0m
#6238: 32meth_getBlockByNumber0m
#6238: 32meth_getTransactionCount0m
#6238: 32meth_estimateGas0m
#6238: 32meth_sendRawTransaction0m
#6238: Contract call: Foo#transfer
#6238: Transaction: 0x947f5fd7437a3f84b843c179c53b93c1d59aa7a927720697d3756f5a27431989
#6238: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#6238: To: 0xfadef8ba4a5d709a2bf55b7a8798c9b438c640c1
#6238: Value: 0 ETH
#6238: Gas used: 35401 of 35401
#6238: Block #2: 0xfc67c2ba01fb79e6be685c32db0bc83e38499f94f83140af425276246f490153
#6238:
#6238: 32meth_unsubscribe0m
+ sudo docker rm --force donce-326b8be4f359 /#6247
#6247: donce-326b8be4f359
+ sudo docker rmi donce-a37a6f668339 /#6255
#6255: Untagged: donce-a37a6f668339:latest
#6255: Deleted: sha256:aed99db126ae614e847bbacfe201b38c0940915d3d826b245a2ed8d20fe192fd
test_accepts_payments 32m PASS0m (12.13s)
+ sudo docker build --tag donce-9d15d622bb3f --build-arg GID\=1001 --build-arg UID\=1001 /home/r/repo/test/../hardhat /#6264
#6264: #0 building with "default" instance using docker driver
#6264:
#6264: #1 [internal] load build definition from Dockerfile
#6264: #1 transferring dockerfile: 552B done
#6264: #1 DONE 0.0s
#6264:
#6264: #2 [internal] load metadata for docker.io/library/node:24
#6264: #2 DONE 0.1s
#6264:
#6264: #3 [internal] load .dockerignore
#6264: #3 transferring context: 2B done
#6264: #3 DONE 0.0s
#6264:
#6264: #4 [1/9] FROM docker.io/library/node:24@sha256:40ad9f3064e67d6860b4bc3fe1880b2953934fd6320ada990e45fe0efa6badd7
#6264: #4 DONE 0.0s
#6264:
#6264: #5 [internal] load build context
#6264: #5 transferring context: 243B done
#6264: #5 DONE 0.0s
#6264:
#6264: #6 [3/9] COPY package.json .
#6264: #6 CACHED
#6264:
#6264: #7 [4/9] RUN npm install
#6264: #7 CACHED
#6264:
#6264: #8 [5/9] COPY hardhat.config.js .
#6264: #8 CACHED
#6264:
#6264: #9 [7/9] COPY contracts contracts
#6264: #9 CACHED
#6264:
#6264: #10 [8/9] COPY ignition ignition
#6264: #10 CACHED
#6264:
#6264: #11 [2/9] WORKDIR /app
#6264: #11 CACHED
#6264:
#6264: #12 [6/9] RUN sed -i "s/PORT/8080/g" hardhat.config.js && sed -i "s/HOST/localhost/g" hardhat.config.js
#6264: #12 CACHED
#6264:
#6264: #13 [9/9] RUN rm -rf ignition/deployments && npx hardhat compile && rm -rf cache
#6264: #13 CACHED
#6264:
#6264: #14 exporting to image
#6264: #14 exporting layers done
#6264: #14 writing image sha256:aed99db126ae614e847bbacfe201b38c0940915d3d826b245a2ed8d20fe192fd done
#6264: #14 naming to docker.io/library/donce-9d15d622bb3f done
#6264: #14 DONE 0.0s
+ sudo docker run --detach --name donce-3af163ad9cb4 --add-host host.docker.internal:host-gateway --publish 1033:8545 --user=1001:1001 donce-9d15d622bb3f /bin/bash -c npx\ hardhat\ node\ /#6296
#6296: 833288bf93bd92e8e3933452e075dc823400fcdccc1238ea5ef9d143dac00b49
+ sudo docker build --tag donce-a981a05e4159 --build-arg HOST\=host.docker.internal --build-arg PORT\=1033 --build-arg GID\=1001 --build-arg UID\=1001 /home/r/repo/test/../hardhat /#6308
#6308: #0 building with "default" instance using docker driver
#6308:
#6308: #1 [internal] load build definition from Dockerfile
#6308: #1 transferring dockerfile: 552B done
#6308: #1 DONE 0.0s
#6308:
#6308: #2 [internal] load metadata for docker.io/library/node:24
#6308: #2 DONE 0.1s
#6308:
#6308: #3 [internal] load .dockerignore
#6308: #3 transferring context: 2B done
#6308: #3 DONE 0.0s
#6308:
#6308: #4 [1/9] FROM docker.io/library/node:24@sha256:40ad9f3064e67d6860b4bc3fe1880b2953934fd6320ada990e45fe0efa6badd7
#6308: #4 DONE 0.0s
#6308:
#6308: #5 [internal] load build context
#6308: #5 transferring context: 243B done
#6308: #5 DONE 0.0s
#6308:
#6308: #6 [3/9] COPY package.json .
#6308: #6 CACHED
#6308:
#6308: #7 [4/9] RUN npm install
#6308: #7 CACHED
#6308:
#6308: #8 [2/9] WORKDIR /app
#6308: #8 CACHED
#6308:
#6308: #9 [5/9] COPY hardhat.config.js .
#6308: #9 CACHED
#6308:
#6308: #10 [6/9] RUN sed -i "s/PORT/1033/g" hardhat.config.js && sed -i "s/HOST/host.docker.internal/g" hardhat.config.js
#6308: #10 DONE 0.3s
#6308:
#6308: #11 [7/9] COPY contracts contracts
#6308: #11 DONE 0.1s
#6308:
#6308: #12 [8/9] COPY ignition ignition
#6308: #12 DONE 0.0s
#6308:
#6308: #13 [9/9] RUN rm -rf ignition/deployments && npx hardhat compile && rm -rf cache
#6308: #13 1.657 Downloading compiler 0.8.28
#6308: #13 2.360 Compiled 1 Solidity file successfully (evm target: paris).
#6308: #13 DONE 2.4s
#6308:
#6308: #14 exporting to image
#6308: #14 exporting layers
#6308: #14 exporting layers 0.2s done
#6308: #14 writing image sha256:f610375ea59500a5014f19d813c634607a94c11fd5e2add9d75f683e7c4a6c89 done
#6308: #14 naming to docker.io/library/donce-a981a05e4159 done
#6308: #14 DONE 0.2s
+ sudo docker run --name donce-0a3110bb9a40 --add-host host.docker.internal:host-gateway donce-a981a05e4159 /bin/bash -c \(cat\ hardhat.config.js\)\ \&\&\ \(ls\ -al\)\ \&\&\ \(echo\ y\ \|\ npx\ hardhat\ ignition\ deploy\ ./ignition/modules/Foo.ts\ --network\ foo\ --deployment-id\ foo\)\ \&\&\ \(npx\ hardhat\ ignition\ status\ foo\ \|\ tail\ -1\ \|\ cut\ -d\"\ \"\ -f3\) /#6340
#6340: // SPDX-FileCopyrightText: Copyright (c) 2025 Yegor Bugayenko
#6340: // SPDX-License-Identifier: MIT
#6340:
#6340: require("@nomicfoundation/hardhat-toolbox");
#6340:
#6340: /** @type import("hardhat/config").HardhatUserConfig */
#6340:
#6340: module.exports = {
#6340: solidity: "0.8.28",
#6340: defaultNetwork: "foo",
#6340: networks: {
#6340: hardhat: {
#6340: chainId: 4242,
#6340: gas: 10,
#6340: gasPrice: 4,
#6340: maxFeePerGas: 100,
#6340: maxPriorityFeePerGas: 100,
#6340: initialBaseFeePerGas: 100,
#6340: accounts: [
#6340: {
#6340: privateKey: "81a9b2114d53731ecc84b261ef6c0387dde34d5907fe7b441240cc21d61bf80a",
#6340: balance: "55555555555555555555555"
#6340: },
#6340: {
#6340: privateKey: "91f9111b1744d55361e632771a4e53839e9442a9fef45febc0a5c838c686a15b",
#6340: balance: "66666666666666666666666"
#6340: }
#6340: ]
#6340: },
#6340: foo: {
#6340: chainId: 4242,
#6340: url: "http://host.docker.internal:1033"
#6340: }
#6340: }
#6340: };
#6340: total 316
#6340: drwxr-xr-x 1 root root 4096 Jun 12 07:11 .
#6340: drwxr-xr-x 1 root root 4096 Jun 12 07:11 ..
#6340: drwxr-xr-x 4 root root 4096 Jun 12 07:11 artifacts
#6340: drwxr-xr-x 2 root root 4096 Jun 12 07:04 contracts
#6340: -rw-r--r-- 1 root root 874 Jun 12 07:11 hardhat.config.js
#6340: drwxr-xr-x 3 root root 4096 Jun 12 07:04 ignition
#6340: drwxr-xr-x 379 root root 12288 Jun 12 07:09 node_modules
#6340: -rw-r--r-- 1 root root 278753 Jun 12 07:09 package-lock.json
#6340: -rw-r--r-- 1 root root 106 Jun 12 07:04 package.json
#6340: ?25l2K1G36m?39m 1mConfirm deploy to network foo (4242)?22m 90m›39m 90m(y/N)39m2K1G2K1G32m✔39m 1mConfirm deploy to network foo (4242)?22m 90m…39m yes
#6340: ?25hCompiled 1 Solidity file successfully (evm target: paris).
#6340: Hardhat Ignition starting for [ FooModule ]...2K1GHardhat Ignition 🚀
#6340:
#6340: Deploying [ FooModule ]
#6340:
#6340: Batch #1
#6340: Executing FooModule#Foo...
#6340:
#6340: 3A0JBatch #1
#6340: Executing FooModule#Foo...
#6340:
#6340: 3A0JBatch #1
#6340: Executed FooModule#Foo
#6340:
#6340: 3A0JBatch #1
#6340: Executed FooModule#Foo
#6340:
#6340: [ FooModule ] successfully deployed 🚀
#6340:
#6340: Deployed Addresses
#6340:
#6340: FooModule#Foo - 0xFadEF8BA4A5d709A2BF55B7A8798c9b438C640c1
#6340: 0xFadEF8BA4A5d709A2BF55B7A8798c9b438C640c1
+ sudo docker logs donce-0a3110bb9a40 /#6351
#6351: // SPDX-FileCopyrightText: Copyright (c) 2025 Yegor Bugayenko
#6351: // SPDX-License-Identifier: MIT
#6351:
#6351: require("@nomicfoundation/hardhat-toolbox");
#6351:
#6351: /** @type import("hardhat/config").HardhatUserConfig */
#6351:
#6351: module.exports = {
#6351: solidity: "0.8.28",
#6351: defaultNetwork: "foo",
#6351: networks: {
#6351: hardhat: {
#6351: chainId: 4242,
#6351: gas: 10,
#6351: gasPrice: 4,
#6351: maxFeePerGas: 100,
#6351: maxPriorityFeePerGas: 100,
#6351: initialBaseFeePerGas: 100,
#6351: accounts: [
#6351: {
#6351: privateKey: "81a9b2114d53731ecc84b261ef6c0387dde34d5907fe7b441240cc21d61bf80a",
#6351: balance: "55555555555555555555555"
#6351: },
#6351: {
#6351: privateKey: "91f9111b1744d55361e632771a4e53839e9442a9fef45febc0a5c838c686a15b",
#6351: balance: "66666666666666666666666"
#6351: }
#6351: ]
#6351: },
#6351: foo: {
#6351: chainId: 4242,
#6351: url: "http://host.docker.internal:1033"
#6351: }
#6351: }
#6351: };
#6351: total 316
#6351: drwxr-xr-x 1 root root 4096 Jun 12 07:11 .
#6351: drwxr-xr-x 1 root root 4096 Jun 12 07:11 ..
#6351: drwxr-xr-x 4 root root 4096 Jun 12 07:11 artifacts
#6351: drwxr-xr-x 2 root root 4096 Jun 12 07:04 contracts
#6351: -rw-r--r-- 1 root root 874 Jun 12 07:11 hardhat.config.js
#6351: drwxr-xr-x 3 root root 4096 Jun 12 07:04 ignition
#6351: drwxr-xr-x 379 root root 12288 Jun 12 07:09 node_modules
#6351: -rw-r--r-- 1 root root 278753 Jun 12 07:09 package-lock.json
#6351: -rw-r--r-- 1 root root 106 Jun 12 07:04 package.json
#6351: ?25l2K1G36m?39m 1mConfirm deploy to network foo (4242)?22m 90m›39m 90m(y/N)39m2K1G2K1G32m✔39m 1mConfirm deploy to network foo (4242)?22m 90m…39m yes
#6351: ?25hCompiled 1 Solidity file successfully (evm target: paris).
#6351: Hardhat Ignition starting for [ FooModule ]...2K1GHardhat Ignition 🚀
#6351:
#6351: Deploying [ FooModule ]
#6351:
#6351: Batch #1
#6351: Executing FooModule#Foo...
#6351:
#6351: 3A0JBatch #1
#6351: Executing FooModule#Foo...
#6351:
#6351: 3A0JBatch #1
#6351: Executed FooModule#Foo
#6351:
#6351: 3A0JBatch #1
#6351: Executed FooModule#Foo
#6351:
#6351: [ FooModule ] successfully deployed 🚀
#6351:
#6351: Deployed Addresses
#6351:
#6351: FooModule#Foo - 0xFadEF8BA4A5d709A2BF55B7A8798c9b438C640c1
#6351: 0xFadEF8BA4A5d709A2BF55B7A8798c9b438C640c1
+ sudo docker rm --force donce-0a3110bb9a40 /#6359
#6359: donce-0a3110bb9a40
+ sudo docker rmi donce-a981a05e4159 /#6368
#6368: Untagged: donce-a981a05e4159:latest
#6368: Deleted: sha256:f610375ea59500a5014f19d813c634607a94c11fd5e2add9d75f683e7c4a6c89
+ sudo docker logs donce-3af163ad9cb4 /#6378
#6378: Started HTTP and WebSocket JSON-RPC server at http://0.0.0.0:8545/
#6378:
#6378: Accounts
#6378: ========
#6378: Account #0: 0xd5fF1bFCDE7A03Da61ad229d962c74F1eA2f16A5 (55555 ETH)
#6378:
#6378: Account #1: 0xd7a63Ac9DD3d7878bc042A4bADA214EE4aff8c85 (66666 ETH)
#6378:
#6378: 32meth_chainId0m
#6378: 32meth_chainId (2)0m
#6378: 32meth_accounts0m
#6378: 32mhardhat_getAutomine0m
#6378: 32meth_chainId0m
#6378: 32meth_getBlockByNumber0m
#6378: 32meth_getTransactionCount0m
#6378: 32meth_getTransactionCount (2)0m
#6378: 32meth_getTransactionCount (3)0m
#6378: 32meth_getBlockByNumber0m
#6378: 32meth_getTransactionCount0m
#6378: 32meth_getBlockByNumber0m
#6378: 32meth_chainId0m
#6378: 32meth_maxPriorityFeePerGas0m
#6378: 32meth_estimateGas0m
#6378: 32meth_call0m
#6378: Contract deployment: Foo
#6378: Contract address: 0xfadef8ba4a5d709a2bf55b7a8798c9b438c640c1
#6378: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#6378:
#6378: 32meth_sendTransaction0m
#6378: Contract deployment: Foo
#6378: Contract address: 0xfadef8ba4a5d709a2bf55b7a8798c9b438c640c1
#6378: Transaction: 0x5dee0c0a9b092d8179d7d480854b1f599251a35af5f4bbe7e8465a77e6c6959a
#6378: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#6378: Value: 0 ETH
#6378: Gas used: 1357081 of 1357081
#6378: Block #1: 0x316b40abb418cd0ff3b8575654a89ceae2712fc1a60aeb0eda08a36e07e1c6d9
#6378:
#6378: 32meth_getTransactionByHash0m
#6378: 32meth_getBlockByNumber0m
#6378: 32meth_getTransactionReceipt0m
#6378: 32meth_accounts0m
#6378: 32meth_call0m
#6378: Contract call: Foo#balanceOf
#6378: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#6378: To: 0xfadef8ba4a5d709a2bf55b7a8798c9b438c640c1
#6378:
+ sudo docker rm --force donce-3af163ad9cb4 /#6387
#6387: donce-3af163ad9cb4
+ sudo docker rmi donce-9d15d622bb3f /#6395
#6395: Untagged: donce-9d15d622bb3f:latest
#6395: Deleted: sha256:aed99db126ae614e847bbacfe201b38c0940915d3d826b245a2ed8d20fe192fd
test_checks_eth_balance 32m PASS0m (10.75s)
+ sudo docker build --tag donce-22f562ed3f4c --build-arg GID\=1001 --build-arg UID\=1001 /home/r/repo/test/../hardhat /#6404
#6404: #0 building with "default" instance using docker driver
#6404:
#6404: #1 [internal] load build definition from Dockerfile
#6404: #1 transferring dockerfile: 552B done
#6404: #1 DONE 0.0s
#6404:
#6404: #2 [internal] load metadata for docker.io/library/node:24
#6404: #2 DONE 0.1s
#6404:
#6404: #3 [internal] load .dockerignore
#6404: #3 transferring context: 2B done
#6404: #3 DONE 0.0s
#6404:
#6404: #4 [1/9] FROM docker.io/library/node:24@sha256:40ad9f3064e67d6860b4bc3fe1880b2953934fd6320ada990e45fe0efa6badd7
#6404: #4 DONE 0.0s
#6404:
#6404: #5 [internal] load build context
#6404: #5 transferring context: 243B done
#6404: #5 DONE 0.0s
#6404:
#6404: #6 [6/9] RUN sed -i "s/PORT/8080/g" hardhat.config.js && sed -i "s/HOST/localhost/g" hardhat.config.js
#6404: #6 CACHED
#6404:
#6404: #7 [4/9] RUN npm install
#6404: #7 CACHED
#6404:
#6404: #8 [7/9] COPY contracts contracts
#6404: #8 CACHED
#6404:
#6404: #9 [8/9] COPY ignition ignition
#6404: #9 CACHED
#6404:
#6404: #10 [2/9] WORKDIR /app
#6404: #10 CACHED
#6404:
#6404: #11 [3/9] COPY package.json .
#6404: #11 CACHED
#6404:
#6404: #12 [5/9] COPY hardhat.config.js .
#6404: #12 CACHED
#6404:
#6404: #13 [9/9] RUN rm -rf ignition/deployments && npx hardhat compile && rm -rf cache
#6404: #13 CACHED
#6404:
#6404: #14 exporting to image
#6404: #14 exporting layers done
#6404: #14 writing image sha256:aed99db126ae614e847bbacfe201b38c0940915d3d826b245a2ed8d20fe192fd done
#6404: #14 naming to docker.io/library/donce-22f562ed3f4c done
#6404: #14 DONE 0.0s
+ sudo docker run --detach --name donce-099951bbefa3 --add-host host.docker.internal:host-gateway --publish 1034:8545 --user=1001:1001 donce-22f562ed3f4c /bin/bash -c npx\ hardhat\ node\ /#6435
#6435: 7036163c229268825895d3c373fdfca28b264006d5c13149ee56d3b14afffee4
+ sudo docker build --tag donce-e1b2d79981a8 --build-arg HOST\=host.docker.internal --build-arg PORT\=1034 --build-arg GID\=1001 --build-arg UID\=1001 /home/r/repo/test/../hardhat /#6444
#6444: #0 building with "default" instance using docker driver
#6444:
#6444: #1 [internal] load build definition from Dockerfile
#6444: #1 transferring dockerfile: 552B done
#6444: #1 DONE 0.0s
#6444:
#6444: #2 [internal] load metadata for docker.io/library/node:24
#6444: #2 DONE 0.1s
#6444:
#6444: #3 [internal] load .dockerignore
#6444: #3 transferring context: 2B done
#6444: #3 DONE 0.0s
#6444:
#6444: #4 [1/9] FROM docker.io/library/node:24@sha256:40ad9f3064e67d6860b4bc3fe1880b2953934fd6320ada990e45fe0efa6badd7
#6444: #4 DONE 0.0s
#6444:
#6444: #5 [internal] load build context
#6444: #5 transferring context: 243B done
#6444: #5 DONE 0.0s
#6444:
#6444: #6 [4/9] RUN npm install
#6444: #6 CACHED
#6444:
#6444: #7 [2/9] WORKDIR /app
#6444: #7 CACHED
#6444:
#6444: #8 [3/9] COPY package.json .
#6444: #8 CACHED
#6444:
#6444: #9 [5/9] COPY hardhat.config.js .
#6444: #9 CACHED
#6444:
#6444: #10 [6/9] RUN sed -i "s/PORT/1034/g" hardhat.config.js && sed -i "s/HOST/host.docker.internal/g" hardhat.config.js
#6444: #10 DONE 0.3s
#6444:
#6444: #11 [7/9] COPY contracts contracts
#6444: #11 DONE 0.1s
#6444:
#6444: #12 [8/9] COPY ignition ignition
#6444: #12 DONE 0.0s
#6444:
#6444: #13 [9/9] RUN rm -rf ignition/deployments && npx hardhat compile && rm -rf cache
#6444: #13 1.638 Downloading compiler 0.8.28
#6444: #13 2.332 Compiled 1 Solidity file successfully (evm target: paris).
#6444: #13 DONE 2.4s
#6444:
#6444: #14 exporting to image
#6444: #14 exporting layers
#6444: #14 exporting layers 0.2s done
#6444: #14 writing image sha256:22b3efae7b68cb4a355cbf84905c9ceea5892b4aae0511f93a5d07895807f793
#6444: #14 writing image sha256:22b3efae7b68cb4a355cbf84905c9ceea5892b4aae0511f93a5d07895807f793 done
#6444: #14 naming to docker.io/library/donce-e1b2d79981a8 done
#6444: #14 DONE 0.3s
+ sudo docker run --name donce-75fcf1f0f317 --add-host host.docker.internal:host-gateway donce-e1b2d79981a8 /bin/bash -c \(cat\ hardhat.config.js\)\ \&\&\ \(ls\ -al\)\ \&\&\ \(echo\ y\ \|\ npx\ hardhat\ ignition\ deploy\ ./ignition/modules/Foo.ts\ --network\ foo\ --deployment-id\ foo\)\ \&\&\ \(npx\ hardhat\ ignition\ status\ foo\ \|\ tail\ -1\ \|\ cut\ -d\"\ \"\ -f3\) /#6476
#6476: // SPDX-FileCopyrightText: Copyright (c) 2025 Yegor Bugayenko
#6476: // SPDX-License-Identifier: MIT
#6476:
#6476: require("@nomicfoundation/hardhat-toolbox");
#6476:
#6476: /** @type import("hardhat/config").HardhatUserConfig */
#6476:
#6476: module.exports = {
#6476: solidity: "0.8.28",
#6476: defaultNetwork: "foo",
#6476: networks: {
#6476: hardhat: {
#6476: chainId: 4242,
#6476: gas: 10,
#6476: gasPrice: 4,
#6476: maxFeePerGas: 100,
#6476: maxPriorityFeePerGas: 100,
#6476: initialBaseFeePerGas: 100,
#6476: accounts: [
#6476: {
#6476: privateKey: "81a9b2114d53731ecc84b261ef6c0387dde34d5907fe7b441240cc21d61bf80a",
#6476: balance: "55555555555555555555555"
#6476: },
#6476: {
#6476: privateKey: "91f9111b1744d55361e632771a4e53839e9442a9fef45febc0a5c838c686a15b",
#6476: balance: "66666666666666666666666"
#6476: }
#6476: ]
#6476: },
#6476: foo: {
#6476: chainId: 4242,
#6476: url: "http://host.docker.internal:1034"
#6476: }
#6476: }
#6476: };
#6476: total 316
#6476: drwxr-xr-x 1 root root 4096 Jun 12 07:11 .
#6476: drwxr-xr-x 1 root root 4096 Jun 12 07:11 ..
#6476: drwxr-xr-x 4 root root 4096 Jun 12 07:11 artifacts
#6476: drwxr-xr-x 2 root root 4096 Jun 12 07:04 contracts
#6476: -rw-r--r-- 1 root root 874 Jun 12 07:11 hardhat.config.js
#6476: drwxr-xr-x 3 root root 4096 Jun 12 07:04 ignition
#6476: drwxr-xr-x 379 root root 12288 Jun 12 07:09 node_modules
#6476: -rw-r--r-- 1 root root 278753 Jun 12 07:09 package-lock.json
#6476: -rw-r--r-- 1 root root 106 Jun 12 07:04 package.json
#6476: ?25l2K1G36m?39m 1mConfirm deploy to network foo (4242)?22m 90m›39m 90m(y/N)39m2K1G2K1G32m✔39m 1mConfirm deploy to network foo (4242)?22m 90m…39m yes
#6476: ?25hCompiled 1 Solidity file successfully (evm target: paris).
#6476: Hardhat Ignition starting for [ FooModule ]...2K1GHardhat Ignition 🚀
#6476:
#6476: Deploying [ FooModule ]
#6476:
#6476: Batch #1
#6476: Executing FooModule#Foo...
#6476:
#6476: 3A0JBatch #1
#6476: Executing FooModule#Foo...
#6476:
#6476: 3A0JBatch #1
#6476: Executed FooModule#Foo
#6476:
#6476: 3A0JBatch #1
#6476: Executed FooModule#Foo
#6476:
#6476: [ FooModule ] successfully deployed 🚀
#6476:
#6476: Deployed Addresses
#6476:
#6476: FooModule#Foo - 0xFadEF8BA4A5d709A2BF55B7A8798c9b438C640c1
#6476: 0xFadEF8BA4A5d709A2BF55B7A8798c9b438C640c1
+ sudo docker logs donce-75fcf1f0f317 /#6487
#6487: // SPDX-FileCopyrightText: Copyright (c) 2025 Yegor Bugayenko
#6487: // SPDX-License-Identifier: MIT
#6487:
#6487: require("@nomicfoundation/hardhat-toolbox");
#6487:
#6487: /** @type import("hardhat/config").HardhatUserConfig */
#6487:
#6487: module.exports = {
#6487: solidity: "0.8.28",
#6487: defaultNetwork: "foo",
#6487: networks: {
#6487: hardhat: {
#6487: chainId: 4242,
#6487: gas: 10,
#6487: gasPrice: 4,
#6487: maxFeePerGas: 100,
#6487: maxPriorityFeePerGas: 100,
#6487: initialBaseFeePerGas: 100,
#6487: accounts: [
#6487: {
#6487: privateKey: "81a9b2114d53731ecc84b261ef6c0387dde34d5907fe7b441240cc21d61bf80a",
#6487: balance: "55555555555555555555555"
#6487: },
#6487: {
#6487: privateKey: "91f9111b1744d55361e632771a4e53839e9442a9fef45febc0a5c838c686a15b",
#6487: balance: "66666666666666666666666"
#6487: }
#6487: ]
#6487: },
#6487: foo: {
#6487: chainId: 4242,
#6487: url: "http://host.docker.internal:1034"
#6487: }
#6487: }
#6487: };
#6487: total 316
#6487: drwxr-xr-x 1 root root 4096 Jun 12 07:11 .
#6487: drwxr-xr-x 1 root root 4096 Jun 12 07:11 ..
#6487: drwxr-xr-x 4 root root 4096 Jun 12 07:11 artifacts
#6487: drwxr-xr-x 2 root root 4096 Jun 12 07:04 contracts
#6487: -rw-r--r-- 1 root root 874 Jun 12 07:11 hardhat.config.js
#6487: drwxr-xr-x 3 root root 4096 Jun 12 07:04 ignition
#6487: drwxr-xr-x 379 root root 12288 Jun 12 07:09 node_modules
#6487: -rw-r--r-- 1 root root 278753 Jun 12 07:09 package-lock.json
#6487: -rw-r--r-- 1 root root 106 Jun 12 07:04 package.json
#6487: ?25l2K1G36m?39m 1mConfirm deploy to network foo (4242)?22m 90m›39m 90m(y/N)39m2K1G2K1G32m✔39m 1mConfirm deploy to network foo (4242)?22m 90m…39m yes
#6487: ?25hCompiled 1 Solidity file successfully (evm target: paris).
#6487: Hardhat Ignition starting for [ FooModule ]...2K1GHardhat Ignition 🚀
#6487:
#6487: Deploying [ FooModule ]
#6487:
#6487: Batch #1
#6487: Executing FooModule#Foo...
#6487:
#6487: 3A0JBatch #1
#6487: Executing FooModule#Foo...
#6487:
#6487: 3A0JBatch #1
#6487: Executed FooModule#Foo
#6487:
#6487: 3A0JBatch #1
#6487: Executed FooModule#Foo
#6487:
#6487: [ FooModule ] successfully deployed 🚀
#6487:
#6487: Deployed Addresses
#6487:
#6487: FooModule#Foo - 0xFadEF8BA4A5d709A2BF55B7A8798c9b438C640c1
#6487: 0xFadEF8BA4A5d709A2BF55B7A8798c9b438C640c1
+ sudo docker rm --force donce-75fcf1f0f317 /#6495
#6495: donce-75fcf1f0f317
+ sudo docker rmi donce-e1b2d79981a8 /#6503
#6503: Untagged: donce-e1b2d79981a8:latest
#6503: Deleted: sha256:22b3efae7b68cb4a355cbf84905c9ceea5892b4aae0511f93a5d07895807f793
+ sudo docker logs donce-099951bbefa3 /#6523
#6523: Started HTTP and WebSocket JSON-RPC server at http://0.0.0.0:8545/
#6523:
#6523: Accounts
#6523: ========
#6523: Account #0: 0xd5fF1bFCDE7A03Da61ad229d962c74F1eA2f16A5 (55555 ETH)
#6523:
#6523: Account #1: 0xd7a63Ac9DD3d7878bc042A4bADA214EE4aff8c85 (66666 ETH)
#6523:
#6523: 32meth_chainId0m
#6523: 32meth_chainId (2)0m
#6523: 32meth_accounts0m
#6523: 32mhardhat_getAutomine0m
#6523: 32meth_chainId0m
#6523: 32meth_getBlockByNumber0m
#6523: 32meth_getTransactionCount0m
#6523: 32meth_getTransactionCount (2)0m
#6523: 32meth_getTransactionCount (3)0m
#6523: 32meth_getBlockByNumber0m
#6523: 32meth_getTransactionCount0m
#6523: 32meth_getBlockByNumber0m
#6523: 32meth_chainId0m
#6523: 32meth_maxPriorityFeePerGas0m
#6523: 32meth_estimateGas0m
#6523: 32meth_call0m
#6523: Contract deployment: Foo
#6523: Contract address: 0xfadef8ba4a5d709a2bf55b7a8798c9b438c640c1
#6523: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#6523:
#6523: 32meth_sendTransaction0m
#6523: Contract deployment: Foo
#6523: Contract address: 0xfadef8ba4a5d709a2bf55b7a8798c9b438c640c1
#6523: Transaction: 0x5dee0c0a9b092d8179d7d480854b1f599251a35af5f4bbe7e8465a77e6c6959a
#6523: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#6523: Value: 0 ETH
#6523: Gas used: 1357081 of 1357081
#6523: Block #1: 0x2d21b4e29e8ff38be316aa136d4f35ccab6143ec3bd4c86e7915417984831581
#6523:
#6523: 32meth_getTransactionByHash0m
#6523: 32meth_getBlockByNumber0m
#6523: 32meth_getTransactionReceipt0m
#6523: 32meth_getBalance0m
#6523: 32meth_getBalance (2)0m
#6523: 32meth_getBlockByNumber0m
#6523: 32meth_getTransactionCount0m
#6523: 32meth_sendRawTransaction0m
#6523: Transaction: 0xc8145ee72b45b8c241b930f907cc129b887bf7099c59dbb340330d6e572357c0
#6523: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#6523: To: 0xd7a63ac9dd3d7878bc042a4bada214ee4aff8c85
#6523: Value: 42000 wei
#6523: Gas used: 21000 of 22000
#6523: Block #2: 0x7eb8929f2ebac29fa71aa0c4584158e602fdfaf5816ad2b948df0f2a6249d062
#6523:
#6523: 32meth_getBalance0m
+ sudo docker rm --force donce-099951bbefa3 /#6532
#6532: donce-099951bbefa3
+ sudo docker rmi donce-22f562ed3f4c /#6541
#6541: Untagged: donce-22f562ed3f4c:latest
#6541: Deleted: sha256:aed99db126ae614e847bbacfe201b38c0940915d3d826b245a2ed8d20fe192fd
test_eth_pays 32m PASS0m (10.89s)
test_accepts_payments_after_disconnect 33m SKIP0m (0.00s)
+ sudo docker build --tag donce-c7c63a72bcce --build-arg GID\=1001 --build-arg UID\=1001 /home/r/repo/test/../hardhat /#6550
#6550: #0 building with "default" instance using docker driver
#6550:
#6550: #1 [internal] load build definition from Dockerfile
#6550: #1 transferring dockerfile: 552B done
#6550: #1 DONE 0.0s
#6550:
#6550: #2 [internal] load metadata for docker.io/library/node:24
#6550: #2 DONE 0.1s
#6550:
#6550: #3 [internal] load .dockerignore
#6550: #3 transferring context: 2B done
#6550: #3 DONE 0.0s
#6550:
#6550: #4 [1/9] FROM docker.io/library/node:24@sha256:40ad9f3064e67d6860b4bc3fe1880b2953934fd6320ada990e45fe0efa6badd7
#6550: #4 DONE 0.0s
#6550:
#6550: #5 [internal] load build context
#6550: #5 transferring context: 243B done
#6550: #5 DONE 0.0s
#6550:
#6550: #6 [5/9] COPY hardhat.config.js .
#6550: #6 CACHED
#6550:
#6550: #7 [2/9] WORKDIR /app
#6550: #7 CACHED
#6550:
#6550: #8 [3/9] COPY package.json .
#6550: #8 CACHED
#6550:
#6550: #9 [7/9] COPY contracts contracts
#6550: #9 CACHED
#6550:
#6550: #10 [8/9] COPY ignition ignition
#6550: #10 CACHED
#6550:
#6550: #11 [6/9] RUN sed -i "s/PORT/8080/g" hardhat.config.js && sed -i "s/HOST/localhost/g" hardhat.config.js
#6550: #11 CACHED
#6550:
#6550: #12 [4/9] RUN npm install
#6550: #12 CACHED
#6550:
#6550: #13 [9/9] RUN rm -rf ignition/deployments && npx hardhat compile && rm -rf cache
#6550: #13 CACHED
#6550:
#6550: #14 exporting to image
#6550: #14 exporting layers done
#6550: #14 writing image sha256:aed99db126ae614e847bbacfe201b38c0940915d3d826b245a2ed8d20fe192fd done
#6550: #14 naming to docker.io/library/donce-c7c63a72bcce done
#6550: #14 DONE 0.0s
+ sudo docker run --detach --name donce-f07b20bc1876 --add-host host.docker.internal:host-gateway --publish 1035:8545 --user=1001:1001 donce-c7c63a72bcce /bin/bash -c npx\ hardhat\ node\ /#6582
#6582: 2cbe88736991b08caa728f2c9ecbeebac37fed61ddcf46f7c7b318aaad37ed51
+ sudo docker build --tag donce-b2a37ea40a66 --build-arg HOST\=host.docker.internal --build-arg PORT\=1035 --build-arg GID\=1001 --build-arg UID\=1001 /home/r/repo/test/../hardhat /#6590
#6590: #0 building with "default" instance using docker driver
#6590:
#6590: #1 [internal] load build definition from Dockerfile
#6590: #1 transferring dockerfile: 552B done
#6590: #1 DONE 0.0s
#6590:
#6590: #2 [internal] load metadata for docker.io/library/node:24
#6590: #2 DONE 0.1s
#6590:
#6590: #3 [internal] load .dockerignore
#6590: #3 transferring context: 2B done
#6590: #3 DONE 0.0s
#6590:
#6590: #4 [1/9] FROM docker.io/library/node:24@sha256:40ad9f3064e67d6860b4bc3fe1880b2953934fd6320ada990e45fe0efa6badd7
#6590: #4 DONE 0.0s
#6590:
#6590: #5 [internal] load build context
#6590: #5 transferring context: 243B done
#6590: #5 DONE 0.0s
#6590:
#6590: #6 [2/9] WORKDIR /app
#6590: #6 CACHED
#6590:
#6590: #7 [3/9] COPY package.json .
#6590: #7 CACHED
#6590:
#6590: #8 [4/9] RUN npm install
#6590: #8 CACHED
#6590:
#6590: #9 [5/9] COPY hardhat.config.js .
#6590: #9 CACHED
#6590:
#6590: #10 [6/9] RUN sed -i "s/PORT/1035/g" hardhat.config.js && sed -i "s/HOST/host.docker.internal/g" hardhat.config.js
#6590: #10 DONE 0.3s
#6590:
#6590: #11 [7/9] COPY contracts contracts
#6590: #11 DONE 0.1s
#6590:
#6590: #12 [8/9] COPY ignition ignition
#6590: #12 DONE 0.1s
#6590:
#6590: #13 [9/9] RUN rm -rf ignition/deployments && npx hardhat compile && rm -rf cache
#6590: #13 1.656 Downloading compiler 0.8.28
#6590: #13 2.360 Compiled 1 Solidity file successfully (evm target: paris).
#6590: #13 DONE 2.4s
#6590:
#6590: #14 exporting to image
#6590: #14 exporting layers
#6590: #14 exporting layers 0.2s done
#6590: #14 writing image sha256:80964d32d7038dc2d978816e026166830231385b6f22b7fcd79b7daa93111710 done
#6590: #14 naming to docker.io/library/donce-b2a37ea40a66 done
#6590: #14 DONE 0.2s
+ sudo docker run --name donce-bb3774756bd6 --add-host host.docker.internal:host-gateway donce-b2a37ea40a66 /bin/bash -c \(cat\ hardhat.config.js\)\ \&\&\ \(ls\ -al\)\ \&\&\ \(echo\ y\ \|\ npx\ hardhat\ ignition\ deploy\ ./ignition/modules/Foo.ts\ --network\ foo\ --deployment-id\ foo\)\ \&\&\ \(npx\ hardhat\ ignition\ status\ foo\ \|\ tail\ -1\ \|\ cut\ -d\"\ \"\ -f3\) /#6622
#6622: // SPDX-FileCopyrightText: Copyright (c) 2025 Yegor Bugayenko
#6622: // SPDX-License-Identifier: MIT
#6622:
#6622: require("@nomicfoundation/hardhat-toolbox");
#6622:
#6622: /** @type import("hardhat/config").HardhatUserConfig */
#6622:
#6622: module.exports = {
#6622: solidity: "0.8.28",
#6622: defaultNetwork: "foo",
#6622: networks: {
#6622: hardhat: {
#6622: chainId: 4242,
#6622: gas: 10,
#6622: gasPrice: 4,
#6622: maxFeePerGas: 100,
#6622: maxPriorityFeePerGas: 100,
#6622: initialBaseFeePerGas: 100,
#6622: accounts: [
#6622: {
#6622: privateKey: "81a9b2114d53731ecc84b261ef6c0387dde34d5907fe7b441240cc21d61bf80a",
#6622: balance: "55555555555555555555555"
#6622: },
#6622: {
#6622: privateKey: "91f9111b1744d55361e632771a4e53839e9442a9fef45febc0a5c838c686a15b",
#6622: balance: "66666666666666666666666"
#6622: }
#6622: ]
#6622: },
#6622: foo: {
#6622: chainId: 4242,
#6622: url: "http://host.docker.internal:1035"
#6622: }
#6622: }
#6622: };
#6622: total 316
#6622: drwxr-xr-x 1 root root 4096 Jun 12 07:11 .
#6622: drwxr-xr-x 1 root root 4096 Jun 12 07:11 ..
#6622: drwxr-xr-x 4 root root 4096 Jun 12 07:11 artifacts
#6622: drwxr-xr-x 2 root root 4096 Jun 12 07:04 contracts
#6622: -rw-r--r-- 1 root root 874 Jun 12 07:11 hardhat.config.js
#6622: drwxr-xr-x 3 root root 4096 Jun 12 07:04 ignition
#6622: drwxr-xr-x 379 root root 12288 Jun 12 07:09 node_modules
#6622: -rw-r--r-- 1 root root 278753 Jun 12 07:09 package-lock.json
#6622: -rw-r--r-- 1 root root 106 Jun 12 07:04 package.json
#6622: ?25l2K1G36m?39m 1mConfirm deploy to network foo (4242)?22m 90m›39m 90m(y/N)39m2K1G2K1G32m✔39m 1mConfirm deploy to network foo (4242)?22m 90m…39m yes
#6622: ?25hCompiled 1 Solidity file successfully (evm target: paris).
#6622: Hardhat Ignition starting for [ FooModule ]...2K1GHardhat Ignition 🚀
#6622:
#6622: Deploying [ FooModule ]
#6622:
#6622: Batch #1
#6622: Executing FooModule#Foo...
#6622:
#6622: 3A0JBatch #1
#6622: Executing FooModule#Foo...
#6622:
#6622: 3A0JBatch #1
#6622: Executed FooModule#Foo
#6622:
#6622: 3A0JBatch #1
#6622: Executed FooModule#Foo
#6622:
#6622: [ FooModule ] successfully deployed 🚀
#6622:
#6622: Deployed Addresses
#6622:
#6622: FooModule#Foo - 0xFadEF8BA4A5d709A2BF55B7A8798c9b438C640c1
#6622: 0xFadEF8BA4A5d709A2BF55B7A8798c9b438C640c1
+ sudo docker logs donce-bb3774756bd6 /#6633
#6633: // SPDX-FileCopyrightText: Copyright (c) 2025 Yegor Bugayenko
#6633: // SPDX-License-Identifier: MIT
#6633:
#6633: require("@nomicfoundation/hardhat-toolbox");
#6633:
#6633: /** @type import("hardhat/config").HardhatUserConfig */
#6633:
#6633: module.exports = {
#6633: solidity: "0.8.28",
#6633: defaultNetwork: "foo",
#6633: networks: {
#6633: hardhat: {
#6633: chainId: 4242,
#6633: gas: 10,
#6633: gasPrice: 4,
#6633: maxFeePerGas: 100,
#6633: maxPriorityFeePerGas: 100,
#6633: initialBaseFeePerGas: 100,
#6633: accounts: [
#6633: {
#6633: privateKey: "81a9b2114d53731ecc84b261ef6c0387dde34d5907fe7b441240cc21d61bf80a",
#6633: balance: "55555555555555555555555"
#6633: },
#6633: {
#6633: privateKey: "91f9111b1744d55361e632771a4e53839e9442a9fef45febc0a5c838c686a15b",
#6633: balance: "66666666666666666666666"
#6633: }
#6633: ]
#6633: },
#6633: foo: {
#6633: chainId: 4242,
#6633: url: "http://host.docker.internal:1035"
#6633: }
#6633: }
#6633: };
#6633: total 316
#6633: drwxr-xr-x 1 root root 4096 Jun 12 07:11 .
#6633: drwxr-xr-x 1 root root 4096 Jun 12 07:11 ..
#6633: drwxr-xr-x 4 root root 4096 Jun 12 07:11 artifacts
#6633: drwxr-xr-x 2 root root 4096 Jun 12 07:04 contracts
#6633: -rw-r--r-- 1 root root 874 Jun 12 07:11 hardhat.config.js
#6633: drwxr-xr-x 3 root root 4096 Jun 12 07:04 ignition
#6633: drwxr-xr-x 379 root root 12288 Jun 12 07:09 node_modules
#6633: -rw-r--r-- 1 root root 278753 Jun 12 07:09 package-lock.json
#6633: -rw-r--r-- 1 root root 106 Jun 12 07:04 package.json
#6633: ?25l2K1G36m?39m 1mConfirm deploy to network foo (4242)?22m 90m›39m 90m(y/N)39m2K1G2K1G32m✔39m 1mConfirm deploy to network foo (4242)?22m 90m…39m yes
#6633: ?25hCompiled 1 Solidity file successfully (evm target: paris).
#6633: Hardhat Ignition starting for [ FooModule ]...2K1GHardhat Ignition 🚀
#6633:
#6633: Deploying [ FooModule ]
#6633:
#6633: Batch #1
#6633: Executing FooModule#Foo...
#6633:
#6633: 3A0JBatch #1
#6633: Executing FooModule#Foo...
#6633:
#6633: 3A0JBatch #1
#6633: Executed FooModule#Foo
#6633:
#6633: 3A0JBatch #1
#6633: Executed FooModule#Foo
#6633:
#6633: [ FooModule ] successfully deployed 🚀
#6633:
#6633: Deployed Addresses
#6633:
#6633: FooModule#Foo - 0xFadEF8BA4A5d709A2BF55B7A8798c9b438C640c1
#6633: 0xFadEF8BA4A5d709A2BF55B7A8798c9b438C640c1
+ sudo docker rm --force donce-bb3774756bd6 /#6642
#6642: donce-bb3774756bd6
+ sudo docker rmi donce-b2a37ea40a66 /#6650
#6650: Untagged: donce-b2a37ea40a66:latest
#6650: Deleted: sha256:80964d32d7038dc2d978816e026166830231385b6f22b7fcd79b7daa93111710
+ sudo docker logs donce-f07b20bc1876 /#6668
#6668: Started HTTP and WebSocket JSON-RPC server at http://0.0.0.0:8545/
#6668:
#6668: Accounts
#6668: ========
#6668: Account #0: 0xd5fF1bFCDE7A03Da61ad229d962c74F1eA2f16A5 (55555 ETH)
#6668:
#6668: Account #1: 0xd7a63Ac9DD3d7878bc042A4bADA214EE4aff8c85 (66666 ETH)
#6668:
#6668: 32meth_chainId0m
#6668: 32meth_chainId (2)0m
#6668: 32meth_accounts0m
#6668: 32mhardhat_getAutomine0m
#6668: 32meth_chainId0m
#6668: 32meth_getBlockByNumber0m
#6668: 32meth_getTransactionCount0m
#6668: 32meth_getTransactionCount (2)0m
#6668: 32meth_getTransactionCount (3)0m
#6668: 32meth_getBlockByNumber0m
#6668: 32meth_getTransactionCount0m
#6668: 32meth_getBlockByNumber0m
#6668: 32meth_chainId0m
#6668: 32meth_maxPriorityFeePerGas0m
#6668: 32meth_estimateGas0m
#6668: 32meth_call0m
#6668: Contract deployment: Foo
#6668: Contract address: 0xfadef8ba4a5d709a2bf55b7a8798c9b438c640c1
#6668: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#6668:
#6668: 32meth_sendTransaction0m
#6668: Contract deployment: Foo
#6668: Contract address: 0xfadef8ba4a5d709a2bf55b7a8798c9b438c640c1
#6668: Transaction: 0x5dee0c0a9b092d8179d7d480854b1f599251a35af5f4bbe7e8465a77e6c6959a
#6668: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#6668: Value: 0 ETH
#6668: Gas used: 1357081 of 1357081
#6668: Block #1: 0xe63e01d6dc5a04ed66c9d03b8404501465d0d81c0ede080d609d23834303d03f
#6668:
#6668: 32meth_getTransactionByHash0m
#6668: 32meth_getBlockByNumber0m
#6668: 32meth_getTransactionReceipt0m
#6668: 32meth_getBlockByNumber0m
#6668: 32meth_getTransactionCount0m
#6668: 32meth_estimateGas0m
#6668: 32meth_sendRawTransaction0m
#6668: Contract call: Foo#transfer
#6668: Transaction: 0x046979af7f3d298f8795e56620d79495326aed424dddc7a9a4c8d07b2dc63429
#6668: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#6668: To: 0xfadef8ba4a5d709a2bf55b7a8798c9b438c640c1
#6668: Value: 0 ETH
#6668: Gas used: 35389 of 35389
#6668: Block #2: 0x700c950723f6320ef67bff1aa7fa5d3d20cd801eb9f919002b3a8fe9bd7ef82a
#6668:
#6668: 32meth_getTransactionReceipt0m
+ sudo docker rm --force donce-f07b20bc1876 /#6676
#6676: donce-f07b20bc1876
+ sudo docker rmi donce-c7c63a72bcce /#6684
#6684: Untagged: donce-c7c63a72bcce:latest
#6684: Deleted: sha256:aed99db126ae614e847bbacfe201b38c0940915d3d826b245a2ed8d20fe192fd
test_reads_payment_amount 32m PASS0m (11.06s)
+ sudo docker build --tag donce-219d1d722f41 --build-arg GID\=1001 --build-arg UID\=1001 /home/r/repo/test/../hardhat /#6693
#6693: #0 building with "default" instance using docker driver
#6693:
#6693: #1 [internal] load build definition from Dockerfile
#6693: #1 transferring dockerfile: 552B done
#6693: #1 DONE 0.0s
#6693:
#6693: #2 [internal] load metadata for docker.io/library/node:24
#6693: #2 DONE 0.1s
#6693:
#6693: #3 [internal] load .dockerignore
#6693: #3 transferring context: 2B done
#6693: #3 DONE 0.0s
#6693:
#6693: #4 [1/9] FROM docker.io/library/node:24@sha256:40ad9f3064e67d6860b4bc3fe1880b2953934fd6320ada990e45fe0efa6badd7
#6693: #4 DONE 0.0s
#6693:
#6693: #5 [internal] load build context
#6693: #5 transferring context: 243B done
#6693: #5 DONE 0.0s
#6693:
#6693: #6 [4/9] RUN npm install
#6693: #6 CACHED
#6693:
#6693: #7 [7/9] COPY contracts contracts
#6693: #7 CACHED
#6693:
#6693: #8 [8/9] COPY ignition ignition
#6693: #8 CACHED
#6693:
#6693: #9 [5/9] COPY hardhat.config.js .
#6693: #9 CACHED
#6693:
#6693: #10 [6/9] RUN sed -i "s/PORT/8080/g" hardhat.config.js && sed -i "s/HOST/localhost/g" hardhat.config.js
#6693: #10 CACHED
#6693:
#6693: #11 [2/9] WORKDIR /app
#6693: #11 CACHED
#6693:
#6693: #12 [3/9] COPY package.json .
#6693: #12 CACHED
#6693:
#6693: #13 [9/9] RUN rm -rf ignition/deployments && npx hardhat compile && rm -rf cache
#6693: #13 CACHED
#6693:
#6693: #14 exporting to image
#6693: #14 exporting layers done
#6693: #14 writing image sha256:aed99db126ae614e847bbacfe201b38c0940915d3d826b245a2ed8d20fe192fd done
#6693: #14 naming to docker.io/library/donce-219d1d722f41 done
#6693: #14 DONE 0.0s
+ sudo docker run --detach --name donce-595b28dc8c2b --add-host host.docker.internal:host-gateway --publish 1036:8545 --user=1001:1001 donce-219d1d722f41 /bin/bash -c npx\ hardhat\ node\ /#6725
#6725: 8b37e10922444ff01d1f7ea873d0ae05797a1ffeca17dae1f55a6d227bfc992d
+ sudo docker build --tag donce-624f03e23416 --build-arg HOST\=host.docker.internal --build-arg PORT\=1036 --build-arg GID\=1001 --build-arg UID\=1001 /home/r/repo/test/../hardhat /#6735
#6735: #0 building with "default" instance using docker driver
#6735:
#6735: #1 [internal] load build definition from Dockerfile
#6735: #1 transferring dockerfile: 552B done
#6735: #1 DONE 0.0s
#6735:
#6735: #2 [internal] load metadata for docker.io/library/node:24
#6735: #2 DONE 0.1s
#6735:
#6735: #3 [internal] load .dockerignore
#6735: #3 transferring context: 2B done
#6735: #3 DONE 0.0s
#6735:
#6735: #4 [1/9] FROM docker.io/library/node:24@sha256:40ad9f3064e67d6860b4bc3fe1880b2953934fd6320ada990e45fe0efa6badd7
#6735: #4 DONE 0.0s
#6735:
#6735: #5 [internal] load build context
#6735: #5 transferring context: 243B done
#6735: #5 DONE 0.0s
#6735:
#6735: #6 [2/9] WORKDIR /app
#6735: #6 CACHED
#6735:
#6735: #7 [3/9] COPY package.json .
#6735: #7 CACHED
#6735:
#6735: #8 [4/9] RUN npm install
#6735: #8 CACHED
#6735:
#6735: #9 [5/9] COPY hardhat.config.js .
#6735: #9 CACHED
#6735:
#6735: #10 [6/9] RUN sed -i "s/PORT/1036/g" hardhat.config.js && sed -i "s/HOST/host.docker.internal/g" hardhat.config.js
#6735: #10 DONE 0.3s
#6735:
#6735: #11 [7/9] COPY contracts contracts
#6735: #11 DONE 0.1s
#6735:
#6735: #12 [8/9] COPY ignition ignition
#6735: #12 DONE 0.0s
#6735:
#6735: #13 [9/9] RUN rm -rf ignition/deployments && npx hardhat compile && rm -rf cache
#6735: #13 1.644 Downloading compiler 0.8.28
#6735: #13 2.324 Compiled 1 Solidity file successfully (evm target: paris).
#6735: #13 DONE 2.4s
#6735:
#6735: #14 exporting to image
#6735: #14 exporting layers
#6735: #14 exporting layers 0.2s done
#6735: #14 writing image sha256:43e2738ad7d81026ccfb63a48c740c52240abaef5bbe8b09d3f9b0ab0e92495a done
#6735: #14 naming to docker.io/library/donce-624f03e23416 done
#6735: #14 DONE 0.2s
+ sudo docker run --name donce-eec04b20e397 --add-host host.docker.internal:host-gateway donce-624f03e23416 /bin/bash -c \(cat\ hardhat.config.js\)\ \&\&\ \(ls\ -al\)\ \&\&\ \(echo\ y\ \|\ npx\ hardhat\ ignition\ deploy\ ./ignition/modules/Foo.ts\ --network\ foo\ --deployment-id\ foo\)\ \&\&\ \(npx\ hardhat\ ignition\ status\ foo\ \|\ tail\ -1\ \|\ cut\ -d\"\ \"\ -f3\) /#6768
#6768: // SPDX-FileCopyrightText: Copyright (c) 2025 Yegor Bugayenko
#6768: // SPDX-License-Identifier: MIT
#6768:
#6768: require("@nomicfoundation/hardhat-toolbox");
#6768:
#6768: /** @type import("hardhat/config").HardhatUserConfig */
#6768:
#6768: module.exports = {
#6768: solidity: "0.8.28",
#6768: defaultNetwork: "foo",
#6768: networks: {
#6768: hardhat: {
#6768: chainId: 4242,
#6768: gas: 10,
#6768: gasPrice: 4,
#6768: maxFeePerGas: 100,
#6768: maxPriorityFeePerGas: 100,
#6768: initialBaseFeePerGas: 100,
#6768: accounts: [
#6768: {
#6768: privateKey: "81a9b2114d53731ecc84b261ef6c0387dde34d5907fe7b441240cc21d61bf80a",
#6768: balance: "55555555555555555555555"
#6768: },
#6768: {
#6768: privateKey: "91f9111b1744d55361e632771a4e53839e9442a9fef45febc0a5c838c686a15b",
#6768: balance: "66666666666666666666666"
#6768: }
#6768: ]
#6768: },
#6768: foo: {
#6768: chainId: 4242,
#6768: url: "http://host.docker.internal:1036"
#6768: }
#6768: }
#6768: };
#6768: total 316
#6768: drwxr-xr-x 1 root root 4096 Jun 12 07:11 .
#6768: drwxr-xr-x 1 root root 4096 Jun 12 07:11 ..
#6768: drwxr-xr-x 4 root root 4096 Jun 12 07:11 artifacts
#6768: drwxr-xr-x 2 root root 4096 Jun 12 07:04 contracts
#6768: -rw-r--r-- 1 root root 874 Jun 12 07:11 hardhat.config.js
#6768: drwxr-xr-x 3 root root 4096 Jun 12 07:04 ignition
#6768: drwxr-xr-x 379 root root 12288 Jun 12 07:09 node_modules
#6768: -rw-r--r-- 1 root root 278753 Jun 12 07:09 package-lock.json
#6768: -rw-r--r-- 1 root root 106 Jun 12 07:04 package.json
#6768: ?25l2K1G36m?39m 1mConfirm deploy to network foo (4242)?22m 90m›39m 90m(y/N)39m2K1G2K1G32m✔39m 1mConfirm deploy to network foo (4242)?22m 90m…39m yes
#6768: ?25hCompiled 1 Solidity file successfully (evm target: paris).
#6768: Hardhat Ignition starting for [ FooModule ]...2K1GHardhat Ignition 🚀
#6768:
#6768: Deploying [ FooModule ]
#6768:
#6768: Batch #1
#6768: Executing FooModule#Foo...
#6768:
#6768: 3A0JBatch #1
#6768: Executing FooModule#Foo...
#6768:
#6768: 3A0JBatch #1
#6768: Executed FooModule#Foo
#6768:
#6768: 3A0JBatch #1
#6768: Executed FooModule#Foo
#6768:
#6768: [ FooModule ] successfully deployed 🚀
#6768:
#6768: Deployed Addresses
#6768:
#6768: FooModule#Foo - 0xFadEF8BA4A5d709A2BF55B7A8798c9b438C640c1
#6768: 0xFadEF8BA4A5d709A2BF55B7A8798c9b438C640c1
+ sudo docker logs donce-eec04b20e397 /#6779
#6779: // SPDX-FileCopyrightText: Copyright (c) 2025 Yegor Bugayenko
#6779: // SPDX-License-Identifier: MIT
#6779:
#6779: require("@nomicfoundation/hardhat-toolbox");
#6779:
#6779: /** @type import("hardhat/config").HardhatUserConfig */
#6779:
#6779: module.exports = {
#6779: solidity: "0.8.28",
#6779: defaultNetwork: "foo",
#6779: networks: {
#6779: hardhat: {
#6779: chainId: 4242,
#6779: gas: 10,
#6779: gasPrice: 4,
#6779: maxFeePerGas: 100,
#6779: maxPriorityFeePerGas: 100,
#6779: initialBaseFeePerGas: 100,
#6779: accounts: [
#6779: {
#6779: privateKey: "81a9b2114d53731ecc84b261ef6c0387dde34d5907fe7b441240cc21d61bf80a",
#6779: balance: "55555555555555555555555"
#6779: },
#6779: {
#6779: privateKey: "91f9111b1744d55361e632771a4e53839e9442a9fef45febc0a5c838c686a15b",
#6779: balance: "66666666666666666666666"
#6779: }
#6779: ]
#6779: },
#6779: foo: {
#6779: chainId: 4242,
#6779: url: "http://host.docker.internal:1036"
#6779: }
#6779: }
#6779: };
#6779: total 316
#6779: drwxr-xr-x 1 root root 4096 Jun 12 07:11 .
#6779: drwxr-xr-x 1 root root 4096 Jun 12 07:11 ..
#6779: drwxr-xr-x 4 root root 4096 Jun 12 07:11 artifacts
#6779: drwxr-xr-x 2 root root 4096 Jun 12 07:04 contracts
#6779: -rw-r--r-- 1 root root 874 Jun 12 07:11 hardhat.config.js
#6779: drwxr-xr-x 3 root root 4096 Jun 12 07:04 ignition
#6779: drwxr-xr-x 379 root root 12288 Jun 12 07:09 node_modules
#6779: -rw-r--r-- 1 root root 278753 Jun 12 07:09 package-lock.json
#6779: -rw-r--r-- 1 root root 106 Jun 12 07:04 package.json
#6779: ?25l2K1G36m?39m 1mConfirm deploy to network foo (4242)?22m 90m›39m 90m(y/N)39m2K1G2K1G32m✔39m 1mConfirm deploy to network foo (4242)?22m 90m…39m yes
#6779: ?25hCompiled 1 Solidity file successfully (evm target: paris).
#6779: Hardhat Ignition starting for [ FooModule ]...2K1GHardhat Ignition 🚀
#6779:
#6779: Deploying [ FooModule ]
#6779:
#6779: Batch #1
#6779: Executing FooModule#Foo...
#6779:
#6779: 3A0JBatch #1
#6779: Executing FooModule#Foo...
#6779:
#6779: 3A0JBatch #1
#6779: Executed FooModule#Foo
#6779:
#6779: 3A0JBatch #1
#6779: Executed FooModule#Foo
#6779:
#6779: [ FooModule ] successfully deployed 🚀
#6779:
#6779: Deployed Addresses
#6779:
#6779: FooModule#Foo - 0xFadEF8BA4A5d709A2BF55B7A8798c9b438C640c1
#6779: 0xFadEF8BA4A5d709A2BF55B7A8798c9b438C640c1
+ sudo docker rm --force donce-eec04b20e397 /#6787
#6787: donce-eec04b20e397
+ sudo docker rmi donce-624f03e23416 /#6795
#6795: Untagged: donce-624f03e23416:latest
#6795: Deleted: sha256:43e2738ad7d81026ccfb63a48c740c52240abaef5bbe8b09d3f9b0ab0e92495a
+ sudo docker logs donce-595b28dc8c2b /#6894
#6894: Started HTTP and WebSocket JSON-RPC server at http://0.0.0.0:8545/
#6894:
#6894: Accounts
#6894: ========
#6894: Account #0: 0xd5fF1bFCDE7A03Da61ad229d962c74F1eA2f16A5 (55555 ETH)
#6894:
#6894: Account #1: 0xd7a63Ac9DD3d7878bc042A4bADA214EE4aff8c85 (66666 ETH)
#6894:
#6894: 32meth_chainId0m
#6894: 32meth_chainId (2)0m
#6894: 32meth_accounts0m
#6894: 32mhardhat_getAutomine0m
#6894: 32meth_chainId0m
#6894: 32meth_getBlockByNumber0m
#6894: 32meth_getTransactionCount0m
#6894: 32meth_getTransactionCount (2)0m
#6894: 32meth_getTransactionCount (3)0m
#6894: 32meth_getBlockByNumber0m
#6894: 32meth_getTransactionCount0m
#6894: 32meth_getBlockByNumber0m
#6894: 32meth_chainId0m
#6894: 32meth_maxPriorityFeePerGas0m
#6894: 32meth_estimateGas0m
#6894: 32meth_call0m
#6894: Contract deployment: Foo
#6894: Contract address: 0xfadef8ba4a5d709a2bf55b7a8798c9b438c640c1
#6894: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#6894:
#6894: 32meth_sendTransaction0m
#6894: Contract deployment: Foo
#6894: Contract address: 0xfadef8ba4a5d709a2bf55b7a8798c9b438c640c1
#6894: Transaction: 0x5dee0c0a9b092d8179d7d480854b1f599251a35af5f4bbe7e8465a77e6c6959a
#6894: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#6894: Value: 0 ETH
#6894: Gas used: 1357081 of 1357081
#6894: Block #1: 0x13a8d505b62dc5616b0c64cd21c7583afb1b423fd35999c501c982bc821d61eb
#6894:
#6894: 32meth_getTransactionByHash0m
#6894: 32meth_getBlockByNumber0m
#6894: 32meth_getTransactionReceipt0m
#6894: 32meth_subscribe0m
#6894: 32meth_getBlockByNumber0m
#6894: 32meth_getBlockByNumber (2)0m
#6894: 32meth_getBlockByNumber (3)0m
#6894: 32meth_getBlockByNumber (4)0m
#6894: 32meth_getBlockByNumber (5)0m
#6894: 32meth_getBlockByNumber (6)0m
#6894: 32meth_getBlockByNumber (7)0m
#6894: 32meth_getBlockByNumber (8)0m
#6894: 32meth_getBlockByNumber (9)0m
#6894: 32meth_getTransactionCount0m
#6894: 32meth_getBlockByNumber0m
#6894: 32meth_estimateGas0m
#6894: 32meth_sendRawTransaction0m
#6894: Contract call: Foo#transfer
#6894: Transaction: 0xa5aeca6fac1c4248e8d87e99a27fe47f5f8f8f22986b2bf09ad197cea69c9a72
#6894: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#6894: To: 0xfadef8ba4a5d709a2bf55b7a8798c9b438c640c1
#6894: Value: 0 ETH
#6894: Gas used: 35389 of 35389
#6894: Block #2: 0xaf8b793d37e57df427533aabcfece97b78829672612c015d8fe1cfa28697752b
#6894:
#6894: 32meth_getTransactionCount0m
#6894: 32meth_estimateGas0m
#6894: 32meth_sendRawTransaction0m
#6894: Contract call: Foo#transfer
#6894: Transaction: 0xd03f273728a7c62d53f036cc5fd7fb0b2c022b0092423b802539b00599c0a088
#6894: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#6894: To: 0xfadef8ba4a5d709a2bf55b7a8798c9b438c640c1
#6894: Value: 0 ETH
#6894: Gas used: 35389 of 35389
#6894: Block #3: 0xecf7b7186a95ea6b9dd87bfafc5db3e45ffac2ebd31474bc69a5b18192086ec6
#6894:
#6894: 32meth_getTransactionCount0m
#6894: 32meth_estimateGas0m
#6894: 32meth_sendRawTransaction0m
#6894: Contract call: Foo#transfer
#6894: Transaction: 0x343f09c45c0b006a76b9dc2a15dcfdb2ee5904edc36297a5ee2073d14430dc0c
#6894: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#6894: To: 0xfadef8ba4a5d709a2bf55b7a8798c9b438c640c1
#6894: Value: 0 ETH
#6894: Gas used: 35389 of 35389
#6894: Block #4: 0x0aac87478d8bef27d3b3a40c505701f31235b9fd55a9d56d72b9b5ae5669f810
#6894:
#6894: 32meth_getTransactionCount0m
#6894: 32meth_estimateGas0m
#6894: 32meth_sendRawTransaction0m
#6894: Contract call: Foo#transfer
#6894: Transaction: 0xd2d218fc11261e55f1b94a5f5ec58825145ec5d455529ee571e6181fc97e3569
#6894: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#6894: To: 0xfadef8ba4a5d709a2bf55b7a8798c9b438c640c1
#6894: Value: 0 ETH
#6894: Gas used: 35389 of 35389
#6894: Block #5: 0x1f9ccfce0ce33aef48908d32fc2330c5fbfc166edaa48ae111b9b1a9c408e63d
#6894:
#6894: 32meth_getTransactionCount0m
#6894: 32meth_estimateGas0m
#6894: 32meth_sendRawTransaction0m
#6894: Contract call: Foo#transfer
#6894: Transaction: 0xcee8e2bd823342256f63fde0db3d4fd1ec4af8117b7899196611f668db2d18e3
#6894: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#6894: To: 0xfadef8ba4a5d709a2bf55b7a8798c9b438c640c1
#6894: Value: 0 ETH
#6894: Gas used: 35389 of 35389
#6894: Block #6: 0x616ee57ab61277de6b98f164075074fe9f25c954da5a722712162385dce9c0d4
#6894:
#6894: 32meth_getTransactionCount0m
#6894: 32meth_estimateGas0m
#6894: 32meth_sendRawTransaction0m
#6894: Contract call: Foo#transfer
#6894: Transaction: 0xcc4966a181e760c37e1703e740f890311080a83078a36a3d5bf6b46e1a7651c7
#6894: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#6894: To: 0xfadef8ba4a5d709a2bf55b7a8798c9b438c640c1
#6894: Value: 0 ETH
#6894: Gas used: 35389 of 35389
#6894: Block #7: 0xf46af5b1dbd487b174d09153599ddd7f4de44692a2008f1ceb2ec1d3580d8711
#6894:
#6894: 32meth_getTransactionCount0m
#6894: 32meth_estimateGas0m
#6894: 32meth_sendRawTransaction0m
#6894: Contract call: Foo#transfer
#6894: Transaction: 0x246b25b39c985f802baee5567e99f66e2b8d8e754f8d5812366362cd5c014013
#6894: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#6894: To: 0xfadef8ba4a5d709a2bf55b7a8798c9b438c640c1
#6894: Value: 0 ETH
#6894: Gas used: 35389 of 35389
#6894: Block #8: 0xb5577368b0c7fddda86edaca2a61996343fef6b452f58a9417f8688d14560286
#6894:
#6894: 32meth_getTransactionCount0m
#6894: 32meth_estimateGas0m
#6894: 32meth_sendRawTransaction0m
#6894: Contract call: Foo#transfer
#6894: Transaction: 0xb9286e365b677a368142dc9fa5d4a269028afc1dfc935dbb69c231aaafffb4a9
#6894: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#6894: To: 0xfadef8ba4a5d709a2bf55b7a8798c9b438c640c1
#6894: Value: 0 ETH
#6894: Gas used: 35389 of 35389
#6894: Block #9: 0x04d8508b49d6212566798c4cc54eb7254944f3452c6fb044ad3f996e61a56d9e
#6894:
#6894: 32meth_getTransactionCount0m
#6894: 32meth_estimateGas0m
#6894: 32meth_sendRawTransaction0m
#6894: Contract call: Foo#transfer
#6894: Transaction: 0x7472c53bb85bffc6719b2277e5d2b4abe0b946744e33ddb4e01c1453535bc51b
#6894: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#6894: To: 0xfadef8ba4a5d709a2bf55b7a8798c9b438c640c1
#6894: Value: 0 ETH
#6894: Gas used: 35389 of 35389
#6894: Block #10: 0x51f3b33654999d4c71515f9801a494b3cc5db556df28cd5139e1d0be4dcd2ec5
#6894:
#6894: 32meth_getTransactionCount0m
#6894: 32meth_estimateGas0m
#6894: 32meth_sendRawTransaction0m
#6894: Contract call: Foo#transfer
#6894: Transaction: 0x3c040c7a2804135867fae43396405308c4a3fa35d0629e59e3e9584b51834113
#6894: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#6894: To: 0xfadef8ba4a5d709a2bf55b7a8798c9b438c640c1
#6894: Value: 0 ETH
#6894: Gas used: 35389 of 35389
#6894: Block #11: 0x6b5858a5b2d10b2cd24b8a53f7739fab12695cfd7b17e787a3a8aa2174451582
#6894:
#6894: 32meth_unsubscribe0m
+ sudo docker rm --force donce-595b28dc8c2b /#6903
#6903: donce-595b28dc8c2b
+ sudo docker rmi donce-219d1d722f41 /#6912
#6912: Untagged: donce-219d1d722f41:latest
#6912: Deleted: sha256:aed99db126ae614e847bbacfe201b38c0940915d3d826b245a2ed8d20fe192fd
test_accepts_many_payments 32m PASS0m (12.20s)
+ sudo docker build --tag donce-d8b3bbe9f13c --build-arg GID\=1001 --build-arg UID\=1001 /home/r/repo/test/../hardhat /#6921
#6921: #0 building with "default" instance using docker driver
#6921:
#6921: #1 [internal] load build definition from Dockerfile
#6921: #1 transferring dockerfile: 552B done
#6921: #1 DONE 0.0s
#6921:
#6921: #2 [internal] load metadata for docker.io/library/node:24
#6921: #2 DONE 0.1s
#6921:
#6921: #3 [internal] load .dockerignore
#6921: #3 transferring context:
#6921: #3 transferring context: 2B done
#6921: #3 DONE 0.0s
#6921:
#6921: #4 [1/9] FROM docker.io/library/node:24@sha256:40ad9f3064e67d6860b4bc3fe1880b2953934fd6320ada990e45fe0efa6badd7
#6921: #4 DONE 0.0s
#6921:
#6921: #5 [internal] load build context
#6921: #5 transferring context: 243B done
#6921: #5 DONE 0.0s
#6921:
#6921: #6 [5/9] COPY hardhat.config.js .
#6921: #6 CACHED
#6921:
#6921: #7 [7/9] COPY contracts contracts
#6921: #7 CACHED
#6921:
#6921: #8 [3/9] COPY package.json .
#6921: #8 CACHED
#6921:
#6921: #9 [6/9] RUN sed -i "s/PORT/8080/g" hardhat.config.js && sed -i "s/HOST/localhost/g" hardhat.config.js
#6921: #9 CACHED
#6921:
#6921: #10 [4/9] RUN npm install
#6921: #10 CACHED
#6921:
#6921: #11 [2/9] WORKDIR /app
#6921: #11 CACHED
#6921:
#6921: #12 [8/9] COPY ignition ignition
#6921: #12 CACHED
#6921:
#6921: #13 [9/9] RUN rm -rf ignition/deployments && npx hardhat compile && rm -rf cache
#6921: #13 CACHED
#6921:
#6921: #14 exporting to image
#6921: #14 exporting layers done
#6921: #14 writing image sha256:aed99db126ae614e847bbacfe201b38c0940915d3d826b245a2ed8d20fe192fd done
#6921: #14 naming to docker.io/library/donce-d8b3bbe9f13c done
#6921: #14 DONE 0.0s
+ sudo docker run --detach --name donce-c7e633767710 --add-host host.docker.internal:host-gateway --publish 1037:8545 --user=1001:1001 donce-d8b3bbe9f13c /bin/bash -c npx\ hardhat\ node\ /#6953
#6953: 5e0a9415c3b3889abe9a98154153530a08c3f8240efc4fd5a22e108fee23db38
+ sudo docker build --tag donce-e11182a08854 --build-arg HOST\=host.docker.internal --build-arg PORT\=1037 --build-arg GID\=1001 --build-arg UID\=1001 /home/r/repo/test/../hardhat /#6963
#6963: #0 building with "default" instance using docker driver
#6963:
#6963: #1 [internal] load build definition from Dockerfile
#6963: #1 transferring dockerfile: 552B done
#6963: #1 DONE 0.0s
#6963:
#6963: #2 [internal] load metadata for docker.io/library/node:24
#6963: #2 DONE 0.1s
#6963:
#6963: #3 [internal] load .dockerignore
#6963: #3 transferring context: 2B done
#6963: #3 DONE 0.0s
#6963:
#6963: #4 [1/9] FROM docker.io/library/node:24@sha256:40ad9f3064e67d6860b4bc3fe1880b2953934fd6320ada990e45fe0efa6badd7
#6963: #4 DONE 0.0s
#6963:
#6963: #5 [internal] load build context
#6963: #5 transferring context: 243B done
#6963: #5 DONE 0.0s
#6963:
#6963: #6 [2/9] WORKDIR /app
#6963: #6 CACHED
#6963:
#6963: #7 [3/9] COPY package.json .
#6963: #7 CACHED
#6963:
#6963: #8 [4/9] RUN npm install
#6963: #8 CACHED
#6963:
#6963: #9 [5/9] COPY hardhat.config.js .
#6963: #9 CACHED
#6963:
#6963: #10 [6/9] RUN sed -i "s/PORT/1037/g" hardhat.config.js && sed -i "s/HOST/host.docker.internal/g" hardhat.config.js
#6963: #10 DONE 0.3s
#6963:
#6963: #11 [7/9] COPY contracts contracts
#6963: #11 DONE 0.1s
#6963:
#6963: #12 [8/9] COPY ignition ignition
#6963: #12 DONE 0.0s
#6963:
#6963: #13 [9/9] RUN rm -rf ignition/deployments && npx hardhat compile && rm -rf cache
#6963: #13 1.653 Downloading compiler 0.8.28
#6963: #13 2.368 Compiled 1 Solidity file successfully (evm target: paris).
#6963: #13 DONE 2.5s
#6963:
#6963: #14 exporting to image
#6963: #14 exporting layers
#6963: #14 exporting layers 0.3s done
#6963: #14 writing image sha256:4f2da6396b7d218e93f0bb385d7f7e9c2b03ac14210a72438fced8bfb3c7afa2
#6963: #14 writing image sha256:4f2da6396b7d218e93f0bb385d7f7e9c2b03ac14210a72438fced8bfb3c7afa2 done
#6963: #14 naming to docker.io/library/donce-e11182a08854 done
#6963: #14 DONE 0.3s
+ sudo docker run --name donce-f15b094aa49c --add-host host.docker.internal:host-gateway donce-e11182a08854 /bin/bash -c \(cat\ hardhat.config.js\)\ \&\&\ \(ls\ -al\)\ \&\&\ \(echo\ y\ \|\ npx\ hardhat\ ignition\ deploy\ ./ignition/modules/Foo.ts\ --network\ foo\ --deployment-id\ foo\)\ \&\&\ \(npx\ hardhat\ ignition\ status\ foo\ \|\ tail\ -1\ \|\ cut\ -d\"\ \"\ -f3\) /#6995
#6995: // SPDX-FileCopyrightText: Copyright (c) 2025 Yegor Bugayenko
#6995: // SPDX-License-Identifier: MIT
#6995:
#6995: require("@nomicfoundation/hardhat-toolbox");
#6995:
#6995: /** @type import("hardhat/config").HardhatUserConfig */
#6995:
#6995: module.exports = {
#6995: solidity: "0.8.28",
#6995: defaultNetwork: "foo",
#6995: networks: {
#6995: hardhat: {
#6995: chainId: 4242,
#6995: gas: 10,
#6995: gasPrice: 4,
#6995: maxFeePerGas: 100,
#6995: maxPriorityFeePerGas: 100,
#6995: initialBaseFeePerGas: 100,
#6995: accounts: [
#6995: {
#6995: privateKey: "81a9b2114d53731ecc84b261ef6c0387dde34d5907fe7b441240cc21d61bf80a",
#6995: balance: "55555555555555555555555"
#6995: },
#6995: {
#6995: privateKey: "91f9111b1744d55361e632771a4e53839e9442a9fef45febc0a5c838c686a15b",
#6995: balance: "66666666666666666666666"
#6995: }
#6995: ]
#6995: },
#6995: foo: {
#6995: chainId: 4242,
#6995: url: "http://host.docker.internal:1037"
#6995: }
#6995: }
#6995: };
#6995: total 316
#6995: drwxr-xr-x 1 root root 4096 Jun 12 07:11 .
#6995: drwxr-xr-x 1 root root 4096 Jun 12 07:11 ..
#6995: drwxr-xr-x 4 root root 4096 Jun 12 07:11 artifacts
#6995: drwxr-xr-x 2 root root 4096 Jun 12 07:04 contracts
#6995: -rw-r--r-- 1 root root 874 Jun 12 07:11 hardhat.config.js
#6995: drwxr-xr-x 3 root root 4096 Jun 12 07:04 ignition
#6995: drwxr-xr-x 379 root root 12288 Jun 12 07:09 node_modules
#6995: -rw-r--r-- 1 root root 278753 Jun 12 07:09 package-lock.json
#6995: -rw-r--r-- 1 root root 106 Jun 12 07:04 package.json
#6995: ?25l2K1G36m?39m 1mConfirm deploy to network foo (4242)?22m 90m›39m 90m(y/N)39m2K1G2K1G32m✔39m 1mConfirm deploy to network foo (4242)?22m 90m…39m yes
#6995: ?25hCompiled 1 Solidity file successfully (evm target: paris).
#6995: Hardhat Ignition starting for [ FooModule ]...2K1GHardhat Ignition 🚀
#6995:
#6995: Deploying [ FooModule ]
#6995:
#6995: Batch #1
#6995: Executing FooModule#Foo...
#6995:
#6995: 3A0JBatch #1
#6995: Executing FooModule#Foo...
#6995:
#6995: 3A0JBatch #1
#6995: Executed FooModule#Foo
#6995:
#6995: 3A0JBatch #1
#6995: Executed FooModule#Foo
#6995:
#6995: [ FooModule ] successfully deployed 🚀
#6995:
#6995: Deployed Addresses
#6995:
#6995: FooModule#Foo - 0xFadEF8BA4A5d709A2BF55B7A8798c9b438C640c1
#6995: 0xFadEF8BA4A5d709A2BF55B7A8798c9b438C640c1
+ sudo docker logs donce-f15b094aa49c /#7005
#7005: // SPDX-FileCopyrightText: Copyright (c) 2025 Yegor Bugayenko
#7005: // SPDX-License-Identifier: MIT
#7005:
#7005: require("@nomicfoundation/hardhat-toolbox");
#7005:
#7005: /** @type import("hardhat/config").HardhatUserConfig */
#7005:
#7005: module.exports = {
#7005: solidity: "0.8.28",
#7005: defaultNetwork: "foo",
#7005: networks: {
#7005: hardhat: {
#7005: chainId: 4242,
#7005: gas: 10,
#7005: gasPrice: 4,
#7005: maxFeePerGas: 100,
#7005: maxPriorityFeePerGas: 100,
#7005: initialBaseFeePerGas: 100,
#7005: accounts: [
#7005: {
#7005: privateKey: "81a9b2114d53731ecc84b261ef6c0387dde34d5907fe7b441240cc21d61bf80a",
#7005: balance: "55555555555555555555555"
#7005: },
#7005: {
#7005: privateKey: "91f9111b1744d55361e632771a4e53839e9442a9fef45febc0a5c838c686a15b",
#7005: balance: "66666666666666666666666"
#7005: }
#7005: ]
#7005: },
#7005: foo: {
#7005: chainId: 4242,
#7005: url: "http://host.docker.internal:1037"
#7005: }
#7005: }
#7005: };
#7005: total 316
#7005: drwxr-xr-x 1 root root 4096 Jun 12 07:11 .
#7005: drwxr-xr-x 1 root root 4096 Jun 12 07:11 ..
#7005: drwxr-xr-x 4 root root 4096 Jun 12 07:11 artifacts
#7005: drwxr-xr-x 2 root root 4096 Jun 12 07:04 contracts
#7005: -rw-r--r-- 1 root root 874 Jun 12 07:11 hardhat.config.js
#7005: drwxr-xr-x 3 root root 4096 Jun 12 07:04 ignition
#7005: drwxr-xr-x 379 root root 12288 Jun 12 07:09 node_modules
#7005: -rw-r--r-- 1 root root 278753 Jun 12 07:09 package-lock.json
#7005: -rw-r--r-- 1 root root 106 Jun 12 07:04 package.json
#7005: ?25l2K1G36m?39m 1mConfirm deploy to network foo (4242)?22m 90m›39m 90m(y/N)39m2K1G2K1G32m✔39m 1mConfirm deploy to network foo (4242)?22m 90m…39m yes
#7005: ?25hCompiled 1 Solidity file successfully (evm target: paris).
#7005: Hardhat Ignition starting for [ FooModule ]...2K1GHardhat Ignition 🚀
#7005:
#7005: Deploying [ FooModule ]
#7005:
#7005: Batch #1
#7005: Executing FooModule#Foo...
#7005:
#7005: 3A0JBatch #1
#7005: Executing FooModule#Foo...
#7005:
#7005: 3A0JBatch #1
#7005: Executed FooModule#Foo
#7005:
#7005: 3A0JBatch #1
#7005: Executed FooModule#Foo
#7005:
#7005: [ FooModule ] successfully deployed 🚀
#7005:
#7005: Deployed Addresses
#7005:
#7005: FooModule#Foo - 0xFadEF8BA4A5d709A2BF55B7A8798c9b438C640c1
#7005: 0xFadEF8BA4A5d709A2BF55B7A8798c9b438C640c1
+ sudo docker rm --force donce-f15b094aa49c /#7013
#7013: donce-f15b094aa49c
+ sudo docker rmi donce-e11182a08854 /#7021
#7021: Untagged: donce-e11182a08854:latest
#7021: Deleted: sha256:4f2da6396b7d218e93f0bb385d7f7e9c2b03ac14210a72438fced8bfb3c7afa2
E: StandardError: intentional
/home/r/repo/test/erc20/test_wallet_hardhat.rb:235:in 'block (3 levels) in TestWalletHardhat#test_accepts_payments_with_failures'
/home/r/repo/lib/erc20/wallet.rb:466:in 'block (3 levels) in ERC20::Wallet#reaccept'
/home/r/repo/lib/erc20/wallet.rb:497:in 'ERC20::Wallet#verbose'
/home/r/repo/lib/erc20/wallet.rb:436:in 'block (2 levels) in ERC20::Wallet#reaccept'
/home/r/repo/lib/erc20/wallet.rb:504:in 'ERC20::Wallet#safe'
/home/r/repo/lib/erc20/wallet.rb:435:in 'block in ERC20::Wallet#reaccept'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/event_emitter.rb:39:in 'block in WebSocket::Driver::EventEmitter#emit'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/event_emitter.rb:38:in 'Array#each'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/event_emitter.rb:38:in 'WebSocket::Driver::EventEmitter#emit'
/usr/local/bundle/gems/faye-websocket-0.12.0/lib/faye/websocket/api/event_target.rb:44:in 'Faye::WebSocket::API::EventTarget#dispatch_event'
/usr/local/bundle/gems/faye-websocket-0.12.0/lib/faye/websocket/api.rb:127:in 'Faye::WebSocket::API#receive_message'
/usr/local/bundle/gems/faye-websocket-0.12.0/lib/faye/websocket/api.rb:47:in 'block in Faye::WebSocket::API#initialize'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/event_emitter.rb:39:in 'block in WebSocket::Driver::EventEmitter#emit'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/event_emitter.rb:38:in 'Array#each'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/event_emitter.rb:38:in 'WebSocket::Driver::EventEmitter#emit'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/hybi.rb:416:in 'WebSocket::Driver::Hybi#emit_message'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/hybi.rb:394:in 'WebSocket::Driver::Hybi#emit_frame'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/hybi.rb:120:in 'WebSocket::Driver::Hybi#parse'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/client.rb:62:in 'WebSocket::Driver::Client#parse'
/usr/local/bundle/gems/faye-websocket-0.12.0/lib/faye/websocket/api.rb:171:in 'Faye::WebSocket::API#parse'
/usr/local/bundle/gems/faye-websocket-0.12.0/lib/faye/websocket/client.rb:108:in 'Faye::WebSocket::Client::Connection#receive_data'
/usr/local/bundle/gems/eventmachine-1.2.7/lib/eventmachine.rb:195:in 'EventMachine.run_machine'
/usr/local/bundle/gems/eventmachine-1.2.7/lib/eventmachine.rb:195:in 'EventMachine.run'
/home/r/repo/lib/erc20/wallet.rb:378:in 'ERC20::Wallet#accept'
/home/r/repo/test/erc20/test_wallet_hardhat.rb:233:in 'block (2 levels) in TestWalletHardhat#test_accepts_payments_with_failures'
E: StandardError: intentional
/home/r/repo/test/erc20/test_wallet_hardhat.rb:235:in 'block (3 levels) in TestWalletHardhat#test_accepts_payments_with_failures'
/home/r/repo/lib/erc20/wallet.rb:466:in 'block (3 levels) in ERC20::Wallet#reaccept'
/home/r/repo/lib/erc20/wallet.rb:497:in 'ERC20::Wallet#verbose'
/home/r/repo/lib/erc20/wallet.rb:436:in 'block (2 levels) in ERC20::Wallet#reaccept'
/home/r/repo/lib/erc20/wallet.rb:504:in 'ERC20::Wallet#safe'
/home/r/repo/lib/erc20/wallet.rb:435:in 'block in ERC20::Wallet#reaccept'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/event_emitter.rb:39:in 'block in WebSocket::Driver::EventEmitter#emit'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/event_emitter.rb:38:in 'Array#each'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/event_emitter.rb:38:in 'WebSocket::Driver::EventEmitter#emit'
/usr/local/bundle/gems/faye-websocket-0.12.0/lib/faye/websocket/api/event_target.rb:44:in 'Faye::WebSocket::API::EventTarget#dispatch_event'
/usr/local/bundle/gems/faye-websocket-0.12.0/lib/faye/websocket/api.rb:127:in 'Faye::WebSocket::API#receive_message'
/usr/local/bundle/gems/faye-websocket-0.12.0/lib/faye/websocket/api.rb:47:in 'block in Faye::WebSocket::API#initialize'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/event_emitter.rb:39:in 'block in WebSocket::Driver::EventEmitter#emit'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/event_emitter.rb:38:in 'Array#each'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/event_emitter.rb:38:in 'WebSocket::Driver::EventEmitter#emit'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/hybi.rb:416:in 'WebSocket::Driver::Hybi#emit_message'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/hybi.rb:394:in 'WebSocket::Driver::Hybi#emit_frame'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/hybi.rb:120:in 'WebSocket::Driver::Hybi#parse'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/client.rb:62:in 'WebSocket::Driver::Client#parse'
/usr/local/bundle/gems/faye-websocket-0.12.0/lib/faye/websocket/api.rb:171:in 'Faye::WebSocket::API#parse'
/usr/local/bundle/gems/faye-websocket-0.12.0/lib/faye/websocket/client.rb:108:in 'Faye::WebSocket::Client::Connection#receive_data'
/usr/local/bundle/gems/eventmachine-1.2.7/lib/eventmachine.rb:195:in 'EventMachine.run_machine'
/usr/local/bundle/gems/eventmachine-1.2.7/lib/eventmachine.rb:195:in 'EventMachine.run'
/home/r/repo/lib/erc20/wallet.rb:378:in 'ERC20::Wallet#accept'
/home/r/repo/test/erc20/test_wallet_hardhat.rb:233:in 'block (2 levels) in TestWalletHardhat#test_accepts_payments_with_failures'
E: StandardError: intentional
/home/r/repo/test/erc20/test_wallet_hardhat.rb:235:in 'block (3 levels) in TestWalletHardhat#test_accepts_payments_with_failures'
/home/r/repo/lib/erc20/wallet.rb:466:in 'block (3 levels) in ERC20::Wallet#reaccept'
/home/r/repo/lib/erc20/wallet.rb:497:in 'ERC20::Wallet#verbose'
/home/r/repo/lib/erc20/wallet.rb:436:in 'block (2 levels) in ERC20::Wallet#reaccept'
/home/r/repo/lib/erc20/wallet.rb:504:in 'ERC20::Wallet#safe'
/home/r/repo/lib/erc20/wallet.rb:435:in 'block in ERC20::Wallet#reaccept'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/event_emitter.rb:39:in 'block in WebSocket::Driver::EventEmitter#emit'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/event_emitter.rb:38:in 'Array#each'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/event_emitter.rb:38:in 'WebSocket::Driver::EventEmitter#emit'
/usr/local/bundle/gems/faye-websocket-0.12.0/lib/faye/websocket/api/event_target.rb:44:in 'Faye::WebSocket::API::EventTarget#dispatch_event'
/usr/local/bundle/gems/faye-websocket-0.12.0/lib/faye/websocket/api.rb:127:in 'Faye::WebSocket::API#receive_message'
/usr/local/bundle/gems/faye-websocket-0.12.0/lib/faye/websocket/api.rb:47:in 'block in Faye::WebSocket::API#initialize'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/event_emitter.rb:39:in 'block in WebSocket::Driver::EventEmitter#emit'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/event_emitter.rb:38:in 'Array#each'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/event_emitter.rb:38:in 'WebSocket::Driver::EventEmitter#emit'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/hybi.rb:416:in 'WebSocket::Driver::Hybi#emit_message'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/hybi.rb:394:in 'WebSocket::Driver::Hybi#emit_frame'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/hybi.rb:120:in 'WebSocket::Driver::Hybi#parse'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/client.rb:62:in 'WebSocket::Driver::Client#parse'
/usr/local/bundle/gems/faye-websocket-0.12.0/lib/faye/websocket/api.rb:171:in 'Faye::WebSocket::API#parse'
/usr/local/bundle/gems/faye-websocket-0.12.0/lib/faye/websocket/client.rb:108:in 'Faye::WebSocket::Client::Connection#receive_data'
/usr/local/bundle/gems/eventmachine-1.2.7/lib/eventmachine.rb:195:in 'EventMachine.run_machine'
/usr/local/bundle/gems/eventmachine-1.2.7/lib/eventmachine.rb:195:in 'EventMachine.run'
/home/r/repo/lib/erc20/wallet.rb:378:in 'ERC20::Wallet#accept'
/home/r/repo/test/erc20/test_wallet_hardhat.rb:233:in 'block (2 levels) in TestWalletHardhat#test_accepts_payments_with_failures'
E: StandardError: intentional
/home/r/repo/test/erc20/test_wallet_hardhat.rb:235:in 'block (3 levels) in TestWalletHardhat#test_accepts_payments_with_failures'
/home/r/repo/lib/erc20/wallet.rb:466:in 'block (3 levels) in ERC20::Wallet#reaccept'
/home/r/repo/lib/erc20/wallet.rb:497:in 'ERC20::Wallet#verbose'
/home/r/repo/lib/erc20/wallet.rb:436:in 'block (2 levels) in ERC20::Wallet#reaccept'
/home/r/repo/lib/erc20/wallet.rb:504:in 'ERC20::Wallet#safe'
/home/r/repo/lib/erc20/wallet.rb:435:in 'block in ERC20::Wallet#reaccept'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/event_emitter.rb:39:in 'block in WebSocket::Driver::EventEmitter#emit'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/event_emitter.rb:38:in 'Array#each'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/event_emitter.rb:38:in 'WebSocket::Driver::EventEmitter#emit'
/usr/local/bundle/gems/faye-websocket-0.12.0/lib/faye/websocket/api/event_target.rb:44:in 'Faye::WebSocket::API::EventTarget#dispatch_event'
/usr/local/bundle/gems/faye-websocket-0.12.0/lib/faye/websocket/api.rb:127:in 'Faye::WebSocket::API#receive_message'
/usr/local/bundle/gems/faye-websocket-0.12.0/lib/faye/websocket/api.rb:47:in 'block in Faye::WebSocket::API#initialize'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/event_emitter.rb:39:in 'block in WebSocket::Driver::EventEmitter#emit'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/event_emitter.rb:38:in 'Array#each'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/event_emitter.rb:38:in 'WebSocket::Driver::EventEmitter#emit'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/hybi.rb:416:in 'WebSocket::Driver::Hybi#emit_message'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/hybi.rb:394:in 'WebSocket::Driver::Hybi#emit_frame'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/hybi.rb:120:in 'WebSocket::Driver::Hybi#parse'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/client.rb:62:in 'WebSocket::Driver::Client#parse'
/usr/local/bundle/gems/faye-websocket-0.12.0/lib/faye/websocket/api.rb:171:in 'Faye::WebSocket::API#parse'
/usr/local/bundle/gems/faye-websocket-0.12.0/lib/faye/websocket/client.rb:108:in 'Faye::WebSocket::Client::Connection#receive_data'
/usr/local/bundle/gems/eventmachine-1.2.7/lib/eventmachine.rb:195:in 'EventMachine.run_machine'
/usr/local/bundle/gems/eventmachine-1.2.7/lib/eventmachine.rb:195:in 'EventMachine.run'
/home/r/repo/lib/erc20/wallet.rb:378:in 'ERC20::Wallet#accept'
/home/r/repo/test/erc20/test_wallet_hardhat.rb:233:in 'block (2 levels) in TestWalletHardhat#test_accepts_payments_with_failures'
E: StandardError: intentional
/home/r/repo/test/erc20/test_wallet_hardhat.rb:235:in 'block (3 levels) in TestWalletHardhat#test_accepts_payments_with_failures'
/home/r/repo/lib/erc20/wallet.rb:466:in 'block (3 levels) in ERC20::Wallet#reaccept'
/home/r/repo/lib/erc20/wallet.rb:497:in 'ERC20::Wallet#verbose'
/home/r/repo/lib/erc20/wallet.rb:436:in 'block (2 levels) in ERC20::Wallet#reaccept'
/home/r/repo/lib/erc20/wallet.rb:504:in 'ERC20::Wallet#safe'
/home/r/repo/lib/erc20/wallet.rb:435:in 'block in ERC20::Wallet#reaccept'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/event_emitter.rb:39:in 'block in WebSocket::Driver::EventEmitter#emit'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/event_emitter.rb:38:in 'Array#each'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/event_emitter.rb:38:in 'WebSocket::Driver::EventEmitter#emit'
/usr/local/bundle/gems/faye-websocket-0.12.0/lib/faye/websocket/api/event_target.rb:44:in 'Faye::WebSocket::API::EventTarget#dispatch_event'
/usr/local/bundle/gems/faye-websocket-0.12.0/lib/faye/websocket/api.rb:127:in 'Faye::WebSocket::API#receive_message'
/usr/local/bundle/gems/faye-websocket-0.12.0/lib/faye/websocket/api.rb:47:in 'block in Faye::WebSocket::API#initialize'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/event_emitter.rb:39:in 'block in WebSocket::Driver::EventEmitter#emit'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/event_emitter.rb:38:in 'Array#each'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/event_emitter.rb:38:in 'WebSocket::Driver::EventEmitter#emit'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/hybi.rb:416:in 'WebSocket::Driver::Hybi#emit_message'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/hybi.rb:394:in 'WebSocket::Driver::Hybi#emit_frame'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/hybi.rb:120:in 'WebSocket::Driver::Hybi#parse'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/client.rb:62:in 'WebSocket::Driver::Client#parse'
/usr/local/bundle/gems/faye-websocket-0.12.0/lib/faye/websocket/api.rb:171:in 'Faye::WebSocket::API#parse'
/usr/local/bundle/gems/faye-websocket-0.12.0/lib/faye/websocket/client.rb:108:in 'Faye::WebSocket::Client::Connection#receive_data'
/usr/local/bundle/gems/eventmachine-1.2.7/lib/eventmachine.rb:195:in 'EventMachine.run_machine'
/usr/local/bundle/gems/eventmachine-1.2.7/lib/eventmachine.rb:195:in 'EventMachine.run'
/home/r/repo/lib/erc20/wallet.rb:378:in 'ERC20::Wallet#accept'
/home/r/repo/test/erc20/test_wallet_hardhat.rb:233:in 'block (2 levels) in TestWalletHardhat#test_accepts_payments_with_failures'
E: StandardError: intentional
/home/r/repo/test/erc20/test_wallet_hardhat.rb:235:in 'block (3 levels) in TestWalletHardhat#test_accepts_payments_with_failures'
/home/r/repo/lib/erc20/wallet.rb:466:in 'block (3 levels) in ERC20::Wallet#reaccept'
/home/r/repo/lib/erc20/wallet.rb:497:in 'ERC20::Wallet#verbose'
/home/r/repo/lib/erc20/wallet.rb:436:in 'block (2 levels) in ERC20::Wallet#reaccept'
/home/r/repo/lib/erc20/wallet.rb:504:in 'ERC20::Wallet#safe'
/home/r/repo/lib/erc20/wallet.rb:435:in 'block in ERC20::Wallet#reaccept'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/event_emitter.rb:39:in 'block in WebSocket::Driver::EventEmitter#emit'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/event_emitter.rb:38:in 'Array#each'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/event_emitter.rb:38:in 'WebSocket::Driver::EventEmitter#emit'
/usr/local/bundle/gems/faye-websocket-0.12.0/lib/faye/websocket/api/event_target.rb:44:in 'Faye::WebSocket::API::EventTarget#dispatch_event'
/usr/local/bundle/gems/faye-websocket-0.12.0/lib/faye/websocket/api.rb:127:in 'Faye::WebSocket::API#receive_message'
/usr/local/bundle/gems/faye-websocket-0.12.0/lib/faye/websocket/api.rb:47:in 'block in Faye::WebSocket::API#initialize'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/event_emitter.rb:39:in 'block in WebSocket::Driver::EventEmitter#emit'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/event_emitter.rb:38:in 'Array#each'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/event_emitter.rb:38:in 'WebSocket::Driver::EventEmitter#emit'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/hybi.rb:416:in 'WebSocket::Driver::Hybi#emit_message'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/hybi.rb:394:in 'WebSocket::Driver::Hybi#emit_frame'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/hybi.rb:120:in 'WebSocket::Driver::Hybi#parse'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/client.rb:62:in 'WebSocket::Driver::Client#parse'
/usr/local/bundle/gems/faye-websocket-0.12.0/lib/faye/websocket/api.rb:171:in 'Faye::WebSocket::API#parse'
/usr/local/bundle/gems/faye-websocket-0.12.0/lib/faye/websocket/client.rb:108:in 'Faye::WebSocket::Client::Connection#receive_data'
/usr/local/bundle/gems/eventmachine-1.2.7/lib/eventmachine.rb:195:in 'EventMachine.run_machine'
/usr/local/bundle/gems/eventmachine-1.2.7/lib/eventmachine.rb:195:in 'EventMachine.run'
/home/r/repo/lib/erc20/wallet.rb:378:in 'ERC20::Wallet#accept'
/home/r/repo/test/erc20/test_wallet_hardhat.rb:233:in 'block (2 levels) in TestWalletHardhat#test_accepts_payments_with_failures'
E: StandardError: intentional
/home/r/repo/test/erc20/test_wallet_hardhat.rb:235:in 'block (3 levels) in TestWalletHardhat#test_accepts_payments_with_failures'
/home/r/repo/lib/erc20/wallet.rb:466:in 'block (3 levels) in ERC20::Wallet#reaccept'
/home/r/repo/lib/erc20/wallet.rb:497:in 'ERC20::Wallet#verbose'
/home/r/repo/lib/erc20/wallet.rb:436:in 'block (2 levels) in ERC20::Wallet#reaccept'
/home/r/repo/lib/erc20/wallet.rb:504:in 'ERC20::Wallet#safe'
/home/r/repo/lib/erc20/wallet.rb:435:in 'block in ERC20::Wallet#reaccept'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/event_emitter.rb:39:in 'block in WebSocket::Driver::EventEmitter#emit'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/event_emitter.rb:38:in 'Array#each'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/event_emitter.rb:38:in 'WebSocket::Driver::EventEmitter#emit'
/usr/local/bundle/gems/faye-websocket-0.12.0/lib/faye/websocket/api/event_target.rb:44:in 'Faye::WebSocket::API::EventTarget#dispatch_event'
/usr/local/bundle/gems/faye-websocket-0.12.0/lib/faye/websocket/api.rb:127:in 'Faye::WebSocket::API#receive_message'
/usr/local/bundle/gems/faye-websocket-0.12.0/lib/faye/websocket/api.rb:47:in 'block in Faye::WebSocket::API#initialize'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/event_emitter.rb:39:in 'block in WebSocket::Driver::EventEmitter#emit'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/event_emitter.rb:38:in 'Array#each'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/event_emitter.rb:38:in 'WebSocket::Driver::EventEmitter#emit'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/hybi.rb:416:in 'WebSocket::Driver::Hybi#emit_message'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/hybi.rb:394:in 'WebSocket::Driver::Hybi#emit_frame'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/hybi.rb:120:in 'WebSocket::Driver::Hybi#parse'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/client.rb:62:in 'WebSocket::Driver::Client#parse'
/usr/local/bundle/gems/faye-websocket-0.12.0/lib/faye/websocket/api.rb:171:in 'Faye::WebSocket::API#parse'
/usr/local/bundle/gems/faye-websocket-0.12.0/lib/faye/websocket/client.rb:108:in 'Faye::WebSocket::Client::Connection#receive_data'
/usr/local/bundle/gems/eventmachine-1.2.7/lib/eventmachine.rb:195:in 'EventMachine.run_machine'
/usr/local/bundle/gems/eventmachine-1.2.7/lib/eventmachine.rb:195:in 'EventMachine.run'
/home/r/repo/lib/erc20/wallet.rb:378:in 'ERC20::Wallet#accept'
/home/r/repo/test/erc20/test_wallet_hardhat.rb:233:in 'block (2 levels) in TestWalletHardhat#test_accepts_payments_with_failures'
E: StandardError: intentional
/home/r/repo/test/erc20/test_wallet_hardhat.rb:235:in 'block (3 levels) in TestWalletHardhat#test_accepts_payments_with_failures'
/home/r/repo/lib/erc20/wallet.rb:466:in 'block (3 levels) in ERC20::Wallet#reaccept'
/home/r/repo/lib/erc20/wallet.rb:497:in 'ERC20::Wallet#verbose'
/home/r/repo/lib/erc20/wallet.rb:436:in 'block (2 levels) in ERC20::Wallet#reaccept'
/home/r/repo/lib/erc20/wallet.rb:504:in 'ERC20::Wallet#safe'
/home/r/repo/lib/erc20/wallet.rb:435:in 'block in ERC20::Wallet#reaccept'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/event_emitter.rb:39:in 'block in WebSocket::Driver::EventEmitter#emit'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/event_emitter.rb:38:in 'Array#each'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/event_emitter.rb:38:in 'WebSocket::Driver::EventEmitter#emit'
/usr/local/bundle/gems/faye-websocket-0.12.0/lib/faye/websocket/api/event_target.rb:44:in 'Faye::WebSocket::API::EventTarget#dispatch_event'
/usr/local/bundle/gems/faye-websocket-0.12.0/lib/faye/websocket/api.rb:127:in 'Faye::WebSocket::API#receive_message'
/usr/local/bundle/gems/faye-websocket-0.12.0/lib/faye/websocket/api.rb:47:in 'block in Faye::WebSocket::API#initialize'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/event_emitter.rb:39:in 'block in WebSocket::Driver::EventEmitter#emit'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/event_emitter.rb:38:in 'Array#each'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/event_emitter.rb:38:in 'WebSocket::Driver::EventEmitter#emit'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/hybi.rb:416:in 'WebSocket::Driver::Hybi#emit_message'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/hybi.rb:394:in 'WebSocket::Driver::Hybi#emit_frame'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/hybi.rb:120:in 'WebSocket::Driver::Hybi#parse'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/client.rb:62:in 'WebSocket::Driver::Client#parse'
/usr/local/bundle/gems/faye-websocket-0.12.0/lib/faye/websocket/api.rb:171:in 'Faye::WebSocket::API#parse'
/usr/local/bundle/gems/faye-websocket-0.12.0/lib/faye/websocket/client.rb:108:in 'Faye::WebSocket::Client::Connection#receive_data'
/usr/local/bundle/gems/eventmachine-1.2.7/lib/eventmachine.rb:195:in 'EventMachine.run_machine'
/usr/local/bundle/gems/eventmachine-1.2.7/lib/eventmachine.rb:195:in 'EventMachine.run'
/home/r/repo/lib/erc20/wallet.rb:378:in 'ERC20::Wallet#accept'
/home/r/repo/test/erc20/test_wallet_hardhat.rb:233:in 'block (2 levels) in TestWalletHardhat#test_accepts_payments_with_failures'
E: StandardError: intentional
/home/r/repo/test/erc20/test_wallet_hardhat.rb:235:in 'block (3 levels) in TestWalletHardhat#test_accepts_payments_with_failures'
/home/r/repo/lib/erc20/wallet.rb:466:in 'block (3 levels) in ERC20::Wallet#reaccept'
/home/r/repo/lib/erc20/wallet.rb:497:in 'ERC20::Wallet#verbose'
/home/r/repo/lib/erc20/wallet.rb:436:in 'block (2 levels) in ERC20::Wallet#reaccept'
/home/r/repo/lib/erc20/wallet.rb:504:in 'ERC20::Wallet#safe'
/home/r/repo/lib/erc20/wallet.rb:435:in 'block in ERC20::Wallet#reaccept'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/event_emitter.rb:39:in 'block in WebSocket::Driver::EventEmitter#emit'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/event_emitter.rb:38:in 'Array#each'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/event_emitter.rb:38:in 'WebSocket::Driver::EventEmitter#emit'
/usr/local/bundle/gems/faye-websocket-0.12.0/lib/faye/websocket/api/event_target.rb:44:in 'Faye::WebSocket::API::EventTarget#dispatch_event'
/usr/local/bundle/gems/faye-websocket-0.12.0/lib/faye/websocket/api.rb:127:in 'Faye::WebSocket::API#receive_message'
/usr/local/bundle/gems/faye-websocket-0.12.0/lib/faye/websocket/api.rb:47:in 'block in Faye::WebSocket::API#initialize'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/event_emitter.rb:39:in 'block in WebSocket::Driver::EventEmitter#emit'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/event_emitter.rb:38:in 'Array#each'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/event_emitter.rb:38:in 'WebSocket::Driver::EventEmitter#emit'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/hybi.rb:416:in 'WebSocket::Driver::Hybi#emit_message'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/hybi.rb:394:in 'WebSocket::Driver::Hybi#emit_frame'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/hybi.rb:120:in 'WebSocket::Driver::Hybi#parse'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/client.rb:62:in 'WebSocket::Driver::Client#parse'
/usr/local/bundle/gems/faye-websocket-0.12.0/lib/faye/websocket/api.rb:171:in 'Faye::WebSocket::API#parse'
/usr/local/bundle/gems/faye-websocket-0.12.0/lib/faye/websocket/client.rb:108:in 'Faye::WebSocket::Client::Connection#receive_data'
/usr/local/bundle/gems/eventmachine-1.2.7/lib/eventmachine.rb:195:in 'EventMachine.run_machine'
/usr/local/bundle/gems/eventmachine-1.2.7/lib/eventmachine.rb:195:in 'EventMachine.run'
/home/r/repo/lib/erc20/wallet.rb:378:in 'ERC20::Wallet#accept'
/home/r/repo/test/erc20/test_wallet_hardhat.rb:233:in 'block (2 levels) in TestWalletHardhat#test_accepts_payments_with_failures'
E: StandardError: intentional
/home/r/repo/test/erc20/test_wallet_hardhat.rb:235:in 'block (3 levels) in TestWalletHardhat#test_accepts_payments_with_failures'
/home/r/repo/lib/erc20/wallet.rb:466:in 'block (3 levels) in ERC20::Wallet#reaccept'
/home/r/repo/lib/erc20/wallet.rb:497:in 'ERC20::Wallet#verbose'
/home/r/repo/lib/erc20/wallet.rb:436:in 'block (2 levels) in ERC20::Wallet#reaccept'
/home/r/repo/lib/erc20/wallet.rb:504:in 'ERC20::Wallet#safe'
/home/r/repo/lib/erc20/wallet.rb:435:in 'block in ERC20::Wallet#reaccept'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/event_emitter.rb:39:in 'block in WebSocket::Driver::EventEmitter#emit'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/event_emitter.rb:38:in 'Array#each'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/event_emitter.rb:38:in 'WebSocket::Driver::EventEmitter#emit'
/usr/local/bundle/gems/faye-websocket-0.12.0/lib/faye/websocket/api/event_target.rb:44:in 'Faye::WebSocket::API::EventTarget#dispatch_event'
/usr/local/bundle/gems/faye-websocket-0.12.0/lib/faye/websocket/api.rb:127:in 'Faye::WebSocket::API#receive_message'
/usr/local/bundle/gems/faye-websocket-0.12.0/lib/faye/websocket/api.rb:47:in 'block in Faye::WebSocket::API#initialize'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/event_emitter.rb:39:in 'block in WebSocket::Driver::EventEmitter#emit'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/event_emitter.rb:38:in 'Array#each'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/event_emitter.rb:38:in 'WebSocket::Driver::EventEmitter#emit'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/hybi.rb:416:in 'WebSocket::Driver::Hybi#emit_message'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/hybi.rb:394:in 'WebSocket::Driver::Hybi#emit_frame'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/hybi.rb:120:in 'WebSocket::Driver::Hybi#parse'
/usr/local/bundle/gems/websocket-driver-0.8.0/lib/websocket/driver/client.rb:62:in 'WebSocket::Driver::Client#parse'
/usr/local/bundle/gems/faye-websocket-0.12.0/lib/faye/websocket/api.rb:171:in 'Faye::WebSocket::API#parse'
/usr/local/bundle/gems/faye-websocket-0.12.0/lib/faye/websocket/client.rb:108:in 'Faye::WebSocket::Client::Connection#receive_data'
/usr/local/bundle/gems/eventmachine-1.2.7/lib/eventmachine.rb:195:in 'EventMachine.run_machine'
/usr/local/bundle/gems/eventmachine-1.2.7/lib/eventmachine.rb:195:in 'EventMachine.run'
/home/r/repo/lib/erc20/wallet.rb:378:in 'ERC20::Wallet#accept'
/home/r/repo/test/erc20/test_wallet_hardhat.rb:233:in 'block (2 levels) in TestWalletHardhat#test_accepts_payments_with_failures'
+ sudo docker logs donce-c7e633767710 /#7120
#7120: Started HTTP and WebSocket JSON-RPC server at http://0.0.0.0:8545/
#7120:
#7120: Accounts
#7120: ========
#7120: Account #0: 0xd5fF1bFCDE7A03Da61ad229d962c74F1eA2f16A5 (55555 ETH)
#7120:
#7120: Account #1: 0xd7a63Ac9DD3d7878bc042A4bADA214EE4aff8c85 (66666 ETH)
#7120:
#7120: 32meth_chainId0m
#7120: 32meth_chainId (2)0m
#7120: 32meth_accounts0m
#7120: 32mhardhat_getAutomine0m
#7120: 32meth_chainId0m
#7120: 32meth_getBlockByNumber0m
#7120: 32meth_getTransactionCount0m
#7120: 32meth_getTransactionCount (2)0m
#7120: 32meth_getTransactionCount (3)0m
#7120: 32meth_getBlockByNumber0m
#7120: 32meth_getTransactionCount0m
#7120: 32meth_getBlockByNumber0m
#7120: 32meth_chainId0m
#7120: 32meth_maxPriorityFeePerGas0m
#7120: 32meth_estimateGas0m
#7120: 32meth_call0m
#7120: Contract deployment: Foo
#7120: Contract address: 0xfadef8ba4a5d709a2bf55b7a8798c9b438c640c1
#7120: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#7120:
#7120: 32meth_sendTransaction0m
#7120: Contract deployment: Foo
#7120: Contract address: 0xfadef8ba4a5d709a2bf55b7a8798c9b438c640c1
#7120: Transaction: 0x5dee0c0a9b092d8179d7d480854b1f599251a35af5f4bbe7e8465a77e6c6959a
#7120: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#7120: Value: 0 ETH
#7120: Gas used: 1357081 of 1357081
#7120: Block #1: 0x5804932eaccfd1fc8a78051cff8c1a827dd0e3a420650d0edc5acda535c85ce0
#7120:
#7120: 32meth_getTransactionByHash0m
#7120: 32meth_getBlockByNumber0m
#7120: 32meth_getTransactionReceipt0m
#7120: 32meth_subscribe0m
#7120: 32meth_getBlockByNumber0m
#7120: 32meth_getBlockByNumber (2)0m
#7120: 32meth_getBlockByNumber (3)0m
#7120: 32meth_getBlockByNumber (4)0m
#7120: 32meth_getBlockByNumber (5)0m
#7120: 32meth_getBlockByNumber (6)0m
#7120: 32meth_getBlockByNumber (7)0m
#7120: 32meth_getBlockByNumber (8)0m
#7120: 32meth_getBlockByNumber (9)0m
#7120: 32meth_getTransactionCount0m
#7120: 32meth_getBlockByNumber0m
#7120: 32meth_estimateGas0m
#7120: 32meth_sendRawTransaction0m
#7120: Contract call: Foo#transfer
#7120: Transaction: 0xa5aeca6fac1c4248e8d87e99a27fe47f5f8f8f22986b2bf09ad197cea69c9a72
#7120: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#7120: To: 0xfadef8ba4a5d709a2bf55b7a8798c9b438c640c1
#7120: Value: 0 ETH
#7120: Gas used: 35389 of 35389
#7120: Block #2: 0x874513e77deee75f3bc1978ea3fca6d54272bedf10c198c5bdb60f797a71289f
#7120:
#7120: 32meth_getTransactionCount0m
#7120: 32meth_estimateGas0m
#7120: 32meth_sendRawTransaction0m
#7120: Contract call: Foo#transfer
#7120: Transaction: 0xd03f273728a7c62d53f036cc5fd7fb0b2c022b0092423b802539b00599c0a088
#7120: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#7120: To: 0xfadef8ba4a5d709a2bf55b7a8798c9b438c640c1
#7120: Value: 0 ETH
#7120: Gas used: 35389 of 35389
#7120: Block #3: 0x0a8d1b482f0ac4d221c7dd24928a0e28a5df02fc1c73c6366d744ec9d62193f9
#7120:
#7120: 32meth_getTransactionCount0m
#7120: 32meth_estimateGas0m
#7120: 32meth_sendRawTransaction0m
#7120: Contract call: Foo#transfer
#7120: Transaction: 0x343f09c45c0b006a76b9dc2a15dcfdb2ee5904edc36297a5ee2073d14430dc0c
#7120: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#7120: To: 0xfadef8ba4a5d709a2bf55b7a8798c9b438c640c1
#7120: Value: 0 ETH
#7120: Gas used: 35389 of 35389
#7120: Block #4: 0x7738a39a1c7b7daa5e5b8767c6bb46a393ab7490dbe418111ccea41a9ca3cb0a
#7120:
#7120: 32meth_getTransactionCount0m
#7120: 32meth_estimateGas0m
#7120: 32meth_sendRawTransaction0m
#7120: Contract call: Foo#transfer
#7120: Transaction: 0xd2d218fc11261e55f1b94a5f5ec58825145ec5d455529ee571e6181fc97e3569
#7120: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#7120: To: 0xfadef8ba4a5d709a2bf55b7a8798c9b438c640c1
#7120: Value: 0 ETH
#7120: Gas used: 35389 of 35389
#7120: Block #5: 0xd3bbbc564b8ebbedfeee3e11125f2fb32c8f6781804045570a9e48b9820250b9
#7120:
#7120: 32meth_getTransactionCount0m
#7120: 32meth_estimateGas0m
#7120: 32meth_sendRawTransaction0m
#7120: Contract call: Foo#transfer
#7120: Transaction: 0xcee8e2bd823342256f63fde0db3d4fd1ec4af8117b7899196611f668db2d18e3
#7120: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#7120: To: 0xfadef8ba4a5d709a2bf55b7a8798c9b438c640c1
#7120: Value: 0 ETH
#7120: Gas used: 35389 of 35389
#7120: Block #6: 0x4a181baff5ba4e554b546d8637122004d00988201e375045cb1c0d0b3b072081
#7120:
#7120: 32meth_getTransactionCount0m
#7120: 32meth_estimateGas0m
#7120: 32meth_sendRawTransaction0m
#7120: Contract call: Foo#transfer
#7120: Transaction: 0xcc4966a181e760c37e1703e740f890311080a83078a36a3d5bf6b46e1a7651c7
#7120: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#7120: To: 0xfadef8ba4a5d709a2bf55b7a8798c9b438c640c1
#7120: Value: 0 ETH
#7120: Gas used: 35389 of 35389
#7120: Block #7: 0xd7f12625d5c8da3eb753ec714308ef4fcb9872b15317b0f74afb076149bebe7e
#7120:
#7120: 32meth_getTransactionCount0m
#7120: 32meth_estimateGas0m
#7120: 32meth_sendRawTransaction0m
#7120: Contract call: Foo#transfer
#7120: Transaction: 0x246b25b39c985f802baee5567e99f66e2b8d8e754f8d5812366362cd5c014013
#7120: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#7120: To: 0xfadef8ba4a5d709a2bf55b7a8798c9b438c640c1
#7120: Value: 0 ETH
#7120: Gas used: 35389 of 35389
#7120: Block #8: 0x81fb91e37999adbd6fa4f9ac8d9d5df9dcac4cb8ead490e6348d6e15d7cf44f1
#7120:
#7120: 32meth_getTransactionCount0m
#7120: 32meth_estimateGas0m
#7120: 32meth_sendRawTransaction0m
#7120: Contract call: Foo#transfer
#7120: Transaction: 0xb9286e365b677a368142dc9fa5d4a269028afc1dfc935dbb69c231aaafffb4a9
#7120: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#7120: To: 0xfadef8ba4a5d709a2bf55b7a8798c9b438c640c1
#7120: Value: 0 ETH
#7120: Gas used: 35389 of 35389
#7120: Block #9: 0x798c6ee7318fb42a109dfaf47807bfdbaf5996436ec373f022a46c0643f745db
#7120:
#7120: 32meth_getTransactionCount0m
#7120: 32meth_estimateGas0m
#7120: 32meth_sendRawTransaction0m
#7120: Contract call: Foo#transfer
#7120: Transaction: 0x7472c53bb85bffc6719b2277e5d2b4abe0b946744e33ddb4e01c1453535bc51b
#7120: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#7120: To: 0xfadef8ba4a5d709a2bf55b7a8798c9b438c640c1
#7120: Value: 0 ETH
#7120: Gas used: 35389 of 35389
#7120: Block #10: 0xdd5b1b2ad009342e1dd516071a3c0f94d41fe764adeff9bd0a53d64c18888c3f
#7120:
#7120: 32meth_getTransactionCount0m
#7120: 32meth_estimateGas0m
#7120: 32meth_sendRawTransaction0m
#7120: Contract call: Foo#transfer
#7120: Transaction: 0x3c040c7a2804135867fae43396405308c4a3fa35d0629e59e3e9584b51834113
#7120: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#7120: To: 0xfadef8ba4a5d709a2bf55b7a8798c9b438c640c1
#7120: Value: 0 ETH
#7120: Gas used: 35389 of 35389
#7120: Block #11: 0xfd38f03ef4e84d5686c80683fb61cc60e76c7dac1467dad2f40e13a2868dfab7
#7120:
#7120: 32meth_unsubscribe0m
+ sudo docker rm --force donce-c7e633767710 /#7129
#7129: donce-c7e633767710
+ sudo docker rmi donce-d8b3bbe9f13c /#7137
#7137: Untagged: donce-d8b3bbe9f13c:latest
#7137: Deleted: sha256:aed99db126ae614e847bbacfe201b38c0940915d3d826b245a2ed8d20fe192fd
test_accepts_payments_with_failures 32m PASS0m (12.87s)
+ sudo docker build --tag donce-31fb5b34ac61 --build-arg GID\=1001 --build-arg UID\=1001 /home/r/repo/test/../hardhat /#7146
#7146: #0 building with "default" instance using docker driver
#7146:
#7146: #1 [internal] load build definition from Dockerfile
#7146: #1 transferring dockerfile: 552B done
#7146: #1 DONE 0.0s
#7146:
#7146: #2 [internal] load metadata for docker.io/library/node:24
#7146: #2 DONE 0.1s
#7146:
#7146: #3 [internal] load .dockerignore
#7146: #3 transferring context: 2B done
#7146: #3 DONE 0.0s
#7146:
#7146: #4 [1/9] FROM docker.io/library/node:24@sha256:40ad9f3064e67d6860b4bc3fe1880b2953934fd6320ada990e45fe0efa6badd7
#7146: #4 DONE 0.0s
#7146:
#7146: #5 [internal] load build context
#7146: #5 transferring context: 243B done
#7146: #5 DONE 0.0s
#7146:
#7146: #6 [7/9] COPY contracts contracts
#7146: #6 CACHED
#7146:
#7146: #7 [8/9] COPY ignition ignition
#7146: #7 CACHED
#7146:
#7146: #8 [2/9] WORKDIR /app
#7146: #8 CACHED
#7146:
#7146: #9 [3/9] COPY package.json .
#7146: #9 CACHED
#7146:
#7146: #10 [5/9] COPY hardhat.config.js .
#7146: #10 CACHED
#7146:
#7146: #11 [4/9] RUN npm install
#7146: #11 CACHED
#7146:
#7146: #12 [6/9] RUN sed -i "s/PORT/8080/g" hardhat.config.js && sed -i "s/HOST/localhost/g" hardhat.config.js
#7146: #12 CACHED
#7146:
#7146: #13 [9/9] RUN rm -rf ignition/deployments && npx hardhat compile && rm -rf cache
#7146: #13 CACHED
#7146:
#7146: #14 exporting to image
#7146: #14 exporting layers done
#7146: #14 writing image sha256:aed99db126ae614e847bbacfe201b38c0940915d3d826b245a2ed8d20fe192fd done
#7146: #14 naming to docker.io/library/donce-31fb5b34ac61 done
#7146: #14 DONE 0.0s
+ sudo docker run --detach --name donce-565dbc0b1f8b --add-host host.docker.internal:host-gateway --publish 1038:8545 --user=1001:1001 donce-31fb5b34ac61 /bin/bash -c npx\ hardhat\ node\ /#7178
#7178: 2475e0c8c63629085cbe62b7dddd154ae5269d705620dce982ffa1fb73ad103c
+ sudo docker build --tag donce-f3d801d0161f --build-arg HOST\=host.docker.internal --build-arg PORT\=1038 --build-arg GID\=1001 --build-arg UID\=1001 /home/r/repo/test/../hardhat /#7187
#7187: #0 building with "default" instance using docker driver
#7187:
#7187: #1 [internal] load build definition from Dockerfile
#7187: #1 transferring dockerfile: 552B done
#7187: #1 DONE 0.0s
#7187:
#7187: #2 [internal] load metadata for docker.io/library/node:24
#7187: #2 DONE 0.2s
#7187:
#7187: #3 [internal] load .dockerignore
#7187: #3 transferring context: 2B done
#7187: #3 DONE 0.0s
#7187:
#7187: #4 [1/9] FROM docker.io/library/node:24@sha256:40ad9f3064e67d6860b4bc3fe1880b2953934fd6320ada990e45fe0efa6badd7
#7187: #4 DONE 0.0s
#7187:
#7187: #5 [internal] load build context
#7187: #5 transferring context: 243B done
#7187: #5 DONE 0.0s
#7187:
#7187: #6 [3/9] COPY package.json .
#7187: #6 CACHED
#7187:
#7187: #7 [4/9] RUN npm install
#7187: #7 CACHED
#7187:
#7187: #8 [2/9] WORKDIR /app
#7187: #8 CACHED
#7187:
#7187: #9 [5/9] COPY hardhat.config.js .
#7187: #9 CACHED
#7187:
#7187: #10 [6/9] RUN sed -i "s/PORT/1038/g" hardhat.config.js && sed -i "s/HOST/host.docker.internal/g" hardhat.config.js
#7187: #10 DONE 0.3s
#7187:
#7187: #11 [7/9] COPY contracts contracts
#7187: #11 DONE 0.1s
#7187:
#7187: #12 [8/9] COPY ignition ignition
#7187: #12 DONE 0.0s
#7187:
#7187: #13 [9/9] RUN rm -rf ignition/deployments && npx hardhat compile && rm -rf cache
#7187: #13 1.619 Downloading compiler 0.8.28
#7187: #13 2.313 Compiled 1 Solidity file successfully (evm target: paris).
#7187: #13 DONE 2.4s
#7187:
#7187: #14 exporting to image
#7187: #14 exporting layers
#7187: #14 exporting layers 0.2s done
#7187: #14 writing image sha256:3a0a835abf159089c4f2b489a87ff569092f006ab899caabf1d4fb29f10a3e92
#7187: #14 writing image sha256:3a0a835abf159089c4f2b489a87ff569092f006ab899caabf1d4fb29f10a3e92 0.0s done
#7187: #14 naming to docker.io/library/donce-f3d801d0161f done
#7187: #14 DONE 0.3s
+ sudo docker run --name donce-14020062b11f --add-host host.docker.internal:host-gateway donce-f3d801d0161f /bin/bash -c \(cat\ hardhat.config.js\)\ \&\&\ \(ls\ -al\)\ \&\&\ \(echo\ y\ \|\ npx\ hardhat\ ignition\ deploy\ ./ignition/modules/Foo.ts\ --network\ foo\ --deployment-id\ foo\)\ \&\&\ \(npx\ hardhat\ ignition\ status\ foo\ \|\ tail\ -1\ \|\ cut\ -d\"\ \"\ -f3\) /#7219
#7219: // SPDX-FileCopyrightText: Copyright (c) 2025 Yegor Bugayenko
#7219: // SPDX-License-Identifier: MIT
#7219:
#7219: require("@nomicfoundation/hardhat-toolbox");
#7219:
#7219: /** @type import("hardhat/config").HardhatUserConfig */
#7219:
#7219: module.exports = {
#7219: solidity: "0.8.28",
#7219: defaultNetwork: "foo",
#7219: networks: {
#7219: hardhat: {
#7219: chainId: 4242,
#7219: gas: 10,
#7219: gasPrice: 4,
#7219: maxFeePerGas: 100,
#7219: maxPriorityFeePerGas: 100,
#7219: initialBaseFeePerGas: 100,
#7219: accounts: [
#7219: {
#7219: privateKey: "81a9b2114d53731ecc84b261ef6c0387dde34d5907fe7b441240cc21d61bf80a",
#7219: balance: "55555555555555555555555"
#7219: },
#7219: {
#7219: privateKey: "91f9111b1744d55361e632771a4e53839e9442a9fef45febc0a5c838c686a15b",
#7219: balance: "66666666666666666666666"
#7219: }
#7219: ]
#7219: },
#7219: foo: {
#7219: chainId: 4242,
#7219: url: "http://host.docker.internal:1038"
#7219: }
#7219: }
#7219: };
#7219: total 316
#7219: drwxr-xr-x 1 root root 4096 Jun 12 07:12 .
#7219: drwxr-xr-x 1 root root 4096 Jun 12 07:12 ..
#7219: drwxr-xr-x 4 root root 4096 Jun 12 07:12 artifacts
#7219: drwxr-xr-x 2 root root 4096 Jun 12 07:04 contracts
#7219: -rw-r--r-- 1 root root 874 Jun 12 07:12 hardhat.config.js
#7219: drwxr-xr-x 3 root root 4096 Jun 12 07:04 ignition
#7219: drwxr-xr-x 379 root root 12288 Jun 12 07:09 node_modules
#7219: -rw-r--r-- 1 root root 278753 Jun 12 07:09 package-lock.json
#7219: -rw-r--r-- 1 root root 106 Jun 12 07:04 package.json
#7219: ?25l2K1G36m?39m 1mConfirm deploy to network foo (4242)?22m 90m›39m 90m(y/N)39m2K1G2K1G32m✔39m 1mConfirm deploy to network foo (4242)?22m 90m…39m yes
#7219: ?25hCompiled 1 Solidity file successfully (evm target: paris).
#7219: Hardhat Ignition starting for [ FooModule ]...2K1GHardhat Ignition 🚀
#7219:
#7219: Deploying [ FooModule ]
#7219:
#7219: Batch #1
#7219: Executing FooModule#Foo...
#7219:
#7219: 3A0JBatch #1
#7219: Executing FooModule#Foo...
#7219:
#7219: 3A0JBatch #1
#7219: Executed FooModule#Foo
#7219:
#7219: 3A0JBatch #1
#7219: Executed FooModule#Foo
#7219:
#7219: [ FooModule ] successfully deployed 🚀
#7219:
#7219: Deployed Addresses
#7219:
#7219: FooModule#Foo - 0xFadEF8BA4A5d709A2BF55B7A8798c9b438C640c1
#7219: 0xFadEF8BA4A5d709A2BF55B7A8798c9b438C640c1
+ sudo docker logs donce-14020062b11f /#7228
#7228: // SPDX-FileCopyrightText: Copyright (c) 2025 Yegor Bugayenko
#7228: // SPDX-License-Identifier: MIT
#7228:
#7228: require("@nomicfoundation/hardhat-toolbox");
#7228:
#7228: /** @type import("hardhat/config").HardhatUserConfig */
#7228:
#7228: module.exports = {
#7228: solidity: "0.8.28",
#7228: defaultNetwork: "foo",
#7228: networks: {
#7228: hardhat: {
#7228: chainId: 4242,
#7228: gas: 10,
#7228: gasPrice: 4,
#7228: maxFeePerGas: 100,
#7228: maxPriorityFeePerGas: 100,
#7228: initialBaseFeePerGas: 100,
#7228: accounts: [
#7228: {
#7228: privateKey: "81a9b2114d53731ecc84b261ef6c0387dde34d5907fe7b441240cc21d61bf80a",
#7228: balance: "55555555555555555555555"
#7228: },
#7228: {
#7228: privateKey: "91f9111b1744d55361e632771a4e53839e9442a9fef45febc0a5c838c686a15b",
#7228: balance: "66666666666666666666666"
#7228: }
#7228: ]
#7228: },
#7228: foo: {
#7228: chainId: 4242,
#7228: url: "http://host.docker.internal:1038"
#7228: }
#7228: }
#7228: };
#7228: total 316
#7228: drwxr-xr-x 1 root root 4096 Jun 12 07:12 .
#7228: drwxr-xr-x 1 root root 4096 Jun 12 07:12 ..
#7228: drwxr-xr-x 4 root root 4096 Jun 12 07:12 artifacts
#7228: drwxr-xr-x 2 root root 4096 Jun 12 07:04 contracts
#7228: -rw-r--r-- 1 root root 874 Jun 12 07:12 hardhat.config.js
#7228: drwxr-xr-x 3 root root 4096 Jun 12 07:04 ignition
#7228: drwxr-xr-x 379 root root 12288 Jun 12 07:09 node_modules
#7228: -rw-r--r-- 1 root root 278753 Jun 12 07:09 package-lock.json
#7228: -rw-r--r-- 1 root root 106 Jun 12 07:04 package.json
#7228: ?25l2K1G36m?39m 1mConfirm deploy to network foo (4242)?22m 90m›39m 90m(y/N)39m2K1G2K1G32m✔39m 1mConfirm deploy to network foo (4242)?22m 90m…39m yes
#7228: ?25hCompiled 1 Solidity file successfully (evm target: paris).
#7228: Hardhat Ignition starting for [ FooModule ]...2K1GHardhat Ignition 🚀
#7228:
#7228: Deploying [ FooModule ]
#7228:
#7228: Batch #1
#7228: Executing FooModule#Foo...
#7228:
#7228: 3A0JBatch #1
#7228: Executing FooModule#Foo...
#7228:
#7228: 3A0JBatch #1
#7228: Executed FooModule#Foo
#7228:
#7228: 3A0JBatch #1
#7228: Executed FooModule#Foo
#7228:
#7228: [ FooModule ] successfully deployed 🚀
#7228:
#7228: Deployed Addresses
#7228:
#7228: FooModule#Foo - 0xFadEF8BA4A5d709A2BF55B7A8798c9b438C640c1
#7228: 0xFadEF8BA4A5d709A2BF55B7A8798c9b438C640c1
+ sudo docker rm --force donce-14020062b11f /#7237
#7237: donce-14020062b11f
+ sudo docker rmi donce-f3d801d0161f /#7245
#7245: Untagged: donce-f3d801d0161f:latest
#7245: Deleted: sha256:3a0a835abf159089c4f2b489a87ff569092f006ab899caabf1d4fb29f10a3e92
+ sudo docker logs donce-565dbc0b1f8b /#7277
#7277: Started HTTP and WebSocket JSON-RPC server at http://0.0.0.0:8545/
#7277:
#7277: Accounts
#7277: ========
#7277: Account #0: 0xd5fF1bFCDE7A03Da61ad229d962c74F1eA2f16A5 (55555 ETH)
#7277:
#7277: Account #1: 0xd7a63Ac9DD3d7878bc042A4bADA214EE4aff8c85 (66666 ETH)
#7277:
#7277: 32meth_chainId0m
#7277: 32meth_chainId (2)0m
#7277: 32meth_accounts0m
#7277: 32mhardhat_getAutomine0m
#7277: 32meth_chainId0m
#7277: 32meth_getBlockByNumber0m
#7277: 32meth_getTransactionCount0m
#7277: 32meth_getTransactionCount (2)0m
#7277: 32meth_getTransactionCount (3)0m
#7277: 32meth_getBlockByNumber0m
#7277: 32meth_getTransactionCount0m
#7277: 32meth_getBlockByNumber0m
#7277: 32meth_chainId0m
#7277: 32meth_maxPriorityFeePerGas0m
#7277: 32meth_estimateGas0m
#7277: 32meth_call0m
#7277: Contract deployment: Foo
#7277: Contract address: 0xfadef8ba4a5d709a2bf55b7a8798c9b438c640c1
#7277: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#7277:
#7277: 32meth_sendTransaction0m
#7277: Contract deployment: Foo
#7277: Contract address: 0xfadef8ba4a5d709a2bf55b7a8798c9b438c640c1
#7277: Transaction: 0x5dee0c0a9b092d8179d7d480854b1f599251a35af5f4bbe7e8465a77e6c6959a
#7277: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#7277: Value: 0 ETH
#7277: Gas used: 1357081 of 1357081
#7277: Block #1: 0x39180a399c542d70313ebff32a35d689897d6b7f20634083160b7daa6726204c
#7277:
#7277: 32meth_getTransactionByHash0m
#7277: 32meth_getBlockByNumber0m
#7277: 32meth_getTransactionReceipt0m
#7277: 32meth_accounts0m
#7277: 32meth_call0m
#7277: Contract call: Foo#balanceOf
#7277: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#7277: To: 0xfadef8ba4a5d709a2bf55b7a8798c9b438c640c1
#7277:
#7277: 32meth_call0m
#7277: Contract call: Foo#balanceOf
#7277: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#7277: To: 0xfadef8ba4a5d709a2bf55b7a8798c9b438c640c1
#7277:
#7277: 32meth_call0m
#7277: Contract call: Foo#balanceOf
#7277: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#7277: To: 0xfadef8ba4a5d709a2bf55b7a8798c9b438c640c1
#7277:
#7277: 32meth_call0m
#7277: Contract call: Foo#balanceOf
#7277: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#7277: To: 0xfadef8ba4a5d709a2bf55b7a8798c9b438c640c1
#7277:
#7277: 32meth_call0m
#7277: Contract call: Foo#balanceOf
#7277: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#7277: To: 0xfadef8ba4a5d709a2bf55b7a8798c9b438c640c1
#7277:
#7277: 32meth_call0m
#7277: Contract call: Foo#balanceOf
#7277: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#7277: To: 0xfadef8ba4a5d709a2bf55b7a8798c9b438c640c1
#7277:
#7277: 32meth_call0m
#7277: Contract call: Foo#balanceOf
#7277: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#7277: To: 0xfadef8ba4a5d709a2bf55b7a8798c9b438c640c1
#7277:
#7277: 32meth_call0m
#7277: Contract call: Foo#balanceOf
#7277: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#7277: To: 0xfadef8ba4a5d709a2bf55b7a8798c9b438c640c1
#7277:
+ sudo docker rm --force donce-565dbc0b1f8b /#7286
#7286: donce-565dbc0b1f8b
+ sudo docker rmi donce-31fb5b34ac61 /#7294
#7294: Untagged: donce-31fb5b34ac61:latest
#7294: Deleted: sha256:aed99db126ae614e847bbacfe201b38c0940915d3d826b245a2ed8d20fe192fd
test_checks_balance_in_threads 32m PASS0m (11.00s)
+ sudo docker run --detach --name donce-ec5ee7299fe9 --add-host host.docker.internal:host-gateway --env USERNAME\=jeffrey --env PASSWORD\=swordfish --publish 1039:3128 yegor256/squid-proxy:latest /#7303
#7303: bc8a4bfff0a2ae071578afa005d721e48af6c9463c9ce523adef33d8c397d1ac
+ sudo docker build --tag donce-61c083320bd1 --build-arg GID\=1001 --build-arg UID\=1001 /home/r/repo/test/../hardhat /#7312
#7312: #0 building with "default" instance using docker driver
#7312:
#7312: #1 [internal] load build definition from Dockerfile
#7312: #1 transferring dockerfile: 552B done
#7312: #1 DONE 0.0s
#7312:
#7312: #2 [internal] load metadata for docker.io/library/node:24
#7312: #2 DONE 0.1s
#7312:
#7312: #3 [internal] load .dockerignore
#7312: #3 transferring context: 2B done
#7312: #3 DONE 0.0s
#7312:
#7312: #4 [1/9] FROM docker.io/library/node:24@sha256:40ad9f3064e67d6860b4bc3fe1880b2953934fd6320ada990e45fe0efa6badd7
#7312: #4 DONE 0.0s
#7312:
#7312: #5 [internal] load build context
#7312: #5 transferring context: 243B done
#7312: #5 DONE 0.0s
#7312:
#7312: #6 [3/9] COPY package.json .
#7312: #6 CACHED
#7312:
#7312: #7 [4/9] RUN npm install
#7312: #7 CACHED
#7312:
#7312: #8 [8/9] COPY ignition ignition
#7312: #8 CACHED
#7312:
#7312: #9 [5/9] COPY hardhat.config.js .
#7312: #9 CACHED
#7312:
#7312: #10 [6/9] RUN sed -i "s/PORT/8080/g" hardhat.config.js && sed -i "s/HOST/localhost/g" hardhat.config.js
#7312: #10 CACHED
#7312:
#7312: #11 [7/9] COPY contracts contracts
#7312: #11 CACHED
#7312:
#7312: #12 [2/9] WORKDIR /app
#7312: #12 CACHED
#7312:
#7312: #13 [9/9] RUN rm -rf ignition/deployments && npx hardhat compile && rm -rf cache
#7312: #13 CACHED
#7312:
#7312: #14 exporting to image
#7312: #14 exporting layers done
#7312: #14 writing image sha256:aed99db126ae614e847bbacfe201b38c0940915d3d826b245a2ed8d20fe192fd done
#7312: #14 naming to docker.io/library/donce-61c083320bd1 done
#7312: #14 DONE 0.0s
+ sudo docker run --detach --name donce-9bdad44b75bb --add-host host.docker.internal:host-gateway --publish 1040:8545 --user=1001:1001 donce-61c083320bd1 /bin/bash -c npx\ hardhat\ node\ /#7344
#7344: d21476d974c75002c6b50c0093532506013fcf9044f792b4f9af284dfc7fc34a
+ sudo docker build --tag donce-fe7228421910 --build-arg HOST\=host.docker.internal --build-arg PORT\=1040 --build-arg GID\=1001 --build-arg UID\=1001 /home/r/repo/test/../hardhat /#7355
#7355: #0 building with "default" instance using docker driver
#7355:
#7355: #1 [internal] load build definition from Dockerfile
#7355: #1 transferring dockerfile: 552B done
#7355: #1 DONE 0.0s
#7355:
#7355: #2 [internal] load metadata for docker.io/library/node:24
#7355: #2 DONE 0.1s
#7355:
#7355: #3 [internal] load .dockerignore
#7355: #3 transferring context: 2B done
#7355: #3 DONE 0.0s
#7355:
#7355: #4 [1/9] FROM docker.io/library/node:24@sha256:40ad9f3064e67d6860b4bc3fe1880b2953934fd6320ada990e45fe0efa6badd7
#7355: #4 DONE 0.0s
#7355:
#7355: #5 [internal] load build context
#7355: #5 transferring context: 243B done
#7355: #5 DONE 0.0s
#7355:
#7355: #6 [2/9] WORKDIR /app
#7355: #6 CACHED
#7355:
#7355: #7 [3/9] COPY package.json .
#7355: #7 CACHED
#7355:
#7355: #8 [4/9] RUN npm install
#7355: #8 CACHED
#7355:
#7355: #9 [5/9] COPY hardhat.config.js .
#7355: #9 CACHED
#7355:
#7355: #10 [6/9] RUN sed -i "s/PORT/1040/g" hardhat.config.js && sed -i "s/HOST/host.docker.internal/g" hardhat.config.js
#7355: #10 DONE 0.3s
#7355:
#7355: #11 [7/9] COPY contracts contracts
#7355: #11 DONE 0.1s
#7355:
#7355: #12 [8/9] COPY ignition ignition
#7355: #12 DONE 0.0s
#7355:
#7355: #13 [9/9] RUN rm -rf ignition/deployments && npx hardhat compile && rm -rf cache
#7355: #13 1.931 Downloading compiler 0.8.28
#7355: #13 2.727 Compiled 1 Solidity file successfully (evm target: paris).
#7355: #13 DONE 2.8s
#7355:
#7355: #14 exporting to image
#7355: #14 exporting layers
#7355: #14 exporting layers 0.2s done
#7355: #14 writing image sha256:17149e27c6a726052da9809830d244da4a603738652910730045945a034db496
#7355: #14 writing image sha256:17149e27c6a726052da9809830d244da4a603738652910730045945a034db496 done
#7355: #14 naming to docker.io/library/donce-fe7228421910 done
#7355: #14 DONE 0.2s
+ sudo docker run --name donce-1471e2b97093 --add-host host.docker.internal:host-gateway donce-fe7228421910 /bin/bash -c \(cat\ hardhat.config.js\)\ \&\&\ \(ls\ -al\)\ \&\&\ \(echo\ y\ \|\ npx\ hardhat\ ignition\ deploy\ ./ignition/modules/Foo.ts\ --network\ foo\ --deployment-id\ foo\)\ \&\&\ \(npx\ hardhat\ ignition\ status\ foo\ \|\ tail\ -1\ \|\ cut\ -d\"\ \"\ -f3\) /#7388
#7388: // SPDX-FileCopyrightText: Copyright (c) 2025 Yegor Bugayenko
#7388: // SPDX-License-Identifier: MIT
#7388:
#7388: require("@nomicfoundation/hardhat-toolbox");
#7388:
#7388: /** @type import("hardhat/config").HardhatUserConfig */
#7388:
#7388: module.exports = {
#7388: solidity: "0.8.28",
#7388: defaultNetwork: "foo",
#7388: networks: {
#7388: hardhat: {
#7388: chainId: 4242,
#7388: gas: 10,
#7388: gasPrice: 4,
#7388: maxFeePerGas: 100,
#7388: maxPriorityFeePerGas: 100,
#7388: initialBaseFeePerGas: 100,
#7388: accounts: [
#7388: {
#7388: privateKey: "81a9b2114d53731ecc84b261ef6c0387dde34d5907fe7b441240cc21d61bf80a",
#7388: balance: "55555555555555555555555"
#7388: },
#7388: {
#7388: privateKey: "91f9111b1744d55361e632771a4e53839e9442a9fef45febc0a5c838c686a15b",
#7388: balance: "66666666666666666666666"
#7388: }
#7388: ]
#7388: },
#7388: foo: {
#7388: chainId: 4242,
#7388: url: "http://host.docker.internal:1040"
#7388: }
#7388: }
#7388: };
#7388: total 316
#7388: drwxr-xr-x 1 root root 4096 Jun 12 07:12 .
#7388: drwxr-xr-x 1 root root 4096 Jun 12 07:12 ..
#7388: drwxr-xr-x 4 root root 4096 Jun 12 07:12 artifacts
#7388: drwxr-xr-x 2 root root 4096 Jun 12 07:04 contracts
#7388: -rw-r--r-- 1 root root 874 Jun 12 07:12 hardhat.config.js
#7388: drwxr-xr-x 3 root root 4096 Jun 12 07:04 ignition
#7388: drwxr-xr-x 379 root root 12288 Jun 12 07:09 node_modules
#7388: -rw-r--r-- 1 root root 278753 Jun 12 07:09 package-lock.json
#7388: -rw-r--r-- 1 root root 106 Jun 12 07:04 package.json
#7388: ?25l2K1G36m?39m 1mConfirm deploy to network foo (4242)?22m 90m›39m 90m(y/N)39m2K1G2K1G32m✔39m 1mConfirm deploy to network foo (4242)?22m 90m…39m yes
#7388: ?25hCompiled 1 Solidity file successfully (evm target: paris).
#7388: Hardhat Ignition starting for [ FooModule ]...2K1GHardhat Ignition 🚀
#7388:
#7388: Deploying [ FooModule ]
#7388:
#7388: Batch #1
#7388: Executing FooModule#Foo...
#7388:
#7388: 3A0JBatch #1
#7388: Executing FooModule#Foo...
#7388:
#7388: 3A0JBatch #1
#7388: Executed FooModule#Foo
#7388:
#7388: 3A0JBatch #1
#7388: Executed FooModule#Foo
#7388:
#7388: [ FooModule ] successfully deployed 🚀
#7388:
#7388: Deployed Addresses
#7388:
#7388: FooModule#Foo - 0xFadEF8BA4A5d709A2BF55B7A8798c9b438C640c1
#7388: 0xFadEF8BA4A5d709A2BF55B7A8798c9b438C640c1
+ sudo docker logs donce-1471e2b97093 /#7399
#7399: // SPDX-FileCopyrightText: Copyright (c) 2025 Yegor Bugayenko
#7399: // SPDX-License-Identifier: MIT
#7399:
#7399: require("@nomicfoundation/hardhat-toolbox");
#7399:
#7399: /** @type import("hardhat/config").HardhatUserConfig */
#7399:
#7399: module.exports = {
#7399: solidity: "0.8.28",
#7399: defaultNetwork: "foo",
#7399: networks: {
#7399: hardhat: {
#7399: chainId: 4242,
#7399: gas: 10,
#7399: gasPrice: 4,
#7399: maxFeePerGas: 100,
#7399: maxPriorityFeePerGas: 100,
#7399: initialBaseFeePerGas: 100,
#7399: accounts: [
#7399: {
#7399: privateKey: "81a9b2114d53731ecc84b261ef6c0387dde34d5907fe7b441240cc21d61bf80a",
#7399: balance: "55555555555555555555555"
#7399: },
#7399: {
#7399: privateKey: "91f9111b1744d55361e632771a4e53839e9442a9fef45febc0a5c838c686a15b",
#7399: balance: "66666666666666666666666"
#7399: }
#7399: ]
#7399: },
#7399: foo: {
#7399: chainId: 4242,
#7399: url: "http://host.docker.internal:1040"
#7399: }
#7399: }
#7399: };
#7399: total 316
#7399: drwxr-xr-x 1 root root 4096 Jun 12 07:12 .
#7399: drwxr-xr-x 1 root root 4096 Jun 12 07:12 ..
#7399: drwxr-xr-x 4 root root 4096 Jun 12 07:12 artifacts
#7399: drwxr-xr-x 2 root root 4096 Jun 12 07:04 contracts
#7399: -rw-r--r-- 1 root root 874 Jun 12 07:12 hardhat.config.js
#7399: drwxr-xr-x 3 root root 4096 Jun 12 07:04 ignition
#7399: drwxr-xr-x 379 root root 12288 Jun 12 07:09 node_modules
#7399: -rw-r--r-- 1 root root 278753 Jun 12 07:09 package-lock.json
#7399: -rw-r--r-- 1 root root 106 Jun 12 07:04 package.json
#7399: ?25l2K1G36m?39m 1mConfirm deploy to network foo (4242)?22m 90m›39m 90m(y/N)39m2K1G2K1G32m✔39m 1mConfirm deploy to network foo (4242)?22m 90m…39m yes
#7399: ?25hCompiled 1 Solidity file successfully (evm target: paris).
#7399: Hardhat Ignition starting for [ FooModule ]...2K1GHardhat Ignition 🚀
#7399:
#7399: Deploying [ FooModule ]
#7399:
#7399: Batch #1
#7399: Executing FooModule#Foo...
#7399:
#7399: 3A0JBatch #1
#7399: Executing FooModule#Foo...
#7399:
#7399: 3A0JBatch #1
#7399: Executed FooModule#Foo
#7399:
#7399: 3A0JBatch #1
#7399: Executed FooModule#Foo
#7399:
#7399: [ FooModule ] successfully deployed 🚀
#7399:
#7399: Deployed Addresses
#7399:
#7399: FooModule#Foo - 0xFadEF8BA4A5d709A2BF55B7A8798c9b438C640c1
#7399: 0xFadEF8BA4A5d709A2BF55B7A8798c9b438C640c1
+ sudo docker rm --force donce-1471e2b97093 /#7408
#7408: donce-1471e2b97093
+ sudo docker rmi donce-fe7228421910 /#7416
#7416: Untagged: donce-fe7228421910:latest
#7416: Deleted: sha256:17149e27c6a726052da9809830d244da4a603738652910730045945a034db496
+ sudo docker logs donce-9bdad44b75bb /#7427
#7427: Started HTTP and WebSocket JSON-RPC server at http://0.0.0.0:8545/
#7427:
#7427: Accounts
#7427: ========
#7427: Account #0: 0xd5fF1bFCDE7A03Da61ad229d962c74F1eA2f16A5 (55555 ETH)
#7427:
#7427: Account #1: 0xd7a63Ac9DD3d7878bc042A4bADA214EE4aff8c85 (66666 ETH)
#7427:
#7427: 32meth_chainId0m
#7427: 32meth_chainId (2)0m
#7427: 32meth_accounts0m
#7427: 32mhardhat_getAutomine0m
#7427: 32meth_chainId0m
#7427: 32meth_getBlockByNumber0m
#7427: 32meth_getTransactionCount0m
#7427: 32meth_getTransactionCount (2)0m
#7427: 32meth_getTransactionCount (3)0m
#7427: 32meth_getBlockByNumber0m
#7427: 32meth_getTransactionCount0m
#7427: 32meth_getBlockByNumber0m
#7427: 32meth_chainId0m
#7427: 32meth_maxPriorityFeePerGas0m
#7427: 32meth_estimateGas0m
#7427: 32meth_call0m
#7427: Contract deployment: Foo
#7427: Contract address: 0xfadef8ba4a5d709a2bf55b7a8798c9b438c640c1
#7427: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#7427:
#7427: 32meth_sendTransaction0m
#7427: Contract deployment: Foo
#7427: Contract address: 0xfadef8ba4a5d709a2bf55b7a8798c9b438c640c1
#7427: Transaction: 0x5dee0c0a9b092d8179d7d480854b1f599251a35af5f4bbe7e8465a77e6c6959a
#7427: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#7427: Value: 0 ETH
#7427: Gas used: 1357081 of 1357081
#7427: Block #1: 0xa24fff2581d5d89e5f85b6dbf9eab39342521ee872c7d9ed5a3474f8692e64f3
#7427:
#7427: 32meth_getTransactionByHash0m
#7427: 32meth_getBlockByNumber0m
#7427: 32meth_getTransactionReceipt0m
#7427: 32meth_accounts0m
#7427: 32meth_call0m
#7427: Contract call: Foo#balanceOf
#7427: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#7427: To: 0xfadef8ba4a5d709a2bf55b7a8798c9b438c640c1
#7427:
+ sudo docker rm --force donce-9bdad44b75bb /#7435
#7435: donce-9bdad44b75bb
+ sudo docker rmi donce-61c083320bd1 /#7443
#7443: Untagged: donce-61c083320bd1:latest
#7443: Deleted: sha256:aed99db126ae614e847bbacfe201b38c0940915d3d826b245a2ed8d20fe192fd
+ sudo docker logs donce-ec5ee7299fe9 /#7451
#7451: + set -e
#7451: + [ -z jeffrey ]
#7451: + [ -z swordfish ]
#7451: + htpasswd -cb /etc/squid/passwd jeffrey swordfish
#7451: Adding password for user jeffrey
#7451: + rm -f /run/squid.pid
#7451: + which squid
#7451: + exec /usr/sbin/squid -NYCd 1
#7451: 2026/06/12 07:12:14| WARNING: BCP 177 violation. Detected non-functional IPv6 loopback.
#7451: 2026/06/12 07:12:14| aclIpParseIpData: IPv6 has not been enabled.
#7451: 2026/06/12 07:12:14| aclIpParseIpData: IPv6 has not been enabled.
#7451: 2026/06/12 07:12:14| aclIpParseIpData: IPv6 has not been enabled.
#7451: 2026/06/12 07:12:14| Processing Configuration File: /etc/squid/squid.conf (depth 0)
#7451: 2026/06/12 07:12:14| Created PID file (/run/squid.pid)
#7451: 2026/06/12 07:12:14| Current Directory is /
#7451: 2026/06/12 07:12:14| Starting Squid Cache version 6.6 for x86_64-pc-linux-gnu...
#7451: 2026/06/12 07:12:14| Service Name: squid
#7451: 2026/06/12 07:12:14| Process ID 1
#7451: 2026/06/12 07:12:14| Process Roles: master worker
#7451: 2026/06/12 07:12:14| With 1048576 file descriptors available
#7451: 2026/06/12 07:12:14| Initializing IP Cache...
#7451: 2026/06/12 07:12:14| DNS IPv4 socket created at 0.0.0.0, FD 8
#7451: 2026/06/12 07:12:14| Adding nameserver 172.31.0.2 from /etc/resolv.conf
#7451: 2026/06/12 07:12:14| Adding domain ec2.internal from /etc/resolv.conf
#7451: 2026/06/12 07:12:14| helperOpenServers: Starting 0/5 'basic_ncsa_auth' processes
#7451: 2026/06/12 07:12:14| helperOpenServers: No 'basic_ncsa_auth' processes needed.
#7451: 2026/06/12 07:12:14| Local cache digest enabled; rebuild/rewrite every 3600/3600 sec
#7451: 2026/06/12 07:12:14| Store logging disabled
#7451: 2026/06/12 07:12:14| Swap maxSize 0 + 8192 KB, estimated 630 objects
#7451: 2026/06/12 07:12:14| Target number of buckets: 31
#7451: 2026/06/12 07:12:14| Using 8192 Store buckets
#7451: 2026/06/12 07:12:14| Max Mem size: 8192 KB
#7451: 2026/06/12 07:12:14| Max Swap size: 0 KB
#7451: 2026/06/12 07:12:14| Using Least Load store dir selection
#7451: 2026/06/12 07:12:14| Current Directory is /
#7451: 2026/06/12 07:12:14| Finished loading MIME types and icons.
#7451: 2026/06/12 07:12:14| HTCP Disabled.
#7451: 2026/06/12 07:12:14| Pinger socket opened on FD 11
#7451: 2026/06/12 07:12:14| Squid plugin modules loaded: 0
#7451: 2026/06/12 07:12:14| Adaptation support is off.
#7451: 2026/06/12 07:12:14| Accepting HTTP Socket connections at conn2 local=0.0.0.0:3128 remote=[::] FD 9 flags=9
#7451: listening port: 3128
#7451: 2026/06/12 07:12:14| Starting new basicauthenticator helpers...
#7451: current master transaction: master53
#7451: 2026/06/12 07:12:14| helperOpenServers: Starting 1/5 'basic_ncsa_auth' processes
#7451: current master transaction: master53
#7451: 2026/06/12 07:12:15| storeLateRelease: released 0 objects
+ sudo docker rm --force donce-ec5ee7299fe9 /#7459
#7459: donce-ec5ee7299fe9
test_checks_balance_via_proxy 32m PASS0m (15.06s)
+ sudo docker build --tag donce-3be3f49717c8 --build-arg GID\=1001 --build-arg UID\=1001 /home/r/repo/test/../hardhat /#7468
#7468: #0 building with "default" instance using docker driver
#7468:
#7468: #1 [internal] load build definition from Dockerfile
#7468: #1 transferring dockerfile: 552B done
#7468: #1 DONE 0.0s
#7468:
#7468: #2 [internal] load metadata for docker.io/library/node:24
#7468: #2 DONE 0.1s
#7468:
#7468: #3 [internal] load .dockerignore
#7468: #3 transferring context: 2B done
#7468: #3 DONE 0.0s
#7468:
#7468: #4 [1/9] FROM docker.io/library/node:24@sha256:40ad9f3064e67d6860b4bc3fe1880b2953934fd6320ada990e45fe0efa6badd7
#7468: #4 DONE 0.0s
#7468:
#7468: #5 [internal] load build context
#7468: #5 transferring context: 243B done
#7468: #5 DONE 0.0s
#7468:
#7468: #6 [3/9] COPY package.json .
#7468: #6 CACHED
#7468:
#7468: #7 [5/9] COPY hardhat.config.js .
#7468: #7 CACHED
#7468:
#7468: #8 [6/9] RUN sed -i "s/PORT/8080/g" hardhat.config.js && sed -i "s/HOST/localhost/g" hardhat.config.js
#7468: #8 CACHED
#7468:
#7468: #9 [2/9] WORKDIR /app
#7468: #9 CACHED
#7468:
#7468: #10 [7/9] COPY contracts contracts
#7468: #10 CACHED
#7468:
#7468: #11 [4/9] RUN npm install
#7468: #11 CACHED
#7468:
#7468: #12 [8/9] COPY ignition ignition
#7468: #12 CACHED
#7468:
#7468: #13 [9/9] RUN rm -rf ignition/deployments && npx hardhat compile && rm -rf cache
#7468: #13 CACHED
#7468:
#7468: #14 exporting to image
#7468: #14 exporting layers done
#7468: #14 writing image sha256:aed99db126ae614e847bbacfe201b38c0940915d3d826b245a2ed8d20fe192fd done
#7468: #14 naming to docker.io/library/donce-3be3f49717c8 done
#7468: #14 DONE 0.0s
+ sudo docker run --detach --name donce-4fbc020b4cfa --add-host host.docker.internal:host-gateway --publish 1041:8545 --user=1001:1001 donce-3be3f49717c8 /bin/bash -c npx\ hardhat\ node\ /#7500
#7500: 8cb1fe9e13e4c37bccfb83469a9a64208ee82c17e175049b1ad5a10de96e248f
+ sudo docker build --tag donce-c415c76cd8c2 --build-arg HOST\=host.docker.internal --build-arg PORT\=1041 --build-arg GID\=1001 --build-arg UID\=1001 /home/r/repo/test/../hardhat /#7509
#7509: #0 building with "default" instance using docker driver
#7509:
#7509: #1 [internal] load build definition from Dockerfile
#7509: #1 transferring dockerfile: 552B done
#7509: #1 DONE 0.0s
#7509:
#7509: #2 [internal] load metadata for docker.io/library/node:24
#7509: #2 DONE 0.1s
#7509:
#7509: #3 [internal] load .dockerignore
#7509: #3 transferring context: 2B done
#7509: #3 DONE 0.0s
#7509:
#7509: #4 [1/9] FROM docker.io/library/node:24@sha256:40ad9f3064e67d6860b4bc3fe1880b2953934fd6320ada990e45fe0efa6badd7
#7509: #4 DONE 0.0s
#7509:
#7509: #5 [internal] load build context
#7509: #5 transferring context: 243B done
#7509: #5 DONE 0.0s
#7509:
#7509: #6 [2/9] WORKDIR /app
#7509: #6 CACHED
#7509:
#7509: #7 [3/9] COPY package.json .
#7509: #7 CACHED
#7509:
#7509: #8 [4/9] RUN npm install
#7509: #8 CACHED
#7509:
#7509: #9 [5/9] COPY hardhat.config.js .
#7509: #9 CACHED
#7509:
#7509: #10 [6/9] RUN sed -i "s/PORT/1041/g" hardhat.config.js && sed -i "s/HOST/host.docker.internal/g" hardhat.config.js
#7509: #10 DONE 0.3s
#7509:
#7509: #11 [7/9] COPY contracts contracts
#7509: #11 DONE 0.1s
#7509:
#7509: #12 [8/9] COPY ignition ignition
#7509: #12 DONE 0.1s
#7509:
#7509: #13 [9/9] RUN rm -rf ignition/deployments && npx hardhat compile && rm -rf cache
#7509: #13 1.649 Downloading compiler 0.8.28
#7509: #13 2.336 Compiled 1 Solidity file successfully (evm target: paris).
#7509: #13 DONE 2.5s
#7509:
#7509: #14 exporting to image
#7509: #14 exporting layers
#7509: #14 exporting layers 0.2s done
#7509: #14 writing image sha256:16b48d57e8e553a882648e53ad5e9337863d53e1987990ccd1ebb9224f014163
#7509: #14 writing image sha256:16b48d57e8e553a882648e53ad5e9337863d53e1987990ccd1ebb9224f014163 done
#7509: #14 naming to docker.io/library/donce-c415c76cd8c2 done
#7509: #14 DONE 0.2s
+ sudo docker run --name donce-f43ba0878eb1 --add-host host.docker.internal:host-gateway donce-c415c76cd8c2 /bin/bash -c \(cat\ hardhat.config.js\)\ \&\&\ \(ls\ -al\)\ \&\&\ \(echo\ y\ \|\ npx\ hardhat\ ignition\ deploy\ ./ignition/modules/Foo.ts\ --network\ foo\ --deployment-id\ foo\)\ \&\&\ \(npx\ hardhat\ ignition\ status\ foo\ \|\ tail\ -1\ \|\ cut\ -d\"\ \"\ -f3\) /#7541
#7541: // SPDX-FileCopyrightText: Copyright (c) 2025 Yegor Bugayenko
#7541: // SPDX-License-Identifier: MIT
#7541:
#7541: require("@nomicfoundation/hardhat-toolbox");
#7541:
#7541: /** @type import("hardhat/config").HardhatUserConfig */
#7541:
#7541: module.exports = {
#7541: solidity: "0.8.28",
#7541: defaultNetwork: "foo",
#7541: networks: {
#7541: hardhat: {
#7541: chainId: 4242,
#7541: gas: 10,
#7541: gasPrice: 4,
#7541: maxFeePerGas: 100,
#7541: maxPriorityFeePerGas: 100,
#7541: initialBaseFeePerGas: 100,
#7541: accounts: [
#7541: {
#7541: privateKey: "81a9b2114d53731ecc84b261ef6c0387dde34d5907fe7b441240cc21d61bf80a",
#7541: balance: "55555555555555555555555"
#7541: },
#7541: {
#7541: privateKey: "91f9111b1744d55361e632771a4e53839e9442a9fef45febc0a5c838c686a15b",
#7541: balance: "66666666666666666666666"
#7541: }
#7541: ]
#7541: },
#7541: foo: {
#7541: chainId: 4242,
#7541: url: "http://host.docker.internal:1041"
#7541: }
#7541: }
#7541: };
#7541: total 316
#7541: drwxr-xr-x 1 root root 4096 Jun 12 07:12 .
#7541: drwxr-xr-x 1 root root 4096 Jun 12 07:12 ..
#7541: drwxr-xr-x 4 root root 4096 Jun 12 07:12 artifacts
#7541: drwxr-xr-x 2 root root 4096 Jun 12 07:04 contracts
#7541: -rw-r--r-- 1 root root 874 Jun 12 07:12 hardhat.config.js
#7541: drwxr-xr-x 3 root root 4096 Jun 12 07:04 ignition
#7541: drwxr-xr-x 379 root root 12288 Jun 12 07:09 node_modules
#7541: -rw-r--r-- 1 root root 278753 Jun 12 07:09 package-lock.json
#7541: -rw-r--r-- 1 root root 106 Jun 12 07:04 package.json
#7541: ?25l2K1G36m?39m 1mConfirm deploy to network foo (4242)?22m 90m›39m 90m(y/N)39m2K1G2K1G32m✔39m 1mConfirm deploy to network foo (4242)?22m 90m…39m yes
#7541: ?25hCompiled 1 Solidity file successfully (evm target: paris).
#7541: Hardhat Ignition starting for [ FooModule ]...2K1GHardhat Ignition 🚀
#7541:
#7541: Deploying [ FooModule ]
#7541:
#7541: Batch #1
#7541: Executing FooModule#Foo...
#7541:
#7541: 3A0JBatch #1
#7541: Executing FooModule#Foo...
#7541:
#7541: 3A0JBatch #1
#7541: Executed FooModule#Foo
#7541:
#7541: 3A0JBatch #1
#7541: Executed FooModule#Foo
#7541:
#7541: [ FooModule ] successfully deployed 🚀
#7541:
#7541: Deployed Addresses
#7541:
#7541: FooModule#Foo - 0xFadEF8BA4A5d709A2BF55B7A8798c9b438C640c1
#7541: 0xFadEF8BA4A5d709A2BF55B7A8798c9b438C640c1
+ sudo docker logs donce-f43ba0878eb1 /#7552
#7552: // SPDX-FileCopyrightText: Copyright (c) 2025 Yegor Bugayenko
#7552: // SPDX-License-Identifier: MIT
#7552:
#7552: require("@nomicfoundation/hardhat-toolbox");
#7552:
#7552: /** @type import("hardhat/config").HardhatUserConfig */
#7552:
#7552: module.exports = {
#7552: solidity: "0.8.28",
#7552: defaultNetwork: "foo",
#7552: networks: {
#7552: hardhat: {
#7552: chainId: 4242,
#7552: gas: 10,
#7552: gasPrice: 4,
#7552: maxFeePerGas: 100,
#7552: maxPriorityFeePerGas: 100,
#7552: initialBaseFeePerGas: 100,
#7552: accounts: [
#7552: {
#7552: privateKey: "81a9b2114d53731ecc84b261ef6c0387dde34d5907fe7b441240cc21d61bf80a",
#7552: balance: "55555555555555555555555"
#7552: },
#7552: {
#7552: privateKey: "91f9111b1744d55361e632771a4e53839e9442a9fef45febc0a5c838c686a15b",
#7552: balance: "66666666666666666666666"
#7552: }
#7552: ]
#7552: },
#7552: foo: {
#7552: chainId: 4242,
#7552: url: "http://host.docker.internal:1041"
#7552: }
#7552: }
#7552: };
#7552: total 316
#7552: drwxr-xr-x 1 root root 4096 Jun 12 07:12 .
#7552: drwxr-xr-x 1 root root 4096 Jun 12 07:12 ..
#7552: drwxr-xr-x 4 root root 4096 Jun 12 07:12 artifacts
#7552: drwxr-xr-x 2 root root 4096 Jun 12 07:04 contracts
#7552: -rw-r--r-- 1 root root 874 Jun 12 07:12 hardhat.config.js
#7552: drwxr-xr-x 3 root root 4096 Jun 12 07:04 ignition
#7552: drwxr-xr-x 379 root root 12288 Jun 12 07:09 node_modules
#7552: -rw-r--r-- 1 root root 278753 Jun 12 07:09 package-lock.json
#7552: -rw-r--r-- 1 root root 106 Jun 12 07:04 package.json
#7552: ?25l2K1G36m?39m 1mConfirm deploy to network foo (4242)?22m 90m›39m 90m(y/N)39m2K1G2K1G32m✔39m 1mConfirm deploy to network foo (4242)?22m 90m…39m yes
#7552: ?25hCompiled 1 Solidity file successfully (evm target: paris).
#7552: Hardhat Ignition starting for [ FooModule ]...2K1GHardhat Ignition 🚀
#7552:
#7552: Deploying [ FooModule ]
#7552:
#7552: Batch #1
#7552: Executing FooModule#Foo...
#7552:
#7552: 3A0JBatch #1
#7552: Executing FooModule#Foo...
#7552:
#7552: 3A0JBatch #1
#7552: Executed FooModule#Foo
#7552:
#7552: 3A0JBatch #1
#7552: Executed FooModule#Foo
#7552:
#7552: [ FooModule ] successfully deployed 🚀
#7552:
#7552: Deployed Addresses
#7552:
#7552: FooModule#Foo - 0xFadEF8BA4A5d709A2BF55B7A8798c9b438C640c1
#7552: 0xFadEF8BA4A5d709A2BF55B7A8798c9b438C640c1
+ sudo docker rm --force donce-f43ba0878eb1 /#7561
#7561: donce-f43ba0878eb1
+ sudo docker rmi donce-c415c76cd8c2 /#7569
#7569: Untagged: donce-c415c76cd8c2:latest
#7569: Deleted: sha256:16b48d57e8e553a882648e53ad5e9337863d53e1987990ccd1ebb9224f014163
+ sudo docker logs donce-4fbc020b4cfa /#7591
#7591: Started HTTP and WebSocket JSON-RPC server at http://0.0.0.0:8545/
#7591:
#7591: Accounts
#7591: ========
#7591: Account #0: 0xd5fF1bFCDE7A03Da61ad229d962c74F1eA2f16A5 (55555 ETH)
#7591:
#7591: Account #1: 0xd7a63Ac9DD3d7878bc042A4bADA214EE4aff8c85 (66666 ETH)
#7591:
#7591: 32meth_chainId0m
#7591: 32meth_chainId (2)0m
#7591: 32meth_accounts0m
#7591: 32mhardhat_getAutomine0m
#7591: 32meth_chainId0m
#7591: 32meth_getBlockByNumber0m
#7591: 32meth_getTransactionCount0m
#7591: 32meth_getTransactionCount (2)0m
#7591: 32meth_getTransactionCount (3)0m
#7591: 32meth_getBlockByNumber0m
#7591: 32meth_getTransactionCount0m
#7591: 32meth_getBlockByNumber0m
#7591: 32meth_chainId0m
#7591: 32meth_maxPriorityFeePerGas0m
#7591: 32meth_estimateGas0m
#7591: 32meth_call0m
#7591: Contract deployment: Foo
#7591: Contract address: 0xfadef8ba4a5d709a2bf55b7a8798c9b438c640c1
#7591: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#7591:
#7591: 32meth_sendTransaction0m
#7591: Contract deployment: Foo
#7591: Contract address: 0xfadef8ba4a5d709a2bf55b7a8798c9b438c640c1
#7591: Transaction: 0x5dee0c0a9b092d8179d7d480854b1f599251a35af5f4bbe7e8465a77e6c6959a
#7591: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#7591: Value: 0 ETH
#7591: Gas used: 1357081 of 1357081
#7591: Block #1: 0x388a846d5f71bcdab1849eba5a1ca6c97eff7c36d0892d706f9fc612a01a95f7
#7591:
#7591: 32meth_getTransactionByHash0m
#7591: 32meth_getBlockByNumber0m
#7591: 32meth_getTransactionReceipt0m
#7591: 32meth_accounts0m
#7591: 32meth_call0m
#7591: Contract call: Foo#balanceOf
#7591: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#7591: To: 0xfadef8ba4a5d709a2bf55b7a8798c9b438c640c1
#7591:
#7591: 32meth_call0m
#7591: Contract call: Foo#balanceOf
#7591: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#7591: To: 0xfadef8ba4a5d709a2bf55b7a8798c9b438c640c1
#7591:
#7591: 32meth_getBlockByNumber0m
#7591: 32meth_getTransactionCount0m
#7591: 32meth_estimateGas0m
#7591: 32meth_sendRawTransaction0m
#7591: Contract call: Foo#transfer
#7591: Transaction: 0xcbe5376f11a7ac7fefbd0602c5b2f92531000cfad43bb224ac1bb29bb8a1f662
#7591: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#7591: To: 0xfadef8ba4a5d709a2bf55b7a8798c9b438c640c1
#7591: Value: 0 ETH
#7591: Gas used: 35389 of 35389
#7591: Block #2: 0xd5948cf4ef01c76f0b26c17e8684236a83420b8aecee1b8df6047c93fc35e79b
#7591:
#7591: 32meth_call0m
#7591: Contract call: Foo#balanceOf
#7591: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#7591: To: 0xfadef8ba4a5d709a2bf55b7a8798c9b438c640c1
#7591:
+ sudo docker rm --force donce-4fbc020b4cfa /#7600
#7600: donce-4fbc020b4cfa
+ sudo docker rmi donce-3be3f49717c8 /#7609
#7609: Untagged: donce-3be3f49717c8:latest
#7609: Deleted: sha256:aed99db126ae614e847bbacfe201b38c0940915d3d826b245a2ed8d20fe192fd
test_pays 32m PASS0m (10.84s)
+ sudo docker run --detach --name donce-063355641288 --add-host host.docker.internal:host-gateway --env USERNAME\=jeffrey --env PASSWORD\=swordfish --publish 1042:3128 yegor256/squid-proxy:latest /#7618
#7618: e33a4b1022f4c72d906750a0f5d442847c528b4475ac95c5bb998c7b5a90eaa7
+ sudo docker build --tag donce-809145633510 --build-arg GID\=1001 --build-arg UID\=1001 /home/r/repo/test/../hardhat /#7628
#7628: #0 building with "default" instance using docker driver
#7628:
#7628: #1 [internal] load build definition from Dockerfile
#7628: #1 transferring dockerfile: 552B done
#7628: #1 DONE 0.0s
#7628:
#7628: #2 [internal] load metadata for docker.io/library/node:24
#7628: #2 DONE 0.2s
#7628:
#7628: #3 [internal] load .dockerignore
#7628: #3 transferring context: 2B done
#7628: #3 DONE 0.0s
#7628:
#7628: #4 [1/9] FROM docker.io/library/node:24@sha256:40ad9f3064e67d6860b4bc3fe1880b2953934fd6320ada990e45fe0efa6badd7
#7628: #4 DONE 0.0s
#7628:
#7628: #5 [internal] load build context
#7628: #5 transferring context: 243B done
#7628: #5 DONE 0.0s
#7628:
#7628: #6 [2/9] WORKDIR /app
#7628: #6 CACHED
#7628:
#7628: #7 [5/9] COPY hardhat.config.js .
#7628: #7 CACHED
#7628:
#7628: #8 [8/9] COPY ignition ignition
#7628: #8 CACHED
#7628:
#7628: #9 [3/9] COPY package.json .
#7628: #9 CACHED
#7628:
#7628: #10 [7/9] COPY contracts contracts
#7628: #10 CACHED
#7628:
#7628: #11 [4/9] RUN npm install
#7628: #11 CACHED
#7628:
#7628: #12 [6/9] RUN sed -i "s/PORT/8080/g" hardhat.config.js && sed -i "s/HOST/localhost/g" hardhat.config.js
#7628: #12 CACHED
#7628:
#7628: #13 [9/9] RUN rm -rf ignition/deployments && npx hardhat compile && rm -rf cache
#7628: #13 CACHED
#7628:
#7628: #14 exporting to image
#7628: #14 exporting layers done
#7628: #14 writing image sha256:aed99db126ae614e847bbacfe201b38c0940915d3d826b245a2ed8d20fe192fd done
#7628: #14 naming to docker.io/library/donce-809145633510 done
#7628: #14 DONE 0.0s
+ sudo docker run --detach --name donce-73230c0342da --add-host host.docker.internal:host-gateway --publish 1043:8545 --user=1001:1001 donce-809145633510 /bin/bash -c npx\ hardhat\ node\ /#7660
#7660: 7edf100ccc972d303e76db2800c14d54fa9fa81439a04db0949f32b1e2d0c261
+ sudo docker build --tag donce-347bf2dfd88a --build-arg HOST\=host.docker.internal --build-arg PORT\=1043 --build-arg GID\=1001 --build-arg UID\=1001 /home/r/repo/test/../hardhat /#7670
#7670: #0 building with "default" instance using docker driver
#7670:
#7670: #1 [internal] load build definition from Dockerfile
#7670: #1 transferring dockerfile: 552B done
#7670: #1 DONE 0.0s
#7670:
#7670: #2 [internal] load metadata for docker.io/library/node:24
#7670: #2 DONE 0.1s
#7670:
#7670: #3 [internal] load .dockerignore
#7670: #3 transferring context:
#7670: #3 transferring context: 2B done
#7670: #3 DONE 0.0s
#7670:
#7670: #4 [1/9] FROM docker.io/library/node:24@sha256:40ad9f3064e67d6860b4bc3fe1880b2953934fd6320ada990e45fe0efa6badd7
#7670: #4 DONE 0.0s
#7670:
#7670: #5 [internal] load build context
#7670: #5 transferring context: 243B done
#7670: #5 DONE 0.0s
#7670:
#7670: #6 [2/9] WORKDIR /app
#7670: #6 CACHED
#7670:
#7670: #7 [3/9] COPY package.json .
#7670: #7 CACHED
#7670:
#7670: #8 [4/9] RUN npm install
#7670: #8 CACHED
#7670:
#7670: #9 [5/9] COPY hardhat.config.js .
#7670: #9 CACHED
#7670:
#7670: #10 [6/9] RUN sed -i "s/PORT/1043/g" hardhat.config.js && sed -i "s/HOST/host.docker.internal/g" hardhat.config.js
#7670: #10 DONE 0.3s
#7670:
#7670: #11 [7/9] COPY contracts contracts
#7670: #11 DONE 0.1s
#7670:
#7670: #12 [8/9] COPY ignition ignition
#7670: #12 DONE 0.0s
#7670:
#7670: #13 [9/9] RUN rm -rf ignition/deployments && npx hardhat compile && rm -rf cache
#7670: #13 1.653 Downloading compiler 0.8.28
#7670: #13 2.366 Compiled 1 Solidity file successfully (evm target: paris).
#7670: #13 DONE 2.4s
#7670:
#7670: #14 exporting to image
#7670: #14 exporting layers
#7670: #14 exporting layers 0.2s done
#7670: #14 writing image sha256:c64e988d08818a937dd53f55c20d98ff2a31f1ada1b110cd37f285569d23d478
#7670: #14 writing image sha256:c64e988d08818a937dd53f55c20d98ff2a31f1ada1b110cd37f285569d23d478 done
#7670: #14 naming to docker.io/library/donce-347bf2dfd88a done
#7670: #14 DONE 0.2s
+ sudo docker run --name donce-f550cae72312 --add-host host.docker.internal:host-gateway donce-347bf2dfd88a /bin/bash -c \(cat\ hardhat.config.js\)\ \&\&\ \(ls\ -al\)\ \&\&\ \(echo\ y\ \|\ npx\ hardhat\ ignition\ deploy\ ./ignition/modules/Foo.ts\ --network\ foo\ --deployment-id\ foo\)\ \&\&\ \(npx\ hardhat\ ignition\ status\ foo\ \|\ tail\ -1\ \|\ cut\ -d\"\ \"\ -f3\) /#7702
#7702: // SPDX-FileCopyrightText: Copyright (c) 2025 Yegor Bugayenko
#7702: // SPDX-License-Identifier: MIT
#7702:
#7702: require("@nomicfoundation/hardhat-toolbox");
#7702:
#7702: /** @type import("hardhat/config").HardhatUserConfig */
#7702:
#7702: module.exports = {
#7702: solidity: "0.8.28",
#7702: defaultNetwork: "foo",
#7702: networks: {
#7702: hardhat: {
#7702: chainId: 4242,
#7702: gas: 10,
#7702: gasPrice: 4,
#7702: maxFeePerGas: 100,
#7702: maxPriorityFeePerGas: 100,
#7702: initialBaseFeePerGas: 100,
#7702: accounts: [
#7702: {
#7702: privateKey: "81a9b2114d53731ecc84b261ef6c0387dde34d5907fe7b441240cc21d61bf80a",
#7702: balance: "55555555555555555555555"
#7702: },
#7702: {
#7702: privateKey: "91f9111b1744d55361e632771a4e53839e9442a9fef45febc0a5c838c686a15b",
#7702: balance: "66666666666666666666666"
#7702: }
#7702: ]
#7702: },
#7702: foo: {
#7702: chainId: 4242,
#7702: url: "http://host.docker.internal:1043"
#7702: }
#7702: }
#7702: };
#7702: total 316
#7702: drwxr-xr-x 1 root root 4096 Jun 12 07:12 .
#7702: drwxr-xr-x 1 root root 4096 Jun 12 07:12 ..
#7702: drwxr-xr-x 4 root root 4096 Jun 12 07:12 artifacts
#7702: drwxr-xr-x 2 root root 4096 Jun 12 07:04 contracts
#7702: -rw-r--r-- 1 root root 874 Jun 12 07:12 hardhat.config.js
#7702: drwxr-xr-x 3 root root 4096 Jun 12 07:04 ignition
#7702: drwxr-xr-x 379 root root 12288 Jun 12 07:09 node_modules
#7702: -rw-r--r-- 1 root root 278753 Jun 12 07:09 package-lock.json
#7702: -rw-r--r-- 1 root root 106 Jun 12 07:04 package.json
#7702: ?25l2K1G36m?39m 1mConfirm deploy to network foo (4242)?22m 90m›39m 90m(y/N)39m2K1G2K1G32m✔39m 1mConfirm deploy to network foo (4242)?22m 90m…39m yes
#7702: ?25hCompiled 1 Solidity file successfully (evm target: paris).
#7702: Hardhat Ignition starting for [ FooModule ]...2K1GHardhat Ignition 🚀
#7702:
#7702: Deploying [ FooModule ]
#7702:
#7702: Batch #1
#7702: Executing FooModule#Foo...
#7702:
#7702: 3A0JBatch #1
#7702: Executing FooModule#Foo...
#7702:
#7702: 3A0JBatch #1
#7702: Executed FooModule#Foo
#7702:
#7702: 3A0JBatch #1
#7702: Executed FooModule#Foo
#7702:
#7702: [ FooModule ] successfully deployed 🚀
#7702:
#7702: Deployed Addresses
#7702:
#7702: FooModule#Foo - 0xFadEF8BA4A5d709A2BF55B7A8798c9b438C640c1
#7702: 0xFadEF8BA4A5d709A2BF55B7A8798c9b438C640c1
+ sudo docker logs donce-f550cae72312 /#7711
#7711: // SPDX-FileCopyrightText: Copyright (c) 2025 Yegor Bugayenko
#7711: // SPDX-License-Identifier: MIT
#7711:
#7711: require("@nomicfoundation/hardhat-toolbox");
#7711:
#7711: /** @type import("hardhat/config").HardhatUserConfig */
#7711:
#7711: module.exports = {
#7711: solidity: "0.8.28",
#7711: defaultNetwork: "foo",
#7711: networks: {
#7711: hardhat: {
#7711: chainId: 4242,
#7711: gas: 10,
#7711: gasPrice: 4,
#7711: maxFeePerGas: 100,
#7711: maxPriorityFeePerGas: 100,
#7711: initialBaseFeePerGas: 100,
#7711: accounts: [
#7711: {
#7711: privateKey: "81a9b2114d53731ecc84b261ef6c0387dde34d5907fe7b441240cc21d61bf80a",
#7711: balance: "55555555555555555555555"
#7711: },
#7711: {
#7711: privateKey: "91f9111b1744d55361e632771a4e53839e9442a9fef45febc0a5c838c686a15b",
#7711: balance: "66666666666666666666666"
#7711: }
#7711: ]
#7711: },
#7711: foo: {
#7711: chainId: 4242,
#7711: url: "http://host.docker.internal:1043"
#7711: }
#7711: }
#7711: };
#7711: total 316
#7711: drwxr-xr-x 1 root root 4096 Jun 12 07:12 .
#7711: drwxr-xr-x 1 root root 4096 Jun 12 07:12 ..
#7711: drwxr-xr-x 4 root root 4096 Jun 12 07:12 artifacts
#7711: drwxr-xr-x 2 root root 4096 Jun 12 07:04 contracts
#7711: -rw-r--r-- 1 root root 874 Jun 12 07:12 hardhat.config.js
#7711: drwxr-xr-x 3 root root 4096 Jun 12 07:04 ignition
#7711: drwxr-xr-x 379 root root 12288 Jun 12 07:09 node_modules
#7711: -rw-r--r-- 1 root root 278753 Jun 12 07:09 package-lock.json
#7711: -rw-r--r-- 1 root root 106 Jun 12 07:04 package.json
#7711: ?25l2K1G36m?39m 1mConfirm deploy to network foo (4242)?22m 90m›39m 90m(y/N)39m2K1G2K1G32m✔39m 1mConfirm deploy to network foo (4242)?22m 90m…39m yes
#7711: ?25hCompiled 1 Solidity file successfully (evm target: paris).
#7711: Hardhat Ignition starting for [ FooModule ]...2K1GHardhat Ignition 🚀
#7711:
#7711: Deploying [ FooModule ]
#7711:
#7711: Batch #1
#7711: Executing FooModule#Foo...
#7711:
#7711: 3A0JBatch #1
#7711: Executing FooModule#Foo...
#7711:
#7711: 3A0JBatch #1
#7711: Executed FooModule#Foo
#7711:
#7711: 3A0JBatch #1
#7711: Executed FooModule#Foo
#7711:
#7711: [ FooModule ] successfully deployed 🚀
#7711:
#7711: Deployed Addresses
#7711:
#7711: FooModule#Foo - 0xFadEF8BA4A5d709A2BF55B7A8798c9b438C640c1
#7711: 0xFadEF8BA4A5d709A2BF55B7A8798c9b438C640c1
+ sudo docker rm --force donce-f550cae72312 /#7719
#7719: donce-f550cae72312
+ sudo docker rmi donce-347bf2dfd88a /#7727
#7727: Untagged: donce-347bf2dfd88a:latest
#7727: Deleted: sha256:c64e988d08818a937dd53f55c20d98ff2a31f1ada1b110cd37f285569d23d478
+ sudo docker logs donce-73230c0342da /#7744
#7744: Started HTTP and WebSocket JSON-RPC server at http://0.0.0.0:8545/
#7744:
#7744: Accounts
#7744: ========
#7744: Account #0: 0xd5fF1bFCDE7A03Da61ad229d962c74F1eA2f16A5 (55555 ETH)
#7744:
#7744: Account #1: 0xd7a63Ac9DD3d7878bc042A4bADA214EE4aff8c85 (66666 ETH)
#7744:
#7744: 32meth_chainId0m
#7744: 32meth_chainId (2)0m
#7744: 32meth_accounts0m
#7744: 32mhardhat_getAutomine0m
#7744: 32meth_chainId0m
#7744: 32meth_getBlockByNumber0m
#7744: 32meth_getTransactionCount0m
#7744: 32meth_getTransactionCount (2)0m
#7744: 32meth_getTransactionCount (3)0m
#7744: 32meth_getBlockByNumber0m
#7744: 32meth_getTransactionCount0m
#7744: 32meth_getBlockByNumber0m
#7744: 32meth_chainId0m
#7744: 32meth_maxPriorityFeePerGas0m
#7744: 32meth_estimateGas0m
#7744: 32meth_call0m
#7744: Contract deployment: Foo
#7744: Contract address: 0xfadef8ba4a5d709a2bf55b7a8798c9b438c640c1
#7744: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#7744:
#7744: 32meth_sendTransaction0m
#7744: Contract deployment: Foo
#7744: Contract address: 0xfadef8ba4a5d709a2bf55b7a8798c9b438c640c1
#7744: Transaction: 0x5dee0c0a9b092d8179d7d480854b1f599251a35af5f4bbe7e8465a77e6c6959a
#7744: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#7744: Value: 0 ETH
#7744: Gas used: 1357081 of 1357081
#7744: Block #1: 0x09b78128021a0b2a4296f7f38cf12aed95225564777518176c397fc3f0e1246f
#7744:
#7744: 32meth_getTransactionByHash0m
#7744: 32meth_getBlockByNumber0m
#7744: 32meth_getTransactionReceipt0m
#7744: 32meth_subscribe0m
#7744: 32meth_getBlockByNumber0m
#7744: 32meth_getTransactionCount0m
#7744: 32meth_estimateGas0m
#7744: 32meth_sendRawTransaction0m
#7744: Contract call: Foo#transfer
#7744: Transaction: 0x69bb93d3efe3afa82304b088ab86a9addb809a33bfca1a81cfe25911a45dc4fb
#7744: From: 0xd5ff1bfcde7a03da61ad229d962c74f1ea2f16a5
#7744: To: 0xfadef8ba4a5d709a2bf55b7a8798c9b438c640c1
#7744: Value: 0 ETH
#7744: Gas used: 35389 of 35389
#7744: Block #2: 0xe60db584653e7316e63f578606e18e90e44a42f41a96b737300725a005066060
#7744:
#7744: 32meth_unsubscribe0m
+ sudo docker rm --force donce-73230c0342da /#7752
#7752: donce-73230c0342da
+ sudo docker rmi donce-809145633510 /#7761
#7761: Untagged: donce-809145633510:latest
#7761: Deleted: sha256:aed99db126ae614e847bbacfe201b38c0940915d3d826b245a2ed8d20fe192fd
+ sudo docker logs donce-063355641288 /#7769
#7769: + set -e
#7769: + [ -z jeffrey ]
#7769: + [ -z swordfish ]
#7769: + htpasswd -cb /etc/squid/passwd jeffrey swordfish
#7769: Adding password for user jeffrey
#7769: + rm -f /run/squid.pid
#7769: + which squid
#7769: + exec /usr/sbin/squid -NYCd 1
#7769: 2026/06/12 07:12:39| WARNING: BCP 177 violation. Detected non-functional IPv6 loopback.
#7769: 2026/06/12 07:12:39| aclIpParseIpData: IPv6 has not been enabled.
#7769: 2026/06/12 07:12:39| aclIpParseIpData: IPv6 has not been enabled.
#7769: 2026/06/12 07:12:39| aclIpParseIpData: IPv6 has not been enabled.
#7769: 2026/06/12 07:12:39| Processing Configuration File: /etc/squid/squid.conf (depth 0)
#7769: 2026/06/12 07:12:39| Created PID file (/run/squid.pid)
#7769: 2026/06/12 07:12:39| Current Directory is /
#7769: 2026/06/12 07:12:39| Starting Squid Cache version 6.6 for x86_64-pc-linux-gnu...
#7769: 2026/06/12 07:12:39| Service Name: squid
#7769: 2026/06/12 07:12:39| Process ID 1
#7769: 2026/06/12 07:12:39| Process Roles: master worker
#7769: 2026/06/12 07:12:39| With 1048576 file descriptors available
#7769: 2026/06/12 07:12:39| Initializing IP Cache...
#7769: 2026/06/12 07:12:39| DNS IPv4 socket created at 0.0.0.0, FD 8
#7769: 2026/06/12 07:12:39| Adding nameserver 172.31.0.2 from /etc/resolv.conf
#7769: 2026/06/12 07:12:39| Adding domain ec2.internal from /etc/resolv.conf
#7769: 2026/06/12 07:12:39| helperOpenServers: Starting 0/5 'basic_ncsa_auth' processes
#7769: 2026/06/12 07:12:39| helperOpenServers: No 'basic_ncsa_auth' processes needed.
#7769: 2026/06/12 07:12:39| Local cache digest enabled; rebuild/rewrite every 3600/3600 sec
#7769: 2026/06/12 07:12:39| Store logging disabled
#7769: 2026/06/12 07:12:39| Swap maxSize 0 + 8192 KB, estimated 630 objects
#7769: 2026/06/12 07:12:39| Target number of buckets: 31
#7769: 2026/06/12 07:12:39| Using 8192 Store buckets
#7769: 2026/06/12 07:12:39| Max Mem size: 8192 KB
#7769: 2026/06/12 07:12:39| Max Swap size: 0 KB
#7769: 2026/06/12 07:12:39| Using Least Load store dir selection
#7769: 2026/06/12 07:12:39| Current Directory is /
#7769: 2026/06/12 07:12:39| Finished loading MIME types and icons.
#7769: 2026/06/12 07:12:39| HTCP Disabled.
#7769: 2026/06/12 07:12:39| Pinger socket opened on FD 11
#7769: 2026/06/12 07:12:39| Squid plugin modules loaded: 0
#7769: 2026/06/12 07:12:39| Adaptation support is off.
#7769: 2026/06/12 07:12:39| Accepting HTTP Socket connections at conn2 local=0.0.0.0:3128 remote=[::] FD 9 flags=9
#7769: listening port: 3128
#7769: 2026/06/12 07:12:39| Starting new basicauthenticator helpers...
#7769: current master transaction: master53
#7769: 2026/06/12 07:12:39| helperOpenServers: Starting 1/5 'basic_ncsa_auth' processes
#7769: current master transaction: master53
#7769: 2026/06/12 07:12:40| storeLateRelease: released 0 objects
+ sudo docker rm --force donce-063355641288 /#7777
#7777: donce-063355641288
test_accepts_payments_via_proxy 32m PASS0m (13.29s)
TestFakeWallet
test_reads_sum_of_payment 32m PASS0m (0.00s)
test_checks_preset_fake_eth_balance 32m PASS0m (0.00s)
test_checks_fake_balance 32m PASS0m (0.00s)
test_checks_fake_eth_balance 32m PASS0m (0.00s)
test_returns_host 32m PASS0m (0.00s)
test_checks_gas_estimate 32m PASS0m (0.00s)
test_accepts_payments_on_hardhat 32m PASS0m (0.20s)
test_checks_preset_fake_balance 32m PASS0m (0.00s)
test_pays_fake_eths 32m PASS0m (0.00s)
test_pays_fake_money 32m PASS0m (0.00s)
test_checks_gas_price 32m PASS0m (0.00s)
Finished in 313.91241s
61 tests, 96 assertions, 32m0 failures, 0 errors, 0m33m11 skips0m
Coverage report generated for test to /home/r/repo/coverage.
Line Coverage: 97.75% (304 / 311)
Coverage report generated for test to /home/r/repo/coverage/coverage.xml.
Line Coverage: 97.75% (304 / 311)
/usr/local/bin/ruby -S bundle exec cucumber
90m# SPDX-FileCopyrightText: Copyright (c) 2025 Yegor Bugayenko0m
90m# SPDX-License-Identifier: MIT0m
Feature: Command Line Processing
As a simple ETH/ERC20 user I want to use it
Scenario: Help can be printed 90m# features/cli.feature:70m
32mWhen I run bin/erc20 with "32m1mhelp0m0m32m"90m # features/step_definitions/steps.rb:270m0m
32mThen Exit code is zero90m # features/step_definitions/steps.rb:410m0m
32mAnd Stdout contains "32m1mhelp0m0m32m"90m # features/step_definitions/steps.rb:330m0m
Scenario: ETH private key can be generated 90m# features/cli.feature:120m
32mWhen I run bin/erc20 with "32m1mkey0m0m32m"90m # features/step_definitions/steps.rb:270m0m
32mThen Exit code is zero90m # features/step_definitions/steps.rb:410m0m
Scenario: ETH address can be created 90m# features/cli.feature:160m
32mWhen I run bin/erc20 with "32m1maddress 46feba063e9b59a8ae0dba68abd39a3cb8f52089e776576d6eb1bb5bfec123d10m0m32m"90m # features/step_definitions/steps.rb:270m0m
32mThen Exit code is zero90m # features/step_definitions/steps.rb:410m0m
Feature: Command Line Processing, in Dry Mode
As a simple ETH/ERC20 user I want to test it in dry mode
Scenario: Gas price price can be retrieved 90m# features/dry.feature:70m
32mWhen I run bin/erc20 with "32m1mprice --attempts=4 --dry0m0m32m"90m # features/step_definitions/steps.rb:270m0m
32mThen Exit code is zero90m # features/step_definitions/steps.rb:410m0m
Scenario: ERC20 balance can be checked 90m# features/dry.feature:110m
32mWhen I run bin/erc20 with "32m1mbalance 0x7232148927F8a580053792f44D4d59d40Fd00ABD --verbose --dry0m0m32m"90m # features/step_definitions/steps.rb:270m0m
32mThen Exit code is zero90m # features/step_definitions/steps.rb:410m0m
Scenario: ETH balance can be checked 90m# features/dry.feature:150m
32mWhen I run bin/erc20 with "32m1meth_balance 0x7232148927F8a580053792f44D4d59d40Fd00ABD --verbose --dry0m0m32m"90m # features/step_definitions/steps.rb:270m0m
32mThen Exit code is zero90m # features/step_definitions/steps.rb:410m0m
Scenario: ERC20 payment can be sent in tokens 90m# features/dry.feature:190m
32mWhen I run bin/erc20 with "32m1mpay --dry --verbose 46feba063e9b59a8ae0dba68abd39a3cb8f52089e776576d6eb1bb5bfec123d1 0x7232148927F8a580053792f44D4d59d40Fd00ABD 100m0m32m"90m # features/step_definitions/steps.rb:270m0m
32mThen Exit code is zero90m # features/step_definitions/steps.rb:410m0m
Scenario: ERC20 payment can be sent in dollars 90m# features/dry.feature:230m
32mWhen I run bin/erc20 with "32m1mpay --dry --verbose 46feba063e9b59a8ae0dba68abd39a3cb8f52089e776576d6eb1bb5bfec123d1 0x7232148927F8a580053792f44D4d59d40Fd00ABD $100m0m32m"90m # features/step_definitions/steps.rb:270m0m
32mThen Exit code is zero90m # features/step_definitions/steps.rb:410m0m
Scenario: ERC20 payment can be sent in USDT 90m# features/dry.feature:270m
32mWhen I run bin/erc20 with "32m1mpay --dry --verbose 46feba063e9b59a8ae0dba68abd39a3cb8f52089e776576d6eb1bb5bfec123d1 0x7232148927F8a580053792f44D4d59d40Fd00ABD 10usdt0m0m32m"90m # features/step_definitions/steps.rb:270m0m
32mThen Exit code is zero90m # features/step_definitions/steps.rb:410m0m
Scenario: ETH payment can be sent in wei 90m# features/dry.feature:310m
32mWhen I run bin/erc20 with "32m1meth_pay --dry --verbose 46feba063e9b59a8ae0dba68abd39a3cb8f52089e776576d6eb1bb5bfec123d1 0x7232148927F8a580053792f44D4d59d40Fd00ABD 100000000m0m32m"90m # features/step_definitions/steps.rb:270m0m
32mThen Exit code is zero90m # features/step_definitions/steps.rb:410m0m
Scenario: ETH payment can be sent in ETH 90m# features/dry.feature:350m
32mWhen I run bin/erc20 with "32m1meth_pay --dry --verbose 46feba063e9b59a8ae0dba68abd39a3cb8f52089e776576d6eb1bb5bfec123d1 0x7232148927F8a580053792f44D4d59d40Fd00ABD 1eth0m0m32m"90m # features/step_definitions/steps.rb:270m0m
32mThen Exit code is zero90m # features/step_definitions/steps.rb:410m0m
Feature: Gem Package
As a source code writer I want to be able to
package the Gem into .gem file
Scenario: Gem can be packaged 90m# features/gem_package.feature:80m
32mGiven It is Unix90m # features/step_definitions/steps.rb:610m0m
32mGiven I have a "32m1mexecs.rb0m0m32m" file with content:90m # features/step_definitions/steps.rb:220m0m
32m """0m
32m #!/usr/bin/env ruby0m
32m require 'rubygems'0m
32m spec = Gem::Specification::load('./spec.rb')0m
32m if spec.executables.empty?0m
32m fail 'no executables: ' + File.read('./spec.rb')0m
32m end0m
32m """0m
32mWhen I run bash with:90m # features/step_definitions/steps.rb:550m0m
32m """0m
32m cd erc200m
32m gem build erc20.gemspec0m
32m gem specification --ruby erc20-*.gem > ../spec.rb0m
32m cd ..0m
32m ruby execs.rb0m
32m """0m
32mThen Exit code is zero90m # features/step_definitions/steps.rb:410m0m
Feature: Command Line Processing
As a simple ETH/ERC20 user I want to use it live
Scenario: Gas price price can be retrieved 90m# features/live.feature:70m
32mWhen I run bin/erc20 with "32m1mprice --attempts=40m0m32m"90m # features/step_definitions/steps.rb:270m0m
32mThen Exit code is zero90m # features/step_definitions/steps.rb:410m0m
Scenario: ERC20 balance can be checked 90m# features/live.feature:110m
32mWhen I run bin/erc20 with "32m1mbalance 0x7232148927F8a580053792f44D4d59d40Fd00ABD --verbose --attempts=40m0m32m"90m # features/step_definitions/steps.rb:270m0m
32mThen Exit code is zero90m # features/step_definitions/steps.rb:410m0m
Scenario: ETH balance can be checked 90m# features/live.feature:150m
32mWhen I run bin/erc20 with "32m1meth_balance 0x7232148927F8a580053792f44D4d59d40Fd00ABD --verbose --attempts=40m0m32m"90m # features/step_definitions/steps.rb:270m0m
32mThen Exit code is zero90m # features/step_definitions/steps.rb:410m0m
15 scenarios (32m15 passed0m)
33 steps (32m33 passed0m)
0m13.833s
1m32m┌──────────────────────────────────────────────────────────────────────────────┐0m0m
1m32m│0m0m Share your Cucumber Report with your team at 4m1m36mhttps://reports.cucumber.io0m0m0m 1m32m│0m0m
1m32m│0m0m 1m32m│0m0m
1m32m│0m0m Command line option: 36m--publish0m 1m32m│0m0m
1m32m│0m0m Environment variable: 36mCUCUMBER_PUBLISH_ENABLED0m=36mtrue0m 1m32m│0m0m
1m32m│0m0m cucumber.yml: 36mdefault: --publish0m 1m32m│0m0m
1m32m│0m0m 1m32m│0m0m
1m32m│0m0m More information at 4m1m36mhttps://cucumber.io/docs/cucumber/environment-variables/0m0m0m 1m32m│0m0m
1m32m│0m0m 1m32m│0m0m
1m32m│0m0m To disable this message, specify 1mCUCUMBER_PUBLISH_QUIET=true0m or use the 1m32m│0m0m
1m32m│0m0m 1m--publish-quiet0m option. You can also add this to your 1mcucumber.yml:0m 1m32m│0m0m
1m32m│0m0m 1mdefault: --publish-quiet0m 1m32m│0m0m
1m32m└──────────────────────────────────────────────────────────────────────────────┘0m0m
Running RuboCop...
Inspecting 15 files
32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m
15 files inspected, 32mno offenses0m detected
?25h2KFiles:neratingrdo3/ERC20/FakeWallet.html..0mml0ml0m
Modules: 1 ( 0 undocumented)
Classes: 2 ( 0 undocumented)
Constants: 5 ( 5 undocumented)
Attributes: 8 ( 0 undocumented)
Methods: 20 ( 0 undocumented)
86.11% documented
[__rultor 6dc3e66] version set to 0.3.0
1 file changed, 1 insertion(+), 1 deletion(-)
Successfully built RubyGem
Name: erc20
Version: 0.3.0
File: erc20-0.3.0.gem
Pushing gem to https://rubygems.org...
Successfully registered gem: erc20 (0.3.0)
+ mv /home/r/repo .
++ whoami
+ chown -R root repo
+ '[' -n '' ']'
++ whoami
+ sudo chown -R ubuntu repo
+ cd repo
+ git checkout __rultor
Already on '__rultor'
+ git tag 0.3.0 -m '0.3.0: tagged by rultor.com'
+ git reset --hard
HEAD is now at 6dc3e66 version set to 0.3.0
+ git clean -fd
+ git checkout master
Switched to branch 'master'
Your branch is up to date with 'origin/master'.
+ git branch -D __rultor
Deleted branch __rultor (was 6dc3e66).
+ git push --all origin
Everything up-to-date
+ git push --tags origin
To github.com:yegor256/erc20.git
* [new tag] 0.3.0 -> 0.3.0
container 866de2870fd98edace2c6a0ea04ef69dc7230708e378de7fe1705df424730b1b is dead
Fri Jun 12 07:14:13 UTC 2026