[DRE-maint] Bug#1135478: ruby-http: FTBFS: dh_auto_install: error: dh_ruby --install /<<PKGBUILDDIR>>/debian/ruby-http returned exit code 1

Santiago Vila sanvila at debian.org
Sat May 2 00:15:07 BST 2026


Package: src:ruby-http
Version: 4.4.1-6
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/build-logs/202605/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:ruby-http, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean
   dh_clean
rm -rf tmp
rm -rf coverage
 debian/rules binary
dh binary --buildsystem=ruby --with ruby
   dh_update_autotools_config -O--buildsystem=ruby
   dh_autoreconf -O--buildsystem=ruby
   dh_auto_configure -O--buildsystem=ruby
	dh_ruby --configure
   dh_auto_build -O--buildsystem=ruby
	dh_ruby --build
   dh_auto_test -O--buildsystem=ruby
	dh_ruby --test

[... snipped ...]

     # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/hooks.rb:486:in `block in run'
     # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/hooks.rb:624:in `run_around_example_hooks_for'
     # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/hooks.rb:486:in `run'
     # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/example.rb:468:in `with_around_example_hooks'
     # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/example.rb:511:in `with_around_and_singleton_context_hooks'
     # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/example.rb:259:in `run'
     # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/example_group.rb:653:in `block in run_examples'
     # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/example_group.rb:649:in `map'
     # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/example_group.rb:649:in `run_examples'
     # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/example_group.rb:614:in `run'
     # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/example_group.rb:615:in `block in run'
     # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/example_group.rb:615:in `map'
     # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/example_group.rb:615:in `run'
     # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/runner.rb:121:in `block (3 levels) in run_specs'
     # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/runner.rb:121:in `map'
     # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/runner.rb:121:in `block (2 levels) in run_specs'
     # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/configuration.rb:2097:in `with_suite_hooks'
     # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/runner.rb:116:in `block in run_specs'
     # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/reporter.rb:74:in `report'
     # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/runner.rb:115:in `run_specs'
     # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/runner.rb:89:in `run'
     # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/runner.rb:71:in `run'
     # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/runner.rb:45:in `invoke'
     # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/exe/rspec:4:in `<main>'

  10) HTTP::Response#cookies contains cookies limited to domain of request uri
      Failure/Error:
        @cookies ||= headers.each_with_object CookieJar.new do |(k, v), jar|
          jar.parse(v, uri) if k == Headers::SET_COOKIE
        end

      NameError:
        uninitialized constant HTTP::Cookie::MAX_COOKIES_TOTAL
      # /usr/share/rubygems-integration/all/gems/http-cookie-1.1.4/lib/http/cookie_jar/hash_store.rb:17:in `default_options'
      # /usr/share/rubygems-integration/all/gems/http-cookie-1.1.4/lib/http/cookie_jar/abstract_store.rb:39:in `initialize'
      # /usr/share/rubygems-integration/all/gems/http-cookie-1.1.4/lib/http/cookie_jar/hash_store.rb:32:in `initialize'
      # /usr/share/rubygems-integration/all/gems/http-cookie-1.1.4/lib/http/cookie_jar.rb:19:in `new'
      # /usr/share/rubygems-integration/all/gems/http-cookie-1.1.4/lib/http/cookie_jar.rb:19:in `get_impl'
      # /usr/share/rubygems-integration/all/gems/http-cookie-1.1.4/lib/http/cookie_jar.rb:55:in `initialize'
      # ./lib/http/response.rb:137:in `new'
      # ./lib/http/response.rb:137:in `cookies'
      # ./spec/lib/http/response_spec.rb:144:in `block (3 levels) in <top (required)>'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/memoized_helpers.rb:343:in `block (2 levels) in let'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/memoized_helpers.rb:179:in `block (3 levels) in fetch_or_store'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/memoized_helpers.rb:179:in `fetch'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/memoized_helpers.rb:179:in `block (2 levels) in fetch_or_store'
      # /usr/share/rubygems-integration/all/gems/rspec-support-3.13.7/lib/rspec/support/reentrant_mutex.rb:25:in `synchronize'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/memoized_helpers.rb:178:in `block in fetch_or_store'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/memoized_helpers.rb:177:in `fetch'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/memoized_helpers.rb:177:in `fetch_or_store'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/memoized_helpers.rb:343:in `block in let'
      # ./spec/lib/http/response_spec.rb:153:in `block (3 levels) in <top (required)>'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/example.rb:263:in `instance_exec'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/example.rb:263:in `block in run'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/example.rb:511:in `block in with_around_and_singleton_context_hooks'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/example.rb:468:in `block in with_around_example_hooks'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/hooks.rb:486:in `block in run'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/hooks.rb:624:in `run_around_example_hooks_for'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/hooks.rb:486:in `run'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/example.rb:468:in `with_around_example_hooks'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/example.rb:511:in `with_around_and_singleton_context_hooks'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/example.rb:259:in `run'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/example_group.rb:653:in `block in run_examples'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/example_group.rb:649:in `map'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/example_group.rb:649:in `run_examples'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/example_group.rb:614:in `run'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/example_group.rb:615:in `block in run'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/example_group.rb:615:in `map'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/example_group.rb:615:in `run'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/runner.rb:121:in `block (3 levels) in run_specs'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/runner.rb:121:in `map'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/runner.rb:121:in `block (2 levels) in run_specs'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/configuration.rb:2097:in `with_suite_hooks'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/runner.rb:116:in `block in run_specs'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/reporter.rb:74:in `report'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/runner.rb:115:in `run_specs'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/runner.rb:89:in `run'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/runner.rb:71:in `run'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/runner.rb:45:in `invoke'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/exe/rspec:4:in `<main>'

  11) HTTP::Response#cookies contains cookies without domain restriction
      Failure/Error:
        @cookies ||= headers.each_with_object CookieJar.new do |(k, v), jar|
          jar.parse(v, uri) if k == Headers::SET_COOKIE
        end

      NameError:
        uninitialized constant HTTP::Cookie::MAX_COOKIES_TOTAL
      # /usr/share/rubygems-integration/all/gems/http-cookie-1.1.4/lib/http/cookie_jar/hash_store.rb:17:in `default_options'
      # /usr/share/rubygems-integration/all/gems/http-cookie-1.1.4/lib/http/cookie_jar/abstract_store.rb:39:in `initialize'
      # /usr/share/rubygems-integration/all/gems/http-cookie-1.1.4/lib/http/cookie_jar/hash_store.rb:32:in `initialize'
      # /usr/share/rubygems-integration/all/gems/http-cookie-1.1.4/lib/http/cookie_jar.rb:19:in `new'
      # /usr/share/rubygems-integration/all/gems/http-cookie-1.1.4/lib/http/cookie_jar.rb:19:in `get_impl'
      # /usr/share/rubygems-integration/all/gems/http-cookie-1.1.4/lib/http/cookie_jar.rb:55:in `initialize'
      # ./lib/http/response.rb:137:in `new'
      # ./lib/http/response.rb:137:in `cookies'
      # ./spec/lib/http/response_spec.rb:144:in `block (3 levels) in <top (required)>'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/memoized_helpers.rb:343:in `block (2 levels) in let'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/memoized_helpers.rb:179:in `block (3 levels) in fetch_or_store'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/memoized_helpers.rb:179:in `fetch'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/memoized_helpers.rb:179:in `block (2 levels) in fetch_or_store'
      # /usr/share/rubygems-integration/all/gems/rspec-support-3.13.7/lib/rspec/support/reentrant_mutex.rb:25:in `synchronize'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/memoized_helpers.rb:178:in `block in fetch_or_store'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/memoized_helpers.rb:177:in `fetch'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/memoized_helpers.rb:177:in `fetch_or_store'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/memoized_helpers.rb:343:in `block in let'
      # ./spec/lib/http/response_spec.rb:149:in `block (3 levels) in <top (required)>'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/example.rb:263:in `instance_exec'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/example.rb:263:in `block in run'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/example.rb:511:in `block in with_around_and_singleton_context_hooks'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/example.rb:468:in `block in with_around_example_hooks'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/hooks.rb:486:in `block in run'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/hooks.rb:624:in `run_around_example_hooks_for'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/hooks.rb:486:in `run'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/example.rb:468:in `with_around_example_hooks'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/example.rb:511:in `with_around_and_singleton_context_hooks'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/example.rb:259:in `run'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/example_group.rb:653:in `block in run_examples'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/example_group.rb:649:in `map'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/example_group.rb:649:in `run_examples'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/example_group.rb:614:in `run'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/example_group.rb:615:in `block in run'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/example_group.rb:615:in `map'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/example_group.rb:615:in `run'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/runner.rb:121:in `block (3 levels) in run_specs'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/runner.rb:121:in `map'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/runner.rb:121:in `block (2 levels) in run_specs'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/configuration.rb:2097:in `with_suite_hooks'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/runner.rb:116:in `block in run_specs'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/reporter.rb:74:in `report'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/runner.rb:115:in `run_specs'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/runner.rb:89:in `run'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/runner.rb:71:in `run'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/runner.rb:45:in `invoke'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/exe/rspec:4:in `<main>'

  12) HTTP::Response#cookies 
      Failure/Error:
        @cookies ||= headers.each_with_object CookieJar.new do |(k, v), jar|
          jar.parse(v, uri) if k == Headers::SET_COOKIE
        end

      NameError:
        uninitialized constant HTTP::Cookie::MAX_COOKIES_TOTAL
      # /usr/share/rubygems-integration/all/gems/http-cookie-1.1.4/lib/http/cookie_jar/hash_store.rb:17:in `default_options'
      # /usr/share/rubygems-integration/all/gems/http-cookie-1.1.4/lib/http/cookie_jar/abstract_store.rb:39:in `initialize'
      # /usr/share/rubygems-integration/all/gems/http-cookie-1.1.4/lib/http/cookie_jar/hash_store.rb:32:in `initialize'
      # /usr/share/rubygems-integration/all/gems/http-cookie-1.1.4/lib/http/cookie_jar.rb:19:in `new'
      # /usr/share/rubygems-integration/all/gems/http-cookie-1.1.4/lib/http/cookie_jar.rb:19:in `get_impl'
      # /usr/share/rubygems-integration/all/gems/http-cookie-1.1.4/lib/http/cookie_jar.rb:55:in `initialize'
      # ./lib/http/response.rb:137:in `new'
      # ./lib/http/response.rb:137:in `cookies'
      # ./spec/lib/http/response_spec.rb:144:in `block (3 levels) in <top (required)>'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/memoized_helpers.rb:343:in `block (2 levels) in let'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/memoized_helpers.rb:179:in `block (3 levels) in fetch_or_store'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/memoized_helpers.rb:179:in `fetch'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/memoized_helpers.rb:179:in `block (2 levels) in fetch_or_store'
      # /usr/share/rubygems-integration/all/gems/rspec-support-3.13.7/lib/rspec/support/reentrant_mutex.rb:25:in `synchronize'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/memoized_helpers.rb:178:in `block in fetch_or_store'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/memoized_helpers.rb:177:in `fetch'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/memoized_helpers.rb:177:in `fetch_or_store'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/memoized_helpers.rb:343:in `block in let'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/memoized_helpers.rb:121:in `is_expected'
      # ./spec/lib/http/response_spec.rb:146:in `block (3 levels) in <top (required)>'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/example.rb:263:in `instance_exec'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/example.rb:263:in `block in run'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/example.rb:511:in `block in with_around_and_singleton_context_hooks'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/example.rb:468:in `block in with_around_example_hooks'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/hooks.rb:486:in `block in run'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/hooks.rb:624:in `run_around_example_hooks_for'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/hooks.rb:486:in `run'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/example.rb:468:in `with_around_example_hooks'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/example.rb:511:in `with_around_and_singleton_context_hooks'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/example.rb:259:in `run'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/example_group.rb:653:in `block in run_examples'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/example_group.rb:649:in `map'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/example_group.rb:649:in `run_examples'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/example_group.rb:614:in `run'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/example_group.rb:615:in `block in run'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/example_group.rb:615:in `map'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/example_group.rb:615:in `run'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/runner.rb:121:in `block (3 levels) in run_specs'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/runner.rb:121:in `map'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/runner.rb:121:in `block (2 levels) in run_specs'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/configuration.rb:2097:in `with_suite_hooks'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/runner.rb:116:in `block in run_specs'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/reporter.rb:74:in `report'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/runner.rb:115:in `run_specs'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/runner.rb:89:in `run'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/runner.rb:71:in `run'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib/rspec/core/runner.rb:45:in `invoke'
      # /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/exe/rspec:4:in `<main>'

Top 10 slowest examples (8.28 seconds, 94.6% of total time):
  HTTP::Client with a global timeout it resets state when reusing connections does not timeout
    4.04 seconds ./spec/support/http_handling_shared.rb:93
  HTTP::Client with a per operation timeout read of 2.5 does not time out
    2 seconds ./spec/support/http_handling_shared.rb:55
  HTTP::Client with a global timeout errors if reading takes too long
    1 seconds ./spec/support/http_handling_shared.rb:83
  HTTP::Client with a global timeout errors if connecting takes too long
    1 seconds ./spec/support/http_handling_shared.rb:75
  HTTP::Client connection reuse when enabled re-uses the socket
    0.04543 seconds ./spec/support/http_handling_shared.rb:117
  HTTP::Client connection reuse when enabled when reading a cached body succeeds
    0.04361 seconds ./spec/support/http_handling_shared.rb:142
  HTTP getting resources with a large request body with `.timeout(6)` writes the whole body
    0.04052 seconds ./spec/lib/http_spec.rb:64
  HTTP unifies socket errors into HTTP::ConnectionError
    0.03328 seconds ./spec/lib/http_spec.rb:455
  HTTP getting resources with a large request body with `.timeout({:read=>2, :write=>2, :connect=>2})` writes the whole body
    0.03314 seconds ./spec/lib/http_spec.rb:64
  HTTP getting resources with query string parameters in the URI and opts hash includes both
    0.03113 seconds ./spec/lib/http_spec.rb:38

Top 10 slowest example groups:
  HTTP::Client
    0.12854 seconds average (8.23 seconds / 64 examples) ./spec/lib/http/client_spec.rb:8
  HTTP::Features::Instrumentation
    0.00653 seconds average (0.01305 seconds / 2 examples) ./spec/lib/http/features/instrumentation_spec.rb:3
  HTTP
    0.00549 seconds average (0.34595 seconds / 63 examples) ./spec/lib/http_spec.rb:9
  HTTP::Connection
    0.00086 seconds average (0.00172 seconds / 2 examples) ./spec/lib/http/connection_spec.rb:3
  HTTP::Redirector
    0.00081 seconds average (0.02916 seconds / 36 examples) ./spec/lib/http/redirector_spec.rb:3
  HTTP::Headers::Mixin
    0.00053 seconds average (0.00158 seconds / 3 examples) ./spec/lib/http/headers/mixin_spec.rb:3
  HTTP::Options
    0.00045 seconds average (0.0009 seconds / 2 examples) ./spec/lib/http/options_spec.rb:3
  HTTP::Response::Parser
    0.00042 seconds average (0.00169 seconds / 4 examples) ./spec/lib/http/response/parser_spec.rb:3
  HTTP::Features::AutoInflate
    0.0004 seconds average (0.00279 seconds / 7 examples) ./spec/lib/http/features/auto_inflate_spec.rb:3
  HTTP::Request
    0.00038 seconds average (0.01718 seconds / 45 examples) ./spec/lib/http/request_spec.rb:4

Finished in 8.75 seconds (files took 0.47176 seconds to load)
811 examples, 12 failures, 34 pending

Failed examples:

rspec ./spec/lib/http/client_spec.rb:143 # HTTP::Client parsing params does not corrupts index-less arrays
rspec ./spec/lib/http/client_spec.rb:119 # HTTP::Client parsing params combines GET params from the URI with the passed in params
rspec ./spec/lib/http/client_spec.rb:111 # HTTP::Client parsing params accepts params within the provided URL
rspec ./spec/lib/http_spec.rb:38 # HTTP getting resources with query string parameters in the URI and opts hash includes both
rspec ./spec/lib/http_spec.rb:340 # HTTP.cookies properly merges cookies
rspec ./spec/lib/http_spec.rb:328 # HTTP.cookies passes correct `Cookie` header
rspec ./spec/lib/http_spec.rb:333 # HTTP.cookies properly works with cookie jars from response
rspec ./spec/lib/http_spec.rb:347 # HTTP.cookies properly merges Cookie headers and cookies
rspec ./spec/lib/http/response_spec.rb:156 # HTTP::Response#cookies does not contains cookies limited to non-requeted uri
rspec ./spec/lib/http/response_spec.rb:152 # HTTP::Response#cookies contains cookies limited to domain of request uri
rspec ./spec/lib/http/response_spec.rb:148 # HTTP::Response#cookies contains cookies without domain restriction
rspec ./spec/lib/http/response_spec.rb:146 # HTTP::Response#cookies 

Randomized with seed 59527

Coverage report generated for RSpec to /<<PKGBUILDDIR>>/coverage.
Line Coverage: 92.94% (1263 / 1359)
[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.3 -I/usr/share/rubygems-integration/all/gems/rspec-support-3.13.7/lib:/usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib /usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/exe/rspec --pattern ./spec/\*\*/\*_spec.rb --format documentation failed
/usr/lib/ruby/vendor_ruby/gem2deb.rb:52:in `run': /usr/bin/ruby3.3 /usr/bin/gem2deb-test-runner (Gem2Deb::CommandFailed)
	from /usr/lib/ruby/vendor_ruby/gem2deb.rb:64:in `block in run_ruby'
	from /usr/lib/ruby/vendor_ruby/gem2deb.rb:87:in `maybe_crossbuild'
	from /usr/lib/ruby/vendor_ruby/gem2deb.rb:63:in `run_ruby'
	from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:189:in `run_tests_for_version'
	from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:176:in `block in run_tests'
	from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:175:in `each'
	from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:175:in `run_tests'
	from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:71:in `run_tests'
	from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:57:in `install'
	from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:163:in `install'
	from /usr/bin/dh_ruby:89:in `<main>'
dh_auto_install: error: dh_ruby --install /<<PKGBUILDDIR>>/debian/ruby-http returned exit code 1
make: *** [debian/rules:6: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit status 2
--------------------------------------------------------------------------------



More information about the Pkg-ruby-extras-maintainers mailing list