Your message dated Fri, 02 May 2014 11:04:50 +0000
with message-id <[email protected]>
and subject line Bug#746104: fixed in ruby-faraday-middleware 0.9.1-1
has caused the Debian Bug report #746104,
regarding ruby-faraday-middleware: FTBFS: ERROR: Test "ruby2.0" failed
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.)


-- 
746104: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746104
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: ruby-faraday-middleware
Version: 0.9.0-1
Severity: serious
Tags: jessie sid
User: [email protected]
Usertags: qa-ftbfs-20140426 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part (hopefully):
>      NoMethodError:
>        undefined method `parse_body?' for {:body=>[123, 
> {"username"=>"sferik"}, 456]}:Hash
>      # /usr/lib/ruby/vendor_ruby/faraday/response.rb:16:in `on_complete'
>      # ./spec/rashify_spec.rb:44:in `block (3 levels) in <top (required)>'
>      # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:114:in `instance_eval'
>      # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:114:in `block in run'
>      # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:254:in 
> `with_around_each_hooks'
>      # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:111:in `run'
>      # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:390:in `block in 
> run_examples'
>      # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:386:in `map'
>      # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:386:in 
> `run_examples'
>      # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:371:in `run'
>      # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:372:in `block in 
> run'
>      # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:372:in `map'
>      # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:372:in `run'
>      # /usr/lib/ruby/vendor_ruby/rspec/core/command_line.rb:28:in `block (2 
> levels) in run'
>      # /usr/lib/ruby/vendor_ruby/rspec/core/command_line.rb:28:in `map'
>      # /usr/lib/ruby/vendor_ruby/rspec/core/command_line.rb:28:in `block in 
> run'
>      # /usr/lib/ruby/vendor_ruby/rspec/core/reporter.rb:58:in `report'
>      # /usr/lib/ruby/vendor_ruby/rspec/core/command_line.rb:25:in `run'
>      # /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:80:in `run'
>      # /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:17:in `block in autorun'
> 
> Finished in 0.18195 seconds
> 176 examples, 50 failures
> 
> Failed examples:
> 
> rspec ./spec/chunked_spec.rb:42 # FaradayMiddleware::Chunked 
> transfer-encoding chunked doesn't change an empty body
> rspec ./spec/chunked_spec.rb:46 # FaradayMiddleware::Chunked 
> transfer-encoding chunked parses a basic chunked body
> rspec ./spec/chunked_spec.rb:50 # FaradayMiddleware::Chunked 
> transfer-encoding chunked parses a chunked body with no ending chunk
> rspec ./spec/chunked_spec.rb:54 # FaradayMiddleware::Chunked 
> transfer-encoding chunked parses a chunked body with no trailing CRLF on the 
> data chunk
> rspec ./spec/chunked_spec.rb:58 # FaradayMiddleware::Chunked 
> transfer-encoding chunked parses a chunked body with an extension
> rspec ./spec/chunked_spec.rb:62 # FaradayMiddleware::Chunked 
> transfer-encoding chunked parses a chunked body with two extensions
> rspec ./spec/chunked_spec.rb:66 # FaradayMiddleware::Chunked 
> transfer-encoding chunked parses a chunked body with two chunks
> rspec ./spec/chunked_spec.rb:74 # FaradayMiddleware::Chunked 
> transfer-encoding chunked,chunked parses a basic chunked body
> rspec ./spec/mashify_spec.rb:16 # FaradayMiddleware::Mashify when used 
> creates a Hashie::Mash from the body
> rspec ./spec/mashify_spec.rb:22 # FaradayMiddleware::Mashify when used 
> handles strings
> rspec ./spec/mashify_spec.rb:28 # FaradayMiddleware::Mashify when used 
> handles arrays
> rspec ./spec/mashify_spec.rb:35 # FaradayMiddleware::Mashify when used 
> handles arrays of hashes
> rspec ./spec/mashify_spec.rb:42 # FaradayMiddleware::Mashify when used 
> handles nested arrays of hashes
> rspec ./spec/mashify_spec.rb:49 # FaradayMiddleware::Mashify when used 
> handles mixed arrays
> rspec ./spec/mashify_spec.rb:57 # FaradayMiddleware::Mashify when used allows 
> for use of custom Mash subclasses at the class level
> rspec ./spec/mashify_spec.rb:67 # FaradayMiddleware::Mashify when used allows 
> for use of custom Mash subclasses at the instance level
> rspec ./spec/oauth2_spec.rb:65 # FaradayMiddleware::OAuth2 default token 
> configured clears default with empty explicit token
> rspec ./spec/parse_json_spec.rb:63 # FaradayMiddleware::ParseJson chokes on 
> invalid json
> rspec ./spec/parse_json_spec.rb:10 # FaradayMiddleware::ParseJson no type 
> matching nullifies empty body
> rspec ./spec/parse_json_spec.rb:14 # FaradayMiddleware::ParseJson no type 
> matching parses json body
> rspec ./spec/parse_json_spec.rb:24 # FaradayMiddleware::ParseJson with 
> preserving raw parses json body
> rspec ./spec/parse_json_spec.rb:30 # FaradayMiddleware::ParseJson with 
> preserving raw can opt out of preserving raw
> rspec ./spec/parse_json_spec.rb:39 # FaradayMiddleware::ParseJson with regexp 
> type matching parses json body of correct type
> rspec ./spec/parse_json_spec.rb:53 # FaradayMiddleware::ParseJson with array 
> type matching parses json body of correct type
> rspec ./spec/parse_json_spec.rb:88 # FaradayMiddleware::ParseJson with mime 
> type fix corrects compatible type and data
> rspec ./spec/parse_json_spec.rb:94 # FaradayMiddleware::ParseJson with mime 
> type fix corrects compatible type even when data starts with whitespace
> rspec ./spec/parse_json_spec.rb:102 # FaradayMiddleware::ParseJson HEAD 
> responses nullifies the body if it's only one space
> rspec ./spec/parse_json_spec.rb:107 # FaradayMiddleware::ParseJson HEAD 
> responses nullifies the body if it's two spaces
> rspec ./spec/parse_marshal_spec.rb:5 # FaradayMiddleware::ParseMarshal 
> restores a marshaled dump
> rspec ./spec/parse_marshal_spec.rb:9 # FaradayMiddleware::ParseMarshal 
> nulifies blank response
> rspec ./spec/parse_marshal_spec.rb:13 # FaradayMiddleware::ParseMarshal 
> chokes on invalid content
> rspec ./spec/parse_xml_spec.rb:66 # FaradayMiddleware::ParseXml chokes on 
> invalid xml
> rspec ./spec/parse_xml_spec.rb:13 # FaradayMiddleware::ParseXml no type 
> matching turns empty body into empty hash
> rspec ./spec/parse_xml_spec.rb:17 # FaradayMiddleware::ParseXml no type 
> matching parses xml body
> rspec ./spec/parse_xml_spec.rb:27 # FaradayMiddleware::ParseXml with 
> preserving raw parses xml body
> rspec ./spec/parse_xml_spec.rb:33 # FaradayMiddleware::ParseXml with 
> preserving raw can opt out of preserving raw
> rspec ./spec/parse_xml_spec.rb:42 # FaradayMiddleware::ParseXml with regexp 
> type matching parses xml body of correct type
> rspec ./spec/parse_xml_spec.rb:56 # FaradayMiddleware::ParseXml with array 
> type matching parses xml body of correct type
> rspec ./spec/parse_yaml_spec.rb:50 # FaradayMiddleware::ParseYaml chokes on 
> invalid yaml
> rspec ./spec/parse_yaml_spec.rb:10 # FaradayMiddleware::ParseYaml no type 
> matching returns false for empty body
> rspec ./spec/parse_yaml_spec.rb:14 # FaradayMiddleware::ParseYaml no type 
> matching parses yaml body
> rspec ./spec/parse_yaml_spec.rb:24 # FaradayMiddleware::ParseYaml with 
> preserving raw parses yaml body
> rspec ./spec/parse_yaml_spec.rb:30 # FaradayMiddleware::ParseYaml with 
> preserving raw can opt out of preserving raw
> rspec ./spec/parse_yaml_spec.rb:39 # FaradayMiddleware::ParseYaml with regexp 
> type matching parses json body of correct type
> rspec ./spec/rashify_spec.rb:9 # FaradayMiddleware::Rashify when used creates 
> a Hashie::Rash from the body
> rspec ./spec/rashify_spec.rb:15 # FaradayMiddleware::Rashify when used 
> handles strings
> rspec ./spec/rashify_spec.rb:21 # FaradayMiddleware::Rashify when used 
> handles hashes and decamelcase the keys
> rspec ./spec/rashify_spec.rb:28 # FaradayMiddleware::Rashify when used 
> handles arrays
> rspec ./spec/rashify_spec.rb:35 # FaradayMiddleware::Rashify when used 
> handles arrays of hashes
> rspec ./spec/rashify_spec.rb:42 # FaradayMiddleware::Rashify when used 
> handles mixed arrays
> /usr/bin/ruby2.0 -S rspec ./spec/chunked_spec.rb ./spec/encode_json_spec.rb 
> ./spec/follow_redirects_spec.rb ./spec/mashify_spec.rb 
> ./spec/method_override_spec.rb ./spec/oauth2_spec.rb ./spec/oauth_spec.rb 
> ./spec/parse_dates_spec.rb ./spec/parse_json_spec.rb 
> ./spec/parse_marshal_spec.rb ./spec/parse_xml_spec.rb 
> ./spec/parse_yaml_spec.rb ./spec/rashify_spec.rb failed
> ERROR: Test "ruby2.0" failed: 

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2014/04/26/ruby-faraday-middleware_0.9.0-1_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-faraday-middleware
Source-Version: 0.9.1-1

We believe that the bug you reported is fixed in the latest version of
ruby-faraday-middleware, 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.
Pirate Praveen <[email protected]> (supplier of updated 
ruby-faraday-middleware 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: SHA256

Format: 1.8
Date: Fri, 02 May 2014 15:47:27 +0530
Source: ruby-faraday-middleware
Binary: ruby-faraday-middleware
Architecture: source all
Version: 0.9.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Ruby Extras Maintainers 
<[email protected]>
Changed-By: Pirate Praveen <[email protected]>
Description: 
 ruby-faraday-middleware - various middleware for Faraday HTTP/REST library
Closes: 746104
Changes: 
 ruby-faraday-middleware (0.9.1-1) unstable; urgency=low
 .
   * Rebuild with gem2deb >= 0.7.5~ (ruby all)
     - Needed for rubygems-integration to find it
   * Remove 'tmp' directory in clean
 .
   [ Sebastien Badia ]
   * New upstream release.
   * Update upstream homepage location.
   * Faraday 0.9 compatibility (Closes: #746104)
Checksums-Sha1: 
 83e7a485c8ad8cf45140f87630479effc63f1738 2281 
ruby-faraday-middleware_0.9.1-1.dsc
 e9410c025d76987807d702886128481db4f1e1df 21401 
ruby-faraday-middleware_0.9.1.orig.tar.gz
 acf08f7963a9d6ac9aafa61c30c848e438aa0799 2432 
ruby-faraday-middleware_0.9.1-1.debian.tar.gz
 8318ee204745e14b6f32e9a1b00fc3c7c449f3bb 12208 
ruby-faraday-middleware_0.9.1-1_all.deb
Checksums-Sha256: 
 38c131c458ba96278c1c7213cdf00f0c17be86eb5fe0ad7893fdc01413fdae40 2281 
ruby-faraday-middleware_0.9.1-1.dsc
 71bb4002b84d3b5db66839eb912891e18650b39586fc95f4f51e303ecd86970e 21401 
ruby-faraday-middleware_0.9.1.orig.tar.gz
 052de05e28dc2ec131a6d6d85d0b778d38402e18a0a9aacc06cee3b81adc4ee6 2432 
ruby-faraday-middleware_0.9.1-1.debian.tar.gz
 d68c25c62e910b38a25c999fe413c262e881b6bf29315cc3806173a742be7693 12208 
ruby-faraday-middleware_0.9.1-1_all.deb
Files: 
 6d9bb91ee74973b6175ede431fdb3300 2281 ruby optional 
ruby-faraday-middleware_0.9.1-1.dsc
 7d6f90e363be30473ff34d9c91a7936e 21401 ruby optional 
ruby-faraday-middleware_0.9.1.orig.tar.gz
 b93425c9ea434a51ffc575552d3ab9c0 2432 ruby optional 
ruby-faraday-middleware_0.9.1-1.debian.tar.gz
 e94073b0006372f31172a8095f7a7ef5 12208 ruby optional 
ruby-faraday-middleware_0.9.1-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.15 (GNU/Linux)

iQIcBAEBCAAGBQJTY3dMAAoJEM4fnGdFEsIqcysP/At+gW9sWkJgk3VaVDUicq6z
bUUmOuHAmp1BSH5eMwKno2YsfiIdlMhqLXLQWXZ9X7u/nu8RYrko4jZFzkd9IQ47
TPWXGAamBl9hL5/cVY0yvzY+4SJMA0B3Rf7cu6CBswGWP54ht9fKoj2ezWrHPjwS
2mGYDfb46qpbRAsnhCnmUWWmt5qnVIn3RMBAUnj6UwXa9m0n8qmL3UBcQHXd+FSs
d9mVO8bPSAnpQTLGdq/wRCpc9QLzW0p1vNDi2S/+lpDO6Zjk8Pd6vHoROQm8Zq0D
+EMEZRuKJmmVYwsTyFL4SVyjfaz/yxwEQG2hkzpqFjIXSaxcFZsN7bDDX0k6v4n5
uh4zKLLR9WTBC8YipyjMJFgXK/9GWITrBE7/h0rNDLa7HpycvO4TmXfPcRXVaB1u
laGWQrI5I9qhCNKI3SzFCm2+PoYhCNsS0t7joqED+vpV27alOJp4tTVx7B6Lzcjm
RIVNPBiCsRQ4ar7zz5AhtMjIbUjwJ/hzrKSHsMeAfF1hZpflSYEVWYQalSop9XyQ
YWok0bEBHWVYo6WEGafmhY4FDB31ufsGBFkx1RUzL3k67SUTMBUQ2BWHPlzhV+2s
NhQj0fq9gKC20jjXoBnU+FiLnELB8ziJ3LBe6QeWobUw+l/RYClKs1FojFNtffdc
wtZUrTmTaWqq+MDPgDum
=zRQJ
-----END PGP SIGNATURE-----

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

Reply via email to