Your message dated Thu, 25 Feb 2016 10:09:02 +0000
with message-id <e1aysr0-0003lc...@franck.debian.org>
and subject line Bug#813746: fixed in ruby-hipchat 1.5.2-2
has caused the Debian Bug report #813746,
regarding ruby-hipchat: FTBFS: Real HTTP connections are disabled. Unregistered 
request: GET
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.)


-- 
813746: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=813746
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ruby-hipchat
Version: 1.5.2-1
Severity: serious
Justification: fails to build from source
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org

Dear Maintainer,

ruby-hipchat fails to build from source in unstable/amd64:

  [..]
  
  
RUBYLIB=/home/lamby/temp/cdt.20160204233035.u8eNtVVitE/ruby-hipchat-1.5.2/debian/ruby-hipchat/usr/lib/ruby/vendor_ruby:.
 
GEM_PATH=/home/lamby/.gem/ruby/2.2.0:/var/lib/gems/2.2.0:/usr/lib/x86_64-linux-gnu/rubygems-integration/2.2.0:/usr/share/rubygems-integration/2.2.0:/usr/share/rubygems-integration/2.2:/usr/share/rubygems-integration/all:debian/ruby-hipchat/usr/share/rubygems-integration/all
 ruby2.2 -S rake -f debian/ruby-tests.rake
  /usr/bin/ruby2.2 /usr/bin/rspec --pattern ./spec/\*\*/\*_spec.rb
  warning: coveralls gem not found; skipping coverage
  .............................FF...........................................
  
  Failures:
  
    1) HipChat (API V2) #statistics is successful without custom options
       Failure/Error: expect(room.statistics()).to be_truthy
       WebMock::NetConnectNotAllowedError:
         Real HTTP connections are disabled. Unregistered request: GET 
https://api.hipchat.com/v2/room/Hipchat/statistics?auth_token=blah&date=&format=&room_id=Hipchat&timezone=
 with headers {'Accept'=>'application/json', 'Content-Type'=>'application/json'}
         
         You can stub this request with the following snippet:
         
         stub_request(:get, 
"https://api.hipchat.com/v2/room/Hipchat/statistics?auth_token=blah&date=&format=&room_id=Hipchat&timezone=";).
           with(:headers => {'Accept'=>'application/json', 
'Content-Type'=>'application/json'}).
           to_return(:status => 200, :body => "", :headers => {})
         
         registered request stubs:
         
         stub_request(:get, 
"https://api.hipchat.com/v2/room/Hipchat/statistics?auth_token=blah&date&format&room_id=Hipchat&timezone";)
         
         ============================================================
       # ./lib/hipchat/room.rb:269:in `statistics'
       # ./spec/hipchat_api_v2_spec.rb:61:in `block (3 levels) in <top 
(required)>'
  
    2) HipChat (API V2) #statistics is successful from fetched room
       Failure/Error: expect(subject.rooms.first.statistics).to be_truthy
       WebMock::NetConnectNotAllowedError:
         Real HTTP connections are disabled. Unregistered request: GET 
https://api.hipchat.com/v2/room/Hipchat/statistics?auth_token=blah&date=&format=&room_id=Hipchat&timezone=
 with headers {'Accept'=>'application/json', 'Content-Type'=>'application/json'}
         
         You can stub this request with the following snippet:
         
         stub_request(:get, 
"https://api.hipchat.com/v2/room/Hipchat/statistics?auth_token=blah&date=&format=&room_id=Hipchat&timezone=";).
           with(:headers => {'Accept'=>'application/json', 
'Content-Type'=>'application/json'}).
           to_return(:status => 200, :body => "", :headers => {})
         
         registered request stubs:
         
         stub_request(:get, 
"https://api.hipchat.com/v2/room/Hipchat/statistics?auth_token=blah&date&format&room_id=Hipchat&timezone";)
         stub_request(:get, "https://api.hipchat.com/v2/room?auth_token=blah";).
           with(:body => "",
                :headers => {'Accept'=>'application/json', 
'Content-Type'=>'application/json'})
         
         ============================================================
       # ./lib/hipchat/room.rb:269:in `statistics'
       # ./spec/hipchat_api_v2_spec.rb:69:in `block (3 levels) in <top 
(required)>'
  
  Finished in 0.17968 seconds (files took 0.60475 seconds to load)
  74 examples, 2 failures
  
  Failed examples:
  
  rspec ./spec/hipchat_api_v2_spec.rb:58 # HipChat (API V2) #statistics is 
successful without custom options
  rspec ./spec/hipchat_api_v2_spec.rb:64 # HipChat (API V2) #statistics is 
successful from fetched room
  
  /usr/bin/ruby2.2 /usr/bin/rspec --pattern ./spec/\*\*/\*_spec.rb failed
  ERROR: Test "ruby2.2" failed. Exiting.
  dh_auto_install: dh_ruby --install 
/home/lamby/temp/cdt.20160204233035.u8eNtVVitE/ruby-hipchat-1.5.2/debian/ruby-hipchat
 returned exit code 1
  debian/rules:15: recipe for target 'binary' failed
  make: *** [binary] Error 1

  [..]

The full build log is attached.


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-

Attachment: ruby-hipchat.1.5.2-1.unstable.amd64.log.txt.gz
Description: Binary data


--- End Message ---
--- Begin Message ---
Source: ruby-hipchat
Source-Version: 1.5.2-2

We believe that the bug you reported is fixed in the latest version of
ruby-hipchat, 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 813...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Balasankar C <balasank...@autistici.org> (supplier of updated ruby-hipchat 
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: Thu, 25 Feb 2016 13:02:56 +0530
Source: ruby-hipchat
Binary: ruby-hipchat
Architecture: source all
Version: 1.5.2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers 
<pkg-ruby-extras-maintain...@lists.alioth.debian.org>
Changed-By: Balasankar C <balasank...@autistici.org>
Description:
 ruby-hipchat - Ruby library to interact with HipChat
Closes: 813746
Changes:
 ruby-hipchat (1.5.2-2) unstable; urgency=medium
 .
   * Add disable-failing-tests.patch (Closes: #813746)
   * Bump Standards Version
   * Bump debhelper compatibility
   * Fix Vcs-* links to use a secure protocol
Checksums-Sha1:
 c82adf1032a964e8ac262ff9739679e1f7c43a34 1829 ruby-hipchat_1.5.2-2.dsc
 7e57633bd0dc1e790f89d99103f730b7812fc9e2 3576 
ruby-hipchat_1.5.2-2.debian.tar.xz
 1c01bb9f161bcfbf6bd8d4d5aa4090ba57f544f4 13584 ruby-hipchat_1.5.2-2_all.deb
Checksums-Sha256:
 2d6348fab062522c8ba995fd7245167a381b515e79ab9d895b7275b54058a257 1829 
ruby-hipchat_1.5.2-2.dsc
 8f4c50c049aa7737f3deddf9e2ca404d91c63eed72570ce1f21829f637a970a7 3576 
ruby-hipchat_1.5.2-2.debian.tar.xz
 c4796cce5d85abd9c57468e3787aded8b60a43b1064c973a75267205f7545690 13584 
ruby-hipchat_1.5.2-2_all.deb
Files:
 41ac5384a53fcff1f11dc201e46bedff 1829 ruby optional ruby-hipchat_1.5.2-2.dsc
 5349af825f7072dc827f87faa2b5bfec 3576 ruby optional 
ruby-hipchat_1.5.2-2.debian.tar.xz
 28b0767c488abb2025feb202821ee140 13584 ruby optional 
ruby-hipchat_1.5.2-2_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAEBCgAGBQJWzrRWAAoJEJbtq5sua3Fxb7YIAJfLDKemsk8SDK3HiAZfwORR
WbeEy28doKSNuV8banCl7qunkGWjG/BaEJlLXYun96tdcXTXD87pJ85j69Sm7KiN
5TsMck69uzGtWcRyDIXz05OR7MHfGjXIOrmNx7yFgqH9eJUmJxjG/rE7sXrdvM8R
0JJ2jwcaLdmHjpZeZKeXiNHPPab+kZ3zHPx1cbeuVgjQPVVIh9q+d9HabAipbNxB
9+55dw+KCZQbTi8s2dvk5S0YoOKfxmhdG1bdMQMxyvyHRPmH+YtRGUByQ0D3jxvS
zNEAFnGBsF/MOJ/CzqVjggBK0XDDieAunJotg4HgQ8TwRno5QmfKBD1E+kj7mus=
=gsZU
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to