Your message dated Tue, 01 Jan 2019 14:50:05 +0000
with message-id <[email protected]>
and subject line Bug#917659: fixed in python-aioxmpp 0.10.2-1
has caused the Debian Bug report #917659,
regarding python-aioxmpp: FTBFS (autobuilder hangs)
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.)


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

Dear maintainer:

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

--------------------------------------------------------------------------------
[...]
 debian/rules binary-indep
dh binary-indep --with python3,sphinxdoc --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.7 setup.py config 
running config
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_build
I: pybuild base:217: /usr/bin/python3 setup.py build 
running build
running build_py
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_aioxmpp/build/aioxmpp

[... snipped ...]

test_attach_tracker_autocreates_tracker_if_needed 
(tests.test_tracking.TestBasicTrackingService) ... ok
test_attach_tracker_calls_autoset_id 
(tests.test_tracking.TestBasicTrackingService) ... ok
test_attach_tracker_does_not_set_error_if_in_delivered_state 
(tests.test_tracking.TestBasicTrackingService) ... ok
test_attach_tracker_does_not_set_error_if_in_seen_state 
(tests.test_tracking.TestBasicTrackingService) ... ok
test_attach_tracker_handler_does_not_raise_exception_if_state_already_set 
(tests.test_tracking.TestBasicTrackingService) ... ok
test_attach_tracker_ignores_cancelled_stanza_token 
(tests.test_tracking.TestBasicTrackingService) ... ok
test_attach_tracker_sets_aborted_if_aborted 
(tests.test_tracking.TestBasicTrackingService) ... ok
test_attach_tracker_sets_aborted_on_other_exception 
(tests.test_tracking.TestBasicTrackingService) ... ok
test_attach_tracker_sets_delivered_to_server_if_ok 
(tests.test_tracking.TestBasicTrackingService) ... ok
test_attach_tracker_with_subsequent_chat_is_not_tracked 
(tests.test_tracking.TestBasicTrackingService) ... ok
test_attach_tracker_with_subsequent_error_from_bare_modifies_tracking 
(tests.test_tracking.TestBasicTrackingService) ... ok
test_attach_tracker_with_subsequent_error_from_other_id_untracked 
(tests.test_tracking.TestBasicTrackingService) ... ok
test_attach_tracker_with_subsequent_error_modifies_tracking 
(tests.test_tracking.TestBasicTrackingService) ... ok
test_inbound_message_filter_forwards_broken_stanzas 
(tests.test_tracking.TestBasicTrackingService) ... ok
test_inbound_message_filter_forwards_stanzas 
(tests.test_tracking.TestBasicTrackingService) ... ok
test_inbound_message_filter_ignores_closed_tracker 
(tests.test_tracking.TestBasicTrackingService) ... ok
test_installs_message_filter (tests.test_tracking.TestBasicTrackingService) ... 
ok
test_is_service (tests.test_tracking.TestBasicTrackingService) ... ok
test_send_tracked_attaches_and_returns_tracker 
(tests.test_tracking.TestBasicTrackingService) ... ok
test__set_state_allows_transition_from_error_to_delivered_to_recipient 
(tests.test_tracking.TestMessageTracker) ... ok
test__set_state_bails_out_early_if_closed 
(tests.test_tracking.TestMessageTracker) ... ok
test__set_state_fires_event (tests.test_tracking.TestMessageTracker) ... ok
test__set_state_rejects_some_other_transitions 
(tests.test_tracking.TestMessageTracker) ... ok
test__set_state_rejects_transitions_from_aborted 
(tests.test_tracking.TestMessageTracker) ... ok
test__set_state_rejects_transitions_from_error_to_aborted 
(tests.test_tracking.TestMessageTracker) ... ok
test__set_state_rejects_transitions_from_error_to_delivered_to_server 
(tests.test_tracking.TestMessageTracker) ... ok
test__set_state_rejects_transitions_from_error_to_in_transit 
(tests.test_tracking.TestMessageTracker) ... ok
test__set_state_rejects_transitions_to_in_transit 
(tests.test_tracking.TestMessageTracker) ... ok
test__set_state_updates_state_and_response 
(tests.test_tracking.TestMessageTracker) ... ok
test__set_timeout_with_number_calls_call_later 
(tests.test_tracking.TestMessageTracker) ... ok
test__set_timeout_with_timedelta_calls_call_later 
(tests.test_tracking.TestMessageTracker) ... ok
test_close_fires_event (tests.test_tracking.TestMessageTracker) ... ok
test_close_is_idempotent (tests.test_tracking.TestMessageTracker) ... ok
test_close_sets_closed_to_true (tests.test_tracking.TestMessageTracker) ... ok
test_closed_is_not_writable (tests.test_tracking.TestMessageTracker) ... ok
test_init (tests.test_tracking.TestMessageTracker) ... ok
test_response_is_not_writable (tests.test_tracking.TestMessageTracker) ... ok
test_state_is_not_writable (tests.test_tracking.TestMessageTracker) ... ok
test_add_done_callback_spawns_task (tests.test_utils.TestLazyTask) ... ok
test_add_done_callback_works (tests.test_utils.TestLazyTask) ... ok
test_async_able (tests.test_utils.TestLazyTask) ... ok
test_is_future (tests.test_utils.TestLazyTask) ... ok
test_passes_args (tests.test_utils.TestLazyTask) ... ok
test_run_coroutine_able (tests.test_utils.TestLazyTask) ... ok
test_runs_only_once_even_if_awaited_concurrently 
(tests.test_utils.TestLazyTask) ... ok
test_yield_from_able (tests.test_utils.TestLazyTask) ... 
E: Build killed with signal TERM after 60 minutes of inactivity
--------------------------------------------------------------------------------

At this point, my autobuilder hangs.

Essentially the same thing ("pbuilder was killed by timeout after 18h") happens 
here:

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/python-aioxmpp.html

where you can get a full build log if you need it.

If this is really a bug in one of the build-depends, please use reassign and 
affects,
so that this is still visible in the BTS web page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
Source: python-aioxmpp
Source-Version: 0.10.2-1

We believe that the bug you reported is fixed in the latest version of
python-aioxmpp, 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.
Jonas Schäfer <[email protected]> (supplier of updated python-aioxmpp 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, 01 Jan 2019 15:08:16 +0100
Source: python-aioxmpp
Binary: python3-aioxmpp python3-aioxmpp-doc
Architecture: source all
Version: 0.10.2-1
Distribution: unstable
Urgency: medium
Maintainer: Jonas Schäfer <[email protected]>
Changed-By: Jonas Schäfer <[email protected]>
Description:
 python3-aioxmpp - XMPP/Jabber client library for asyncio
 python3-aioxmpp-doc - XMPP/Jabber client library for asyncio (documentation)
Closes: 917659
Changes:
 python-aioxmpp (0.10.2-1) unstable; urgency=medium
 .
   * New upstream release.
 .
     * Python 3.7 compatibility. (Closes: #917659)
Checksums-Sha1:
 45c3fcd61fdbe0f864120f156c26200d5912f92f 2280 python-aioxmpp_0.10.2-1.dsc
 176f2302da05fa78d523145093d50cbe8eb94871 740366 
python-aioxmpp_0.10.2.orig.tar.gz
 c3f42f34af763833644fbb9715351f5b5a89c3e9 2836 
python-aioxmpp_0.10.2-1.debian.tar.xz
 61259cde43faac85025356d96046440405ca1aa9 7734 
python-aioxmpp_0.10.2-1_amd64.buildinfo
 32bdb63803171a9a82c0fcb12fa3dca42dd3b660 589396 
python3-aioxmpp-doc_0.10.2-1_all.deb
 40547bc1a4184bb2a05cd5eb5b4d4e8b9ef16ec0 254236 
python3-aioxmpp_0.10.2-1_all.deb
Checksums-Sha256:
 71b8fd584d3c44532db12dd0f957ac9b0a6f4e1cc148201d591469c942fc63ee 2280 
python-aioxmpp_0.10.2-1.dsc
 751e4a0ea84388f0c9d8a58d19b577dd657c64cf72372f524fd846b7809a2485 740366 
python-aioxmpp_0.10.2.orig.tar.gz
 42b12041704e3246f004adf3c3fee7597985f5da8e2633518dc2f9ad1cb1ef23 2836 
python-aioxmpp_0.10.2-1.debian.tar.xz
 424ed9c67fade6339d9c12c0b6d7add385ea2997e0f2377b19d030eab8cc2b9e 7734 
python-aioxmpp_0.10.2-1_amd64.buildinfo
 308aa10aeb28bd50e2aeba214ad0c202323fa4a64c3af51969497d872a20a6fe 589396 
python3-aioxmpp-doc_0.10.2-1_all.deb
 4d3ef50f78520ca4b4eec9df49b05d4d04033cf71346ca51151b00b104bda76d 254236 
python3-aioxmpp_0.10.2-1_all.deb
Files:
 b0c83d4497f0567e913ba1a92fbb510a 2280 python optional 
python-aioxmpp_0.10.2-1.dsc
 03742d4692bba46560758ec9ad678c2c 740366 python optional 
python-aioxmpp_0.10.2.orig.tar.gz
 1a0d2803648a11bbe415395d5fbe18a8 2836 python optional 
python-aioxmpp_0.10.2-1.debian.tar.xz
 29b2d19f84a08b187ffa7ba5fd57d972 7734 python optional 
python-aioxmpp_0.10.2-1_amd64.buildinfo
 77c6b7acda00548e1c7ab11137e5d54c 589396 doc optional 
python3-aioxmpp-doc_0.10.2-1_all.deb
 ff5041ddad8488a369b4ee6a19946bb0 254236 python optional 
python3-aioxmpp_0.10.2-1_all.deb

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

iQIzBAEBCgAdFiEEftHeo0XZoKEY1KdA4+Chwoa5Y+oFAlwreCoACgkQ4+Chwoa5
Y+r1cxAAo9SIdSr2xI/GDQfjWDYBVyV9kFppJvi6OKP6tQUmGpajT0rQYdHXEPNA
nyoSMxaotR4KekAc0j9AW29nFC6S7YeihFfR4x0tnydjaaFozoEG3kvCagiPtXaZ
QVCAKqfFIMjwmk7x8ew4OO24F2g4gvFElwMA/HcT4jRZt4d8cXMWuZjjdvKLitpg
lkPIum8C23jQOQvx5QsyaSE5ESm36wLQlnhHG9/CWhY1rfrHMSbTt26YbRAwzHbV
X3XQ+9Yt2MFGJDsORk1ze1TKHNXwLGNGr2jnGC4lo+EwxtKFBNaOv2iKFnbTEN//
X4tl2PSVNY53Pe1MhYbZt7vFcXetl7siZcMJRTiHi7EiKY3fT/1C9c/Uy2f4PrkU
oiq38lYsAKnz/hkrK0X3slrhmKjywx1W1Lf19eNOzL+9A16NoXeKGBp/4erTrHFS
tQUrzn4NNVI07wm1y2MeztQwY57Vg3tE7tY4+1Scx+e6i5NVYiqiY0Oj8zN4gNhR
bPVdPJc7UHnDsykR2DbUz9gffBkbKTASisrvEaDOoJ+xFdyP0XaQ76CK4OXCI3cS
qt2au2IcT305xR2iKnnKTUtSBBIKC9A9llOMPXbKUeCy9bKxx+E7mwf/J3Tz8uXF
VJNn87kc0WIMb7MnWJBKxDtfVMm41kERLo9w7uEnpnIdKBnzEuo=
=OzfZ
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to