+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 18058
+ echo '1.69.1 839260fab'
1.69.1 839260fab
+ date
Tue Mar 9 06:10:35 CET 2021
+ uptime
06:10:35 up 162 days, 15:16, 0 users, load average: 0.03, 0.01, 0.02
+ head=git@github.com:yegor256/0pdd.git
+ ff=default
+ image=yegor256/rultor-image
+ rebase=false
+ squash=false
+ head_branch=master
+ author=yegor256
+ tag=0.30.23
+ vars=('--env=head=git@github.com:yegor256/0pdd.git' '--env=tag=0.30.23' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/0pdd.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.30.23'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''sudo gem install pdd -v 0.20.5'\'' '\'';'\'' '\''git config --global user.email "server@0pdd.com"'\'' '\'';'\'' '\''git config --global user.name "0pdd.com"'\'' '\'';'\'' '\''export GEM_HOME=~/.ruby'\'' '\'';'\'' '\''export GEM_PATH=$GEM_HOME:$GEM_PATH'\'' '\'';'\'' '\''ruby -v'\'' '\'';'\'' '\''bundle install --no-color'\'' '\'';'\'' '\''pdd -f /dev/null'\'' '\'';'\'' '\''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'\'' '\'';'\'' '\''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.30.23'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yegor256'\''' ';' 'sudo gem install pdd -v 0.20.5' ';' 'git config --global user.email "server@0pdd.com"' ';' 'git config --global user.name "0pdd.com"' ';' 'export GEM_HOME=~/.ruby' ';' 'export GEM_PATH=$GEM_HOME:$GEM_PATH' ';' 'ruby -v' ';' 'bundle install --no-color' ';' 'pdd -f /dev/null' ';' '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' ';' '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_299
+ 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: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.30.23'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yegor256'\''' ';' 'sudo gem install pdd -v 0.20.5' ';' 'git config --global user.email "server@0pdd.com"' ';' 'git config --global user.name "0pdd.com"' ';' 'export GEM_HOME=~/.ruby' ';' 'export GEM_PATH=$GEM_HOME:$GEM_PATH' ';' 'ruby -v' ';' 'bundle install --no-color' ';' 'pdd -f /dev/null' ';' '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' ';' '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.30.23 ']'
+ [[ 0.30.23 =~ ^[a-zA-Z0-9\.\-]+$ ]]
+ echo 'tag name is valid: "0.30.23"'
tag name is valid: "0.30.23"
+ cd repo
++ git tag -l 0.30.23
+ '[' ']'
+ 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.02
++ echo 0.02 '>' 30
++ bc
+ '[' 0 -eq 1 ']'
+ echo 'load average is 0.02, low enough to run a new Docker container'
load average is 0.02, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=yegor256/rultor-image
+ docker pull yegor256/rultor-image
Using default tag: latest
latest: Pulling from yegor256/rultor-image
5bed26d33875: Pulling fs layer
f11b29a9c730: Pulling fs layer
930bda195c84: Pulling fs layer
78bf9a5ad49e: Pulling fs layer
bd92b3300a5c: Pulling fs layer
a4e411970f61: Pulling fs layer
cd3950cd7df2: Pulling fs layer
8f530b1cfb92: Pulling fs layer
812074e49c42: Pulling fs layer
3a5f1edc3977: Pulling fs layer
bee1a1b6364d: Pulling fs layer
f6bfd9b2cfd9: Pulling fs layer
f150775b93f0: Pulling fs layer
2fa35ef3e60f: Pulling fs layer
7697dc9f50cb: Pulling fs layer
baab9a0785c0: Pulling fs layer
63f489a107a7: Pulling fs layer
8a395104028e: Pulling fs layer
49f7433ed3e1: Pulling fs layer
27b75b92e685: Pulling fs layer
bd92b3300a5c: Waiting
49573aff720b: Pulling fs layer
6c7a6acc15a7: Pulling fs layer
2fcd87bfa5db: Pulling fs layer
0549ec9ec8ed: Pulling fs layer
70bdcfc588ca: Pulling fs layer
a4e411970f61: Waiting
3b367e0aa6a5: Pulling fs layer
310891b65deb: Pulling fs layer
cd3950cd7df2: Waiting
8f530b1cfb92: Waiting
3a5f1edc3977: Waiting
812074e49c42: Waiting
bee1a1b6364d: Waiting
27b75b92e685: Waiting
f6bfd9b2cfd9: Waiting
49573aff720b: Waiting
f150775b93f0: Waiting
6c7a6acc15a7: Waiting
2fcd87bfa5db: Waiting
2fa35ef3e60f: Waiting
0549ec9ec8ed: Waiting
7697dc9f50cb: Waiting
baab9a0785c0: Waiting
70bdcfc588ca: Waiting
78bf9a5ad49e: Waiting
3b367e0aa6a5: Waiting
310891b65deb: Waiting
63f489a107a7: Waiting
8a395104028e: Waiting
49f7433ed3e1: Waiting
930bda195c84: Verifying Checksum
930bda195c84: Download complete
f11b29a9c730: Verifying Checksum
f11b29a9c730: Download complete
bd92b3300a5c: Verifying Checksum
bd92b3300a5c: Download complete
78bf9a5ad49e: Verifying Checksum
78bf9a5ad49e: Download complete
a4e411970f61: Download complete
5bed26d33875: Verifying Checksum
5bed26d33875: Download complete
5bed26d33875: Pull complete
f11b29a9c730: Pull complete
930bda195c84: Pull complete
cd3950cd7df2: Verifying Checksum
cd3950cd7df2: Download complete
78bf9a5ad49e: Pull complete
bd92b3300a5c: Pull complete
a4e411970f61: Pull complete
812074e49c42: Verifying Checksum
812074e49c42: Download complete
cd3950cd7df2: Pull complete
bee1a1b6364d: Verifying Checksum
bee1a1b6364d: Download complete
3a5f1edc3977: Verifying Checksum
3a5f1edc3977: Download complete
f150775b93f0: Verifying Checksum
f150775b93f0: Download complete
2fa35ef3e60f: Verifying Checksum
2fa35ef3e60f: Download complete
7697dc9f50cb: Verifying Checksum
7697dc9f50cb: Download complete
8f530b1cfb92: Verifying Checksum
8f530b1cfb92: Pull complete
812074e49c42: Pull complete
3a5f1edc3977: Pull complete
bee1a1b6364d: Pull complete
f6bfd9b2cfd9: Verifying Checksum
f6bfd9b2cfd9: Download complete
8a395104028e: Download complete
f6bfd9b2cfd9: Pull complete
f150775b93f0: Pull complete
2fa35ef3e60f: Pull complete
7697dc9f50cb: Pull complete
49f7433ed3e1: Verifying Checksum
49f7433ed3e1: Download complete
27b75b92e685: Verifying Checksum
baab9a0785c0: Verifying Checksum
baab9a0785c0: Download complete
63f489a107a7: Verifying Checksum
63f489a107a7: Download complete
49573aff720b: Download complete
0549ec9ec8ed: Download complete
6c7a6acc15a7: Verifying Checksum
6c7a6acc15a7: Download complete
70bdcfc588ca: Verifying Checksum
70bdcfc588ca: Download complete
2fcd87bfa5db: Verifying Checksum
2fcd87bfa5db: Download complete
310891b65deb: Verifying Checksum
310891b65deb: Download complete
baab9a0785c0: Pull complete
3b367e0aa6a5: Verifying Checksum
3b367e0aa6a5: Download complete
63f489a107a7: Pull complete
8a395104028e: Pull complete
49f7433ed3e1: Pull complete
27b75b92e685: Pull complete
49573aff720b: Pull complete
6c7a6acc15a7: Pull complete
2fcd87bfa5db: Pull complete
0549ec9ec8ed: Pull complete
70bdcfc588ca: Pull complete
3b367e0aa6a5: Pull complete
310891b65deb: Pull complete
Digest: sha256:9e0007d3c1f97c64052760bdfa4d74366099fc980adbe1cc58bbffbb92ca628a
Status: Downloaded newer image for yegor256/rultor-image:latest
+ docker ps --filter=status=exited
+ grep --quiet '\syegor256_0pdd_299\s*$'
+ ls -al .
total 728
drwx--x--x 3 rultor rultor 4096 Mar 9 06:10 .
drwxrwxrwt 10 root root 684032 Mar 9 06:10 ..
-rw-rw-r-- 1 rultor rultor 4066 Mar 9 06:10 config.yml
-rw-rw-r-- 1 rultor rultor 444 Mar 9 06:11 end.sh
-rwxrwxr-x 1 rultor rultor 363 Mar 9 06:10 entry.sh
-rw-rw-r-- 1 rultor rultor 1679 Mar 9 06:10 id_rsa
-rw-rw-r-- 1 rultor rultor 396 Mar 9 06:10 id_rsa.pub
-rw-rw-r-- 1 rultor rultor 6 Mar 9 06:10 pid
drwxrwxr-x 12 rultor rultor 4096 Mar 9 06:10 repo
-rwxrwxr-x 1 rultor rultor 7353 Mar 9 06:10 run.sh
-rw-rw-r-- 1 rultor rultor 1171 Mar 9 06:10 script.sh
-rw-rw-r-- 1 rultor rultor 9864 Mar 9 06:12 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-W6vL:/main --env=head=git@github.com:yegor256/0pdd.git --env=tag=0.30.23 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/0pdd.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.30.23'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''sudo gem install pdd -v 0.20.5'\'' '\'';'\'' '\''git config --global user.email "server@0pdd.com"'\'' '\'';'\'' '\''git config --global user.name "0pdd.com"'\'' '\'';'\'' '\''export GEM_HOME=~/.ruby'\'' '\'';'\'' '\''export GEM_PATH=$GEM_HOME:$GEM_PATH'\'' '\'';'\'' '\''ruby -v'\'' '\'';'\'' '\''bundle install --no-color'\'' '\'';'\'' '\''pdd -f /dev/null'\'' '\'';'\'' '\''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'\'' '\'';'\'' '\''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-W6vL/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=yegor256_0pdd_299 yegor256/rultor-image /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/.composer /root/.gem /root/.gnupg /root/.m2 /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
mesg: cannot open /dev/pts/0: Permission denied
+ 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.30.23
+ tag=0.30.23
+ export head_branch=master
+ head_branch=master
+ export author=yegor256
+ author=yegor256
+ sudo -i gem install pdd -v 0.20.5
Successfully installed pdd-0.20.5
Parsing documentation for pdd-0.20.5
Done installing documentation for pdd after 0 seconds
1 gem installed
+ git config --global user.email server@0pdd.com
+ git config --global user.name 0pdd.com
+ 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
+ ruby -v
ruby 2.6.0p0 (2018-12-25 revision 66547) [x86_64-linux]
+ bundle install --no-color
Warning: the running version of Bundler (1.17.2) is older than the version that created the lockfile (1.17.3). We suggest you upgrade to the latest version of Bundler by running `gem install bundler`.
Fetching gem metadata from https://rubygems.org/..........
Fetching rake 13.0.3
Installing rake 13.0.3
Fetching public_suffix 4.0.6
Installing public_suffix 4.0.6
Fetching addressable 2.7.0
Installing addressable 2.7.0
Fetching ast 2.4.2
Installing ast 2.4.2
Fetching aws-eventstream 1.1.1
Installing aws-eventstream 1.1.1
Fetching aws-partitions 1.431.1
Installing aws-partitions 1.431.1
Fetching aws-sigv4 1.2.3
Installing aws-sigv4 1.2.3
Fetching jmespath 1.4.0
Installing jmespath 1.4.0
Fetching aws-sdk-core 3.112.1
Installing aws-sdk-core 3.112.1
Fetching aws-sdk-dynamodb 1.59.0
Installing aws-sdk-dynamodb 1.59.0
Fetching aws-sdk-kms 1.42.0
Installing aws-sdk-kms 1.42.0
Fetching aws-sdk-s3 1.90.0
Installing aws-sdk-s3 1.90.0
Fetching base58 0.2.3
Installing base58 0.2.3
Using bundler 1.17.2
Fetching docile 1.3.5
Installing docile 1.3.5
Fetching simplecov-html 0.12.3
Installing simplecov-html 0.12.3
Fetching simplecov_json_formatter 0.1.2
Installing simplecov_json_formatter 0.1.2
Fetching simplecov 0.21.2
Installing simplecov 0.21.2
Fetching codecov 0.5.1
Installing codecov 0.5.1
Fetching concurrent-ruby 1.1.8
Installing concurrent-ruby 1.1.8
Using differ 0.1.2
Fetching faraday-net_http 1.0.1
Installing faraday-net_http 1.0.1
Fetching multipart-post 2.1.1
Installing multipart-post 2.1.1
Fetching ruby2_keywords 0.0.4
Installing ruby2_keywords 0.0.4
Fetching faraday 1.3.0
Installing faraday 1.3.0
Fetching ffi 1.15.0
Installing ffi 1.15.0 with native extensions
Fetching glogin 0.7.0
Installing glogin 0.7.0
Fetching temple 0.8.2
Installing temple 0.8.2
Fetching tilt 2.0.10
Installing tilt 2.0.10
GemWrappers: Can not wrap missing file: tilt
Fetching haml 5.2.1
Installing haml 5.2.1
GemWrappers: Can not wrap missing file: haml
Fetching jaro_winkler 1.5.4
Installing jaro_winkler 1.5.4 with native extensions
Fetching mini_mime 1.0.2
Installing mini_mime 1.0.2
Fetching mail 2.7.1
Installing mail 2.7.1
Fetching mini_portile2 2.5.0
Installing mini_portile2 2.5.0
Fetching mocha 1.11.2
Installing mocha 1.11.2
Fetching multi_json 1.15.0
Installing multi_json 1.15.0
Fetching mustermann 1.1.1
Installing mustermann 1.1.1
Fetching racc 1.5.2
Installing racc 1.5.2 with native extensions
GemWrappers: Can not wrap missing file: racc
Fetching nokogiri 1.11.1 (x86_64-linux)
Installing nokogiri 1.11.1 (x86_64-linux)
Fetching sawyer 0.8.2
Installing sawyer 0.8.2
Fetching octokit 4.20.0
Installing octokit 4.20.0
Fetching parallel 1.20.1
Installing parallel 1.20.1
Fetching parser 3.0.0.0
Installing parser 3.0.0.0
GemWrappers: Can not wrap missing file: ruby-parse
GemWrappers: Can not wrap missing file: ruby-rewrite
Using rainbow 3.0.0
Fetching slop 4.8.2
Installing slop 4.8.2
Fetching pdd 0.20.6
Installing pdd 0.20.6
Fetching power_assert 2.0.0
Installing power_assert 2.0.0
Fetching rack 2.2.3
Installing rack 2.2.3
GemWrappers: Can not wrap missing file: rackup
Fetching rack-protection 2.1.0
Installing rack-protection 2.1.0
Fetching rack-test 1.1.0
Installing rack-test 1.1.0
Fetching rb-fsevent 0.10.4
Installing rb-fsevent 0.10.4
Fetching rb-inotify 0.10.1
Installing rb-inotify 0.10.1
Fetching ruby-progressbar 1.11.0
Installing ruby-progressbar 1.11.0
Fetching unicode-display_width 1.6.1
Installing unicode-display_width 1.6.1
Fetching rubocop 0.69.0
Installing rubocop 0.69.0
GemWrappers: Can not wrap missing file: rubocop
Fetching rubocop-rspec 1.33.0
Installing rubocop-rspec 1.33.0
Fetching sass-listen 4.0.0
Installing sass-listen 4.0.0
Fetching sass 3.7.4
Installing sass 3.7.4
GemWrappers: Can not wrap missing file: sass
GemWrappers: Can not wrap missing file: sass-convert
GemWrappers: Can not wrap missing file: scss
Fetching sentry-raven 3.1.1
Installing sentry-raven 3.1.1
GemWrappers: Can not wrap missing file: raven
Fetching sinatra 2.1.0
Installing sinatra 2.1.0
Fetching sinatra-contrib 2.1.0
Installing sinatra-contrib 2.1.0
Fetching sprockets 4.0.2
Installing sprockets 4.0.2
GemWrappers: Can not wrap missing file: sprockets
Fetching test-unit 3.4.0
Installing test-unit 3.4.0
Fetching xcop 0.6.2
Installing xcop 0.6.2
Bundle complete! 22 Gemfile dependencies, 64 gems now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.
Post-install message from rubocop:
Performance cops have been removed from RuboCop 0.68. Use the `rubocop-performance` gem instead.
Put this in your `Gemfile`.
```rb
gem 'rubocop-performance'
```
And then execute:
```sh
$ bundle install
```
Put this into your `.rubocop.yml`.
```yaml
require: rubocop-performance
```
More information: https://github.com/rubocop-hq/rubocop-performance
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
+ pdd -f /dev/null
Found 8 lines in /home/r/repo/.pdd
My version is 0.20.6
Ruby version is 2.6.0 at x86_64-linux
Reading .
Excluding README.md
Excluding coverage/**/*
Excluding assets/**/*
113 file(s) found, 252 excluded
/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)
Reading .simplecov...
Reading Rakefile...
Reading Gemfile...
Reading .0pdd.yml...
Reading .github/ISSUE_TEMPLATE.md...
Reading .github/PULL_REQUEST_TEMPLATE.md...
Reading cucumber.yml...
Reading Aptfile...
Reading .travis.yml...
Reading LICENSE.txt...
Reading public/images/ruby-logo.svg...
Reading public/images/git-logo.svg...
Reading public/images/logo.svg...
Reading test/test_log.rb...
Reading test/test_github_invitations.rb...
Reading test/test_job.rb...
Reading test/fake_repo.rb...
Reading test/test_job_commiterrors.rb...
Reading test/fake_log.rb...
Reading test/test_job_emailed.rb...
Reading test/test_logged_storage.rb...
Reading test/test_logged_tickets.rb...
Reading test/test_truncated.rb...
Reading test/test_milestone_tickets.rb...
Reading test/test_puzzles.rb...
Reading test/fake_github.rb...
Reading test/test_maybe_text.rb...
Reading test/test_versioned_storage.rb...
Reading test/test_sentry_tickets.rb...
Reading test/test_commit_tickets.rb...
Reading test/test_github.rb...
Reading test/fake_storage.rb...
Reading test/test_safe_storage.rb...
Reading test/test_diff.rb...
Reading test/test_0pdd.rb...
Reading test/fake_tickets.rb...
Reading test/test_github_tickets.rb...
Reading test/test_upgraded_storage.rb...
Reading test/test_git_repo.rb...
Reading test/test_job_detached.rb...
Reading test/test__helper.rb...
Reading test/test_exec.rb...
Reading test/test_cached_storage.rb...
Reading test/test_credentials.rb...
Reading test/test_once_storage.rb...
Reading .pdd...
Reading dynamodb-local/tables/0pdd-events.json...
Reading dynamodb-local/config/dynamo.yml...
Reading dynamodb-local/pom.xml...
Reading .rultor.yml...
Reading objects/github_tagged_tickets.rb...
Reading objects/github.rb...
Reading objects/job_commiterrors.rb...
Reading objects/job.rb...
Reading objects/upgraded_storage.rb...
Reading objects/emailed_tickets.rb...
Reading objects/once_storage.rb...
Reading objects/truncated.rb...
Reading objects/logged_storage.rb...
Reading objects/github_invitations.rb...
Reading objects/github_tickets.rb...
Reading objects/logged_tickets.rb...
Reading objects/milestone_tickets.rb...
Reading objects/cached_storage.rb...
Reading objects/github_organization_invitations.rb...
Reading objects/puzzles.rb...
Reading objects/sync_storage.rb...
Reading objects/job_emailed.rb...
Reading objects/diff.rb...
Reading objects/versioned_storage.rb...
Reading objects/exec.rb...
Reading objects/sentry_tickets.rb...
Reading objects/templates/github_tickets_body.haml...
Reading objects/commit_tickets.rb...
Reading objects/maybe_text.rb...
Reading objects/dynamo.rb...
Reading objects/job_detached.rb...
Reading objects/job_recorded.rb...
Reading objects/job_starred.rb...
Reading objects/s3.rb...
Reading objects/git_repo.rb...
Reading objects/safe_storage.rb...
Reading objects/log.rb...
Reading objects/user_error.rb...
Reading appveyor.yml...
Reading .rubocop.yml...
Reading .gitignore...
Reading views/_footer.haml...
Reading views/error.haml...
Reading views/error_400.haml...
Reading views/item.haml...
Reading views/layout.haml...
Reading views/log.haml...
Reading views/not_found.haml...
Reading views/index.haml...
Reading views/_header.haml...
Reading nginx.conf.sigil...
Reading Gemfile.lock...
Reading test-assets/puzzles/submits-three-tickets.xml...
Reading test-assets/puzzles/closes-one-puzzle.xml...
Reading test-assets/puzzles/ignores-unknown-issues.xml...
Reading test-assets/puzzles/submits-old-puzzles.xml...
Reading test-assets/puzzles/simple.xml...
Reading features/step_definitions/steps.rb...
Reading config.ru...
Reading Procfile...
Reading 0pdd.rb...
Puzzle 41-ab139346 30/DEV at 0pdd.rb
Reading deploy.sh...
Reading version.rb...
Reading CHECKS...
Reading .gitattributes...
+ bundle exec rake
bundle outdated
33mWarning: the running version of Bundler (1.17.2) is older than the version that created the lockfile (1.17.3). We suggest you upgrade to the latest version of Bundler by running `gem install bundler`.
0mFetching gem metadata from https://rubygems.org/..........
Fetching gem metadata from https://rubygems.org/.
Resolving dependencies.....
Outdated gems included in the bundle:
* mocha (newest 1.12.0, installed 1.11.2, requested = 1.11.2) in groups "default"
* rubocop (newest 1.11.0, installed 0.69.0, requested = 0.69.0) in groups "default"
* rubocop-rspec (newest 2.2.0, installed 1.33.0, requested = 1.33.0) in groups "default"
* unicode-display_width (newest 2.0.0, installed 1.6.1)
Some dependencies are outdated
Test config is absent
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/usr/share/maven/lib/guice.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1
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
Test config is absent
Test config is absent
Test config is absent
Failed to open TCP connection to localhost:41095 (Cannot assign requested address - connect(2) for "localhost" port 41095)
DynamoDB Local table: ACTIVE
DynamoDB Local is running in PID 797
Coverage report generated for Unit Tests to /home/r/repo/coverage. 310 / 860 LOC (36.05%) covered.
Loaded suite /home/r/.ruby/gems/rake-13.0.3/lib/rake/rake_test_loader
Started
FakeGithub#rate_limit()
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.0mFakeGithub#repository()
32;1m.0m34mO0m
===============================================================================
Omission: 44;37;1momitted.0m [test_connects_to_aws_dynamo(CredentialsTest)]
/home/r/repo/test/test_credentials.rb:112:in `config'
===============================================================================
34mO0m
===============================================================================
Omission: 44;37;1momitted.0m [test_connects_to_aws_s3(CredentialsTest)]
/home/r/repo/test/test_credentials.rb:112:in `config'
===============================================================================
34mO0m
===============================================================================
Omission: 44;37;1momitted.0m [test_connects_to_git_via_ssh(CredentialsTest)]
/home/r/repo/test/test_credentials.rb:112:in `config'
===============================================================================
34mO0m
===============================================================================
Omission: 44;37;1momitted.0m [test_connects_to_github(CredentialsTest)]
/home/r/repo/test/test_credentials.rb:112:in `config'
===============================================================================
34mO0m
===============================================================================
Omission: 44;37;1momitted.0m [test_sends_email_via_smtp(CredentialsTest)]
/home/r/repo/test/test_credentials.rb:112: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:140:in `test_doesnt_touch_crlf'
===============================================================================
32;1m.0m32;1m.0m32;1m.0m32;1m.0m32;1m.0m32;1m.0m32;1m.0m32;1m.0m32;1m.0mFakeGithub#initialize()
FakeGithub#organization_memberships()
FakeGithub#rate_limit()
FakeGithub#update_organization_membership()
Invitation for @google accepted
FakeGithub#rate_limit()
FakeGithub#update_organization_membership()
Invitation for @microsoft accepted
FakeGithub#organization_memberships()
FakeGithub#organization_memberships()
FakeGithub#organization_memberships()
FakeGithub#organization_memberships()
32;1m.0mFakeGithub#initialize()
FakeGithub#user_repository_invitations()
FakeGithub#rate_limit()
FakeGithub#accept_repository_invitation()
Repository invitation 0 accepted
FakeGithub#rate_limit()
FakeGithub#accept_repository_invitation()
Repository invitation 1 accepted
FakeGithub#repositories()
FakeGithub#repositories()
32;1m.0mFakeGithub#initialize()
32;1m.0mFakeGithub#initialize()
FakeGithub#issue()
FakeGithub#close_issue()
FakeGithub#add_comment()
32;1m.0mFakeGithub#initialize()
32;1m.0mFakeGithub#initialize()
FakeGithub#list_commits()
32;1m.0mFakeGithub#initialize()
32;1m.0mFakeGithub#initialize()
FakeGithub#list_commits()
32;1m.0mFakeGithub#initialize()
FakeGithub#list_commits()
FakeGithub#add_comment()
32;1m.0mFakeGithub#initialize()
FakeGithub#list_commits()
32;1m.0m32;1m.0mComment posted about an error:
32;1m.0m32;1m.0mFakeGithub#initialize()
FakeGithub#user()
Email sent to admin@0pdd.com
32;1m.0mFakeGithub#initialize()
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.0m
Finished in 3.6185978 seconds.
34m-------------------------------------------------------------------------------0m
85 tests, 132 assertions, 0 failures, 0 errors, 0 pendings, 6 omissions, 0 notifications
100% passed
34m-------------------------------------------------------------------------------0m
23.49 tests/s, 36.48 assertions/s
Running RuboCop...
Inspecting 71 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.0m
71 files inspected, 32mno offenses0m detected
Running xcop...
Inspecting 15 files...
32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m
15 files checked, everything looks 32mpretty0m
grep -q -r '2021' --include '*.rb' --include '*.txt' --include 'Rakefile' .
DynamoDB Local killed in PID 797
+ 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' (RSA) to the list of known hosts.
+ sed -i s/BUILD/0.30.23/g ./version.rb
+ git add ./version.rb
+ git commit -m 'build number set'
[__rultor 76a0128] build number set
1 file changed, 1 insertion(+), 1 deletion(-)
+ cp ../config.yml config.yml
+ git add config.yml
+ ruby test/test_credentials.rb
Coverage report generated for Unit Tests to /home/r/repo/coverage. 72 / 206 LOC (34.95%) covered.
Loaded suite test/test_credentials
Started
32;1m.0mS3 18818 from xml.0pdd.com/yegor256/0pdd.xml
32;1m.0m32;1m.0m32;1m.0m32;1m.0m
Finished in 5.895807535 seconds.
32;1m-------------------------------------------------------------------------------0m
5 tests, 3 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications
100% passed
32;1m-------------------------------------------------------------------------------0m
0.85 tests/s, 0.51 assertions/s
+ git commit -m config.yml
[__rultor ae3e6db] 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: 4147, done.
Counting objects: 100% (4147/4147), done.
Delta compression using up to 12 threads
Compressing objects: 100% (1065/1065), done.
Writing objects: 100% (4147/4147), 971.26 KiB | 97.13 MiB/s, done.
Total 4147 (delta 2999), reused 4135 (delta 2991), pack-reused 0
remote: Resolving deltas: 100% (2999/2999),Kdone.K
remote: Reinitializing monit daemonK
remote: 1G-----> Cleaning up...K
remote: 1G-----> Building zeropdd from herokuish...K
remote: 1GReinitializing monit daemonK
remote: 1G-----> Adding BUILD_ENV to build environment...K
remote: 1G1G 1G-----> Ruby app detectedK
remote: 1G1G-----> Installing bundler 1.17.3K
remote: 1G1G-----> Removing BUNDLED WITH version in the Gemfile.lockK
remote: 1G1G-----> Compiling Ruby/RackK
remote: 1G1G-----> Using Ruby version: ruby-2.6.0K
remote: 1G1G K
remote: 1G1G 1m33m###### WARNING:0mK
remote: 1G1G K
remote: 1G1G There is a known bundler bug with your version of RubyK
remote: 1G1G K
remote: 1G1G Your version of Ruby contains a problem with the built-in integration of bundler. IfK
remote: 1G1G you encounter a bundler error you need to upgrade your Ruby version. We suggest you upgrade to:K
remote: 1G1G K
remote: 1G1G 2.6.6K
remote: 1G1G K
remote: 1G1G For more information see:K
remote: 1G1G https://devcenter.heroku.com/articles/bundler-version#known-upgrade-issuesK
remote: 1G1G K
remote: 1G1G-----> Installing dependencies using bundler 1.17.3K
remote: 1G1G Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4 --deploymentK
remote: 1G1G Using rake 13.0.3K
remote: 1G1G Using public_suffix 4.0.6K
remote: 1G1G Using addressable 2.7.0K
remote: 1G1G Using ast 2.4.2K
remote: 1G1G Using aws-eventstream 1.1.1K
remote: 1G1G Using aws-partitions 1.431.1K
remote: 1G1G Using aws-sigv4 1.2.3K
remote: 1G1G Using jmespath 1.4.0K
remote: 1G1G Using aws-sdk-core 3.112.1K
remote: 1G1G Using aws-sdk-dynamodb 1.59.0K
remote: 1G1G Using aws-sdk-kms 1.42.0K
remote: 1G1G Using aws-sdk-s3 1.90.0K
remote: 1G1G Using base58 0.2.3K
remote: 1G1G Using bundler 1.17.3K
remote: 1G1G Using docile 1.3.5K
remote: 1G1G Using simplecov-html 0.12.3K
remote: 1G1G Using simplecov_json_formatter 0.1.2K
remote: 1G1G Using simplecov 0.21.2K
remote: 1G1G Using codecov 0.5.1K
remote: 1G1G Using concurrent-ruby 1.1.8K
remote: 1G1G Using differ 0.1.2K
remote: 1G1G Using faraday-net_http 1.0.1K
remote: 1G1G Using multipart-post 2.1.1K
remote: 1G1G Using ruby2_keywords 0.0.4K
remote: 1G1G Using faraday 1.3.0K
remote: 1G1G Using ffi 1.15.0K
remote: 1G1G Using glogin 0.7.0K
remote: 1G1G Using temple 0.8.2K
remote: 1G1G Using tilt 2.0.10K
remote: 1G1G Using haml 5.2.1K
remote: 1G1G Using jaro_winkler 1.5.4K
remote: 1G1G Using mini_mime 1.0.2K
remote: 1G1G Using mail 2.7.1K
remote: 1G1G Using mini_portile2 2.5.0K
remote: 1G1G Using mocha 1.11.2K
remote: 1G1G Using multi_json 1.15.0K
remote: 1G1G Using mustermann 1.1.1K
remote: 1G1G Using racc 1.5.2K
remote: 1G1G Using nokogiri 1.11.1 (x86_64-linux)K
remote: 1G1G Using sawyer 0.8.2K
remote: 1G1G Using octokit 4.20.0K
remote: 1G1G Using parallel 1.20.1K
remote: 1G1G Using parser 3.0.0.0K
remote: 1G1G Using rainbow 3.0.0K
remote: 1G1G Using slop 4.8.2K
remote: 1G1G Using pdd 0.20.6K
remote: 1G1G Using power_assert 2.0.0K
remote: 1G1G Using rack 2.2.3K
remote: 1G1G Using rack-protection 2.1.0K
remote: 1G1G Using rack-test 1.1.0K
remote: 1G1G Using rb-fsevent 0.10.4K
remote: 1G1G Using rb-inotify 0.10.1K
remote: 1G1G Using ruby-progressbar 1.11.0K
remote: 1G1G Using unicode-display_width 1.6.1K
remote: 1G1G Using rubocop 0.69.0K
remote: 1G1G Using rubocop-rspec 1.33.0K
remote: 1G1G Using sass-listen 4.0.0K
remote: 1G1G Using sass 3.7.4K
remote: 1G1G Using sentry-raven 3.1.1K
remote: 1G1G Using sinatra 2.1.0K
remote: 1G1G Using sinatra-contrib 2.1.0K
remote: 1G1G Using sprockets 4.0.2K
remote: 1G1G Using test-unit 3.4.0K
remote: 1G1G Using xcop 0.6.2K
remote: 1G1G Bundle complete! 22 Gemfile dependencies, 64 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 Bundle completed (0.46s)K
remote: 1G1G Cleaning up the bundler cache.K
remote: 1G1G-----> Detecting rake tasksK
remote: 1G1G K
remote: 1G1G 1m33m###### WARNING:0mK
remote: 1G1G K
remote: 1G1G There is a known bundler bug with your version of RubyK
remote: 1G1G K
remote: 1G1G Your version of Ruby contains a problem with the built-in integration of bundler. IfK
remote: 1G1G you encounter a bundler error you need to upgrade your Ruby version. We suggest you upgrade to:K
remote: 1G1G K
remote: 1G1G 2.6.6K
remote: 1G1G K
remote: 1G1G For more information see:K
remote: 1G1G https://devcenter.heroku.com/articles/bundler-version#known-upgrade-issuesK
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.6.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-----> Deploying zeropdd...K
remote: 1G-----> App Procfile file foundK
remote: 1G DOKKU_SCALE declares scale -> web=1K
remote: 1G=====> Processing deployment checksK
remote: 1G-----> Attempting pre-flight checks (web.1)K
remote: 1G CHECKS expected result:K
remote: 1G http://localhost/ => "PDD puzzles collector"K
remote: 1G Attempt 1/5. Waiting for 5 seconds ...K
remote: 1G CHECKS expected result:K
remote: 1G http://localhost/p?name=yegor256/0pdd => "total"K
remote: 1G Attempt 1/5. Waiting for 5 seconds ...K
remote: 1G All checks successful!K
remote: 1G=====> zeropdd web container output:K
remote: 1G I, [2021-03-09T05:14:52.620825 #12] INFO -- sentry: ** [Raven] Raven 3.1.1 ready to catch errorsK
remote: 1G [2021-03-09 05:14:52] INFO WEBrick 1.4.2K
remote: 1G [2021-03-09 05:14:52] INFO ruby 2.6.0 (2018-12-25) [x86_64-linux]K
remote: 1G [2021-03-09 05:14:52] INFO WEBrick::HTTPServer#start: pid=12 port=5000K
remote: 1G 172.17.0.1 - - [09/Mar/2021:05:14:57 +0000] "GET / HTTP/1.1" 200 2223 0.1820K
remote: 1G S3 18818 from xml.0pdd.com/yegor256/0pdd.xmlK
remote: 1G 172.17.0.1 - - [09/Mar/2021:05:15:03 +0000] "GET /p?name=yegor256/0pdd HTTP/1.1" 200 7312 0.6600K
remote: 1G=====> end zeropdd web container outputK
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: 1GReinitializing monit daemonK
remote: 1G-----> Renaming containersK
remote: 1G Found previous container(s) (d7f000e4007c) named zeropdd.web.1K
remote: 1G Renaming container (d7f000e4007c) zeropdd.web.1 to zeropdd.web.1.1615266908K
remote: 1G Renaming container (ebe6b18b3202) jovial_borg to zeropdd.web.1K
remote: 1G-----> Shutting down old containers in 60 secondsK
remote: 1G d7f000e4007c468315e84f11c821daec8f4149690acf4a7564fe896098a258efK
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
+ c08b733...ae3e6db __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 2203 100 2203 0 0 40054 0 --:--:-- --:--:-- --:--:-- 40054
+ 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.30.23 -m '0.30.23: tagged by rultor.com'
+ git reset --hard
HEAD is now at 76a0128 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 76a0128).
+ git push --all origin
Everything up-to-date
+ git push --tags origin
To git@github.com:yegor256/0pdd.git
* [new tag] 0.30.23 -> 0.30.23
container d5c7b820efba8ef74a056676e3437bbb1187ab374ff8e8cb1232a323723f6960 is dead
Tue Mar 9 06:15:46 CET 2021