Your message dated Fri, 28 Oct 2022 15:20:14 +0000
with message-id <e1oor9a-007sxu...@fasolo.debian.org>
and subject line Bug#1020093: fixed in python-dlt 2.0-3.1
has caused the Debian Bug report #1020093,
regarding python-dlt: FTBFS: AssertionError: 1 != 0 : Stdout:
dlt/dlt_broker_handlers.py:65:24: E275 missing whitespace after keyword
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.)
--
1020093: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1020093
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-dlt
Version: 2.0-3
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20220917 ftbfs-bookworm
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 --buildsystem=pybuild
> dh_update_autotools_config -O--buildsystem=pybuild
> dh_autoreconf -O--buildsystem=pybuild
> dh_auto_configure -O--buildsystem=pybuild
> I: pybuild base:240: python3.10 setup.py config
> running config
> dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:240: /usr/bin/python3 setup.py build
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_dlt/build/dlt
> copying dlt/__init__.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_dlt/build/dlt
> copying dlt/dlt_broker_handlers.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_dlt/build/dlt
> copying dlt/dlt_broker.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_dlt/build/dlt
> copying dlt/helpers.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_dlt/build/dlt
> copying dlt/py_dlt_receive.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_dlt/build/dlt
> copying dlt/dlt.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_dlt/build/dlt
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_dlt/build/dlt/core
> copying dlt/core/__init__.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_dlt/build/dlt/core
> copying dlt/core/core_base.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_dlt/build/dlt/core
> copying dlt/core/core_2185.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_dlt/build/dlt/core
> copying dlt/core/core_2186.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_dlt/build/dlt/core
> dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:240: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_dlt/build;
> python3.10 -m nose -v tests
> tests.condition_tests.TestsLimitCondition.test_limit_decreasing ... ok
> tests.condition_tests.TestsLimitCondition.test_none ... ok
> tests.continuousness_helper_test.TestsContinuousness.test_ignore_control ...
> ok
> tests.continuousness_helper_test.TestsContinuousness.test_simple ... ok
> tests.continuousness_helper_test.TestsContinuousness.test_simple_missing ...
> ok
> tests.continuousness_helper_test.TestsContinuousness.test_simple_over ... ok
> tests.continuousness_helper_test.TestsContinuousness.test_simple_reset ... ok
> tests.continuousness_helper_test.TestsContinuousness.test_zeros_da1_dc1 ... ok
> tests.continuousness_helper_test.TestsContinuousness.test_zeros_non_da1_dc1
> ... ok
> test_connect_with_timeout_failed (tests.dlt_client_unit_tests.TestDLTClient)
> ... ok
> test_connect_with_timeout_success (tests.dlt_client_unit_tests.TestDLTClient)
> ... ok
> test_init (tests.dlt_context_handler_unit_tests.TestDLTContextHandler) ... ok
> test_register_no_filter
> (tests.dlt_context_handler_unit_tests.TestDLTContextHandler) ... ok
> test_register_similar_filters
> (tests.dlt_context_handler_unit_tests.TestDLTContextHandler) ... ok
> test_register_single_filter
> (tests.dlt_context_handler_unit_tests.TestDLTContextHandler) ... ok
> test_run_multiple_context_queue
> (tests.dlt_context_handler_unit_tests.TestDLTContextHandler) ... ok
> test_run_no_messages
> (tests.dlt_context_handler_unit_tests.TestDLTContextHandler) ... ok
> test_run_single_context_queue
> (tests.dlt_context_handler_unit_tests.TestDLTContextHandler) ... ok
> test_run_unregister_with_unread_messages
> (tests.dlt_context_handler_unit_tests.TestDLTContextHandler) ... ok
> test_unregister (tests.dlt_context_handler_unit_tests.TestDLTContextHandler)
> ... ok
> test_sizeof (tests.dlt_core_unit_tests.TestCoreStructures) ... ok
> test_get_api_specific_file
> (tests.dlt_core_unit_tests.TestImportSpecificVersion) ... ok
> test_get_api_specific_file_not_found
> (tests.dlt_core_unit_tests.TestImportSpecificVersion) ... ok
> test_get_api_specific_file_truncate_minor_version
> (tests.dlt_core_unit_tests.TestImportSpecificVersion) ... ok
> test_get_version (tests.dlt_core_unit_tests.TestImportSpecificVersion) ... ok
> tests.dlt_filter_unit_tests.TestDLTFilter.test_add0 ... ok
> tests.dlt_filter_unit_tests.TestDLTFilter.test_add1 ... ok
> tests.dlt_filter_unit_tests.TestDLTFilter.test_add2 ... ok
> tests.dlt_filter_unit_tests.TestDLTFilter.test_init ... ok
> tests.dlt_filter_unit_tests.TestDLTFilter.test_repr ... ok
> test_exit_if_callback_returns_false
> (tests.dlt_main_loop_unit_tests.TestMainLoop) ... ok
> test_read_message (tests.dlt_main_loop_unit_tests.TestMainLoop) ... ok
> test_target_down (tests.dlt_main_loop_unit_tests.TestMainLoop) ... ok
> test_target_up_nothing_to_read (tests.dlt_main_loop_unit_tests.TestMainLoop)
> ... ok
> test_handle_add_new_filter
> (tests.dlt_message_handler_unit_tests.TestDLTMessageHandler) ... ok
> test_handle_message_tag_and_distribute
> (tests.dlt_message_handler_unit_tests.TestDLTMessageHandler) ... ok
> test_handle_multiple_different_filters
> (tests.dlt_message_handler_unit_tests.TestDLTMessageHandler) ... ok
> test_handle_multiple_similar_filters
> (tests.dlt_message_handler_unit_tests.TestDLTMessageHandler) ... ok
> test_handle_remove_filter_multiple_entries
> (tests.dlt_message_handler_unit_tests.TestDLTMessageHandler) ... ok
> test_handle_remove_filter_single_entry
> (tests.dlt_message_handler_unit_tests.TestDLTMessageHandler) ... ok
> test_init (tests.dlt_message_handler_unit_tests.TestDLTMessageHandler) ... ok
> test_run_basic (tests.dlt_message_handler_unit_tests.TestDLTMessageHandler)
> ... ok
> tests.dlt_message_performance_tests.TestsDLTMessagePerf.test_compare_dict ...
> ok
> tests.dlt_message_performance_tests.TestsDLTMessagePerf.test_compare_filter
> ... ok
> tests.dlt_message_performance_tests.TestsDLTMessagePerf.test_compare_mesage
> ... ok
> tests.dlt_message_unit_tests.TestsControl.test_load ... ok
> tests.dlt_message_unit_tests.TestsDLTMessageUnit.test_compare ... ok
> tests.dlt_message_unit_tests.TestsDLTMessageUnit.test_compare_default_attrs
> ... ok
> tests.dlt_message_unit_tests.TestsDLTMessageUnit.test_compare_matching_apid_ctid
> ... ok
> tests.dlt_message_unit_tests.TestsDLTMessageUnit.test_compare_other_not_modified
> ... ok
> tests.dlt_message_unit_tests.TestsDLTMessageUnit.test_compare_quick_return
> ... ok
> tests.dlt_message_unit_tests.TestsDLTMessageUnit.test_compare_regexp ... ok
> tests.dlt_message_unit_tests.TestsDLTMessageUnit.test_compare_regexp_benoit
> ... ok
> tests.dlt_message_unit_tests.TestsDLTMessageUnit.test_compare_regexp_nsm ...
> ok
> tests.dlt_message_unit_tests.TestsDLTMessageUnit.test_compare_regexp_throw
> ... ok
> tests.dlt_message_unit_tests.TestsDLTMessageUnit.test_compare_two_msgs ... ok
> tests.dlt_message_unit_tests.TestsDLTMessageUnit.test_easy_attributes ... ok
> tests.dlt_message_unit_tests.TestsDLTMessageUnit.test_equal ... ok
> tests.dlt_message_unit_tests.TestsDLTMessageUnit.test_from_bytes_control ...
> ok
> tests.dlt_message_unit_tests.TestsDLTMessageUnit.test_from_bytes_log_multipayload
> ... ok
> tests.dlt_message_unit_tests.TestsDLTMessageUnit.test_largelog ... ok
> tests.dlt_message_unit_tests.TestsDLTMessageUnit.test_pickle_api ... ok
> tests.dlt_message_unit_tests.TestsDLTMessageUnit.test_sort_data_control ... ok
> tests.dlt_message_unit_tests.TestsDLTMessageUnit.test_sort_data_log_multipayload
> ... ok
> tests.dlt_message_unit_tests.TestsPayload.test_split ... ok
> test_check_pycodestyle (tests.static_check_tests.TestCodingStyleCheck) ...
> FAIL
> test_check_pylint (tests.static_check_tests.TestCodingStyleCheck) ... SKIP:
> Runnin in package - skipping pylint
>
> ======================================================================
> FAIL: test_check_pycodestyle (tests.static_check_tests.TestCodingStyleCheck)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_dlt/build/tests/static_check_tests.py",
> line 35, in test_check_pycodestyle
> assert_equal(return_code, 0, "Stdout: {}\nStderr: {}".format(stdout,
> stderr))
> AssertionError: 1 != 0 : Stdout: dlt/dlt_broker_handlers.py:65:24: E275
> missing whitespace after keyword
> dlt/dlt_broker_handlers.py:152:32: E275 missing whitespace after keyword
>
> Stderr:
>
> ----------------------------------------------------------------------
> Ran 67 tests in 9.696s
>
> FAILED (SKIP=1, failures=1)
> E: pybuild pybuild:379: test: plugin distutils failed with: exit code=1: cd
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_dlt/build; python3.10 -m nose -v tests
> dh_auto_test: error: pybuild --test --test-nose -i python{version} -p 3.10
> returned exit code 13
The full build log is available from:
http://qa-logs.debian.net/2022/09/17/python-dlt_2.0-3_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220917;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220917&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results
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!
If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---
Source: python-dlt
Source-Version: 2.0-3.1
Done: Adrian Bunk <b...@debian.org>
We believe that the bug you reported is fixed in the latest version of
python-dlt, 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 1020...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Adrian Bunk <b...@debian.org> (supplier of updated python-dlt 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: SHA512
Format: 1.8
Date: Sat, 15 Oct 2022 06:54:00 +0300
Source: python-dlt
Architecture: source
Version: 2.0-3.1
Distribution: unstable
Urgency: medium
Maintainer: Aigars Mahinovs <aigar...@debian.org>
Changed-By: Adrian Bunk <b...@debian.org>
Closes: 1020093
Changes:
python-dlt (2.0-3.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Backport E275 codestyle fixes. (Closes: #1020093)
Checksums-Sha1:
5f824fb058ed8c2eb5a90086aa4bb5676a4dff0c 1939 python-dlt_2.0-3.1.dsc
cc3e866d0e3a17d2c2e882cbea61f56fc038988e 9908 python-dlt_2.0-3.1.debian.tar.xz
Checksums-Sha256:
b309ba0bfb4772d9f5a90da4fd7f9b378fef52fe49c12e8b7a614836a2814afd 1939
python-dlt_2.0-3.1.dsc
7dc97e6c959882ff12fb04f1b9546f1733f434bc60179b1f16e6e1acdce1ba0d 9908
python-dlt_2.0-3.1.debian.tar.xz
Files:
132f3e732285b513fee80514a76b620d 1939 python optional python-dlt_2.0-3.1.dsc
549e087b635fae4ba5f7ef9cd860ad63 9908 python optional
python-dlt_2.0-3.1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmNKL8gACgkQiNJCh6LY
mLEXxhAAzpVaDZTn/3Be4UMk1V6j3LQgximzT8rkU7FgKhILnzxYA29o24uurKve
hSLD2GG/th2L9rXIapipevnmTdTpeCELrlxDJZoOvuWyMmAfRUtvoJsrGddNSAmA
2QnTI+VRpz4R8ZCnpznrmkSnTFDoNKYWSy7/cjf7zhVj/Uq37dfLgPvw3ejmJzC8
w1wS6RBir7hN1DEerir8v0UafSC1j1t3fHnJvErB/5PzmCOgJf9WX0NWBsC4BRFT
oSvmHLjwhXlJuhqgdEbx/sqRCi5MEBNAHVCoibI+NzEbUDvShZWLa48cwfAV4fLb
9NAg93n8NLBF7QgEc40PV1zgGCJ4TDJDj9funRo3LQ0WykYVZsNtpXBRyIxR5ook
NW/Ii7j1nIN5NRyxhONwYl2qBEzpiVJGAq8abYcjSnovLLG+lkpWSfT/CmeOn4qI
eKmQcpyy3RiJqXyyyyb0iMKBL1SvFbhxztKzMvlEJeMoLSDI8V6EzcJoiuYZLo4K
2JBVZzqJtvSi7PBSEiBRGR5jF7aic2/LIbtx/KQSsgC4J3VE+0ER5VUlimikrzA9
bLLQ9nowosTMoJg6lFVenHqAqiI1THgp//B0nyJK7fNPOmm53dqdYmCo+i8xMi+d
D6eawLRIy1dGawF3XurDkQ/HZ/g3CHnvPwtPc7gEd98ruVZ/7Rs=
=Cu+W
-----END PGP SIGNATURE-----
--- End Message ---