Your message dated Wed, 02 Sep 2015 13:35:28 +0000
with message-id <e1zx8cg-0002ce...@franck.debian.org>
and subject line Bug#794359: fixed in ruby-redis-namespace 1.5.2-2
has caused the Debian Bug report #794359,
regarding FTBFS: port tests to rspec 3 for updating to 1.5.2
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 ow...@bugs.debian.org
immediately.)
--
794359: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=794359
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
package: ruby-redis-namespce
version: 1.4.1-2
severity: serious
log from pbuilder run with rspec 3, for 1.4.1-2
┌───────────────────────────────────────────────────────────────────────
───────┐
│ Run tests for ruby2.1 from debian/ruby-tests.rake
│
└───────────────────────────────────────────────────────────────────────
───────┘
RUBYLIB=/tmp/buildd/ruby-redis-namespace-1.4.1/debian/ruby-redis-namespa
ce/usr/lib/ruby/vendor_ruby:.
rake2.1 -f debian/ruby-tests.rake
/usr/bin/ruby2.1 /usr/bin/rspec --pattern ./spec/\*\*/\*_spec.rb
...........F....FF...................FFF........F.......................
.......
Failures:
1) redis should be able to use a namespace with setbit
Failure/Error: @namespaced.exists('virgin_key').should be_true
expected true to respond to `true?` or perhaps you meant `be
true` or `be_truthy`
# ./spec/redis_spec.rb:119:in `block (2 levels) in <top (required)>
'
2) redis should be able to use a namespace with mapped_msetnx
Failure/Error: @namespaced.mapped_msetnx('foo'=>'1000',
'bar'=>'2000').should be_false
expected false to respond to `false?` or perhaps you meant `be
false` or `be_falsey`
# ./spec/redis_spec.rb:155:in `block (2 levels) in <top (required)>
'
3) redis should be able to use a namespace with hashes
Failure/Error: @namespaced.hsetnx('foonx','nx',10).should be_true
expected true to respond to `true?` or perhaps you meant `be
true` or `be_truthy`
# ./spec/redis_spec.rb:176:in `block (2 levels) in <top (required)>
'
4) redis redis 2.6 commands should namespace bitcount FIXED
Expected pending 'awaiting implementaton of command in redis gem'
to fail. No Error was raised.
# ./spec/redis_spec.rb:355
5) redis redis 2.6 commands should namespace bitop FIXED
Expected pending 'awaiting implementaton of command in redis gem'
to fail. No Error was raised.
# ./spec/redis_spec.rb:359
6) redis redis 2.6 commands should namespace dump FIXED
Expected pending 'awaiting implementaton of command in redis gem'
to fail. No Error was raised.
# ./spec/redis_spec.rb:363
7) redis redis 2.6 commands should namespace restore FIXED
Expected pending 'awaiting implementaton of command in redis gem'
to fail. No Error was raised.
# ./spec/redis_spec.rb:410
Deprecation Warnings:
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-redis-namespace-1.4.1/spec/redis_spec.rb:26: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.
1 deprecation warning total
Finished in 1.7 seconds (files took 1.83 seconds to load)
79 examples, 7 failures
Failed examples:
rspec ./spec/redis_spec.rb:117 # redis should be able to use a
namespace with setbit
rspec ./spec/redis_spec.rb:153 # redis should be able to use a
namespace with mapped_msetnx
rspec ./spec/redis_spec.rb:161 # redis should be able to use a
namespace with hashes
rspec ./spec/redis_spec.rb:355 # redis redis 2.6 commands should
namespace bitcount
rspec ./spec/redis_spec.rb:359 # redis redis 2.6 commands should
namespace bitop
rspec ./spec/redis_spec.rb:363 # redis redis 2.6 commands should
namespace dump
rspec ./spec/redis_spec.rb:410 # redis redis 2.6 commands should
namespace restore
/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-redis-namespace-1.4.1/debian/ruby-redis-namespace
returned exit code 1
debian/rules:23: recipe for target 'override_dh_auto_install' failed
make[1]: *** [override_dh_auto_install] Error 1
make[1]: Leaving directory '/tmp/buildd/ruby-redis-namespace-1.4.1'
debian/rules:15: recipe for target 'binary' failed
make: *** [binary] Error 2
log for 1.5.2
┌───────────────────────────────────────────────────────────────────────
───────┐
│ Run tests for ruby2.1 from debian/ruby-tests.rake
│
└───────────────────────────────────────────────────────────────────────
───────┘
RUBYLIB=/home/pravi/forge/debian/git/pkg-ruby-extras/ruby-redis-namespac
e/debian/ruby-redis-namespace/usr/lib/ruby/vendor_ruby:.
rake2.1 -f debian/ruby-tests.rake
/usr/bin/ruby2.1 /usr/bin/rspec --pattern ./spec/\*\*/\*_spec.rb
/usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:656:in
`method_missing': undefined method `its' for
RSpec::ExampleGroups::RedisNamespace::Deprecated1XBehaviour:Class
(NoMethodError)
from
/home/pravi/forge/debian/git/pkg-ruby-extras/ruby-redis-namespace/spec/d
eprecation_spec.rb:20:in
`block (2 levels) in <top (required)>'
from /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:363:in
`module_exec'
from /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:363:in
`subclass'
from /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:254:in
`block in define_example_group_method'
from
/home/pravi/forge/debian/git/pkg-ruby-extras/ruby-redis-namespace/spec/d
eprecation_spec.rb:10:in
`block in <top (required)>'
from /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:363:in
`module_exec'
from /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:363:in
`subclass'
from /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:254:in
`block in define_example_group_method'
from /usr/lib/ruby/vendor_ruby/rspec/core/dsl.rb:43:in `block in
expose_example_group_alias'
from /usr/lib/ruby/vendor_ruby/rspec/core/dsl.rb:82:in `block (2
levels) in expose_example_group_alias_globally'
from
/home/pravi/forge/debian/git/pkg-ruby-extras/ruby-redis-namespace/spec/d
eprecation_spec.rb:5:in
`<top (required)>'
from /usr/lib/ruby/vendor_ruby/rspec/core/configuration.rb:1327:in `loa
d'
from /usr/lib/ruby/vendor_ruby/rspec/core/configuration.rb:1327:in
`block in load_spec_files'
from /usr/lib/ruby/vendor_ruby/rspec/core/configuration.rb:1325:in `eac
h'
from /usr/lib/ruby/vendor_ruby/rspec/core/configuration.rb:1325:in
`load_spec_files'
from /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:103:in `setup'
from /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:89:in `run'
from /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:74:in `run'
from /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:42:in `invoke'
from /usr/bin/rspec:4:in `<main>'
/usr/bin/ruby2.1 /usr/bin/rspec --pattern ./spec/\*\*/\*_spec.rb failed
ERROR: Test "ruby2.1" failed. Exiting.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
iQIcBAEBCAAGBQJVvbp/AAoJEM4fnGdFEsIqQcgP/38frAiD50Tb2xtdiJ9zfWoq
3Wp7EUxV7PT6OamSC5zu5L+KmW+WZHZYywjWJfVOv3vfrsqrQ09pTBixoKhCDVcI
HHJmhq/h6uPU1xNupL9NymbP4SUczn310zWORv5KdHBexEfUFIaJ46ZpCVYyzCOh
Cz+DCU6fEpJA2kyBLmDpdeCi77RcDkgjx5w96EUJDSbiJtLgyq5dLIHisvsvV6BA
yHHjOsa+ffNJqdrfC0YKq4vr5DKWm9gPGhwpQqx+U+vw8c0RG3Ffbm5P3LbXS5sg
wxrOXSE3id37jfCaswjM3EaiyxSRSK7uuLDSBigbu31/kj6So7Y5zGCk89U31NPP
IuGX9073/slkwQ6Vx0NrvPC5GcvQ0tCiwNy/grlVks2q+hpYqqReQyOdxzN7Trc8
nlcUCzVI6phwDoD5ZdMQs0/lg4U311Jml7VQfN3gfcB/Hy0bJOsyiQIUqv8Fofxe
eGPp2PJz+ydH23mkht/dsAIhg4/nHgwBnPx/f19+k3aJDpevGlpsinuzWibQHzGr
msq1BF06+GMOaMMRyiV8kU1DABWG8qW1ZeVH5VqTPrX3xWaJDk++OwoRXGVFmKI2
CuhZrA70l490pP1YAq+tYXr+LRa4G9hnGM7+4z7qkuJNcq9RHfXDPeJE4Z0LILYE
QWIHL9X2hZ0L9Q9NOdom
=idjL
-----END PGP SIGNATURE-----
--- End Message ---
--- Begin Message ---
Source: ruby-redis-namespace
Source-Version: 1.5.2-2
We believe that the bug you reported is fixed in the latest version of
ruby-redis-namespace, 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 794...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Balasankar C <balasank...@autistici.org> (supplier of updated
ruby-redis-namespace 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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Wed, 02 Sep 2015 17:34:17 +0530
Source: ruby-redis-namespace
Binary: ruby-redis-namespace
Architecture: source all
Version: 1.5.2-2
Distribution: experimental
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers
<pkg-ruby-extras-maintain...@lists.alioth.debian.org>
Changed-By: Balasankar C <balasank...@autistici.org>
Description:
ruby-redis-namespace - Namespaces commands when multiple apps access same
redis server
Closes: 794359
Changes:
ruby-redis-namespace (1.5.2-2) experimental; urgency=medium
.
* Team upload.
* Make tests require rspec-its and add it to build deps
* Port tests to RSpec3 syntax (Closes: #794359)
Checksums-Sha1:
cc707e9481956c9cc78103ca8ec54ebd62f1fdf5 2195 ruby-redis-namespace_1.5.2-2.dsc
8a519e400d490591f2e9c70a4300926ca8c3576f 7724
ruby-redis-namespace_1.5.2-2.debian.tar.xz
d36cd4e5900086a57828e975076ecef570ebe7e6 6916
ruby-redis-namespace_1.5.2-2_all.deb
Checksums-Sha256:
fe2c271eee17b3faaaad6f9b1f0f1f240095f1ca410f1c38306f67d36b478f33 2195
ruby-redis-namespace_1.5.2-2.dsc
3d5c4c4e683cb2b105a3934782f41f17a45caad5b7a4415c5ddb5ec55fcfc06e 7724
ruby-redis-namespace_1.5.2-2.debian.tar.xz
c4ab8a66527ecd5f21342a2e7e45b09712ec51910814963dcf968c726ecff290 6916
ruby-redis-namespace_1.5.2-2_all.deb
Files:
303e5ba200cb6fc7430dcabb455a71df 2195 ruby optional
ruby-redis-namespace_1.5.2-2.dsc
e30d74ab29109ab7adcdeec21af0d99c 7724 ruby optional
ruby-redis-namespace_1.5.2-2.debian.tar.xz
7208e64cd8b7b688c5a3feb93385e7d1 6916 ruby optional
ruby-redis-namespace_1.5.2-2_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJV5vjaAAoJEM4fnGdFEsIqVkwP/1MHQRvMhshxoGtrU54lJHaJ
cvO4wixEToJazGtNap7Y0dBxhfi+Xvh4enb7fVHKBIE+0slkHMTXwBofORF3yjQB
oiii8XAuos2heTCm+0hwA7YcBR57qNcqjdjipXswZ9qMNqM2AqhW5Z3sjs1kYK9s
vf+bvOqgn4Kus0zQJ+rmZCFtmm3V5UDniwvyqUA2D/47QRERmwrqVr/GqL9CQvMu
FP8039M3CRVmvBxpjxTy0Da4dFBsRiP8XIiFarKn+TuMEyrk8Ztc7siJN/tq9S2P
Bn7+5IgbriCkoV5tRCae2hYZ6GTyAzXIm3O3yZZBTX/CpDClVksDA5rXtpreJNNX
It7xjlj0nIPhJN3pGHozyt0pvT1CifSiC+hAL3Pkz1at6F/VkYG83xRK8jEMP4eC
xXy60uKmsguJMXIMYIbXzCZdQx3qx95fB5a+xDHopY4Cse6hJaZ1pGcPOw4gRvJV
x6LOKDjzVrLiplVWD1z90IjS6LvgfcfiWjP8Bi3r+IPcbKe15xTB/k/t/0mgQ4yH
Dgl20TOTQ5ovPX/FVOZ4ZXwfIaEkStwNC79390w2hUL8MKuIMNeYGnlUEiFcY0bB
kL0bHIXXLnAegBTXBsE4kjsMz5/hIXAMVKmfbMNhMX75SIV7M+RzIOe3iSPcJxAF
gxIcw+OsovxxEHmFMZe5
=295J
-----END PGP SIGNATURE-----
--- End Message ---