Your message dated Thu, 19 Jan 2017 03:48:52 +0000
with message-id <[email protected]>
and subject line Bug#850230: fixed in fabric 1.13.1-2
has caused the Debian Bug report #850230,
regarding fabric: FTBFS (sbuild hangs)
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.)


-- 
850230: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=850230
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:fabric
Version: 1.13.1-1
Severity: serious

Dear maintainer:

I tried to build this package in stretch with "dpkg-buildpackage -A"
(which is what the "Arch: all" autobuilder would do to build it)
but it failed:

--------------------------------------------------------------------------------
[...]
 debian/rules build-indep
dh build-indep --with python2,sphinxdoc --buildsystem=pybuild
   dh_testdir -i -O--buildsystem=pybuild
   dh_update_autotools_config -i -O--buildsystem=pybuild
   dh_autoreconf -i -O--buildsystem=pybuild
   dh_auto_configure -i -O--buildsystem=pybuild
I: pybuild base:184: python2.7 setup.py config 
running config
   dh_auto_build -i -O--buildsystem=pybuild
I: pybuild base:184: /usr/bin/python setup.py build 
running build
running build_py
creating /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_2.7/build/fabric

[... snipped ...]

copying fabric/exceptions.py -> 
/<<PKGBUILDDIR>>/.pybuild/pythonX.Y_2.7/build/fabric
copying fabric/colors.py -> /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_2.7/build/fabric
copying fabric/job_queue.py -> 
/<<PKGBUILDDIR>>/.pybuild/pythonX.Y_2.7/build/fabric
creating /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_2.7/build/fabric/contrib
copying fabric/contrib/django.py -> 
/<<PKGBUILDDIR>>/.pybuild/pythonX.Y_2.7/build/fabric/contrib
copying fabric/contrib/console.py -> 
/<<PKGBUILDDIR>>/.pybuild/pythonX.Y_2.7/build/fabric/contrib
copying fabric/contrib/__init__.py -> 
/<<PKGBUILDDIR>>/.pybuild/pythonX.Y_2.7/build/fabric/contrib
copying fabric/contrib/files.py -> 
/<<PKGBUILDDIR>>/.pybuild/pythonX.Y_2.7/build/fabric/contrib
copying fabric/contrib/project.py -> 
/<<PKGBUILDDIR>>/.pybuild/pythonX.Y_2.7/build/fabric/contrib
   dh_auto_test -i -O--buildsystem=pybuild
I: pybuild base:184: cd /<<PKGBUILDDIR>>/.pybuild/pythonX.Y_2.7/build; 
python2.7 -m nose tests
.............................................................................................................................................................................................................................................................Traceback
 (most recent call last):
  File 
"/<<PKGBUILDDIR>>/.pybuild/pythonX.Y_2.7/build/tests/Python26SocketServer.py", 
line 561, in process_request_thread
    self.finish_request(request, client_address)
  File 
"/<<PKGBUILDDIR>>/.pybuild/pythonX.Y_2.7/build/tests/Python26SocketServer.py", 
line 320, in finish_request
    self.RequestHandlerClass(request, client_address, self)
  File 
"/<<PKGBUILDDIR>>/.pybuild/pythonX.Y_2.7/build/tests/Python26SocketServer.py", 
line 631, in __init__
    self.handle()
  File "/<<PKGBUILDDIR>>/.pybuild/pythonX.Y_2.7/build/tests/server.py", line 
361, in handle
    if self.sudo_prompt and not self.sudo_password():
  File "/<<PKGBUILDDIR>>/.pybuild/pythonX.Y_2.7/build/tests/server.py", line 
426, in sudo_password
    self.channel.send(env.sudo_prompt)
  File "/usr/lib/python2.7/dist-packages/paramiko/channel.py", line 715, in send
    return self._send(s, m)
  File "/usr/lib/python2.7/dist-packages/paramiko/channel.py", line 1075, in 
_send
    raise socket.error('Socket is closed')
error: Socket is closed
..Traceback (most recent call last):
  File 
"/<<PKGBUILDDIR>>/.pybuild/pythonX.Y_2.7/build/tests/Python26SocketServer.py", 
line 561, in process_request_thread
    self.finish_request(request, client_address)
  File 
"/<<PKGBUILDDIR>>/.pybuild/pythonX.Y_2.7/build/tests/Python26SocketServer.py", 
line 320, in finish_request
    self.RequestHandlerClass(request, client_address, self)
  File 
"/<<PKGBUILDDIR>>/.pybuild/pythonX.Y_2.7/build/tests/Python26SocketServer.py", 
line 631, in __init__
    self.handle()
  File "/<<PKGBUILDDIR>>/.pybuild/pythonX.Y_2.7/build/tests/server.py", line 
361, in handle
    if self.sudo_prompt and not self.sudo_password():
  File "/<<PKGBUILDDIR>>/.pybuild/pythonX.Y_2.7/build/tests/server.py", line 
426, in sudo_password
    self.channel.send(env.sudo_prompt)
  File "/usr/lib/python2.7/dist-packages/paramiko/channel.py", line 715, in send
    return self._send(s, m)
  File "/usr/lib/python2.7/dist-packages/paramiko/channel.py", line 1075, in 
_send
    raise socket.error('Socket is closed')
error: Socket is closed
.....................................................
E: Build killed with signal TERM after 60 minutes of inactivity
--------------------------------------------------------------------------------

This is just how the build ends, not necessarily the relevant part.

I've put several build logs here:

https://people.debian.org/~sanvila/build-logs/fabric/

If this is really a bug in one of the build-depends, please use reassign and 
affects,
so that this is still visible in the page for this package.

The bug should be reproducible with sbuild on a single CPU virtual machine.
It always fail for me (I tried 10 times in different autobuilders), and
it also fails here:

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/fabric.html

Thanks.

--- End Message ---
--- Begin Message ---
Source: fabric
Source-Version: 1.13.1-2

We believe that the bug you reported is fixed in the latest version of
fabric, 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.
Andrew Starr-Bochicchio <[email protected]> (supplier of updated fabric 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: Wed, 18 Jan 2017 22:32:02 -0500
Source: fabric
Binary: fabric
Architecture: source all
Version: 1.13.1-2
Distribution: unstable
Urgency: medium
Maintainer: Andrew Starr-Bochicchio <[email protected]>
Changed-By: Andrew Starr-Bochicchio <[email protected]>
Description:
 fabric     - Simple Pythonic remote deployment tool
Closes: 850230
Changes:
 fabric (1.13.1-2) unstable; urgency=medium
 .
   * debian/rules: Disable test_nested_execution_with_explicit_ports
     when running tests at build time as it hangs indefinitely
     when run on a single core VM (Closes: #850230).
Checksums-Sha1:
 e903d28cfa53c7e66449446e3ab7b15d1665c229 1927 fabric_1.13.1-2.dsc
 9f8d6c8dc112d86259715be807d5f53b137bc206 12076 fabric_1.13.1-2.debian.tar.xz
 414403f8c41a411f3a10c7a76d9bb574713a10c4 201710 fabric_1.13.1-2_all.deb
 6b5dfd2118e3c4966d311b432ade0c711246e2fe 6231 fabric_1.13.1-2_amd64.buildinfo
Checksums-Sha256:
 f897eb4242f6bc9be5e8b267822ebee1e38b0081cc1ca901407668f1aaa28f30 1927 
fabric_1.13.1-2.dsc
 aa3be9ff04842b19f26597446b5846a5d543b6488046550f494ec1b315d6864c 12076 
fabric_1.13.1-2.debian.tar.xz
 4670a8c7e5f2c456909616f68bff76af114701880d248ef89d8a7307381ed618 201710 
fabric_1.13.1-2_all.deb
 a599ae5c3f58ca28aeabe4cb9dbdee51330069f698baaa970c9db104401a80c8 6231 
fabric_1.13.1-2_amd64.buildinfo
Files:
 82f587f8dfba33d107b4a815b39995ee 1927 net optional fabric_1.13.1-2.dsc
 e2545d716624b40dd39801c662ca1929 12076 net optional 
fabric_1.13.1-2.debian.tar.xz
 34d8ec924fe3792a98ea3a06ad95a294 201710 net optional fabric_1.13.1-2_all.deb
 8df93bd3ee0373dfadacf8cb940d155b 6231 net optional 
fabric_1.13.1-2_amd64.buildinfo

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

iQIcBAEBCAAGBQJYgDT3AAoJEDtW4rvVP9yxvXgP/ApVmM5cnakxkzvW2TlEIsTm
2/IqlD2sPLsBTKzMPTqYsHHMJjdhETYm/WEbiAnoWLL17aog55gdC3gK8xE/WyXk
AASwTu5A+Pmz5NcsmgogC0lOLaGuCXCaQV3NoqmsXe7IdsH+O0rpr/6t+J6CJhV/
5BaoYGkx+4nm+/zjAHiZBh3texWqjaJRZcEdUndPin8aRIlqZiZJmC5BHZf1r0jz
e4Omb8qpKA6PHhF8v02wjGtevxwEbKpbHCOlBcvvwppyS4rFEtwiYW6y1PRo2h04
Tc3XIJ7F+NMhTjvLA7qe0TtW91WqKCuBlcjh0qeHy59YzEFmm2iq1ZBJdool9MZV
TcDq/RagkIpntnBH2agmUoDMI27yE2IkimNkvMBj5GNOXlcar3tI0o57bp3o8LY2
PgXVkHo8kyAqsiKywm2yJyYQzTgcy4f7NzLZJolpmpl1R+tjH0npm8spk9v9AoAm
jLJodlVBovD4jrgK1GilD+9+jM/eJVXQ5iTdvczTFValgvNgTvpB7+BHcha11sFg
Uw0wT2kQSiDcfAIsL0N97uFiCyUieS0tgNfB7kcrRwWfu1wLIzOnPP+Jhqzz1LIF
+93XUIwWhGQnb5bOf0TNxMYVqmF8iQ+/wz123O8Gs+24lq1EWEw5PcCMn50c2zKI
qaPIRg7NCgwuS/5j2D8N
=6I2p
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to