Your message dated Mon, 29 Feb 2016 21:35:10 +0000
with message-id <[email protected]>
and subject line Bug#795724: fixed in capistrano 3.4.0-1
has caused the Debian Bug report #795724,
regarding capistrano: FTBFS: Failure/Error: 
expect(Configuration.env.fetch(:test)).to be_true
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
795724: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=795724
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: capistrano
Version: 3.2.1-1
Severity: serious
Justification: fails to build from source

Dear Maintainer,

capistrano fails to build from source on unstable/amd64:

  [..]
  
  Failures:
  
    1) Capistrano::Configuration.env is a global accessor to a single
    instance
       Failure/Error: expect(Configuration.env.fetch(:test)).to be_true
         expected true to respond to `true?` or perhaps you meant `be
         true` or `be_truthy`
       # ./spec/lib/capistrano/configuration_spec.rb:11:in `block (3
       levels) in <module:Capistrano>'
  
  [..]
  
  Failed examples:
  
  rspec ./spec/lib/capistrano/configuration_spec.rb:9 #
  Capistrano::Configuration.env is a global accessor to a single
  instance
  rspec ./spec/lib/capistrano/version_validator_spec.rb:27 #
  Capistrano::VersionValidator#verify with exact version valid should be
  true
  rspec ./spec/lib/capistrano/version_validator_spec.rb:86 #
  Capistrano::VersionValidator#verify with pessimistic versioning 1
  decimal place valid should be true
  rspec ./spec/lib/capistrano/version_validator_spec.rb:69 #
  Capistrano::VersionValidator#verify with pessimistic versioning 2
  decimal places valid should be true
  rspec ./spec/lib/capistrano/version_validator_spec.rb:51 #
  Capistrano::VersionValidator#verify with optimistic versioning valid
  should be true
  rspec ./spec/lib/capistrano/dsl_spec.rb:30 #
  Capistrano::DSL#stage_set? stage is set should be true
  rspec ./spec/lib/capistrano/dsl_spec.rb:37 #
  Capistrano::DSL#stage_set? stage is not set should be false
  rspec ./spec/lib/capistrano/configuration/servers_spec.rb:110 #
  Capistrano::Configuration::Servers adding a server can accept multiple
  servers with the same hostname but different ports or users
  rspec ./spec/integration/dsl_spec.rb:426 # Capistrano::DSL release
  path setting release path without a timestamp returns the release path
  with the current env timestamp
  rspec ./spec/integration/dsl_spec.rb:370 # Capistrano::DSL
  configuration SSHKit sets the backend pty
  rspec ./spec/integration/dsl_spec.rb:220 # Capistrano::DSL setting and
  fetching hosts when defining a host using a combination of the
  `server` and `role` syntax fetching servers for a role roles defined
  using the `server` syntax are included
  rspec ./spec/integration/dsl_spec.rb:224 # Capistrano::DSL setting and
  fetching hosts when defining a host using a combination of the
  `server` and `role` syntax fetching servers for a role roles defined
  using the `role` syntax are included
  rspec ./spec/integration/dsl_spec.rb:320 # Capistrano::DSL checking
  for presence variable is an non-empty array should be true
  rspec ./spec/integration/dsl_spec.rb:335 # Capistrano::DSL checking
  for presence variable is nil should be false
  rspec ./spec/integration/dsl_spec.rb:330 # Capistrano::DSL checking
  for presence variable exists, is not an array should be true
  rspec ./spec/integration/dsl_spec.rb:325 # Capistrano::DSL checking
  for presence variable is an empty array should be false
  rspec ./spec/lib/capistrano/configuration/server_spec.rb:160 #
  Capistrano::Configuration::Server#include? value is a symbol value
  matches server property with :filter should be true
  rspec ./spec/lib/capistrano/configuration/server_spec.rb:170 #
  Capistrano::Configuration::Server#include? value is a symbol value
  matches server property with :exclude should be false
  rspec ./spec/lib/capistrano/configuration/server_spec.rb:165 #
  Capistrano::Configuration::Server#include? value is a symbol value
  matches server property with :select should be true
  rspec ./spec/lib/capistrano/configuration/server_spec.rb:177 #
  Capistrano::Configuration::Server#include? value is a symbol value
  does not match server properly with :filter should be false
  rspec ./spec/lib/capistrano/configuration/server_spec.rb:182 #
  Capistrano::Configuration::Server#include? value is a symbol value
  does not match server properly with :select should be false
  rspec ./spec/lib/capistrano/configuration/server_spec.rb:187 #
  Capistrano::Configuration::Server#include? value is a symbol value
  does not match server properly with :exclude should be true
  rspec ./spec/lib/capistrano/configuration/server_spec.rb:202 #
  Capistrano::Configuration::Server#include? value is a proc value
  matches server property with :select should be true
  rspec ./spec/lib/capistrano/configuration/server_spec.rb:197 #
  Capistrano::Configuration::Server#include? value is a proc value
  matches server property with :filter should be true
  rspec ./spec/lib/capistrano/configuration/server_spec.rb:207 #
  Capistrano::Configuration::Server#include? value is a proc value
  matches server property with :exclude should be false
  rspec ./spec/lib/capistrano/configuration/server_spec.rb:225 #
  Capistrano::Configuration::Server#include? value is a proc value does
  not match server properly with :exclude should be true
  rspec ./spec/lib/capistrano/configuration/server_spec.rb:220 #
  Capistrano::Configuration::Server#include? value is a proc value does
  not match server properly with :select should be false
  rspec ./spec/lib/capistrano/configuration/server_spec.rb:215 #
  Capistrano::Configuration::Server#include? value is a proc value does
  not match server properly with :filter should be false
  rspec ./spec/lib/capistrano/configuration/server_spec.rb:152 #
  Capistrano::Configuration::Server#include? options are empty should be
  true
  rspec ./spec/lib/capistrano/configuration/server_spec.rb:30 #
  Capistrano::Configuration::Server checking roles adds the role
  rspec ./spec/lib/capistrano/configuration/server_spec.rb:71 #
  Capistrano::Configuration::Server identifying as primary server is not
  primary is falesy
  rspec ./spec/lib/capistrano/configuration/server_spec.rb:55 #
  Capistrano::Configuration::Server comparing identity with a different
  hostname should be false
  rspec ./spec/lib/capistrano/configuration/server_spec.rb:45 #
  Capistrano::Configuration::Server comparing identity with a different
  user should be false
  rspec ./spec/lib/capistrano/configuration/server_spec.rb:50 #
  Capistrano::Configuration::Server comparing identity with a different
  port should be false
  rspec ./spec/lib/capistrano/configuration/server_spec.rb:40 #
  Capistrano::Configuration::Server comparing identity with the same
  user, hostname and port should be true
  
  Randomized with seed 44722
  
  /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/capistrano-3.2.1/debian/capistrano returned exit code 1
  debian/rules:4: recipe for target 'binary' failed
  make: *** [binary] Error 1
  dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit
  status 2

  [..]

The full build log is attached or can be viewed here:

  
https://reproducible.debian.net/logs/unstable/amd64/capistrano_3.2.1-1.build1.log.gz


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      [email protected] / chris-lamb.co.uk
       `-
I: using fakeroot in build.
I: pbuilder: network access will be disabled during build
I: Current time: Sun Jul 19 16:42:24 GMT+12 2015
I: pbuilder-time-stamp: 1437367344
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 <[email protected]>
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~), rake (>= 10.0.0), 
ruby-i18n, ruby-mocha (>= 0.13~), ruby-rspec, ruby-sshkit (>= 1.3)
dpkg-deb: building package 'pbuilder-satisfydepends-dummy' in 
'/tmp/satisfydepends-aptitude/pbuilder-satisfydepends-dummy.deb'.
Selecting previously unselected package pbuilder-satisfydepends-dummy.
(Reading database ... 20236 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 rake (>= 10.0.0); however:
  Package rake is not installed.
 pbuilder-satisfydepends-dummy depends on ruby-i18n; however:
  Package ruby-i18n is not installed.
 pbuilder-satisfydepends-dummy depends on ruby-mocha (>= 0.13~); however:
  Package ruby-mocha is not installed.
 pbuilder-satisfydepends-dummy depends on ruby-rspec; however:
  Package ruby-rspec is not installed.
 pbuilder-satisfydepends-dummy depends on ruby-sshkit (>= 1.3); however:
  Package ruby-sshkit 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-colorize{a} ruby-diff-lcs{a} ruby-i18n{a} 
  ruby-metaclass{a} ruby-minitest{a} ruby-mocha{a} ruby-net-scp{a} 
  ruby-net-ssh{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-sshkit{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, 52 newly installed, 0 to remove and 0 not upgraded.
Need to get 18.6 MB of archives. After unpacking 77.0 MB will be used.
Writing extended state information...
Get: 1 http://ftp.de.debian.org/debian/ unstable/main libexpat1 amd64 
2.1.0-6+b3 [80.3 kB]
Get: 2 http://ftp.de.debian.org/debian/ unstable/main libmpdec2 amd64 2.4.1-1 
[85.7 kB]
Get: 3 http://ftp.de.debian.org/debian/ unstable/main libssl1.0.0 amd64 
1.0.2d-1 [1274 kB]
Get: 4 http://ftp.de.debian.org/debian/ unstable/main libpython3.4-minimal 
amd64 3.4.3-7 [495 kB]
Get: 5 http://ftp.de.debian.org/debian/ unstable/main mime-support all 3.58 
[36.0 kB]
Get: 6 http://ftp.de.debian.org/debian/ unstable/main libpython3.4-stdlib amd64 
3.4.3-7 [2057 kB]
Get: 7 http://ftp.de.debian.org/debian/ unstable/main libyaml-0-2 amd64 0.1.6-3 
[50.4 kB]
Get: 8 http://ftp.de.debian.org/debian/ unstable/main python3.4-minimal amd64 
3.4.3-7 [1400 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-7 
[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.20150719 
[70.2 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.5 
[906 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-3 
[3281 kB]
Get: 19 http://ftp.de.debian.org/debian/ unstable/main ruby2.1 amd64 2.1.5-3 
[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 libruby2.2 amd64 2.2.2-2 
[3102 kB]
Get: 22 http://ftp.de.debian.org/debian/ unstable/main ruby2.2 amd64 2.2.2-2 
[213 kB]
Get: 23 http://ftp.de.debian.org/debian/ unstable/main ruby-minitest all 
5.7.0-1 [49.5 kB]
Get: 24 http://ftp.de.debian.org/debian/ unstable/main ruby-power-assert all 
0.2.3-1 [7236 B]
Get: 25 http://ftp.de.debian.org/debian/ unstable/main ruby-test-unit all 
3.1.2-1 [60.0 kB]
Get: 26 http://ftp.de.debian.org/debian/ unstable/main gem2deb-test-runner all 
0.19 [16.2 kB]
Get: 27 http://ftp.de.debian.org/debian/ unstable/main python3-pkg-resources 
all 17.0-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-3 [1101 kB]
Get: 34 http://ftp.de.debian.org/debian/ unstable/main ruby2.2-dev amd64 
2.2.2-2 [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.19 [51.6 
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-colorize all 
0.7.3-1 [4956 B]
Get: 40 http://ftp.de.debian.org/debian/ unstable/main ruby-diff-lcs all 
1.2.5-1 [26.7 kB]
Get: 41 http://ftp.de.debian.org/debian/ unstable/main ruby-i18n all 0.6.11-2 
[36.3 kB]
Get: 42 http://ftp.de.debian.org/debian/ unstable/main ruby-metaclass all 
0.0.4-1 [3768 B]
Get: 43 http://ftp.de.debian.org/debian/ unstable/main ruby-mocha all 1.1.0-1 
[52.9 kB]
Get: 44 http://ftp.de.debian.org/debian/ unstable/main ruby-net-ssh all 
1:2.9.2-2 [90.1 kB]
Get: 45 http://ftp.de.debian.org/debian/ unstable/main ruby-net-scp all 1.2.1-2 
[16.9 kB]
Get: 46 http://ftp.de.debian.org/debian/ unstable/main ruby-rspec-support all 
3.3.0c0e0m0s0-1 [24.3 kB]
Get: 47 http://ftp.de.debian.org/debian/ unstable/main ruby-rspec-expectations 
all 3.3.0c0e0m0s0-1 [90.1 kB]
Get: 48 http://ftp.de.debian.org/debian/ unstable/main ruby-rspec-mocks all 
3.3.0c0e0m0s0-1 [87.0 kB]
Get: 49 http://ftp.de.debian.org/debian/ unstable/main ruby-thread-order all 
1.1.0-1 [5096 B]
Get: 50 http://ftp.de.debian.org/debian/ unstable/main ruby-rspec-core all 
3.3.0c0e0m0s0-1 [174 kB]
Get: 51 http://ftp.de.debian.org/debian/ unstable/main ruby-rspec all 
3.3.0c0e0m0s0-1 [6544 B]
Get: 52 http://ftp.de.debian.org/debian/ unstable/main ruby-sshkit all 1.7.1-1 
[28.6 kB]
Fetched 18.6 MB in 0s (19.9 MB/s)
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously unselected package libexpat1: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 ... 20236 files and directories currently installed.)
Preparing to unpack .../libexpat1_2.1.0-6+b3_amd64.deb ...
Unpacking libexpat1:amd64 (2.1.0-6+b3) ...
Selecting previously unselected package libmpdec2:amd64.
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-7_amd64.deb ...
Unpacking libpython3.4-minimal:amd64 (3.4.3-7) ...
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-7_amd64.deb ...
Unpacking libpython3.4-stdlib:amd64 (3.4.3-7) ...
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 python3.4-minimal.
Preparing to unpack .../python3.4-minimal_3.4.3-7_amd64.deb ...
Unpacking python3.4-minimal (3.4.3-7) ...
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-7_amd64.deb ...
Unpacking python3.4 (3.4.3-7) ...
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.20150719_all.deb ...
Unpacking dh-python (2.20150719) ...
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-7) ...
Setting up libexpat1:amd64 (2.1.0-6+b3) ...
Setting up python3.4-minimal (3.4.3-7) ...
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 ... 21198 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.5_amd64.deb ...
Unpacking devscripts (2.15.5) ...
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-3_amd64.deb ...
Unpacking libruby2.1:amd64 (2.1.5-3) ...
Selecting previously unselected package ruby2.1.
Preparing to unpack .../ruby2.1_2.1.5-3_amd64.deb ...
Unpacking ruby2.1 (2.1.5-3) ...
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 libruby2.2:amd64.
Preparing to unpack .../libruby2.2_2.2.2-2_amd64.deb ...
Unpacking libruby2.2:amd64 (2.2.2-2) ...
Selecting previously unselected package ruby2.2.
Preparing to unpack .../ruby2.2_2.2.2-2_amd64.deb ...
Unpacking ruby2.2 (2.2.2-2) ...
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 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 gem2deb-test-runner.
Preparing to unpack .../gem2deb-test-runner_0.19_all.deb ...
Unpacking gem2deb-test-runner (0.19) ...
Selecting previously unselected package python3-pkg-resources.
Preparing to unpack .../python3-pkg-resources_17.0-1_all.deb ...
Unpacking python3-pkg-resources (17.0-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-3_amd64.deb ...
Unpacking ruby2.1-dev:amd64 (2.1.5-3) ...
Selecting previously unselected package ruby2.2-dev:amd64.
Preparing to unpack .../ruby2.2-dev_2.2.2-2_amd64.deb ...
Unpacking ruby2.2-dev:amd64 (2.2.2-2) ...
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 .../archives/gem2deb_0.19_all.deb ...
Unpacking gem2deb (0.19) ...
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-colorize.
Preparing to unpack .../ruby-colorize_0.7.3-1_all.deb ...
Unpacking ruby-colorize (0.7.3-1) ...
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-i18n.
Preparing to unpack .../ruby-i18n_0.6.11-2_all.deb ...
Unpacking ruby-i18n (0.6.11-2) ...
Selecting previously unselected package ruby-metaclass.
Preparing to unpack .../ruby-metaclass_0.0.4-1_all.deb ...
Unpacking ruby-metaclass (0.0.4-1) ...
Selecting previously unselected package ruby-mocha.
Preparing to unpack .../ruby-mocha_1.1.0-1_all.deb ...
Unpacking ruby-mocha (1.1.0-1) ...
Selecting previously unselected package ruby-net-ssh.
Preparing to unpack .../ruby-net-ssh_1%3a2.9.2-2_all.deb ...
Unpacking ruby-net-ssh (1:2.9.2-2) ...
Selecting previously unselected package ruby-net-scp.
Preparing to unpack .../ruby-net-scp_1.2.1-2_all.deb ...
Unpacking ruby-net-scp (1.2.1-2) ...
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) ...
Selecting previously unselected package ruby-sshkit.
Preparing to unpack .../ruby-sshkit_1.7.1-1_all.deb ...
Unpacking ruby-sshkit (1.7.1-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-7) ...
Setting up libyaml-0-2:amd64 (0.1.6-3) ...
Setting up python3.4 (3.4.3-7) ...
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-3) ...
Setting up ruby2.1 (2.1.5-3) ...
Setting up ruby (1:2.1.5.1) ...
Setting up libruby2.2:amd64 (2.2.2-2) ...
Setting up ruby2.2 (2.2.2-2) ...
Setting up ruby-minitest (5.7.0-1) ...
Setting up ruby-power-assert (0.2.3-1) ...
Setting up ruby-test-unit (3.1.2-1) ...
Setting up gem2deb-test-runner (0.19) ...
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-3) ...
Setting up ruby2.2-dev:amd64 (2.2.2-2) ...
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-colorize (0.7.3-1) ...
Setting up ruby-diff-lcs (1.2.5-1) ...
Setting up ruby-i18n (0.6.11-2) ...
Setting up ruby-metaclass (0.0.4-1) ...
Setting up ruby-mocha (1.1.0-1) ...
Setting up ruby-net-ssh (1:2.9.2-2) ...
Setting up ruby-net-scp (1.2.1-2) ...
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 ruby-sshkit (1.7.1-1) ...
Setting up python3 (3.4.3-4) ...
Setting up devscripts (2.15.5) ...
Setting up python3-pkg-resources (17.0-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.19) ...
Setting up dh-python (2.20150719) ...
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 [capistrano_3.2.1-1.dsc]
I: copying [./capistrano_3.2.1.orig.tar.gz]
I: copying [./capistrano_3.2.1-1.debian.tar.xz]
I: Extracting source
gpgv: keyblock resource `/tmp/buildd/.gnupg/trustedkeys.gpg': file open error
gpgv: Signature made Sun Oct  5 06:07:28 2014 GMT+12 using RSA key ID CD460BDE
gpgv: Can't check signature: public key not found
dpkg-source: warning: failed to verify signature on ./capistrano_3.2.1-1.dsc
dpkg-source: info: extracting capistrano in capistrano-3.2.1
dpkg-source: info: unpacking capistrano_3.2.1.orig.tar.gz
dpkg-source: info: unpacking capistrano_3.2.1-1.debian.tar.xz
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 capistrano
dpkg-buildpackage: source version 3.2.1-1
dpkg-buildpackage: source distribution unstable
dpkg-buildpackage: source changed by Sebastien Badia <[email protected]>
 dpkg-source --before-build capistrano-3.2.1
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/capistrano-3.2.1/debian/capistrano
   dh_ruby --install
install -d /tmp/buildd/capistrano-3.2.1/debian/capistrano/usr/bin
install -D -m755 /tmp/buildd/capistrano-3.2.1/bin/cap 
/tmp/buildd/capistrano-3.2.1/debian/capistrano/usr/bin/cap
install -D -m755 /tmp/buildd/capistrano-3.2.1/bin/capify 
/tmp/buildd/capistrano-3.2.1/debian/capistrano/usr/bin/capify
install -d 
/tmp/buildd/capistrano-3.2.1/debian/capistrano/usr/lib/ruby/vendor_ruby
install -D -m644 /tmp/buildd/capistrano-3.2.1/lib/capistrano.rb 
/tmp/buildd/capistrano-3.2.1/debian/capistrano/usr/lib/ruby/vendor_ruby/capistrano.rb
install -D -m644 /tmp/buildd/capistrano-3.2.1/lib/capistrano/framework.rb 
/tmp/buildd/capistrano-3.2.1/debian/capistrano/usr/lib/ruby/vendor_ruby/capistrano/framework.rb
install -D -m644 /tmp/buildd/capistrano-3.2.1/lib/capistrano/dsl.rb 
/tmp/buildd/capistrano-3.2.1/debian/capistrano/usr/lib/ruby/vendor_ruby/capistrano/dsl.rb
install -D -m644 /tmp/buildd/capistrano-3.2.1/lib/capistrano/deploy.rb 
/tmp/buildd/capistrano-3.2.1/debian/capistrano/usr/lib/ruby/vendor_ruby/capistrano/deploy.rb
install -D -m644 /tmp/buildd/capistrano-3.2.1/lib/capistrano/setup.rb 
/tmp/buildd/capistrano-3.2.1/debian/capistrano/usr/lib/ruby/vendor_ruby/capistrano/setup.rb
install -D -m644 /tmp/buildd/capistrano-3.2.1/lib/capistrano/dotfile.rb 
/tmp/buildd/capistrano-3.2.1/debian/capistrano/usr/lib/ruby/vendor_ruby/capistrano/dotfile.rb
install -D -m644 /tmp/buildd/capistrano-3.2.1/lib/capistrano/tasks/git.rake 
/tmp/buildd/capistrano-3.2.1/debian/capistrano/usr/lib/ruby/vendor_ruby/capistrano/tasks/git.rake
install -D -m644 /tmp/buildd/capistrano-3.2.1/lib/capistrano/tasks/svn.rake 
/tmp/buildd/capistrano-3.2.1/debian/capistrano/usr/lib/ruby/vendor_ruby/capistrano/tasks/svn.rake
install -D -m644 /tmp/buildd/capistrano-3.2.1/lib/capistrano/tasks/deploy.rake 
/tmp/buildd/capistrano-3.2.1/debian/capistrano/usr/lib/ruby/vendor_ruby/capistrano/tasks/deploy.rake
install -D -m644 /tmp/buildd/capistrano-3.2.1/lib/capistrano/tasks/hg.rake 
/tmp/buildd/capistrano-3.2.1/debian/capistrano/usr/lib/ruby/vendor_ruby/capistrano/tasks/hg.rake
install -D -m644 /tmp/buildd/capistrano-3.2.1/lib/capistrano/tasks/console.rake 
/tmp/buildd/capistrano-3.2.1/debian/capistrano/usr/lib/ruby/vendor_ruby/capistrano/tasks/console.rake
install -D -m644 
/tmp/buildd/capistrano-3.2.1/lib/capistrano/tasks/framework.rake 
/tmp/buildd/capistrano-3.2.1/debian/capistrano/usr/lib/ruby/vendor_ruby/capistrano/tasks/framework.rake
install -D -m644 /tmp/buildd/capistrano-3.2.1/lib/capistrano/tasks/install.rake 
/tmp/buildd/capistrano-3.2.1/debian/capistrano/usr/lib/ruby/vendor_ruby/capistrano/tasks/install.rake
install -D -m644 /tmp/buildd/capistrano-3.2.1/lib/capistrano/all.rb 
/tmp/buildd/capistrano-3.2.1/debian/capistrano/usr/lib/ruby/vendor_ruby/capistrano/all.rb
install -D -m644 /tmp/buildd/capistrano-3.2.1/lib/capistrano/dsl/env.rb 
/tmp/buildd/capistrano-3.2.1/debian/capistrano/usr/lib/ruby/vendor_ruby/capistrano/dsl/env.rb
install -D -m644 /tmp/buildd/capistrano-3.2.1/lib/capistrano/dsl/paths.rb 
/tmp/buildd/capistrano-3.2.1/debian/capistrano/usr/lib/ruby/vendor_ruby/capistrano/dsl/paths.rb
install -D -m644 
/tmp/buildd/capistrano-3.2.1/lib/capistrano/dsl/task_enhancements.rb 
/tmp/buildd/capistrano-3.2.1/debian/capistrano/usr/lib/ruby/vendor_ruby/capistrano/dsl/task_enhancements.rb
install -D -m644 /tmp/buildd/capistrano-3.2.1/lib/capistrano/dsl/stages.rb 
/tmp/buildd/capistrano-3.2.1/debian/capistrano/usr/lib/ruby/vendor_ruby/capistrano/dsl/stages.rb
install -D -m644 /tmp/buildd/capistrano-3.2.1/lib/capistrano/i18n.rb 
/tmp/buildd/capistrano-3.2.1/debian/capistrano/usr/lib/ruby/vendor_ruby/capistrano/i18n.rb
install -D -m644 /tmp/buildd/capistrano-3.2.1/lib/capistrano/version.rb 
/tmp/buildd/capistrano-3.2.1/debian/capistrano/usr/lib/ruby/vendor_ruby/capistrano/version.rb
install -D -m644 /tmp/buildd/capistrano-3.2.1/lib/capistrano/install.rb 
/tmp/buildd/capistrano-3.2.1/debian/capistrano/usr/lib/ruby/vendor_ruby/capistrano/install.rb
install -D -m644 
/tmp/buildd/capistrano-3.2.1/lib/capistrano/configuration/server.rb 
/tmp/buildd/capistrano-3.2.1/debian/capistrano/usr/lib/ruby/vendor_ruby/capistrano/configuration/server.rb
install -D -m644 
/tmp/buildd/capistrano-3.2.1/lib/capistrano/configuration/question.rb 
/tmp/buildd/capistrano-3.2.1/debian/capistrano/usr/lib/ruby/vendor_ruby/capistrano/configuration/question.rb
install -D -m644 
/tmp/buildd/capistrano-3.2.1/lib/capistrano/configuration/servers.rb 
/tmp/buildd/capistrano-3.2.1/debian/capistrano/usr/lib/ruby/vendor_ruby/capistrano/configuration/servers.rb
install -D -m644 
/tmp/buildd/capistrano-3.2.1/lib/capistrano/configuration/servers/role_filter.rb
 
/tmp/buildd/capistrano-3.2.1/debian/capistrano/usr/lib/ruby/vendor_ruby/capistrano/configuration/servers/role_filter.rb
install -D -m644 
/tmp/buildd/capistrano-3.2.1/lib/capistrano/configuration/servers/host_filter.rb
 
/tmp/buildd/capistrano-3.2.1/debian/capistrano/usr/lib/ruby/vendor_ruby/capistrano/configuration/servers/host_filter.rb
install -D -m644 /tmp/buildd/capistrano-3.2.1/lib/capistrano/defaults.rb 
/tmp/buildd/capistrano-3.2.1/debian/capistrano/usr/lib/ruby/vendor_ruby/capistrano/defaults.rb
install -D -m644 /tmp/buildd/capistrano-3.2.1/lib/capistrano/console.rb 
/tmp/buildd/capistrano-3.2.1/debian/capistrano/usr/lib/ruby/vendor_ruby/capistrano/console.rb
install -D -m644 /tmp/buildd/capistrano-3.2.1/lib/capistrano/hg.rb 
/tmp/buildd/capistrano-3.2.1/debian/capistrano/usr/lib/ruby/vendor_ruby/capistrano/hg.rb
install -D -m644 
/tmp/buildd/capistrano-3.2.1/lib/capistrano/templates/deploy.rb.erb 
/tmp/buildd/capistrano-3.2.1/debian/capistrano/usr/lib/ruby/vendor_ruby/capistrano/templates/deploy.rb.erb
install -D -m644 
/tmp/buildd/capistrano-3.2.1/lib/capistrano/templates/stage.rb.erb 
/tmp/buildd/capistrano-3.2.1/debian/capistrano/usr/lib/ruby/vendor_ruby/capistrano/templates/stage.rb.erb
install -D -m644 /tmp/buildd/capistrano-3.2.1/lib/capistrano/templates/Capfile 
/tmp/buildd/capistrano-3.2.1/debian/capistrano/usr/lib/ruby/vendor_ruby/capistrano/templates/Capfile
install -D -m644 /tmp/buildd/capistrano-3.2.1/lib/capistrano/configuration.rb 
/tmp/buildd/capistrano-3.2.1/debian/capistrano/usr/lib/ruby/vendor_ruby/capistrano/configuration.rb
install -D -m644 /tmp/buildd/capistrano-3.2.1/lib/capistrano/scm.rb 
/tmp/buildd/capistrano-3.2.1/debian/capistrano/usr/lib/ruby/vendor_ruby/capistrano/scm.rb
install -D -m644 /tmp/buildd/capistrano-3.2.1/lib/capistrano/svn.rb 
/tmp/buildd/capistrano-3.2.1/debian/capistrano/usr/lib/ruby/vendor_ruby/capistrano/svn.rb
install -D -m644 /tmp/buildd/capistrano-3.2.1/lib/capistrano/git.rb 
/tmp/buildd/capistrano-3.2.1/debian/capistrano/usr/lib/ruby/vendor_ruby/capistrano/git.rb
install -D -m644 /tmp/buildd/capistrano-3.2.1/lib/capistrano/application.rb 
/tmp/buildd/capistrano-3.2.1/debian/capistrano/usr/lib/ruby/vendor_ruby/capistrano/application.rb
install -D -m644 
/tmp/buildd/capistrano-3.2.1/lib/capistrano/version_validator.rb 
/tmp/buildd/capistrano-3.2.1/debian/capistrano/usr/lib/ruby/vendor_ruby/capistrano/version_validator.rb
install -D -m644 /tmp/buildd/capistrano-3.2.1/lib/Capfile 
/tmp/buildd/capistrano-3.2.1/debian/capistrano/usr/lib/ruby/vendor_ruby/Capfile
dh_installchangelogs -pcapistrano /tmp/buildd/capistrano-3.2.1/CHANGELOG.md 
upstream
Rewriting shebang line of 
/tmp/buildd/capistrano-3.2.1/debian/capistrano/usr/bin/capify
Rewriting shebang line of 
/tmp/buildd/capistrano-3.2.1/debian/capistrano/usr/bin/cap
generating gemspec at 
/tmp/buildd/capistrano-3.2.1/debian/capistrano/usr/share/rubygems-integration/all/specifications/capistrano-3.2.1.gemspec
/usr/bin/ruby2.1 /usr/bin/gem2deb-test-runner
Running tests for ruby2.1 using debian/ruby-tests.rake ...
RUBYLIB=/tmp/buildd/capistrano-3.2.1/debian/capistrano/usr/lib/ruby/vendor_ruby:.
 ruby2.1 -rrake -e ARGV.unshift\(\"-f\",\ \"debian/ruby-tests.rake\"\)\;\ 
Rake.application.run
/usr/bin/ruby2.1 /usr/bin/rspec --pattern spec/\*\*\{,/\*/\*\*\}/\*_spec.rb

Randomized with seed 44722
......WARNING: Using the `raise_error` matcher without providing a specific 
error or message risks false positives, since `raise_error` will match when 
Ruby raises a `NoMethodError`, `NameError` or `ArgumentError`, potentially 
allowing the expectation to pass without even executing the method you are 
intending to call. Instead consider providing a specific error class or 
message. This message can be supressed by setting: 
`RSpec::Expectations.configuration.warn_about_potential_false_positives = 
false`. Called from 
/tmp/buildd/capistrano-3.2.1/spec/lib/capistrano/configuration_spec.rb:110:in 
`block (4 levels) in <module:Capistrano>'.
..........F..............WARNING: Using the `raise_error` matcher without 
providing a specific error or message risks false positives, since 
`raise_error` will match when Ruby raises a `NoMethodError`, `NameError` or 
`ArgumentError`, potentially allowing the expectation to pass without even 
executing the method you are intending to call. Instead consider providing a 
specific error class or message. This message can be supressed by setting: 
`RSpec::Expectations.configuration.warn_about_potential_false_positives = 
false`. Called from 
/tmp/buildd/capistrano-3.2.1/spec/lib/capistrano/version_validator_spec.rb:42:in
 `block (5 levels) in <module:Capistrano>'.
.WARNING: Using the `raise_error` matcher without providing a specific error or 
message risks false positives, since `raise_error` will match when Ruby raises 
a `NoMethodError`, `NameError` or `ArgumentError`, potentially allowing the 
expectation to pass without even executing the method you are intending to 
call. Instead consider providing a specific error class or message. This 
message can be supressed by setting: 
`RSpec::Expectations.configuration.warn_about_potential_false_positives = 
false`. Called from 
/tmp/buildd/capistrano-3.2.1/spec/lib/capistrano/version_validator_spec.rb:34:in
 `block (5 levels) in <module:Capistrano>'.
.FFWARNING: Using the `raise_error` matcher without providing a specific error 
or message risks false positives, since `raise_error` will match when Ruby 
raises a `NoMethodError`, `NameError` or `ArgumentError`, potentially allowing 
the expectation to pass without even executing the method you are intending to 
call. Instead consider providing a specific error class or message. This 
message can be supressed by setting: 
`RSpec::Expectations.configuration.warn_about_potential_false_positives = 
false`. Called from 
/tmp/buildd/capistrano-3.2.1/spec/lib/capistrano/version_validator_spec.rb:92:in
 `block (6 levels) in <module:Capistrano>'.
.FWARNING: Using the `raise_error` matcher without providing a specific error 
or message risks false positives, since `raise_error` will match when Ruby 
raises a `NoMethodError`, `NameError` or `ArgumentError`, potentially allowing 
the expectation to pass without even executing the method you are intending to 
call. Instead consider providing a specific error class or message. This 
message can be supressed by setting: 
`RSpec::Expectations.configuration.warn_about_potential_false_positives = 
false`. Called from 
/tmp/buildd/capistrano-3.2.1/spec/lib/capistrano/version_validator_spec.rb:76:in
 `block (6 levels) in <module:Capistrano>'.
.FWARNING: Using the `raise_error` matcher without providing a specific error 
or message risks false positives, since `raise_error` will match when Ruby 
raises a `NoMethodError`, `NameError` or `ArgumentError`, potentially allowing 
the expectation to pass without even executing the method you are intending to 
call. Instead consider providing a specific error class or message. This 
message can be supressed by setting: 
`RSpec::Expectations.configuration.warn_about_potential_false_positives = 
false`. Called from 
/tmp/buildd/capistrano-3.2.1/spec/lib/capistrano/version_validator_spec.rb:58:in
 `block (5 levels) in <module:Capistrano>'.
.....FF.....*.*.................................F.............F.....F......FF.....................FFFF.....FFFFFFFFFFFFFF.............F.FFFF........................

Pending: (Failures listed here are expected and do not affect your suite's 
status)

  1) Capistrano::Application provides a --format option which enables the 
choice of output formatting
     # Not yet implemented
     # ./spec/lib/capistrano/application_spec.rb:7

  2) Capistrano::Application provides a --trace option which enables 
SSHKit/NetSSH trace output
     # Not yet implemented
     # ./spec/lib/capistrano/application_spec.rb:5

Failures:

  1) Capistrano::Configuration.env is a global accessor to a single instance
     Failure/Error: expect(Configuration.env.fetch(:test)).to be_true
       expected true to respond to `true?` or perhaps you meant `be true` or 
`be_truthy`
     # ./spec/lib/capistrano/configuration_spec.rb:11:in `block (3 levels) in 
<module:Capistrano>'

  2) Capistrano::VersionValidator#verify with exact version valid should be true
     Failure/Error: it { should be_true }
       expected #<Capistrano::VersionValidator:0x0000000390b778> to respond to 
`true?` or perhaps you meant `be true` or `be_truthy`
     # ./spec/lib/capistrano/version_validator_spec.rb:27:in `block (5 levels) 
in <module:Capistrano>'

  3) Capistrano::VersionValidator#verify with pessimistic versioning 1 decimal 
place valid should be true
     Failure/Error: it { should be_true }
       expected #<Capistrano::VersionValidator:0x000000038f0e28> to respond to 
`true?` or perhaps you meant `be true` or `be_truthy`
     # ./spec/lib/capistrano/version_validator_spec.rb:86:in `block (6 levels) 
in <module:Capistrano>'

  4) Capistrano::VersionValidator#verify with pessimistic versioning 2 decimal 
places valid should be true
     Failure/Error: it { should be_true }
       expected #<Capistrano::VersionValidator:0x000000038a3790> to respond to 
`true?` or perhaps you meant `be true` or `be_truthy`
     # ./spec/lib/capistrano/version_validator_spec.rb:69:in `block (6 levels) 
in <module:Capistrano>'

  5) Capistrano::VersionValidator#verify with optimistic versioning valid 
should be true
     Failure/Error: it { should be_true }
       expected #<Capistrano::VersionValidator:0x0000000385c638> to respond to 
`true?` or perhaps you meant `be true` or `be_truthy`
     # ./spec/lib/capistrano/version_validator_spec.rb:51:in `block (5 levels) 
in <module:Capistrano>'

  6) Capistrano::DSL#stage_set? stage is set should be true
     Failure/Error: it { should be_true }
       expected true to respond to `true?` or perhaps you meant `be true` or 
`be_truthy`
     # ./spec/lib/capistrano/dsl_spec.rb:30:in `block (4 levels) in 
<module:Capistrano>'

  7) Capistrano::DSL#stage_set? stage is not set should be false
     Failure/Error: it { should be_false }
       expected false to respond to `false?` or perhaps you meant `be false` or 
`be_falsey`
     # ./spec/lib/capistrano/dsl_spec.rb:37:in `block (4 levels) in 
<module:Capistrano>'

  8) Capistrano::Configuration::Servers adding a server can accept multiple 
servers with the same hostname but different ports or users
     Failure/Error: servers.should have(8).items
     NoMethodError:
       undefined method `have' for 
#<RSpec::ExampleGroups::CapistranoConfigurationServers::AddingAServer:0x000000020d3660>
     # ./spec/lib/capistrano/configuration/servers_spec.rb:118:in `block (3 
levels) in <class:Configuration>'

  9) Capistrano::DSL release path setting release path without a timestamp 
returns the release path with the current env timestamp
     Failure/Error: let(:now) { Time.parse("Oct 21 16:29:00 2015") }
     NoMethodError:
       undefined method `parse' for Time:Class
     # ./spec/integration/dsl_spec.rb:417:in `block (4 levels) in <top 
(required)>'
     # ./spec/integration/dsl_spec.rb:422:in `block (5 levels) in <top 
(required)>'

  10) Capistrano::DSL configuration SSHKit sets the backend pty
      Failure/Error: expect(backend.pty).to be_true
        expected true to respond to `true?` or perhaps you meant `be true` or 
`be_truthy`
      # ./spec/integration/dsl_spec.rb:371:in `block (3 levels) in <top 
(required)>'

  11) Capistrano::DSL setting and fetching hosts when defining a host using a 
combination of the `server` and `role` syntax fetching servers for a role roles 
defined using the `server` syntax are included
      Failure/Error: expect(dsl.roles(:web)).to have(2).items
      NoMethodError:
        undefined method `have' for 
#<RSpec::ExampleGroups::CapistranoDSL::SettingAndFetchingHosts::WhenDefiningAHostUsingACombinationOfTheServerAndRoleSyntax::FetchingServersForARole:0x000000038a3600>
      # ./spec/integration/dsl_spec.rb:221:in `block (5 levels) in <top 
(required)>'

  12) Capistrano::DSL setting and fetching hosts when defining a host using a 
combination of the `server` and `role` syntax fetching servers for a role roles 
defined using the `role` syntax are included
      Failure/Error: expect(dsl.roles(:app)).to have(2).items
      NoMethodError:
        undefined method `have' for 
#<RSpec::ExampleGroups::CapistranoDSL::SettingAndFetchingHosts::WhenDefiningAHostUsingACombinationOfTheServerAndRoleSyntax::FetchingServersForARole:0x00000003878838>
      # ./spec/integration/dsl_spec.rb:225:in `block (5 levels) in <top 
(required)>'

  13) Capistrano::DSL checking for presence variable is an non-empty array 
should be true
      Failure/Error: it { should be_true }
        expected true to respond to `true?` or perhaps you meant `be true` or 
`be_truthy`
      # ./spec/integration/dsl_spec.rb:320:in `block (4 levels) in <top 
(required)>'

  14) Capistrano::DSL checking for presence variable is nil should be false
      Failure/Error: it { should be_false }
        expected false to respond to `false?` or perhaps you meant `be false` 
or `be_falsey`
      # ./spec/integration/dsl_spec.rb:335:in `block (4 levels) in <top 
(required)>'

  15) Capistrano::DSL checking for presence variable exists, is not an array 
should be true
      Failure/Error: it { should be_true }
        expected true to respond to `true?` or perhaps you meant `be true` or 
`be_truthy`
      # ./spec/integration/dsl_spec.rb:330:in `block (4 levels) in <top 
(required)>'

  16) Capistrano::DSL checking for presence variable is an empty array should 
be false
      Failure/Error: it { should be_false }
        expected false to respond to `false?` or perhaps you meant `be false` 
or `be_falsey`
      # ./spec/integration/dsl_spec.rb:325:in `block (4 levels) in <top 
(required)>'

  17) Capistrano::Configuration::Server#include? value is a symbol value 
matches server property with :filter should be true
      Failure/Error: it { should be_true }
        expected true to respond to `true?` or perhaps you meant `be true` or 
`be_truthy`
      # ./spec/lib/capistrano/configuration/server_spec.rb:160:in `block (6 
levels) in <class:Configuration>'

  18) Capistrano::Configuration::Server#include? value is a symbol value 
matches server property with :exclude should be false
      Failure/Error: it { should be_false }
        expected false to respond to `false?` or perhaps you meant `be false` 
or `be_falsey`
      # ./spec/lib/capistrano/configuration/server_spec.rb:170:in `block (6 
levels) in <class:Configuration>'

  19) Capistrano::Configuration::Server#include? value is a symbol value 
matches server property with :select should be true
      Failure/Error: it { should be_true }
        expected true to respond to `true?` or perhaps you meant `be true` or 
`be_truthy`
      # ./spec/lib/capistrano/configuration/server_spec.rb:165:in `block (6 
levels) in <class:Configuration>'

  20) Capistrano::Configuration::Server#include? value is a symbol value does 
not match server properly with :filter should be false
      Failure/Error: it { should be_false }
        expected  to respond to `false?` or perhaps you meant `be false` or 
`be_falsey`
      # ./spec/lib/capistrano/configuration/server_spec.rb:177:in `block (6 
levels) in <class:Configuration>'

  21) Capistrano::Configuration::Server#include? value is a symbol value does 
not match server properly with :select should be false
      Failure/Error: it { should be_false }
        expected  to respond to `false?` or perhaps you meant `be false` or 
`be_falsey`
      # ./spec/lib/capistrano/configuration/server_spec.rb:182:in `block (6 
levels) in <class:Configuration>'

  22) Capistrano::Configuration::Server#include? value is a symbol value does 
not match server properly with :exclude should be true
      Failure/Error: it { should be_true }
        expected true to respond to `true?` or perhaps you meant `be true` or 
`be_truthy`
      # ./spec/lib/capistrano/configuration/server_spec.rb:187:in `block (6 
levels) in <class:Configuration>'

  23) Capistrano::Configuration::Server#include? value is a proc value matches 
server property with :select should be true
      Failure/Error: it { should be_true }
        expected true to respond to `true?` or perhaps you meant `be true` or 
`be_truthy`
      # ./spec/lib/capistrano/configuration/server_spec.rb:202:in `block (6 
levels) in <class:Configuration>'

  24) Capistrano::Configuration::Server#include? value is a proc value matches 
server property with :filter should be true
      Failure/Error: it { should be_true }
        expected true to respond to `true?` or perhaps you meant `be true` or 
`be_truthy`
      # ./spec/lib/capistrano/configuration/server_spec.rb:197:in `block (6 
levels) in <class:Configuration>'

  25) Capistrano::Configuration::Server#include? value is a proc value matches 
server property with :exclude should be false
      Failure/Error: it { should be_false }
        expected false to respond to `false?` or perhaps you meant `be false` 
or `be_falsey`
      # ./spec/lib/capistrano/configuration/server_spec.rb:207:in `block (6 
levels) in <class:Configuration>'

  26) Capistrano::Configuration::Server#include? value is a proc value does not 
match server properly with :exclude should be true
      Failure/Error: it { should be_true }
        expected true to respond to `true?` or perhaps you meant `be true` or 
`be_truthy`
      # ./spec/lib/capistrano/configuration/server_spec.rb:225:in `block (6 
levels) in <class:Configuration>'

  27) Capistrano::Configuration::Server#include? value is a proc value does not 
match server properly with :select should be false
      Failure/Error: it { should be_false }
        expected  to respond to `false?` or perhaps you meant `be false` or 
`be_falsey`
      # ./spec/lib/capistrano/configuration/server_spec.rb:220:in `block (6 
levels) in <class:Configuration>'

  28) Capistrano::Configuration::Server#include? value is a proc value does not 
match server properly with :filter should be false
      Failure/Error: it { should be_false }
        expected  to respond to `false?` or perhaps you meant `be false` or 
`be_falsey`
      # ./spec/lib/capistrano/configuration/server_spec.rb:215:in `block (6 
levels) in <class:Configuration>'

  29) Capistrano::Configuration::Server#include? options are empty should be 
true
      Failure/Error: it { should be_true }
        expected all to respond to `true?` or perhaps you meant `be true` or 
`be_truthy`
      # ./spec/lib/capistrano/configuration/server_spec.rb:152:in `block (4 
levels) in <class:Configuration>'

  30) Capistrano::Configuration::Server checking roles adds the role
      Failure/Error: expect{subject}.to be_true
        You must pass an argument rather than a block to use the provided 
matcher (be true), or the matcher must implement `supports_block_expectations?`.
      # ./spec/lib/capistrano/configuration/server_spec.rb:31:in `block (3 
levels) in <class:Configuration>'

  31) Capistrano::Configuration::Server identifying as primary server is not 
primary is falesy
      Failure/Error: expect(subject).to be_false
        expected  to respond to `false?` or perhaps you meant `be false` or 
`be_falsey`
      # ./spec/lib/capistrano/configuration/server_spec.rb:72:in `block (4 
levels) in <class:Configuration>'

  32) Capistrano::Configuration::Server comparing identity with a different 
hostname should be false
      Failure/Error: it { should be_false }
        expected false to respond to `false?` or perhaps you meant `be false` 
or `be_falsey`
      # ./spec/lib/capistrano/configuration/server_spec.rb:55:in `block (4 
levels) in <class:Configuration>'

  33) Capistrano::Configuration::Server comparing identity with a different 
user should be false
      Failure/Error: it { should be_false }
        expected false to respond to `false?` or perhaps you meant `be false` 
or `be_falsey`
      # ./spec/lib/capistrano/configuration/server_spec.rb:45:in `block (4 
levels) in <class:Configuration>'

  34) Capistrano::Configuration::Server comparing identity with a different 
port should be false
      Failure/Error: it { should be_false }
        expected false to respond to `false?` or perhaps you meant `be false` 
or `be_falsey`
      # ./spec/lib/capistrano/configuration/server_spec.rb:50:in `block (4 
levels) in <class:Configuration>'

  35) Capistrano::Configuration::Server comparing identity with the same user, 
hostname and port should be true
      Failure/Error: it { should be_true }
        expected true to respond to `true?` or perhaps you meant `be true` or 
`be_truthy`
      # ./spec/lib/capistrano/configuration/server_spec.rb:40:in `block (4 
levels) in <class:Configuration>'

Deprecation Warnings:

RSpec::Core::Configuration#treat_symbols_as_metadata_keys_with_true_values= is 
deprecated, it is now set to true as default and setting it to false has no 
effect.

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/capistrano-3.2.1/spec/lib/capistrano/application_spec.rb:20: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.29524 seconds (files took 1.31 seconds to load)
203 examples, 35 failures, 2 pending

Failed examples:

rspec ./spec/lib/capistrano/configuration_spec.rb:9 # 
Capistrano::Configuration.env is a global accessor to a single instance
rspec ./spec/lib/capistrano/version_validator_spec.rb:27 # 
Capistrano::VersionValidator#verify with exact version valid should be true
rspec ./spec/lib/capistrano/version_validator_spec.rb:86 # 
Capistrano::VersionValidator#verify with pessimistic versioning 1 decimal place 
valid should be true
rspec ./spec/lib/capistrano/version_validator_spec.rb:69 # 
Capistrano::VersionValidator#verify with pessimistic versioning 2 decimal 
places valid should be true
rspec ./spec/lib/capistrano/version_validator_spec.rb:51 # 
Capistrano::VersionValidator#verify with optimistic versioning valid should be 
true
rspec ./spec/lib/capistrano/dsl_spec.rb:30 # Capistrano::DSL#stage_set? stage 
is set should be true
rspec ./spec/lib/capistrano/dsl_spec.rb:37 # Capistrano::DSL#stage_set? stage 
is not set should be false
rspec ./spec/lib/capistrano/configuration/servers_spec.rb:110 # 
Capistrano::Configuration::Servers adding a server can accept multiple servers 
with the same hostname but different ports or users
rspec ./spec/integration/dsl_spec.rb:426 # Capistrano::DSL release path setting 
release path without a timestamp returns the release path with the current env 
timestamp
rspec ./spec/integration/dsl_spec.rb:370 # Capistrano::DSL configuration SSHKit 
sets the backend pty
rspec ./spec/integration/dsl_spec.rb:220 # Capistrano::DSL setting and fetching 
hosts when defining a host using a combination of the `server` and `role` 
syntax fetching servers for a role roles defined using the `server` syntax are 
included
rspec ./spec/integration/dsl_spec.rb:224 # Capistrano::DSL setting and fetching 
hosts when defining a host using a combination of the `server` and `role` 
syntax fetching servers for a role roles defined using the `role` syntax are 
included
rspec ./spec/integration/dsl_spec.rb:320 # Capistrano::DSL checking for 
presence variable is an non-empty array should be true
rspec ./spec/integration/dsl_spec.rb:335 # Capistrano::DSL checking for 
presence variable is nil should be false
rspec ./spec/integration/dsl_spec.rb:330 # Capistrano::DSL checking for 
presence variable exists, is not an array should be true
rspec ./spec/integration/dsl_spec.rb:325 # Capistrano::DSL checking for 
presence variable is an empty array should be false
rspec ./spec/lib/capistrano/configuration/server_spec.rb:160 # 
Capistrano::Configuration::Server#include? value is a symbol value matches 
server property with :filter should be true
rspec ./spec/lib/capistrano/configuration/server_spec.rb:170 # 
Capistrano::Configuration::Server#include? value is a symbol value matches 
server property with :exclude should be false
rspec ./spec/lib/capistrano/configuration/server_spec.rb:165 # 
Capistrano::Configuration::Server#include? value is a symbol value matches 
server property with :select should be true
rspec ./spec/lib/capistrano/configuration/server_spec.rb:177 # 
Capistrano::Configuration::Server#include? value is a symbol value does not 
match server properly with :filter should be false
rspec ./spec/lib/capistrano/configuration/server_spec.rb:182 # 
Capistrano::Configuration::Server#include? value is a symbol value does not 
match server properly with :select should be false
rspec ./spec/lib/capistrano/configuration/server_spec.rb:187 # 
Capistrano::Configuration::Server#include? value is a symbol value does not 
match server properly with :exclude should be true
rspec ./spec/lib/capistrano/configuration/server_spec.rb:202 # 
Capistrano::Configuration::Server#include? value is a proc value matches server 
property with :select should be true
rspec ./spec/lib/capistrano/configuration/server_spec.rb:197 # 
Capistrano::Configuration::Server#include? value is a proc value matches server 
property with :filter should be true
rspec ./spec/lib/capistrano/configuration/server_spec.rb:207 # 
Capistrano::Configuration::Server#include? value is a proc value matches server 
property with :exclude should be false
rspec ./spec/lib/capistrano/configuration/server_spec.rb:225 # 
Capistrano::Configuration::Server#include? value is a proc value does not match 
server properly with :exclude should be true
rspec ./spec/lib/capistrano/configuration/server_spec.rb:220 # 
Capistrano::Configuration::Server#include? value is a proc value does not match 
server properly with :select should be false
rspec ./spec/lib/capistrano/configuration/server_spec.rb:215 # 
Capistrano::Configuration::Server#include? value is a proc value does not match 
server properly with :filter should be false
rspec ./spec/lib/capistrano/configuration/server_spec.rb:152 # 
Capistrano::Configuration::Server#include? options are empty should be true
rspec ./spec/lib/capistrano/configuration/server_spec.rb:30 # 
Capistrano::Configuration::Server checking roles adds the role
rspec ./spec/lib/capistrano/configuration/server_spec.rb:71 # 
Capistrano::Configuration::Server identifying as primary server is not primary 
is falesy
rspec ./spec/lib/capistrano/configuration/server_spec.rb:55 # 
Capistrano::Configuration::Server comparing identity with a different hostname 
should be false
rspec ./spec/lib/capistrano/configuration/server_spec.rb:45 # 
Capistrano::Configuration::Server comparing identity with a different user 
should be false
rspec ./spec/lib/capistrano/configuration/server_spec.rb:50 # 
Capistrano::Configuration::Server comparing identity with a different port 
should be false
rspec ./spec/lib/capistrano/configuration/server_spec.rb:40 # 
Capistrano::Configuration::Server comparing identity with the same user, 
hostname and port should be true

Randomized with seed 44722

/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/capistrano-3.2.1/debian/capistrano returned exit code 1
debian/rules:4: 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//45801 and its subdirectories

--- End Message ---
--- Begin Message ---
Source: capistrano
Source-Version: 3.4.0-1

We believe that the bug you reported is fixed in the latest version of
capistrano, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sebastien Badia <[email protected]> (supplier of updated capistrano package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 29 Feb 2016 16:12:30 -0300
Source: capistrano
Binary: capistrano
Architecture: source
Version: 3.4.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers 
<[email protected]>
Changed-By: Sebastien Badia <[email protected]>
Description:
 capistrano - tool to execute commands in parallel on multiple servers
Closes: 795724 802734
Changes:
 capistrano (3.4.0-1) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Antonio Terceiro ]
   * New upstream release (Closes: #795724, #802734)
     - test suite ported to rspec 3
   * debian/rules: don't ship lib/Capfile included in upstream sources
 .
   [ Sebastien Badia]
   * d/control:
       Update Vcs-* fields (use https and cgit)
       Bump Standards-Version to 3.9.7
   * d/compat: Bump compat version to 9
   * Fix lintian warning (spelling-error-in-manpage)
Checksums-Sha1:
 5576c2f95419d0d6383581c10d9c956530c5a3d4 2060 capistrano_3.4.0-1.dsc
 a877bbdc0c30e63dec34c46379a4638c273d1b64 44765 capistrano_3.4.0.orig.tar.gz
 84026df4eddc86a21e8060cf09abf623c9570ac1 5144 capistrano_3.4.0-1.debian.tar.xz
Checksums-Sha256:
 2f80f8beb9d2f9db65de9719ce9bb2397b5560814c2f7d62c81306fefaab1b3e 2060 
capistrano_3.4.0-1.dsc
 40b1d37cdc5889e60443e9807098f3124d4ff6a42805c7d9fbf129d473334e8d 44765 
capistrano_3.4.0.orig.tar.gz
 b033f86b0de87588ec884dfe3bca08fa9c689c2d4b402c3f65fd465b967cfc5c 5144 
capistrano_3.4.0-1.debian.tar.xz
Files:
 cef524f31856863ae1f93b298dbfeb1c 2060 ruby optional capistrano_3.4.0-1.dsc
 fc80aa7072b5f3dee91e1423480863bb 44765 ruby optional 
capistrano_3.4.0.orig.tar.gz
 764091a36ba87f81dab522243512bef1 5144 ruby optional 
capistrano_3.4.0-1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJW1K5bAAoJEFwT1tuTBS4Dk0IQAIzzVJsEKxxvcVz8n8Yv79cc
c4gZJ1AtB9GSVFP/aS466z3jich3K9scehANuQxk3qq75OiPUAlInoA/BnnbY/uC
euxYkKRXZRFdwJD164luza3ZmZRGRAngEAnqsvn5tZ7o8/TaVXIswhH8E46LgYOc
bxowEsq9Jv7263OcdfALtz5fKYPBGQPTjj+w4ld461/ny0q/dmm5OpbNts3NvP1A
a1ZYn6OPzvtXMPo5um3NxJjc7hqSBN+N5Zk+Epgc+2Scj4QfRQ9s8zMVQSbPXvVv
voYvNh+eWpGsxM6szUUpPx4A3oFX5j52QT2x87G6TIOVp0U7BhKVEQCVyzEm5+U2
jTb3xIpf+Rn+DhGULdu37oCvzPmRczvKDPlL+f08zMuLsMdcpQNkfqrSDaIRtyPZ
gDzR2HwCjAud0zw2WkxK1QDGG4+h96alAc9YOAvGiMwcg+OQu6cWwJcfBRGGlI6R
5ROFVH5f6T15mTqozVqXrNvtUMkPTj2JKxaMka2rzEa3dhZlZrAMFKi2apSdQgiU
7y9/yUQCQx3aCTglYAgpQDY2xEJYQiptDsA7FRofeDEktvg2Wn9Xj2C/QQTwyVkN
68lXH/TStYqqH+9KawOyO0Q/t63fX5kRDt+4chmVWeXF+Fy/XCZprUYncF3/uTGE
98JJWyv84KHXZadvz6Po
=xNUY
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Pkg-ruby-extras-maintainers mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers

Reply via email to