Your message dated Tue, 24 Apr 2018 16:50:40 +0000
with message-id <[email protected]>
and subject line Bug#855908: fixed in hiro 0.5-1
has caused the Debian Bug report #855908,
regarding hiro: FTBFS: test_segment_not_complete_error [...] AssertionError: 
False is not true
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.)


-- 
855908: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=855908
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: hiro
Version: 0.2-2
Severity: serious
Justification: fails to build from source
User: [email protected]
Usertags: ftbfs
X-Debbugs-Cc: [email protected]

Dear Maintainer,

hiro fails to build from source in unstable/amd64:

  […]

     dh_auto_test -O--buildsystem=pybuild
  I: pybuild base:184: cd «BUILDDIR»/.pybuild/pythonX.Y_2.7/build; python2.7 -m 
unittest discover -v 
  test_accelerate (tests.test_context_mgr.TestScaledContext) ... ok
  test_check_time (tests.test_context_mgr.TestScaledContext) ... ok
  test_deccelerate (tests.test_context_mgr.TestScaledContext) ... ok
  test_utc (tests.test_context_mgr.TestScaledContext) ... ok
  test_decorated (tests.test_context_mgr.TestTimelineContext) ... ok
  test_decorated_with_argument (tests.test_context_mgr.TestTimelineContext) ... 
ok
  test_fluent (tests.test_context_mgr.TestTimelineContext) ... ok
  test_forward (tests.test_context_mgr.TestTimelineContext) ... ok
  test_freeze (tests.test_context_mgr.TestTimelineContext) ... ok
  test_freeze_forward_unfreeze (tests.test_context_mgr.TestTimelineContext) ... 
ok
  test_freeze_target (tests.test_context_mgr.TestTimelineContext) ... ok
  test_rewind (tests.test_context_mgr.TestTimelineContext) ... ok
  test_unfreeze (tests.test_context_mgr.TestTimelineContext) ... ok
  test_scale_up_runner (tests.test_runners.TestASyncRunner) ... ok
  test_scale_up_runner_fail (tests.test_runners.TestASyncRunner) ... ok
  test_segment_not_complete_error (tests.test_runners.TestASyncRunner) ... ok
  test_scale_up_runner (tests.test_runners.TestSyncRunner) ... ok
  test_scale_up_runner_fail (tests.test_runners.TestSyncRunner) ... ok
  
  ----------------------------------------------------------------------
  Ran 18 tests in 8.511s
  
  OK
  I: pybuild base:184: cd «BUILDDIR»/.pybuild/pythonX.Y_3.5/build; python3.5 -m 
unittest discover -v 
  test_accelerate (tests.test_context_mgr.TestScaledContext) ... ok
  test_check_time (tests.test_context_mgr.TestScaledContext) ... ok
  test_deccelerate (tests.test_context_mgr.TestScaledContext) ... ok
  test_utc (tests.test_context_mgr.TestScaledContext) ... 
«BUILDDIR»/.pybuild/pythonX.Y_3.5/build/tests/test_context_mgr.py:41: 
DeprecationWarning: Please use assertEqual instead.
    math.ceil((start_local - start_utc).seconds / 60.0 / 60.0))
  ok
  test_decorated (tests.test_context_mgr.TestTimelineContext) ... 
«BUILDDIR»/.pybuild/pythonX.Y_3.5/build/hiro/core.py:28: DeprecationWarning: 
inspect.getargspec() is deprecated, use inspect.signature() instead
    if "timeline" in inspect.getargspec(fn).args:
  ok
  test_decorated_with_argument (tests.test_context_mgr.TestTimelineContext) ... 
ok
  test_fluent (tests.test_context_mgr.TestTimelineContext) ... ok
  test_forward (tests.test_context_mgr.TestTimelineContext) ... ok
  test_freeze (tests.test_context_mgr.TestTimelineContext) ... ok
  test_freeze_forward_unfreeze (tests.test_context_mgr.TestTimelineContext) ... 
«BUILDDIR»/.pybuild/pythonX.Y_3.5/build/tests/test_context_mgr.py:145: 
ResourceWarning: unclosed file <_io.TextIOWrapper name=3 encoding='UTF-8'>
    self.assertEquals(int(time.time()), int(os.popen("date 
+%s").read().strip()))
  ok
  test_freeze_target (tests.test_context_mgr.TestTimelineContext) ... 
«BUILDDIR»/.pybuild/pythonX.Y_3.5/build/tests/test_context_mgr.py:91: 
DeprecationWarning: Please use assertAlmostEqual instead.
    self.assertAlmostEquals(time.time(), 0, 1)
  ok
  test_rewind (tests.test_context_mgr.TestTimelineContext) ... ok
  test_unfreeze (tests.test_context_mgr.TestTimelineContext) ... 
«BUILDDIR»/.pybuild/pythonX.Y_3.5/build/tests/test_context_mgr.py:116: 
ResourceWarning: unclosed file <_io.TextIOWrapper name=3 encoding='UTF-8'>
    self.assertTrue(int(time.time()) - int(os.popen("date +%s").read().strip()) 
<= 1)
  ok
  test_scale_up_runner (tests.test_runners.TestASyncRunner) ... ok
  test_scale_up_runner_fail (tests.test_runners.TestASyncRunner) ... ok
  test_segment_not_complete_error (tests.test_runners.TestASyncRunner) ... FAIL
  test_scale_up_runner (tests.test_runners.TestSyncRunner) ... 
«BUILDDIR»/.pybuild/pythonX.Y_3.5/build/tests/test_runners.py:17: 
DeprecationWarning: Please use assertEqual instead.
    self.assertEquals(f.get_response(), 1)
  ok
  test_scale_up_runner_fail (tests.test_runners.TestSyncRunner) ... ok
  
  ======================================================================
  FAIL: test_segment_not_complete_error (tests.test_runners.TestASyncRunner)
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File "«BUILDDIR»/.pybuild/pythonX.Y_3.5/build/tests/test_runners.py", line 
59, in test_segment_not_complete_error
      self.assertTrue(f.get_execution_time() < 1 )
  AssertionError: False is not true
  
  ----------------------------------------------------------------------
  Ran 18 tests in 10.016s
  
  FAILED (failures=1)
  E: pybuild pybuild:283: test: plugin distutils failed with: exit code=1: cd 
«BUILDDIR»/.pybuild/pythonX.Y_3.5/build; python3.5 -m unittest discover -v 
  dh_auto_test: pybuild --test -i python{version} -p 3.5 returned exit code 13
  debian/rules:5: recipe for target 'build' failed
  make: *** [build] Error 25
  dpkg-buildpackage: error: debian/rules build gave error exit status 2

  […]

The full build log is attached.


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      [email protected] / chris-lamb.co.uk
       `-

Attachment: hiro.0.2-2.unstable.amd64.log.txt.gz
Description: Binary data


--- End Message ---
--- Begin Message ---
Source: hiro
Source-Version: 0.5-1

We believe that the bug you reported is fixed in the latest version of
hiro, 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.
Nicolas Dandrimont <[email protected]> (supplier of updated hiro 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: Tue, 24 Apr 2018 18:29:51 +0200
Source: hiro
Binary: python-hiro python3-hiro python-hiro-doc
Architecture: source all
Version: 0.5-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
<[email protected]>
Changed-By: Nicolas Dandrimont <[email protected]>
Description:
 python-hiro - time manipulation utilities for Python - Python 2.X
 python-hiro-doc - time manipulation utilities for Python - documentation
 python3-hiro - time manipulation utilities for Python
Closes: 855908
Changes:
 hiro (0.5-1) unstable; urgency=medium
 .
   [ Ondřej Nový ]
   * d/control: Set Vcs-* to salsa.debian.org
   * d/copyright: Use https protocol in Format field
 .
   [ Nicolas Dandrimont ]
   * New upstream release (Closes: #855908)
   * Update Standards-Version to 4.1.4 (no changes)
   * Bump debhelper compat level to 11
Checksums-Sha1:
 11550a266f1d6a840563e525f47103d77f172be4 2137 hiro_0.5-1.dsc
 6eb0939a1fd14dfbda9bca30db12826eb151b838 16561 hiro_0.5.orig.tar.gz
 d2341e376af72709458fd700b68fae52d4faaf1c 3532 hiro_0.5-1.debian.tar.xz
 787df04d6c922976576b3acd57465273ba83a172 8085 hiro_0.5-1_amd64.buildinfo
 1ed5a2072a6d683e4425b910bcdd211b8b69dd29 25084 python-hiro-doc_0.5-1_all.deb
 f511df45de3f52e80e97fcf8c534ac7cc81332db 9720 python-hiro_0.5-1_all.deb
 3843e6410e7eaec8b17c738f320f798d786db05c 9736 python3-hiro_0.5-1_all.deb
Checksums-Sha256:
 06faa8f3d64a87a9b6844d5784dfbc40cc62278c5fb8fad73b4f0ff46a92eddb 2137 
hiro_0.5-1.dsc
 a6d3edbba13c2df4c9a4431fcd53fc814398850bf3b24d7c3f8dee33231a734e 16561 
hiro_0.5.orig.tar.gz
 308ed1bc0b071c1436d2a90c2a164cef2e96f4febb5ef75dcc713dc44f6943e2 3532 
hiro_0.5-1.debian.tar.xz
 a7209c1ea3f2db99b5840fab23c5906473eb92b5eeda0c272cd20cd416613606 8085 
hiro_0.5-1_amd64.buildinfo
 ca0c070d0079153797e907c0e7811c82623e62944ff588b00c36348656a20eac 25084 
python-hiro-doc_0.5-1_all.deb
 714246d6eaf8a6586f5949f570c86d250361e232e9e8e0183848131bab932439 9720 
python-hiro_0.5-1_all.deb
 237a56be26cf117ef294dae2f5ccf4fdb73e3d21fc821dac25407c8bae02ceb4 9736 
python3-hiro_0.5-1_all.deb
Files:
 bfae732ab027b71ed687deefa125c1a5 2137 python optional hiro_0.5-1.dsc
 932f6fdae985955eff2d66ab00b3b86c 16561 python optional hiro_0.5.orig.tar.gz
 14fa8267d2f1d051eaaa238e249e41f0 3532 python optional hiro_0.5-1.debian.tar.xz
 c7f37723b8c756ec98691b93a3f3c440 8085 python optional 
hiro_0.5-1_amd64.buildinfo
 c780d8a9467a51b6661dc0d436590f9c 25084 doc optional 
python-hiro-doc_0.5-1_all.deb
 6c39b8bb91cdf48e70ae54881245b319 9720 python optional python-hiro_0.5-1_all.deb
 9371f95c70d313d290666d6fc070b733 9736 python optional 
python3-hiro_0.5-1_all.deb

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

iQIzBAEBCgAdFiEEMpGQCo4g4u9D+PnY3K6QUi5xIr8FAlrfXFsACgkQ3K6QUi5x
Ir/QEQ//UskCPCcSTNBjA2JmGwizXmKfqTnXDsT89n5ELMV4LeZIMl01nWzb8ksp
WHSH4Jv/xeymNntH+Xbz0e6pUcUTDK2SE55elryyxtJaRV9P23cGmKvzSGVnoAYq
ZcsYbX+9gko0Tj8V+w4AEzIJzB9GKhq5waKaa36Gnjx7aQ5vB8jw/mgV/PitCnH7
+uh+IIIsoiSQnwDOAS+C1NK6jdyL2ypgUl9mSRBKwR+nT58+RW19NqfjYpW6x3o7
1h2V3VgNdncoz9m6CvFutKLKz9SV7vlGzYm2mxDi9EFpoaVsquVqDepNJ3BE8UUK
ALXJVn06SmIzOseilw6MIcRp7RZqP57fBW67QYfTgXqAorQeLi7s1aN3TDqTy7zi
v6VmwiJMwLDELz+MUqGZg7VRYCxBa4EIHGwWKRkkVkOPkpGAO86sNsiS6UT3zfF2
WplI55vYNaxAQ1uwU0ax5J2FZHiaqViVtdpDZ4cdI+kk5UGzHoJIqyuJDnos0RjT
UURkOqq6Izb2gjc0mqRni5YB6bK29gEopRqgCSP3f3j2WU2zK1Y3vmwAB9gZLFFW
j6EKVWUoioVM61Mmd39InwkriokU3DExEXBGRiQi+6C9kDUzdCWTyGLqGH+pmQ74
2yNcpKWtcwK1CU7vqoRHYzz3wCCvFTNzvqNslY1gb3cNwZuH2SM=
=PDgH
-----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