Your message dated Thu, 25 Nov 2021 16:34:48 +0000 with message-id <e1mqhhw-000gty...@fasolo.debian.org> and subject line Bug#996323: fixed in ruby-mono-logger 1.1.1-1 has caused the Debian Bug report #996323, regarding ruby-mono-logger: FTBFS with ruby3.0: ERROR: Test "ruby3.0" failed: ArgumentError: wrong number of arguments (given 2, expected 0..1) 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.) -- 996323: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=996323 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
--- Begin Message ---Source: ruby-mono-logger Version: 1.1.0-3.1 Severity: serious Justification: FTBFS Tags: bookworm sid ftbfs User: debian-r...@lists.debian.org Usertags: ruby3.0 Hi, We are about to enable building against ruby3.0 on unstable. During a test rebuild, ruby-mono-logger was found to fail to build in that situation. To reproduce this locally, you need to install ruby-all-dev from experimental on an unstable system or build chroot. Relevant part (hopefully): > ArgumentError: wrong number of arguments (given 2, expected 0..1) > /usr/lib/ruby/3.0.0/logger/log_device.rb:14:in `initialize' > /<<PKGBUILDDIR>>/test/mri_logger_test.rb:289:in `new' > /<<PKGBUILDDIR>>/test/mri_logger_test.rb:289:in `d' > /<<PKGBUILDDIR>>/test/mri_logger_test.rb:323:in `test_write' > /usr/lib/ruby/vendor_ruby/minitest/test.rb:98:in `block (3 levels) in run' > /usr/lib/ruby/vendor_ruby/minitest/test.rb:195:in `capture_exceptions' > /usr/lib/ruby/vendor_ruby/minitest/test.rb:95:in `block (2 levels) in run' > /usr/lib/ruby/vendor_ruby/minitest.rb:270:in `time_it' > /usr/lib/ruby/vendor_ruby/minitest/test.rb:94:in `block in run' > /usr/lib/ruby/vendor_ruby/minitest.rb:365:in `on_signal' > /usr/lib/ruby/vendor_ruby/minitest/test.rb:211:in `with_info_handler' > /usr/lib/ruby/vendor_ruby/minitest/test.rb:93:in `run' > /usr/lib/ruby/vendor_ruby/minitest.rb:1029:in `run_one_method' > /usr/lib/ruby/vendor_ruby/minitest.rb:339:in `run_one_method' > /usr/lib/ruby/vendor_ruby/minitest.rb:326:in `block (2 levels) in run' > /usr/lib/ruby/vendor_ruby/minitest.rb:325:in `each' > /usr/lib/ruby/vendor_ruby/minitest.rb:325:in `block in run' > /usr/lib/ruby/vendor_ruby/minitest.rb:365:in `on_signal' > /usr/lib/ruby/vendor_ruby/minitest.rb:352:in `with_info_handler' > /usr/lib/ruby/vendor_ruby/minitest.rb:324:in `run' > /usr/lib/ruby/vendor_ruby/minitest.rb:164:in `block in __run' > /usr/lib/ruby/vendor_ruby/minitest.rb:164:in `map' > /usr/lib/ruby/vendor_ruby/minitest.rb:164:in `__run' > /usr/lib/ruby/vendor_ruby/minitest.rb:141:in `run' > /usr/lib/ruby/vendor_ruby/minitest.rb:68:in `block in autorun' > > 5) Skipped: > TestLogDevice#test_shifting_size > [/<<PKGBUILDDIR>>/test/mri_logger_test.rb:354]: > shifting age doesn't work because rotation doesn't work > > 6) Skipped: > TestLogDevice#test_shifting_age > [/<<PKGBUILDDIR>>/test/mri_logger_test.rb:442]: > shifting age doesn't work because rotation doesn't work > > 20 runs, 102 assertions, 0 failures, 3 errors, 3 skips > rake aborted! > Command failed with status (1): [ruby -w -I"test" > /usr/lib/ruby/gems/3.0.0/gems/rake-13.0.3/lib/rake/rake_test_loader.rb > "test/mri_logger_test.rb" -v] > > Tasks: TOP => default > (See full trace by running task with --trace) > ERROR: Test "ruby3.0" failed: The full build log is available at https://people.debian.org/~kanashiro/ruby3.0/round2/builds/3/ruby-mono-logger/ruby-mono-logger_1.1.0-3.1+rebuild1633387243_amd64.build.txt
signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---Source: ruby-mono-logger Source-Version: 1.1.1-1 Done: Daniel Leidert <dleid...@debian.org> We believe that the bug you reported is fixed in the latest version of ruby-mono-logger, 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 996...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Daniel Leidert <dleid...@debian.org> (supplier of updated ruby-mono-logger 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: Thu, 25 Nov 2021 16:59:40 +0100 Source: ruby-mono-logger Architecture: source Version: 1.1.1-1 Distribution: unstable Urgency: medium Maintainer: Debian Ruby Team <pkg-ruby-extras-maintain...@lists.alioth.debian.org> Changed-By: Daniel Leidert <dleid...@debian.org> Closes: 996323 Changes: ruby-mono-logger (1.1.1-1) unstable; urgency=medium . * Team upload. * New upstream release. - Fixes compatibility with Ruby 3.0 (closes: #996323). . [ Cédric Boutillier ] * Use https:// in Vcs-* fields . [ Debian Janitor ] * Trim trailing whitespace. * Use secure copyright file specification URI. * Use secure URI in Homepage field. * Bump debhelper from old 9 to 12. * Set debhelper-compat version in Build-Depends. * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse. * Update Vcs-* headers from URL redirect. * Use canonical URL in Vcs-Git. * Update watch file format version to 4. . [ Daniel Leidert ] * d/control: Add Rules-Requires-Root field. (Build-Depends): Raise debhelper to version 13. Add simplecov, coveralls. (Standards-Version): Bump to 4.6.0. (Depends): Remove interpreters and use ${ruby:Depends}. * d/copyright: Add Upstream-Contact field. (Copyright): Add team. * d/rules: Use gem installation layout. * d/watch: Use secure gemwatch service. * d/patches/minitest: Remove patch applied upstream. * d/patches/series: Remove empty file. * d/upstream/metadata: Add Archive field. Checksums-Sha1: 76491633e9e85e4ffa9a8fa5aec3b9fdb5ceebcf 2139 ruby-mono-logger_1.1.1-1.dsc 33cf55511fa32b36aea2d7e398cec93e3be6bee6 6570 ruby-mono-logger_1.1.1.orig.tar.gz 8ba72e40caee75f2b4c061655fd89263b7506d71 2764 ruby-mono-logger_1.1.1-1.debian.tar.xz ed6aa1dc970ca831fae0d277399abc3147cd41ad 9912 ruby-mono-logger_1.1.1-1_amd64.buildinfo Checksums-Sha256: c2a1dc3d131f97ad350cf0ab8c852c08690b4e5ca1331d36a30e8ea80b1f51a0 2139 ruby-mono-logger_1.1.1-1.dsc 1f04d4bd4d5a42cbead4195d5cdde1780cfe83db0a97899f79caae5c75786150 6570 ruby-mono-logger_1.1.1.orig.tar.gz 6a2e36cfa5a1cbeab48b2985994251f88884a0b249baf310a82da6f0422e0535 2764 ruby-mono-logger_1.1.1-1.debian.tar.xz 0277c27e652f0163c64792beadd2c6dcab6fa5ff3350f6398d734b596c740b38 9912 ruby-mono-logger_1.1.1-1_amd64.buildinfo Files: 0bf2fcac2e00995018d8685d6c66bccb 2139 ruby optional ruby-mono-logger_1.1.1-1.dsc d56cbb39aeaaa115f9b5991dc90e74e6 6570 ruby optional ruby-mono-logger_1.1.1.orig.tar.gz 06d6afa177d0c23f52384b25fdbb221b 2764 ruby optional ruby-mono-logger_1.1.1-1.debian.tar.xz 148d4ef8a7f8c25114d522a9c088c980 9912 ruby optional ruby-mono-logger_1.1.1-1_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEvu1N7VVEpMA+KD3HS80FZ8KW0F0FAmGfttYACgkQS80FZ8KW 0F3ajA//Xu+ByaIJDZvIbu86qr4nQktIiHc1b+e0OZ9Dr8MFJ+JMWEIxzqlyAa/1 rohNXj5aCU3ezwAa6GtVm5v+1ht/BvtsMeBtVcfpR4lVKAm2Tb68vkFYKLs6TjZo zQe5Qg4qZWrTV62lTT3ux0MIEF6qqkdaxbNlOZiq20hTtED1SfAsnHX1FTNkiOdg T9xHHOEpa5b6wAyC2OcGrk4RJKYWd0WETd6qZI++/L2ooLbZOnRMXzBksJFmpou3 siPcrBXawesxnMm+Hz9Vl3PDIprky7eSL0HcqWr7HwA1gcxXZWYKljH2K+zjAIMx WpxbTdw2P68L3gFcx73suMHw58IPXZg1LBsTvEoQ9K43rf31on3cNDndYIxDF/8b oXd+WVvXOsIG3k3MiUOsFvmLtbU1x8H6vSpS0uylaazdzpJLP1cPg+mC4IdeIrmc n6IZ1gXKJaepBBdNY+QVYRFpgO52InOjCGtRr7JaJfcvYaNy+RGSLHXb48FzluFa w1mgszNtlmOzepaa9sLNb16M6NczVrhOynIU+zY/ohhpU5T0WT3/nQtpRinwFVDj kQqTAF3/RtpHetZEn2v3YyC39TQCSZ7BN2TPxDnYsNd1f4qvfGgbtOSDhbSYdlog JAsh2kfFwO8GV7zaSzzFpLjTiwhG8zt6ynDZ3xFxMkq2OeLUuiQ= =T29p -----END PGP SIGNATURE-----
--- End Message ---