+ set -e + set -o pipefail ++ dirname ./run.sh + cd . + echo 18525 + echo '1.62.3 ef166fc7f' 1.62.3 ef166fc7f + date Thu Mar 16 16:31:56 UTC 2017 + uptime 16:31:56 up 117 days, 22:46, 0 users, load average: 0.00, 0.01, 0.05 + head=git@github.com:yegor256/tdx.git + head_branch=master + tag=0.2.8 + vars=('--env=head=git@github.com:yegor256/tdx.git' '--env=head_branch=master' '--env=tag=0.2.8') + image=yegor256/rultor + directory= + scripts=('sudo gem install hoc' ';' 'sudo apt-get update -y' ';' 'sudo apt-get install -y cloc' ';' 'sudo apt-get install -y gnuplot' ';' 'sudo bundle install' ';' 'rake' ';' 'rm -rf *.gem' ';' 'sed -i "s/1\.0\.snapshot/${tag}/g" lib/tdx/version.rb' ';' 'git add lib/tdx/version.rb' ';' 'git commit -m "version set to ${tag}"' ';' 'gem build tdx.gemspec' ';' 'chmod 0600 ../rubygems.yml' ';' 'gem push *.gem --config-file ../rubygems.yml' ';') + squash=false + ff=default + rebase=false + container=yegor256_tdx_10 + 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/tdx.git repo Cloning into 'repo'... + cd repo + git config user.email me@rultor.com + git config user.name rultor + '[' -z 'sudo gem install hoc' ']' + cd .. + cat + '[' false = true ']' + cat + chmod a+x entry.sh + cat + echo 'sudo gem install hoc' ';' 'sudo apt-get update -y' ';' 'sudo apt-get install -y cloc' ';' 'sudo apt-get install -y gnuplot' ';' 'sudo bundle install' ';' rake ';' 'rm -rf *.gem' ';' 'sed -i "s/1\.0\.snapshot/${tag}/g" lib/tdx/version.rb' ';' 'git add lib/tdx/version.rb' ';' 'git commit -m "version set to ${tag}"' ';' 'gem build tdx.gemspec' ';' 'chmod 0600 ../rubygems.yml' ';' 'gem push *.gem --config-file ../rubygems.yml' ';' + rm -rf .gpg + '[' -z 0.2.8 ']' + [[ 0.2.8 =~ ^[a-zA-Z0-9\\.\\-]+$ ]] + echo 'tag name is valid: "0.2.8"' tag name is valid: "0.2.8" + cd repo ++ git tag -l 0.2.8 + '[' ']' + 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.05 ++ echo 0.05 '>' 30 ++ bc + '[' 0 -eq 1 ']' + echo 'load average is 0.05, low enough to run a new Docker container' load average is 0.05, low enough to run a new Docker container + break + cd .. + '[' -n '' ']' + use_image=yegor256/rultor + docker pull yegor256/rultor Using default tag: latest Trying to pull repository docker.io/yegor256/rultor ... latest: Pulling from yegor256/rultor Digest: sha256:ae7abc53f8cadf89a3c641267f743abe9c76acbb1582dde10164dbe343ca8164 Status: Image is up to date for docker.io/yegor256/rultor:latest + docker ps --filter=status=exited + grep --quiet '\syegor256_tdx_10\s*$' + ls -al . total 36 drwx------ 3 rultor rultor 103 Mar 16 16:31 . drwxrwxrwt. 9 root root 4096 Mar 16 16:31 .. -rwxrwxr-x 1 rultor rultor 326 Mar 16 16:31 entry.sh -rw-rw-r-- 1 rultor rultor 6 Mar 16 16:31 pid drwxrwxr-x 7 rultor rultor 4096 Mar 16 16:31 repo -rw-rw-r-- 1 rultor rultor 56 Mar 16 16:31 rubygems.yml -rwxrwxr-x 1 rultor rultor 4458 Mar 16 16:31 run.sh -rw-rw-r-- 1 rultor rultor 460 Mar 16 16:31 script.sh -rw-rw-r-- 1 rultor rultor 2834 Mar 16 16:31 stdout ++ pwd ++ pwd + docker run -t --rm -v /tmp/rultor-fMd5:/main --env=head=git@github.com:yegor256/tdx.git --env=head_branch=master --env=tag=0.2.8 --hostname=docker --privileged --memory=6g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-fMd5/cid -w=/main --name=yegor256_tdx_10 yegor256/rultor /main/entry.sh Usage of loopback devices is strongly discouraged for production use. Either use `--storage-opt dm.thinpooldev` or use `--storage-opt dm.no_warn_on_loop_devices=true` to suppress this warning. + 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/.java /root/.m2 /root/.npm /root/.profile /root/texmf /root/tmp /home/r + cp -R ./cid ./end.sh ./entry.sh ./pid ./repo ./rubygems.yml ./run.sh ./script.sh ./stdout /home/r + rm -rf repo + chown -R r:r /home/r + chmod a+x /home/r/script.sh + su -m r -c /home/r/script.sh + set -e + set -o pipefail + export HOME=/home/r + HOME=/home/r + cd /home/r/repo + sudo gem install hoc Fetching: slop-4.4.1.gem (100%) Successfully installed slop-4.4.1 Fetching: hoc-0.8.gem (100%) Successfully installed hoc-0.8 Parsing documentation for slop-4.4.1 Installing ri documentation for slop-4.4.1 Parsing documentation for hoc-0.8 Installing ri documentation for hoc-0.8 Done installing documentation for slop, hoc after 0 seconds 2 gems installed + sudo apt-get update -y Hit[http://ppa.launchpad.net trusty InRelease Ign[http://archive.ubuntu.com trusty InRelease Get:1 http://archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:2 http://archive.ubuntu.com trusty-security InRelease [65.9 kB] Hit http://ppa.launchpad.net trusty InRelease Hit%http://archive.ubuntu.com trusty Release.gpg Hit%http://archive.ubuntu.com trusty Release Hit%http://ppa.launchpad.netktrusty/main amd64ePackages Get:3[http://archive.ubuntu.com trusty-updates/mainsSources [486 kB] Get:4[http://archive.ubuntu.comWtrusty-updates/restricted]Sources [5,957 B] Get:5[http://archive.ubuntu.comttrusty-updates/universeiSourcesh[222rkB] Hit http://ppa.launchpad.netBtrusty/mainnamd64 Packages Get:6[http://archive.ubuntu.comgtrusty-updates/main amd64 Packages [1,206 kB] Get:7[http://archive.ubuntu.comttrusty-updates/restricted amd64 Packages [20.4 kB] Get:8[http://archive.ubuntu.comitrusty-updates/universe7amd64 Packages [519 kB] Get:9[http://archive.ubuntu.comntrusty-security/main Sources [162 kB] Get:10Whttp://archive.ubuntu.com]trusty-security/restricted Sources [4,667 B] Get:11Whttp://archive.ubuntu.comntrusty-security/universe Sources [59.8 kB] Get:12Whttp://archive.ubuntu.comntrusty-security/main amd64 Packages [738 kB] Get:131http://archive.ubuntu.comntrusty-security/restricted amd64 Packages [17.0 kB] Get:14Whttp://archive.ubuntu.comitrusty-security/universe0amd64 Packages [200 kB] Hit%http://archive.ubuntu.comitrusty/mainaSources Hit%http://archive.ubuntu.comotrusty/restricted Sources Hit%http://archive.ubuntu.comotrusty/universe Sources Hit%http://archive.ubuntu.comotrusty/main amd64 Packages Hit%http://archive.ubuntu.com trusty/restricted amd64 Packages Hit%http://archive.ubuntu.com trusty/universe amd64 Packages Fetchedo3,773]kB,in96sB(605 kB/s) 2,438 kB/s 0s Reading package lists... Done + sudo apt-get install -y cloc Reading package lists... Done Building dependency tree... 50% Reading state information... Done The following extra packages will be installed: libregexp-common-perl The following NEW packages will be installed: cloc libregexp-common-perl 0 upgraded, 2 newly installed, 0 to remove and 4 not upgraded. Need to get 250 kB of archives. After this operation, 788 kB of additional disk space will be used. Get:1ohttp://archive.ubuntu.com/ubuntu/ trusty/main libregexp-common-perl all 2013031301-1 [167 kB] Get:2Whttp://archive.ubuntu.com/ubuntu/ trusty/universe cloc all 1.60-1 [83.1 kB] Fetchedo250nkB1in 0s8(540kkB/s) dpkg-preconfigure: unable to re-open stdin: No such file or directory Selecting previously unselected package libregexp-common-perl. (Reading database ... 67172 files and directories currently installed.) Preparing to unpack .../libregexp-common-perl_2013031301-1_all.deb ... Unpacking libregexp-common-perl (2013031301-1) ... Selecting previously unselected package cloc. Preparing to unpack .../archives/cloc_1.60-1_all.deb ... Unpacking cloc (1.60-1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Setting up libregexp-common-perl (2013031301-1) ... Setting up cloc (1.60-1) ... + sudo apt-get install -y gnuplot Reading package lists... Done Building dependency tree... 50% Reading state information... Done The following extra packages will be installed: aglfn fonts-liberation gnuplot-nox groff imagemagick imagemagick-common libdjvulibre-text libdjvulibre21 libfftw3-double3 libilmbase6 liblqr-1-0 liblua5.1-0 libmagickcore5 libmagickcore5-extra libmagickwand5 libnetpbm10 libopenexr6 librsvg2-2 librsvg2-common libwmf0.2-7 netpbm psutils Suggested packages: feedgnuplot gnuplot-doc libgnuplot-iostream-dev python-gnuplot imagemagick-doc autotrace cups-bsd lpr lprng enscript ffmpeg gimp grads hp2xx html2ps libwmf-bin mplayer povray radiance sane-utils transfig ufraw-batch libfftw3-bin libfftw3-dev librsvg2-bin libwmf0.2-7-gtk The following NEW packages will be installed: aglfn fonts-liberation gnuplot gnuplot-nox groff imagemagick imagemagick-common libdjvulibre-text libdjvulibre21 libfftw3-double3 libilmbase6 liblqr-1-0 liblua5.1-0 libmagickcore5 libmagickcore5-extra libmagickwand5 libnetpbm10 libopenexr6 librsvg2-2 librsvg2-common libwmf0.2-7 netpbm psutils 0 upgraded, 23 newly installed, 0 to remove and 4 not upgraded. Need to get 10.7 MB of archives. After this operation, 34.8 MB of additional disk space will be used. Get:1ohttp://archive.ubuntu.com/ubuntu/ trusty-updates/main imagemagick-common all 8:6.7.7.10-6ubuntu3.6 [38.0 kB] Get:2ohttp://archive.ubuntu.com/ubuntu/Btrusty/main libdjvulibre-text all 3.5.25.4-3 [48.8 kB] Get:3ohttp://archive.ubuntu.com/ubuntu/ trusty/main libdjvulibre21 amd64 3.5.25.4-3 [553 kB] Get:4ohttp://archive.ubuntu.com/ubuntu/ trusty/main libfftw3-double3 amd64 3.3.3-7ubuntu3 [702 kB] Get:5Whttp://archive.ubuntu.com/ubuntu/%trusty/main libilmbase6 amd64 1.0.1-6ubuntu1 [53.6 kB] Get:6Whttp://archive.ubuntu.com/ubuntu/ trusty/main liblqr-1-0 amd64 0.4.1-2ubuntu1 [23.4 kB] Get:7Whttp://archive.ubuntu.com/ubuntu/ trusty-updates/main liblua5.1-0 amd64 5.1.5-5ubuntu0.1 [99.9 kB] Get:8Whttp://archive.ubuntu.com/ubuntu/ trusty-updates/main libmagickcore5 amd64 8:6.7.7.10-6ubuntu3.6 [1,478 kB] Get:9Whttp://archive.ubuntu.com/ubuntu/0trusty-updates/main libmagickwand5 amd64 8:6.7.7.10-6ubuntu3.6 [266 kB] Get:10ohttp://archive.ubuntu.com/ubuntu/ trusty/main libopenexr6 amd64 1.6.1-7ubuntu1 [164 kB] Get:11ohttp://archive.ubuntu.com/ubuntu/ trusty/main librsvg2-2 amd64 2.40.2-1 [88.3 kB] Get:12ohttp://archive.ubuntu.com/ubuntu/ trusty-updates/main libwmf0.2-7 amd64 0.2.8.4-10.3ubuntu1.14.04.1 [143 kB] Get:13ohttp://archive.ubuntu.com/ubuntu/ trusty-updates/main libmagickcore5-extra amd64 8:6.7.7.10-6ubuntu3.6 [58.0 kB] Get:14ohttp://archive.ubuntu.com/ubuntu/0trusty/main fonts-liberation all 1.07.3-3 [1,320 kB] Get:15ohttp://archive.ubuntu.com/ubuntu/Btrusty/universe aglfn all 1.7-3 [29.4 kB] Get:16ohttp://archive.ubuntu.com/ubuntu/ trusty/universe gnuplot-nox amd64 4.6.4-2 [771 kB] Get:17ohttp://archive.ubuntu.com/ubuntu/ trusty/universe gnuplot all 4.6.4-2 [4,076 B] Get:18ahttp://archive.ubuntu.com/ubuntu/ trusty/main groff amd64 1.22.2-5 [3,175 kB] Get:19ohttp://archive.ubuntu.com/ubuntu/ trusty-updates/main imagemagick amd64 8:6.7.7.10-6ubuntu3.6 [188 kB] Get:20ohttp://archive.ubuntu.com/ubuntu/ trusty/main libnetpbm10 amd64 2:10.0-15ubuntu2 [69.0 kB] Get:21ohttp://archive.ubuntu.com/ubuntu/ trusty/main librsvg2-common amd64 2.40.2-1 [4,990 B] Get:22ahttp://archive.ubuntu.com/ubuntu/1trusty/main netpbm amd64 2:10.0-15ubuntu2 [1,341 kB] Get:23ohttp://archive.ubuntu.com/ubuntu/ trusty/main psutils amd64 1.17.dfsg-1 [85.1 kB] Fetchedo10.7gMBsin02s (4,0261kB/s)7%] dpkg-preconfigure: unable to re-open stdin: No such file or directory Selecting previously unselected package imagemagick-common. (Reading database ... 67249 files and directories currently installed.) Preparing to unpack .../imagemagick-common_8%3a6.7.7.10-6ubuntu3.6_all.deb ... Unpacking imagemagick-common (8:6.7.7.10-6ubuntu3.6) ... Selecting previously unselected package libdjvulibre-text. Preparing to unpack .../libdjvulibre-text_3.5.25.4-3_all.deb ... Unpacking libdjvulibre-text (3.5.25.4-3) ... Selecting previously unselected package libdjvulibre21:amd64. Preparing to unpack .../libdjvulibre21_3.5.25.4-3_amd64.deb ... Unpacking libdjvulibre21:amd64 (3.5.25.4-3) ... Selecting previously unselected package libfftw3-double3:amd64. Preparing to unpack .../libfftw3-double3_3.3.3-7ubuntu3_amd64.deb ... Unpacking libfftw3-double3:amd64 (3.3.3-7ubuntu3) ... Selecting previously unselected package libilmbase6:amd64. Preparing to unpack .../libilmbase6_1.0.1-6ubuntu1_amd64.deb ... Unpacking libilmbase6:amd64 (1.0.1-6ubuntu1) ... Selecting previously unselected package liblqr-1-0:amd64. Preparing to unpack .../liblqr-1-0_0.4.1-2ubuntu1_amd64.deb ... Unpacking liblqr-1-0:amd64 (0.4.1-2ubuntu1) ... Selecting previously unselected package liblua5.1-0:amd64. Preparing to unpack .../liblua5.1-0_5.1.5-5ubuntu0.1_amd64.deb ... Unpacking liblua5.1-0:amd64 (5.1.5-5ubuntu0.1) ... Selecting previously unselected package libmagickcore5:amd64. Preparing to unpack .../libmagickcore5_8%3a6.7.7.10-6ubuntu3.6_amd64.deb ... Unpacking libmagickcore5:amd64 (8:6.7.7.10-6ubuntu3.6) ... Selecting previously unselected package libmagickwand5:amd64. Preparing to unpack .../libmagickwand5_8%3a6.7.7.10-6ubuntu3.6_amd64.deb ... Unpacking libmagickwand5:amd64 (8:6.7.7.10-6ubuntu3.6) ... Selecting previously unselected package libopenexr6:amd64. Preparing to unpack .../libopenexr6_1.6.1-7ubuntu1_amd64.deb ... Unpacking libopenexr6:amd64 (1.6.1-7ubuntu1) ... Selecting previously unselected package librsvg2-2:amd64. Preparing to unpack .../librsvg2-2_2.40.2-1_amd64.deb ... Unpacking librsvg2-2:amd64 (2.40.2-1) ... Selecting previously unselected package libwmf0.2-7:amd64. Preparing to unpack .../libwmf0.2-7_0.2.8.4-10.3ubuntu1.14.04.1_amd64.deb ... Unpacking libwmf0.2-7:amd64 (0.2.8.4-10.3ubuntu1.14.04.1) ... Selecting previously unselected package libmagickcore5-extra:amd64. Preparing to unpack .../libmagickcore5-extra_8%3a6.7.7.10-6ubuntu3.6_amd64.deb ... Unpacking libmagickcore5-extra:amd64 (8:6.7.7.10-6ubuntu3.6) ... Selecting previously unselected package fonts-liberation. Preparing to unpack .../fonts-liberation_1.07.3-3_all.deb ... Unpacking fonts-liberation (1.07.3-3) ... Selecting previously unselected package aglfn. Preparing to unpack .../archives/aglfn_1.7-3_all.deb ... Unpacking aglfn (1.7-3) ... Selecting previously unselected package gnuplot-nox. Preparing to unpack .../gnuplot-nox_4.6.4-2_amd64.deb ... Unpacking gnuplot-nox (4.6.4-2) ... Selecting previously unselected package gnuplot. Preparing to unpack .../gnuplot_4.6.4-2_all.deb ... Unpacking gnuplot (4.6.4-2) ... Selecting previously unselected package groff. Preparing to unpack .../groff_1.22.2-5_amd64.deb ... Unpacking groff (1.22.2-5) ... Selecting previously unselected package imagemagick. Preparing to unpack .../imagemagick_8%3a6.7.7.10-6ubuntu3.6_amd64.deb ... Unpacking imagemagick (8:6.7.7.10-6ubuntu3.6) ... Selecting previously unselected package libnetpbm10. Preparing to unpack .../libnetpbm10_2%3a10.0-15ubuntu2_amd64.deb ... Unpacking libnetpbm10 (2:10.0-15ubuntu2) ... Selecting previously unselected package librsvg2-common:amd64. Preparing to unpack .../librsvg2-common_2.40.2-1_amd64.deb ... Unpacking librsvg2-common:amd64 (2.40.2-1) ... Selecting previously unselected package netpbm. Preparing to unpack .../netpbm_2%3a10.0-15ubuntu2_amd64.deb ... Unpacking netpbm (2:10.0-15ubuntu2) ... Selecting previously unselected package psutils. Preparing to unpack .../psutils_1.17.dfsg-1_amd64.deb ... Unpacking psutils (1.17.dfsg-1) ... Processing triggers for fontconfig (2.11.0-0ubuntu4.2) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for mime-support (3.54ubuntu1.1) ... Processing triggers for desktop-file-utils (0.22-1ubuntu1) ... Processing triggers for hicolor-icon-theme (0.13-1) ... Processing triggers for libgdk-pixbuf2.0-0:amd64 (2.30.7-0ubuntu1.6) ... Setting up imagemagick-common (8:6.7.7.10-6ubuntu3.6) ... Setting up libdjvulibre-text (3.5.25.4-3) ... Setting up libdjvulibre21:amd64 (3.5.25.4-3) ... Setting up libfftw3-double3:amd64 (3.3.3-7ubuntu3) ... Setting up libilmbase6:amd64 (1.0.1-6ubuntu1) ... Setting up liblqr-1-0:amd64 (0.4.1-2ubuntu1) ... Setting up liblua5.1-0:amd64 (5.1.5-5ubuntu0.1) ... Setting up libmagickcore5:amd64 (8:6.7.7.10-6ubuntu3.6) ... Setting up libmagickwand5:amd64 (8:6.7.7.10-6ubuntu3.6) ... Setting up libopenexr6:amd64 (1.6.1-7ubuntu1) ... Setting up librsvg2-2:amd64 (2.40.2-1) ... Setting up libwmf0.2-7:amd64 (0.2.8.4-10.3ubuntu1.14.04.1) ... Setting up libmagickcore5-extra:amd64 (8:6.7.7.10-6ubuntu3.6) ... Setting up fonts-liberation (1.07.3-3) ... Setting up aglfn (1.7-3) ... Setting up gnuplot-nox (4.6.4-2) ... Setting up groff (1.22.2-5) ... Setting up imagemagick (8:6.7.7.10-6ubuntu3.6) ... update-alternatives: using /usr/bin/compare.im6 to provide /usr/bin/compare (compare) in auto mode update-alternatives: using /usr/bin/animate.im6 to provide /usr/bin/animate (animate) in auto mode update-alternatives: using /usr/bin/convert.im6 to provide /usr/bin/convert (convert) in auto mode update-alternatives: using /usr/bin/composite.im6 to provide /usr/bin/composite (composite) in auto mode update-alternatives: using /usr/bin/conjure.im6 to provide /usr/bin/conjure (conjure) in auto mode update-alternatives: using /usr/bin/import.im6 to provide /usr/bin/import (import) in auto mode update-alternatives: using /usr/bin/identify.im6 to provide /usr/bin/identify (identify) in auto mode update-alternatives: using /usr/bin/stream.im6 to provide /usr/bin/stream (stream) in auto mode update-alternatives: using /usr/bin/display.im6 to provide /usr/bin/display (display) in auto mode update-alternatives: using /usr/bin/montage.im6 to provide /usr/bin/montage (montage) in auto mode update-alternatives: using /usr/bin/mogrify.im6 to provide /usr/bin/mogrify (mogrify) in auto mode Setting up libnetpbm10 (2:10.0-15ubuntu2) ... Setting up librsvg2-common:amd64 (2.40.2-1) ... Setting up netpbm (2:10.0-15ubuntu2) ... Setting up psutils (1.17.dfsg-1) ... Processing triggers for tex-common (4.04) ... Running mktexlsr. This may take some time... done. Setting up gnuplot (4.6.4-2) ... Processing triggers for libc-bin (2.19-0ubuntu6.9) ... Processing triggers for libgdk-pixbuf2.0-0:amd64 (2.30.7-0ubuntu1.6) ... + sudo bundle install 33mDon'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.0m 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.0.0 Using public_suffix 2.0.5 32mInstalling ast 2.3.00m 32mInstalling builder 3.2.30m 32mInstalling multi_json 1.12.10m 32mInstalling mime-types-data 3.2016.05210m 32mInstalling docile 1.1.50m Using json 2.0.3 32mInstalling simplecov-html 0.10.00m 32mInstalling tins 0.13.20m 32mInstalling thor 0.18.10m 32mInstalling diff-lcs 1.30m 32mInstalling multi_test 0.1.20m Using multipart-post 2.0.0 32mInstalling mini_portile2 2.1.00m 32mInstalling minitest 5.10.10m 32mInstalling powerpack 0.1.10m 32mInstalling rainbow 2.2.1 with native extensions0m 32mInstalling ruby-progressbar 1.8.10m 32mInstalling unicode-display_width 1.1.30m Using slop 4.4.1 Using bundler 1.11.2 Using addressable 2.5.0 32mInstalling parser 2.4.0.00m 32mInstalling gherkin 2.12.2 with native extensions0m 32mInstalling mime-types 3.10m 32mInstalling simplecov 0.14.00m 32mInstalling term-ansicolor 1.2.20m Using faraday 0.11.0 32mInstalling nokogiri 1.7.0.1 with native extensions0m 32mInstalling rubocop 0.41.20m 32mInstalling cucumber 1.3.170m 32mInstalling rest-client 1.6.70m Using sawyer 0.8.1 32mInstalling rubocop-rspec 1.5.10m 32mInstalling coveralls 0.7.20m Using octokit 4.6.2 Using tdx 1.0.snapshot from source at `.` 32mBundle complete! 7 Gemfile dependencies, 38 gems now installed.0m 32mUse `bundle show [gemname]` to see where a bundled gem is installed.0m + rake /var/lib/gems/2.2.0/gems/rest-client-1.6.7/lib/restclient/exceptions.rb:157: warning: assigned but unused variable - message /var/lib/gems/2.2.0/gems/rest-client-1.6.7/lib/restclient/exceptions.rb:167: warning: assigned but unused variable - message /var/lib/gems/2.2.0/gems/rest-client-1.6.7/lib/restclient/response.rb:11: warning: method redefined; discarding old body /var/lib/gems/2.2.0/gems/rest-client-1.6.7/lib/restclient/payload.rb:47: warning: mismatched indentations at 'end' with 'case' at 40 /home/r/repo/.simplecov:34:in `<top (required)>': [DEPRECATION] ::[] is deprecated. Use ::new instead. Run options: --seed 11861 # Running: Cloned file:////tmp/test20170316-19654-1urmaqs/repo (0Kb) into temporary directory Date Code Tests Issues SHA Idx 2017-03-16T16:33 0 4 0 17b7946 0/3 2017-03-16T16:33 3 0 0 844cfec 1/3 2017-03-16T16:33 1 0 0 c5cb7c8 2/3 Warning: empty x range [5.41642e+08:5.41642e+08], adjusting to [5.36225e+08:5.47058e+08] Warning: empty y2 range [0:0], adjusting to [-1:1] Warning: empty x range [5.41642e+08:5.41642e+08], adjusting to [5.36225e+08:5.47058e+08] Warning: empty y range [0:0], adjusting to [-1:1] .Cloned https://github.com/yegor256/empty.git (0Kb) into temporary directory Date Code Tests Issues SHA Idx /usr/lib/ruby/2.2.0/net/http.rb:895: warning: instance variable @npn_protocols not initialized /usr/lib/ruby/2.2.0/net/http.rb:895: warning: instance variable @npn_select_cb not initialized +1/1 issues from GitHub /usr/lib/ruby/2.2.0/net/http.rb:895: warning: instance variable @npn_protocols not initialized /usr/lib/ruby/2.2.0/net/http.rb:895: warning: instance variable @npn_select_cb not initialized Loaded 1 issues from GitHub repo 'yegor256/empty' 2017-03-16T09:30 4 0 1 e6ade68 0/2 2017-03-16T09:30 2 0 1 7c7000d 1/2 Warning: empty x range [5.41642e+08:5.41642e+08], adjusting to [5.36225e+08:5.47058e+08] Warning: empty y2 range [1:1], adjusting to [0.99:1.01] Warning: empty x range [5.41642e+08:5.41642e+08], adjusting to [5.36225e+08:5.47058e+08] Warning: empty y range [0:0], adjusting to [-1:1] . Finished in 0.477226s, 4.1909 runs/s, 4.1909 assertions/s. 2 runs, 2 assertions, 0 failures, 0 errors, 0 skips Coverage report generated for Unit Tests to /home/r/repo/coverage. 106 / 109 LOC (97.25%) covered. 33m[Coveralls] Outside the Travis environment, not sending data.0m /usr/bin/ruby2.2 -S bundle exec cucumber --profile travis /var/lib/gems/2.2.0/gems/cucumber-1.3.17/lib/cucumber/ast/step.rb:80: warning: circular argument reference - name /home/r/repo/.simplecov:34:in `<top (required)>': [DEPRECATION] ::[] is deprecated. Use ::new instead. Using the travis profile... 32m.0m32m.0m32m.0m32m.0m32m.0m32m.0mWarning: empty x range [5.41642e+08:5.41642e+08], adjusting to [5.36225e+08:5.47058e+08] Warning: empty y2 range [0:0], adjusting to [-1:1] Warning: empty x range [5.41642e+08:5.41642e+08], adjusting to [5.36225e+08:5.47058e+08] Warning: empty y range [0:0], adjusting to [-1:1] 32m.0m32m.0m32m.0m 3 scenarios (32m3 passed0m) 9 steps (32m9 passed0m) 0m1.399s Coverage report generated for Cucumber Features, Unit Tests to /home/r/repo/coverage. 106 / 109 LOC (97.25%) covered. 33m[Coveralls] Outside the Travis environment, not sending data.0m Running RuboCop... Inspecting 12 files 32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m 12 files inspected, 32mno offenses0m detected grep -q -r '2017' --include '*.rb' --include '*.txt' --include 'Rakefile' . + rm -rf '*.gem' + sed -i 's/1\.0\.snapshot/0.2.8/g' lib/tdx/version.rb + git add lib/tdx/version.rb + git commit -m 'version set to 0.2.8' [__rultor 9084af5] version set to 0.2.8 1 file changed, 1 insertion(+), 1 deletion(-) + gem build tdx.gemspec WARNING: pessimistic dependency on slop (~> 4.4.1) may be overly strict if slop is semantically versioned, use: add_runtime_dependency 'slop', '~> 4.4', '>= 4.4.1' WARNING: pessimistic dependency on octokit (~> 4.6.2) may be overly strict if octokit is semantically versioned, use: add_runtime_dependency 'octokit', '~> 4.6', '>= 4.6.2' WARNING: See http://guides.rubygems.org/specification-reference/ for help Successfully built RubyGem Name: tdx Version: 0.2.8 File: tdx-0.2.8.gem + chmod 0600 ../rubygems.yml + gem push tdx-0.2.8.gem --config-file ../rubygems.yml Pushing gem to https://rubygems.org... Successfully registered gem: tdx (0.2.8) + mv /home/r/repo . ++ whoami + chown -R root repo + '[' -n '' ']' ++ whoami + sudo chown -R rultor repo + cd repo + git checkout __rultor Already on '__rultor' + git tag 0.2.8 -m '0.2.8: tagged by rultor.com' + git reset --hard HEAD is now at 9084af5 version set to 0.2.8 + git clean -fd + git checkout master Switched to branch 'master' + git branch -D __rultor Deleted branch __rultor (was 9084af5). + git push --all origin Everything up-to-date + git push --tags origin To git@github.com:yegor256/tdx.git * [new tag] 0.2.8 -> 0.2.8 container 608f434035247224de50714f210dcf5b51c7d87f393e0c27ab3eed1f5c2c701c is dead Thu Mar 16 16:34:23 UTC 2017