Your message dated Sun, 23 Dec 2018 19:06:54 +0000
with message-id <e1gb95s-00051h...@fasolo.debian.org>
and subject line Bug#867656: fixed in ruby-mixlib-install 3.11.7-1
has caused the Debian Bug report #867656,
regarding ruby-mixlib-install: FTBFS: ERROR: Test "ruby2.3" failed:
Failure/Error: res = http.request(request)
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.)
--
867656: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=867656
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ruby-mixlib-install
Version: 1.1.0-1
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
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: res = http.request(request)
>
> WebMock::NetConnectNotAllowedError:
> Real HTTP connections are disabled. Unregistered request: GET
> https://bintray.com/api/v1/packages/chef/stable/chefdk/versions/0.7.0/files
> with headers {'Accept'=>'*/*',
> 'Accept-Encoding'=>'gzip;q=1.0,deflate;q=0.6,identity;q=0.3',
> 'Authorization'=>'Basic
> bWl4bGliLWluc3RhbGxAY2hlZjphODNkM2EyZmZhZDUwZWI5YTIyMzBmMjgxYTJlMTliNzBmZTBkYjJk',
> 'User-Agent'=>'Ruby'}
>
> You can stub this request with the following snippet:
>
> stub_request(:get,
> "https://bintray.com/api/v1/packages/chef/stable/chefdk/versions/0.7.0/files").
> with(headers: {'Accept'=>'*/*',
> 'Accept-Encoding'=>'gzip;q=1.0,deflate;q=0.6,identity;q=0.3',
> 'Authorization'=>'Basic
> bWl4bGliLWluc3RhbGxAY2hlZjphODNkM2EyZmZhZDUwZWI5YTIyMzBmMjgxYTJlMTliNzBmZTBkYjJk',
> 'User-Agent'=>'Ruby'}).
> to_return(status: 200, body: "", headers: {})
>
> registered request stubs:
>
> stub_request(:get,
> "https://mixlib-install%40chef:a83d3a2ffad50eb9a2230f281a2e19b70fe0d...@bintray.com/api/v1/packages/chef/stable/chefdk/versions/0.7.0/files").
> with(headers: {'Accept'=>'*/*',
> 'Accept-Encoding'=>'gzip;q=1.0,deflate;q=0.6,identity;q=0.3',
> 'User-Agent'=>'Ruby'})
> stub_request(:get,
> "https://mixlib-install%40chef:a83d3a2ffad50eb9a2230f281a2e19b70fe0d...@bintray.com/api/v1/packages/chef/stable/chefdk/versions/0.3.0/files").
> with(headers: {'Accept'=>'*/*',
> 'Accept-Encoding'=>'gzip;q=1.0,deflate;q=0.6,identity;q=0.3',
> 'User-Agent'=>'Ruby'})
> stub_request(:get,
> "https://mixlib-install%40chef:a83d3a2ffad50eb9a2230f281a2e19b70fe0d...@bintray.com/api/v1/packages/chef/stable/chefdk/versions/0.16.28/files").
> with(headers: {'Accept'=>'*/*',
> 'Accept-Encoding'=>'gzip;q=1.0,deflate;q=0.6,identity;q=0.3',
> 'User-Agent'=>'Ruby'})
> stub_request(:get,
> "https://mixlib-install%40chef:a83d3a2ffad50eb9a2230f281a2e19b70fe0d...@bintray.com/api/v1/packages/chef/stable/chefdk/versions/_latest").
> with(headers: {'Accept'=>'*/*',
> 'Accept-Encoding'=>'gzip;q=1.0,deflate;q=0.6,identity;q=0.3',
> 'User-Agent'=>'Ruby'})
>
> ============================================================
> # ./lib/mixlib/install/backend/bintray.rb:71:in `bintray_get'
> # ./lib/mixlib/install/backend/bintray.rb:96:in `available_artifacts'
> # ./lib/mixlib/install/backend/base.rb:44:in `info'
> # ./lib/mixlib/install/backend.rb:31:in `info'
> # ./lib/mixlib/install.rb:46:in `artifact_info'
> # ./lib/mixlib/install.rb:100:in `upgrade_available?'
> # ./spec/mixlib/install_spec.rb:137:in `block (4 levels) in <top
> (required)>'
>
> Finished in 0.18617 seconds (files took 0.65727 seconds to load)
> 106 examples, 10 failures, 24 pending
>
> Failed examples:
>
> rspec ./spec/mixlib/install/backend/bintray_spec.rb:82 #
> Mixlib::Install::Backend::Bintray for chef/stable with :latest version
> returns all artifacts
> rspec ./spec/mixlib/install/backend/bintray_spec.rb:91 #
> Mixlib::Install::Backend::Bintray for chef/stable with :latest version with
> platform info returns a single artifact with correct info
> rspec ./spec/mixlib/install/backend/bintray_spec.rb:111 #
> Mixlib::Install::Backend::Bintray for a product without native 64-bit builds
> returns 32 bit package for 64 bit
> rspec ./spec/mixlib/install/backend/bintray_spec.rb:125 #
> Mixlib::Install::Backend::Bintray for a product with native 64-bit builds
> returns 64 bit package for 64 bit
> rspec ./spec/mixlib/install/backend/bintray_spec.rb:185 #
> Mixlib::Install::Backend::Bintray for a version with unique solaris
> publishing values finds an artifact
> rspec ./spec/mixlib/install/backend/bintray_spec.rb:254 #
> Mixlib::Install::Backend::Bintray for a missing version of a product raises
> an error
> rspec ./spec/mixlib/install/backend/bintray_spec.rb:267 #
> Mixlib::Install::Backend::Bintray for compliance uses product package name
> rspec ./spec/mixlib/install_spec.rb:114 # Mixlib::Install checking for
> upgrades with :latest, upgrade exists, :stable channel should report upgrade
> available
> rspec ./spec/mixlib/install_spec.rb:125 # Mixlib::Install checking for
> upgrades with specific version lower than current, :stable channel should
> report upgrade available
> rspec ./spec/mixlib/install_spec.rb:136 # Mixlib::Install checking for
> upgrades with specific version higher than current, :stable channel should
> report upgrade available
>
> /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-mixlib-install_1.1.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-mixlib-install
Source-Version: 3.11.7-1
We believe that the bug you reported is fixed in the latest version of
ruby-mixlib-install, 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 867...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Mathieu Parent <sath...@debian.org> (supplier of updated ruby-mixlib-install
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: SHA256
Format: 1.8
Date: Sat, 22 Dec 2018 09:50:10 +0100
Source: ruby-mixlib-install
Binary: ruby-mixlib-install
Architecture: source all
Version: 3.11.7-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers
<pkg-ruby-extras-maintain...@lists.alioth.debian.org>
Changed-By: Mathieu Parent <sath...@debian.org>
Description:
ruby-mixlib-install - Mixin to help with omnitruck installs
Closes: 867656 914958
Changes:
ruby-mixlib-install (3.11.7-1) unstable; urgency=medium
.
* Salvage and takeover the package (Closes: #914958). Thanks Hleb Valoshka!
* Lintian and modernization:
- Bump debhelper compatibility level to 11
- Bump Standards-Version to 4.2.1 (no changes needed)
- Use salsa.debian.org in Vcs-* fields
- Fix insecure-copyright-format-uri
* New upstream version 3.11.7
- Update patches
- Update dependencies
- Remove override_dh_auto_install, helpers.sh is now an ERB template
- Fixes FTBFS (Closes: #867656)
* VCR is packaged now
- Add to dependencies
- Drop related patches
- Always enable VCR
* Mark CLI tests as pending
Checksums-Sha1:
e7c3a9c8916bd5d3d94bcd56f40fdcc23bab5339 2249 ruby-mixlib-install_3.11.7-1.dsc
c5cafeabc00b08d11f65b524c0feb4c29306d28a 17269287
ruby-mixlib-install_3.11.7.orig.tar.gz
a0a65a3f911ad5818ad3603c3d400a21f0d48519 5380
ruby-mixlib-install_3.11.7-1.debian.tar.xz
90ce503f56f9785ec066adcea8e685f5afb4f08c 37456
ruby-mixlib-install_3.11.7-1_all.deb
e20b84fb55dbd3aa0849bf4f23d9415181587e61 10756
ruby-mixlib-install_3.11.7-1_amd64.buildinfo
Checksums-Sha256:
543cffa08fcf59849bc9048d54c01dcbf273d7117f8b773e37c307dc3ef045d6 2249
ruby-mixlib-install_3.11.7-1.dsc
8121ca6986c7068cdf117605da8911637a1791e996dc5ae8cbe26a39ac6deea5 17269287
ruby-mixlib-install_3.11.7.orig.tar.gz
eeb44e80dcee7a147b1634991e33554a84c44b18b1379906a1ae70969dea34b5 5380
ruby-mixlib-install_3.11.7-1.debian.tar.xz
3bb95cd3d8ab15f96c273b71c961f3220faca5dc1e77353c0146063a1bec3ced 37456
ruby-mixlib-install_3.11.7-1_all.deb
3e3fcc063211bbbe86474bbdd7629d8b6d1fb6d55acf3fcdd003763230f5c1b5 10756
ruby-mixlib-install_3.11.7-1_amd64.buildinfo
Files:
ddf51d4f66e930408bc31686dfd93418 2249 ruby optional
ruby-mixlib-install_3.11.7-1.dsc
674b8de5c286919c165313b258dc1c62 17269287 ruby optional
ruby-mixlib-install_3.11.7.orig.tar.gz
954784fe0e9bb3055c55d38764a5ce17 5380 ruby optional
ruby-mixlib-install_3.11.7-1.debian.tar.xz
1290087fbe45e2768777c338fb25c211 37456 ruby optional
ruby-mixlib-install_3.11.7-1_all.deb
926489103eae11c2d5b8b9e8ab81c5e8 10756 ruby optional
ruby-mixlib-install_3.11.7-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEqIGbPTP9weQZ135HrgOYBGZoH6UFAlwd/8cACgkQrgOYBGZo
H6X+ig/8DzJUge4WwdPDKH6t5g9dKiFdig9gc5TpWzI+N6WxgSLgiQfTpWf8H5nY
CT4smQjKYAzndnbJvkGL7PPX7D3Fjd9vllD7upExJFOINnJTcSsYBsOAIuAbkX7E
w+IJ+vERnReEBAuNaEPy8dw8WFdKS/vK8rDk3k4ppqcdBdDrygDLZOR7q3cXMZTn
uGLHd7e7o0hVE7J1kPh3HjClZjhLTZ7qiiZAT7m/oywGbuULouYN4RGP35dVBOmp
7QUZoiAMkp5O+398XgbyfqtS6pLrkasfj8nuTNDKf3U8EY+uLtCWfv3PcVsoLopB
qfsluJ8BnUGu9Bi+E+l8VMVX0bULfiRT5PmjYUPLYirL7D2CQtVqelFpIdF8qkWi
Kz2TvQvfZpgcOzkW6OVmJbRVRbgMWQpvXDx+02+93RXQDpgAKZ1CsTQVp4pXhEmj
VzbFyvoPO5M4ScmE+Zg+Gixwv/h7PKvibCPIuGlxl1NXFJV0WhXdP1ARJMQqtco5
qBFF2X22O4rzB+/eXbIj3qqOzTsD5Va+IITEhab+IAXKradrtJsDQzKVTwUwSaqR
o/BGrERceGS6/pOMkzqQZq5ZnL9DL3F/pZaoYjMt4RR1mQgA7l+aVy5Zy1Z2/s4R
FTpVucqYNzB/0xkeh8zPDMvmHdQaU+NLD7gRdyVbeMq4zPVM+rE=
=4zBW
-----END PGP SIGNATURE-----
--- End Message ---