Your message dated Fri, 22 Sep 2017 09:08:10 +0000
with message-id <[email protected]>
and subject line Bug#867649: fixed in ruby-flowdock 0.7.1-1
has caused the Debian Bug report #867649,
regarding ruby-flowdock: FTBFS: ERROR: Test "ruby2.3" failed: Failure/Error: 
resp = self.class.delete(api_url(path), :basic_auth => {:username => 
@api_token, :password => ''}, :headers => headers)
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.)


-- 
867649: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=867649
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: ruby-flowdock
Version: 0.7.0-1
Severity: serious
Tags: stretch sid
User: [email protected]
Usertags: qa-ftbfs-20170707 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):
>      Failure/Error: resp = self.class.delete(api_url(path), :basic_auth => 
> {:username => @api_token, :password => ''}, :headers => headers)
> 
>      WebMock::NetConnectNotAllowedError:
>        Real HTTP connections are disabled. Unregistered request: DELETE 
> https://api.flowdock.com/v1/some_path with headers 
> {'Accept'=>'application/json', 'Authorization'=>'Basic 
> NWJmYmJmZjk1ODEzMWFjNzo=', 'Content-Type'=>'application/json'}
> 
>        You can stub this request with the following snippet:
> 
>        stub_request(:delete, "https://api.flowdock.com/v1/some_path";).
>          with(headers: {'Accept'=>'application/json', 'Authorization'=>'Basic 
> NWJmYmJmZjk1ODEzMWFjNzo=', 'Content-Type'=>'application/json'}).
>          to_return(status: 200, body: "", headers: {})
> 
>        registered request stubs:
> 
>        stub_request(:delete, 
> "https://5bfbbff958131ac7:@api.flowdock.com/v1/some_path";).
>          with(headers: {'Accept'=>'application/json', 
> 'Content-Type'=>'application/json'})
> 
>        ============================================================
>      # ./lib/flowdock.rb:188:in `delete'
>      # ./spec/flowdock_spec.rb:460:in `block (4 levels) in <top (required)>'
> 
> Deprecation Warnings:
> 
> Using `should_not` from rspec-expectations' old `:should` syntax without 
> explicitly enabling the syntax is deprecated. Use the new `:expect` syntax or 
> explicitly enable `:should` with `config.expect_with(:rspec) { |c| c.syntax = 
> :should }` instead. Called from /<<PKGBUILDDIR>>/spec/flowdock_spec.rb:6:in 
> `block (3 levels) in <top (required)>'.
> 
> 
> If you need more of the backtrace for any of these deprecations to
> identify where to make the necessary changes, you can configure
> `config.raise_errors_for_deprecations!`, and it will turn the
> deprecation warnings into errors, giving you the full backtrace.
> 
> 1 deprecation warning total
> 
> Finished in 0.06967 seconds (files took 0.66419 seconds to load)
> 39 examples, 8 failures
> 
> Failed examples:
> 
> rspec ./spec/flowdock_spec.rb:379 # Flowdock::Client with api_token posting 
> to chat posts to /messages
> rspec ./spec/flowdock_spec.rb:388 # Flowdock::Client with api_token posting 
> to chat posts to /comments
> rspec ./spec/flowdock_spec.rb:397 # Flowdock::Client with api_token posting 
> to chat posts to /private/:user_id/messages
> rspec ./spec/flowdock_spec.rb:417 # Flowdock::Client with api_token posting 
> to chat handles error responses
> rspec ./spec/flowdock_spec.rb:428 # Flowdock::Client with api_token GET does 
> abstract get with params
> rspec ./spec/flowdock_spec.rb:437 # Flowdock::Client with api_token POST does 
> abstract post with body
> rspec ./spec/flowdock_spec.rb:447 # Flowdock::Client with api_token PUT does 
> abstract put with body
> rspec ./spec/flowdock_spec.rb:456 # Flowdock::Client with api_token DELETE 
> does abstract delete with params
> 
> /usr/bin/ruby2.3 /usr/bin/rspec --pattern ./spec/\*\*/\*_spec.rb --format 
> documentation failed
> ERROR: Test "ruby2.3" failed: 

The full build log is available from:
   http://aws-logs.debian.net/2017/07/07/ruby-flowdock_0.7.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-flowdock
Source-Version: 0.7.1-1

We believe that the bug you reported is fixed in the latest version of
ruby-flowdock, 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-flowdock 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, 22 Sep 2017 13:20:17 +0530
Source: ruby-flowdock
Binary: ruby-flowdock
Architecture: source
Version: 0.7.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers 
<[email protected]>
Changed-By: Pirate Praveen <[email protected]>
Description:
 ruby-flowdock - Ruby library for using Flowdock's API
Closes: 867649
Changes:
 ruby-flowdock (0.7.1-1) unstable; urgency=medium
 .
   * New upstream release
   * Port tests to webmock 3.0 with patch by kp (Closes: #867649)
Checksums-Sha1:
 7da21f47963ddf03efaf60067fe7413e33e497f7 2135 ruby-flowdock_0.7.1-1.dsc
 1ac63e54cba374595ed81afd802a2a1261462fd3 9820 ruby-flowdock_0.7.1.orig.tar.gz
 37dcc0e65373c368651fa7efcd7b45ff99980724 3232 
ruby-flowdock_0.7.1-1.debian.tar.xz
 73a721c1807bfaca3890465b346d51e3d50e3e07 8541 
ruby-flowdock_0.7.1-1_source.buildinfo
Checksums-Sha256:
 276d9735fdc54ed4a6f12962505ffef28f7654739495ab3357598afa15d8856b 2135 
ruby-flowdock_0.7.1-1.dsc
 f2fae1ca8b8e426580a84893710d637181b0e9d16ba5938ec6645c7596518265 9820 
ruby-flowdock_0.7.1.orig.tar.gz
 61262cd62a1169116278b23dfab8ed6f01bde1e4c2fc3f621e892c164073c2e7 3232 
ruby-flowdock_0.7.1-1.debian.tar.xz
 d0eadf2090ce45f01f5b21f8dc9828305744b11e7e8e173531ece53c59eee063 8541 
ruby-flowdock_0.7.1-1_source.buildinfo
Files:
 d61a189c41817dd6b3045eb7b43d7355 2135 ruby optional ruby-flowdock_0.7.1-1.dsc
 485c6b44bb11f56baeac330ba9a3b7cd 9820 ruby optional 
ruby-flowdock_0.7.1.orig.tar.gz
 f85c72c225fbd0b8a6eb71717b189c48 3232 ruby optional 
ruby-flowdock_0.7.1-1.debian.tar.xz
 c2870eb73ed68f6b44e0d89e7fd04f16 8541 ruby optional 
ruby-flowdock_0.7.1-1_source.buildinfo

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

iQIzBAEBCAAdFiEEKnl0ri/BUtd4Z9pKzh+cZ0USwioFAlnExrEACgkQzh+cZ0US
wir83w/8Dyl3bOinY3jdrfNEh5OP+F/kdnFN5TwCq8ye4NmSBe8qUWMA0Kve6Pzd
EPKwQ0rmJ7Rf8nZMILYwj9hwRK8Knq7GIeSQw7OrdJnvysD4/PBHXp4v1nV8fuQ+
z0RNAlThbzNy7wifmQxXO1gFuF476k5LzpeRaf7jB1M9cGkuuIVI5nFcn0IQ8Wnz
Zn/Ax3ajzcj9pwvHUzePolLh3MpSQewhx2NoKMsmlWjEYmabtZI+Ufd17+uqXBXH
xTykVOi6GwnTzciZSBkID4fOAPjeAkHl9Vn+L+qZGRn4cUeEMNIALjZ/pYIUgi+W
N94D7IDqY/0bNEdYf0y/vWZyq+UG55lm6lOJFstcT65btQxSg2aDmOFY+ZnUKYfc
TI51+zj05JCULxBdN00ytkt2RKOl/C9cg54Ztjv3cFOaIUKKjowkKrzpbPBRgYOU
r0dEOwzJtX5wc1XXsjJhiic6qx6QxkYROmPRnZJB8/Okq/SA7LEpm8ypHIw9PXF0
U+C1nBFuEd8Q9A2Oe8A510ALJAkvDU4ROdMFdKIlB4wc52IqtofcNXcm7BZj0F1v
SOK+ON8Xg2+fHWZ/ltlAE0ipCzSy3+2c5P+4FLh7zU2gd22i8PGeLo3BvhDWYGY8
X/AJheTFeDd4PynfG7bK2erKF2gQHSNynxbGNmvhX7vHcQ5I0Vk=
=SwXr
-----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