Your message dated Wed, 26 Feb 2020 14:52:44 +0000
with message-id <e1j6y3i-000iwk...@fasolo.debian.org>
and subject line Bug#952069: fixed in ruby-http-form-data 2.2.0-1
has caused the Debian Bug report #952069,
regarding ruby-http-form-data: FTBFS: ERROR: Test "ruby2.7" failed: 
Failure/Error: outbuf = outbuf.to_s.clear
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.)


-- 
952069: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=952069
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ruby-http-form-data
Version: 2.1.0-2
Severity: serious
Justification: FTBFS on amd64
Tags: buster sid
Usertags: ftbfs-20200222 ftbfs-buster

Hi,

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

Relevant part (hopefully):
>       Failure/Error: outbuf = outbuf.to_s.clear
> 
>       FrozenError:
>         can't modify frozen String: ""
>       # ./lib/http/form_data/composite_io.rb:32:in `clear'
>       # ./lib/http/form_data/composite_io.rb:32:in `read'
>       # ./lib/http/form_data/readable.rb:24:in `read'
>       # ./lib/http/form_data/readable.rb:12:in `to_s'
>       # ./spec/lib/http/form_data/multipart_spec.rb:133:in `block (3 levels) 
> in <top (required)>'
> 
> Top 10 slowest examples (0.01071 seconds, 28.6% of total time):
>   HTTP::FormData.create when form has file in an array param is expected to 
> be a kind of HTTP::FormData::Multipart
>     0.00153 seconds ./spec/lib/http/form_data_spec.rb:21
>   HTTP::FormData::Urlencoded#to_s rewinds content
>     0.0013 seconds ./spec/lib/http/form_data/urlencoded_spec.rb:32
>   HTTP::FormData::CompositeIO#initialize fails if an IO is neither a String 
> nor an IO
>     0.0013 seconds ./spec/lib/http/form_data/composite_io_spec.rb:14
>   HTTP::FormData::Multipart#boundary returns a new boundary
>     0.00112 seconds ./spec/lib/http/form_data/multipart_spec.rb:137
>   HTTP::FormData::Multipart#rewind rewinds the multipart data IO
>     0.00098 seconds ./spec/lib/http/form_data/multipart_spec.rb:105
>   HTTP::FormData::File#to_s when file given as a Pathname is expected to eq 
> "The HTTP Gem is an easy-to-use client library for making requests from 
> Ruby.\n"
>     0.00094 seconds ./spec/lib/http/form_data/file_spec.rb:49
>   HTTP::FormData::File#to_s when file given as a String is expected to eq 
> "The HTTP Gem is an easy-to-use client library for making requests from 
> Ruby.\n"
>     0.00094 seconds ./spec/lib/http/form_data/file_spec.rb:38
>   HTTP::FormData::Urlencoded#content_length with unicode chars is expected to 
> eq 37
>     0.0009 seconds ./spec/lib/http/form_data/urlencoded_spec.rb:19
>   HTTP::FormData.ensure_hash when Hash given is expected to eq {:foo=>:bar}
>     0.00086 seconds ./spec/lib/http/form_data_spec.rb:30
>   HTTP::FormData::File#filename when file given as File and filename given 
> with options is expected to eq "foobar.txt"
>     0.00084 seconds ./spec/lib/http/form_data/file_spec.rb:183
> 
> Top 6 slowest example groups:
>   HTTP::FormData
>     0.0007 seconds average (0.0049 seconds / 7 examples) 
> ./spec/lib/http/form_data_spec.rb:3
>   HTTP::FormData::Urlencoded
>     0.00051 seconds average (0.00457 seconds / 9 examples) 
> ./spec/lib/http/form_data/urlencoded_spec.rb:4
>   HTTP::FormData::Multipart
>     0.00049 seconds average (0.00687 seconds / 14 examples) 
> ./spec/lib/http/form_data/multipart_spec.rb:3
>   HTTP::FormData::File
>     0.00046 seconds average (0.01431 seconds / 31 examples) 
> ./spec/lib/http/form_data/file_spec.rb:4
>   HTTP::FormData::CompositeIO
>     0.00031 seconds average (0.00437 seconds / 14 examples) 
> ./spec/lib/http/form_data/composite_io_spec.rb:3
>   HTTP::FormData::Part
>     0.00022 seconds average (0.00194 seconds / 9 examples) 
> ./spec/lib/http/form_data/part_spec.rb:3
> 
> Finished in 0.03743 seconds (files took 0.32371 seconds to load)
> 84 examples, 18 failures
> 
> Failed examples:
> 
> rspec ./spec/lib/http/form_data/composite_io_spec.rb:9 # 
> HTTP::FormData::CompositeIO#initialize accepts IOs and strings
> rspec ./spec/lib/http/form_data/composite_io_spec.rb:62 # 
> HTTP::FormData::CompositeIO#read returns nil when no partial data was 
> retrieved with a buffer
> rspec ./spec/lib/http/form_data/composite_io_spec.rb:25 # 
> HTTP::FormData::CompositeIO#read reads partial data
> rspec ./spec/lib/http/form_data/composite_io_spec.rb:69 # 
> HTTP::FormData::CompositeIO#read returns data in binary encoding
> rspec ./spec/lib/http/form_data/composite_io_spec.rb:37 # 
> HTTP::FormData::CompositeIO#read returns nil when no partial data was 
> retrieved
> rspec ./spec/lib/http/form_data/composite_io_spec.rb:80 # 
> HTTP::FormData::CompositeIO#read reads data in bytes
> rspec ./spec/lib/http/form_data/composite_io_spec.rb:21 # 
> HTTP::FormData::CompositeIO#read reads all data
> rspec ./spec/lib/http/form_data/composite_io_spec.rb:32 # 
> HTTP::FormData::CompositeIO#read returns empty string when no data was 
> retrieved
> rspec ./spec/lib/http/form_data/composite_io_spec.rb:92 # 
> HTTP::FormData::CompositeIO#rewind rewinds all IOs
> rspec ./spec/lib/http/form_data/multipart_spec.rb:18 # 
> HTTP::FormData::Multipart#to_s properly generates multipart data
> rspec ./spec/lib/http/form_data/multipart_spec.rb:33 # 
> HTTP::FormData::Multipart#to_s rewinds content
> rspec ./spec/lib/http/form_data/multipart_spec.rb:62 # 
> HTTP::FormData::Multipart#to_s with filename set to nil doesn't include a 
> filename
> rspec ./spec/lib/http/form_data/multipart_spec.rb:79 # 
> HTTP::FormData::Multipart#to_s with content type set to nil doesn't include a 
> filename
> rspec ./spec/lib/http/form_data/multipart_spec.rb:44 # 
> HTTP::FormData::Multipart#to_s with user-defined boundary uses the given 
> boundary
> rspec ./spec/lib/http/form_data/multipart_spec.rb:105 # 
> HTTP::FormData::Multipart#rewind rewinds the multipart data IO
> rspec ./spec/lib/http/form_data/multipart_spec.rb:93 # 
> HTTP::FormData::Multipart#size returns bytesize of multipart data
> rspec ./spec/lib/http/form_data/multipart_spec.rb:99 # 
> HTTP::FormData::Multipart#read returns multipart data
> rspec ./spec/lib/http/form_data/multipart_spec.rb:133 # 
> HTTP::FormData::Multipart#content_length 
> 
> Randomized with seed 6150
> 
> Coverage report generated for RSpec to /<<PKGBUILDDIR>>/coverage. 180 / 182 
> LOC (98.9%) covered.
> [Coveralls] Outside the CI environment, not sending data.
> SimpleCov failed with exit 1
> /usr/bin/ruby2.7 
> -I/usr/share/rubygems-integration/all/gems/rspec-support-3.9.2/lib:/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib
>  /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/exe/rspec 
> --pattern ./spec/\*\*/\*_spec.rb --format documentation failed
> ERROR: Test "ruby2.7" failed: 

The full build log is available from:
   http://qa-logs.debian.net/2020/02/22/ruby-http-form-data_2.1.0-2_unstable.log

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!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: ruby-http-form-data
Source-Version: 2.2.0-1
Done: Daniel Leidert <dleid...@debian.org>

We believe that the bug you reported is fixed in the latest version of
ruby-http-form-data, 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 952...@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-http-form-data 
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: Wed, 26 Feb 2020 14:44:52 +0100
Source: ruby-http-form-data
Architecture: source
Version: 2.2.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers 
<pkg-ruby-extras-maintain...@lists.alioth.debian.org>
Changed-By: Daniel Leidert <dleid...@debian.org>
Closes: 952069
Changes:
 ruby-http-form-data (2.2.0-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream release.
     - Fixes Ruby2.7 compatibility issues (closes: #952069).
 .
   * d/compat: Remove obsolete file.
   * d/control: Add Rules-Requires-Root field.
     (Build-Depends): Use debhelper-compat version 12.
     (Standards-Version): Bump to 4.5.0.
     (Depends): Use ${ruby:Depends} and remove interpreter.
   * d/rules: Add override to install upstream CHANGES.md.
   * d/upstream/metadata: Add metadata.
Checksums-Sha1:
 371aef23401d0eb294971532cc5bff3ba0dbd96b 2162 ruby-http-form-data_2.2.0-1.dsc
 c18d7ccbc054eb47899ce13c29bdba58c01d7ceb 13727 
ruby-http-form-data_2.2.0.orig.tar.gz
 6a4ca66bf9b29adc34e2505c86ddbda7338cb88b 2660 
ruby-http-form-data_2.2.0-1.debian.tar.xz
 3e9668ddb5ff4d9aa7c613cbb73ec4f41f941342 9739 
ruby-http-form-data_2.2.0-1_amd64.buildinfo
Checksums-Sha256:
 f35673264b249b3cdc2bd0f709663d0a9c5fe24d7d23cff2b8e46077e2e2791c 2162 
ruby-http-form-data_2.2.0-1.dsc
 fb07cf626d8c322a626bd4887c1667d425c1e7f06a42a33ed1c4236c277ae087 13727 
ruby-http-form-data_2.2.0.orig.tar.gz
 2bc89b8bebf94b47a2a19961b502936cac968945d7cbc30b7473b0d738fe28d7 2660 
ruby-http-form-data_2.2.0-1.debian.tar.xz
 cb7cfa5f08481007f004aa1f69cf7af0bdbc9f9218239c422c6856c403c64036 9739 
ruby-http-form-data_2.2.0-1_amd64.buildinfo
Files:
 b9ffb0f0ad59481c989bf21645c92c0f 2162 ruby optional 
ruby-http-form-data_2.2.0-1.dsc
 e858f26bef9bacbb2daeff972c591d9f 13727 ruby optional 
ruby-http-form-data_2.2.0.orig.tar.gz
 20e4164fa4670cb4d2303763a3bc11d5 2660 ruby optional 
ruby-http-form-data_2.2.0-1.debian.tar.xz
 8ef84f056159503cb4b7c9d2de7d3236 9739 ruby optional 
ruby-http-form-data_2.2.0-1_amd64.buildinfo

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

iQIzBAEBCgAdFiEEvu1N7VVEpMA+KD3HS80FZ8KW0F0FAl5WdswACgkQS80FZ8KW
0F1s2BAAu/jmL6GjeaXuKu7wT/SuSql7WRIJO0jMkV9bBDdV3an42tUFPZbQWGAq
fiHJ1/uQR4PFUoZ+jONrnvTFq9xfic646QdYqYcRL3HZP9d3hDW+PBQOsrOnIRyA
bwkyFLfRAeCDNs9wZIgTZXhB2hsM2tiAzol6uJOqZ0DlDDJ0j/EQh/hedhqRrxez
SFcNdCvrtOsdM2+ozSrTIRZ/pQ4HETboL5xs278aMMMPQ8MUtvXLKfndv5KzOzeo
Q/vEyKJwaO6NT+kDGeDV3jZM79JvZlx1bh85gddexaD55D0oXYb6u937vUIVH059
Ekt2frBpokItX5ss2rfDA9FpaBZCMD+3WpEoSom6SEgDND+wdehiDFG+0GmodsmK
Ja/b5xKhBKGCKBuD04dnY+WgRgj7JYZkoTyYBeolL6P1fb++WZnmXG1MMb/Fo50v
q6GwxD48+Vi+2xpqiqflDVeRc6iaBhDIvxJCs+D9/mZk/5StQZdzRZyiqbu+viah
y4hjkjmGMYcXid+oeCDX1/Wk+bpj2QgtbimS1bTIcOk5haMJLIscLp2rNmF9+Kt/
1+3ym/0ADJSMrFEAfGjZV6Cfolq5TQyyOUX/9Mr5K0FpppFKZESXdGN5K45rpVuS
ZK4fUQT/3PmVdUW2EU3TFrCk6lKezgB1jQr8BKoN425xYCI1Q9Y=
=2hkc
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to