Your message dated Tue, 28 Jan 2025 03:26:21 +0000
with message-id <[email protected]>
and subject line Bug#1091736: fixed in ruby-moneta 1.6.0-4
has caused the Debian Bug report #1091736,
regarding ruby-moneta: FTBFS with ruby3.3: ERROR: Test "ruby3.3" 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 [email protected]
immediately.)
--
1091736: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1091736
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: ruby-moneta
Version: 1.6.0-3
Severity: important
Justification: FTBFS
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ruby3.3
Hi,
We are about to enable building against ruby3.3 on unstable. During a test
rebuild, ruby-moneta was found to fail to build in that situation. This bug
is being reported as important, but will be upgraded to serious soon.
To reproduce this locally, you need to install ruby-all-dev from experimental
on an unstable system or build chroot.
Relevant part (hopefully):
> /usr/bin/ruby3.3 /usr/bin/gem2deb-test-runner
>
> ┌──────────────────────────────────────────────────────────────────────────────┐
> │ Run tests for ruby3.3 from debian/ruby-tests.rb
> │
> └──────────────────────────────────────────────────────────────────────────────┘
>
> RUBYLIB=/<<PKGBUILDDIR>>/debian/ruby-moneta/usr/lib/ruby/vendor_ruby:.
> GEM_PATH=/<<PKGBUILDDIR>>/debian/ruby-moneta/usr/share/rubygems-integration/all:/<<PKGBUILDDIR>>/debian/.debhelper/generated/_source/home/.local/share/gem/ruby/3.3.0:/var/lib/gems/3.3.0:/usr/local/lib/ruby/gems/3.3.0:/usr/lib/ruby/gems/3.3.0:/usr/lib/x86_64-linux-gnu/ruby/gems/3.3.0:/usr/share/rubygems-integration/3.3.0:/usr/share/rubygems-integration/all:/usr/lib/x86_64-linux-gnu/rubygems-integration/3.3.0
> ruby3.3 debian/ruby-tests.rb
> The following specs will be executed:
> spec/moneta/builder_spec.rb
> spec/moneta/config_spec.rb
> spec/moneta/mutex_spec.rb
> spec/moneta/semaphore_spec.rb
> spec/moneta/stack_file_memory_spec.rb
> spec/moneta/stack_memory_file_spec.rb
> spec/moneta/adapters/cookie/
> spec/moneta/adapters/datamapper/
> spec/moneta/adapters/dbm/
> spec/moneta/adapters/file/
> spec/moneta/adapters/hashfile/
> spec/moneta/adapters/kyotocabinet/
> spec/moneta/adapters/lruhash/
> spec/moneta/adapters/null/
> spec/moneta/adapters/pstore/
> spec/moneta/adapters/sqlite/
> spec/moneta/adapters/tokyocabinet/
> spec/moneta/adapters/yaml/
> spec/moneta/adapters/client/adapter_client_spec.rb
> spec/moneta/adapters/client/standard_client_unix_spec.rb
> spec/moneta/adapters/memory/adapter_memory_spec.rb
> spec/moneta/adapters/memory/standard_memory_spec.rb
> spec/moneta/adapters/memory/standard_memory_with_compress_spec.rb
> spec/moneta/adapters/memory/standard_memory_with_expires_spec.rb
>
> spec/moneta/adapters/memory/standard_memory_with_json_key_serializer_spec.rb
> spec/moneta/adapters/memory/standard_memory_with_json_serializer_spec.rb
>
> spec/moneta/adapters/memory/standard_memory_with_json_value_serializer_spec.rb
> spec/moneta/adapters/memory/standard_memory_with_prefix_spec.rb
> spec/moneta/proxies/cache/
> spec/moneta/proxies/enumerable/
> spec/moneta/proxies/expires/
> spec/moneta/proxies/fallback/
> spec/moneta/proxies/lock/
> spec/moneta/proxies/optionmerger/
> spec/moneta/proxies/pool/
> spec/moneta/proxies/proxy/
> spec/moneta/proxies/transformer/transformer_bert_spec.rb
> spec/moneta/proxies/transformer/transformer_bson_spec.rb
> spec/moneta/proxies/transformer/transformer_json_spec.rb
> spec/moneta/proxies/transformer/transformer_key_inspect_spec.rb
> spec/moneta/proxies/transformer/transformer_key_marshal_spec.rb
> spec/moneta/proxies/transformer/transformer_key_to_s_spec.rb
> spec/moneta/proxies/transformer/transformer_marshal_base64_spec.rb
> spec/moneta/proxies/transformer/transformer_marshal_escape_spec.rb
> spec/moneta/proxies/transformer/transformer_marshal_hex_spec.rb
> spec/moneta/proxies/transformer/transformer_marshal_hmac_spec.rb
> spec/moneta/proxies/transformer/transformer_marshal_md5_spec.rb
> spec/moneta/proxies/transformer/transformer_marshal_md5_spread_spec.rb
>
> spec/moneta/proxies/transformer/transformer_marshal_prefix_base64_spec.rb
> spec/moneta/proxies/transformer/transformer_marshal_prefix_spec.rb
> spec/moneta/proxies/transformer/transformer_marshal_qp_spec.rb
> spec/moneta/proxies/transformer/transformer_marshal_rmd160_spec.rb
> spec/moneta/proxies/transformer/transformer_marshal_sha1_spec.rb
> spec/moneta/proxies/transformer/transformer_marshal_sha256_spec.rb
> spec/moneta/proxies/transformer/transformer_marshal_sha384_spec.rb
> spec/moneta/proxies/transformer/transformer_marshal_sha512_spec.rb
> spec/moneta/proxies/transformer/transformer_marshal_spec.rb
> spec/moneta/proxies/transformer/transformer_marshal_truncate_spec.rb
>
> spec/moneta/proxies/transformer/transformer_marshal_urlsafe_base64_spec.rb
> spec/moneta/proxies/transformer/transformer_marshal_uuencode_spec.rb
> spec/moneta/proxies/transformer/transformer_msgpack_spec.rb
> spec/moneta/proxies/transformer/transformer_ox_spec.rb
> spec/moneta/proxies/transformer/transformer_quicklz_spec.rb
> spec/moneta/proxies/transformer/transformer_value_marshal_spec.rb
> spec/moneta/proxies/transformer/transformer_zlib_spec.rb
>
> /usr/share/rubygems-integration/all/gems/bundler-2.4.20/lib/bundler/definition.rb:540:in
> `materialize': Could not find bert-1.1.6, bson-4.15.0, dbm-1.1.0,
> msgpack-1.7.2, sqlite3-1.6.9, minitest-5.15.0 in locally installed gems
> (Bundler::GemNotFound)
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.4.20/lib/bundler/definition.rb:200:in
> `specs'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.4.20/lib/bundler/definition.rb:266:in
> `specs_for'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.4.20/lib/bundler/runtime.rb:18:in
> `setup'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.4.20/lib/bundler.rb:162:in
> `setup'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.4.20/lib/bundler/setup.rb:23:in
> `block in <top (required)>'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.4.20/lib/bundler/ui/shell.rb:159:in
> `with_level'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.4.20/lib/bundler/ui/shell.rb:111:in
> `silence'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.4.20/lib/bundler/setup.rb:23:in
> `<top (required)>'
> from
> <internal:/usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb>:86:in
> `require'
> from
> <internal:/usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb>:86:in
> `require'
> from /usr/lib/ruby/vendor_ruby/rubygems.rb:1368:in `<top (required)>'
> from <internal:gem_prelude>:2:in `require'
> from <internal:gem_prelude>:2:in `<internal:gem_prelude>'
> bundler: failed to load command: rspec (/usr/bin/rspec)
> /usr/share/rubygems-integration/all/gems/bundler-2.4.20/lib/bundler/definition.rb:540:in
> `materialize': Could not find bert-1.1.6, bson-4.15.0, dbm-1.1.0,
> msgpack-1.7.2, sqlite3-1.6.9, minitest-5.15.0 in locally installed gems
> (Bundler::GemNotFound)
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.4.20/lib/bundler/definition.rb:200:in
> `specs'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.4.20/lib/bundler/definition.rb:266:in
> `specs_for'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.4.20/lib/bundler/runtime.rb:18:in
> `setup'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.4.20/lib/bundler.rb:162:in
> `setup'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.4.20/lib/bundler/setup.rb:23:in
> `block in <top (required)>'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.4.20/lib/bundler/ui/shell.rb:159:in
> `with_level'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.4.20/lib/bundler/ui/shell.rb:111:in
> `silence'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.4.20/lib/bundler/setup.rb:23:in
> `<top (required)>'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.4.20/lib/bundler/cli/exec.rb:56:in
> `require_relative'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.4.20/lib/bundler/cli/exec.rb:56:in
> `kernel_load'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.4.20/lib/bundler/cli/exec.rb:23:in
> `run'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.4.20/lib/bundler/cli.rb:492:in
> `exec'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.4.20/lib/bundler/vendor/thor/lib/thor/command.rb:27:in
> `run'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.4.20/lib/bundler/vendor/thor/lib/thor/invocation.rb:127:in
> `invoke_command'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.4.20/lib/bundler/vendor/thor/lib/thor.rb:392:in
> `dispatch'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.4.20/lib/bundler/cli.rb:34:in
> `dispatch'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.4.20/lib/bundler/vendor/thor/lib/thor/base.rb:485:in
> `start'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.4.20/lib/bundler/cli.rb:28:in
> `start'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.4.20/exe/bundle:37:in
> `block in <top (required)>'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.4.20/lib/bundler/friendly_errors.rb:117:in
> `with_friendly_errors'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.4.20/exe/bundle:29:in
> `<top (required)>'
> from /usr/bin/bundle:25:in `load'
> from /usr/bin/bundle:25:in `<main>'
> /usr/lib/ruby/vendor_ruby/multi_json/adapter.rb:20:in `load':
> JSON::ParserError (MultiJson::ParseError)
> from /usr/lib/ruby/vendor_ruby/multi_json.rb:122:in `load'
> from script/parallel-tests:13:in `example_ids'
> from script/parallel-tests:64:in `<main>'
> /usr/lib/ruby/vendor_ruby/multi_json/adapter.rb:20:in `load':
> JSON::ParserError (JSON::ParserError)
> from /usr/lib/ruby/vendor_ruby/multi_json.rb:122:in `load'
> from script/parallel-tests:13:in `example_ids'
> from script/parallel-tests:64:in `<main>'
> bundler: failed to load command: rspec (/usr/bin/rspec)
> /usr/share/rubygems-integration/all/gems/bundler-2.4.20/lib/bundler/definition.rb:540:in
> `materialize': Could not find bert-1.1.6, bson-4.15.0, dbm-1.1.0,
> msgpack-1.7.2, sqlite3-1.6.9, minitest-5.15.0 in locally installed gems
> (Bundler::GemNotFound)
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.4.20/lib/bundler/definition.rb:200:in
> `specs'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.4.20/lib/bundler/definition.rb:266:in
> `specs_for'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.4.20/lib/bundler/runtime.rb:18:in
> `setup'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.4.20/lib/bundler.rb:162:in
> `setup'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.4.20/lib/bundler/setup.rb:23:in
> `block in <top (required)>'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.4.20/lib/bundler/ui/shell.rb:159:in
> `with_level'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.4.20/lib/bundler/ui/shell.rb:111:in
> `silence'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.4.20/lib/bundler/setup.rb:23:in
> `<top (required)>'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.4.20/lib/bundler/cli/exec.rb:56:in
> `require_relative'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.4.20/lib/bundler/cli/exec.rb:56:in
> `kernel_load'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.4.20/lib/bundler/cli/exec.rb:23:in
> `run'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.4.20/lib/bundler/cli.rb:492:in
> `exec'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.4.20/lib/bundler/vendor/thor/lib/thor/command.rb:27:in
> `run'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.4.20/lib/bundler/vendor/thor/lib/thor/invocation.rb:127:in
> `invoke_command'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.4.20/lib/bundler/vendor/thor/lib/thor.rb:392:in
> `dispatch'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.4.20/lib/bundler/cli.rb:34:in
> `dispatch'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.4.20/lib/bundler/vendor/thor/lib/thor/base.rb:485:in
> `start'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.4.20/lib/bundler/cli.rb:28:in
> `start'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.4.20/exe/bundle:37:in
> `block in <top (required)>'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.4.20/lib/bundler/friendly_errors.rb:117:in
> `with_friendly_errors'
> from
> /usr/share/rubygems-integration/all/gems/bundler-2.4.20/exe/bundle:29:in
> `<top (required)>'
> from /usr/bin/bundle:25:in `load'
> from /usr/bin/bundle:25:in `<main>'
> ERROR: Test "ruby3.3" failed.
The full build log is available at
https://people.debian.org/~terceiro/ruby3.3/ruby-moneta/ruby-moneta_1.6.0-3+rebuild1735567223_amd64.build
signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Source: ruby-moneta
Source-Version: 1.6.0-4
Done: Youhei SASAKI <[email protected]>
We believe that the bug you reported is fixed in the latest version of
ruby-moneta, 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.
Youhei SASAKI <[email protected]> (supplier of updated ruby-moneta 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: SHA512
Format: 1.8
Date: Tue, 28 Jan 2025 10:15:05 +0900
Source: ruby-moneta
Architecture: source
Version: 1.6.0-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Team
<[email protected]>
Changed-By: Youhei SASAKI <[email protected]>
Closes: 1091736
Changes:
ruby-moneta (1.6.0-4) unstable; urgency=medium
.
* d/rules: ignore tests of ruby3.1, cleanup remnant
- Fix FTBFS(Closes: #1091736)
Checksums-Sha1:
61ee471c574855a85ea11e04178690407a12d6d9 2923 ruby-moneta_1.6.0-4.dsc
c49244a0648808e59698fe85cd39688c763eb3ea 8844 ruby-moneta_1.6.0-4.debian.tar.xz
b757e25a6f6121bba7ccd280e87552c83972daf9 10893
ruby-moneta_1.6.0-4_amd64.buildinfo
Checksums-Sha256:
38b28eb8dcf9cba714793eb1a069be0e246778fb54ef5ceb7b2499162997f37d 2923
ruby-moneta_1.6.0-4.dsc
3df433a2c17627e8451ce57a4ff571f9c8be9e3d4cdbc46087789ae902579104 8844
ruby-moneta_1.6.0-4.debian.tar.xz
c4204e107d243b1738637c993168957cb578406819f9080f82772b16cdff0d90 10893
ruby-moneta_1.6.0-4_amd64.buildinfo
Files:
f237ae874f8418d955fc633a12ecfac2 2923 ruby optional ruby-moneta_1.6.0-4.dsc
bb0467f34ac1b9b3d177d46687b7eaab 8844 ruby optional
ruby-moneta_1.6.0-4.debian.tar.xz
711f2bf2de0cd8a95fed7977b82a7a3b 10893 ruby optional
ruby-moneta_1.6.0-4_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEZqTqcE/iQFWNasLmk5TzVIkdfgcFAmeYOX4ACgkQk5TzVIkd
fgeQ3w/+KxKLG7LBnKwRxsFlCDgOsnzBY2w3TFDSH6zOu98EKWcnmA+9FQ2rs2LC
k1o15XQHkWmCTZfh36hzCKNBmEK8VvZQ9FsUfOAr9qt2qu65NQUyDUr/Vcy+ki8N
MDs3KYdprsFGMOVWORmyFj8Ox1WpVkhG794te0pGSG8lEDvGS4wUy7xw1EcTSlK9
WVZNdmNToqXc7dnX6lWt0qnAfnLVpoWbBbj6Q1kd8bPFkT98WlLfEDfgv7zYvFGI
+AEiH722gBgJZGpGHzPc7YXyeERSd65qKWWkxmQUgH0Mlm8q+JhXE0zMQJJVpE9h
5tjm83nQPB7XSC90JPMvnwuIKHrWBPyflhJTtJ5Eq8h/HdZluIwN2J1wNECGFECt
OWSJcobSOWwhFSvQZYQQN9zeSi/qa7Yu1Au/vpiJh8+MtW2tJbkk8yor6ID0x59l
tg8MeC6aGxKUrP/vmySIAb3uXqN2IXpHzK5DFiSvJRbZ5PiVTEskPH3i4cez8zyA
JBN5L1eq2rmywP6XtLKw9dTdwtwYzDUbimOcs/TChEgzNZcotrece8x2t9VIkq/r
ItuAtGsbA04UemoqIm03eMZ2aVJYjLraJ37Bz8etxmpD2WSKKM0/8aw3JdflnmvA
tZK5tFM9HL8hB4TxrhuhltiJQ358rpy7Y9yfini26wOY3kQICFQ=
=kRX6
-----END PGP SIGNATURE-----
pgpoK2Hk5az3c.pgp
Description: PGP signature
--- End Message ---