Your message dated Tue, 22 Nov 2022 13:08:46 +0000
with message-id <e1oxt14-002zoq...@fasolo.debian.org>
and subject line Bug#1005422: fixed in ruby-redis-store 1.9.0-2
has caused the Debian Bug report #1005422,
regarding ruby-redis-store: FTBFS: ERROR: Test "ruby2.7" failed.
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.)


-- 
1005422: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1005422
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ruby-redis-store
Version: 1.9.0-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20220212 ftbfs-bookworm

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> /usr/bin/ruby2.7 /usr/bin/gem2deb-test-runner
> 
> ┌──────────────────────────────────────────────────────────────────────────────┐
> │ Checking Rubygems dependency resolution on ruby2.7                          
>  │
> └──────────────────────────────────────────────────────────────────────────────┘
> 
> GEM_PATH=/<<PKGBUILDDIR>>/debian/ruby-redis-store/usr/share/rubygems-integration/all:/<<PKGBUILDDIR>>/debian/.debhelper/generated/_source/home/.local/share/gem/ruby/2.7.0:/var/lib/gems/2.7.0:/usr/local/lib/ruby/gems/2.7.0:/usr/lib/ruby/gems/2.7.0:/usr/lib/x86_64-linux-gnu/ruby/gems/2.7.0:/usr/share/rubygems-integration/2.7.0:/usr/share/rubygems-integration/all:/usr/lib/x86_64-linux-gnu/rubygems-integration/2.7.0
>  ruby2.7 -e gem\ \"redis-store\"
> 
> ┌──────────────────────────────────────────────────────────────────────────────┐
> │ Run tests for ruby2.7 from debian/ruby-tests.rake                           
>  │
> └──────────────────────────────────────────────────────────────────────────────┘
> 
> RUBYLIB=. 
> GEM_PATH=/<<PKGBUILDDIR>>/debian/ruby-redis-store/usr/share/rubygems-integration/all:/<<PKGBUILDDIR>>/debian/.debhelper/generated/_source/home/.local/share/gem/ruby/2.7.0:/var/lib/gems/2.7.0:/usr/local/lib/ruby/gems/2.7.0:/usr/lib/ruby/gems/2.7.0:/usr/lib/x86_64-linux-gnu/ruby/gems/2.7.0:/usr/share/rubygems-integration/2.7.0:/usr/share/rubygems-integration/all:/usr/lib/x86_64-linux-gnu/rubygems-integration/2.7.0
>  ruby2.7 -S rake -f debian/ruby-tests.rake
> redis-server --daemonize yes --port 6379&
> redis-server --daemonize yes --port 6380&
> redis-server --daemonize yes --port 6381&
> /<<PKGBUILDDIR>>/test/redis/distributed_store_test.rb:20: warning: possibly 
> useless use of == in void context
> /<<PKGBUILDDIR>>/test/redis/store_test.rb:46: warning: ambiguous first 
> argument; put parentheses or a space even after `-' operator
> Run options: --seed 15180
> 
> # Running:
> 
> EEEEEEEEE.EDEPRECATED: global use of must_equal from 
> /<<PKGBUILDDIR>>/test/redis/store_test.rb:44. Use _(obj).must_equal instead. 
> This will fail in Minitest 6.
> DEPRECATED: global use of must_equal from 
> /<<PKGBUILDDIR>>/test/redis/store_test.rb:45. Use _(obj).must_equal instead. 
> This will fail in Minitest 6.
> DEPRECATED: global use of must_equal from 
> /<<PKGBUILDDIR>>/test/redis/store_test.rb:46. Use _(obj).must_equal instead. 
> This will fail in Minitest 6.
> DEPRECATED: global use of must_equal from 
> /<<PKGBUILDDIR>>/test/redis/store_test.rb:50. Use _(obj).must_equal instead. 
> This will fail in Minitest 6.
> DEPRECATED: global use of must_equal from 
> /<<PKGBUILDDIR>>/test/redis/store_test.rb:51. Use _(obj).must_equal instead. 
> This will fail in Minitest 6.
> DEPRECATED: global use of must_equal from 
> /<<PKGBUILDDIR>>/test/redis/store_test.rb:52. Use _(obj).must_equal instead. 
> This will fail in Minitest 6.
> .EDEPRECATED: global use of must_equal from 
> /<<PKGBUILDDIR>>/test/redis/store_test.rb:15. Use _(obj).must_equal instead. 
> This will fail in Minitest 6.
> ...
> 
> Finished in 0.014812s, 1080.2339 runs/s, 742.6608 assertions/s.
> 
>   1) Error:
> Redis::DistributedStore::#supports_redis_version?#test_0001_returns redis 
> version:
> NameError: uninitialized constant OpenStruct
>     /<<PKGBUILDDIR>>/test/redis/distributed_store_test.rb:9:in `setup'
> 
>   2) Error:
> Redis::DistributedStore#test_0003_sets an object:
> NameError: uninitialized constant OpenStruct
>     /<<PKGBUILDDIR>>/test/redis/distributed_store_test.rb:9:in `setup'
> 
>   3) Error:
> Redis::DistributedStore#test_0004_gets an object:
> NameError: uninitialized constant OpenStruct
>     /<<PKGBUILDDIR>>/test/redis/distributed_store_test.rb:9:in `setup'
> 
>   4) Error:
> Redis::DistributedStore#test_0007_passes through ring replica options:
> NameError: uninitialized constant OpenStruct
>     /<<PKGBUILDDIR>>/test/redis/distributed_store_test.rb:9:in `setup'
> 
>   5) Error:
> Redis::DistributedStore#test_0008_uses a custom ring object:
> NameError: uninitialized constant OpenStruct
>     /<<PKGBUILDDIR>>/test/redis/distributed_store_test.rb:9:in `setup'
> 
>   6) Error:
> Redis::DistributedStore#test_0002_forces reconnection:
> NameError: uninitialized constant OpenStruct
>     /<<PKGBUILDDIR>>/test/redis/distributed_store_test.rb:9:in `setup'
> 
>   7) Error:
> Redis::DistributedStore#test_0005_mget:
> NameError: uninitialized constant OpenStruct
>     /<<PKGBUILDDIR>>/test/redis/distributed_store_test.rb:9:in `setup'
> 
>   8) Error:
> Redis::DistributedStore#test_0006_mapped_mget:
> NameError: uninitialized constant OpenStruct
>     /<<PKGBUILDDIR>>/test/redis/distributed_store_test.rb:9:in `setup'
> 
>   9) Error:
> Redis::DistributedStore#test_0001_accepts connection params:
> NameError: uninitialized constant OpenStruct
>     /<<PKGBUILDDIR>>/test/redis/distributed_store_test.rb:9:in `setup'
> 
>  10) Error:
> Redis::DistributedStore::namespace#test_0001_uses namespaced key:
> NameError: uninitialized constant OpenStruct
>     /<<PKGBUILDDIR>>/test/redis/distributed_store_test.rb:9:in `setup'
> 
>  11) Error:
> Redis::DistributedStore::#redis_version#test_0001_returns redis version:
> NameError: uninitialized constant OpenStruct
>     /<<PKGBUILDDIR>>/test/redis/distributed_store_test.rb:9:in `setup'
> 
> 16 runs, 11 assertions, 0 failures, 11 errors, 0 skips
> pkill redis-server
> rake aborted!
> Tests failed
> /<<PKGBUILDDIR>>/debian/ruby-tests.rake:12:in `block in <top (required)>'
> /usr/share/rubygems-integration/all/gems/rake-13.0.6/exe/rake:27:in `<top 
> (required)>'
> Tasks: TOP => default
> (See full trace by running task with --trace)
> ERROR: Test "ruby2.7" failed.


The full build log is available from:
http://qa-logs.debian.net/2022/02/12/ruby-redis-store_1.9.0-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: ruby-redis-store
Source-Version: 1.9.0-2
Done: Cédric Boutillier <bou...@debian.org>

We believe that the bug you reported is fixed in the latest version of
ruby-redis-store, 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 1005...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Cédric Boutillier <bou...@debian.org> (supplier of updated ruby-redis-store 
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: SHA512

Format: 1.8
Date: Tue, 22 Nov 2022 11:43:32 +0100
Source: ruby-redis-store
Architecture: source
Version: 1.9.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Team 
<pkg-ruby-extras-maintain...@lists.alioth.debian.org>
Changed-By: Cédric Boutillier <bou...@debian.org>
Closes: 1005422
Changes:
 ruby-redis-store (1.9.0-2) unstable; urgency=medium
 .
   * Team upload
   * Require 'ostruct' in tests using OpenStruct class (Closes: #1005422)
   * Bump Standards-Version to 4.6.1 (no changes needed)
Checksums-Sha1:
 68e2563ba672d73986fd5d8e40ba075fc7cd1238 1564 ruby-redis-store_1.9.0-2.dsc
 0bfd3ca49fe2c7d1dfcb31fc219fda6d37327da1 3928 
ruby-redis-store_1.9.0-2.debian.tar.xz
 4b8cd4aea543aad19e41414a31c483a5cc570bfe 9392 
ruby-redis-store_1.9.0-2_amd64.buildinfo
Checksums-Sha256:
 b658133fce7224d3c38dfb431144ea6144507c8948b810fb107f932a803a0028 1564 
ruby-redis-store_1.9.0-2.dsc
 d8bdaba73bcb641f3f384ef13b72a091fc7c496d6dea9b5b397e110b5de58bfb 3928 
ruby-redis-store_1.9.0-2.debian.tar.xz
 a05a76a4bb28b9f2d16dc5da267aae655ab491064d40c731d196fab8d77fc460 9392 
ruby-redis-store_1.9.0-2_amd64.buildinfo
Files:
 d9e9924fa040dc8817c64c6cf21035a5 1564 ruby optional 
ruby-redis-store_1.9.0-2.dsc
 96193cd3375ab58063c6fec7ad7aebc1 3928 ruby optional 
ruby-redis-store_1.9.0-2.debian.tar.xz
 d12e89df045ad2e4f2255a58a4cf97c1 9392 ruby optional 
ruby-redis-store_1.9.0-2_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQSEz/3CFSD4gwbsKdFSaZq2P58rwwUCY3zCaAAKCRBSaZq2P58r
w3lRAP93Zn7cdDcH2JQwtfxOCWdGCS9vvxI3Ln4L0tU9FkSD6gEA0a2pL4yb74Mj
DtLdV+levi+OkwXi8id+iOS/5LIKvg8=
=3P4K
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to