Your message dated Fri, 10 Aug 2018 04:03:51 +0000
with message-id <e1fnyev-0006b9...@fasolo.debian.org>
and subject line Bug#897498: fixed in 2ping 4.1.2-1
has caused the Debian Bug report #897498,
regarding 2ping: FTBFS: dh_auto_test: pybuild --test -i python{version} -p 3.6 
returned exit code 13
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.)


-- 
897498: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=897498
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: 2ping
Version: 4.1-1
Severity: serious
Tags: buster sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20180502 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
>  debian/rules build
> dh build --with=python3,systemd --buildsystem=pybuild
>    dh_update_autotools_config -O--buildsystem=pybuild
>    dh_auto_configure -O--buildsystem=pybuild
> I: pybuild base:217: python3.6 setup.py config 
> running config
>    dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:217: /usr/bin/python3 setup.py build 
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.6_2ping/build/twoping
> copying twoping/utils.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.6_2ping/build/twoping
> copying twoping/best_poller.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.6_2ping/build/twoping
> copying twoping/packets.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.6_2ping/build/twoping
> copying twoping/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.6_2ping/build/twoping
> copying twoping/monotonic_clock.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.6_2ping/build/twoping
> copying twoping/crc32.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.6_2ping/build/twoping
> copying twoping/cli.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.6_2ping/build/twoping
> copying twoping/args.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.6_2ping/build/twoping
>    dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:217: python3.6 setup.py test 
> running test
> running egg_info
> creating 2ping.egg-info
> writing 2ping.egg-info/PKG-INFO
> writing dependency_links to 2ping.egg-info/dependency_links.txt
> writing entry points to 2ping.egg-info/entry_points.txt
> writing top-level names to 2ping.egg-info/top_level.txt
> writing manifest file '2ping.egg-info/SOURCES.txt'
> reading manifest file '2ping.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> writing manifest file '2ping.egg-info/SOURCES.txt'
> running build_ext
> test_encrypt (tests.test_cli.TestCLIEncryptAES256) ... skipped 'PyCrypto 
> required'
> test_hmac (tests.test_cli.TestCLIHMACCRC32) ... ok
> test_hmac (tests.test_cli.TestCLIHMACMD5) ... ok
> test_hmac (tests.test_cli.TestCLIHMACSHA1) ... ok
> test_hmac (tests.test_cli.TestCLIHMACSHA256) ... ok
> test_hmac (tests.test_cli.TestCLIHMACSHA512) ... ok
> test_adaptive (tests.test_cli.TestCLIStandard) ... ok
> test_flood (tests.test_cli.TestCLIStandard) ... ok
> test_monotonic_clock (tests.test_cli.TestCLIStandard) ... ok
> test_notice (tests.test_cli.TestCLIStandard) ... ok
> test_notice_utf8 (tests.test_cli.TestCLIStandard) ... ERROR
> test_random (tests.test_cli.TestCLIStandard) ... ok
> test_time (tests.test_cli.TestCLIStandard) ... ok
> test_twoping_checksum_hello (tests.test_utils.TestUtils) ... ok
> test_twoping_checksum_iter (tests.test_utils.TestUtils) ... ok
> test_twoping_checksum_junk (tests.test_utils.TestUtils) ... ok
> test_twoping_checksum_packet (tests.test_utils.TestUtils) ... ok
> test_encrypted_encrypt_decrypt (tests.test_packets.TestPacketsOpcodes) ... 
> skipped 'PyCrypto required'
> test_extended_batteries_dump (tests.test_packets.TestPacketsOpcodes) ... ok
> test_extended_batteries_load (tests.test_packets.TestPacketsOpcodes) ... ok
> test_extended_monotonicclock_dump (tests.test_packets.TestPacketsOpcodes) ... 
> ok
> test_extended_monotonicclock_load (tests.test_packets.TestPacketsOpcodes) ... 
> ok
> test_extended_notice (tests.test_packets.TestPacketsOpcodes) ... ok
> test_extended_random_dump (tests.test_packets.TestPacketsOpcodes) ... ok
> test_extended_random_load (tests.test_packets.TestPacketsOpcodes) ... ok
> test_extended_unknown (tests.test_packets.TestPacketsOpcodes) ... ok
> test_extended_version (tests.test_packets.TestPacketsOpcodes) ... ok
> test_extended_wallclock_dump (tests.test_packets.TestPacketsOpcodes) ... ok
> test_extended_wallclock_load (tests.test_packets.TestPacketsOpcodes) ... ok
> test_opcode_courtesy_expiration (tests.test_packets.TestPacketsOpcodes) ... ok
> test_opcode_encrypted (tests.test_packets.TestPacketsOpcodes) ... ok
> test_opcode_extended (tests.test_packets.TestPacketsOpcodes) ... ok
> test_opcode_hmac (tests.test_packets.TestPacketsOpcodes) ... ok
> test_opcode_host_latency (tests.test_packets.TestPacketsOpcodes) ... ok
> test_opcode_in_reply_to (tests.test_packets.TestPacketsOpcodes) ... ok
> test_opcode_investigate (tests.test_packets.TestPacketsOpcodes) ... ok
> test_opcode_investigation_seen (tests.test_packets.TestPacketsOpcodes) ... ok
> test_opcode_investigation_unseen (tests.test_packets.TestPacketsOpcodes) ... 
> ok
> test_opcode_reply_requested (tests.test_packets.TestPacketsOpcodes) ... ok
> test_opcode_rtt_enclosed (tests.test_packets.TestPacketsOpcodes) ... ok
> test_opcode_unknown (tests.test_packets.TestPacketsOpcodes) ... ok
> test_reference_1a (tests.test_packets.TestPacketsReference) ... ok
> test_reference_2a (tests.test_packets.TestPacketsReference) ... ok
> test_reference_2b (tests.test_packets.TestPacketsReference) ... ok
> test_reference_3a (tests.test_packets.TestPacketsReference) ... ok
> test_reference_3b (tests.test_packets.TestPacketsReference) ... ok
> test_reference_3c (tests.test_packets.TestPacketsReference) ... ok
> test_reference_4a (tests.test_packets.TestPacketsReference) ... ok
> test_reference_4b (tests.test_packets.TestPacketsReference) ... ok
> test_reference_4c (tests.test_packets.TestPacketsReference) ... ok
> test_reference_4d (tests.test_packets.TestPacketsReference) ... ok
> test_reference_5a (tests.test_packets.TestPacketsReference) ... ok
> test_reference_5b (tests.test_packets.TestPacketsReference) ... ok
> test_reference_5c (tests.test_packets.TestPacketsReference) ... ok
> test_reference_5d (tests.test_packets.TestPacketsReference) ... ok
> test_reference_6a (tests.test_packets.TestPacketsReference) ... ok
> test_reference_6b (tests.test_packets.TestPacketsReference) ... ok
> test_reference_6c (tests.test_packets.TestPacketsReference) ... ok
> test_reference_6d (tests.test_packets.TestPacketsReference) ... ok
> test_reference_6e (tests.test_packets.TestPacketsReference) ... ok
> test_reference_6f (tests.test_packets.TestPacketsReference) ... ok
> test_reference_6g (tests.test_packets.TestPacketsReference) ... ok
> test_reference_6h (tests.test_packets.TestPacketsReference) ... ok
> test_clock (tests.test_monotonic_clock.TestMonotonicClock) ... ok
> test_monotonic (tests.test_monotonic_clock.TestMonotonicClock) ... ok
> test_available_pollers (tests.test_best_poller.TestBestPoller) ... ok
> test_known_poller (tests.test_best_poller.TestBestPoller) ... ok
> test_register (tests.test_best_poller.TestBestPoller) ... ok
> test_register_idempotent (tests.test_best_poller.TestBestPoller) ... ok
> test_register_multiple (tests.test_best_poller.TestBestPoller) ... ok
> test_crc32 (tests.test_crc32.TestCRC32) ... ok
> test_hmac (tests.test_crc32.TestCRC32) ... ok
> 
> ======================================================================
> ERROR: test_notice_utf8 (tests.test_cli.TestCLIStandard)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/tests/test_cli.py", line 95, in test_notice_utf8
>     self.run_listener_client(['--notice=UTF-8 \u2603'])
>   File "/<<PKGBUILDDIR>>/tests/test_cli.py", line 79, in run_listener_client
>     subprocess.check_output(client_base_opts + client_opts)
>   File "/usr/lib/python3.6/subprocess.py", line 336, in check_output
>     **kwargs).stdout
>   File "/usr/lib/python3.6/subprocess.py", line 403, in run
>     with Popen(*popenargs, **kwargs) as process:
>   File "/usr/lib/python3.6/subprocess.py", line 709, in __init__
>     restore_signals, start_new_session)
>   File "/usr/lib/python3.6/subprocess.py", line 1275, in _execute_child
>     restore_signals, start_new_session, preexec_fn)
> UnicodeEncodeError: 'ascii' codec can't encode character '\u2603' in position 
> 15: ordinal not in range(128)
> 
> ----------------------------------------------------------------------
> Ran 72 tests in 24.911s
> 
> FAILED (errors=1, skipped=2)
> Test failed: <unittest.runner.TextTestResult run=72 errors=1 failures=0>
> error: Test failed: <unittest.runner.TextTestResult run=72 errors=1 
> failures=0>
> E: pybuild pybuild:336: test: plugin distutils failed with: exit code=1: 
> python3.6 setup.py test 
> dh_auto_test: pybuild --test -i python{version} -p 3.6 returned exit code 13

The full build log is available from:
   http://aws-logs.debian.net/2018/05/02/2ping_4.1-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: 2ping
Source-Version: 4.1.2-1

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

Debian distribution maintenance software
pp.
Ryan Finnie <r...@finnie.org> (supplier of updated 2ping 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: Fri, 10 Aug 2018 03:40:20 +0000
Source: 2ping
Binary: 2ping
Architecture: source
Version: 4.1.2-1
Distribution: unstable
Urgency: medium
Maintainer: Ryan Finnie <r...@finnie.org>
Changed-By: Ryan Finnie <r...@finnie.org>
Description:
 2ping      - Ping utility to determine directional packet loss
Closes: 897498
Changes:
 2ping (4.1.2-1) unstable; urgency=medium
 .
   * New upstream release (Closes: #897498)
Checksums-Sha1:
 898d28c27bcdc5bb09849e51d8d68766c92f1f22 2153 2ping_4.1.2-1.dsc
 26fef4b3ce5632ca35435fd76b8bb08e0b533569 69591 2ping_4.1.2.orig.tar.gz
 64c24aa6205917dcfdc6e4d80efdd1c7c0eac65e 833 2ping_4.1.2.orig.tar.gz.asc
 ca50d42c8550e0952768e3e15d9bfb7740829d71 7460 2ping_4.1.2-1.debian.tar.xz
 e367c3307f47e9f6da4125e12a3496050472a687 6605 2ping_4.1.2-1_source.buildinfo
Checksums-Sha256:
 efd59797df62ac7038af1bb8f8d835907fcef5192fdfea1a999238dab6adcd2c 2153 
2ping_4.1.2-1.dsc
 961c1b67b2d63599e439ff00facc0270e60b67809b26e6fcc048dcbed2d5966d 69591 
2ping_4.1.2.orig.tar.gz
 7615dbb3e9c15ee75dedbc446877251c7c3f673fbd5c8264796f073a0c6624ca 833 
2ping_4.1.2.orig.tar.gz.asc
 1b8f24f3516df348ccf9d06404246a9dc82ed9624729b7e651cac5893253cb79 7460 
2ping_4.1.2-1.debian.tar.xz
 6ceec23133384d33be0ca0ed4bcaf935fbdc55f94a83b253bb619e6f1fa5f0da 6605 
2ping_4.1.2-1_source.buildinfo
Files:
 cf633d176799d64db91095698742a453 2153 net optional 2ping_4.1.2-1.dsc
 7f2704c08b18691ace41229506f8c314 69591 net optional 2ping_4.1.2.orig.tar.gz
 fc31a3a60fadeaaec8f9259d7f30611f 833 net optional 2ping_4.1.2.orig.tar.gz.asc
 c539f3a4f060479a66ef9658e284751b 7460 net optional 2ping_4.1.2-1.debian.tar.xz
 89de75624bfe210294f3f450e2cab83c 6605 net optional 
2ping_4.1.2-1_source.buildinfo

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

iQJEBAEBCAAuFiEEQuLI3owXOrEC9SxufmCjpoaujZgFAlttCZkQHHJ5YW5AZmlu
bmllLm9yZwAKCRB+YKOmhq6NmItmEACiLWb5qXmEpmJ4JbgWxy2zN2L1uWc6IDht
9nl/jLT7XeQx0P1f6ZL44wXqO+HGtwJTm+XnQBa9QDjVtDYa6F/YSW2a/4peXsHk
+sIrLZdMhpSMj3OqnD1Ju7O88QSvP1IRKBSgNIbKULELQwSMX5Ik12BIG+l+hB2j
VEbt/UVsQckD7sXOue9s84ske/8l20NKb+412Up+pkj2mgoDv8AknjHTkmpzhsrO
/0pO55D8ACk1wLNYZkTHqPrDM8f1xjtbwn5y3CCZvDV+xYih+/1X1jzRNrCa2aD3
Hv31dRCgSYV2zi3zCXj89WN3po0LAXl6kPa8g2sB7PMDY5Kbk771bpxx985cMzXc
IhhYUdvXT1M0CHSZVPAM5pBnY5K6ABiDjW8BFupJDX2PCWhQPgaCz8N86ebIPzNS
KJDi0rxyTQQBkUs/DMzvWL3i7KgZt/7W243ik/rWEZWrt8A062GOQUTecQiPZlK8
8zs1Sq8qLYkUO5/DJV27ECBXZLU5QB3nIZxesUwNnQN0202eajvMqUDDkH8+ryLj
kuEtI5tI+/zakcZe7gBV0NZ5x/2uGiQziC+kGxKmlbw6IQggxktYaR8mpLY4Jz7O
dp95DWtSYjs8c+oKXkVT96fo+0MkNO51SN1zb4K4TFDjEF5wKjFJTTXPwsAfPbil
BeStJxykhw==
=CSTj
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to