rultor.com logo This build log was produced by rultor.com for yegor256/0pdd#374
+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 2576212
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Mon 01 Aug 2022 04:40:58 PM CEST
+ uptime
 16:40:58 up 33 days, 18:42,  0 users,  load average: 0.06, 0.15, 0.45
+ head=git@github.com:yegor256/0pdd.git
+ ff=default
+ image=yegor256/rultor-image:1.9.1
+ rebase=false
+ squash=false
+ head_branch=master
+ author=yegor256
+ tag=0.31.5
+ vars=('--env=head=git@github.com:yegor256/0pdd.git' '--env=head_branch=master' '--env=author=yegor256' '--env=tag=0.31.5' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/0pdd.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.31.5'\''\'\'''\'''\'' '\'';'\'' '\''git config --global user.email "server@0pdd.com"'\'' '\'';'\'' '\''git config --global user.name "0pdd.com"'\'' '\'';'\'' '\''sudo gem install pdd'\'' '\'';'\'' '\''pdd -f /dev/null'\'' '\'';'\'' '\''sudo gem install bundler'\'' '\'';'\'' '\''sudo bundle install --no-color "--gemfile=$(pwd)/Gemfile"'\'' '\'';'\'' '\''[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1'\'' '\'';'\'' '\''bundle exec rake'\'' '\'';'\'' '\''git remote add dokku dokku@dokku.0pdd.com:zeropdd'\'' '\'';'\'' '\''rm -rf ~/.ssh'\'' '\'';'\'' '\''mkdir ~/.ssh'\'' '\'';'\'' '\''mv ../id_rsa ../id_rsa.pub ~/.ssh'\'' '\'';'\'' '\''chmod -R 600 ~/.ssh/*'\'' '\'';'\'' '\''echo -e "Host *\n  StrictHostKeyChecking no\n  UserKnownHostsFile=/dev/null" > ~/.ssh/config'\'' '\'';'\'' '\''git fetch'\'' '\'';'\'' '\''sed -i "s/BUILD/${tag}/g" ./version.rb'\'' '\'';'\'' '\''git add ./version.rb'\'' '\'';'\'' '\''git commit -m '\''\'\'''\''build number set'\''\'\'''\'''\'' '\'';'\'' '\''cp ../config.yml config.yml'\'' '\'';'\'' '\''git add config.yml'\'' '\'';'\'' '\''bundle exec ruby test/test_credentials.rb'\'' '\'';'\'' '\''git commit -m '\''\'\'''\''config.yml'\''\'\'''\'''\'' '\'';'\'' '\''git push -f dokku $(git symbolic-ref --short HEAD):master'\'' '\'';'\'' '\''git reset HEAD~1'\'' '\'';'\'' '\''rm -rf config.yml'\'' '\'';'\'' '\''curl -f --connect-timeout 15 -k --retry 5 --retry-delay 30 https://www.0pdd.com > /dev/null'\'' '\'';'\'' )')
+ scripts=('export '\''head=git@github.com:yegor256/0pdd.git'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yegor256'\''' ';' 'export '\''tag=0.31.5'\''' ';' 'git config --global user.email "server@0pdd.com"' ';' 'git config --global user.name "0pdd.com"' ';' 'sudo gem install pdd' ';' 'pdd -f /dev/null' ';' 'sudo gem install bundler' ';' 'sudo bundle install --no-color "--gemfile=$(pwd)/Gemfile"' ';' '[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1' ';' 'bundle exec rake' ';' 'git remote add dokku dokku@dokku.0pdd.com:zeropdd' ';' 'rm -rf ~/.ssh' ';' 'mkdir ~/.ssh' ';' 'mv ../id_rsa ../id_rsa.pub ~/.ssh' ';' 'chmod -R 600 ~/.ssh/*' ';' 'echo -e "Host *\n  StrictHostKeyChecking no\n  UserKnownHostsFile=/dev/null" > ~/.ssh/config' ';' 'git fetch' ';' 'sed -i "s/BUILD/${tag}/g" ./version.rb' ';' 'git add ./version.rb' ';' 'git commit -m '\''build number set'\''' ';' 'cp ../config.yml config.yml' ';' 'git add config.yml' ';' 'bundle exec ruby test/test_credentials.rb' ';' 'git commit -m '\''config.yml'\''' ';' 'git push -f dokku $(git symbolic-ref --short HEAD):master' ';' 'git reset HEAD~1' ';' 'rm -rf config.yml' ';' 'curl -f --connect-timeout 15 -k --retry 5 --retry-delay 30 https://www.0pdd.com > /dev/null' ';')
+ directory=
+ container=yegor256_0pdd_374
+ as_root=false
+ hostname
m1415.contaboserver.net
+ git --version
git version 2.25.1
+ docker --version
Docker version 20.10.17, build 100c701
+ 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:yegor256/0pdd.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:yegor256/0pdd.git'\''' ']'
+ cd ..
+ cat
+ '[' false = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'export '\''head=git@github.com:yegor256/0pdd.git'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yegor256'\''' ';' 'export '\''tag=0.31.5'\''' ';' 'git config --global user.email "server@0pdd.com"' ';' 'git config --global user.name "0pdd.com"' ';' 'sudo gem install pdd' ';' 'pdd -f /dev/null' ';' 'sudo gem install bundler' ';' 'sudo bundle install --no-color "--gemfile=$(pwd)/Gemfile"' ';' '[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1' ';' 'bundle exec rake' ';' 'git remote add dokku dokku@dokku.0pdd.com:zeropdd' ';' 'rm -rf ~/.ssh' ';' 'mkdir ~/.ssh' ';' 'mv ../id_rsa ../id_rsa.pub ~/.ssh' ';' 'chmod -R 600 ~/.ssh/*' ';' 'echo -e "Host *\n  StrictHostKeyChecking no\n  UserKnownHostsFile=/dev/null" > ~/.ssh/config' ';' 'git fetch' ';' 'sed -i "s/BUILD/${tag}/g" ./version.rb' ';' 'git add ./version.rb' ';' 'git commit -m '\''build number set'\''' ';' 'cp ../config.yml config.yml' ';' 'git add config.yml' ';' 'bundle exec ruby test/test_credentials.rb' ';' 'git commit -m '\''config.yml'\''' ';' 'git push -f dokku $(git symbolic-ref --short HEAD):master' ';' 'git reset HEAD~1' ';' 'rm -rf config.yml' ';' 'curl -f --connect-timeout 15 -k --retry 5 --retry-delay 30 https://www.0pdd.com > /dev/null' ';'
+ sensitive=('config.yml')
+ rm -rf .gpg
+ '[' -z 0.31.5 ']'
+ [[ 0.31.5 =~ ^[a-zA-Z0-9\.\-]+$ ]]
+ echo 'tag name is valid: "0.31.5"'
tag name is valid: "0.31.5"
+ cd repo
++ git tag -l 0.31.5
+ '[' ']'
+ export BRANCH_NAME=__rultor
+ BRANCH_NAME=__rultor
++ git show-branch __rultor
++ wc -l
+ '[' 0 -gt 0 ']'
+ git checkout -b __rultor
Switched to a new branch '__rultor'
+ docker_when_possible
+ true
++ uptime
++ sed 's/ /\n/g'
++ tail -n 1
+ load=0.45
++ echo 0.45 '>' 30
++ bc
+ '[' 0 -eq 1 ']'
+ echo 'load average is 0.45, low enough to run a new Docker container'
load average is 0.45, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=yegor256/rultor-image:1.9.1
+ docker pull yegor256/rultor-image:1.9.1
1.9.1: Pulling from yegor256/rultor-image
Digest: sha256:61885a12aa213b79fd79e2b4ade12645535717267474cb0d1067a3323514589e
Status: Image is up to date for yegor256/rultor-image:1.9.1
docker.io/yegor256/rultor-image:1.9.1
+ docker ps --filter=status=exited
+ grep --quiet '\syegor256_0pdd_374\s*$'
+ ls -al .
total 52
drwx------  3 rultor rultor 4096 Aug  1 16:41 .
drwxrwxrwt 16 root   root   4096 Aug  1 16:41 ..
-rw-rw-r--  1 rultor rultor 4066 Aug  1 16:40 config.yml
-rwxrwxr-x  1 rultor rultor  363 Aug  1 16:41 entry.sh
-rw-rw-r--  1 rultor rultor 1679 Aug  1 16:40 id_rsa
-rw-rw-r--  1 rultor rultor  396 Aug  1 16:40 id_rsa.pub
-rw-rw-r--  1 rultor rultor    8 Aug  1 16:40 pid
drwxrwxr-x 13 rultor rultor 4096 Aug  1 16:41 repo
-rwxrwxr-x  1 rultor rultor 7465 Aug  1 16:40 run.sh
-rw-rw-r--  1 rultor rultor 1213 Aug  1 16:41 script.sh
-rw-rw-r--  1 rultor rultor 6441 Aug  1 16:41 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-AcX7:/main --env=head=git@github.com:yegor256/0pdd.git --env=head_branch=master --env=author=yegor256 --env=tag=0.31.5 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/0pdd.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.31.5'\''\'\'''\'''\'' '\'';'\'' '\''git config --global user.email "server@0pdd.com"'\'' '\'';'\'' '\''git config --global user.name "0pdd.com"'\'' '\'';'\'' '\''sudo gem install pdd'\'' '\'';'\'' '\''pdd -f /dev/null'\'' '\'';'\'' '\''sudo gem install bundler'\'' '\'';'\'' '\''sudo bundle install --no-color "--gemfile=$(pwd)/Gemfile"'\'' '\'';'\'' '\''[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1'\'' '\'';'\'' '\''bundle exec rake'\'' '\'';'\'' '\''git remote add dokku dokku@dokku.0pdd.com:zeropdd'\'' '\'';'\'' '\''rm -rf ~/.ssh'\'' '\'';'\'' '\''mkdir ~/.ssh'\'' '\'';'\'' '\''mv ../id_rsa ../id_rsa.pub ~/.ssh'\'' '\'';'\'' '\''chmod -R 600 ~/.ssh/*'\'' '\'';'\'' '\''echo -e "Host *\n  StrictHostKeyChecking no\n  UserKnownHostsFile=/dev/null" > ~/.ssh/config'\'' '\'';'\'' '\''git fetch'\'' '\'';'\'' '\''sed -i "s/BUILD/${tag}/g" ./version.rb'\'' '\'';'\'' '\''git add ./version.rb'\'' '\'';'\'' '\''git commit -m '\''\'\'''\''build number set'\''\'\'''\'''\'' '\'';'\'' '\''cp ../config.yml config.yml'\'' '\'';'\'' '\''git add config.yml'\'' '\'';'\'' '\''bundle exec ruby test/test_credentials.rb'\'' '\'';'\'' '\''git commit -m '\''\'\'''\''config.yml'\''\'\'''\'''\'' '\'';'\'' '\''git push -f dokku $(git symbolic-ref --short HEAD):master'\'' '\'';'\'' '\''git reset HEAD~1'\'' '\'';'\'' '\''rm -rf config.yml'\'' '\'';'\'' '\''curl -f --connect-timeout 15 -k --retry 5 --retry-delay 30 https://www.0pdd.com > /dev/null'\'' '\'';'\'' )' --hostname=docker --privileged --memory=6g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-AcX7/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=yegor256_0pdd_374 yegor256/rultor-image:1.9.1 /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
+ usermod -s /bin/bash r
+ echo '%sudo ALL=(ALL) NOPASSWD:ALL'
+ cp -R /root/.bashrc /root/.cache /root/.config /root/.gem /root/.gnupg /root/.m2 /root/.npm /root/.profile /root/texmf /home/r
+ cp -R ./cid ./config.yml ./entry.sh ./id_rsa ./id_rsa.pub ./pid ./repo ./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
+ 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:yegor256/0pdd.git
+ head=git@github.com:yegor256/0pdd.git
+ export head_branch=master
+ head_branch=master
+ export author=yegor256
+ author=yegor256
+ export tag=0.31.5
+ tag=0.31.5
+ git config --global user.email server@0pdd.com
+ git config --global user.name 0pdd.com
+ sudo -i gem install pdd
Fetching pdd-0.21.3.gem
Fetching ruby-filemagic-0.7.3.gem
Building native extensions. This could take a while...

ruby-filemagic-0.7.3 [2022-01-07]:

* Dockerfile to build native extension (pull request #26 by Pavel Lobashov).
* Include paths for ARM-based Apple Macs (Apple Silicon) (pull request #35 by
  @545ch4).

Successfully installed ruby-filemagic-0.7.3
Successfully installed pdd-0.21.3
Parsing documentation for ruby-filemagic-0.7.3
Installing ri documentation for ruby-filemagic-0.7.3
Parsing documentation for pdd-0.21.3
Installing ri documentation for pdd-0.21.3
Done installing documentation for ruby-filemagic, pdd after 0 seconds
2 gems installed
+ pdd -f /dev/null
33mWarning: the running version of Bundler (2.1.2) is older than the version that created the lockfile (2.3.17). We suggest you to upgrade to the version that created the lockfile by running `gem install bundler:2.3.17`.
0mResolving dependencies...
Found 9 lines in /home/r/repo/.pdd
My version is 0.21.3
Ruby version is 2.7.0 at x86_64-linux
Reading from root dir .
Excluding README.md
Excluding coverage/**/*
Excluding assets/**/*
Excluding model/data/**/*
/home/r/repo/public/images/ruby-logo.svg is a binary file (23450 bytes)
/home/r/repo/public/images/logo-512.png is a binary file (34412 bytes)
/home/r/repo/public/images/logo-64.png is a binary file (4207 bytes)
/home/r/repo/public/images/git-logo.svg is a binary file (1713 bytes)
/home/r/repo/public/images/logo.svg is a binary file (1076 bytes)
/home/r/repo/dynamodb-local/tables/0pdd-events.json is a binary file (972 bytes)
Reading nginx.conf.sigil ...
Reading objects/invitations/github_organization_invitations.rb ...
Reading objects/invitations/github_invitations.rb ...
Reading objects/templates/github_tickets_body.haml ...
Reading objects/templates/jira_tickets_body.haml ...
Reading objects/templates/gitlab_tickets_body.haml ...
Reading objects/jobs/job_detached.rb ...
Reading objects/jobs/job.rb ...
Reading objects/jobs/job_starred.rb ...
Reading objects/jobs/job_recorded.rb ...
Reading objects/jobs/job_emailed.rb ...
Reading objects/jobs/job_commiterrors.rb ...
Reading objects/exec.rb ...
Reading objects/puzzles.rb ...
Reading objects/git_repo.rb ...
Reading objects/clients/gitlab.rb ...
Reading objects/clients/jira.rb ...
Reading objects/clients/github.rb ...
Reading objects/log.rb ...
Puzzle 312-68d60ea6 30/DEV at objects/log.rb
Reading objects/dynamo.rb ...
Reading objects/diff.rb ...
Reading objects/vcs/gitlab.rb ...
Reading objects/vcs/jira.rb ...
Reading objects/vcs/github.rb ...
Puzzle 312-e81466ef 30/DEV at objects/vcs/github.rb
Reading objects/truncated.rb ...
Reading objects/tickets/logged_tickets.rb ...
Reading objects/tickets/sentry_tickets.rb ...
Reading objects/tickets/tagged_tickets.rb ...
Reading objects/tickets/tickets.rb ...
Reading objects/tickets/commit_tickets.rb ...
Reading objects/tickets/milestone_tickets.rb ...
Reading objects/tickets/emailed_tickets.rb ...
Reading objects/user_error.rb ...
Reading objects/storage/versioned_storage.rb ...
Reading objects/storage/logged_storage.rb ...
Reading objects/storage/upgraded_storage.rb ...
Reading objects/storage/safe_storage.rb ...
Reading objects/storage/sync_storage.rb ...
Reading objects/storage/s3.rb ...
Reading objects/storage/once_storage.rb ...
Reading objects/storage/cached_storage.rb ...
Reading objects/maybe_text.rb ...
Reading .gitattributes ...
Reading features/step_definitions/steps.rb ...
Reading LICENSE.txt ...
Reading .github/workflows/codecov.yml ...
Reading .github/workflows/rake.yml ...
Reading .github/PULL_REQUEST_TEMPLATE.md ...
Reading .github/ISSUE_TEMPLATE.md ...
Reading model/predictor.rb ...
Reading model/README.md ...
Reading model/fake_weights_storage.rb ...
Reading model/storage.rb ...
Reading model/pso/lib/function.rb ...
Reading model/pso/lib/solver.rb ...
Reading model/pso/lib/version.rb ...
Reading model/pso/lib/functions/schwefel.rb ...
Reading model/pso/lib/functions/rastrigin.rb ...
Reading model/pso/lib/zero_vector.rb ...
Reading model/pso/pso.rb ...
Reading model/linear.rb ...
Reading Aptfile ...
Reading test-assets/puzzles/submits-old-puzzles.xml ...
Reading test-assets/puzzles/simple.xml ...
Reading test-assets/puzzles/closes-one-puzzle.xml ...
Reading test-assets/puzzles/ignores-unknown-issues.xml ...
Reading test-assets/puzzles/notify-unknown-open-issues.xml ...
Reading test-assets/puzzles/submits-three-tickets.xml ...
Reading test-assets/puzzles/submits-ranked-puzzles.xml ...
Reading .0pdd.yml ...
Reading 0pdd.rb ...
Puzzle 41-ab139346 30/DEV at 0pdd.rb
Reading Procfile ...
Reading .simplecov ...
Reading .gitignore ...
Reading config.ru ...
Reading version.rb ...
Reading .rultor.yml ...
Reading .rubocop.yml ...
Reading Gemfile ...
Reading Rakefile ...
Reading test/test_upgraded_storage.rb ...
Reading test/test_versioned_storage.rb ...
Reading test/test_job_emailed.rb ...
Reading test/test_github.rb ...
Reading test/fake_log.rb ...
Reading test/fake_storage.rb ...
Reading test/test_sentry_tickets.rb ...
Reading test/fake_tickets.rb ...
Reading test/test_diff.rb ...
Reading test/test_job_commiterrors.rb ...
Reading test/test_puzzles.rb ...
Reading test/test_github_tickets.rb ...
Reading test/test_exec.rb ...
Reading test/test_github_invitations.rb ...
Reading test/test_cached_storage.rb ...
Reading test/test_maybe_text.rb ...
Reading test/test_job_detached.rb ...
Reading test/fake_gitlab.rb ...
Reading test/test_logged_storage.rb ...
Reading test/test_log.rb ...
Reading test/test_gitlab.rb ...
Reading test/test__helper.rb ...
Reading test/test_job.rb ...
Reading test/test_credentials.rb ...
Reading test/test_git_repo.rb ...
Reading test/test_milestone_tickets.rb ...
Reading test/test_commit_tickets.rb ...
Reading test/test_logged_tickets.rb ...
Reading test/test_0pdd.rb ...
Reading test/test_safe_storage.rb ...
Reading test/test_truncated.rb ...
Reading test/fake_github.rb ...
Reading test/test_once_storage.rb ...
Reading test/fake_repo.rb ...
Reading views/_footer.haml ...
Reading views/log.haml ...
Reading views/index.haml ...
Reading views/item.haml ...
Reading views/layout.haml ...
Reading views/error_400.haml ...
Reading views/_header.haml ...
Reading views/error.haml ...
Reading views/not_found.haml ...
Reading cucumber.yml ...
Reading .pdd ...
Reading deploy.sh ...
Reading Gemfile.lock ...
Reading CHECKS ...
Reading dynamodb-local/config/dynamo.yml ...
Reading dynamodb-local/pom.xml ...
+ sudo -i gem install bundler
Fetching bundler-2.3.19.gem
Successfully installed bundler-2.3.19
Parsing documentation for bundler-2.3.19
Installing ri documentation for bundler-2.3.19
Done installing documentation for bundler after 0 seconds
1 gem installed
++ pwd
+ sudo -i bundle install --no-color --gemfile=/home/r/repo/Gemfile
Don't run Bundler as root. Bundler can ask for sudo if it is needed, and
installing your bundle as root will break this application for all non-root
users on this machine.
Fetching gem metadata from https://rubygems.org/..........
Fetching rake 13.0.6
Installing rake 13.0.6
Fetching aws-eventstream 1.2.0
Using bundler 2.3.19
Fetching docile 1.4.0
Fetching concurrent-ruby 1.1.10
Fetching minitest 5.16.2
Fetching public_suffix 4.0.7
Fetching ast 2.4.2
Fetching jwt 2.4.1
Fetching base58 0.2.3
Fetching aws-partitions 1.613.0
Fetching simplecov_json_formatter 0.1.4
Fetching simplecov-html 0.12.3
Fetching jmespath 1.6.1
Installing aws-eventstream 1.2.0
Installing simplecov_json_formatter 0.1.4
Installing jwt 2.4.1
Installing docile 1.4.0
Installing minitest 5.16.2
Installing aws-partitions 1.613.0
Installing ast 2.4.2
Installing jmespath 1.6.1
Installing public_suffix 4.0.7
Installing simplecov-html 0.12.3
Installing base58 0.2.3
Installing concurrent-ruby 1.1.10
Fetching rexml 3.2.5
Using differ 0.1.2
Fetching faraday-net_http 2.1.0
Fetching ruby2_keywords 0.0.5
Fetching ffi 1.15.5
Fetching mime-types-data 3.2022.0105
Installing faraday-net_http 2.1.0
Fetching multi_xml 0.6.0
Installing ruby2_keywords 0.0.5
Fetching unicode-display_width 2.2.0
Installing rexml 3.2.5
Fetching temple 0.8.2
Fetching tilt 2.0.11
Fetching multipart-post 2.2.3
Fetching oauth 0.5.10
Fetching json 2.6.2
Installing mime-types-data 3.2022.0105
Installing unicode-display_width 2.2.0
Installing ffi 1.15.5 with native extensions
Fetching mini_mime 1.1.2
Installing multipart-post 2.2.3
Installing tilt 2.0.11
Installing oauth 0.5.10
Installing multi_xml 0.6.0
Installing mini_mime 1.1.2
Installing json 2.6.2 with native extensions
Installing temple 0.8.2
Fetching mocha 1.14.0
Fetching multi_json 1.15.0
Fetching racc 1.6.0
Installing mocha 1.14.0
Fetching parallel 1.22.1
Using rainbow 3.1.1
Using ruby-filemagic 0.7.3
Using slop 4.9.2
Fetching power_assert 2.0.1
Fetching rack 2.2.4
Fetching rb-fsevent 0.11.1
Fetching regexp_parser 2.5.0
Fetching ruby-progressbar 1.11.0
Installing multi_json 1.15.0
Installing rb-fsevent 0.11.1
Installing parallel 1.22.1
Installing power_assert 2.0.1
Installing rack 2.2.4
Installing racc 1.6.0 with native extensions
Fetching ruby-fann 1.3.2
Installing ruby-progressbar 1.11.0
Fetching aws-sigv4 1.5.1
Installing regexp_parser 2.5.0
Installing aws-sigv4 1.5.1
Fetching parser 3.1.2.0
Fetching atlassian-jwt 0.2.1
Installing atlassian-jwt 0.2.1
Fetching addressable 2.8.0
Fetching glogin 0.8.0
Installing ruby-fann 1.3.2 with native extensions
Fetching faraday 2.4.0
Fetching mustermann 2.0.2
Fetching simplecov 0.21.2
Installing addressable 2.8.0
Installing parser 3.1.2.0
Installing faraday 2.4.0
Fetching crack 0.4.5
Installing mustermann 2.0.2
Installing glogin 0.8.0
Installing crack 0.4.5
Fetching terminal-table 3.0.2
Installing simplecov 0.21.2
Installing terminal-table 3.0.2
Fetching mail 2.7.1
Fetching mime-types 3.4.1
Fetching i18n 1.12.0
Installing mime-types 3.4.1
Installing i18n 1.12.0
Fetching tzinfo 2.0.5
Fetching haml 5.2.2
Installing mail 2.7.1
Fetching test-unit 3.5.3
Installing tzinfo 2.0.5
Fetching aws-sdk-core 3.131.5
Installing haml 5.2.2
Fetching rack-protection 2.2.2
Fetching rack-test 2.0.2
Fetching sprockets 4.1.1
Installing rack-protection 2.2.2
Installing rack-test 2.0.2
Installing test-unit 3.5.3
Installing aws-sdk-core 3.131.5
Installing sprockets 4.1.1
Fetching sawyer 0.9.2
Installing sawyer 0.9.2
Fetching sentry-raven 3.1.2
Fetching codecov 0.6.0
Fetching rubocop-ast 1.19.1
Installing codecov 0.6.0
Installing rubocop-ast 1.19.1
Installing sentry-raven 3.1.2
Fetching httparty 0.20.0
Fetching sinatra 2.2.2
Fetching activesupport 7.0.3.1
Fetching octokit 5.1.0
Installing httparty 0.20.0
Installing activesupport 7.0.3.1
Installing sinatra 2.2.2
Installing octokit 5.1.0
Fetching sinatra-contrib 2.2.2
Fetching gitlab 4.19.0
Installing sinatra-contrib 2.2.2
Installing gitlab 4.19.0
Fetching aws-sdk-kms 1.58.0
Fetching aws-sdk-dynamodb 1.75.0
Installing aws-sdk-kms 1.58.0
Installing aws-sdk-dynamodb 1.75.0
Fetching aws-sdk-s3 1.114.0
Installing aws-sdk-s3 1.114.0
Fetching jira-ruby 2.2.0
Installing jira-ruby 2.2.0
Fetching nokogiri 1.13.8 (x86_64-linux)
Installing nokogiri 1.13.8 (x86_64-linux)
Using pdd 0.21.3
Using xcop 0.7.1
Fetching rb-inotify 0.10.1
Installing rb-inotify 0.10.1
Fetching sass-listen 4.0.0
Installing sass-listen 4.0.0
Fetching sass 3.7.4
Fetching rubocop 1.32.0
Installing sass 3.7.4
Installing rubocop 1.32.0
Fetching rubocop-rspec 2.12.1
Installing rubocop-rspec 2.12.1
Bundle complete! 27 Gemfile dependencies, 83 gems now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.
Post-install message from httparty:
When you HTTParty, you must party hard!
Post-install message from sass:

Ruby Sass has reached end-of-life and should no longer be used.

* If you use Sass as a command-line tool, we recommend using Dart Sass, the new
  primary implementation: https://sass-lang.com/install

* If you use Sass as a plug-in for a Ruby web framework, we recommend using the
  sassc gem: https://github.com/sass/sassc-ruby#readme

* For more details, please refer to the Sass blog:
  https://sass-lang.com/blog/posts/7828841

Post-install message from sentry-raven:
`sentry-raven` is deprecated! Please migrate to `sentry-ruby`

See https://docs.sentry.io/platforms/ruby/migration for the migration guide.

+ [[ 0.31.5 =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]]
+ bundle exec rake
bundle outdated
Fetching gem metadata from https://rubygems.org/..........
Resolving dependencies....

Gem            Current  Latest  Requested  Groups
mustermann     2.0.2    3.0.0
public_suffix  4.0.7    5.0.0
Some dependencies are outdated
Test config is absent
Test config is absent
Test config is absent
Test config is absent
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.fasterxml.jackson.databind.util.ClassUtil (file:/home/r/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.5.3/jackson-databind-2.5.3.jar) to field java.lang.Throwable.cause
WARNING: Please consider reporting this to the maintainers of com.fasterxml.jackson.databind.util.ClassUtil
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Cannot do operations on a non-existent table
DynamoDB Local table: ACTIVE
DynamoDB Local is running in PID 844
To use retry middleware with Faraday v2.0+, install `faraday-retry` gem
Coverage report generated for Unit Tests to /home/r/repo/coverage. 448 / 1281 LOC (34.97%) covered.
Loaded suite /usr/local/rvm/gems/ruby-2.7.0/gems/rake-13.0.6/lib/rake/rake_test_loader
Started
32;1m.0m32;1m.0m32;1m.0m32;1m.0m32;1m.0m32;1m.0m32;1m.0m32;1m.0m32;1m.0m32;1m.0m32;1m.0m32;1m.0m32;1m.0m32;1m.0m34mO0m
===============================================================================
Omission: 44;37;1momitted.0m [test_connects_to_aws_dynamo(CredentialsTest)]
/home/r/repo/test/test_credentials.rb:129:in `config'
===============================================================================
34mO0m
===============================================================================
Omission: 44;37;1momitted.0m [test_connects_to_aws_s3(CredentialsTest)]
/home/r/repo/test/test_credentials.rb:129:in `config'
===============================================================================
34mO0m
===============================================================================
Omission: 44;37;1momitted.0m [test_connects_to_git_via_ssh(CredentialsTest)]
/home/r/repo/test/test_credentials.rb:129:in `config'
===============================================================================
34mO0m
===============================================================================
Omission: 44;37;1momitted.0m [test_connects_to_github(CredentialsTest)]
/home/r/repo/test/test_credentials.rb:129:in `config'
===============================================================================
34mO0m
===============================================================================
Omission: 44;37;1momitted.0m [test_sends_email_via_smtp(CredentialsTest)]
/home/r/repo/test/test_credentials.rb:129:in `config'
===============================================================================
32;1m.0m32;1m.0m32;1m.0m32;1m.0m32;1m.0m32;1m.0m32;1m.0m32;1m.0m32;1m.0m32;1m.0m32;1m.0m32;1m.0m32;1m.0m32;1m.0m32;1m.0m32;1m.0m34mO0m
===============================================================================
Omission: 44;37;1momitted.0m [test_doesnt_touch_crlf(TestGitRepo)]
/home/r/repo/test/test_git_repo.rb:141:in `test_doesnt_touch_crlf'
===============================================================================
32;1m.0m32;1m.0m32;1m.0m32;1m.0m32;1m.0m32;1m.0m32;1m.0m32;1m.0m32;1m.0mInvitation for @google accepted
Invitation for @microsoft accepted
32;1m.0mRepository invitation 0 accepted
Repository invitation 1 accepted
32;1m.0m32;1m.0m32;1m.0m32;1m.0m32;1m.0m32;1m.0m32;1m.0m32;1m.0m32;1m.0m32;1m.0m32;1m.0m32;1m.0m32;1m.0mEmail sent to admin@0pdd.com
32;1m.0m32;1m.0m32;1m.0m32;1m.0m32;1m.0m32;1m.0m32;1m.0m32;1m.0m32;1m.0m32;1m.0m32;1m.0m32;1m.0m32;1m.0m32;1m.0m32;1m.0m32;1m.0m32;1m.0m32;1m.0m32;1m.0m32;1m.0m32;1m.0m32;1m.0m32;1m.0m32;1m.0m32;1m.0m32;1m.0m32;1m.0m32;1m.0m
Finished in 4.168765289 seconds.
34m-------------------------------------------------------------------------------0m
87 tests, 134 assertions, 0 failures, 0 errors, 0 pendings, 6 omissions, 0 notifications
100% passed
34m-------------------------------------------------------------------------------0m
20.87 tests/s, 32.14 assertions/s
Running RuboCop...
DynamoDB Local killed in PID 844
DynamoDB Local killed in PID 844
DynamoDB Local killed in PID 844
DynamoDB Local killed in PID 844
DynamoDB Local killed in PID 844
DynamoDB Local killed in PID 844
DynamoDB Local killed in PID 844
0m0mDynamoDB Local killed in PID 844
DynamoDB Local killed in PID 844
DynamoDB Local killed in PID 844
DynamoDB Local killed in PID 844
DynamoDB Local killed in PID 844
Inspecting 90 files
32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m

90 files inspected, 32mno offenses0m detected
Running xcop...
Inspecting 17 files...
32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m
17 files checked, everything looks 32mpretty0m
grep -q -r '2022'     --include '*.rb'     --include '*.txt'     --include 'Rakefile'     .
DynamoDB Local killed in PID 844
+ git remote add dokku dokku@dokku.0pdd.com:zeropdd
+ rm -rf /home/r/.ssh
+ mkdir /home/r/.ssh
+ mv ../id_rsa ../id_rsa.pub /home/r/.ssh
+ chmod -R 600 /home/r/.ssh/id_rsa /home/r/.ssh/id_rsa.pub
+ echo -e 'Host *\n  StrictHostKeyChecking no\n  UserKnownHostsFile=/dev/null'
+ git fetch
Warning: Permanently added 'github.com,140.82.121.3' (ECDSA) to the list of known hosts.
+ sed -i s/BUILD/0.31.5/g ./version.rb
+ git add ./version.rb
+ git commit -m 'build number set'
[__rultor 39b7843] build number set
 1 file changed, 1 insertion(+), 1 deletion(-)
+ cp ../config.yml config.yml
+ git add config.yml
+ bundle exec ruby test/test_credentials.rb
To use retry middleware with Faraday v2.0+, install `faraday-retry` gem
Coverage report generated for Unit Tests to /home/r/repo/coverage. 99 / 272 LOC (36.4%) covered.
Loaded suite test/test_credentials
Started
32;1m.0mS3 21670 from xml.0pdd.com/yegor256/0pdd.xml
32;1m.0m32;1m.0m32;1m.0m32;1m.0m
Finished in 5.818816289 seconds.
32;1m-------------------------------------------------------------------------------0m
5 tests, 3 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications
100% passed
32;1m-------------------------------------------------------------------------------0m
0.86 tests/s, 0.52 assertions/s
+ git commit -m config.yml
[__rultor b80e35e] config.yml
 1 file changed, 74 insertions(+)
 create mode 100644 config.yml
++ git symbolic-ref --short HEAD
+ git push -f dokku __rultor:master
Warning: Permanently added 'dokku.0pdd.com,178.238.236.225' (ECDSA) to the list of known hosts.
Enumerating objects: 5156, done.
Counting objects: 100% (5156/5156), done.
Delta compression using up to 12 threads
Compressing objects: 100% (1311/1311), done.
Writing objects: 100% (5156/5156), 1.87 MiB | 37.55 MiB/s, done.
Total 5156 (delta 3738), reused 5149 (delta 3734), pack-reused 0
remote: Resolving deltas: 100% (3738/3738), done.K
remote: Reinitializing monit daemonK
remote: 1G-----> Cleaning up...K
remote: 1GReinitializing monit daemonK
remote: 1G-----> Building zeropdd from herokuishK
remote: 1G-----> Adding BUILD_ENV to build environment...K
remote: 1G       BUILD_ENV added successfullyK
remote: 1G1G       1G-----> Ruby app detectedK
remote: 1G1G-----> Installing bundler 2.2.33K
remote: 1G1G-----> Removing BUNDLED WITH version in the Gemfile.lockK
remote: 1G1G-----> Compiling Ruby/RackK
remote: 1G1G-----> Using Ruby version: ruby-2.7.5K
remote: 1G1G-----> Installing dependencies using bundler 2.2.33K
remote: 1G1G       Running: BUNDLE_WITHOUT='development:test' BUNDLE_PATH=vendor/bundle BUNDLE_BIN=vendor/bundle/bin BUNDLE_DEPLOYMENT=1 bundle install -j4K
remote: 1G1G       Fetching gem metadata from https://rubygems.org/..........K
remote: 1G1G       Using rake 13.0.6K
remote: 1G1G       Using concurrent-ruby 1.1.10K
remote: 1G1G       Using public_suffix 4.0.7K
remote: 1G1G       Using minitest 5.16.2K
remote: 1G1G       Using ast 2.4.2K
remote: 1G1G       Using jwt 2.4.1K
remote: 1G1G       Using aws-eventstream 1.2.0K
remote: 1G1G       Using aws-partitions 1.613.0K
remote: 1G1G       Using jmespath 1.6.1K
remote: 1G1G       Using bundler 2.2.33K
remote: 1G1G       Using base58 0.2.3K
remote: 1G1G       Using docile 1.4.0K
remote: 1G1G       Using simplecov-html 0.12.3K
remote: 1G1G       Using simplecov_json_formatter 0.1.4K
remote: 1G1G       Using differ 0.1.2K
remote: 1G1G       Using rexml 3.2.5K
remote: 1G1G       Using faraday-net_http 2.1.0K
remote: 1G1G       Using ffi 1.15.5K
remote: 1G1G       Using mime-types-data 3.2022.0105K
remote: 1G1G       Using multi_xml 0.6.0K
remote: 1G1G       Using ruby2_keywords 0.0.5K
remote: 1G1G       Using unicode-display_width 2.2.0K
remote: 1G1G       Using multipart-post 2.2.3K
remote: 1G1G       Using oauth 0.5.10K
remote: 1G1G       Using temple 0.8.2K
remote: 1G1G       Using tilt 2.0.11K
remote: 1G1G       Using json 2.6.2K
remote: 1G1G       Using mini_mime 1.1.2K
remote: 1G1G       Using mocha 1.14.0K
remote: 1G1G       Using multi_json 1.15.0K
remote: 1G1G       Using racc 1.6.0K
remote: 1G1G       Using parallel 1.22.1K
remote: 1G1G       Using slop 4.9.2K
remote: 1G1G       Using rainbow 3.1.1K
remote: 1G1G       Using ruby-filemagic 0.7.3K
remote: 1G1G       Using power_assert 2.0.1K
remote: 1G1G       Using rack 2.2.4K
remote: 1G1G       Using rb-fsevent 0.11.1K
remote: 1G1G       Using ruby-progressbar 1.11.0K
remote: 1G1G       Using ruby-fann 1.3.2K
remote: 1G1G       Using regexp_parser 2.5.0K
remote: 1G1G       Using tzinfo 2.0.5K
remote: 1G1G       Using addressable 2.8.0K
remote: 1G1G       Using i18n 1.12.0K
remote: 1G1G       Using atlassian-jwt 0.2.1K
remote: 1G1G       Using parser 3.1.2.0K
remote: 1G1G       Using aws-sigv4 1.5.1K
remote: 1G1G       Using simplecov 0.21.2K
remote: 1G1G       Using crack 0.4.5K
remote: 1G1G       Using glogin 0.8.0K
remote: 1G1G       Using mime-types 3.4.1K
remote: 1G1G       Using terminal-table 3.0.2K
remote: 1G1G       Using faraday 2.4.0K
remote: 1G1G       Using mustermann 2.0.2K
remote: 1G1G       Using rb-inotify 0.10.1K
remote: 1G1G       Using haml 5.2.2K
remote: 1G1G       Using test-unit 3.5.3K
remote: 1G1G       Using mail 2.7.1K
remote: 1G1G       Using nokogiri 1.13.8 (x86_64-linux)K
remote: 1G1G       Using rack-protection 2.2.2K
remote: 1G1G       Using rack-test 2.0.2K
remote: 1G1G       Using sprockets 4.1.1K
remote: 1G1G       Using activesupport 7.0.3.1K
remote: 1G1G       Using aws-sdk-core 3.131.5K
remote: 1G1G       Using httparty 0.20.0K
remote: 1G1G       Using rubocop-ast 1.19.1K
remote: 1G1G       Using codecov 0.6.0K
remote: 1G1G       Using sawyer 0.9.2K
remote: 1G1G       Using sass-listen 4.0.0K
remote: 1G1G       Using sinatra 2.2.2K
remote: 1G1G       Using sentry-raven 3.1.2K
remote: 1G1G       Using aws-sdk-dynamodb 1.75.0K
remote: 1G1G       Using aws-sdk-kms 1.58.0K
remote: 1G1G       Using jira-ruby 2.2.0K
remote: 1G1G       Fetching octokit 5.1.0K
remote: 1G1G       Fetching pdd 0.21.3K
remote: 1G1G       Using xcop 0.7.1K
remote: 1G1G       Fetching rubocop 1.32.0K
remote: 1G1G       Using sass 3.7.4K
remote: 1G1G       Using sinatra-contrib 2.2.2K
remote: 1G1G       Using aws-sdk-s3 1.114.0K
remote: 1G1G       Using gitlab 4.19.0K
remote: 1G1G       Installing octokit 5.1.0K
remote: 1G1G       Installing pdd 0.21.3K
remote: 1G1G       Installing rubocop 1.32.0K
remote: 1G1G       Using rubocop-rspec 2.12.1K
remote: 1G1G       Bundle complete! 27 Gemfile dependencies, 83 gems now installed.K
remote: 1G1G       Gems in the groups 'development' and 'test' were not installed.K
remote: 1G1G       Bundled gems are installed into `./vendor/bundle`K
remote: 1G1G       1 installed gem you directly depend on is looking for funding.K
remote: 1G1G       Run `bundle fund` for detailsK
remote: 1G1G       Bundle completed (4.42s)K
remote: 1G1G       Cleaning up the bundler cache.K
remote: 1G1G       Removing rubocop (1.31.2)K
remote: 1G1G       Removing octokit (4.25.1)K
remote: 1G1G       Removing pdd (0.21.2)K
remote: 1G1G-----> Detecting rake tasksK
remote: 1G1G       K
remote: 1G1G       1m33m###### WARNING:0mK
remote: 1G1G       K
remote: 1G1G       You have not declared a Ruby version in your Gemfile.K
remote: 1G1G       K
remote: 1G1G       To declare a Ruby version add this line to your Gemfile:K
remote: 1G1G       K
remote: 1G1G       ```K
remote: 1G1G       ruby "2.7.5"K
remote: 1G1G       ```K
remote: 1G1G       K
remote: 1G1G       For more information see:K
remote: 1G1G       https://devcenter.heroku.com/articles/ruby-versionsK
remote: 1G1G       K
remote: 1G1G       1m33m###### WARNING:0mK
remote: 1G1G       K
remote: 1G1G       There is a more recent Ruby version available for you to use:K
remote: 1G1G       K
remote: 1G1G       2.7.6K
remote: 1G1G       K
remote: 1G1G       The latest version will include security and bug fixes. We always recommendK
remote: 1G1G       running the latest version of your minor release.K
remote: 1G1G       K
remote: 1G1G       Please upgrade your Ruby version.K
remote: 1G1G       K
remote: 1G1G       For all available Ruby versions see:K
remote: 1G1G       https://devcenter.heroku.com/articles/ruby-support#supported-runtimesK
remote: 1G1G       K
remote: 1G1G       K
remote: 1G1G       1G-----> Discovering process typesK
remote: 1G1G       Procfile declares types -> webK
remote: 1G-----> Releasing zeropdd...K
remote: 1G-----> Checking for predeploy taskK
remote: 1G       No predeploy task found, skippingK
remote: 1G-----> Checking for release taskK
remote: 1G       No release task found, skippingK
remote: 1G-----> App Procfile file foundK
remote: 1G=====> Processing deployment checksK
remote: 1G-----> Deploying zeropdd via the docker-local scheduler...K
remote: 1G-----> Deploying web (count=1)K
remote: 1G       Attempting pre-flight checks (web.1)K
remote: 1G       CHECKS expected result: http://localhost/ => "PDD puzzles collector" (web.1)K
remote: 1G       Attempt 1/5. Waiting for 5 seconds (web.1)K
remote: 1G       CHECKS expected result: http://localhost/p?name=yegor256/0pdd => "total" (web.1)K
remote: 1G       Attempt 1/5. Waiting for 5 seconds (web.1)K
remote: 1G       All checks successful (web.1)K
remote: 1G=====> Start of zeropdd container output (web.1)K
remote: 1G       To use retry middleware with Faraday v2.0+, install `faraday-retry` gemK
remote: 1G       I, [2022-08-01T14:43:12.679313 #14]  INFO -- sentry: ** [Raven] Raven 3.1.2 ready to catch errorsK
remote: 1G       [2022-08-01 14:43:13] INFO  WEBrick 1.6.1K
remote: 1G       [2022-08-01 14:43:13] INFO  ruby 2.7.5 (2021-11-24) [x86_64-linux]K
remote: 1G       [2022-08-01 14:43:13] INFO  WEBrick::HTTPServer#start: pid=14 port=5000K
remote: 1G       172.17.0.1 - - [01/Aug/2022:14:43:17 +0000] "GET / HTTP/1.1" 200 2226 0.2146K
remote: 1G       S3 21670 from xml.0pdd.com/yegor256/0pdd.xmlK
remote: 1G       172.17.0.1 - - [01/Aug/2022:14:43:23 +0000] "GET /p?name=yegor256/0pdd HTTP/1.1" 200 8228 0.6839K
remote: 1G=====> End of zeropdd container output (web.1)K
remote: 1G       Scheduling old container shutdown in  seconds (web.1)K
remote: 1G-----> Running post-deployK
remote: 1G-----> Overriding default nginx.conf with detected nginx.conf.sigilK
remote: 1G{{ if $.DOKKU_APP_LISTENERS }}K
remote: 1G{{ range $listeners := $.DOKKU_APP_LISTENERS | split " " }}K
remote:  !     Deprecated: Usage of DOKKU_APP_LISTENERS within nginx.conf.sigil templates is deprecated in favor of DOKKU_APP_WEB_LISTENERSK
remote: 1G-----> Configuring 0pdd.com...(using app-supplied template)K
remote: 1G-----> Configuring www.0pdd.com...(using app-supplied template)K
remote: 1G-----> Creating https nginx.confK
remote: 1G       Enabling HSTSK
remote: 1GWriting to /home/dokku/zeropdd/nginx.conf.d/timeout.confK
remote: 1G-----> Setting proxy timeout to 60sK
remote: 1GReloading nginx configuration (via systemctl): nginx.service.K
remote: 1G       Reloading nginxK
remote: 1G-----> Renaming containersK
remote: 1G       Found previous container(s) (93d45d59b878) named zeropdd.web.1K
remote: 1G       Renaming container (93d45d59b878) zeropdd.web.1 to zeropdd.web.1.1659365014K
remote: 1G       Renaming container zeropdd.web.1.upcoming-11137 (53b15bd4719a) to zeropdd.web.1K
remote: 1G-----> Checking for postdeploy taskK
remote: 1G       No postdeploy task found, skippingK
remote: 1G-----> Shutting down old containers in 60 secondsK
remote: 1G=====> Application deployed:K
remote: 1G       http://0pdd.comK
remote: 1G       https://0pdd.comK
remote: 1G       https://www.0pdd.comK
remote: 1G       http://www.0pdd.comK
remote: 1GK
To dokku.0pdd.com:zeropdd
 + d61b4fb...b80e35e __rultor -> master (forced update)
+ git reset HEAD~1
+ rm -rf config.yml
+ curl -f --connect-timeout 15 -k --retry 5 --retry-delay 30 https://www.0pdd.com
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  2206  100  2206    0     0  45020      0 --:--:-- --:--:-- --:--:-- 45020
+ mv /home/r/repo .
++ whoami
+ chown -R root repo
+ '[' -n '' ']'
++ whoami
+ sudo chown -R rultor repo
+ cd repo
+ for f in "${sensitive[@]}"
+ '[' -e config.yml ']'
+ echo 'Sensitive file config.yml is absent, we are good'
Sensitive file config.yml is absent, we are good
+ git checkout __rultor
Already on '__rultor'
+ git tag 0.31.5 -m '0.31.5: tagged by rultor.com'
+ git reset --hard
HEAD is now at 39b7843 build number set
+ 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 39b7843).
+ git push --all origin
Everything up-to-date
+ git push --tags origin
To github.com:yegor256/0pdd.git
 * [new tag]         0.31.5 -> 0.31.5
container 61e8ab9bbdb66e90e77aa1df1b529fcbbde46e0c058ed1e4d3f27c475d396d9d is dead
Mon 01 Aug 2022 04:44:06 PM CEST