Your message dated Mon, 06 Feb 2023 17:41:37 +0000
with message-id <[email protected]>
and subject line Bug#1030406: fixed in ruby-typhoeus 1.4.0-3
has caused the Debian Bug report #1030406,
regarding ruby-typhoeus: FTBFS: ERROR: Test "ruby3.1" failed: 
Failure/Error: request.on_complete { |response| expect(response).not_to 
be_nil ; expect(response.headers).to eq(headers) ; expect(response.body).to 
be_empty }
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 [email protected]
immediately.)


-- 
1030406: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1030406
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: ruby-typhoeus
Version: 1.4.0-2.1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: [email protected]
Usertags: ftbfs-20230203 ftbfs-bookworm

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
>      Failure/Error: request.on_complete { |response| 
> expect(response).not_to be_nil ; expect(response.headers).to eq(headers) ; 
> expect(response.body).to be_empty }
>      
>        expected: #<Typhoeus::Response::Header({})>
>             got: 
> #<Typhoeus::Response::Header({"Connection"=>"Keep-Alive", 
> "Content-Length"=>"1025", "Content-Type"=>"...nt-Type-Options"=>"nosniff", 
> "X-Frame-Options"=>"SAMEORIGIN", "X-Xss-Protection"=>"1; mode=block"})>
>      
>        (compared using ==)
>      
>        Diff:
>        @@ -1,8 +1,15 @@
>        -{}
>        +{"Content-Type"=>"text/html;charset=utf-8",
>        + "Content-Length"=>"1025",
>        + "X-Xss-Protection"=>"1; mode=block",
>        + "X-Content-Type-Options"=>"nosniff",
>        + "X-Frame-Options"=>"SAMEORIGIN",
>        + "Server"=>"WEBrick/1.7.0 (Ruby/3.1.2/2022-04-12)",
>        + "Date"=>"Sat, 04 Feb 2023 02:48:33 GMT",
>        + "Connection"=>"Keep-Alive"}
>        
>      # 
> /usr/share/rubygems-integration/all/gems/rspec-support-3.12.0/lib/rspec/support.rb:102:in
>  `block in <module:Support>'
>      # 
> /usr/share/rubygems-integration/all/gems/rspec-support-3.12.0/lib/rspec/support.rb:111:in
>  `notify_failure'
>      # 
> /usr/share/rubygems-integration/all/gems/rspec-expectations-3.12.1/lib/rspec/expectations/fail_with.rb:35:in
>  `fail_with'
>      # 
> /usr/share/rubygems-integration/all/gems/rspec-expectations-3.12.1/lib/rspec/expectations/handler.rb:38:in
>  `handle_failure'
>      # 
> /usr/share/rubygems-integration/all/gems/rspec-expectations-3.12.1/lib/rspec/expectations/handler.rb:56:in
>  `block in handle_matcher'
>      # 
> /usr/share/rubygems-integration/all/gems/rspec-expectations-3.12.1/lib/rspec/expectations/handler.rb:27:in
>  `with_matcher'
>      # 
> /usr/share/rubygems-integration/all/gems/rspec-expectations-3.12.1/lib/rspec/expectations/handler.rb:48:in
>  `handle_matcher'
>      # 
> /usr/share/rubygems-integration/all/gems/rspec-expectations-3.12.1/lib/rspec/expectations/expectation_target.rb:65:in
>  `to'
>      # 
> /usr/share/rubygems-integration/all/gems/rspec-expectations-3.12.1/lib/rspec/expectations/expectation_target.rb:101:in
>  `to'
>      # ./spec/typhoeus/request/operations_spec.rb:56:in `block (4 
> levels) in <top (required)>'
>      # ./lib/typhoeus/request/callbacks.rb:146:in `block in 
> execute_callbacks'
>      # ./lib/typhoeus/request/callbacks.rb:145:in `each'
>      # ./lib/typhoeus/request/callbacks.rb:145:in `execute_callbacks'
>      # ./lib/typhoeus/request/operations.rb:35:in `finish'
>      # ./lib/typhoeus/easy_factory.rb:164:in `block in set_callback'
>      # 
> /usr/share/rubygems-integration/all/gems/ethon-0.16.0/lib/ethon/easy/response_callbacks.rb:74:in
>  `block in complete'
>      # 
> /usr/share/rubygems-integration/all/gems/ethon-0.16.0/lib/ethon/easy/response_callbacks.rb:74:in
>  `each'
>      # 
> /usr/share/rubygems-integration/all/gems/ethon-0.16.0/lib/ethon/easy/response_callbacks.rb:74:in
>  `complete'
>      # 
> /usr/share/rubygems-integration/all/gems/ethon-0.16.0/lib/ethon/easy/operations.rb:34:in
>  `perform'
>      # ./lib/typhoeus/request/operations.rb:16:in `run'
>      # ./lib/typhoeus/request/cacheable.rb:18:in `run'
>      # ./lib/typhoeus/request/block_connection.rb:31:in `run'
>      # ./lib/typhoeus/request/stubbable.rb:25:in `run'
>      # ./lib/typhoeus/request/before.rb:26:in `run'
>      # ./spec/typhoeus/request/operations_spec.rb:57:in `block (3 
> levels) in <top (required)>'
>      # 
> /usr/share/rubygems-integration/all/gems/rspec-core-3.12.0/lib/rspec/core/example.rb:263:in
>  `instance_exec'
>      # 
> /usr/share/rubygems-integration/all/gems/rspec-core-3.12.0/lib/rspec/core/example.rb:263:in
>  `block in run'
>      # 
> /usr/share/rubygems-integration/all/gems/rspec-core-3.12.0/lib/rspec/core/example.rb:511:in
>  `block in with_around_and_singleton_context_hooks'
>      # 
> /usr/share/rubygems-integration/all/gems/rspec-core-3.12.0/lib/rspec/core/example.rb:468:in
>  `block in with_around_example_hooks'
>      # 
> /usr/share/rubygems-integration/all/gems/rspec-core-3.12.0/lib/rspec/core/hooks.rb:486:in
>  `block in run'
>      # 
> /usr/share/rubygems-integration/all/gems/rspec-core-3.12.0/lib/rspec/core/hooks.rb:624:in
>  `run_around_example_hooks_for'
>      # 
> /usr/share/rubygems-integration/all/gems/rspec-core-3.12.0/lib/rspec/core/hooks.rb:486:in
>  `run'
>      # 
> /usr/share/rubygems-integration/all/gems/rspec-core-3.12.0/lib/rspec/core/example.rb:468:in
>  `with_around_example_hooks'
>      # 
> /usr/share/rubygems-integration/all/gems/rspec-core-3.12.0/lib/rspec/core/example.rb:511:in
>  `with_around_and_singleton_context_hooks'
>      # 
> /usr/share/rubygems-integration/all/gems/rspec-core-3.12.0/lib/rspec/core/example.rb:259:in
>  `run'
>      # 
> /usr/share/rubygems-integration/all/gems/rspec-core-3.12.0/lib/rspec/core/example_group.rb:646:in
>  `block in run_examples'
>      # 
> /usr/share/rubygems-integration/all/gems/rspec-core-3.12.0/lib/rspec/core/example_group.rb:642:in
>  `map'
>      # 
> /usr/share/rubygems-integration/all/gems/rspec-core-3.12.0/lib/rspec/core/example_group.rb:642:in
>  `run_examples'
>      # 
> /usr/share/rubygems-integration/all/gems/rspec-core-3.12.0/lib/rspec/core/example_group.rb:607:in
>  `run'
>      # 
> /usr/share/rubygems-integration/all/gems/rspec-core-3.12.0/lib/rspec/core/example_group.rb:608:in
>  `block in run'
>      # 
> /usr/share/rubygems-integration/all/gems/rspec-core-3.12.0/lib/rspec/core/example_group.rb:608:in
>  `map'
>      # 
> /usr/share/rubygems-integration/all/gems/rspec-core-3.12.0/lib/rspec/core/example_group.rb:608:in
>  `run'
>      # 
> /usr/share/rubygems-integration/all/gems/rspec-core-3.12.0/lib/rspec/core/runner.rb:121:in
>  `block (3 levels) in run_specs'
>      # 
> /usr/share/rubygems-integration/all/gems/rspec-core-3.12.0/lib/rspec/core/runner.rb:121:in
>  `map'
>      # 
> /usr/share/rubygems-integration/all/gems/rspec-core-3.12.0/lib/rspec/core/runner.rb:121:in
>  `block (2 levels) in run_specs'
>      # 
> /usr/share/rubygems-integration/all/gems/rspec-core-3.12.0/lib/rspec/core/configuration.rb:2070:in
>  `with_suite_hooks'
>      # 
> /usr/share/rubygems-integration/all/gems/rspec-core-3.12.0/lib/rspec/core/runner.rb:116:in
>  `block in run_specs'
>      # 
> /usr/share/rubygems-integration/all/gems/rspec-core-3.12.0/lib/rspec/core/reporter.rb:74:in
>  `report'
>      # 
> /usr/share/rubygems-integration/all/gems/rspec-core-3.12.0/lib/rspec/core/runner.rb:115:in
>  `run_specs'
>      # 
> /usr/share/rubygems-integration/all/gems/rspec-core-3.12.0/lib/rspec/core/runner.rb:89:in
>  `run'
>      # 
> /usr/share/rubygems-integration/all/gems/rspec-core-3.12.0/lib/rspec/core/runner.rb:71:in
>  `run'
>      # 
> /usr/share/rubygems-integration/all/gems/rspec-core-3.12.0/lib/rspec/core/runner.rb:45:in
>  `invoke'
>      # 
> /usr/share/rubygems-integration/all/gems/rspec-core-3.12.0/exe/rspec:4:in 
> `<main>'
> 
> Finished in 0.89876 seconds (files took 1.11 seconds to load)
> 450 examples, 2 failures, 1 pending
> 
> Failed examples:
> 
> rspec ./spec/typhoeus/request/operations_spec.rb:60 # 
> Typhoeus::Request::Operations#run calls on_headers and on_complete
> rspec ./spec/typhoeus/request/operations_spec.rb:52 # 
> Typhoeus::Request::Operations#run calls on_headers and on_body
> 
> Randomized with seed 46209
> 
> /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 failed
> ERROR: Test "ruby3.1" failed: 


The full build log is available from:
http://qa-logs.debian.net/2023/02/03/ruby-typhoeus_1.4.0-2.1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230203;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230203&[email protected]&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: ruby-typhoeus
Source-Version: 1.4.0-3
Done: Daniel Leidert <[email protected]>

We believe that the bug you reported is fixed in the latest version of
ruby-typhoeus, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Daniel Leidert <[email protected]> (supplier of updated ruby-typhoeus 
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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 06 Feb 2023 18:01:22 +0100
Source: ruby-typhoeus
Architecture: source
Version: 1.4.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Team 
<[email protected]>
Changed-By: Daniel Leidert <[email protected]>
Closes: 1030406
Changes:
 ruby-typhoeus (1.4.0-3) unstable; urgency=medium
 .
   * Team upload.
   * d/control (Standards-Version): Bump to 4.6.2.
     (Depends): Use ${ruby:Depends}.
   * d/copyright: Add Upstream-Contact.
     (Copyright): Update dates.
     (Source): Use HTTPS.
   * d/ruby-tests.rake: Minor update.
   * d/watch: Change to github address.
   * d/patches/remove-rubygems-bundler.patch: Add patch.
     - Fix compatibility with Ruby 3.1.
   * d/patches/expect-tests-to-fail-with-ethon-0.16.patch: Add patch.
     - Mark some tests to fail which require adjustments due to ethon changing
       its behavior (closes: #1030406).
   * d/patches/series: Add new patch.
   * d/upstream/metadata: Add missing YAML header and Archive field.
Checksums-Sha1:
 9e365a2111f4b46823f84c0b19574d09f3d71cfc 2153 ruby-typhoeus_1.4.0-3.dsc
 745e55372cdd39380ba3e35ceef5f888b90cf6c8 5216 
ruby-typhoeus_1.4.0-3.debian.tar.xz
 797d7380b6193096256c736668e9776d326b6da3 9944 
ruby-typhoeus_1.4.0-3_amd64.buildinfo
Checksums-Sha256:
 e0fa958a3bca8f00db76282f8346c187b970efb1f1e922b179f60e51977a2b48 2153 
ruby-typhoeus_1.4.0-3.dsc
 06d772073e64e452a5b4e58f8b6baf44e5b7dccc7b46cd52619c96b63462678e 5216 
ruby-typhoeus_1.4.0-3.debian.tar.xz
 ff26d58cf28a4a5a514249cd71da8ceb56f2066d09b600f5b82fa168947615ff 9944 
ruby-typhoeus_1.4.0-3_amd64.buildinfo
Files:
 58f2448f130f75ddec98a8b296d060ed 2153 ruby optional ruby-typhoeus_1.4.0-3.dsc
 4c05182b7253e7c090a17526a31fa648 5216 ruby optional 
ruby-typhoeus_1.4.0-3.debian.tar.xz
 73c81876cca782328d2f0f66909e1e44 9944 ruby optional 
ruby-typhoeus_1.4.0-3_amd64.buildinfo

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

iQIzBAEBCgAdFiEEvu1N7VVEpMA+KD3HS80FZ8KW0F0FAmPhMrMACgkQS80FZ8KW
0F0GahAAvOrsH6SW6bVekV3bAhdCeKBVpfOqxcNx1DlBRsbKWJi4gGSYexKd9qzl
PAu/OnMFMm6brhIbKbpByyVQfZm8q2E2q8xQD7Yu1Jrn6/VtSJqop5RZzrEPtWkk
FfnpE2uIP75cJ6p375PAXW3mIbgDyIz3+6L23VPRfvQJurKLhhNPC873BWHVRW6r
18JlDB2nfIw/C4z67AtD4ajwDY0iV+j41yCOhY+gv2jBra0eTl+QRZ3MXkkH7cRS
f6nImkSEKT37cKpkWCYBggk9TF+FHzCuRgTs96Y40VdWF9A51JBUlduc1Dd9wJSA
9QIXWUrLT8uyKprydqYbHlIxfKW9K62e8reaErhM39lCu32KVYwQN0mhRsAvGwQy
IFKygwCUss3t/T//pN41S/LeQ3QfO/9A3QXV5N/fY/s9ztaFR0lgGDC0dZ6CKWNq
fzzlW8Q6Y0arQFrw3/E7JYpWToa3f3c+Yn1ZfgrJv6wosGxVTheOBkwlbiKYmkNF
UxuExGSNK7leHtbBpeUhoEIyiuSitzeHN1BakDJXZiDp1FWYcrzpW7Smr1I0ViEr
VRwNvy40F4i8asQ1yXwaRnz7gX+mRlvuARnqiANJPd1NnN6Ob38MEvr37m0kCJjw
MswsHW+QbFOz64WxoW/6i1Ix8cueem70SQRAS3qPZnDJLAFgh3s=
=z6jd
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Pkg-ruby-extras-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers

Reply via email to