Your message dated Thu, 12 Jan 2023 17:07:09 +0000
with message-id <[email protected]>
and subject line Bug#855908: fixed in hiro 1.1.1-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
`-
hiro.0.2-2.unstable.amd64.log.txt.gz
Description: Binary data
--- End Message ---
--- Begin Message ---
Source: hiro
Source-Version: 1.1.1-1
Done: Carsten Schoenert <[email protected]>
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.
Carsten Schoenert <[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: Thu, 12 Jan 2023 17:42:07 +0100
Source: hiro
Architecture: source
Version: 1.1.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Carsten Schoenert <[email protected]>
Closes: 855908
Changes:
hiro (1.1.1-1) unstable; urgency=medium
.
* Team upload.
* New upstream version 1.1.1
(Closes: #855908)
* Rebuild patch queue from patch-queue branch
Added patch:
docs-Use-local-Python-intersphinx-inventary.patch
* d/control: Add new build depends for documentation
* autopkgtest: Adjust depending packages
Checksums-Sha1:
ed503c0673cf78b51cbc2e99268ae8883e570000 2490 hiro_1.1.1-1.dsc
ef8d4eeb4425c5c13102018c4d454a5674062a38 42131 hiro_1.1.1.orig.tar.gz
72d9c1184977e62c9433c7068497b2dfe266658f 5348 hiro_1.1.1-1.debian.tar.xz
6e6e0f2075c409b7daadc2a2173fcaaa412a1713 9121 hiro_1.1.1-1_amd64.buildinfo
Checksums-Sha256:
3a0f260ec8373169cbef5e64ccf466796e7117c83dceed2edb7e44d88bac5e46 2490
hiro_1.1.1-1.dsc
683f416c5428c37a01f843baa042c8c3129ba2f91edcd35a6b826392cc51f278 42131
hiro_1.1.1.orig.tar.gz
a51fd295c711d7141b64e0c45578985e2b3e52ea367edb7b408ebc18f93306dd 5348
hiro_1.1.1-1.debian.tar.xz
8ca07378dbd1c8584d48b9555b9517eb12d7054314e5f0de44a8da0359b2a80a 9121
hiro_1.1.1-1_amd64.buildinfo
Files:
0e8c5e7e03425318cf80b9c39a816578 2490 python optional hiro_1.1.1-1.dsc
1347aabab2870830015a6818fe3b339c 42131 python optional hiro_1.1.1.orig.tar.gz
706a8a5a005b720506b837236f0da3b4 5348 python optional
hiro_1.1.1-1.debian.tar.xz
85e78df5f6c1ee6dae3c2166224d4241 9121 python optional
hiro_1.1.1-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEtw38bxNP7PwBHmKqgwFgFCUdHbAFAmPAOmMACgkQgwFgFCUd
HbC/MhAAm8jkGePNbD35DoY3G8gIK5XrXzRb8E/jrMh6z1EMzjxXVuGV11/k10BW
07r2h2UJbkzisVB6quZDN408G2hadHUTpGCwLgHc6brpvK7te3g9Hsuk+l5E4X0P
xtNz6oax8XMM3W02zHnOCwLD0sg3Xyc6VioQjIzHMgWoMlbguUS7gcySkn768xYW
lmLrLBkbGuSkG1LGWX5CWpeDWEKnjCFqnn18Y44Jw/oyHmedtS/OifWBJX8QwJS8
zbni6DgPZlcYsCJYjF6UEVL3hTr93jzlnL5mub5DgVWuvEFjWerl3WqsHtEAEBTv
QrbrPTEjokEbRFeBASW19wECM1vfhzt3nHP3V5hJDICELK4khFgrere7dP97yJpJ
Qeqi7aEp503eVe96HVyAM0PzP1quxaD5HnAT0gZTp+YSTlfFc/hCmLfg9V5rlTf9
saaoZcE2McFG3nfHRbBK+G0tntQHuBKUT18dtzo7DyXZ64QgyiG1ii3VxEEj8y9x
AWTRMKLFq6OHYNWNclVTOzyDwST7QenJCkRsah1RJn5t3+TiiLEvO42PtoPEmQLF
5ycAGpFnkl4F5V0z/YRmbQwJ5XJrHSjpBLmcMpk0Hk1fOYUX5nMa5FyqkimwjOUa
WMKTIX867FJgejdOK0/WEd9Mp8GvtIDjPHoKIKq3JSyxSDUml8s=
=UkHL
-----END PGP SIGNATURE-----
--- End Message ---