Your message dated Mon, 02 Jan 2023 08:39:49 +0000
with message-id <e1pcgmh-008yf1...@fasolo.debian.org>
and subject line Bug#1027074: fixed in ruby-grape 1.6.2-3
has caused the Debian Bug report #1027074,
regarding ruby-grape: FTBFS with ruby-rspec 3.12: ERROR: Test "ruby3.1" failed: 
     Failure/Error: namespace_inheritable(:version_options, options)
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.)


-- 
1027074: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1027074
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ruby-grape
Version: 1.6.2-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-grape failed to build.

Relevant part of the build log (hopefully):
>      Failure/Error: namespace_inheritable(:version_options, options)
> 
>        #<#<Class:0x00007fb92ab546f0> (class)> received :namespace_inheritable 
> with unexpected arguments
>          expected: (:version_options, {:using=>:path}) (keyword arguments)
>               got: (:version_options, {:using=>:path}) (options hash)
>      # ./lib/grape/dsl/routing.rb:50:in `version'
>      # ./spec/grape/dsl/routing_spec.rb:25:in `block (3 levels) in 
> <module:DSL>'
> 
> Finished in 4.2 seconds (files took 1.08 seconds to load)
> 2108 examples, 6 failures, 1 pending
> 
> Failed examples:
> 
> rspec ./spec/grape/dsl/request_response_spec.rb:164 # 
> Grape::DSL::RequestResponse.rescue_from list of exceptions is passed sets 
> hash of exceptions as rescue handlers
> rspec ./spec/grape/dsl/request_response_spec.rb:170 # 
> Grape::DSL::RequestResponse.rescue_from list of exceptions is passed rescues 
> only base handlers if rescue_subclasses: false option is passed
> rspec ./spec/grape/dsl/request_response_spec.rb:176 # 
> Grape::DSL::RequestResponse.rescue_from list of exceptions is passed sets 
> given proc as rescue handler for each key in hash
> rspec ./spec/grape/dsl/request_response_spec.rb:183 # 
> Grape::DSL::RequestResponse.rescue_from list of exceptions is passed sets 
> given block as rescue handler for each key in hash
> rspec ./spec/grape/dsl/request_response_spec.rb:190 # 
> Grape::DSL::RequestResponse.rescue_from list of exceptions is passed sets a 
> rescue handler declared through :with option for each key in hash
> rspec ./spec/grape/dsl/routing_spec.rb:21 # Grape::DSL::Routing.version sets 
> a version for route
> 
> [Coveralls] Outside the CI environment, not sending data.
> Stopped processing SimpleCov as a previous error not related to SimpleCov has 
> been detected
> /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 
> ./spec/grape/api/custom_validations_spec.rb 
> ./spec/grape/api/deeply_included_options_spec.rb 
> ./spec/grape/api/defines_boolean_in_params_spec.rb 
> ./spec/grape/api/inherited_helpers_spec.rb ./spec/grape/api/instance_spec.rb 
> ./spec/grape/api/invalid_format_spec.rb 
> ./spec/grape/api/namespace_parameters_in_route_spec.rb 
> ./spec/grape/api/nested_helpers_spec.rb 
> ./spec/grape/api/optional_parameters_in_route_spec.rb 
> ./spec/grape/api/parameters_modification_spec.rb 
> ./spec/grape/api/patch_method_helpers_spec.rb 
> ./spec/grape/api/recognize_path_spec.rb 
> ./spec/grape/api/required_parameters_in_route_spec.rb 
> ./spec/grape/api/required_parameters_with_invalid_method_spec.rb 
> ./spec/grape/api/routes_with_requirements_spec.rb 
> ./spec/grape/api/shared_helpers_exactly_one_of_spec.rb 
> ./spec/grape/api/shared_helpers_spec.rb ./spec/grape/api_remount_spec.rb 
> ./spec/grape/api_spec.rb ./spec/grape/config_spec.rb 
> ./spec/grape/dsl/callbacks_spec.rb ./spec/grape/dsl/configuration_spec.rb 
> ./spec/grape/dsl/desc_spec.rb ./spec/grape/dsl/headers_spec.rb 
> ./spec/grape/dsl/helpers_spec.rb ./spec/grape/dsl/inside_route_spec.rb 
> ./spec/grape/dsl/logger_spec.rb ./spec/grape/dsl/middleware_spec.rb 
> ./spec/grape/dsl/parameters_spec.rb ./spec/grape/dsl/request_response_spec.rb 
> ./spec/grape/dsl/routing_spec.rb ./spec/grape/dsl/settings_spec.rb 
> ./spec/grape/dsl/validations_spec.rb ./spec/grape/endpoint/declared_spec.rb 
> ./spec/grape/endpoint_spec.rb ./spec/grape/exceptions/base_spec.rb 
> ./spec/grape/exceptions/body_parse_errors_spec.rb 
> ./spec/grape/exceptions/invalid_accept_header_spec.rb 
> ./spec/grape/exceptions/invalid_formatter_spec.rb 
> ./spec/grape/exceptions/invalid_response_spec.rb 
> ./spec/grape/exceptions/invalid_versioner_option_spec.rb 
> ./spec/grape/exceptions/missing_mime_type_spec.rb 
> ./spec/grape/exceptions/missing_option_spec.rb 
> ./spec/grape/exceptions/unknown_options_spec.rb 
> ./spec/grape/exceptions/unknown_validator_spec.rb 
> ./spec/grape/exceptions/validation_errors_spec.rb 
> ./spec/grape/exceptions/validation_spec.rb 
> ./spec/grape/extensions/param_builders/hash_spec.rb 
> ./spec/grape/extensions/param_builders/hash_with_indifferent_access_spec.rb 
> ./spec/grape/extensions/param_builders/hashie/mash_spec.rb 
> ./spec/grape/integration/global_namespace_function_spec.rb 
> ./spec/grape/integration/rack_sendfile_spec.rb 
> ./spec/grape/integration/rack_spec.rb ./spec/grape/loading_spec.rb 
> ./spec/grape/middleware/auth/base_spec.rb 
> ./spec/grape/middleware/auth/dsl_spec.rb 
> ./spec/grape/middleware/auth/strategies_spec.rb 
> ./spec/grape/middleware/base_spec.rb ./spec/grape/middleware/error_spec.rb 
> ./spec/grape/middleware/exception_spec.rb 
> ./spec/grape/middleware/formatter_spec.rb 
> ./spec/grape/middleware/globals_spec.rb ./spec/grape/middleware/stack_spec.rb 
> ./spec/grape/middleware/versioner/accept_version_header_spec.rb 
> ./spec/grape/middleware/versioner/header_spec.rb 
> ./spec/grape/middleware/versioner/param_spec.rb 
> ./spec/grape/middleware/versioner/path_spec.rb 
> ./spec/grape/middleware/versioner_spec.rb ./spec/grape/named_api_spec.rb 
> ./spec/grape/parser_spec.rb ./spec/grape/path_spec.rb 
> ./spec/grape/presenters/presenter_spec.rb ./spec/grape/request_spec.rb 
> ./spec/grape/util/inheritable_setting_spec.rb 
> ./spec/grape/util/inheritable_values_spec.rb 
> ./spec/grape/util/reverse_stackable_values_spec.rb 
> ./spec/grape/util/stackable_values_spec.rb 
> ./spec/grape/util/strict_hash_configuration_spec.rb 
> ./spec/grape/validations/attributes_iterator_spec.rb 
> ./spec/grape/validations/instance_behaivour_spec.rb 
> ./spec/grape/validations/multiple_attributes_iterator_spec.rb 
> ./spec/grape/validations/params_scope_spec.rb 
> ./spec/grape/validations/single_attribute_iterator_spec.rb 
> ./spec/grape/validations/types/array_coercer_spec.rb 
> ./spec/grape/validations/types/primitive_coercer_spec.rb 
> ./spec/grape/validations/types/set_coercer_spec.rb 
> ./spec/grape/validations/types_spec.rb 
> ./spec/grape/validations/validators/all_or_none_spec.rb 
> ./spec/grape/validations/validators/allow_blank_spec.rb 
> ./spec/grape/validations/validators/at_least_one_of_spec.rb 
> ./spec/grape/validations/validators/coerce_spec.rb 
> ./spec/grape/validations/validators/default_spec.rb 
> ./spec/grape/validations/validators/exactly_one_of_spec.rb 
> ./spec/grape/validations/validators/except_values_spec.rb 
> ./spec/grape/validations/validators/mutual_exclusion_spec.rb 
> ./spec/grape/validations/validators/presence_spec.rb 
> ./spec/grape/validations/validators/regexp_spec.rb 
> ./spec/grape/validations/validators/same_as_spec.rb 
> ./spec/grape/validations/validators/values_spec.rb 
> ./spec/grape/validations_spec.rb 
> ./spec/integration/eager_load/eager_load_spec.rb 
> ./spec/integration/multi_json/json_spec.rb 
> ./spec/integration/multi_xml/xml_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

Attachment: ruby-grape.log.gz
Description: application/gzip

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: ruby-grape
Source-Version: 1.6.2-3
Done: HIGUCHI Daisuke (VDR dai) <d...@debian.org>

We believe that the bug you reported is fixed in the latest version of
ruby-grape, 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-grape 
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: Mon, 02 Jan 2023 16:41:37 +0900
Source: ruby-grape
Architecture: source
Version: 1.6.2-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: 1027074
Changes:
 ruby-grape (1.6.2-3) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Debian Janitor ]
   * Remove constraints unnecessary since buster (oldstable)
 .
   [ HIGUCHI Daisuke (VDR dai) ]
   * fix FTBFS with ruby-rspec 3.12 (Closes: #1027074)
   * Drop XS-Ruby-Version and XB-Ruby-Version.
Checksums-Sha1:
 7025867bbdf3caa0dc62412bc9c184d42cc7fe0e 2329 ruby-grape_1.6.2-3.dsc
 dd179090528e001df840127c53fe285186f6c1e5 6056 ruby-grape_1.6.2-3.debian.tar.xz
Checksums-Sha256:
 329ef34f85bda4e9e4163070bfb3a9632b1a60fe8a11727cc30dbae50cf56510 2329 
ruby-grape_1.6.2-3.dsc
 4e62c9ad42be96b1989603c3b89e22bedee01e2b68619ba9673ce258b8199206 6056 
ruby-grape_1.6.2-3.debian.tar.xz
Files:
 ca3e677c6621c4ec622b77a057c505bb 2329 ruby optional ruby-grape_1.6.2-3.dsc
 c40542fdfed156751ab16fbd585eecbe 6056 ruby optional 
ruby-grape_1.6.2-3.debian.tar.xz

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

iQIzBAEBCAAdFiEECynYjkLmt2W42OpQeDlhndQ5Zo4FAmOyjXMACgkQeDlhndQ5
Zo5IhhAA00QAWH1UyepnC54OMbULrqBcepO9qP5YymUFTtmrc0f3CB6nWQk8sayI
wJ2hjKG+LavRD+XxfNw1+f351ofG4Y5IwbDLdeh9EMU2WXeJE0ceITZxOu6KbwUo
0qxh1ohklwz8Y+QaJFEppxAakQ6KNoyA1hx7GbLwJVZEfIgw18KQ7PF3lRH6v2+Z
u3r2khjVDr5zq6wGpvkC8LntkUUYf9k3aicaf4+2yrpwAyghymQhwxPUhHLUcrKb
PBdtxE2QjemdRD2kPXb5RdKelKo0PRYIVPLOyOsp0tBInPWvhX9bmxWY9QzEh1Nc
B3uQ3CTfd+fAWh4rz+1wgsHqOLdQD2sSne0mYcRjXnAJ1AgNJy4elE7Qrg65nKLI
2autIoXqlfMSbcaH+ab3X2dpjxrbjIw0CO0sPLnpoQV5JQ7qjfHGOCQ6Pd/J1thr
nmVnhEaawWdndo/5VvINZ3z7dPSCrbfboNWErGx6ULeIFdd4ktje6aNakbZnqJaE
gTa9+5DwREcVd4rj/BYYjoDuVa0TVbHkAqUgdwuPfEGR1qZZJJFP/0ckxMzHyYp6
J/scL9NxF3cSItveTN1d7DZvfxg9Z0P5jN5eDYcBupKTlnJHfArTnHL0WF6uaBH/
kjJUCt0Jn+Ph9jdexW1RQj2llSl1y2qqYWpqW309HiRUzRTfp9w=
=mTeo
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to