rultor.com logo This build log was produced by rultor.com for yegor256/0pdd#366
+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 2829
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Tue Jul 12 11:42:08 CEST 2022
+ uptime
 11:42:08 up 30 days,  1:35,  0 users,  load average: 0.12, 0.26, 0.21
+ 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.3
+ vars=('--env=head=git@github.com:yegor256/0pdd.git' '--env=tag=0.31.3' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/0pdd.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.31.3'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''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'\'' '\'';'\'' )' '--env=head_branch=master' '--env=author=yegor256')
+ scripts=('export '\''head=git@github.com:yegor256/0pdd.git'\''' ';' 'export '\''tag=0.31.3'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yegor256'\''' ';' '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_366
+ as_root=false
+ git --version
git version 2.35.1
+ docker --version
Docker version 20.10.12, build e91ed57
+ 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 '\''tag=0.31.3'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yegor256'\''' ';' '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.3 ']'
+ [[ 0.31.3 =~ ^[a-zA-Z0-9\.\-]+$ ]]
+ echo 'tag name is valid: "0.31.3"'
tag name is valid: "0.31.3"
+ cd repo
++ git tag -l 0.31.3
+ '[' ']'
+ 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.21
++ echo 0.21 '>' 30
++ bc
+ '[' 0 -eq 1 ']'
+ echo 'load average is 0.21, low enough to run a new Docker container'
load average is 0.21, 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_366\s*$'
+ ls -al .
total 1328
drwx--x--x  3 rultor rultor    4096 Jul 12 11:42 .
drwxrwxrwt 10 root   root   1302528 Jul 12 11:42 ..
-rw-rw-r--  1 rultor rultor    4066 Jul 12 11:42 config.yml
-rw-rw-r--  1 rultor rultor     444 Jul 12 11:42 end.sh
-rwxrwxr-x  1 rultor rultor     363 Jul 12 11:42 entry.sh
-rw-rw-r--  1 rultor rultor    1679 Jul 12 11:42 id_rsa
-rw-rw-r--  1 rultor rultor     396 Jul 12 11:42 id_rsa.pub
-rw-rw-r--  1 rultor rultor       5 Jul 12 11:42 pid
drwxrwxr-x 13 rultor rultor    4096 Jul 12 11:42 repo
-rwxrwxr-x  1 rultor rultor    7455 Jul 12 11:42 run.sh
-rw-rw-r--  1 rultor rultor    1213 Jul 12 11:42 script.sh
-rw-rw-r--  1 rultor rultor    6400 Jul 12 11:42 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-XDEg:/main --env=head=git@github.com:yegor256/0pdd.git --env=tag=0.31.3 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/0pdd.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.31.3'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''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'\'' '\'';'\'' )' --env=head_branch=master --env=author=yegor256 --hostname=docker --privileged --memory=6g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-XDEg/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=yegor256_0pdd_366 yegor256/rultor-image:1.9.1 /main/entry.sh
+ 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 ./end.sh ./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 tag=0.31.3
+ tag=0.31.3
+ export head_branch=master
+ head_branch=master
+ export author=yegor256
+ author=yegor256
+ git config --global user.email server@0pdd.com
+ git config --global user.name 0pdd.com
+ sudo -i gem install pdd
Fetching pdd-0.21.2.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.2
Parsing documentation for ruby-filemagic-0.7.3
Installing ri documentation for ruby-filemagic-0.7.3
Parsing documentation for pdd-0.21.2
Installing ri documentation for pdd-0.21.2
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`.
0mFound 9 lines in /home/r/repo/.pdd
My version is 0.21.2
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/git-logo.svg is a binary file (1713 bytes)
/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.svg is a binary file (1076 bytes)
/home/r/repo/public/images/logo-64.png is a binary file (4207 bytes)
/home/r/repo/dynamodb-local/tables/0pdd-events.json is a binary file (972 bytes)
Reading features/step_definitions/steps.rb ...
Reading .gitignore ...
Reading .gitattributes ...
Reading config.ru ...
Reading nginx.conf.sigil ...
Reading .rultor.yml ...
Reading model/README.md ...
Reading model/storage.rb ...
Reading model/fake_weights_storage.rb ...
Reading model/linear.rb ...
Reading model/pso/pso.rb ...
Reading model/pso/lib/functions/schwefel.rb ...
Reading model/pso/lib/functions/rastrigin.rb ...
Reading model/pso/lib/solver.rb ...
Reading model/pso/lib/version.rb ...
Reading model/pso/lib/zero_vector.rb ...
Reading model/pso/lib/function.rb ...
Reading model/predictor.rb ...
Reading .simplecov ...
Reading deploy.sh ...
Reading LICENSE.txt ...
Reading .github/ISSUE_TEMPLATE.md ...
Reading .github/PULL_REQUEST_TEMPLATE.md ...
Reading .github/workflows/rake.yml ...
Reading .github/workflows/codecov.yml ...
Reading CHECKS ...
Reading version.rb ...
Reading 0pdd.rb ...
Puzzle 41-ab139346 30/DEV at 0pdd.rb
Reading Gemfile ...
Reading Aptfile ...
Reading dynamodb-local/pom.xml ...
Reading dynamodb-local/config/dynamo.yml ...
Reading views/not_found.haml ...
Reading views/error.haml ...
Reading views/layout.haml ...
Reading views/index.haml ...
Reading views/_footer.haml ...
Reading views/error_400.haml ...
Reading views/item.haml ...
Reading views/_header.haml ...
Reading views/log.haml ...
Reading test-assets/puzzles/submits-three-tickets.xml ...
Reading test-assets/puzzles/closes-one-puzzle.xml ...
Reading test-assets/puzzles/submits-ranked-puzzles.xml ...
Reading test-assets/puzzles/simple.xml ...
Reading test-assets/puzzles/submits-old-puzzles.xml ...
Reading test-assets/puzzles/ignores-unknown-issues.xml ...
Reading .0pdd.yml ...
Reading test/test_once_storage.rb ...
Reading test/fake_gitlab.rb ...
Reading test/test_logged_tickets.rb ...
Reading test/test_job_emailed.rb ...
Reading test/test_cached_storage.rb ...
Reading test/test_truncated.rb ...
Reading test/test_gitlab.rb ...
Reading test/fake_storage.rb ...
Reading test/test__helper.rb ...
Reading test/test_diff.rb ...
Reading test/test_job_commiterrors.rb ...
Reading test/test_exec.rb ...
Reading test/test_puzzles.rb ...
Reading test/test_upgraded_storage.rb ...
Reading test/test_github_invitations.rb ...
Reading test/test_milestone_tickets.rb ...
Reading test/test_maybe_text.rb ...
Reading test/fake_log.rb ...
Reading test/fake_github.rb ...
Reading test/test_logged_storage.rb ...
Reading test/test_safe_storage.rb ...
Reading test/test_sentry_tickets.rb ...
Reading test/fake_tickets.rb ...
Reading test/test_job_detached.rb ...
Reading test/test_log.rb ...
Reading test/fake_repo.rb ...
Reading test/test_credentials.rb ...
Reading test/test_github.rb ...
Reading test/test_commit_tickets.rb ...
Reading test/test_job.rb ...
Reading test/test_git_repo.rb ...
Reading test/test_0pdd.rb ...
Reading test/test_github_tickets.rb ...
Reading test/test_versioned_storage.rb ...
Reading .pdd ...
Reading .rubocop.yml ...
Reading Gemfile.lock ...
Reading cucumber.yml ...
Reading objects/dynamo.rb ...
Reading objects/user_error.rb ...
Reading objects/invitations/github_invitations.rb ...
Reading objects/invitations/github_organization_invitations.rb ...
Reading objects/clients/gitlab.rb ...
Reading objects/clients/github.rb ...
Reading objects/clients/jira.rb ...
Reading objects/vcs/gitlab.rb ...
Reading objects/vcs/github.rb ...
Puzzle 312-e81466ef 30/DEV at objects/vcs/github.rb
Reading objects/vcs/jira.rb ...
Reading objects/truncated.rb ...
Reading objects/puzzles.rb ...
Reading objects/log.rb ...
Puzzle 312-68d60ea6 30/DEV at objects/log.rb
Reading objects/jobs/job_commiterrors.rb ...
Reading objects/jobs/job_recorded.rb ...
Reading objects/jobs/job_starred.rb ...
Reading objects/jobs/job_detached.rb ...
Reading objects/jobs/job.rb ...
Reading objects/jobs/job_emailed.rb ...
Reading objects/diff.rb ...
Reading objects/maybe_text.rb ...
Reading objects/git_repo.rb ...
Reading objects/templates/gitlab_tickets_body.haml ...
Reading objects/templates/jira_tickets_body.haml ...
Reading objects/templates/github_tickets_body.haml ...
Reading objects/storage/upgraded_storage.rb ...
Reading objects/storage/safe_storage.rb ...
Reading objects/storage/sync_storage.rb ...
Reading objects/storage/cached_storage.rb ...
Reading objects/storage/s3.rb ...
Reading objects/storage/versioned_storage.rb ...
Reading objects/storage/logged_storage.rb ...
Reading objects/storage/once_storage.rb ...
Reading objects/tickets/tagged_tickets.rb ...
Reading objects/tickets/sentry_tickets.rb ...
Reading objects/tickets/logged_tickets.rb ...
Reading objects/tickets/milestone_tickets.rb ...
Reading objects/tickets/emailed_tickets.rb ...
Reading objects/tickets/tickets.rb ...
Reading objects/tickets/commit_tickets.rb ...
Reading objects/exec.rb ...
Reading Procfile ...
Reading Rakefile ...
+ sudo -i gem install bundler
Fetching bundler-2.3.17.gem
Successfully installed bundler-2.3.17
Parsing documentation for bundler-2.3.17
Installing ri documentation for bundler-2.3.17
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 concurrent-ruby 1.1.10
Fetching minitest 5.16.2
Fetching jwt 2.4.1
Fetching aws-partitions 1.604.0
Using bundler 2.3.17
Fetching public_suffix 4.0.7
Fetching jmespath 1.6.1
Fetching aws-eventstream 1.2.0
Fetching base58 0.2.3
Fetching simplecov-html 0.12.3
Fetching simplecov_json_formatter 0.1.4
Fetching ast 2.4.2
Fetching docile 1.4.0
Installing aws-eventstream 1.2.0
Installing jmespath 1.6.1
Installing docile 1.4.0
Installing aws-partitions 1.604.0
Installing minitest 5.16.2
Installing simplecov_json_formatter 0.1.4
Installing ast 2.4.2
Installing jwt 2.4.1
Installing base58 0.2.3
Installing public_suffix 4.0.7
Installing concurrent-ruby 1.1.10
Installing simplecov-html 0.12.3
Fetching rexml 3.2.5
Using differ 0.1.2
Fetching faraday-net_http 2.0.3
Fetching ruby2_keywords 0.0.5
Fetching ffi 1.15.5
Fetching mime-types-data 3.2022.0105
Fetching multi_xml 0.6.0
Fetching unicode-display_width 2.2.0
Installing unicode-display_width 2.2.0
Installing rexml 3.2.5
Installing ruby2_keywords 0.0.5
Installing faraday-net_http 2.0.3
Fetching temple 0.8.2
Fetching tilt 2.0.10
Fetching multipart-post 2.2.3
Installing multi_xml 0.6.0
Installing mime-types-data 3.2022.0105
Fetching oauth 0.5.10
Installing ffi 1.15.5 with native extensions
Installing tilt 2.0.10
Installing temple 0.8.2
Fetching json 2.6.2
Installing multipart-post 2.2.3
Fetching mini_mime 1.1.2
Fetching mini_portile2 2.8.0
Fetching mocha 1.14.0
Installing oauth 0.5.10
Fetching multi_json 1.15.0
Installing mocha 1.14.0
Fetching racc 1.6.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
Installing mini_portile2 2.8.0
Installing json 2.6.2 with native extensions
Installing multi_json 1.15.0
Installing mini_mime 1.1.2
Installing power_assert 2.0.1
Installing rack 2.2.4
Installing parallel 1.22.1
Fetching rb-fsevent 0.11.1
Fetching regexp_parser 2.5.0
Installing racc 1.6.0 with native extensions
Fetching ruby-progressbar 1.11.0
Installing rb-fsevent 0.11.1
Fetching ruby-fann 1.3.2
Fetching parser 3.1.2.0
Installing regexp_parser 2.5.0
Fetching aws-sigv4 1.5.0
Fetching glogin 0.8.0
Installing ruby-progressbar 1.11.0
Installing glogin 0.8.0
Installing ruby-fann 1.3.2 with native extensions
Installing aws-sigv4 1.5.0
Fetching atlassian-jwt 0.2.1
Fetching addressable 2.8.0
Fetching simplecov 0.21.2
Installing atlassian-jwt 0.2.1
Installing parser 3.1.2.0
Fetching terminal-table 3.0.2
Fetching faraday 2.3.0
Installing simplecov 0.21.2
Fetching mustermann 1.1.1
Fetching mime-types 3.4.1
Installing addressable 2.8.0
Installing faraday 2.3.0
Installing mime-types 3.4.1
Installing terminal-table 3.0.2
Fetching crack 0.4.5
Installing mustermann 1.1.1
Installing crack 0.4.5
Fetching i18n 1.11.0
Fetching tzinfo 2.0.4
Fetching haml 5.2.2
Fetching mail 2.7.1
Fetching test-unit 3.5.3
Installing i18n 1.11.0
Installing tzinfo 2.0.4
Fetching rack-protection 2.2.0
Installing haml 5.2.2
Installing test-unit 3.5.3
Fetching rack-test 2.0.2
Fetching sprockets 4.1.1
Installing mail 2.7.1
Installing rack-protection 2.2.0
Installing rack-test 2.0.2
Installing sprockets 4.1.1
Fetching aws-sdk-core 3.131.2
Fetching httparty 0.20.0
Fetching codecov 0.6.0
Fetching sawyer 0.9.2
Fetching sentry-raven 3.1.2
Installing aws-sdk-core 3.131.2
Fetching rubocop-ast 1.19.1
Installing codecov 0.6.0
Installing httparty 0.20.0
Installing sentry-raven 3.1.2
Installing sawyer 0.9.2
Fetching sinatra 2.2.0
Installing rubocop-ast 1.19.1
Fetching activesupport 7.0.3
Fetching octokit 4.25.1
Installing activesupport 7.0.3
Installing sinatra 2.2.0
Installing octokit 4.25.1
Fetching gitlab 4.19.0
Installing gitlab 4.19.0
Fetching sinatra-contrib 2.2.0
Installing sinatra-contrib 2.2.0
Fetching aws-sdk-dynamodb 1.75.0
Fetching aws-sdk-kms 1.57.0
Installing aws-sdk-dynamodb 1.75.0
Installing aws-sdk-kms 1.57.0
Fetching nokogiri 1.13.6
Fetching aws-sdk-s3 1.114.0
Fetching jira-ruby 2.2.0
Installing aws-sdk-s3 1.114.0
Installing nokogiri 1.13.6 with native extensions
Installing jira-ruby 2.2.0
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
Installing sass 3.7.4
Using pdd 0.21.2
Using xcop 0.7.1
Fetching rubocop 1.31.2
Installing rubocop 1.31.2
Fetching rubocop-rspec 2.12.1
Installing rubocop-rspec 2.12.1
Bundle complete! 27 Gemfile dependencies, 84 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.3 =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]]
+ bundle exec rake
bundle outdated
Fetching gem metadata from https://rubygems.org/..........
Resolving dependencies.....

Bundle up to date!
Test config is absent
Test config is absent
Test config is absent
Test config is absent
Jul 12, 2022 9:44:34 AM com.amazonaws.http.AmazonHttpClient executeHelper
INFO: Unable to execute HTTP request: Connection refused (Connection refused)
java.net.ConnectException: Connection refused (Connection refused)
        at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
        at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
        at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
        at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
        at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
        at java.base/java.net.Socket.connect(Socket.java:609)
        at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:117)
        at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:177)
        at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:304)
        at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:611)
        at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:446)
        at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
        at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
        at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
        at com.amazonaws.http.AmazonHttpClient.executeOneRequest(AmazonHttpClient.java:822)
        at com.amazonaws.http.AmazonHttpClient.executeHelper(AmazonHttpClient.java:576)
        at com.amazonaws.http.AmazonHttpClient.doExecute(AmazonHttpClient.java:362)
        at com.amazonaws.http.AmazonHttpClient.executeWithTimer(AmazonHttpClient.java:328)
        at com.amazonaws.http.AmazonHttpClient.execute(AmazonHttpClient.java:307)
        at com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient.invoke(AmazonDynamoDBClient.java:1820)
        at com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient.describeTable(AmazonDynamoDBClient.java:1099)
        at com.amazonaws.services.dynamodbv2.util.TableUtils.waitForTableDescription(TableUtils.java:201)
        at com.amazonaws.services.dynamodbv2.util.TableUtils.waitUntilExists(TableUtils.java:100)
        at com.jcabi.dynamodb.core.Tables.exists(Tables.java:160)
        at com.jcabi.dynamodb.core.Tables.create(Tables.java:134)
        at com.jcabi.dynamodb.maven.plugin.CreateTablesMojo.run(CreateTablesMojo.java:89)
        at com.jcabi.dynamodb.maven.plugin.AbstractDynamoMojo.execute(AbstractDynamoMojo.java:103)
        at com.jcabi.dynamodb.maven.plugin.CreateTablesMojo.execute(CreateTablesMojo.java:48)
        at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)
        at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2(MojoExecutor.java:370)
        at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute(MojoExecutor.java:351)
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:215)
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:171)
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:163)
        at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
        at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
        at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56)
        at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:294)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105)
        at org.apache.maven.cli.MavenCli.execute(MavenCli.java:960)
        at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:293)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:196)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:282)
        at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:225)
        at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406)
        at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347)

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 9983
To use retry middleware with Faraday v2.0+, install `faraday-retry` gem
Coverage report generated for Unit Tests to /home/r/repo/coverage. 450 / 1300 LOC (34.62%) 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.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 3.763302801 seconds.
34m-------------------------------------------------------------------------------0m
86 tests, 136 assertions, 0 failures, 0 errors, 0 pendings, 6 omissions, 0 notifications
100% passed
34m-------------------------------------------------------------------------------0m
22.85 tests/s, 36.14 assertions/s
Running RuboCop...
DynamoDB Local killed in PID 9983
DynamoDB Local killed in PID 9983
DynamoDB Local killed in PID 9983
0m0mDynamoDB Local killed in PID 9983
DynamoDB Local killed in PID 9983
DynamoDB Local killed in PID 9983
DynamoDB Local killed in PID 9983
DynamoDB Local killed in PID 9983
DynamoDB Local killed in PID 9983
DynamoDB Local killed in PID 9983
DynamoDB Local killed in PID 9983
DynamoDB Local killed in PID 9983
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 16 files...
32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m
16 files checked, everything looks 32mpretty0m
grep -q -r '2022'     --include '*.rb'     --include '*.txt'     --include 'Rakefile'     .
DynamoDB Local killed in PID 9983
+ 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.4' (ECDSA) to the list of known hosts.
+ sed -i s/BUILD/0.31.3/g ./version.rb
+ git add ./version.rb
+ git commit -m 'build number set'
[__rultor 43abf73] 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 / 271 LOC (36.53%) 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.995944072 seconds.
32;1m-------------------------------------------------------------------------------0m
5 tests, 3 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications
100% passed
32;1m-------------------------------------------------------------------------------0m
0.83 tests/s, 0.50 assertions/s
+ git commit -m config.yml
[__rultor 9daa551] 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: 5080, done.
Counting objects: 100% (5080/5080), done.
Delta compression using up to 12 threads
Compressing objects: 100% (1288/1288), done.
Writing objects: 100% (5080/5080), 1.85 MiB | 94.71 MiB/s, done.
Total 5080 (delta 3686), reused 5073 (delta 3682), pack-reused 0
remote: Resolving deltas: 100% (3686/3686), 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.6K
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 minitest 5.16.2K
remote: 1G1G       Using public_suffix 4.0.7K
remote: 1G1G       Using ast 2.4.2K
remote: 1G1G       Using jwt 2.4.1K
remote: 1G1G       Fetching aws-partitions 1.604.0K
remote: 1G1G       Using aws-eventstream 1.2.0K
remote: 1G1G       Using jmespath 1.6.1K
remote: 1G1G       Using base58 0.2.3K
remote: 1G1G       Using bundler 2.2.33K
remote: 1G1G       Using simplecov-html 0.12.3K
remote: 1G1G       Using docile 1.4.0K
remote: 1G1G       Using simplecov_json_formatter 0.1.4K
remote: 1G1G       Using rexml 3.2.5K
remote: 1G1G       Using differ 0.1.2K
remote: 1G1G       Using faraday-net_http 2.0.3K
remote: 1G1G       Using ruby2_keywords 0.0.5K
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 unicode-display_width 2.2.0K
remote: 1G1G       Using temple 0.8.2K
remote: 1G1G       Using tilt 2.0.10K
remote: 1G1G       Using oauth 0.5.10K
remote: 1G1G       Using multipart-post 2.2.3K
remote: 1G1G       Using json 2.6.2K
remote: 1G1G       Using mini_mime 1.1.2K
remote: 1G1G       Using mini_portile2 2.8.0K
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 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 slop 4.9.2K
remote: 1G1G       Using rb-fsevent 0.11.1K
remote: 1G1G       Using regexp_parser 2.5.0K
remote: 1G1G       Using ruby-progressbar 1.11.0K
remote: 1G1G       Using i18n 1.11.0K
remote: 1G1G       Using ruby-fann 1.3.2K
remote: 1G1G       Using tzinfo 2.0.4K
remote: 1G1G       Using parser 3.1.2.0K
remote: 1G1G       Using aws-sigv4 1.5.0K
remote: 1G1G       Using addressable 2.8.0K
remote: 1G1G       Using atlassian-jwt 0.2.1K
remote: 1G1G       Using glogin 0.8.0K
remote: 1G1G       Using simplecov 0.21.2K
remote: 1G1G       Using crack 0.4.5K
remote: 1G1G       Using faraday 2.3.0K
remote: 1G1G       Using rb-inotify 0.10.1K
remote: 1G1G       Using mustermann 1.1.1K
remote: 1G1G       Using mime-types 3.4.1K
remote: 1G1G       Using terminal-table 3.0.2K
remote: 1G1G       Using mail 2.7.1K
remote: 1G1G       Using haml 5.2.2K
remote: 1G1G       Using nokogiri 1.13.6K
remote: 1G1G       Using test-unit 3.5.3K
remote: 1G1G       Using rack-protection 2.2.0K
remote: 1G1G       Using rack-test 2.0.2K
remote: 1G1G       Using sprockets 4.1.1K
remote: 1G1G       Using activesupport 7.0.3K
remote: 1G1G       Using rubocop-ast 1.19.1K
remote: 1G1G       Using httparty 0.20.0K
remote: 1G1G       Using codecov 0.6.0K
remote: 1G1G       Using sass-listen 4.0.0K
remote: 1G1G       Using sawyer 0.9.2K
remote: 1G1G       Using sentry-raven 3.1.2K
remote: 1G1G       Using xcop 0.7.1K
remote: 1G1G       Using sinatra 2.2.0K
remote: 1G1G       Using jira-ruby 2.2.0K
remote: 1G1G       Fetching pdd 0.21.2K
remote: 1G1G       Using rubocop 1.31.2K
remote: 1G1G       Using sass 3.7.4K
remote: 1G1G       Using octokit 4.25.1K
remote: 1G1G       Installing aws-partitions 1.604.0K
remote: 1G1G       Using gitlab 4.19.0K
remote: 1G1G       Using sinatra-contrib 2.2.0K
remote: 1G1G       Using rubocop-rspec 2.12.1K
remote: 1G1G       Using aws-sdk-core 3.131.2K
remote: 1G1G       Using aws-sdk-dynamodb 1.75.0K
remote: 1G1G       Using aws-sdk-kms 1.57.0K
remote: 1G1G       Using aws-sdk-s3 1.114.0K
remote: 1G1G       Installing pdd 0.21.2K
remote: 1G1G       Bundle complete! 27 Gemfile dependencies, 84 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 (3.96s)K
remote: 1G1G       Cleaning up the bundler cache.K
remote: 1G1G       Removing pdd (0.21.1)K
remote: 1G1G       Removing aws-partitions (1.603.0)K
remote: 1G1G-----> Detecting rake tasksK
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-07-12T09:45:44.620208 #13]  INFO -- sentry: ** [Raven] Raven 3.1.2 ready to catch errorsK
remote: 1G       [2022-07-12 09:45:45] INFO  WEBrick 1.6.1K
remote: 1G       [2022-07-12 09:45:45] INFO  ruby 2.7.6 (2022-04-12) [x86_64-linux]K
remote: 1G       [2022-07-12 09:45:45] INFO  WEBrick::HTTPServer#start: pid=13 port=5000K
remote: 1G       172.17.0.1 - - [12/Jul/2022:09:45:49 +0000] "GET / HTTP/1.1" 200 2226 0.2049K
remote: 1G       Empty puzzles for xml.0pdd.com/github-yegor256/0pdd.xmlK
remote: 1G       172.17.0.1 - - [12/Jul/2022:09:45:55 +0000] "GET /p?name=yegor256/0pdd HTTP/1.1" 200 1266 0.4276K
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) (76332d4b6326) named zeropdd.web.1K
remote: 1G       Renaming container (76332d4b6326) zeropdd.web.1 to zeropdd.web.1.1657619165K
remote: 1G       Renaming container zeropdd.web.1.upcoming-24385 (2e5e4836ef0f) 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
 + a2f9587...9daa551 __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  50136      0 --:--:-- --:--:-- --:--:-- 50136
+ 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.3 -m '0.31.3: tagged by rultor.com'
+ git reset --hard
HEAD is now at 43abf73 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 43abf73).
+ git push --all origin
Everything up-to-date
+ git push --tags origin
To github.com:yegor256/0pdd.git
 * [new tag]         0.31.3 -> 0.31.3
container 7718698e3c0b6189d23c2e4d01e01fc7bb5bf2a2caf49b3afb3e48257436a171 is dead
Tue Jul 12 11:47:00 CEST 2022