Your message dated Wed, 28 Dec 2022 03:36:04 +0000
with message-id <e1panea-00dcqn...@fasolo.debian.org>
and subject line Bug#1027075: fixed in ruby-guard 2.18.0-3
has caused the Debian Bug report #1027075,
regarding ruby-guard: FTBFS with ruby-rspec 3.12: ERROR: Test "ruby3.1" 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.)
--
1027075: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1027075
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ruby-guard
Version: 2.18.0-2
Severity: important
Justification: FTBFS
Tags: bookworm sid ftbfs
User: debian-r...@lists.debian.org
Usertags: ruby-rspec-3.12
Hi,
I'm about to upload ruby-rspec 3.12. During a test rebuild with that version,
ruby-guard failed to build.
Relevant part of the build log (hopefully):
> /usr/bin/ruby3.1 /usr/bin/gem2deb-test-runner
>
> ┌──────────────────────────────────────────────────────────────────────────────┐
> │ Checking Rubygems dependency resolution on ruby3.1
> │
> └──────────────────────────────────────────────────────────────────────────────┘
>
> GEM_PATH=/<<PKGBUILDDIR>>/debian/ruby-guard/usr/share/rubygems-integration/all:/<<PKGBUILDDIR>>/debian/.debhelper/generated/_source/home/.local/share/gem/ruby/3.1.0:/var/lib/gems/3.1.0:/usr/local/lib/ruby/gems/3.1.0:/usr/lib/ruby/gems/3.1.0:/usr/lib/x86_64-linux-gnu/ruby/gems/3.1.0:/usr/share/rubygems-integration/3.1.0:/usr/share/rubygems-integration/all:/usr/lib/x86_64-linux-gnu/rubygems-integration/3.1.0
> ruby3.1 -e gem\ \"guard\"
>
> ┌──────────────────────────────────────────────────────────────────────────────┐
> │ Run tests for ruby3.1 from debian/ruby-tests.rake
> │
> └──────────────────────────────────────────────────────────────────────────────┘
>
> RUBYLIB=/<<PKGBUILDDIR>>/debian/ruby-guard/usr/lib/ruby/vendor_ruby:.
> GEM_PATH=/<<PKGBUILDDIR>>/debian/ruby-guard/usr/share/rubygems-integration/all:/<<PKGBUILDDIR>>/debian/.debhelper/generated/_source/home/.local/share/gem/ruby/3.1.0:/var/lib/gems/3.1.0:/usr/local/lib/ruby/gems/3.1.0:/usr/lib/ruby/gems/3.1.0:/usr/lib/x86_64-linux-gnu/ruby/gems/3.1.0:/usr/share/rubygems-integration/3.1.0:/usr/share/rubygems-integration/all:/usr/lib/x86_64-linux-gnu/rubygems-integration/3.1.0
> ruby3.1 -S rake -f debian/ruby-tests.rake
> /usr/bin/ruby3.1
> -I/usr/share/rubygems-integration/all/gems/rspec-support-3.12.0/lib:/usr/share/rubygems-integration/all/gems/rspec-core-3.12.0/lib
> /usr/share/rubygems-integration/all/gems/rspec-core-3.12.0/exe/rspec
> --pattern ./spec/\*\*/\*_spec.rb --format documentation
> Run options: include {:focus=>true}
>
> All examples were filtered out; ignoring {:focus=>true}
>
> Randomized with seed 28844
>
> Guard::UI
> .deprecation
> with GUARD_GEM_SILENCE_DEPRECATIONS set to 1
> silences deprecations
> with GUARD_GEM_SILENCE_DEPRECATIONS unset
> behaves like a logger method
> resets the line with the :reset option
> logs the message with the given severity
> with the :only option
> prevents logging other messages
> allows logging matching messages
> with the :except option
> prevents logging matching messages
> allows logging other messages
> .action_with_scopes
> without a scope
> with a global plugin scope
> shows the global plugin scoped action
> with a global group scope
> shows the global group scoped action
> with a groups scope
> stub me: ENV[COLUMNS]!
>
> Finished in 0.17765 seconds (files took 0.47034 seconds to load)
> 10 examples, 0 failures
>
> Randomized with seed 28844
>
> /usr/bin/ruby3.1
> -I/usr/share/rubygems-integration/all/gems/rspec-support-3.12.0/lib:/usr/share/rubygems-integration/all/gems/rspec-core-3.12.0/lib
> /usr/share/rubygems-integration/all/gems/rspec-core-3.12.0/exe/rspec
> --pattern ./spec/\*\*/\*_spec.rb --format documentation failed
> ERROR: Test "ruby3.1" failed.
The full build log is attached.
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
ruby-guard.log.gz
Description: application/gzip
signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Source: ruby-guard
Source-Version: 2.18.0-3
Done: HIGUCHI Daisuke (VDR dai) <d...@debian.org>
We believe that the bug you reported is fixed in the latest version of
ruby-guard, 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 1027...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
HIGUCHI Daisuke (VDR dai) <d...@debian.org> (supplier of updated ruby-guard
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, 28 Dec 2022 12:11:46 +0900
Source: ruby-guard
Architecture: source
Version: 2.18.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Team
<pkg-ruby-extras-maintain...@lists.alioth.debian.org>
Changed-By: HIGUCHI Daisuke (VDR dai) <d...@debian.org>
Closes: 1027075
Changes:
ruby-guard (2.18.0-3) unstable; urgency=medium
.
* fix FTBFS with rspec-mock 3.12 and ruby 3+ (Closes: #1027075).
* update Homepage/Source due to domain expiration.
* Drop XS-Ruby-Version and XB-Ruby-Version.
Checksums-Sha1:
da6f1b276aa4eba252d29ffb0a6bb1491478802f 2141 ruby-guard_2.18.0-3.dsc
f84eecba9b2ca736d841b30c53c863a4f4aefa11 7780 ruby-guard_2.18.0-3.debian.tar.xz
Checksums-Sha256:
310bf098f7a0d04e8521c2606de955b83c579e733cafa3ab3a73b14787c22eb6 2141
ruby-guard_2.18.0-3.dsc
4b3211b4b35f6036d316c26049fcddedbf45ee18ac49faa8098da3001610eb02 7780
ruby-guard_2.18.0-3.debian.tar.xz
Files:
aa580e22fcaf3f5e20aef5521d2afbc5 2141 ruby optional ruby-guard_2.18.0-3.dsc
07c0436ec3b3ddf9b1353a680359e45f 7780 ruby optional
ruby-guard_2.18.0-3.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEECynYjkLmt2W42OpQeDlhndQ5Zo4FAmOrtroACgkQeDlhndQ5
Zo5Snw//UO1xd9KIdNx+GWzS3t0OsOETSL1wXAo2RchFlWmik88jSwYDLHti/b8u
Hwbt9eqK5jp0XjtYvZxyTrFIwhrNAewnAQ9FTOF4Q1KjYLgv2i0dq4reQaoEqL3M
GZmrrfJGC2U7NdXH2UwyU2yBEx1ReDzttA1Uu6P/Lb14Au4sIguSJT3zz6jAzehg
6Ow0lOoRBPY+0GPs24cwklORVculQo3Xn57LRAdJwoAj5Ei84xytzdMXKxKJpn2Y
zCMOjBzp/vewj+rl4Pb79ONZY/hvqSZuMZq6tEH8mrYeHZEZA+ulhMd73dT24Okw
x2a0Puwn86RY8bXduhEA6k993VhPRCaKN87oyhnocX6C/TlNIVOnJnS4XTjLF4Lh
mq3DbsEz6tL6LEffz7KIum9CmPZCgM1VT6PWkH7MY0hMXlqditWY4wPFbyiARgK+
3vcBzZiAoYqTQLURYPuHjUFXwsqfKYRrhblaVwgs89sHFHeY0p2bX1Dmh0kzHJyf
MKPy3LRE+4GPhIMn88yecgHuFoH6hFGubRB+fd3WV3bpYpmAGHJjeol9T42u5gzT
Y9lC6aF27oZFQie0HhKrDJ7G2IlW/7p37tbtoLHZwa9AENN4/dofXH02GMEwMVx5
TQf3IHUXmJDbQxHEVk8/hDn4ME3cNb6DqtRyKvoXiQZmKD6wRWY=
=T4iI
-----END PGP SIGNATURE-----
--- End Message ---