rultor.com logo This build log was produced by rultor.com for yegor256/tdx#6
+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 29488
+ echo '1.62.3 ef166fc7f'
1.62.3 ef166fc7f
+ date
Wed Mar 15 20:31:58 UTC 2017
+ uptime
 20:31:58 up 117 days,  2:46,  0 users,  load average: 9.89, 6.58, 3.20
+ head=git@github.com:yegor256/tdx.git
+ head_branch=master
+ tag=0.2.4
+ vars=('--env=head=git@github.com:yegor256/tdx.git' '--env=head_branch=master' '--env=tag=0.2.4')
+ 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_6
+ 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.4 ']'
+ [[ 0.2.4 =~ ^[a-zA-Z0-9\\.\\-]+$ ]]
+ echo 'tag name is valid: "0.2.4"'
tag name is valid: "0.2.4"
+ cd repo
++ git tag -l 0.2.4
+ '[' ']'
+ 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
++ sed 's/ /\n/g'
++ tail -n 1
++ uptime
+ load=3.20
++ bc
++ echo 3.20 '>' 30
+ '[' 0 -eq 1 ']'
+ echo 'load average is 3.20, low enough to run a new Docker container'
load average is 3.20, 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_6\s*$'
+ ls -al .
total 36
drwx------  3 rultor rultor  103 Mar 15 20:31 .
drwxrwxrwt. 9 root   root   4096 Mar 15 20:31 ..
-rwxrwxr-x  1 rultor rultor  326 Mar 15 20:31 entry.sh
-rw-rw-r--  1 rultor rultor    6 Mar 15 20:31 pid
drwxrwxr-x  7 rultor rultor 4096 Mar 15 20:31 repo
-rw-rw-r--  1 rultor rultor   56 Mar 15 20:31 rubygems.yml
-rwxrwxr-x  1 rultor rultor 4457 Mar 15 20:31 run.sh
-rw-rw-r--  1 rultor rultor  460 Mar 15 20:31 script.sh
-rw-rw-r--  1 rultor rultor 2832 Mar 15 20:31 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-nYYP:/main --env=head=git@github.com:yegor256/tdx.git --env=head_branch=master --env=tag=0.2.4 --hostname=docker --privileged --memory=6g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-nYYP/cid -w=/main --name=yegor256_tdx_6 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 1 seconds
2 gems installed
+ sudo apt-get update -y
Hit[http://ppa.launchpad.net trusty InRelease
Ign[http://archive.ubuntu.comttrustyrInRelease
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 trustynRelease.gpgrs]
Hit%http://archive.ubuntu.com trusty Release
Hit%http://ppa.launchpad.netktrusty/main amd64ePackages
Get:3[http://archive.ubuntu.cometrusty-updates/mainsSources [486ekB]
Get:4[http://archive.ubuntu.comatrusty-updates/restricted]Sourcesd[5,957 B]
Get:5[http://archive.ubuntu.comWtrusty-updates/universenSourcese[221skB]
Hit%http://ppa.launchpad.netttrusty/maindamd64[PackagesforWheaders]or headers]
Get:6[http://archive.ubuntu.comrtrusty-updates/main amd64 Packages [1,207 kB]
Get:7[http://archive.ubuntu.comttrusty-updates/restricted amd64 Packages [20.4 kB]
Get:8[http://archive.ubuntu.comttrusty-updates/universe amd64 Packages [519 kB]
Get:9[http://archive.ubuntu.comntrusty-security/main1Sources [162 kB]
Get:10Whttp://archive.ubuntu.com%trusty-security/restricted Sources [4,667/B]0s
Get:11Whttp://archive.ubuntu.com trusty-security/universe Sources [59.4 kB]s 0s
Get:12Whttp://archive.ubuntu.comntrusty-security/main amd64 Packages4[738BkB]0s
Get:131http://archive.ubuntu.comntrusty-security/restricted amd64 Packages/[17.0 kB]
Get:14Whttp://archive.ubuntu.comitrusty-security/universe amd64 Packagesk[2000kB]
Hit%http://archive.ubuntu.comitrusty/mainaSources                   458 kB/s 0s
Hit%http://archive.ubuntu.comotrusty/restricted Sources             458 kB/s 0s
Hit%http://archive.ubuntu.comotrusty/universe Sources               458 kB/s 0s
Hit%http://archive.ubuntu.comotrusty/main amd64 Packages            458 kB/s 0s
Hit%http://archive.ubuntu.comitrusty/restricted amd64 Packages      458 kB/s 0s
Hit%http://archive.ubuntu.comitrusty/universe amd64 Packages        458 kB/s 0s
Fetchedo3,772]kB,in910s](353 kB/s)                                  458 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 2 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]
Fetchedo250nkB in 0s (532 kB/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 2 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:2ahttp://archive.ubuntu.com/ubuntu/Btrusty/main libdjvulibre-text all 3.5.25.4-3 [48.8 kB]
Get:3ahttp://archive.ubuntu.com/ubuntu/ trusty/main libdjvulibre21 amd64 3.5.25.4-3 [553 kB]
Get:4ahttp://archive.ubuntu.com/ubuntu/]trusty/main libfftw3-double3 amd64 3.3.3-7ubuntu3 [702 kB]
Get:5Whttp://archive.ubuntu.com/ubuntu/0trusty/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/2trusty-updates/main libmagickwand5 amd64 8:6.7.7.10-6ubuntu3.6 [266 kB]
Get:10ahttp://archive.ubuntu.com/ubuntu/ trusty/main libopenexr6 amd64 1.6.1-7ubuntu1 [164 kB]
Get:11ahttp://archive.ubuntu.com/ubuntu/ trusty/main librsvg2-2 amd6442.40.2-1s[88.3 kB]
Get:12ahttp://archive.ubuntu.com/ubuntu/ trusty-updates/main libwmf0.2-7Bamd64s0.2.8.4-10.3ubuntu1.14.04.1 [143 kB]
Get:13ahttp://archive.ubuntu.com/ubuntu/ trusty-updates/main libmagickcore5-extra amd64 8:6.7.7.10-6ubuntu3.6 [58.0 kB]
Get:14ahttp://archive.ubuntu.com/ubuntu/0trusty/main fonts-liberation4all/1.07.3-3 [1,320 kB]
Get:15ahttp://archive.ubuntu.com/ubuntu/ktrusty/universe aglfn all 1.7-3B[29.4skB]
Get:16ahttp://archive.ubuntu.com/ubuntu/ trusty/universe gnuplot-nox2amd64s4.6.4-2 [771 kB]
Get:17ohttp://archive.ubuntu.com/ubuntu/ trusty/universe gnuplot all24.6.4-22[4,076 B]
Get:18ahttp://archive.ubuntu.com/ubuntu/ trusty/main groff amd64 1.22.2-5/[3,175 kB]
Get:19ahttp://archive.ubuntu.com/ubuntu/ trusty-updates/main imagemagickkamd64s8:6.7.7.10-6ubuntu3.6 [188 kB]
Get:20ahttp://archive.ubuntu.com/ubuntu/ trusty/main libnetpbm10 amd6492:10.0-15ubuntu2 [69.0 kB]
Get:21ahttp://archive.ubuntu.com/ubuntu/ trusty/main librsvg2-common3amd64/2.40.2-1 [4,990 B]
Get:22ahttp://archive.ubuntu.com/ubuntu/ trusty/main netpbm amd64 2:10.0-15ubuntu2 [1,341 kB]
Get:23ahttp://archive.ubuntu.com/ubuntu/ trusty/main psutils amd64 1.17.dfsg-1s[85.1 kB]
Fetchedo10.7gMBsin426sk(403.kB/s)76%]                               463 kB/s 0s
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
Using slop 4.4.1
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 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
Using hoc 0.8
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! 8 Gemfile dependencies, 39 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 36035

# Running:

Cloned file:////tmp/test20170315-19654-wjsu7b/repo (0Kb) into temporary directory
Date                    Test    HoC     Files   LoC     Issues  SHA
2017-03-15T20:37        1       1       1       1       0       e706ef5
2017-03-15T20:37        2       2       2       2       0       7f9e387
2017-03-15T20:37        2       3       4       3       0       0b71bfc
.Cloned https://github.com/yegor256/jare.git (6Kb) into temporary directory
/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 29 issues from GitHub repo 'yegor256/jare'
Date                    Test    HoC     Files   LoC     Issues  SHA
2016-03-02T11:19        1831    1831    9       1768    0       cbd6997
2016-03-02T11:22        2854    2854    31      2478    0       7270522
2016-03-02T11:58        4345    4938    78      0       0       8d24c65
2016-03-02T13:27        4438    5031    79      0       0       da175f7
2016-03-07T16:27        4440    5062    80      0       1       6a9d10d
2016-03-07T16:29        4447    5069    80      0       1       1cc9ac0
2016-03-07T17:33        4457    5079    80      0       1       62d1343
2016-03-07T17:34        4462    5084    80      0       1       c2f2055
2016-03-07T17:36        4471    5093    80      0       1       723ada9
2016-03-07T17:37        4475    5097    80      0       1       153d2aa
2016-03-07T17:42        4488    5110    80      0       1       11922a1
2016-03-07T17:43        4493    5115    80      0       1       7e4df3d
2016-03-07T17:47        4499    5123    80      0       1       41969d6
2016-03-07T18:00        4501    5125    80      0       1       ea1da58
2016-03-08T08:50        4517    5141    80      0       2       edc7e79
2016-03-08T08:53        4521    5145    80      0       2       e7dc0fa
2016-03-08T09:07        4529    5153    80      0       3       12c627c
2016-03-31T14:36        4546    5170    80      0       4       9de447e
2016-03-31T20:17        4597    5221    80      0       6       1ce0f2f
2016-03-31T20:22        4601    5225    80      0       6       d46d557
2016-03-31T20:23        4623    5247    80      0       6       8fc430c
2016-03-31T21:19        4654    5278    80      0       6       a61429d
2016-03-31T21:20        4657    5281    80      0       6       9ad33af
2016-04-17T09:44        4798    5422    81      0       8       d16b377
2016-04-17T09:49        4831    5455    81      0       8       0b86557
2016-04-17T09:51        4831    5484    82      0       8       85bcebb
2016-04-17T09:51        4831    5496    82      0       8       52754ec
2016-04-17T09:54        4843    5508    82      0       8       dc5e4dd
2016-04-17T09:55        4846    5523    82      0       8       c22c880
2016-04-17T11:30        4848    5525    82      0       8       6f6bd46
2016-04-27T09:52        4858    5535    82      0       10      2560da9
2016-04-27T19:27        5051    5728    82      3647    10      fa8693d
2016-09-16T14:56        5144    5824    82      3714    14      7702009
2016-09-16T15:13        5147    5848    83      3737    14      d581e31
2016-09-16T15:26        5154    5855    83      3741    14      fc3b7d4
2016-09-16T15:53        5186    5911    83      3771    14      a476d2d
2016-09-25T10:29        5279    6082    89      3841    15      bb67c13
2016-09-25T10:30        5283    6086    89      3845    15      3b359c9
2016-09-25T11:05        5299    6104    89      3849    15      64048d6
2016-09-25T11:05        5301    6106    89      3849    15      32e4159
2016-09-25T12:55        5311    6116    89      3849    15      d1b99d6
2016-09-25T13:04        5592    6429    91      3880    15      7fa64df
2016-09-25T13:08        5596    6433    91      3880    15      367ddaf
2016-09-25T13:12        5607    6444    91      3883    15      c0ca45d
2016-11-15T14:45        5616    6471    91      3900    20      e8e118b
2016-11-15T14:46        5628    6483    91      3910    20      30a989d
2016-11-15T14:53        5630    6485    91      3910    20      091b052
2016-11-15T15:40        5673    6528    94      3941    21      afefc26
2016-11-15T15:41        5675    6530    94      3941    21      b4952b7
2016-11-15T15:45        5675    6532    94      3941    21      b674ef2
2016-11-15T15:50        5679    6536    94      3945    21      50b6219
2016-11-15T15:52        5681    6538    94      3945    21      6fe59c8
2016-11-15T15:59        5728    6585    95      3977    21      854a708
2016-11-15T16:01        5730    6587    95      3977    21      17150ed
2016-11-15T16:05        5732    6589    95      3977    21      e88753f
2016-11-19T21:24        6134    7138    101     0       22      8f14bf0
2016-11-20T02:45        6370    7447    107     0       22      ecd54f5
2016-11-20T02:47        6372    7451    107     0       22      12517b2
2016-11-20T10:32        6376    7455    107     0       22      1f906cc
2016-11-20T10:37        6425    7504    107     0       22      5fc9917
2016-11-20T10:39        6427    7506    107     0       22      67915d1
2016-11-20T10:47        6427    7530    110     0       22      a8caccb
2016-11-20T10:49        6429    7532    110     0       22      37746bb
2016-11-20T10:52        6432    7535    110     0       22      05cad5d
2016-11-20T10:58        6440    7543    110     0       22      c000460
2016-11-20T11:00        6446    7549    110     0       22      5b7a63f
2016-11-20T11:01        6451    7554    110     0       22      30437fd
2016-11-20T11:04        6461    7564    110     0       22      527f8e7
2016-11-20T11:04        6463    7566    110     0       22      acd52b5
2016-11-20T11:11        6469    7572    110     0       22      448908d
2016-11-20T11:11        6471    7574    110     0       22      d4c4542
2016-11-20T11:14        6472    7575    110     0       22      1aceecb
2016-11-20T11:15        6501    7604    112     0       22      7fde64a
2016-11-20T11:21        6505    7608    112     0       22      c73ba99
2016-11-20T11:22        6510    7613    112     0       22      f9c6277
2016-11-20T11:23        6512    7615    112     0       22      a09b6cd
2016-11-20T11:24        6518    7621    112     0       22      1cce7ce
2016-11-20T11:26        6520    7623    112     0       22      63985f5
2016-11-20T11:28        6522    7625    112     0       22      4d64873
2016-11-20T11:33        6528    7631    112     0       22      568c9f3
2016-11-20T11:42        6535    7638    112     0       22      0f6e64f
2016-11-20T11:45        6536    7639    112     0       22      e26ca4f
2016-11-20T11:46        6538    7641    112     0       22      a110420
2016-11-20T11:48        6542    7645    112     0       22      982e15a
2016-11-20T11:50        6547    7650    112     0       22      06056dc
2016-11-20T11:52        6553    7656    112     0       22      a7d717d
2016-11-20T11:55        6554    7657    112     0       22      999cd63
2016-11-20T11:59        6564    7669    112     0       22      b45e32b
2016-11-20T12:00        6564    7671    112     0       22      aef76cb
2016-11-20T12:03        6571    7678    112     0       22      19666db
2016-11-20T12:04        6578    7685    112     0       22      09f77d8
2016-11-20T12:06        6585    7692    112     0       22      60191ce
2016-11-20T12:10        6590    7697    112     0       22      1e4be29
2016-11-20T12:14        6594    7701    112     0       22      dc07f9a
2016-11-20T12:16        6596    7703    112     0       22      a09d3dd
2016-11-20T12:17        6601    7708    112     0       22      267ddb4
2016-11-20T12:18        6606    7713    112     0       22      4ac2fcb
2016-11-20T12:20        6608    7715    112     0       22      0723145
2016-11-20T13:24        6610    7717    112     0       22      d243a71
2016-11-20T13:31        6615    7722    112     0       22      f887c57
2016-11-20T13:37        6623    7730    112     0       22      26f6bf0
2016-11-20T15:11        6629    7736    112     0       23      e0ff7cb
2016-11-20T15:18        6658    7778    112     0       23      76eeb53
2016-11-22T07:21        6740    7860    111     0       24      e504d25
2016-11-22T07:25        6768    7888    111     0       24      25da6da
2016-12-09T09:35        6793    7949    111     0       25      902a5cc
2016-12-09T09:38        6800    7956    111     0       25      7890b7c
2016-12-09T09:59        6802    7969    111     0       25      a7e9794
2016-12-09T10:06        6813    7980    111     0       25      e8f3b44
2016-12-09T10:06        6821    7988    111     0       25      4d4e8ed
2016-12-09T10:10        6821    7990    111     0       25      57e5832
2016-12-10T12:11        6833    8002    111     0       26      3fc6f1c
2016-12-15T13:59        6834    8003    111     0       26      4c1cfdf
2016-12-19T12:44        6842    8011    111     0       26      6c5b87c
2016-12-19T13:05        6849    8018    111     0       26      ef729b9
2016-12-22T16:15        6852    8021    111     0       26      b7b7c75
2016-12-22T18:08        6854    8023    111     0       26      1d06f08
2016-12-23T14:58        6865    8038    111     0       26      20a6791
2016-12-28T15:55        6867    8040    111     0       26      56c06be
2016-12-28T17:27        6871    8044    111     0       26      109b455
2016-12-28T18:49        6873    8046    111     0       26      11d8359
2016-12-28T18:50        6873    8046    111     0       26      c773ae4
2016-12-28T19:51        6875    8048    111     0       26      5fc8a6d
2016-12-29T10:20        6878    8051    111     0       26      4965692
2017-01-05T09:27        6880    8053    111     0       26      756ff3d
2017-01-07T06:10        8353    9526    111     3107    26      4fd4fa2
2017-01-07T06:12        8359    9532    111     3111    27      123c931
2017-01-07T06:42        8359    9574    111     3140    28      0a60fbe
2017-01-07T06:50        8367    9583    111     3141    28      a8dacaa
2017-01-23T14:34        8373    9589    111     3138    28      6bf5569
2017-02-15T08:40        8380    9596    111     3145    29      7721f91
2017-02-15T08:45        8396    9612    111     3153    29      ae473bf
.

Finished in 199.083831s, 0.0100 runs/s, 0.0050 assertions/s.

2 runs, 1 assertions, 0 failures, 0 errors, 0 skips
Coverage report generated for Unit Tests to /home/r/repo/coverage. 90 / 93 LOC (96.77%) 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.0m32m.0m32m.0m32m.0m

3 scenarios (32m3 passed0m)
9 steps (32m9 passed0m)
0m6.605s
Coverage report generated for Cucumber Features, Unit Tests to /home/r/repo/coverage. 90 / 93 LOC (96.77%) 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.4/g' lib/tdx/version.rb
+ git add lib/tdx/version.rb
+ git commit -m 'version set to 0.2.4'
[__rultor 3e2536e] version set to 0.2.4
 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.4
  File: tdx-0.2.4.gem
+ chmod 0600 ../rubygems.yml
+ gem push tdx-0.2.4.gem --config-file ../rubygems.yml
Pushing gem to https://rubygems.org...
Successfully registered gem: tdx (0.2.4)
+ 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.4 -m '0.2.4: tagged by rultor.com'
+ git reset --hard
HEAD is now at 3e2536e version set to 0.2.4
+ git clean -fd
+ git checkout master
Switched to branch 'master'
+ git branch -D __rultor
Deleted branch __rultor (was 3e2536e).
+ git push --all origin
Everything up-to-date
+ git push --tags origin
To git@github.com:yegor256/tdx.git
 * [new tag]         0.2.4 -> 0.2.4
container 01814ff12942a664843aec11377c4a4ac3101c2077773d7cfe94a1735361cb48 is dead
Wed Mar 15 20:41:16 UTC 2017