Your message dated Fri, 22 Sep 2017 09:08:22 +0000
with message-id <[email protected]>
and subject line Bug#867654: fixed in ruby-omniauth-crowd 2.2.3-3
has caused the Debian Bug report #867654,
regarding ruby-omniauth-crowd: FTBFS: ERROR: Test "ruby2.3" failed:
Failure/Error: http.request(req)
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.)
--
867654: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=867654
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: ruby-omniauth-crowd
Version: 2.2.3-2
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: http.request(req)
>
> WebMock::NetConnectNotAllowedError:
> Real HTTP connections are disabled. Unregistered request: POST
> https://crowd.example.org/rest/usermanagement/latest/authentication?username=foo
> with body '<password>
> <value>ba</value>
> </password>' with headers {'Accept'=>'*/*',
> 'Accept-Encoding'=>'gzip;q=1.0,deflate;q=0.6,identity;q=0.3',
> 'Authorization'=>'Basic Ym9ndXNfYXBwOmJvZ3VzX2FwcF9wYXNzd29yZA==',
> 'Content-Type'=>'application/xml', 'User-Agent'=>'Ruby'}
>
> You can stub this request with the following snippet:
>
> stub_request(:post,
> "https://crowd.example.org/rest/usermanagement/latest/authentication?username=foo").
> with(body: "<password>\n <value>ba</value>\n</password>",
> headers: {'Accept'=>'*/*',
> 'Accept-Encoding'=>'gzip;q=1.0,deflate;q=0.6,identity;q=0.3',
> 'Authorization'=>'Basic Ym9ndXNfYXBwOmJvZ3VzX2FwcF9wYXNzd29yZA==',
> 'Content-Type'=>'application/xml', 'User-Agent'=>'Ruby'}).
> to_return(status: 200, body: "", headers: {})
>
> registered request stubs:
>
> stub_request(:post,
> "https://bogus_app:[email protected]/rest/usermanagement/latest/authentication?username=foo")
>
> ============================================================
> # ./lib/omniauth/strategies/crowd/crowd_validator.rb:90:in `block in
> make_request'
> # ./lib/omniauth/strategies/crowd/crowd_validator.rb:83:in `make_request'
> # ./lib/omniauth/strategies/crowd/crowd_validator.rb:99:in
> `make_authorization_request'
> # ./lib/omniauth/strategies/crowd/crowd_validator.rb:61:in
> `retrieve_user_info!'
> # ./lib/omniauth/strategies/crowd/crowd_validator.rb:24:in `user_info'
> # ./lib/omniauth/strategies/crowd.rb:41:in `callback_phase'
> # ./spec/omniauth/strategies/crowd_spec.rb:154:in `block (3 levels) in
> <top (required)>'
>
> Finished in 0.09906 seconds (files took 0.71987 seconds to load)
> 14 examples, 7 failures
>
> Failed examples:
>
> rspec ./spec/omniauth/strategies/crowd_spec.rb:99 #
> OmniAuth::Strategies::Crowd GET /auth/crowd/callback with credentials can be
> successful when using authentication endpoint should call through to the
> master app
> rspec ./spec/omniauth/strategies/crowd_spec.rb:102 #
> OmniAuth::Strategies::Crowd GET /auth/crowd/callback with credentials can be
> successful when using authentication endpoint should have an auth hash
> rspec ./spec/omniauth/strategies/crowd_spec.rb:106 #
> OmniAuth::Strategies::Crowd GET /auth/crowd/callback with credentials can be
> successful when using authentication endpoint should have good data
> rspec ./spec/omniauth/strategies/crowd_spec.rb:128 #
> OmniAuth::Strategies::Crowd GET /auth/crowd/callback with credentials can be
> successful when using session endpoint should call through to the master app
> rspec ./spec/omniauth/strategies/crowd_spec.rb:133 #
> OmniAuth::Strategies::Crowd GET /auth/crowd/callback with credentials can be
> successful when using session endpoint should have an auth hash
> rspec ./spec/omniauth/strategies/crowd_spec.rb:138 #
> OmniAuth::Strategies::Crowd GET /auth/crowd/callback with credentials can be
> successful when using session endpoint should have good data
> rspec ./spec/omniauth/strategies/crowd_spec.rb:156 #
> OmniAuth::Strategies::Crowd GET /auth/crowd/callback with credentials will
> fail should fail
>
> /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-omniauth-crowd_2.2.3-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-omniauth-crowd
Source-Version: 2.2.3-3
We believe that the bug you reported is fixed in the latest version of
ruby-omniauth-crowd, 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-omniauth-crowd
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:53:12 +0530
Source: ruby-omniauth-crowd
Binary: ruby-omniauth-crowd
Architecture: source
Version: 2.2.3-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers
<[email protected]>
Changed-By: Pirate Praveen <[email protected]>
Description:
ruby-omniauth-crowd - OmniAuth provider for Atlassian Crowd REST API
Closes: 867654
Changes:
ruby-omniauth-crowd (2.2.3-3) unstable; urgency=medium
.
* Port tests to webmock 3, with patch from kp (Closes: #867654)
Checksums-Sha1:
b84e8a91817c973202ca9870d9144fcb4fc0d4b6 2250 ruby-omniauth-crowd_2.2.3-3.dsc
9ead58c757842065231dedf00781454ae9103981 3444
ruby-omniauth-crowd_2.2.3-3.debian.tar.xz
15c190b015aab466ee387daf5b54f6d29596a4a2 8902
ruby-omniauth-crowd_2.2.3-3_source.buildinfo
Checksums-Sha256:
dc61f2c607f2304315d7a74f5fe866fcbe0774edff9ece6d2f397086380e0e5a 2250
ruby-omniauth-crowd_2.2.3-3.dsc
0eee22fd7b7d71a8ff952bbe6fd77f5ab0b04bad44c9955b64fb2ba27319af59 3444
ruby-omniauth-crowd_2.2.3-3.debian.tar.xz
ef856123894cf402edff0713e6080e51d4865da98ee3e1c1c51e0492b674bc54 8902
ruby-omniauth-crowd_2.2.3-3_source.buildinfo
Files:
9b493b02107b0a9f6ae271df297a6170 2250 ruby optional
ruby-omniauth-crowd_2.2.3-3.dsc
97f2e059f8f6d7f05ddcc8e35f61a4a3 3444 ruby optional
ruby-omniauth-crowd_2.2.3-3.debian.tar.xz
2c3c8565a33c9d125ad667d59b1c3bc8 8902 ruby optional
ruby-omniauth-crowd_2.2.3-3_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEKnl0ri/BUtd4Z9pKzh+cZ0USwioFAlnEzbIACgkQzh+cZ0US
wioK+w/+NKyfCPUYbZSFIDvDGYVmuBqoUN2eBF+pQWHS2WoxQgBvyNPj+XrkHmP9
D5CmXyZP4e403hpwll4mPuFylejzUJux7dXRBX95Dk9K9ghzRZy+8BrlecdrCUsf
T5CvfcuaJxpp6jo6RZLNiu8+KzwWQ6zJkI0XpaoX+5xXnN44eCCXRRTKut5xQm8E
Tm80D4GgMuyYtRHUF6v6xCcvug/XOVTcd7W9RUgmu6+V7O9BOVqEzWfNKJqO00H0
E2pkUkQCJy/o3+1T3QbCoTJClPl7WpjreF67b6BhjeVMfstp402wLPdi+42HTkut
+VEZNGaFgkxTGX1dW3Y5iXzuyfdhL46R1GiOUF3jaooUz2fxSzeaIIHQ/4ol3fA6
B2a1mTGPzer1Ve/4ZvYb6Y9oLwIJIWCTra7fBEZMzZ93djofyz6LkR9F1EWL36GO
jWgaQ910DIEpOOA8/OxCoNoJohXzrVZrN5dGy6UYERQ+4Fnf5l62RXpoxYbg6dJS
e+qgZS0cEaqqQErejtaOHZASDfsjZ3eK7HUDEfFYwR+Hq9yf/wzioDDSz94yz3bS
a9aEPGoqYS6FM4N8619qv6JBxosImRriOYg+R5em9XyLjoigld2xXNqYQJKoqXmu
4GqcnorDE/iFAzqF4+e9JU7bxTNiMxFihpTxU/pkurJ/CH/S3ig=
=pmj5
-----END PGP SIGNATURE-----
--- End Message ---