Your message dated Thu, 19 Nov 2020 16:34:16 +0000
with message-id <e1kfmsy-0004sw...@fasolo.debian.org>
and subject line Bug#973215: fixed in python-fluent-logger 0.9.6-3
has caused the Debian Bug report #973215,
regarding python-fluent-logger: FTBFS: dh_auto_test: error: pybuild --test 
--test-nose -i python{version} -p "3.9 3.8" 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.)


-- 
973215: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=973215
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-fluent-logger
Version: 0.9.6-2
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20201027 ftbfs-bullseye

Hi,

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

Relevant part (hopefully):
> dpkg-buildpackage
> -----------------
> 
> Command: dpkg-buildpackage -us -uc -sa -rfakeroot
> dpkg-buildpackage: info: source package python-fluent-logger
> dpkg-buildpackage: info: source version 0.9.6-2
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Michal Arbet 
> <michal.ar...@ultimum.io>
>  dpkg-source --before-build .
> dpkg-buildpackage: info: host architecture amd64
> dpkg-source: info: using options from 
> python-fluent-logger-0.9.6/debian/source/options: 
> --extend-diff-ignore=^[^/]*[.]egg-info/
>  debian/rules clean
> dh clean --with python3 --buildsystem=pybuild
>    dh_auto_clean -O--buildsystem=pybuild
> I: pybuild base:217: python3.9 setup.py clean 
> running clean
> removing '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build' (and 
> everything under it)
> 'build/bdist.linux-x86_64' does not exist -- can't clean it
> 'build/scripts-3.9' does not exist -- can't clean it
> I: pybuild base:217: python3.8 setup.py clean 
> running clean
> removing '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_fluent/build' (and 
> everything under it)
> 'build/bdist.linux-x86_64' does not exist -- can't clean it
> 'build/scripts-3.8' does not exist -- can't clean it
>    dh_autoreconf_clean -O--buildsystem=pybuild
>    dh_clean -O--buildsystem=pybuild
>  dpkg-source -b .
> dpkg-source: info: using options from 
> python-fluent-logger-0.9.6/debian/source/options: 
> --extend-diff-ignore=^[^/]*[.]egg-info/
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: building python-fluent-logger using existing 
> ./python-fluent-logger_0.9.6.orig.tar.xz
> dpkg-source: info: building python-fluent-logger in 
> python-fluent-logger_0.9.6-2.debian.tar.xz
> dpkg-source: info: building python-fluent-logger in 
> python-fluent-logger_0.9.6-2.dsc
>  debian/rules binary
> dh binary --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:217: python3.9 setup.py config 
> running config
> I: pybuild base:217: python3.8 setup.py config 
> running config
>    dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:217: /usr/bin/python3.9 setup.py build 
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/fluent
> copying fluent/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/fluent
> copying fluent/asyncsender.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/fluent
> copying fluent/asynchandler.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/fluent
> copying fluent/sender.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/fluent
> copying fluent/handler.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/fluent
> copying fluent/event.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/fluent
> I: pybuild base:217: /usr/bin/python3 setup.py build 
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_fluent/build/fluent
> copying fluent/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_fluent/build/fluent
> copying fluent/asyncsender.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_fluent/build/fluent
> copying fluent/asynchandler.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_fluent/build/fluent
> copying fluent/sender.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_fluent/build/fluent
> copying fluent/handler.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_fluent/build/fluent
> copying fluent/event.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_fluent/build/fluent
>    dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:217: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build; 
> python3.9 -m nose -v tests
> test_custom_field_fill_missing_fmt_key_is_true 
> (tests.test_asynchandler.TestHandler) ... ERROR
> test_custom_field_raise_exception (tests.test_asynchandler.TestHandler) ... ok
> test_custom_fmt (tests.test_asynchandler.TestHandler) ... ERROR
> test_custom_fmt_with_format_style (tests.test_asynchandler.TestHandler) ... 
> ERROR
> test_custom_fmt_with_template_style (tests.test_asynchandler.TestHandler) ... 
> ERROR
> test_exception_message (tests.test_asynchandler.TestHandler) ... ERROR
> test_json_encoded_message (tests.test_asynchandler.TestHandler) ... ERROR
> test_non_string_dict_message (tests.test_asynchandler.TestHandler) ... ERROR
> test_non_string_simple_message (tests.test_asynchandler.TestHandler) ... ERROR
> test_number_string_simple_message (tests.test_asynchandler.TestHandler) ... 
> ERROR
> test_simple (tests.test_asynchandler.TestHandler) ... ERROR
> test_unstructured_formatted_message (tests.test_asynchandler.TestHandler) ... 
> ERROR
> test_unstructured_message (tests.test_asynchandler.TestHandler) ... ERROR
> test_simple (tests.test_asynchandler.TestHandlerWithCircularQueue) ... ERROR
> test_event_time (tests.test_asyncsender.TestEventTime) ... ok
> test_clear_last_error (tests.test_asyncsender.TestSender) ... ok
> test_connect_exception_during_sender_init (tests.test_asyncsender.TestSender) 
> ... SKIP: This test failed with 'TypeError: catching classes that do not 
> inherit from BaseException is not allowed' so skipped
> test_decorator_simple (tests.test_asyncsender.TestSender) ... ERROR
> test_last_error_property (tests.test_asyncsender.TestSender) ... ok
> test_nanosecond (tests.test_asyncsender.TestSender) ... ERROR
> test_nanosecond_coerce_float (tests.test_asyncsender.TestSender) ... ERROR
> test_no_last_error_on_successful_emit (tests.test_asyncsender.TestSender) ... 
> ok
> test_sender_without_flush (tests.test_asyncsender.TestSender) ... ok
> test_simple (tests.test_asyncsender.TestSender) ... ERROR
> test_default_properties (tests.test_asyncsender.TestSenderDefaultProperties) 
> ... ok
> test_simple (tests.test_asyncsender.TestSenderUnlimitedSize) ... ERROR
> test_simple (tests.test_asyncsender.TestSenderWithTimeout) ... ERROR
> test_simple_with_timeout_props (tests.test_asyncsender.TestSenderWithTimeout) 
> ... ERROR
> test_simple (tests.test_asyncsender.TestSenderWithTimeoutAndCircular) ... 
> ERROR
> test_simple (tests.test_asyncsender.TestSenderWithTimeoutMaxSizeNonCircular) 
> ... ERROR
> test_host_and_port (tests.test_asyncsender.TestSetup) ... ok
> test_no_kwargs (tests.test_asyncsender.TestSetup) ... ok
> test_tolerant (tests.test_asyncsender.TestSetup) ... ok
> test_connect_exception_during_event_send (tests.test_event.TestEvent) ... 
> SKIP: This test failed with 'TypeError: catching classes that do not inherit 
> from BaseException is not allowed' so skipped
> test_logging (tests.test_event.TestEvent) ... ok
> test_logging_with_timestamp (tests.test_event.TestEvent) ... ok
> test_no_last_error_on_successful_event (tests.test_event.TestEvent) ... ok
> test_custom_field_fill_missing_fmt_key_is_true 
> (tests.test_handler.TestHandler) ... ERROR
> test_custom_field_raise_exception (tests.test_handler.TestHandler) ... ok
> test_custom_fmt (tests.test_handler.TestHandler) ... ERROR
> test_custom_fmt_with_format_style (tests.test_handler.TestHandler) ... ERROR
> test_custom_fmt_with_template_style (tests.test_handler.TestHandler) ... ERROR
> test_exception_message (tests.test_handler.TestHandler) ... ERROR
> test_exclude_attrs (tests.test_handler.TestHandler) ... ERROR
> test_exclude_attrs_with_exclusion (tests.test_handler.TestHandler) ... ERROR
> test_exclude_attrs_with_extra (tests.test_handler.TestHandler) ... ERROR
> test_format_dynamic (tests.test_handler.TestHandler) ... ERROR
> test_json_encoded_message (tests.test_handler.TestHandler) ... ERROR
> test_json_encoded_message_without_json (tests.test_handler.TestHandler) ... 
> ERROR
> test_non_string_dict_message (tests.test_handler.TestHandler) ... ERROR
> test_non_string_simple_message (tests.test_handler.TestHandler) ... ERROR
> test_number_string_simple_message (tests.test_handler.TestHandler) ... ERROR
> test_simple (tests.test_handler.TestHandler) ... ERROR
> test_unstructured_formatted_message (tests.test_handler.TestHandler) ... ERROR
> test_unstructured_message (tests.test_handler.TestHandler) ... ERROR
> test_event_time (tests.test_sender.TestEventTime) ... ok
> test_broken_conn (tests.test_sender.TestSender) ... ok
> test_clear_last_error (tests.test_sender.TestSender) ... ok
> test_decorator_simple (tests.test_sender.TestSender) ... ERROR
> test_emit_after_close (tests.test_sender.TestSender) ... ERROR
> test_emit_error (tests.test_sender.TestSender) ... ERROR
> test_failure_to_connect (tests.test_sender.TestSender) ... ok
> test_last_error_property (tests.test_sender.TestSender) ... ok
> test_nanosecond (tests.test_sender.TestSender) ... ERROR
> test_nanosecond_coerce_float (tests.test_sender.TestSender) ... ERROR
> test_no_last_error_on_successful_emit (tests.test_sender.TestSender) ... ok
> test_simple (tests.test_sender.TestSender) ... ERROR
> test_unix_socket (tests.test_sender.TestSender) ... ERROR
> test_verbose (tests.test_sender.TestSender) ... ok
> test_host_and_port (tests.test_sender.TestSetup) ... ok
> test_no_kwargs (tests.test_sender.TestSetup) ... ok
> test_tolerant (tests.test_sender.TestSetup) ... ok
> 
> ======================================================================
> ERROR: test_custom_field_fill_missing_fmt_key_is_true 
> (tests.test_asynchandler.TestHandler)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_asynchandler.py",
>  line 153, in test_custom_field_fill_missing_fmt_key_is_true
>     data = self.get_data()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_asynchandler.py",
>  line 26, in get_data
>     return self._server.get_received()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/mockserver.py", 
> line 71, in get_received
>     return list(Unpacker(self._buf, encoding='utf-8'))
>   File "msgpack/_unpacker.pyx", line 317, in 
> msgpack._cmsgpack.Unpacker.__init__
> TypeError: __init__() got an unexpected keyword argument 'encoding'
> -------------------- >> begin captured logging << --------------------
> fluent.test: INFO: {'sample': 'value'}
> --------------------- >> end captured logging << ---------------------
> 
> ======================================================================
> ERROR: test_custom_fmt (tests.test_asynchandler.TestHandler)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_asynchandler.py",
>  line 67, in test_custom_fmt
>     data = self.get_data()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_asynchandler.py",
>  line 26, in get_data
>     return self._server.get_received()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/mockserver.py", 
> line 71, in get_received
>     return list(Unpacker(self._buf, encoding='utf-8'))
>   File "msgpack/_unpacker.pyx", line 317, in 
> msgpack._cmsgpack.Unpacker.__init__
> TypeError: __init__() got an unexpected keyword argument 'encoding'
> -------------------- >> begin captured logging << --------------------
> fluent.test: INFO: {'sample': 'value'}
> --------------------- >> end captured logging << ---------------------
> 
> ======================================================================
> ERROR: test_custom_fmt_with_format_style (tests.test_asynchandler.TestHandler)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_asynchandler.py",
>  line 90, in test_custom_fmt_with_format_style
>     data = self.get_data()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_asynchandler.py",
>  line 26, in get_data
>     return self._server.get_received()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/mockserver.py", 
> line 71, in get_received
>     return list(Unpacker(self._buf, encoding='utf-8'))
>   File "msgpack/_unpacker.pyx", line 317, in 
> msgpack._cmsgpack.Unpacker.__init__
> TypeError: __init__() got an unexpected keyword argument 'encoding'
> -------------------- >> begin captured logging << --------------------
> fluent.test: INFO: {'sample': 'value'}
> --------------------- >> end captured logging << ---------------------
> 
> ======================================================================
> ERROR: test_custom_fmt_with_template_style 
> (tests.test_asynchandler.TestHandler)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_asynchandler.py",
>  line 113, in test_custom_fmt_with_template_style
>     data = self.get_data()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_asynchandler.py",
>  line 26, in get_data
>     return self._server.get_received()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/mockserver.py", 
> line 71, in get_received
>     return list(Unpacker(self._buf, encoding='utf-8'))
>   File "msgpack/_unpacker.pyx", line 317, in 
> msgpack._cmsgpack.Unpacker.__init__
> TypeError: __init__() got an unexpected keyword argument 'encoding'
> -------------------- >> begin captured logging << --------------------
> fluent.test: INFO: {'sample': 'value'}
> --------------------- >> end captured logging << ---------------------
> 
> ======================================================================
> ERROR: test_exception_message (tests.test_asynchandler.TestHandler)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_asynchandler.py",
>  line 255, in test_exception_message
>     data = self.get_data()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_asynchandler.py",
>  line 26, in get_data
>     return self._server.get_received()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/mockserver.py", 
> line 71, in get_received
>     return list(Unpacker(self._buf, encoding='utf-8'))
>   File "msgpack/_unpacker.pyx", line 317, in 
> msgpack._cmsgpack.Unpacker.__init__
> TypeError: __init__() got an unexpected keyword argument 'encoding'
> -------------------- >> begin captured logging << --------------------
> fluent.test: ERROR: it failed
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_asynchandler.py",
>  line 251, in test_exception_message
>     raise Exception('sample exception')
> Exception: sample exception
> --------------------- >> end captured logging << ---------------------
> 
> ======================================================================
> ERROR: test_json_encoded_message (tests.test_asynchandler.TestHandler)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_asynchandler.py",
>  line 170, in test_json_encoded_message
>     data = self.get_data()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_asynchandler.py",
>  line 26, in get_data
>     return self._server.get_received()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/mockserver.py", 
> line 71, in get_received
>     return list(Unpacker(self._buf, encoding='utf-8'))
>   File "msgpack/_unpacker.pyx", line 317, in 
> msgpack._cmsgpack.Unpacker.__init__
> TypeError: __init__() got an unexpected keyword argument 'encoding'
> -------------------- >> begin captured logging << --------------------
> fluent.test: INFO: {"key": "hello world!", "param": "value"}
> --------------------- >> end captured logging << ---------------------
> 
> ======================================================================
> ERROR: test_non_string_dict_message (tests.test_asynchandler.TestHandler)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_asynchandler.py",
>  line 238, in test_non_string_dict_message
>     data = self.get_data()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_asynchandler.py",
>  line 26, in get_data
>     return self._server.get_received()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/mockserver.py", 
> line 71, in get_received
>     return list(Unpacker(self._buf, encoding='utf-8'))
>   File "msgpack/_unpacker.pyx", line 317, in 
> msgpack._cmsgpack.Unpacker.__init__
> TypeError: __init__() got an unexpected keyword argument 'encoding'
> -------------------- >> begin captured logging << --------------------
> fluent.test: INFO: {42: 'root'}
> --------------------- >> end captured logging << ---------------------
> 
> ======================================================================
> ERROR: test_non_string_simple_message (tests.test_asynchandler.TestHandler)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_asynchandler.py",
>  line 225, in test_non_string_simple_message
>     data = self.get_data()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_asynchandler.py",
>  line 26, in get_data
>     return self._server.get_received()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/mockserver.py", 
> line 71, in get_received
>     return list(Unpacker(self._buf, encoding='utf-8'))
>   File "msgpack/_unpacker.pyx", line 317, in 
> msgpack._cmsgpack.Unpacker.__init__
> TypeError: __init__() got an unexpected keyword argument 'encoding'
> -------------------- >> begin captured logging << --------------------
> fluent.test: INFO: 42
> --------------------- >> end captured logging << ---------------------
> 
> ======================================================================
> ERROR: test_number_string_simple_message (tests.test_asynchandler.TestHandler)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_asynchandler.py",
>  line 212, in test_number_string_simple_message
>     data = self.get_data()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_asynchandler.py",
>  line 26, in get_data
>     return self._server.get_received()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/mockserver.py", 
> line 71, in get_received
>     return list(Unpacker(self._buf, encoding='utf-8'))
>   File "msgpack/_unpacker.pyx", line 317, in 
> msgpack._cmsgpack.Unpacker.__init__
> TypeError: __init__() got an unexpected keyword argument 'encoding'
> -------------------- >> begin captured logging << --------------------
> fluent.test: INFO: 1
> --------------------- >> end captured logging << ---------------------
> 
> ======================================================================
> ERROR: test_simple (tests.test_asynchandler.TestHandler)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_asynchandler.py",
>  line 41, in test_simple
>     data = self.get_data()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_asynchandler.py",
>  line 26, in get_data
>     return self._server.get_received()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/mockserver.py", 
> line 71, in get_received
>     return list(Unpacker(self._buf, encoding='utf-8'))
>   File "msgpack/_unpacker.pyx", line 317, in 
> msgpack._cmsgpack.Unpacker.__init__
> TypeError: __init__() got an unexpected keyword argument 'encoding'
> -------------------- >> begin captured logging << --------------------
> fluent.test: INFO: {'from': 'userA', 'to': 'userB'}
> --------------------- >> end captured logging << ---------------------
> 
> ======================================================================
> ERROR: test_unstructured_formatted_message 
> (tests.test_asynchandler.TestHandler)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_asynchandler.py",
>  line 198, in test_unstructured_formatted_message
>     data = self.get_data()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_asynchandler.py",
>  line 26, in get_data
>     return self._server.get_received()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/mockserver.py", 
> line 71, in get_received
>     return list(Unpacker(self._buf, encoding='utf-8'))
>   File "msgpack/_unpacker.pyx", line 317, in 
> msgpack._cmsgpack.Unpacker.__init__
> TypeError: __init__() got an unexpected keyword argument 'encoding'
> -------------------- >> begin captured logging << --------------------
> fluent.test: INFO: hello world, you!
> --------------------- >> end captured logging << ---------------------
> 
> ======================================================================
> ERROR: test_unstructured_message (tests.test_asynchandler.TestHandler)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_asynchandler.py",
>  line 184, in test_unstructured_message
>     data = self.get_data()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_asynchandler.py",
>  line 26, in get_data
>     return self._server.get_received()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/mockserver.py", 
> line 71, in get_received
>     return list(Unpacker(self._buf, encoding='utf-8'))
>   File "msgpack/_unpacker.pyx", line 317, in 
> msgpack._cmsgpack.Unpacker.__init__
> TypeError: __init__() got an unexpected keyword argument 'encoding'
> -------------------- >> begin captured logging << --------------------
> fluent.test: INFO: hello world
> --------------------- >> end captured logging << ---------------------
> 
> ======================================================================
> ERROR: test_simple (tests.test_asynchandler.TestHandlerWithCircularQueue)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_asynchandler.py",
>  line 299, in test_simple
>     data = self.get_data()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_asynchandler.py",
>  line 279, in get_data
>     return self._server.get_received()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/mockserver.py", 
> line 71, in get_received
>     return list(Unpacker(self._buf, encoding='utf-8'))
>   File "msgpack/_unpacker.pyx", line 317, in 
> msgpack._cmsgpack.Unpacker.__init__
> TypeError: __init__() got an unexpected keyword argument 'encoding'
> -------------------- >> begin captured logging << --------------------
> fluent.test: INFO: {'cnt': 1, 'from': 'userA', 'to': 'userB'}
> fluent.test: INFO: {'cnt': 2, 'from': 'userA', 'to': 'userB'}
> fluent.test: INFO: {'cnt': 3, 'from': 'userA', 'to': 'userB'}
> fluent.test: INFO: {'cnt': 4, 'from': 'userA', 'to': 'userB'}
> fluent.test: INFO: {'cnt': 5, 'from': 'userA', 'to': 'userB'}
> --------------------- >> end captured logging << ---------------------
> 
> ======================================================================
> ERROR: test_decorator_simple (tests.test_asyncsender.TestSender)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_asyncsender.py",
>  line 80, in test_decorator_simple
>     data = self.get_data()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_asyncsender.py",
>  line 61, in get_data
>     return self._server.get_received()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/mockserver.py", 
> line 71, in get_received
>     return list(Unpacker(self._buf, encoding='utf-8'))
>   File "msgpack/_unpacker.pyx", line 317, in 
> msgpack._cmsgpack.Unpacker.__init__
> TypeError: __init__() got an unexpected keyword argument 'encoding'
> 
> ======================================================================
> ERROR: test_nanosecond (tests.test_asyncsender.TestSender)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_asyncsender.py",
>  line 94, in test_nanosecond
>     data = self.get_data()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_asyncsender.py",
>  line 61, in get_data
>     return self._server.get_received()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/mockserver.py", 
> line 71, in get_received
>     return list(Unpacker(self._buf, encoding='utf-8'))
>   File "msgpack/_unpacker.pyx", line 317, in 
> msgpack._cmsgpack.Unpacker.__init__
> TypeError: __init__() got an unexpected keyword argument 'encoding'
> 
> ======================================================================
> ERROR: test_nanosecond_coerce_float (tests.test_asyncsender.TestSender)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_asyncsender.py",
>  line 109, in test_nanosecond_coerce_float
>     data = self.get_data()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_asyncsender.py",
>  line 61, in get_data
>     return self._server.get_received()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/mockserver.py", 
> line 71, in get_received
>     return list(Unpacker(self._buf, encoding='utf-8'))
>   File "msgpack/_unpacker.pyx", line 317, in 
> msgpack._cmsgpack.Unpacker.__init__
> TypeError: __init__() got an unexpected keyword argument 'encoding'
> 
> ======================================================================
> ERROR: test_simple (tests.test_asyncsender.TestSender)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_asyncsender.py",
>  line 67, in test_simple
>     data = self.get_data()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_asyncsender.py",
>  line 61, in get_data
>     return self._server.get_received()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/mockserver.py", 
> line 71, in get_received
>     return list(Unpacker(self._buf, encoding='utf-8'))
>   File "msgpack/_unpacker.pyx", line 317, in 
> msgpack._cmsgpack.Unpacker.__init__
> TypeError: __init__() got an unexpected keyword argument 'encoding'
> 
> ======================================================================
> ERROR: test_simple (tests.test_asyncsender.TestSenderUnlimitedSize)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_asyncsender.py",
>  line 363, in test_simple
>     data = self.get_data()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_asyncsender.py",
>  line 350, in get_data
>     return self._server.get_received()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/mockserver.py", 
> line 71, in get_received
>     return list(Unpacker(self._buf, encoding='utf-8'))
>   File "msgpack/_unpacker.pyx", line 317, in 
> msgpack._cmsgpack.Unpacker.__init__
> TypeError: __init__() got an unexpected keyword argument 'encoding'
> 
> ======================================================================
> ERROR: test_simple (tests.test_asyncsender.TestSenderWithTimeout)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_asyncsender.py",
>  line 200, in test_simple
>     data = self.get_data()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_asyncsender.py",
>  line 194, in get_data
>     return self._server.get_received()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/mockserver.py", 
> line 71, in get_received
>     return list(Unpacker(self._buf, encoding='utf-8'))
>   File "msgpack/_unpacker.pyx", line 317, in 
> msgpack._cmsgpack.Unpacker.__init__
> TypeError: __init__() got an unexpected keyword argument 'encoding'
> 
> ======================================================================
> ERROR: test_simple_with_timeout_props 
> (tests.test_asyncsender.TestSenderWithTimeout)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_asyncsender.py",
>  line 213, in test_simple_with_timeout_props
>     data = self.get_data()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_asyncsender.py",
>  line 194, in get_data
>     return self._server.get_received()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/mockserver.py", 
> line 71, in get_received
>     return list(Unpacker(self._buf, encoding='utf-8'))
>   File "msgpack/_unpacker.pyx", line 317, in 
> msgpack._cmsgpack.Unpacker.__init__
> TypeError: __init__() got an unexpected keyword argument 'encoding'
> 
> ======================================================================
> ERROR: test_simple (tests.test_asyncsender.TestSenderWithTimeoutAndCircular)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_asyncsender.py",
>  line 267, in test_simple
>     data = self.get_data()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_asyncsender.py",
>  line 248, in get_data
>     return self._server.get_received()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/mockserver.py", 
> line 71, in get_received
>     return list(Unpacker(self._buf, encoding='utf-8'))
>   File "msgpack/_unpacker.pyx", line 317, in 
> msgpack._cmsgpack.Unpacker.__init__
> TypeError: __init__() got an unexpected keyword argument 'encoding'
> 
> ======================================================================
> ERROR: test_simple 
> (tests.test_asyncsender.TestSenderWithTimeoutMaxSizeNonCircular)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_asyncsender.py",
>  line 317, in test_simple
>     data = self.get_data()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_asyncsender.py",
>  line 298, in get_data
>     return self._server.get_received()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/mockserver.py", 
> line 71, in get_received
>     return list(Unpacker(self._buf, encoding='utf-8'))
>   File "msgpack/_unpacker.pyx", line 317, in 
> msgpack._cmsgpack.Unpacker.__init__
> TypeError: __init__() got an unexpected keyword argument 'encoding'
> 
> ======================================================================
> ERROR: test_custom_field_fill_missing_fmt_key_is_true 
> (tests.test_handler.TestHandler)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_handler.py", 
> line 240, in test_custom_field_fill_missing_fmt_key_is_true
>     data = self.get_data()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_handler.py", 
> line 21, in get_data
>     return self._server.get_received()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/mockserver.py", 
> line 71, in get_received
>     return list(Unpacker(self._buf, encoding='utf-8'))
>   File "msgpack/_unpacker.pyx", line 317, in 
> msgpack._cmsgpack.Unpacker.__init__
> TypeError: __init__() got an unexpected keyword argument 'encoding'
> -------------------- >> begin captured logging << --------------------
> fluent.test: INFO: {'sample': 'value'}
> --------------------- >> end captured logging << ---------------------
> 
> ======================================================================
> ERROR: test_custom_fmt (tests.test_handler.TestHandler)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_handler.py", 
> line 66, in test_custom_fmt
>     data = self.get_data()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_handler.py", 
> line 21, in get_data
>     return self._server.get_received()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/mockserver.py", 
> line 71, in get_received
>     return list(Unpacker(self._buf, encoding='utf-8'))
>   File "msgpack/_unpacker.pyx", line 317, in 
> msgpack._cmsgpack.Unpacker.__init__
> TypeError: __init__() got an unexpected keyword argument 'encoding'
> -------------------- >> begin captured logging << --------------------
> fluent.test: INFO: {'sample': 'value'}
> --------------------- >> end captured logging << ---------------------
> 
> ======================================================================
> ERROR: test_custom_fmt_with_format_style (tests.test_handler.TestHandler)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_handler.py", 
> line 173, in test_custom_fmt_with_format_style
>     data = self.get_data()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_handler.py", 
> line 21, in get_data
>     return self._server.get_received()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/mockserver.py", 
> line 71, in get_received
>     return list(Unpacker(self._buf, encoding='utf-8'))
>   File "msgpack/_unpacker.pyx", line 317, in 
> msgpack._cmsgpack.Unpacker.__init__
> TypeError: __init__() got an unexpected keyword argument 'encoding'
> -------------------- >> begin captured logging << --------------------
> fluent.test: INFO: {'sample': 'value'}
> --------------------- >> end captured logging << ---------------------
> 
> ======================================================================
> ERROR: test_custom_fmt_with_template_style (tests.test_handler.TestHandler)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_handler.py", 
> line 197, in test_custom_fmt_with_template_style
>     data = self.get_data()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_handler.py", 
> line 21, in get_data
>     return self._server.get_received()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/mockserver.py", 
> line 71, in get_received
>     return list(Unpacker(self._buf, encoding='utf-8'))
>   File "msgpack/_unpacker.pyx", line 317, in 
> msgpack._cmsgpack.Unpacker.__init__
> TypeError: __init__() got an unexpected keyword argument 'encoding'
> -------------------- >> begin captured logging << --------------------
> fluent.test: INFO: {'sample': 'value'}
> --------------------- >> end captured logging << ---------------------
> 
> ======================================================================
> ERROR: test_exception_message (tests.test_handler.TestHandler)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_handler.py", 
> line 368, in test_exception_message
>     data = self.get_data()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_handler.py", 
> line 21, in get_data
>     return self._server.get_received()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/mockserver.py", 
> line 71, in get_received
>     return list(Unpacker(self._buf, encoding='utf-8'))
>   File "msgpack/_unpacker.pyx", line 317, in 
> msgpack._cmsgpack.Unpacker.__init__
> TypeError: __init__() got an unexpected keyword argument 'encoding'
> -------------------- >> begin captured logging << --------------------
> fluent.test: ERROR: it failed
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_handler.py", 
> line 363, in test_exception_message
>     raise Exception('sample exception')
> Exception: sample exception
> --------------------- >> end captured logging << ---------------------
> 
> ======================================================================
> ERROR: test_exclude_attrs (tests.test_handler.TestHandler)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_handler.py", 
> line 85, in test_exclude_attrs
>     data = self.get_data()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_handler.py", 
> line 21, in get_data
>     return self._server.get_received()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/mockserver.py", 
> line 71, in get_received
>     return list(Unpacker(self._buf, encoding='utf-8'))
>   File "msgpack/_unpacker.pyx", line 317, in 
> msgpack._cmsgpack.Unpacker.__init__
> TypeError: __init__() got an unexpected keyword argument 'encoding'
> -------------------- >> begin captured logging << --------------------
> fluent.test: INFO: {'sample': 'value'}
> --------------------- >> end captured logging << ---------------------
> 
> ======================================================================
> ERROR: test_exclude_attrs_with_exclusion (tests.test_handler.TestHandler)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_handler.py", 
> line 103, in test_exclude_attrs_with_exclusion
>     data = self.get_data()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_handler.py", 
> line 21, in get_data
>     return self._server.get_received()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/mockserver.py", 
> line 71, in get_received
>     return list(Unpacker(self._buf, encoding='utf-8'))
>   File "msgpack/_unpacker.pyx", line 317, in 
> msgpack._cmsgpack.Unpacker.__init__
> TypeError: __init__() got an unexpected keyword argument 'encoding'
> -------------------- >> begin captured logging << --------------------
> fluent.test: INFO: {'sample': 'value'}
> --------------------- >> end captured logging << ---------------------
> 
> ======================================================================
> ERROR: test_exclude_attrs_with_extra (tests.test_handler.TestHandler)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_handler.py", 
> line 121, in test_exclude_attrs_with_extra
>     data = self.get_data()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_handler.py", 
> line 21, in get_data
>     return self._server.get_received()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/mockserver.py", 
> line 71, in get_received
>     return list(Unpacker(self._buf, encoding='utf-8'))
>   File "msgpack/_unpacker.pyx", line 317, in 
> msgpack._cmsgpack.Unpacker.__init__
> TypeError: __init__() got an unexpected keyword argument 'encoding'
> -------------------- >> begin captured logging << --------------------
> fluent.test: INFO: Test with value 'test value'
> --------------------- >> end captured logging << ---------------------
> 
> ======================================================================
> ERROR: test_format_dynamic (tests.test_handler.TestHandler)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_handler.py", 
> line 150, in test_format_dynamic
>     data = self.get_data()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_handler.py", 
> line 21, in get_data
>     return self._server.get_received()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/mockserver.py", 
> line 71, in get_received
>     return list(Unpacker(self._buf, encoding='utf-8'))
>   File "msgpack/_unpacker.pyx", line 317, in 
> msgpack._cmsgpack.Unpacker.__init__
> TypeError: __init__() got an unexpected keyword argument 'encoding'
> -------------------- >> begin captured logging << --------------------
> fluent.test: INFO: Test with value 'test value'
> --------------------- >> end captured logging << ---------------------
> 
> ======================================================================
> ERROR: test_json_encoded_message (tests.test_handler.TestHandler)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_handler.py", 
> line 260, in test_json_encoded_message
>     data = self.get_data()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_handler.py", 
> line 21, in get_data
>     return self._server.get_received()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/mockserver.py", 
> line 71, in get_received
>     return list(Unpacker(self._buf, encoding='utf-8'))
>   File "msgpack/_unpacker.pyx", line 317, in 
> msgpack._cmsgpack.Unpacker.__init__
> TypeError: __init__() got an unexpected keyword argument 'encoding'
> -------------------- >> begin captured logging << --------------------
> fluent.test: INFO: {"key": "hello world!", "param": "value"}
> --------------------- >> end captured logging << ---------------------
> 
> ======================================================================
> ERROR: test_json_encoded_message_without_json (tests.test_handler.TestHandler)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_handler.py", 
> line 277, in test_json_encoded_message_without_json
>     data = self.get_data()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_handler.py", 
> line 21, in get_data
>     return self._server.get_received()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/mockserver.py", 
> line 71, in get_received
>     return list(Unpacker(self._buf, encoding='utf-8'))
>   File "msgpack/_unpacker.pyx", line 317, in 
> msgpack._cmsgpack.Unpacker.__init__
> TypeError: __init__() got an unexpected keyword argument 'encoding'
> -------------------- >> begin captured logging << --------------------
> fluent.test: INFO: {"key": "hello world!", "param": "value"}
> --------------------- >> end captured logging << ---------------------
> 
> ======================================================================
> ERROR: test_non_string_dict_message (tests.test_handler.TestHandler)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_handler.py", 
> line 350, in test_non_string_dict_message
>     data = self.get_data()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_handler.py", 
> line 21, in get_data
>     return self._server.get_received()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/mockserver.py", 
> line 71, in get_received
>     return list(Unpacker(self._buf, encoding='utf-8'))
>   File "msgpack/_unpacker.pyx", line 317, in 
> msgpack._cmsgpack.Unpacker.__init__
> TypeError: __init__() got an unexpected keyword argument 'encoding'
> -------------------- >> begin captured logging << --------------------
> fluent.test: INFO: {42: 'root'}
> --------------------- >> end captured logging << ---------------------
> 
> ======================================================================
> ERROR: test_non_string_simple_message (tests.test_handler.TestHandler)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_handler.py", 
> line 336, in test_non_string_simple_message
>     data = self.get_data()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_handler.py", 
> line 21, in get_data
>     return self._server.get_received()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/mockserver.py", 
> line 71, in get_received
>     return list(Unpacker(self._buf, encoding='utf-8'))
>   File "msgpack/_unpacker.pyx", line 317, in 
> msgpack._cmsgpack.Unpacker.__init__
> TypeError: __init__() got an unexpected keyword argument 'encoding'
> -------------------- >> begin captured logging << --------------------
> fluent.test: INFO: 42
> --------------------- >> end captured logging << ---------------------
> 
> ======================================================================
> ERROR: test_number_string_simple_message (tests.test_handler.TestHandler)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_handler.py", 
> line 322, in test_number_string_simple_message
>     data = self.get_data()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_handler.py", 
> line 21, in get_data
>     return self._server.get_received()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/mockserver.py", 
> line 71, in get_received
>     return list(Unpacker(self._buf, encoding='utf-8'))
>   File "msgpack/_unpacker.pyx", line 317, in 
> msgpack._cmsgpack.Unpacker.__init__
> TypeError: __init__() got an unexpected keyword argument 'encoding'
> -------------------- >> begin captured logging << --------------------
> fluent.test: INFO: 1
> --------------------- >> end captured logging << ---------------------
> 
> ======================================================================
> ERROR: test_simple (tests.test_handler.TestHandler)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_handler.py", 
> line 39, in test_simple
>     data = self.get_data()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_handler.py", 
> line 21, in get_data
>     return self._server.get_received()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/mockserver.py", 
> line 71, in get_received
>     return list(Unpacker(self._buf, encoding='utf-8'))
>   File "msgpack/_unpacker.pyx", line 317, in 
> msgpack._cmsgpack.Unpacker.__init__
> TypeError: __init__() got an unexpected keyword argument 'encoding'
> -------------------- >> begin captured logging << --------------------
> fluent.test: INFO: {'from': 'userA', 'to': 'userB'}
> --------------------- >> end captured logging << ---------------------
> 
> ======================================================================
> ERROR: test_unstructured_formatted_message (tests.test_handler.TestHandler)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_handler.py", 
> line 307, in test_unstructured_formatted_message
>     data = self.get_data()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_handler.py", 
> line 21, in get_data
>     return self._server.get_received()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/mockserver.py", 
> line 71, in get_received
>     return list(Unpacker(self._buf, encoding='utf-8'))
>   File "msgpack/_unpacker.pyx", line 317, in 
> msgpack._cmsgpack.Unpacker.__init__
> TypeError: __init__() got an unexpected keyword argument 'encoding'
> -------------------- >> begin captured logging << --------------------
> fluent.test: INFO: hello world, you!
> --------------------- >> end captured logging << ---------------------
> 
> ======================================================================
> ERROR: test_unstructured_message (tests.test_handler.TestHandler)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_handler.py", 
> line 292, in test_unstructured_message
>     data = self.get_data()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_handler.py", 
> line 21, in get_data
>     return self._server.get_received()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/mockserver.py", 
> line 71, in get_received
>     return list(Unpacker(self._buf, encoding='utf-8'))
>   File "msgpack/_unpacker.pyx", line 317, in 
> msgpack._cmsgpack.Unpacker.__init__
> TypeError: __init__() got an unexpected keyword argument 'encoding'
> -------------------- >> begin captured logging << --------------------
> fluent.test: INFO: hello world
> --------------------- >> end captured logging << ---------------------
> 
> ======================================================================
> ERROR: test_decorator_simple (tests.test_sender.TestSender)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_sender.py", 
> line 80, in test_decorator_simple
>     data = self.get_data()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_sender.py", 
> line 62, in get_data
>     return self._server.get_received()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/mockserver.py", 
> line 71, in get_received
>     return list(Unpacker(self._buf, encoding='utf-8'))
>   File "msgpack/_unpacker.pyx", line 317, in 
> msgpack._cmsgpack.Unpacker.__init__
> TypeError: __init__() got an unexpected keyword argument 'encoding'
> 
> ======================================================================
> ERROR: test_emit_after_close (tests.test_sender.TestSender)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_sender.py", 
> line 155, in test_emit_after_close
>     data = self._server.get_received()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/mockserver.py", 
> line 71, in get_received
>     return list(Unpacker(self._buf, encoding='utf-8'))
>   File "msgpack/_unpacker.pyx", line 317, in 
> msgpack._cmsgpack.Unpacker.__init__
> TypeError: __init__() got an unexpected keyword argument 'encoding'
> 
> ======================================================================
> ERROR: test_emit_error (tests.test_sender.TestSender)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_sender.py", 
> line 145, in test_emit_error
>     data = self._server.get_received()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/mockserver.py", 
> line 71, in get_received
>     return list(Unpacker(self._buf, encoding='utf-8'))
>   File "msgpack/_unpacker.pyx", line 317, in 
> msgpack._cmsgpack.Unpacker.__init__
> TypeError: __init__() got an unexpected keyword argument 'encoding'
> 
> ======================================================================
> ERROR: test_nanosecond (tests.test_sender.TestSender)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_sender.py", 
> line 94, in test_nanosecond
>     data = self.get_data()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_sender.py", 
> line 62, in get_data
>     return self._server.get_received()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/mockserver.py", 
> line 71, in get_received
>     return list(Unpacker(self._buf, encoding='utf-8'))
>   File "msgpack/_unpacker.pyx", line 317, in 
> msgpack._cmsgpack.Unpacker.__init__
> TypeError: __init__() got an unexpected keyword argument 'encoding'
> 
> ======================================================================
> ERROR: test_nanosecond_coerce_float (tests.test_sender.TestSender)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_sender.py", 
> line 109, in test_nanosecond_coerce_float
>     data = self.get_data()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_sender.py", 
> line 62, in get_data
>     return self._server.get_received()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/mockserver.py", 
> line 71, in get_received
>     return list(Unpacker(self._buf, encoding='utf-8'))
>   File "msgpack/_unpacker.pyx", line 317, in 
> msgpack._cmsgpack.Unpacker.__init__
> TypeError: __init__() got an unexpected keyword argument 'encoding'
> 
> ======================================================================
> ERROR: test_simple (tests.test_sender.TestSender)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_sender.py", 
> line 68, in test_simple
>     data = self.get_data()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_sender.py", 
> line 62, in get_data
>     return self._server.get_received()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/mockserver.py", 
> line 71, in get_received
>     return list(Unpacker(self._buf, encoding='utf-8'))
>   File "msgpack/_unpacker.pyx", line 317, in 
> msgpack._cmsgpack.Unpacker.__init__
> TypeError: __init__() got an unexpected keyword argument 'encoding'
> 
> ======================================================================
> ERROR: test_unix_socket (tests.test_sender.TestSender)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/test_sender.py", 
> line 306, in test_unix_socket
>     data = self._server.get_received()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build/tests/mockserver.py", 
> line 71, in get_received
>     return list(Unpacker(self._buf, encoding='utf-8'))
>   File "msgpack/_unpacker.pyx", line 317, in 
> msgpack._cmsgpack.Unpacker.__init__
> TypeError: __init__() got an unexpected keyword argument 'encoding'
> 
> ----------------------------------------------------------------------
> Ran 72 tests in 0.098s
> 
> FAILED (SKIP=2, errors=46)
> E: pybuild pybuild:352: test: plugin distutils failed with: exit code=1: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_fluent/build; python3.9 -m nose -v 
> tests
> dh_auto_test: error: pybuild --test --test-nose -i python{version} -p "3.9 
> 3.8" returned exit code 13

The full build log is available from:
   
http://qa-logs.debian.net/2020/10/27/python-fluent-logger_0.9.6-2_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: python-fluent-logger
Source-Version: 0.9.6-3
Done: Nilesh Patra <npatra...@gmail.com>

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

Debian distribution maintenance software
pp.
Nilesh Patra <npatra...@gmail.com> (supplier of updated python-fluent-logger 
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: Thu, 19 Nov 2020 19:55:36 +0530
Source: python-fluent-logger
Architecture: source
Version: 0.9.6-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Nilesh Patra <npatra...@gmail.com>
Closes: 973215
Changes:
 python-fluent-logger (0.9.6-3) unstable; urgency=medium
 .
   * Team Upload.
   [ Ondřej Nový ]
   * d/control: Update Maintainer field with new Debian Python Team
     contact address.
   * d/control: Update Vcs-* fields with new Debian Python Team Salsa
     layout.
 .
   [ Nilesh Patra ]
   * Add patch for msgpack>=1.0.0 (Closes: #973215)
   * Add upstream/metadata
   * Fix with cme
   * Fix pristine-tar with xz compression file
Checksums-Sha1:
 a00865c6c24ecdb983a9740b509d32602d9564b1 2282 python-fluent-logger_0.9.6-3.dsc
 de2e4fcf6aee5574558e39955273f68b9c20a92b 2988 
python-fluent-logger_0.9.6-3.debian.tar.xz
 a20913d263c2f63ab2489a70ed99c1c49a5a2caa 6706 
python-fluent-logger_0.9.6-3_amd64.buildinfo
Checksums-Sha256:
 5d316f579fc263e51b700e21381fb9f934a8b7f7cd141be26487ed789f2fc293 2282 
python-fluent-logger_0.9.6-3.dsc
 e0d70418ca1d9c8ad5e032a6cd9f4872e79237d07e517a92954f7dd263dd66b0 2988 
python-fluent-logger_0.9.6-3.debian.tar.xz
 2ef9e700a5e9c117f0f5c61e85faa80211a12466d418ce8246f0892dc6d9b927 6706 
python-fluent-logger_0.9.6-3_amd64.buildinfo
Files:
 31f3e00defc5d72114443f7d3e222427 2282 python optional 
python-fluent-logger_0.9.6-3.dsc
 eb8060946474bbe73f61372ecd5eff54 2988 python optional 
python-fluent-logger_0.9.6-3.debian.tar.xz
 28c5044f9534c8a985ca51e4bd6240ec 6706 python optional 
python-fluent-logger_0.9.6-3_amd64.buildinfo

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

iQJIBAEBCgAyFiEEPpmlJvXcwMu/HO6mALrnSzQzafEFAl+2lMIUHG5wYXRyYTk3
NEBnbWFpbC5jb20ACgkQALrnSzQzafEFgw//fTYQFbNsGSXGx6qLxHFHLCtNvTE/
X1+pkBEbM/OOnUqxVRK0YxYiY2XLXlsW3fVowqum5tVTxbfx4YetEFkhaDOUstE9
bvmVVKmbIlOnlz1hJ50q/lIwup40Gg2iy0WFbHgjmvGBJvAMEU1UUBJytyL95Two
WO2Pn8cg5I0AAiZOuVcJoQG1/Qy5MjYLm5+wBRxHLHr8+OorLvI9AzR+o/ikrvV2
O8A7s9q80A3o/eR8+Z1rtBTNSLSKefmM4AVPyD/YjKNoUh0tpyE/OMR2wNeDgo+v
IRhl/rFZsi7Xq1bFBZquF+Dh9sMrn6Aw7+llBH8ScAj72u+GSLNPbuiEelcZ5W7X
QeL6ntMXM+g9EnYWgP3sbDj35X8qM69UbpSA+lTJhE3x6Ogp+cWb6Of/KIHje2kq
k7iF32wdYZWwgb39D5q4exHT8HoL/AstJTLzivH1Kg0E1EROnDmPL23SXSVpxbXJ
zGgHt8LEHFzK0sMvAZkCNS1A2iYv47KjxHcii8PTjOqHmFMCQGFoqU54WBc1pk+Z
FjQFJwZdjR47mJZMcK0FwhqWdOeRBh72OAAN0wXj1ocpiIbZkYVDtp4tMaOi3hNS
yYwroalGXDxR2RdF08av6UtGonRJp5D0foizHC0O/11QdfyuALKqlrgIxk4VsTU+
1i+kOJu1NLoC5oY=
=1J8y
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to