Your message dated Sun, 09 Mar 2025 10:09:32 +0000 with message-id <e1trdba-00bo9n...@fasolo.debian.org> and subject line Bug#1095883: fixed in ruby-has-scope 0.8.2-1 has caused the Debian Bug report #1095883, regarding ruby-has-scope: autopkgtest failure with rails 7: NoMethodError: undefined method `silence' for class ActiveSupport::Deprecation 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.) -- 1095883: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1095883 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
--- Begin Message ---Source: ruby-has-scope Version: 0.8.0-1 Severity: serious Justification: autopkgtest failure Tags: trixie sid ftbfs User: debian-r...@lists.debian.org Usertags: rails7 Hi, We are about to upload rails 7 to unstable, as we are targetting to have rails 7 being released with Trixie. After the last upload of rails 7 to experimental, we noticed that ruby-has-scope fails its autopkgtests when run against that version of rails. To reproduce this failure locally, you can run autopkgtest with the following options: --add-apt-release=experimental --pin-packages=experimental=src:rails (or wait until rails 7 is uploaded to unstable) Relevant part (hopefully): > HasScopeTest#test_scope_is_skipped_when_unless_option_is_true = 0.00 s = E > HasScopeTest#test_overwritten_scope = 0.00 s = . > HasScopeTest#test_scope_of_type_array = 0.00 s = E > HasScopeTest#test_scope_is_skipped_when_if_option_is_false = 0.00 s = E > HasScopeTest#test_boolean_scope_with_allow_blank_is_called_when_boolean_param_is_true > = 0.00 s = E > HasScopeTest#test_nested_blank_array_param_is_ignored = 0.01 s = E > HasScopeTest#test_scope_is_called_only_on_index = 0.01 s = E > HasScopeTest#test_boolean_scope_with_allow_blank_is_called_when_boolean_param_is_false > = 0.00 s = E > HasScopeTest#test_hash_with_blank_values_is_ignored = 0.00 s = E > HasScopeTest#test_nested_hash_with_blank_values_is_ignored = 0.00 s = E > HasScopeTest#test_scope_is_called_except_on_index = 0.00 s = E > HasScopeTest#test_boolean_scope_is_not_called_when_boolean_param_is_false = > 0.00 s = E > HasScopeTest#test_boolean_scope_is_called_when_boolean_param_is_true = 0.00 s > = E > HasScopeTest#test_default_scope_value_can_be_overwritten = 0.00 s = E > HasScopeTest#test_scope_with_proc_if_and_unless_options = 0.00 s = E > HasScopeTest#test_scope_of_type_hash_with_using = 0.00 s = E > HasScopeTest#test_scope_of_type_hash = 0.00 s = E > HasScopeTest#test_multiple_scopes_are_called = 0.00 s = E > HasScopeTest#test_hash_with_blank_values_and_allow_blank_is_called = 0.00 s = > E > HasScopeTest#test_scope_with_default_value_as_a_proc_without_argument = 0.00 > s = E > HasScopeTest#test_array_of_blank_values_is_ignored = 0.00 s = E > HasScopeTest#test_scope_is_called_when_blank_if_allow_blank_is_given = 0.00 s > = E > HasScopeTest#test_scope_with_boolean_block = 0.00 s = E > HasScopeTest#test_scope_of_invalid_type_silently_fails = 0.00 s = E > HasScopeTest#test_scope_is_not_called_if_blank = 0.00 s = E > > Finished in 0.206774s, 174.1032 runs/s, 14.5086 assertions/s. > > 1) Error: > HasScopeTest#test_scope_with_different_key: > NoMethodError: undefined method `silence' for class ActiveSupport::Deprecation > test/has_scope_test.rb:60:in `apply_scopes' > test/has_scope_test.rb:48:in `show' > /usr/share/rubygems-integration/all/gems/actionpack-7.2.2.1/lib/action_controller/metal/basic_implicit_render.rb:8:in > `send_action' > /usr/share/rubygems-integration/all/gems/actionpack-7.2.2.1/lib/abstract_controller/base.rb:226:in > `process_action' > /usr/share/rubygems-integration/all/gems/actionpack-7.2.2.1/lib/action_controller/metal/rendering.rb:193:in > `process_action' > /usr/share/rubygems-integration/all/gems/actionpack-7.2.2.1/lib/abstract_controller/callbacks.rb:261:in > `block in process_action' > /usr/share/rubygems-integration/all/gems/activesupport-7.2.2.1/lib/active_support/callbacks.rb:101:in > `run_callbacks' > /usr/share/rubygems-integration/all/gems/actionpack-7.2.2.1/lib/abstract_controller/callbacks.rb:260:in > `process_action' > /usr/share/rubygems-integration/all/gems/actionpack-7.2.2.1/lib/action_controller/metal/rescue.rb:27:in > `process_action' > /usr/share/rubygems-integration/all/gems/actionpack-7.2.2.1/lib/action_controller/metal/instrumentation.rb:77:in > `block in process_action' > /usr/share/rubygems-integration/all/gems/activesupport-7.2.2.1/lib/active_support/notifications.rb:212:in > `instrument' > /usr/share/rubygems-integration/all/gems/actionpack-7.2.2.1/lib/action_controller/metal/instrumentation.rb:76:in > `process_action' > /usr/share/rubygems-integration/all/gems/actionpack-7.2.2.1/lib/action_controller/metal/params_wrapper.rb:259:in > `process_action' > /usr/share/rubygems-integration/all/gems/actionpack-7.2.2.1/lib/abstract_controller/base.rb:163:in > `process' > /usr/share/rubygems-integration/all/gems/actionview-7.2.2.1/lib/action_view/rendering.rb:40:in > `process' > /usr/share/rubygems-integration/all/gems/actionpack-7.2.2.1/lib/action_controller/metal.rb:252:in > `dispatch' > /usr/share/rubygems-integration/all/gems/actionpack-7.2.2.1/lib/action_controller/test_case.rb:629:in > `block in process_controller_response' > /usr/share/rubygems-integration/all/gems/actionpack-7.2.2.1/lib/action_controller/test_case.rb:621:in > `wrap_execution' > /usr/share/rubygems-integration/all/gems/actionpack-7.2.2.1/lib/action_controller/test_case.rb:629:in > `process_controller_response' > /usr/share/rubygems-integration/all/gems/actionpack-7.2.2.1/lib/action_controller/test_case.rb:539:in > `process' > /usr/share/rubygems-integration/all/gems/actionpack-7.2.2.1/lib/action_controller/test_case.rb:430:in > `get' > test/has_scope_test.rb:407:in `test_scope_with_different_key' > > 2) Error: > HasScopeTest#test_scope_with_default_value_as_proc_with_argument: > NoMethodError: undefined method `silence' for class ActiveSupport::Deprecation > test/has_scope_test.rb:60:in `apply_scopes' > test/has_scope_test.rb:44:in `new' > /usr/share/rubygems-integration/all/gems/actionpack-7.2.2.1/lib/action_controller/metal/basic_implicit_render.rb:8:in > `send_action' > /usr/share/rubygems-integration/all/gems/actionpack-7.2.2.1/lib/abstract_controller/base.rb:226:in > `process_action' The full autopkgtest logs are available and linked from https://release.debian.org/britney/pseudo-excuses-experimental.html#rails and after rails 7 gets into unstable, at https://qa.debian.org/excuses.php?package=rails
signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---Source: ruby-has-scope Source-Version: 0.8.2-1 Done: Utkarsh Gupta <utka...@debian.org> We believe that the bug you reported is fixed in the latest version of ruby-has-scope, 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 1095...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Utkarsh Gupta <utka...@debian.org> (supplier of updated ruby-has-scope 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: Sun, 09 Mar 2025 14:56:42 +0530 Source: ruby-has-scope Built-For-Profiles: noudeb Architecture: source Version: 0.8.2-1 Distribution: unstable Urgency: medium Maintainer: Debian Ruby Team <pkg-ruby-extras-maintain...@lists.alioth.debian.org> Changed-By: Utkarsh Gupta <utka...@debian.org> Closes: 1094525 1095883 Changes: ruby-has-scope (0.8.2-1) unstable; urgency=medium . * New upstream version 0.8.2. (Closes: #1094525, #1095883) * Point d/watch to GitHub. * Drop mocha_minitest patch - adapted upstream. * Add patch to drop bundler/setup in tests. * Bump rails to 7.2. * Add myself as an uploader instead. Checksums-Sha1: 2a51d81de351150811fc174854fbf62f606fc297 2146 ruby-has-scope_0.8.2-1.dsc 7dfd01a69ec190e9b5bf60fa8d71fb9d1740192c 12292 ruby-has-scope_0.8.2.orig.tar.gz bce24b64b85ace6ee4c35ed1253811dbb09310c7 3176 ruby-has-scope_0.8.2-1.debian.tar.xz 6e24e273b98fc7499f84c906fd0bb85c8515922a 14968 ruby-has-scope_0.8.2-1_source.buildinfo Checksums-Sha256: 1e2b53fd7d24af4a51690e8137267b37b5c1a10e583e7964e454a13ba4ea1a4e 2146 ruby-has-scope_0.8.2-1.dsc 44b14ced37ed526181ecd83570fe6490d49905b80aae81ea033085795205a5d2 12292 ruby-has-scope_0.8.2.orig.tar.gz d150ecc0a687da90a18313213c99941f136e71133e034faac457c118109c2a6e 3176 ruby-has-scope_0.8.2-1.debian.tar.xz e8b7ac9909e697c4005b3ac1120bff4347279f6ff0f6e25ddd39793ebcb420b9 14968 ruby-has-scope_0.8.2-1_source.buildinfo Files: 5505d8b98c1c54862c2f84de3f0f102d 2146 ruby optional ruby-has-scope_0.8.2-1.dsc cd141f550a2c9e3510c6294a240d4eca 12292 ruby optional ruby-has-scope_0.8.2.orig.tar.gz 3e6ee9642e8b884cd5b6784285df166a 3176 ruby optional ruby-has-scope_0.8.2-1.debian.tar.xz 2a10d7ad8e22c8f20eb89bdf3bbc64fc 14968 ruby optional ruby-has-scope_0.8.2-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJHBAEBCAAxFiEEbJ0QSEqa5Mw4X3xxgj6WdgbDS5YFAmfNZAQTHHV0a2Fyc2hA ZGViaWFuLm9yZwAKCRCCPpZ2BsNLljSgEACHHyfqhucNP3lhSrXxi/BL0gOLt0tA /bkXguPleGiB+sXbosjDJBPchgktypoK1fkWJQNsUUsIWqvyrtBlP7OpwJ8ZJISx 3VpDTfobzaOelxi1Hi6xALv5Hexho94/yXBJjpA5FvCCw3XHtj5cfb391kI3nHsr w+2HfJKXFXuVGBjTnJZ8GU+uFV82HgsALeF++LpJV+QSPsrhBP2AyWD+7tqldtz3 9nWxlEGl1SpCs+Lx9eiMWPzpaePvaCOvw1iAhDyjjszdsCls+6WIy++3+O4Nxx6L WoJumEzUFDNFPPSx0LP4YqgKHa3hqdkvmILy6jMpIOR5EXfiZWNayXFB+kP2DBYg SBKeOtjaqMan7CKncC1M1mS9cO6l+8X1bOz28MSHmbSyJaS8meqrxblM4zeAYW2k HzwDJMG9B4y/7HASMKqhTgo4E/s82L93zONM5HpyViGWX3AC1+R7PA3BAWATMOyN OXONXywC7s+rctYaQkyIE2DScfo58lj3ZAwzx+qEo9RjtC/fmCWJ0TyH4+w0oldp sTOu124Un8n+1eWvJsyO+mpCYe6d6+OW6zThCqCxBBV5K+K762kvuEDBRWDD2R4v 2ipxtdiCDFRKeE67pJlpY9hFzWoD2b2kP93Oj46eY9dmagDwOjqhZpAUpXCIoc4S SN9bJ+5CQvIhdw== =/WdV -----END PGP SIGNATURE-----
pgpSEFg0GaKEg.pgp
Description: PGP signature
--- End Message ---