+ set -e + set -o pipefail ++ dirname ./run.sh + cd . + echo 6010 + echo '1.67.4 dbdae7b78' 1.67.4 dbdae7b78 + date Tue Jul 31 12:22:19 CEST 2018 + uptime 12:22:19 up 23 days, 21:06, 0 users, load average: 4.91, 4.90, 5.14 + head=git@github.com:driver733/blog.git + pull_id=30 + image=yegor256/blog + fork=git@github.com:driver733/blog.git + fork_branch='#28' + head_branch=master + pull_title='#28 - Fixed W3C validator warnings' + author=driver733 + vars=('--env=head=git@github.com:driver733/blog.git' '--env=pull_id=30' '--env=fork=git@github.com:driver733/blog.git' '--env=fork_branch=#28' '--env=head_branch=master' '--env=pull_title=#28 - Fixed W3C validator warnings' '--env=author=driver733' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:driver733/blog.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=30'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:driver733/blog.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=#28'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=#28 - Fixed W3C validator warnings'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=driver733'\''\'\'''\'''\'' '\'';'\'' '\''sudo locale-gen en_US en_US.UTF-8'\'' '\'';'\'' '\''sudo dpkg-reconfigure locales'\'' '\'';'\'' '\''export LC_ALL=en_US.UTF-8'\'' '\'';'\'' '\''export LANG=en_US.UTF-8'\'' '\'';'\'' '\''export LANGUAGE=en_US.UTF-8'\'' '\'';'\'' '\''bundle install'\'' '\'';'\'' '\''rake'\'' '\'';'\'' )') + scripts=('export '\''head=git@github.com:driver733/blog.git'\''' ';' 'export '\''pull_id=30'\''' ';' 'export '\''fork=git@github.com:driver733/blog.git'\''' ';' 'export '\''fork_branch=#28'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=#28 - Fixed W3C validator warnings'\''' ';' 'export '\''author=driver733'\''' ';' 'sudo locale-gen en_US en_US.UTF-8' ';' 'sudo dpkg-reconfigure locales' ';' 'export LC_ALL=en_US.UTF-8' ';' 'export LANG=en_US.UTF-8' ';' 'export LANGUAGE=en_US.UTF-8' ';' 'bundle install' ';' 'rake' ';') + directory= + container=driver733_blog_30 + 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:driver733/blog.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:driver733/blog.git'\''' ']' + cd .. + cat + '[' false = true ']' + cat + chmod a+x entry.sh + cat + echo 'export '\''head=git@github.com:driver733/blog.git'\''' ';' 'export '\''pull_id=30'\''' ';' 'export '\''fork=git@github.com:driver733/blog.git'\''' ';' 'export '\''fork_branch=#28'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=#28 - Fixed W3C validator warnings'\''' ';' 'export '\''author=driver733'\''' ';' 'sudo locale-gen en_US en_US.UTF-8' ';' 'sudo dpkg-reconfigure locales' ';' 'export LC_ALL=en_US.UTF-8' ';' 'export LANG=en_US.UTF-8' ';' 'export LANGUAGE=en_US.UTF-8' ';' 'bundle install' ';' rake ';' + rm -rf .gpg + cd repo + git remote add fork git@github.com:driver733/blog.git + git remote update Fetching origin Fetching fork From github.com:driver733/blog * [new branch] #28 -> fork/#28 * [new branch] master -> fork/master + args= + '[' '' == default ']' + '[' '' == no ']' + '[' '' == only ']' + export BRANCH=__rultor + BRANCH=__rultor ++ wc -l ++ git show-branch __rultor + '[' 0 -gt 0 ']' + git checkout -B __rultor fork/#28 Switched to a new branch '__rultor' Branch __rultor set up to track remote branch #28 from fork. + git checkout -B master origin/master Switched to and reset branch 'master' Branch master set up to track remote branch master from origin. Your branch is up-to-date with 'origin/master'. + '[' '' == true ']' + '[' '' == true ']' + git merge __rultor Updating 62117e1..b8f3c63 Fast-forward Rakefile | 2 +- _layouts/post.html | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) + docker_when_possible + true ++ uptime ++ sed 's/ /\n/g' ++ tail -n 1 + load=5.14 ++ echo 5.14 '>' 30 ++ bc + '[' 0 -eq 1 ']' + echo 'load average is 5.14, low enough to run a new Docker container' load average is 5.14, low enough to run a new Docker container + break + cd .. + '[' -n '' ']' + use_image=yegor256/blog + docker pull yegor256/blog Using default tag: latest latest: Pulling from yegor256/blog Digest: sha256:e5b3a4098eda7ec35261b672d475e31eff9b3a16dd92dd37a7b79e71c4707662 Status: Image is up to date for yegor256/blog:latest + docker ps --filter=status=exited + grep --quiet '\sdriver733_blog_30\s*$' + ls -al . total 60 drwx--x--x 3 rultor rultor 4096 Jul 31 12:22 . drwxrwxrwt 11 root root 20480 Jul 31 12:22 .. -rw-rw-r-- 1 rultor rultor 444 Jul 31 12:22 end.sh -rwxrwxr-x 1 rultor rultor 338 Jul 31 12:22 entry.sh -rw-rw-r-- 1 rultor rultor 5 Jul 31 12:22 pid drwxrwxr-x 8 rultor rultor 4096 Jul 31 12:22 repo -rwxrwxr-x 1 rultor rultor 5785 Jul 31 12:22 run.sh -rw-rw-r-- 1 rultor rultor 561 Jul 31 12:22 script.sh -rw-rw-r-- 1 rultor rultor 4707 Jul 31 12:22 stdout ++ pwd ++ pwd + docker run -t --rm -v /tmp/rultor-5RrE:/main --env=head=git@github.com:driver733/blog.git --env=pull_id=30 --env=fork=git@github.com:driver733/blog.git --env=fork_branch=#28 --env=head_branch=master '--env=pull_title=#28 - Fixed W3C validator warnings' --env=author=driver733 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:driver733/blog.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=30'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:driver733/blog.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=#28'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=#28 - Fixed W3C validator warnings'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=driver733'\''\'\'''\'''\'' '\'';'\'' '\''sudo locale-gen en_US en_US.UTF-8'\'' '\'';'\'' '\''sudo dpkg-reconfigure locales'\'' '\'';'\'' '\''export LC_ALL=en_US.UTF-8'\'' '\'';'\'' '\''export LANG=en_US.UTF-8'\'' '\'';'\'' '\''export LANGUAGE=en_US.UTF-8'\'' '\'';'\'' '\''bundle install'\'' '\'';'\'' '\''rake'\'' '\'';'\'' )' --hostname=docker --privileged --memory=6g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-5RrE/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=driver733_blog_30 yegor256/blog /main/entry.sh WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. + set -e + set -o pipefail + shopt -s dotglob + useradd -m -G sudo r + echo '%sudo ALL=(ALL) NOPASSWD:ALL' + cp -R /root/.bashrc /root/.composer /root/.gem /root/.gnupg /root/.m2 /root/.npm /root/.oracle_jre_usage /root/.profile /root/texmf /home/r + cp -R ./cid ./end.sh ./entry.sh ./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:driver733/blog.git + head=git@github.com:driver733/blog.git + export pull_id=30 + pull_id=30 + export fork=git@github.com:driver733/blog.git + fork=git@github.com:driver733/blog.git + export fork_branch=#28 + fork_branch='#28' + export head_branch=master + head_branch=master + export 'pull_title=#28 - Fixed W3C validator warnings' + pull_title='#28 - Fixed W3C validator warnings' + export author=driver733 + author=driver733 + sudo -i locale-gen en_US en_US.UTF-8 Generating locales... en_US.ISO-8859-1... up-to-date en_US.UTF-8... up-to-date Generation complete. + sudo -i dpkg-reconfigure locales Generating locales... en_US.ISO-8859-1... up-to-date en_US.UTF-8... up-to-date Generation complete. + export LC_ALL=en_US.UTF-8 + LC_ALL=en_US.UTF-8 + export LANG=en_US.UTF-8 + LANG=en_US.UTF-8 + export LANGUAGE=en_US.UTF-8 + LANGUAGE=en_US.UTF-8 + bundle install Fetching gem metadata from https://rubygems.org/............ Fetching version metadata from https://rubygems.org/... Fetching dependency metadata from https://rubygems.org/.. Resolving dependencies.................. Using rake 12.3.1 32mInstalling concurrent-ruby 1.0.50m Using minitest 5.11.3 32mInstalling thread_safe 0.3.60m 32mInstalling public_suffix 2.0.50m 32mInstalling ast 2.4.00m 32mInstalling coffee-script-source 1.11.10m 32mInstalling execjs 2.7.00m Using colorator 1.1.0 32mInstalling colorize 0.8.10m 32mInstalling eventmachine 1.2.7 with native extensions0m 32mInstalling http_parser.rb 0.6.0 with native extensions0m 32mInstalling ffi 1.9.25 with native extensions0m 32mInstalling multipart-post 2.0.00m Using forwardable-extended 2.6.0 32mInstalling gemoji 3.0.00m Using rb-fsevent 0.10.3 Using ruby_dep 1.5.0 Using kramdown 1.16.2 32mInstalling liquid 4.0.00m Using mercenary 0.3.6 32mInstalling rouge 2.2.10m Using safe_yaml 1.0.4 32mInstalling mini_portile2 2.3.00m 32mInstalling jekyll-paginate 1.1.00m 32mInstalling rubyzip 1.2.10m 32mInstalling jekyll-swiss 0.4.00m 32mInstalling unicode-display_width 1.4.00m 32mInstalling parallel 1.12.10m 32mInstalling yell 2.0.70m 32mInstalling jaro_winkler 1.5.1 with native extensions0m Using json 2.1.0 32mInstalling mixlib-cli 1.7.00m 32mInstalling tomlrb 1.2.70m 32mInstalling multi_json 1.13.10m 32mInstalling powerpack 0.1.20m 32mInstalling rainbow 3.0.00m 32mInstalling ruby-progressbar 1.9.00m Using bundler 1.11.2 32mInstalling i18n 0.9.50m 32mInstalling tzinfo 1.2.50m Using addressable 2.5.2 32mInstalling parser 2.5.1.20m 32mInstalling coffee-script 2.4.10m 32mInstalling em-websocket 0.5.10m 32mInstalling ethon 0.11.00m Using rb-inotify 0.9.10 32mInstalling faraday 0.15.20m Using pathutil 0.16.1 32mInstalling nokogiri 1.8.4 with native extensions0m 32mInstalling terminal-table 1.8.00m 32mInstalling mixlib-config 2.2.130m 32mInstalling pygments.rb 1.2.10m 32mInstalling ruby-enum 0.7.20m 32mInstalling activesupport 4.2.100m 32mInstalling dnsruby 1.61.20m 32mInstalling rubocop 0.58.20m 32mInstalling jekyll-coffeescript 1.1.10m 32mInstalling typhoeus 1.3.00m Using sass-listen 4.0.0 Using listen 3.1.5 32mInstalling sawyer 0.8.10m 32mInstalling w3c_validators 1.3.30m 32mInstalling mdl 0.5.00m 32mInstalling commonmarker 0.17.9 with native extensions0m 32mInstalling html-pipeline 2.8.40m 32mInstalling rubocop-rspec 1.27.00m 32mInstalling html-proofer 3.9.10m 32mInstalling sass 3.5.70m 32mInstalling jekyll-watch 2.0.00m 32mInstalling octokit 4.9.00m Using jekyll-sass-converter 1.5.2 32mInstalling scss_lint 0.57.00m 32mInstalling github-pages-health-check 1.8.10m 32mInstalling jekyll-gist 1.5.00m 32mInstalling jekyll 3.7.30m 32mInstalling jekyll-avatar 0.6.00m 32mInstalling jekyll-commonmark 1.2.00m 32mInstalling jekyll-default-layout 0.1.40m 32mInstalling jekyll-feed 0.10.00m 32mInstalling jekyll-github-metadata 2.9.40m 32mInstalling jekyll-mentions 1.4.00m 32mInstalling jekyll-optional-front-matter 0.3.00m 32mInstalling jekyll-readme-index 0.2.00m 32mInstalling jekyll-redirect-from 0.14.00m 32mInstalling jekyll-relative-links 0.5.30m 32mInstalling jekyll-remote-theme 0.3.10m 32mInstalling jekyll-seo-tag 2.5.00m 32mInstalling jekyll-sitemap 1.2.00m 32mInstalling jekyll-titles-from-headings 0.5.10m 32mInstalling jemoji 0.10.00m 32mInstalling jekyll-commonmark-ghpages 0.1.50m 32mInstalling jekyll-theme-architect 0.1.10m 32mInstalling jekyll-theme-cayman 0.1.10m 32mInstalling jekyll-theme-dinky 0.1.10m 32mInstalling jekyll-theme-hacker 0.1.10m 32mInstalling jekyll-theme-leap-day 0.1.10m 32mInstalling jekyll-theme-merlot 0.1.10m 32mInstalling jekyll-theme-midnight 0.1.10m 32mInstalling jekyll-theme-minimal 0.1.10m 32mInstalling jekyll-theme-modernist 0.1.10m 32mInstalling jekyll-theme-primer 0.5.30m 32mInstalling jekyll-theme-slate 0.1.10m 32mInstalling jekyll-theme-tactile 0.1.10m 32mInstalling jekyll-theme-time-machine 0.1.10m 32mInstalling minima 2.5.00m 32mInstalling github-pages 1880m 32mBundle complete! 9 Gemfile dependencies, 107 gems now installed.0m 32mUse `bundle show [gemname]` to see where a bundled gem is installed.0m 32mPost-install message from dnsruby:0m Installing dnsruby... For issues and source code: https://github.com/alexdalitz/dnsruby For general discussion (please tell us how you use dnsruby): https://groups.google.com/forum/#!forum/dnsruby 32mPost-install message from html-pipeline:0m ------------------------------------------------- Thank you for installing html-pipeline! You must bundle Filter gem dependencies. See html-pipeline README.md for more details. https://github.com/jch/html-pipeline#dependencies ------------------------------------------------- 32mPost-install message from sass:0m Ruby Sass is deprecated and will be unmaintained as of 26 March 2019. * 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: http://sass.logdown.com/posts/7081811 + rake rm -rf _site Jekyll site directory deleted Configuration file: /home/r/repo/_config.yml Source: /home/r/repo Destination: /home/r/repo/_site Incremental build: disabled. Enable with --incremental Generating... done in 2.569 seconds. Auto-regeneration: disabled. Use --watch to enable. Jekyll site generated without issues scss-lint found no lints _site/CNAME: OK _site/robots.txt: OK _site/about.html: OK _site/404.html: OK _site/favicon.ico: OK _site/rss.xml: OK _site/sitemap.xml: OK _site/css/main.css: OK _site/css/code.css: OK _site/2018/07/27/props-file.html: OK All files are in place _site/Rakefile: absent, OK _site/Gemfile: absent, OK _site/README.md: absent, OK _site/LICENSE.txt: absent, OK _site/main.scss: absent, OK _site/code.scss: absent, OK There is no garbage HTML passed through html-proofer _site/index.html: OK (37 words) _site/2018/07/27/props-file.html: OK (151 words) _site/404.html: OK (18 words) _site/about.html: OK (29 words) No spelling errors https://twitter.com/driver733: 200 https://docs.oracle.com/javase/8/docs/api/java/util/Properties.html: 200 https://www.yegor256.com/2015/12/08/temporal-coupling-between-method-calls.html: 200 https://www.yegor256.com/2017/05/10/inversion-of-control.html: 200 https://www.yegor256.com/2016/12/13/mvc-vs-oop.html: 200 https://github.com/yegor256/cactoos: 200 https://www.yegor256.com/2014/11/20/seven-virtues-of-good-object.html: 200 https://github.com/driver733/VKUploader/blob/master/src/main/java/com/driver733/vkuploader/wallpost/PropsFile.java: 200 https://disqus.com/?ref_noscript: 200 All links are valid Running RuboCop... Inspecting 2 files 32m.0m32m.0m 2 files inspected, 32mno offenses0m detected bundle exec mdl _posts --style /home/r/repo/style index.html: OK 2018/07/27/props-file.html: OK HTML is W3C compliant + mv /home/r/repo . ++ whoami + chown -R root repo + '[' -n '' ']' ++ whoami + sudo chown -R rultor repo + cd repo + git push origin master To git@github.com:driver733/blog.git 62117e1..b8f3c63 master -> master container 7059ca09e3f4b1919e0007bfaf522a9020bda08161e0be2233ff4cf04172a457 is dead Tue Jul 31 12:24:45 CEST 2018