Source: ruby-text-table Version: 1.2.3-2 Severity: serious Justification: fails to build from source
Dear Maintainer, ruby-text-table can non-deterministic FTBFS due to using unreliable timing benchmarks in tests: [..] 1) Text::Table performance is linear relative to row count Failure/Error: time.should_not > base * 12 expected not: > 0.015996084 got: 0.022761029 # ./spec/integration/performance_spec.rb:9:in `block (2 levels) in <top (required)>' [..] The code itself (spec/integration/performance_spec.rb): require 'spec_helper' require 'benchmark' describe Text::Table, 'performance' do it 'is linear relative to row count' do base = time_to_render_num_of_rows 30 time = time_to_render_num_of_rows 300 time.should_not > base * 12 end def time_to_render_num_of_rows(num) GC.start Benchmark.realtime do Text::Table.new(:rows => Array.new(num)).to_s end end end What can happen is that if ``time_to_render_num_of_rows 300`` takes a long time to run (eg. sudden high load, suspend, etc. etc.), the test incorrectly concludes that the algorithm is not linear and the build fails. The test is completely unreliable anyway -- if ``time_to_render_num_of_rows 30`` runs relatively /fast/ for some reason (CPU throttling disabled, whatever) and the algorithm is polynomial, the test will incorrectly *pass*. So, basically, it's garbage. The full build log is attached or can be viewed here: https://reproducible.debian.net/logs/unstable/amd64/ruby-text-table_1.2.3-2.build1.log.gz Regards, -- ,''`. : :' : Chris Lamb `. `'` la...@debian.org / chris-lamb.co.uk `-
I: using fakeroot in build. I: pbuilder: network access will be disabled during build I: Current time: Thu Jul 30 12:21:41 GMT+12 2015 I: pbuilder-time-stamp: 1438302101 I: Building the build Environment I: extracting base tarball [/var/cache/pbuilder/unstable-reproducible-base.tgz] I: creating local configuration I: copying local configuration I: mounting /proc filesystem I: mounting /run/shm filesystem I: mounting /dev/pts filesystem I: Mounting /dev/shm I: Mounting /sys I: policy-rc.d already exists I: Installing the build-deps -> Attempting to satisfy build-dependencies -> Creating pbuilder-satisfydepends-dummy package Package: pbuilder-satisfydepends-dummy Version: 0.invalid.0 Architecture: amd64 Maintainer: Debian Pbuilder Team <pbuilder-ma...@lists.alioth.debian.org> Description: Dummy package to satisfy dependencies with aptitude - created by pbuilder This package was created automatically by pbuilder to satisfy the build-dependencies of the package being currently built. Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-rspec, rake dpkg-deb: building package 'pbuilder-satisfydepends-dummy' in '/tmp/satisfydepends-aptitude/pbuilder-satisfydepends-dummy.deb'. Selecting previously unselected package pbuilder-satisfydepends-dummy. (Reading database ... 20233 files and directories currently installed.) Preparing to unpack .../pbuilder-satisfydepends-dummy.deb ... Unpacking pbuilder-satisfydepends-dummy (0.invalid.0) ... dpkg: pbuilder-satisfydepends-dummy: dependency problems, but configuring anyway as you requested: pbuilder-satisfydepends-dummy depends on gem2deb (>= 0.3.0~); however: Package gem2deb is not installed. pbuilder-satisfydepends-dummy depends on ruby-rspec; however: Package ruby-rspec is not installed. pbuilder-satisfydepends-dummy depends on rake; however: Package rake is not installed. Setting up pbuilder-satisfydepends-dummy (0.invalid.0) ... Reading package lists... Building dependency tree... Reading state information... Initializing package states... Writing extended state information... Building tag database... The following NEW packages will be installed: ca-certificates{a} devscripts{a} dh-python{a} gem2deb{a} gem2deb-test-runner{a} libexpat1{a} libgmp-dev{a} libgmpxx4ldbl{a} libmpdec2{a} libpython3-stdlib{a} libpython3.4-minimal{a} libpython3.4-stdlib{a} libruby2.1{a} libruby2.2{a} libssl1.0.0{a} libyaml-0-2{a} mime-support{a} openssl{a} python3{a} python3-chardet{a} python3-debian{a} python3-minimal{a} python3-pkg-resources{a} python3-six{a} python3.4{a} python3.4-minimal{a} rake{a} ruby{a} ruby-all-dev{a} ruby-diff-lcs{a} ruby-minitest{a} ruby-power-assert{a} ruby-rspec{a} ruby-rspec-core{a} ruby-rspec-expectations{a} ruby-rspec-mocks{a} ruby-rspec-support{a} ruby-setup{a} ruby-test-unit{a} ruby-thread-order{a} ruby2.1{a} ruby2.1-dev{a} ruby2.2{a} ruby2.2-dev{a} rubygems-integration{a} 0 packages upgraded, 45 newly installed, 0 to remove and 0 not upgraded. Need to get 18.3 MB of archives. After unpacking 75.6 MB will be used. Writing extended state information... Get: 1 http://ftp.de.debian.org/debian/ unstable/main libmpdec2 amd64 2.4.1-1 [85.7 kB] Get: 2 http://ftp.de.debian.org/debian/ unstable/main libssl1.0.0 amd64 1.0.2d-1 [1274 kB] Get: 3 http://ftp.de.debian.org/debian/ unstable/main libpython3.4-minimal amd64 3.4.3-8 [495 kB] Get: 4 http://ftp.de.debian.org/debian/ unstable/main mime-support all 3.58 [36.0 kB] Get: 5 http://ftp.de.debian.org/debian/ unstable/main libpython3.4-stdlib amd64 3.4.3-8 [2057 kB] Get: 6 http://ftp.de.debian.org/debian/ unstable/main libyaml-0-2 amd64 0.1.6-3 [50.4 kB] Get: 7 http://ftp.de.debian.org/debian/ unstable/main libexpat1 amd64 2.1.0-7 [80.0 kB] Get: 8 http://ftp.de.debian.org/debian/ unstable/main python3.4-minimal amd64 3.4.3-8 [1401 kB] Get: 9 http://ftp.de.debian.org/debian/ unstable/main python3-minimal amd64 3.4.3-4 [34.7 kB] Get: 10 http://ftp.de.debian.org/debian/ unstable/main python3.4 amd64 3.4.3-8 [219 kB] Get: 11 http://ftp.de.debian.org/debian/ unstable/main libpython3-stdlib amd64 3.4.3-4 [18.1 kB] Get: 12 http://ftp.de.debian.org/debian/ unstable/main dh-python all 2.20150728 [71.3 kB] Get: 13 http://ftp.de.debian.org/debian/ unstable/main python3 amd64 3.4.3-4 [21.1 kB] Get: 14 http://ftp.de.debian.org/debian/ unstable/main openssl amd64 1.0.2d-1 [695 kB] Get: 15 http://ftp.de.debian.org/debian/ unstable/main ca-certificates all 20150426 [208 kB] Get: 16 http://ftp.de.debian.org/debian/ unstable/main devscripts amd64 2.15.6 [908 kB] Get: 17 http://ftp.de.debian.org/debian/ unstable/main rubygems-integration all 1.9 [4754 B] Get: 18 http://ftp.de.debian.org/debian/ unstable/main libruby2.1 amd64 2.1.5-4 [3280 kB] Get: 19 http://ftp.de.debian.org/debian/ unstable/main ruby2.1 amd64 2.1.5-4 [276 kB] Get: 20 http://ftp.de.debian.org/debian/ unstable/main ruby all 1:2.1.5.1 [9756 B] Get: 21 http://ftp.de.debian.org/debian/ unstable/main ruby-power-assert all 0.2.3-1 [7236 B] Get: 22 http://ftp.de.debian.org/debian/ unstable/main ruby-test-unit all 3.1.2-1 [60.0 kB] Get: 23 http://ftp.de.debian.org/debian/ unstable/main libruby2.2 amd64 2.2.2-3 [3098 kB] Get: 24 http://ftp.de.debian.org/debian/ unstable/main ruby2.2 amd64 2.2.2-3 [213 kB] Get: 25 http://ftp.de.debian.org/debian/ unstable/main ruby-minitest all 5.7.0-1 [49.5 kB] Get: 26 http://ftp.de.debian.org/debian/ unstable/main gem2deb-test-runner all 0.20.1 [16.8 kB] Get: 27 http://ftp.de.debian.org/debian/ unstable/main python3-pkg-resources all 18.0.1-1 [43.7 kB] Get: 28 http://ftp.de.debian.org/debian/ unstable/main python3-chardet all 2.3.0-1 [96.1 kB] Get: 29 http://ftp.de.debian.org/debian/ unstable/main python3-six all 1.9.0-3 [13.7 kB] Get: 30 http://ftp.de.debian.org/debian/ unstable/main python3-debian all 0.1.27 [50.9 kB] Get: 31 http://ftp.de.debian.org/debian/ unstable/main libgmpxx4ldbl amd64 2:6.0.0+dfsg-7 [22.2 kB] Get: 32 http://ftp.de.debian.org/debian/ unstable/main libgmp-dev amd64 2:6.0.0+dfsg-7 [621 kB] Get: 33 http://ftp.de.debian.org/debian/ unstable/main ruby2.1-dev amd64 2.1.5-4 [1103 kB] Get: 34 http://ftp.de.debian.org/debian/ unstable/main ruby2.2-dev amd64 2.2.2-3 [1142 kB] Get: 35 http://ftp.de.debian.org/debian/ unstable/main ruby-all-dev all 1:2.1.5.1 [9188 B] Get: 36 http://ftp.de.debian.org/debian/ unstable/main ruby-setup all 3.4.1-9 [34.2 kB] Get: 37 http://ftp.de.debian.org/debian/ unstable/main gem2deb all 0.20.1 [52.0 kB] Get: 38 http://ftp.de.debian.org/debian/ unstable/main rake all 10.3.2-2 [48.9 kB] Get: 39 http://ftp.de.debian.org/debian/ unstable/main ruby-diff-lcs all 1.2.5-1 [26.7 kB] Get: 40 http://ftp.de.debian.org/debian/ unstable/main ruby-rspec-support all 3.3.0c0e0m0s0-1 [24.3 kB] Get: 41 http://ftp.de.debian.org/debian/ unstable/main ruby-rspec-expectations all 3.3.0c0e0m0s0-1 [90.1 kB] Get: 42 http://ftp.de.debian.org/debian/ unstable/main ruby-rspec-mocks all 3.3.0c0e0m0s0-1 [87.0 kB] Get: 43 http://ftp.de.debian.org/debian/ unstable/main ruby-thread-order all 1.1.0-1 [5096 B] Get: 44 http://ftp.de.debian.org/debian/ unstable/main ruby-rspec-core all 3.3.0c0e0m0s0-1 [174 kB] Get: 45 http://ftp.de.debian.org/debian/ unstable/main ruby-rspec all 3.3.0c0e0m0s0-1 [6544 B] Fetched 18.3 MB in 1s (12.7 MB/s) debconf: delaying package configuration, since apt-utils is not installed Selecting previously unselected package libmpdec2:amd64. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 20233 files and directories currently installed.) Preparing to unpack .../libmpdec2_2.4.1-1_amd64.deb ... Unpacking libmpdec2:amd64 (2.4.1-1) ... Selecting previously unselected package libssl1.0.0:amd64. Preparing to unpack .../libssl1.0.0_1.0.2d-1_amd64.deb ... Unpacking libssl1.0.0:amd64 (1.0.2d-1) ... Selecting previously unselected package libpython3.4-minimal:amd64. Preparing to unpack .../libpython3.4-minimal_3.4.3-8_amd64.deb ... Unpacking libpython3.4-minimal:amd64 (3.4.3-8) ... Selecting previously unselected package mime-support. Preparing to unpack .../mime-support_3.58_all.deb ... Unpacking mime-support (3.58) ... Selecting previously unselected package libpython3.4-stdlib:amd64. Preparing to unpack .../libpython3.4-stdlib_3.4.3-8_amd64.deb ... Unpacking libpython3.4-stdlib:amd64 (3.4.3-8) ... Selecting previously unselected package libyaml-0-2:amd64. Preparing to unpack .../libyaml-0-2_0.1.6-3_amd64.deb ... Unpacking libyaml-0-2:amd64 (0.1.6-3) ... Selecting previously unselected package libexpat1:amd64. Preparing to unpack .../libexpat1_2.1.0-7_amd64.deb ... Unpacking libexpat1:amd64 (2.1.0-7) ... Selecting previously unselected package python3.4-minimal. Preparing to unpack .../python3.4-minimal_3.4.3-8_amd64.deb ... Unpacking python3.4-minimal (3.4.3-8) ... Selecting previously unselected package python3-minimal. Preparing to unpack .../python3-minimal_3.4.3-4_amd64.deb ... Unpacking python3-minimal (3.4.3-4) ... Selecting previously unselected package python3.4. Preparing to unpack .../python3.4_3.4.3-8_amd64.deb ... Unpacking python3.4 (3.4.3-8) ... Selecting previously unselected package libpython3-stdlib:amd64. Preparing to unpack .../libpython3-stdlib_3.4.3-4_amd64.deb ... Unpacking libpython3-stdlib:amd64 (3.4.3-4) ... Selecting previously unselected package dh-python. Preparing to unpack .../dh-python_2.20150728_all.deb ... Unpacking dh-python (2.20150728) ... Processing triggers for man-db (2.7.0.2-5) ... Setting up libssl1.0.0:amd64 (1.0.2d-1) ... Setting up libpython3.4-minimal:amd64 (3.4.3-8) ... Setting up libexpat1:amd64 (2.1.0-7) ... Setting up python3.4-minimal (3.4.3-8) ... Setting up python3-minimal (3.4.3-4) ... Processing triggers for libc-bin (2.19-19) ... Selecting previously unselected package python3. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 21195 files and directories currently installed.) Preparing to unpack .../python3_3.4.3-4_amd64.deb ... Unpacking python3 (3.4.3-4) ... Selecting previously unselected package openssl. Preparing to unpack .../openssl_1.0.2d-1_amd64.deb ... Unpacking openssl (1.0.2d-1) ... Selecting previously unselected package ca-certificates. Preparing to unpack .../ca-certificates_20150426_all.deb ... Unpacking ca-certificates (20150426) ... Selecting previously unselected package devscripts. Preparing to unpack .../devscripts_2.15.6_amd64.deb ... Unpacking devscripts (2.15.6) ... Selecting previously unselected package rubygems-integration. Preparing to unpack .../rubygems-integration_1.9_all.deb ... Unpacking rubygems-integration (1.9) ... Selecting previously unselected package libruby2.1:amd64. Preparing to unpack .../libruby2.1_2.1.5-4_amd64.deb ... Unpacking libruby2.1:amd64 (2.1.5-4) ... Selecting previously unselected package ruby2.1. Preparing to unpack .../ruby2.1_2.1.5-4_amd64.deb ... Unpacking ruby2.1 (2.1.5-4) ... Selecting previously unselected package ruby. Preparing to unpack .../ruby_1%3a2.1.5.1_all.deb ... Unpacking ruby (1:2.1.5.1) ... Selecting previously unselected package ruby-power-assert. Preparing to unpack .../ruby-power-assert_0.2.3-1_all.deb ... Unpacking ruby-power-assert (0.2.3-1) ... Selecting previously unselected package ruby-test-unit. Preparing to unpack .../ruby-test-unit_3.1.2-1_all.deb ... Unpacking ruby-test-unit (3.1.2-1) ... Selecting previously unselected package libruby2.2:amd64. Preparing to unpack .../libruby2.2_2.2.2-3_amd64.deb ... Unpacking libruby2.2:amd64 (2.2.2-3) ... Selecting previously unselected package ruby2.2. Preparing to unpack .../ruby2.2_2.2.2-3_amd64.deb ... Unpacking ruby2.2 (2.2.2-3) ... Selecting previously unselected package ruby-minitest. Preparing to unpack .../ruby-minitest_5.7.0-1_all.deb ... Unpacking ruby-minitest (5.7.0-1) ... Selecting previously unselected package gem2deb-test-runner. Preparing to unpack .../gem2deb-test-runner_0.20.1_all.deb ... Unpacking gem2deb-test-runner (0.20.1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_18.0.1-1_all.deb ... Unpacking python3-pkg-resources (18.0.1-1) ... Selecting previously unselected package python3-chardet. Preparing to unpack .../python3-chardet_2.3.0-1_all.deb ... Unpacking python3-chardet (2.3.0-1) ... Selecting previously unselected package python3-six. Preparing to unpack .../python3-six_1.9.0-3_all.deb ... Unpacking python3-six (1.9.0-3) ... Selecting previously unselected package python3-debian. Preparing to unpack .../python3-debian_0.1.27_all.deb ... Unpacking python3-debian (0.1.27) ... Selecting previously unselected package libgmpxx4ldbl:amd64. Preparing to unpack .../libgmpxx4ldbl_2%3a6.0.0+dfsg-7_amd64.deb ... Unpacking libgmpxx4ldbl:amd64 (2:6.0.0+dfsg-7) ... Selecting previously unselected package libgmp-dev:amd64. Preparing to unpack .../libgmp-dev_2%3a6.0.0+dfsg-7_amd64.deb ... Unpacking libgmp-dev:amd64 (2:6.0.0+dfsg-7) ... Selecting previously unselected package ruby2.1-dev:amd64. Preparing to unpack .../ruby2.1-dev_2.1.5-4_amd64.deb ... Unpacking ruby2.1-dev:amd64 (2.1.5-4) ... Selecting previously unselected package ruby2.2-dev:amd64. Preparing to unpack .../ruby2.2-dev_2.2.2-3_amd64.deb ... Unpacking ruby2.2-dev:amd64 (2.2.2-3) ... Selecting previously unselected package ruby-all-dev. Preparing to unpack .../ruby-all-dev_1%3a2.1.5.1_all.deb ... Unpacking ruby-all-dev (1:2.1.5.1) ... Selecting previously unselected package ruby-setup. Preparing to unpack .../ruby-setup_3.4.1-9_all.deb ... Unpacking ruby-setup (3.4.1-9) ... Selecting previously unselected package gem2deb. Preparing to unpack .../gem2deb_0.20.1_all.deb ... Unpacking gem2deb (0.20.1) ... Selecting previously unselected package rake. Preparing to unpack .../archives/rake_10.3.2-2_all.deb ... Unpacking rake (10.3.2-2) ... Selecting previously unselected package ruby-diff-lcs. Preparing to unpack .../ruby-diff-lcs_1.2.5-1_all.deb ... Unpacking ruby-diff-lcs (1.2.5-1) ... Selecting previously unselected package ruby-rspec-support. Preparing to unpack .../ruby-rspec-support_3.3.0c0e0m0s0-1_all.deb ... Unpacking ruby-rspec-support (3.3.0c0e0m0s0-1) ... Selecting previously unselected package ruby-rspec-expectations. Preparing to unpack .../ruby-rspec-expectations_3.3.0c0e0m0s0-1_all.deb ... Unpacking ruby-rspec-expectations (3.3.0c0e0m0s0-1) ... Selecting previously unselected package ruby-rspec-mocks. Preparing to unpack .../ruby-rspec-mocks_3.3.0c0e0m0s0-1_all.deb ... Unpacking ruby-rspec-mocks (3.3.0c0e0m0s0-1) ... Selecting previously unselected package ruby-thread-order. Preparing to unpack .../ruby-thread-order_1.1.0-1_all.deb ... Unpacking ruby-thread-order (1.1.0-1) ... Selecting previously unselected package ruby-rspec-core. Preparing to unpack .../ruby-rspec-core_3.3.0c0e0m0s0-1_all.deb ... Unpacking ruby-rspec-core (3.3.0c0e0m0s0-1) ... Selecting previously unselected package ruby-rspec. Preparing to unpack .../ruby-rspec_3.3.0c0e0m0s0-1_all.deb ... Unpacking ruby-rspec (3.3.0c0e0m0s0-1) ... Processing triggers for man-db (2.7.0.2-5) ... Setting up libmpdec2:amd64 (2.4.1-1) ... Setting up mime-support (3.58) ... Setting up libpython3.4-stdlib:amd64 (3.4.3-8) ... Setting up libyaml-0-2:amd64 (0.1.6-3) ... Setting up python3.4 (3.4.3-8) ... Setting up libpython3-stdlib:amd64 (3.4.3-4) ... Setting up openssl (1.0.2d-1) ... Setting up ca-certificates (20150426) ... Setting up rubygems-integration (1.9) ... Setting up libruby2.1:amd64 (2.1.5-4) ... Setting up ruby2.1 (2.1.5-4) ... Setting up ruby (1:2.1.5.1) ... Setting up ruby-power-assert (0.2.3-1) ... Setting up ruby-test-unit (3.1.2-1) ... Setting up libruby2.2:amd64 (2.2.2-3) ... Setting up ruby2.2 (2.2.2-3) ... Setting up ruby-minitest (5.7.0-1) ... Setting up gem2deb-test-runner (0.20.1) ... Setting up libgmpxx4ldbl:amd64 (2:6.0.0+dfsg-7) ... Setting up libgmp-dev:amd64 (2:6.0.0+dfsg-7) ... Setting up ruby2.1-dev:amd64 (2.1.5-4) ... Setting up ruby2.2-dev:amd64 (2.2.2-3) ... Setting up ruby-all-dev (1:2.1.5.1) ... Setting up ruby-setup (3.4.1-9) ... Setting up rake (10.3.2-2) ... Setting up ruby-diff-lcs (1.2.5-1) ... Setting up ruby-rspec-support (3.3.0c0e0m0s0-1) ... Setting up ruby-rspec-expectations (3.3.0c0e0m0s0-1) ... Setting up ruby-rspec-mocks (3.3.0c0e0m0s0-1) ... Setting up ruby-thread-order (1.1.0-1) ... Setting up ruby-rspec-core (3.3.0c0e0m0s0-1) ... Setting up ruby-rspec (3.3.0c0e0m0s0-1) ... Setting up python3 (3.4.3-4) ... Setting up devscripts (2.15.6) ... Setting up python3-pkg-resources (18.0.1-1) ... Setting up python3-chardet (2.3.0-1) ... Setting up python3-six (1.9.0-3) ... Setting up python3-debian (0.1.27) ... Setting up gem2deb (0.20.1) ... Setting up dh-python (2.20150728) ... Processing triggers for libc-bin (2.19-19) ... Processing triggers for ca-certificates (20150426) ... Updating certificates in /etc/ssl/certs... 180 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d... done. Reading package lists... Building dependency tree... Reading state information... Reading extended state information... Initializing package states... Writing extended state information... Building tag database... -> Finished parsing the build-deps Reading package lists... Building dependency tree... Reading state information... fakeroot is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. I: Copying source file I: copying [ruby-text-table_1.2.3-2.dsc] I: copying [./ruby-text-table_1.2.3.orig.tar.gz] I: copying [./ruby-text-table_1.2.3-2.debian.tar.xz] I: Extracting source gpgv: keyblock resource `/tmp/buildd/.gnupg/trustedkeys.gpg': file open error gpgv: Signature made Wed Oct 8 10:15:01 2014 GMT+12 using RSA key ID 39CD217A gpgv: Can't check signature: public key not found dpkg-source: warning: failed to verify signature on ./ruby-text-table_1.2.3-2.dsc dpkg-source: info: extracting ruby-text-table in ruby-text-table-1.2.3 dpkg-source: info: unpacking ruby-text-table_1.2.3.orig.tar.gz dpkg-source: info: unpacking ruby-text-table_1.2.3-2.debian.tar.xz dpkg-source: info: applying fix_specs_for_ruby18.patch I: Building the package I: Running cd tmp/buildd/*/ && env PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/games" dpkg-buildpackage -us -uc -b -rfakeroot dpkg-buildpackage: source package ruby-text-table dpkg-buildpackage: source version 1.2.3-2 dpkg-buildpackage: source distribution unstable dpkg-buildpackage: source changed by Cédric Boutillier <bou...@debian.org> dpkg-source --before-build ruby-text-table-1.2.3 dpkg-buildpackage: host architecture amd64 fakeroot debian/rules clean dh clean --buildsystem=ruby --with ruby dh_testdir -O--buildsystem=ruby dh_auto_clean -O--buildsystem=ruby dh_ruby --clean dh_ruby --clean dh_clean -O--buildsystem=ruby debian/rules build dh build --buildsystem=ruby --with ruby dh_testdir -O--buildsystem=ruby dh_auto_configure -O--buildsystem=ruby dh_ruby --configure dh_auto_build -O--buildsystem=ruby dh_ruby --build dh_ruby --build dh_auto_test -O--buildsystem=ruby dh_ruby --test fakeroot debian/rules binary dh binary --buildsystem=ruby --with ruby dh_testroot -O--buildsystem=ruby dh_prep -O--buildsystem=ruby dh_auto_install -O--buildsystem=ruby dh_ruby --install /tmp/buildd/ruby-text-table-1.2.3/debian/ruby-text-table dh_ruby --install ââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ â Install files â ââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ install -d /tmp/buildd/ruby-text-table-1.2.3/debian/ruby-text-table/usr/lib/ruby/vendor_ruby install -D -m644 /tmp/buildd/ruby-text-table-1.2.3/lib/text-table/cell.rb /tmp/buildd/ruby-text-table-1.2.3/debian/ruby-text-table/usr/lib/ruby/vendor_ruby/text-table/cell.rb install -D -m644 /tmp/buildd/ruby-text-table-1.2.3/lib/text-table/symbol.rb /tmp/buildd/ruby-text-table-1.2.3/debian/ruby-text-table/usr/lib/ruby/vendor_ruby/text-table/symbol.rb install -D -m644 /tmp/buildd/ruby-text-table-1.2.3/lib/text-table/enumerable.rb /tmp/buildd/ruby-text-table-1.2.3/debian/ruby-text-table/usr/lib/ruby/vendor_ruby/text-table/enumerable.rb install -D -m644 /tmp/buildd/ruby-text-table-1.2.3/lib/text-table/table.rb /tmp/buildd/ruby-text-table-1.2.3/debian/ruby-text-table/usr/lib/ruby/vendor_ruby/text-table/table.rb install -D -m644 /tmp/buildd/ruby-text-table-1.2.3/lib/text-table/row.rb /tmp/buildd/ruby-text-table-1.2.3/debian/ruby-text-table/usr/lib/ruby/vendor_ruby/text-table/row.rb install -D -m644 /tmp/buildd/ruby-text-table-1.2.3/lib/text-table/version.rb /tmp/buildd/ruby-text-table-1.2.3/debian/ruby-text-table/usr/lib/ruby/vendor_ruby/text-table/version.rb install -D -m644 /tmp/buildd/ruby-text-table-1.2.3/lib/text-table.rb /tmp/buildd/ruby-text-table-1.2.3/debian/ruby-text-table/usr/lib/ruby/vendor_ruby/text-table.rb dh_installchangelogs -pruby-text-table /tmp/buildd/ruby-text-table-1.2.3/CHANGELOG.rdoc upstream ââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ â Install Rubygems integration metadata â ââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ generating gemspec at /tmp/buildd/ruby-text-table-1.2.3/debian/ruby-text-table/usr/share/rubygems-integration/all/specifications/text-table-1.2.3.gemspec /usr/bin/ruby2.1 /usr/bin/gem2deb-test-runner ââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ â Run tests for ruby2.1 from debian/ruby-tests.rake â ââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ RUBYLIB=/tmp/buildd/ruby-text-table-1.2.3/debian/ruby-text-table/usr/lib/ruby/vendor_ruby:. rake2.1 -f debian/ruby-tests.rake /usr/bin/ruby2.1 /usr/bin/rspec --pattern ./spec/\*\*/\*_spec.rb ....................***....................*...F Pending: (Failures listed here are expected and do not affect your suite's status) 1) Text::Table table-wide alignment of rows # Not yet implemented # ./spec/integration/alignment_spec.rb:172 2) Text::Table table-wide alignment of headers # Not yet implemented # ./spec/integration/alignment_spec.rb:176 3) Text::Table table-wide alignment of footers # Not yet implemented # ./spec/integration/alignment_spec.rb:180 4) Text::Table rows with unequal number of cells # Not yet implemented # ./spec/integration/parts_spec.rb:27 Failures: 1) Text::Table performance is linear relative to row count Failure/Error: time.should_not > base * 12 expected not: > 0.015996084 got: 0.022761029 # ./spec/integration/performance_spec.rb:9:in `block (2 levels) in <top (required)>' Deprecation Warnings: Requiring `rspec/autorun` when running RSpec via the `rspec` command is deprecated. Called from /tmp/buildd/ruby-text-table-1.2.3/spec/spec_helper.rb:5:in `<top (required)>'. Using `should` from rspec-expectations' old `:should` syntax without explicitly enabling the syntax is deprecated. Use the new `:expect` syntax or explicitly enable `:should` with `config.expect_with(:rspec) { |c| c.syntax = :should }` instead. Called from /tmp/buildd/ruby-text-table-1.2.3/spec/cell_spec.rb:10:in `block (2 levels) in <top (required)>'. If you need more of the backtrace for any of these deprecations to identify where to make the necessary changes, you can configure `config.raise_errors_for_deprecations!`, and it will turn the deprecation warnings into errors, giving you the full backtrace. 2 deprecation warnings total Finished in 0.37873 seconds (files took 0.93133 seconds to load) 48 examples, 1 failure, 4 pending Failed examples: rspec ./spec/integration/performance_spec.rb:5 # Text::Table performance is linear relative to row count /usr/bin/ruby2.1 /usr/bin/rspec --pattern ./spec/\*\*/\*_spec.rb failed ERROR: Test "ruby2.1" failed. Exiting. dh_auto_install: dh_ruby --install /tmp/buildd/ruby-text-table-1.2.3/debian/ruby-text-table returned exit code 1 debian/rules:15: recipe for target 'binary' failed make: *** [binary] Error 1 dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2 E: Failed autobuilding of package I: unmounting /sys filesystem I: unmounting /dev/shm filesystem I: unmounting dev/pts filesystem I: unmounting run/shm filesystem I: unmounting proc filesystem I: cleaning the build env I: removing directory /var/cache/pbuilder/build//932 and its subdirectories