+ set -e + set -o pipefail ++ dirname ./run.sh + cd . + echo 18299 + echo '1.68.4 61d95181d' 1.68.4 61d95181d + date Sun Jul 7 10:06:48 CEST 2019 + uptime 10:06:48 up 203 days, 23:37, 0 users, load average: 4.94, 4.80, 4.74 + head=git@github.com:zold-io/zold-ruby-sdk.git + ff=default + image=yegor256/rultor + rebase=false + squash=false + head_branch=master + author=yegor256 + tag=0.2.2 + vars=('--env=head=git@github.com:zold-io/zold-ruby-sdk.git' '--env=tag=0.2.2' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:zold-io/zold-ruby-sdk.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.2.2'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''export GEM_HOME=~/.ruby'\'' '\'';'\'' '\''export GEM_PATH=$GEM_HOME:$GEM_PATH'\'' '\'';'\'' '\''bundle install'\'' '\'';'\'' '\''bundle exec rake'\'' '\'';'\'' '\''rm -rf *.gem'\'' '\'';'\'' '\''sed -i "s/0\.0\.0/${tag}/g" zold-ruby-sdk.gemspec'\'' '\'';'\'' '\''git add zold-ruby-sdk.gemspec'\'' '\'';'\'' '\''git commit -m "Version set to ${tag}"'\'' '\'';'\'' '\''gem build zold-ruby-sdk.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:zold-io/zold-ruby-sdk.git'\''' ';' 'export '\''tag=0.2.2'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yegor256'\''' ';' 'export GEM_HOME=~/.ruby' ';' 'export GEM_PATH=$GEM_HOME:$GEM_PATH' ';' 'bundle install' ';' 'bundle exec rake' ';' 'rm -rf *.gem' ';' 'sed -i "s/0\.0\.0/${tag}/g" zold-ruby-sdk.gemspec' ';' 'git add zold-ruby-sdk.gemspec' ';' 'git commit -m "Version set to ${tag}"' ';' 'gem build zold-ruby-sdk.gemspec' ';' 'chmod 0600 ../rubygems.yml' ';' 'gem push *.gem --config-file ../rubygems.yml' ';') + directory= + container=zold-io_zold-ruby-sdk_9 + as_root=false + mkdir -p /home/rultor/.ssh + echo -e 'Host github.com\n\tStrictHostKeyChecking no\n' + chmod 600 /home/rultor/.ssh/config + git clone git@github.com:zold-io/zold-ruby-sdk.git repo Cloning into 'repo'... + cd repo + git config user.email me@rultor.com + git config user.name rultor + '[' -z 'export '\''head=git@github.com:zold-io/zold-ruby-sdk.git'\''' ']' + cd .. + cat + '[' false = true ']' + cat + chmod a+x entry.sh + cat + echo 'export '\''head=git@github.com:zold-io/zold-ruby-sdk.git'\''' ';' 'export '\''tag=0.2.2'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yegor256'\''' ';' 'export GEM_HOME=~/.ruby' ';' 'export GEM_PATH=$GEM_HOME:$GEM_PATH' ';' 'bundle install' ';' 'bundle exec rake' ';' 'rm -rf *.gem' ';' 'sed -i "s/0\.0\.0/${tag}/g" zold-ruby-sdk.gemspec' ';' 'git add zold-ruby-sdk.gemspec' ';' 'git commit -m "Version set to ${tag}"' ';' 'gem build zold-ruby-sdk.gemspec' ';' 'chmod 0600 ../rubygems.yml' ';' 'gem push *.gem --config-file ../rubygems.yml' ';' + sensitive=() + rm -rf .gpg + '[' -z 0.2.2 ']' + [[ 0.2.2 =~ ^[a-zA-Z0-9\.\-]+$ ]] + echo 'tag name is valid: "0.2.2"' tag name is valid: "0.2.2" + cd repo ++ git tag -l 0.2.2 + '[' ']' + export BRANCH_NAME=__rultor + BRANCH_NAME=__rultor ++ git show-branch __rultor ++ wc -l + '[' 0 -gt 0 ']' + git checkout -b __rultor Switched to a new branch '__rultor' + docker_when_possible + true ++ uptime ++ sed 's/ /\n/g' ++ tail -n 1 + load=4.74 ++ echo 4.74 '>' 30 ++ bc + '[' 0 -eq 1 ']' + echo 'load average is 4.74, low enough to run a new Docker container' load average is 4.74, low enough to run a new Docker container + break + cd .. + '[' -n '' ']' + use_image=yegor256/rultor + docker pull yegor256/rultor Using default tag: latest latest: Pulling from yegor256/rultor Digest: sha256:89ad567752735f414ef0f6408fd08b5aeed93259147b0dfe2df279054c27a472 Status: Image is up to date for yegor256/rultor:latest + docker ps --filter=status=exited + grep --quiet '\szold-io_zold-ruby-sdk_9\s*$' + ls -al . total 712 drwx--x--x 3 rultor rultor 4096 Jul 7 10:06 . drwxrwxrwt 16 root root 684032 Jul 7 10:06 .. -rw-rw-r-- 1 rultor rultor 444 Jul 7 10:06 end.sh -rwxrwxr-x 1 rultor rultor 338 Jul 7 10:06 entry.sh -rw-rw-r-- 1 rultor rultor 6 Jul 7 10:06 pid drwxrwxr-x 5 rultor rultor 4096 Jul 7 10:06 repo -rw-rw-r-- 1 rultor rultor 56 Jul 7 10:06 rubygems.yml -rwxrwxr-x 1 rultor rultor 5816 Jul 7 10:06 run.sh -rw-rw-r-- 1 rultor rultor 605 Jul 7 10:06 script.sh -rw-rw-r-- 1 rultor rultor 4016 Jul 7 10:06 stdout ++ pwd ++ pwd + docker run -t --rm -v /tmp/rultor-Is6W:/main --env=head=git@github.com:zold-io/zold-ruby-sdk.git --env=tag=0.2.2 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:zold-io/zold-ruby-sdk.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.2.2'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''export GEM_HOME=~/.ruby'\'' '\'';'\'' '\''export GEM_PATH=$GEM_HOME:$GEM_PATH'\'' '\'';'\'' '\''bundle install'\'' '\'';'\'' '\''bundle exec rake'\'' '\'';'\'' '\''rm -rf *.gem'\'' '\'';'\'' '\''sed -i "s/0\.0\.0/${tag}/g" zold-ruby-sdk.gemspec'\'' '\'';'\'' '\''git add zold-ruby-sdk.gemspec'\'' '\'';'\'' '\''git commit -m "Version set to ${tag}"'\'' '\'';'\'' '\''gem build zold-ruby-sdk.gemspec'\'' '\'';'\'' '\''chmod 0600 ../rubygems.yml'\'' '\'';'\'' '\''gem push *.gem --config-file ../rubygems.yml'\'' '\'';'\'' )' --env=head_branch=master --env=author=yegor256 --hostname=docker --privileged --memory=6g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-Is6W/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=zold-io_zold-ruby-sdk_9 yegor256/rultor /main/entry.sh WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. + set -e + set -o pipefail + shopt -s dotglob + useradd -m -G sudo r + echo '%sudo ALL=(ALL) NOPASSWD:ALL' + cp -R /root/.bashrc /root/.composer /root/.gem /root/.gnupg /root/.m2 /root/.profile /root/texmf /root/.wget-hsts /home/r + cp -R ./cid ./end.sh ./entry.sh ./pid ./repo ./rubygems.yml ./run.sh ./script.sh ./stdout /home/r + rm -rf repo + chown -R r:r /home/r + chmod a+x /home/r/script.sh + su --login r --command /home/r/script.sh mesg: change /dev/pts/0 mode failed: Operation not permitted + set -e + set -o pipefail + shopt -s expand_aliases + alias 'sudo=sudo -i' + export HOME=/home/r + HOME=/home/r + cd /home/r/repo + export head=git@github.com:zold-io/zold-ruby-sdk.git + head=git@github.com:zold-io/zold-ruby-sdk.git + export tag=0.2.2 + tag=0.2.2 + export head_branch=master + head_branch=master + export author=yegor256 + author=yegor256 + export GEM_HOME=/home/r/.ruby + GEM_HOME=/home/r/.ruby + export GEM_PATH=/home/r/.ruby:/usr/local/rvm/gems/ruby-2.6.0:/usr/local/rvm/gems/ruby-2.6.0@global + GEM_PATH=/home/r/.ruby:/usr/local/rvm/gems/ruby-2.6.0:/usr/local/rvm/gems/ruby-2.6.0@global + bundle install Fetching gem metadata from https://rubygems.org/.............. Fetching gem metadata from https://rubygems.org/.. Resolving dependencies... Using rake 12.3.2 32mFetching concurrent-ruby 1.1.50m 32mInstalling concurrent-ruby 1.1.50m 32mFetching i18n 1.6.00m 32mInstalling i18n 1.6.00m Using minitest 5.11.3 32mFetching thread_safe 0.3.60m 32mInstalling thread_safe 0.3.60m 32mFetching tzinfo 1.2.50m 32mInstalling tzinfo 1.2.50m 32mFetching activesupport 5.2.30m 32mInstalling activesupport 5.2.30m 32mFetching builder 3.2.30m 32mInstalling builder 3.2.30m 32mFetching erubi 1.8.00m 32mInstalling erubi 1.8.00m 32mFetching mini_portile2 2.4.00m 32mInstalling mini_portile2 2.4.00m 32mFetching nokogiri 1.10.30m 32mInstalling nokogiri 1.10.3 with native extensions0m GemWrappers: Can not wrap missing file: nokogiri 32mFetching rails-dom-testing 2.0.30m 32mInstalling rails-dom-testing 2.0.30m 32mFetching crass 1.0.40m 32mInstalling crass 1.0.40m 32mFetching loofah 2.2.30m 32mInstalling loofah 2.2.30m 32mFetching rails-html-sanitizer 1.0.40m 32mInstalling rails-html-sanitizer 1.0.40m 32mFetching actionview 5.2.30m 32mInstalling actionview 5.2.30m 32mFetching rack 2.0.70m 32mInstalling rack 2.0.70m GemWrappers: Can not wrap missing file: rackup 32mFetching rack-test 1.1.00m 32mInstalling rack-test 1.1.00m 32mFetching actionpack 5.2.30m 32mInstalling actionpack 5.2.30m 32mFetching public_suffix 3.1.10m 32mInstalling public_suffix 3.1.10m Using addressable 2.6.0 32mFetching ast 2.4.00m 32mInstalling ast 2.4.00m 32mFetching backtrace 0.3.00m 32mInstalling backtrace 0.3.00m Using bundler 1.17.2 32mFetching json 2.2.00m 32mInstalling json 2.2.0 with native extensions0m 32mFetching docile 1.3.20m 32mInstalling docile 1.3.20m 32mFetching simplecov-html 0.10.20m 32mInstalling simplecov-html 0.10.20m 32mFetching simplecov 0.17.00m 32mInstalling simplecov 0.17.00m 32mFetching url 0.3.20m 32mInstalling url 0.3.20m 32mFetching codecov 0.1.140m 32mInstalling codecov 0.1.140m 32mFetching safe_yaml 1.0.50m 32mInstalling safe_yaml 1.0.50m 32mFetching crack 0.4.30m 32mInstalling crack 0.4.30m 32mFetching daemons 1.3.10m 32mInstalling daemons 1.3.10m 32mFetching diff-lcs 1.30m 32mInstalling diff-lcs 1.30m GemWrappers: Can not wrap missing file: htmldiff GemWrappers: Can not wrap missing file: ldiff 32mFetching diffy 3.3.00m 32mInstalling diffy 3.3.00m 32mFetching ffi 1.11.10m 32mInstalling ffi 1.11.1 with native extensions0m 32mFetching ethon 0.12.00m 32mInstalling ethon 0.12.00m 32mFetching eventmachine 1.2.70m 32mInstalling eventmachine 1.2.7 with native extensions0m 32mFetching futex 0.8.60m 32mInstalling futex 0.8.60m 32mFetching get_process_mem 0.2.30m 32mInstalling get_process_mem 0.2.30m 32mFetching temple 0.8.10m 32mInstalling temple 0.8.10m 32mFetching tilt 2.0.90m 32mInstalling tilt 2.0.90m GemWrappers: Can not wrap missing file: tilt 32mFetching haml 5.0.40m 32mInstalling haml 5.0.40m GemWrappers: Can not wrap missing file: haml 32mFetching hashdiff 0.4.00m 32mInstalling hashdiff 0.4.00m Using ipaddr 1.2.2 32mFetching jaro_winkler 1.5.30m 32mInstalling jaro_winkler 1.5.3 with native extensions0m 32mFetching loog 0.2.10m 32mInstalling loog 0.2.10m 32mFetching memory_profiler 0.9.130m 32mInstalling memory_profiler 0.9.130m 32mFetching method_source 0.9.20m 32mInstalling method_source 0.9.20m 32mFetching plist 3.1.00m 32mInstalling plist 3.1.00m 32mFetching mustermann 1.0.30m 32mInstalling mustermann 1.0.30m 32mFetching rack-protection 2.0.50m 32mInstalling rack-protection 2.0.50m 32mFetching sinatra 2.0.50m 32mInstalling sinatra 2.0.50m 32mFetching thin 1.7.20m 32mInstalling thin 1.7.2 with native extensions0m GemWrappers: Can not wrap missing file: thin 32mFetching mimic 0.4.40m 32mInstalling mimic 0.4.40m 32mFetching minitest-hooks 1.5.00m 32mInstalling minitest-hooks 1.5.00m Using openssl 2.1.2 32mFetching parallel 1.17.00m 32mInstalling parallel 1.17.00m 32mFetching parser 2.6.3.00m 32mInstalling parser 2.6.3.00m GemWrappers: Can not wrap missing file: ruby-parse GemWrappers: Can not wrap missing file: ruby-rewrite 32mFetching powerpack 0.1.20m 32mInstalling powerpack 0.1.20m 32mFetching thor 0.20.30m 32mInstalling thor 0.20.30m GemWrappers: Can not wrap missing file: thor 32mFetching railties 5.2.30m 32mInstalling railties 5.2.30m GemWrappers: Can not wrap missing file: rails 32mFetching rainbow 3.0.00m 32mInstalling rainbow 3.0.00m 32mFetching rake-compiler 1.0.40m 32mInstalling rake-compiler 1.0.40m GemWrappers: Can not wrap missing file: rake-compiler 32mFetching rdoc 4.3.00m 32mInstalling rdoc 4.3.00m 32mFetching rspec-support 3.8.20m 32mInstalling rspec-support 3.8.20m 32mFetching rspec-core 3.8.20m 32mInstalling rspec-core 3.8.20m GemWrappers: Can not wrap missing file: rspec 32mFetching rspec-expectations 3.8.40m 32mInstalling rspec-expectations 3.8.40m 32mFetching rspec-mocks 3.8.10m 32mInstalling rspec-mocks 3.8.10m 32mFetching rspec-rails 3.8.10m 32mInstalling rspec-rails 3.8.10m 32mFetching ruby-progressbar 1.10.10m 32mInstalling ruby-progressbar 1.10.10m 32mFetching unicode-display_width 1.4.10m 32mInstalling unicode-display_width 1.4.10m 32mFetching rubocop 0.62.00m 32mInstalling rubocop 0.62.00m GemWrappers: Can not wrap missing file: rubocop 32mFetching rubocop-rspec 1.31.00m 32mInstalling rubocop-rspec 1.31.00m 32mFetching semantic 1.6.10m 32mInstalling semantic 1.6.10m 32mFetching slop 4.6.20m 32mInstalling slop 4.6.20m 32mFetching sys-proctable 1.2.10m 32mInstalling sys-proctable 1.2.10m 32mFetching threads 0.3.00m 32mInstalling threads 0.3.00m 32mFetching total 0.3.00m 32mInstalling total 0.3.00m 32mFetching typhoeus 1.3.10m 32mInstalling typhoeus 1.3.10m 32mFetching usagewatch 0.0.70m 32mInstalling usagewatch 0.0.70m 32mFetching usagewatch_ext 0.2.10m 32mInstalling usagewatch_ext 0.2.10m 32mFetching webmock 3.5.10m 32mInstalling webmock 3.5.10m 32mFetching zache 0.12.00m 32mInstalling zache 0.12.00m 32mFetching zold-score 0.4.60m 32mInstalling zold-score 0.4.6 with native extensions0m 32mFetching zold 0.29.300m 32mInstalling zold 0.29.300m GemWrappers: Can not wrap missing file: zold Using zold-ruby-sdk 0.0.0 from source at `.` 32mBundle complete! 10 Gemfile dependencies, 87 gems now installed.0m 32mUse `bundle info [gemname]` to see where a bundled gem is installed.0m 32mPost-install message from i18n:0m HEADS UP! i18n 1.1 changed fallbacks to exclude default locale. But that may break your application. Please check your Rails app for 'config.i18n.fallbacks = true'. If you're using I18n (>= 1.1.0) and Rails (< 5.2.2), this should be 'config.i18n.fallbacks = [I18n.default_locale]'. If not, fallbacks will be broken in your app by I18n 1.1.x. For more info see: https://github.com/svenfuchs/i18n/releases/tag/v1.1.0 32mPost-install message from hashdiff:0m The HashDiff constant used by this gem conflicts with another gem of a similar name. As of version 1.0 the HashDiff constant will be completely removed and replaced by Hashdiff. For more information see https://github.com/liufengyun/hashdiff/issues/45. 32mPost-install message from usagewatch:0m * Linux version are covered for our test. Thanks for installing! 32mPost-install message from usagewatch_ext:0m * Usagewatch Gem for linux are covered for our test. * Mac OS version is in development Thanks for installing! 32mPost-install message from zold:0m Thanks for installing Zold 0.29.30! Study our White Paper: https://papers.zold.io/wp.pdf Read our blog posts: https://blog.zold.io Try ZLD online wallet at: https://wts.zold.io Stay in touch with the community in Telegram: https://t.me/zold_io Follow us on Twitter: https://twitter.com/0crat If you have any issues, report to our GitHub repo: https://github.com/zold-io/zold + bundle exec rake /usr/local/rvm/rubies/ruby-2.6.0/bin/ruby -I"lib:lib:test" -I"/usr/local/rvm/rubies/ruby-2.6.0/lib/ruby/gems/2.6.0/gems/rake-12.3.2/lib" "/usr/local/rvm/rubies/ruby-2.6.0/lib/ruby/gems/2.6.0/gems/rake-12.3.2/lib/rake/rake_test_loader.rb" "test/test__helper.rb" "test/zold/test_wts.rb" The HashDiff constant used by this gem conflicts with another gem of a similar name. As of version 1.0 the HashDiff constant will be completely removed and replaced by Hashdiff. For more information see https://github.com/liufengyun/hashdiff/issues/45. Run options: --seed 51475 # Running: D: PULL job 14efb45c-8c65-4126-8fa7-e8aaf7c15642 started in 1.3s D: Job 14efb45c-8c65-4126-8fa7-e8aaf7c15642 is still running, 116ms already... D: Job 14efb45c-8c65-4126-8fa7-e8aaf7c15642 is still running, 1.24s already... D: Job 14efb45c-8c65-4126-8fa7-e8aaf7c15642 is still running, 2.43s already... D: Job 14efb45c-8c65-4126-8fa7-e8aaf7c15642 is still running, 3.55s already... D: Job 14efb45c-8c65-4126-8fa7-e8aaf7c15642 is still running, 4.66s already... D: Job 14efb45c-8c65-4126-8fa7-e8aaf7c15642 is still running, 5.78s already... D: Job 14efb45c-8c65-4126-8fa7-e8aaf7c15642 completed, in 6.89s D: The balance 31m-132096.00ZLD0m retrieved in 117ms 32m.0mD: Wallet ID 0000000000000000 retrieved in 113ms 32m.0mD: PULL job 16ded6b8-6d66-4553-9bda-abde415e5655 started in 641ms D: Job 16ded6b8-6d66-4553-9bda-abde415e5655 is still running, 112ms already... D: Job 16ded6b8-6d66-4553-9bda-abde415e5655 is still running, 1.25s already... D: Job 16ded6b8-6d66-4553-9bda-abde415e5655 is still running, 2.37s already... D: Job 16ded6b8-6d66-4553-9bda-abde415e5655 is still running, 3.48s already... D: Job 16ded6b8-6d66-4553-9bda-abde415e5655 is still running, 4.6s already... D: Job 16ded6b8-6d66-4553-9bda-abde415e5655 is still running, 5.71s already... D: Job 16ded6b8-6d66-4553-9bda-abde415e5655 completed, in 6.83s D: 0 transactions found in 114ms 32m.0mD: PULL job 738e9078-28d9-438a-b6bc-45d9e7d7535a started in 639ms D: Job 738e9078-28d9-438a-b6bc-45d9e7d7535a is still running, 113ms already... D: Job 738e9078-28d9-438a-b6bc-45d9e7d7535a is still running, 1.23s already... D: Job 738e9078-28d9-438a-b6bc-45d9e7d7535a is still running, 2.35s already... D: Job 738e9078-28d9-438a-b6bc-45d9e7d7535a is still running, 3.46s already... D: Job 738e9078-28d9-438a-b6bc-45d9e7d7535a is still running, 4.58s already... D: Job 738e9078-28d9-438a-b6bc-45d9e7d7535a is still running, 5.7s already... D: Job 738e9078-28d9-438a-b6bc-45d9e7d7535a completed, in 6.81s 32m.0m32m.0m32m.0m32m.0m Finished in 23.686348s, 0.2955 runs/s, 0.2955 assertions/s. 7 runs, 7 assertions, 0 failures, 0 errors, 0 skips Coverage report generated for Unit Tests to /home/r/repo/coverage. 78 / 88 LOC (88.64%) covered. Running RuboCop... Inspecting 6 files 32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m 6 files inspected, 32mno offenses0m detected grep -q -r '2018-2019' --include '*.rb' --include '*.txt' --include 'Rakefile' . + rm -rf '*.gem' + sed -i 's/0\.0\.0/0.2.2/g' zold-ruby-sdk.gemspec + git add zold-ruby-sdk.gemspec + git commit -m 'Version set to 0.2.2' [__rultor b077e7d] Version set to 0.2.2 1 file changed, 1 insertion(+), 1 deletion(-) + gem build zold-ruby-sdk.gemspec Successfully built RubyGem Name: zold-ruby-sdk Version: 0.2.2 File: zold-ruby-sdk-0.2.2.gem + chmod 0600 ../rubygems.yml + gem push zold-ruby-sdk-0.2.2.gem --config-file ../rubygems.yml Pushing gem to https://rubygems.org... Successfully registered gem: zold-ruby-sdk (0.2.2) + mv /home/r/repo . ++ whoami + chown -R root repo + '[' -n '' ']' ++ whoami + sudo chown -R rultor repo + cd repo + git checkout __rultor Already on '__rultor' + git tag 0.2.2 -m '0.2.2: tagged by rultor.com' + git reset --hard HEAD is now at b077e7d Version set to 0.2.2 + 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 b077e7d). + git push --all origin Everything up-to-date + git push --tags origin To git@github.com:zold-io/zold-ruby-sdk.git * [new tag] 0.2.2 -> 0.2.2 container 9eebcf5ff8a57a9ae44623ac90e0ae879f405f072480dbf3ad2f030b7bf971c9 is dead Sun Jul 7 10:09:25 CEST 2019