Your message dated Thu, 06 Sep 2018 20:49:14 +0000
with message-id <[email protected]>
and subject line Bug#907716: fixed in rpyc 4.0.2-2
has caused the Debian Bug report #907716,
regarding rpyc: FTBFS in buster/sid (failing tests)
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.)


-- 
907716: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=907716
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:rpyc
Version: 3.4.4-1
Severity: serious
Tags: ftbfs

Dear maintainer:

I tried to build this package in buster but it failed:

--------------------------------------------------------------------------------
[...]
 debian/rules build-indep
dh build-indep --with python3,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:217: python3.6 setup.py config 
running config
/usr/lib/python3.6/distutils/dist.py:261: UserWarning: Unknown distribution 
option: 'tests_require'
  warnings.warn(msg)
/usr/lib/python3.6/distutils/dist.py:261: UserWarning: Unknown distribution 
option: 'test_suite'
  warnings.warn(msg)
/usr/lib/python3.6/distutils/dist.py:261: UserWarning: Unknown distribution 
option: 'install_requires'
  warnings.warn(msg)

[... snipped ...]

.S
======================================================================
ERROR: test (test_splitbrain.SplitbrainTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.6_rpyc/build/tests/test_splitbrain.py", 
line 36, in setUp
    self.conn = rpyc.classic.connect(host, int(port))
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.6_rpyc/build/rpyc/utils/classic.py", line 
68, in connect
    return factory.connect(host, port, SlaveService, ipv6 = ipv6, keepalive = 
keepalive)
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.6_rpyc/build/rpyc/utils/factory.py", line 
90, in connect
    s = SocketStream.connect(host, port, ipv6 = ipv6, keepalive = keepalive)
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.6_rpyc/build/rpyc/core/stream.py", 
line 150, in connect
    return cls(cls._connect(host, port, **kwargs))
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.6_rpyc/build/rpyc/core/stream.py", 
line 108, in _connect
    s.connect(sockaddr)
ConnectionRefusedError: [Errno 111] Connection refused

======================================================================
ERROR: test (test_teleportation.TeleportationTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.6_rpyc/build/tests/test_teleportation.py",
 line 38, in setUp
    self.conn = rpyc.classic.connect(host, int(port))
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.6_rpyc/build/rpyc/utils/classic.py", line 
68, in connect
    return factory.connect(host, port, SlaveService, ipv6 = ipv6, keepalive = 
keepalive)
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.6_rpyc/build/rpyc/utils/factory.py", line 
90, in connect
    s = SocketStream.connect(host, port, ipv6 = ipv6, keepalive = keepalive)
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.6_rpyc/build/rpyc/core/stream.py", 
line 150, in connect
    return cls(cls._connect(host, port, **kwargs))
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.6_rpyc/build/rpyc/core/stream.py", 
line 108, in _connect
    s.connect(sockaddr)
ConnectionRefusedError: [Errno 111] Connection refused
-------------------- >> begin captured logging << --------------------
SLAVE/18812: INFO: server has terminated
SLAVE/18812: INFO: goodbye ('127.0.0.1', 53438)
--------------------- >> end captured logging << ---------------------

----------------------------------------------------------------------
Ran 41 tests in 45.924s

FAILED (SKIP=9, errors=2)
E: pybuild pybuild:338: test: plugin distutils failed with: exit code=1: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.6_rpyc/build; python3.6 -m nose tests
dh_auto_test: pybuild --test --test-nose -i python{version} -p 3.6 returned 
exit code 13
make: *** [debian/rules:12: build-indep] Error 25
dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit 
status 2
--------------------------------------------------------------------------------

This is just how the build ends and not necessarily the relevant part.
For full build logs please see:

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

To reproduce, please try building with sbuild on a single-CPU machine, where
this error seems to happen 100% of the time.

Thanks.

--- End Message ---
--- Begin Message ---
Source: rpyc
Source-Version: 4.0.2-2

We believe that the bug you reported is fixed in the latest version of
rpyc, 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.
Carl Suster <[email protected]> (supplier of updated rpyc 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: SHA512

Format: 1.8
Date: Thu, 06 Sep 2018 19:53:43 +0200
Source: rpyc
Binary: python3-rpyc python-rpyc-doc
Architecture: source
Version: 4.0.2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
<[email protected]>
Changed-By: Carl Suster <[email protected]>
Description:
 python-rpyc-doc - transparent and symmetric Remote Python Call library -- 
documenta
 python3-rpyc - transparent and symmetric Remote Python Call library -- Python3 
m
Closes: 907716
Changes:
 rpyc (4.0.2-2) unstable; urgency=medium
 .
   [ Ondřej Nový ]
   * Use 'python3 -m sphinx' instead of sphinx-build for building docs
 .
   [ Carl Suster ]
   * Forward reproducible build patch upstream
   * Remove TestUdpRegistry patch rejected upstream
   * Mark other patches as not forwarded
   * Port upstream commit to fix race condition causing FTBFS
     (Closes: #907716)
   * Update Standards-Version to 4.2.1 (no changes)
Checksums-Sha1:
 828b68f0bc26319a3498a768562bc64d2ac5fb67 2071 rpyc_4.0.2-2.dsc
 87ad7310f261999477d2a44f2f0fc26c55eb6c26 6076 rpyc_4.0.2-2.debian.tar.xz
 24ce1372abb351d2b2214fc2c765b5a1d2e194b4 7576 rpyc_4.0.2-2_amd64.buildinfo
Checksums-Sha256:
 226e2785b845346f85c5905ebe24736263c6c8cb48e4c299a3b43a32b42decb9 2071 
rpyc_4.0.2-2.dsc
 d052dda0a504e7a6ea6e1348424fc7287497f25af66242631d88a588870c2a55 6076 
rpyc_4.0.2-2.debian.tar.xz
 35fb735f7529c9468293fa0faf406f7c8ce3be66c5b6aae87ddcbb4b25124b14 7576 
rpyc_4.0.2-2_amd64.buildinfo
Files:
 a07a609bea1b519fe0891f2ecd240112 2071 python optional rpyc_4.0.2-2.dsc
 5bddbd1c74a328000c11bcb78793d2dc 6076 python optional 
rpyc_4.0.2-2.debian.tar.xz
 9d59c4ac3c84dd27df81a3f4389a53ae 7576 python optional 
rpyc_4.0.2-2_amd64.buildinfo

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

iQIzBAEBCgAdFiEEfncpR22H1vEdkazLwpPntGGCWs4FAluRgk4ACgkQwpPntGGC
Ws5kBQ//X8dH1dM6R4y8ErXKEZd2NLm6kbXJH1uNuMaRNzVRfkHJJ+UJ9IcLQede
5PWAbWfWpq4yB4TVkTmRpBuvd/m7bFnQudFB1R4q/gsXicJWxWCtYw2g8MgyfyJk
Q7C6ig/55G1JAfBhL/RyPMW5WtPRuG67hNI29fgf4EODWvw1BLCgVya5X0aSuBIJ
VwCHzldz+hmmr/1C5ffER16Rs3Js3NroUgNBArs0Q4LuuYzDaLh9lteepGjPxWwq
crx1VMcTCgCkxObZKdM6u4PwidTBYMukXAt12JUt4tU1XXfzqNkbe3GdB+qnIcTR
gtjrEjLoVc9vI4/GxlR7QGT1duopvi5EkHanTT7WBGgvx24hUqstzKGJwzQnWNju
7DubUcrQQsIKwFCRttRzbsDdNAFtS+/+yHQkQZ8SLgm09MQMtYDHIfx3yU8593xR
dPtnl2dDcOZtcuTI6IKzPPpMisGl/n+vdmSk6tIRTnYhtFFsbpyzUCLxosk4EMyB
TJLt17Y6UVdnfO01k4dsAHP3VKpc+2YbrFOf3D++wcAgi24FsL10FbAD9hKHURqw
97nMJCWDeG3GND/2dJ6ZYlkncRoDBEr5iQw6VtnC94Cs0Q08cbp5+Yk/lNoqqmmt
DmjdU7exp6HYuF142LzrGcvHg6yERnbo4qVMnWtuGC0o8ECj3oI=
=Gfyz
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Python-modules-team mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team

Reply via email to