Your message dated Fri, 17 Feb 2017 22:49:29 +0000
with message-id <e1cerlf-0000tk...@fasolo.debian.org>
and subject line Bug#854539: fixed in python-irc 8.5.3+dfsg-4
has caused the Debian Bug report #854539,
regarding python-irc: Non-determistically FTBFS due to unreliable timing in 
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 ow...@bugs.debian.org
immediately.)


-- 
854539: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=854539
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-irc
Version: 8.5.3+dfsg-3
Severity: serious
Justification: fails to build from source
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org

Dear Maintainer,

python-irc's testsuite appears to use method timing/benchmarking in
such a way that it will non-deterministically FTBFS:

  […]

     dh_auto_test -O--buildsystem=pybuild
  I: pybuild base:184: cd 
/build/python-irc-8.5.3+dfsg/2nd/.pybuild/pythonX.Y_2.7/build; python2.7 -m 
pytest -k "not test_version"
  ============================= test session starts 
==============================
  platform linux2 -- Python 2.7.13, pytest-3.0.5, py-1.4.32, pluggy-0.4.0
  rootdir: /build/python-irc-8.5.3+dfsg/2nd, inifile: setup.cfg
  collected 38 items
  
  irc/bot.py .
  irc/buffer.py ..
  irc/client.py ...
  irc/dict.py .
  irc/features.py ...
  irc/functools.py .
  irc/modes.py ...
  irc/strings.py ..
  irc/util.py ..
  irc/tests/test_bot.py .........
  irc/tests/test_client.py ...F.
  irc/tests/test_schedule.py .....
  
  =================================== FAILURES 
===================================
  ____________________ TestThrottler.test_function_throttled 
_____________________
  
  self = <irc.tests.test_client.TestThrottler object at 0xb663cb0c>
  
      def test_function_throttled(self):
              """
                Ensure the throttler actually throttles calls.
                """
              # set up a function to be called
              counter = itertools.count()
              # set up a version of `next` that is only called 30 times per 
second
              limited_next = irc.client.Throttler(next, 30)
              # for one second, call next as fast as possible
              deadline = time.time() + 1
              while time.time() < deadline:
                      limited_next(counter)
              # ensure the counter was advanced about 30 times
  >           assert 29 <= next(counter) <= 32
  E           assert 29 <= 26
  E            +  where 26 = next(count(27))
  
  irc/tests/test_client.py:61: AssertionError
  ============================ pytest-warning summary 
============================
  WC1 None [pytest] section in setup.cfg files is deprecated, use [tool:pytest] 
instead.
  ============================== 1 tests deselected 
==============================
  ===== 1 failed, 36 passed, 1 deselected, 1 pytest-warnings in 6.44 seconds 
=====
  E: pybuild pybuild:276: test: plugin distutils failed with: exit code=1: cd 
/build/python-irc-8.5.3+dfsg/2nd/.pybuild/pythonX.Y_2.7/build; python2.7 -m 
pytest -k "not test_version"
  dh_auto_test: pybuild --test --test-pytest -i python{version} -p 2.7 returned 
exit code 13
  debian/rules:21: recipe for target 'build' failed
  make: *** [build] Error 25
  dpkg-buildpackage: error: debian/rules build gave error exit status 2
  I: copying local configuration
  E: Failed autobuilding of package

  […]

The full build log is attached or can be viewed here:

    
https://tests.reproducible-builds.org/debian/logs/unstable/i386/python-irc_8.5.3+dfsg-3.build2.log.gz


Regards,

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

Attachment: python-irc.8.5.3+dfsg-3.logs.unstable.log.txt.gz
Description: Binary data


--- End Message ---
--- Begin Message ---
Source: python-irc
Source-Version: 8.5.3+dfsg-4

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

Debian distribution maintenance software
pp.
Ben Finney <bign...@debian.org> (supplier of updated python-irc 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, 18 Feb 2017 06:48:31 +1100
Source: python-irc
Binary: python3-irc python-irc
Architecture: source
Version: 8.5.3+dfsg-4
Distribution: unstable
Urgency: medium
Maintainer: Ben Finney <bign...@debian.org>
Changed-By: Ben Finney <bign...@debian.org>
Description:
 python-irc - Internet Relay Chat (IRC) protocol client library — Python 2
 python3-irc - Internet Relay Chat (IRC) protocol client library — Python 3
Closes: 854539
Changes:
 python-irc (8.5.3+dfsg-4) unstable; urgency=medium
 .
   * The “Faisal Arefin Dipan” release.
   * Patch the unit tests to use a fake system clock.
     Closes: bug#854539.
Checksums-Sha1:
 b28de1c8e6d204bdd23072a9379d5da099057494 2124 python-irc_8.5.3+dfsg-4.dsc
 7656bbe5a9ca6aeea691ec23f683530a84ae96c6 57733 
python-irc_8.5.3+dfsg.orig.tar.gz
 a8b7f9a99745f9c5aaf85191fa90efb3493864d4 5720 
python-irc_8.5.3+dfsg-4.debian.tar.xz
 2fc787aadc2f16360d3e57acf152ecf15afae7dc 3556 
python-irc_8.5.3+dfsg-4_source.buildinfo
Checksums-Sha256:
 8b0517c11f3c09b56e1c5d7c03f1ca703abb895ca12d8d38f5d6f1b97f5ec4d9 2124 
python-irc_8.5.3+dfsg-4.dsc
 a55eddfb84bf013d41d2f67b93e620359747029c0efe96d11e6441b0a795750c 57733 
python-irc_8.5.3+dfsg.orig.tar.gz
 a39c53492aaacf2964ba5818955e5d2b037e77915defa6553b228da841262e21 5720 
python-irc_8.5.3+dfsg-4.debian.tar.xz
 89732f7dc36d21a0c667d9cfa04c05238def9569707a8f4a804f3ca635a372c5 3556 
python-irc_8.5.3+dfsg-4_source.buildinfo
Files:
 c93581fa9f3ad61b8ed2121577fde864 2124 python optional 
python-irc_8.5.3+dfsg-4.dsc
 938bb86f182fa39f9c4a456560efe4bb 57733 python optional 
python-irc_8.5.3+dfsg.orig.tar.gz
 a3d396de88602dcc1214f62871be7eb4 5720 python optional 
python-irc_8.5.3+dfsg-4.debian.tar.xz
 b07365aefca29950ca964aceef204dd6 3556 python optional 
python-irc_8.5.3+dfsg-4_source.buildinfo

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

iQIzBAEBCAAdFiEEoaELxsJFHaxC07KLDqWsb2XR8fcFAlinemsACgkQDqWsb2XR
8fejvg/9GFFhkaS2t/CSQXcvVkex86YfNqX6QzsbvIh4TZCA9rJ+VnwQOk65wCGJ
cYtGGa0T7sXweonRUHO3MimMUp6eBaQ9QM1d3ChB/yDrIviPgQaQiBc4f5Gqnlia
Xt4LZFdqxt80p5vR5Vgt0nbSGj1pZEAGfPlR7zgcd5RtPs5bgsJgpD+P4DZHBeVP
WVGtu6zhX4b45yRmpr/s9ldO0KwIcLEU+jphu9QlErwbyMjzIhp0kwTc3NUCtwSo
h9+yH62tU6Ff+oM5QHRYePN/9SbtWz220Q86sT0WSQAyzbDyGQxErla7x+GJDeqt
8iouXGgBhpYCcYzJPSZVWM9rKxHVue87799fpDpZ7HvEFPLAcKOzJ+mvs5XmLnEq
4VgguJaDjTvYD1CzmL8RIKYYTWcVz/qlAsy214TKkaJafgnY10SC21Xc8UHy283m
MWgTL5Hn86Drjz35zb8PA6hSzYSJhEGNF8+SQKkFxkvi0eqIZh9qQ1XJYTM66RYX
W9zg5dYgyWMAZKIbie9BA4DJqsbEzPb0mc5+2rdD5m5hbBSj80UJsr961knmqci8
d7xbH6+7AWzThIsP70qGbIkadD2IhffwGPPAjN0ZJt6C8Eky0bJb+HnzuIoWcR0a
rHWKJuutEUDzBOe/SMrepJHEGEiOYhxtG/5QwidBwpw+AYj8goE=
=2bGI
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to