Your message dated Sun, 18 Sep 2022 14:34:51 +0000
with message-id <e1ozvnj-00d78e...@fasolo.debian.org>
and subject line Bug#1020105: fixed in anymarkup-core 0.8.1-3
has caused the Debian Bug report #1020105,
regarding anymarkup-core: FTBFS: dh_auto_test: error: pybuild --test 
--test-pytest -i python{version} -p 3.10 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.)


-- 
1020105: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1020105
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: anymarkup-core
Version: 0.8.1-2
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_anymarkup-core/build/anymarkup_core
> copying anymarkup_core/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_anymarkup-core/build/anymarkup_core
>    dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:240: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_anymarkup-core/build; python3.10 -m 
> pytest test
> ============================= test session starts 
> ==============================
> platform linux -- Python 3.10.7, pytest-7.1.2, pluggy-1.0.0+repack
> rootdir: /<<PKGBUILDDIR>>
> collected 87 items
> 
> test/test_libs_not_installed.py ....                                     [  
> 4%]
> test/test_parse.py .......F.........F................................... [ 
> 65%]
> ............                                                             [ 
> 79%]
> test/test_serialize.py ....F........F....                                
> [100%]
> 
> =================================== FAILURES 
> ===================================
> _ TestParse.test_parse_basic[<?xml version="1.0" 
> encoding="utf-8"?>\n<foo>\n\t<bar>\u011b\u0161\u010d</bar>\n\t<spam>1</spam>\n\t<baz>1.1</baz>\n\t<blah>\n\t\t<blahblah>true</blahblah>\n\t\t<blahblah>text4</blahblah>\n\t\t<nothing></nothing>\n\t</blah>\n</foo>-None-expected7]
>  _
> 
> self = <test.test_parse.TestParse object at 0x7f7ce8466230>
> str = '<?xml version="1.0" 
> encoding="utf-8"?>\n<foo>\n\t<bar>ěšč</bar>\n\t<spam>1</spam>\n\t<baz>1.1</baz>\n\t<blah>\n\t\t<blahblah>true</blahblah>\n\t\t<blahblah>text4</blahblah>\n\t\t<nothing></nothing>\n\t</blah>\n</foo>'
> fmt = None
> expected = OrderedDict([('foo', OrderedDict([('bar', 'ěšč'), ('spam', 1), 
> ('baz', 1.1), ('blah', OrderedDict([('blahblah', [True, 'text4']), 
> ('nothing', None)]))]))])
> 
>     @pytest.mark.parametrize(('str', 'fmt', 'expected'), [
>         ('', None, {}),
>         ('{}', None, {}),
>         ('[]', None, []),
>         (example_ini, None, example_as_dict),
>         (example_json, None, example_as_dict),
>         (example_json5, 'json5', example_as_dict),
>         (example_toml, 'toml', toml_example_as_dict),  # we can't tell toml 
> from ini
>         (example_xml, None, example_as_ordered_dict),
>         (example_yaml_map, None, example_as_dict),
>         (example_yaml_omap, None, example_as_ordered_dict),
>     ])
>     def test_parse_basic(self, str, fmt, expected):
>         parsed = parse(str, fmt)
>         assert parsed == expected
> >       assert type(parsed) == type(expected)
> E       AssertionError: assert <class 'dict'> == <class 
> 'collections.OrderedDict'>
> E        +  where <class 'dict'> = type({'foo': {'bar': 'ěšč', 'baz': 1.1, 
> 'blah': {'blahblah': [True, 'text4'], 'nothing': None}, 'spam': 1}})
> E        +  and   <class 'collections.OrderedDict'> = 
> type(OrderedDict([('foo', OrderedDict([('bar', 'ěšč'), ('spam', 1), ('baz', 
> 1.1), ('blah', OrderedDict([('blahblah', [True, 'text4']), ('nothing', 
> None)]))]))]))
> 
> test/test_parse.py:47: AssertionError
> _ TestParse.test_parse_basic_interpolation_is_false[<?xml version="1.0" 
> encoding="utf-8"?>\n<foo>\n\t<bar>\u011b\u0161\u010d</bar>\n\t<spam>1</spam>\n\t<baz>1.1</baz>\n\t<blah>\n\t\t<blahblah>true</blahblah>\n\t\t<blahblah>text4</blahblah>\n\t\t<nothing></nothing>\n\t</blah>\n</foo>-None-expected7]
>  _
> 
> self = <test.test_parse.TestParse object at 0x7f7ce8465b10>
> str = '<?xml version="1.0" 
> encoding="utf-8"?>\n<foo>\n\t<bar>ěšč</bar>\n\t<spam>1</spam>\n\t<baz>1.1</baz>\n\t<blah>\n\t\t<blahblah>true</blahblah>\n\t\t<blahblah>text4</blahblah>\n\t\t<nothing></nothing>\n\t</blah>\n</foo>'
> fmt = None
> expected = OrderedDict([('foo', OrderedDict([('bar', 'ěšč'), ('spam', 1), 
> ('baz', 1.1), ('blah', OrderedDict([('blahblah', [True, 'text4']), 
> ('nothing', None)]))]))])
> 
>     @pytest.mark.parametrize(('str', 'fmt', 'expected'), [
>         ('', None, {}),
>         ('{}', None, {}),
>         ('[]', None, []),
>         (example_ini, None, example_as_dict),
>         (example_json, None, example_as_dict),
>         (example_json5, 'json5', example_as_dict),
>         (example_toml, 'toml', toml_example_as_dict),  # we can't tell toml 
> from ini
>         (example_xml, None, example_as_ordered_dict),
>         (example_yaml_map, None, example_as_dict),
>         (example_yaml_omap, None, example_as_ordered_dict),
>     ])
>     def test_parse_basic_interpolation_is_false(self, str, fmt, expected):
>         parsed = parse(str, fmt, interpolate=False)
>         assert parsed == expected
> >       assert type(parsed) == type(expected)
> E       AssertionError: assert <class 'dict'> == <class 
> 'collections.OrderedDict'>
> E        +  where <class 'dict'> = type({'foo': {'bar': 'ěšč', 'baz': 1.1, 
> 'blah': {'blahblah': [True, 'text4'], 'nothing': None}, 'spam': 1}})
> E        +  and   <class 'collections.OrderedDict'> = 
> type(OrderedDict([('foo', OrderedDict([('bar', 'ěšč'), ('spam', 1), ('baz', 
> 1.1), ('blah', OrderedDict([('blahblah', [True, 'text4']), ('nothing', 
> None)]))]))]))
> 
> test/test_parse.py:65: AssertionError
> _______________ TestSerialize.test_serialize_basic[struct4-xml] 
> ________________
> 
> self = <test.test_serialize.TestSerialize object at 0x7f7ce8467e80>
> struct = OrderedDict([('foo', OrderedDict([('bar', 'ěšč'), ('spam', 1), 
> ('baz', 1.1), ('blah', OrderedDict([('blahblah', [True, 'text4']), 
> ('nothing', None)]))]))])
> format = 'xml'
> 
>     @pytest.mark.parametrize(('struct', 'format'), [
>         (example_as_dict, 'ini'),
>         (example_as_dict, 'json'),
>         (example_as_dict, 'json5'),
>         (toml_example_as_dict, 'toml'),
>         (example_as_ordered_dict, 'xml'),
>         (example_as_dict, 'yaml'),
>         (example_as_ordered_dict, 'yaml'),
>     ])
>     def test_serialize_basic(self, struct, format):
>         serialized = serialize(struct, format)
>         parsed_back = parse(serialized, format)
>         assert parsed_back == struct
> >       assert type(parsed_back) == type(struct)
> E       AssertionError: assert <class 'dict'> == <class 
> 'collections.OrderedDict'>
> E        +  where <class 'dict'> = type({'foo': {'bar': 'ěšč', 'baz': 1.1, 
> 'blah': {'blahblah': [True, 'text4'], 'nothing': None}, 'spam': 1}})
> E        +  and   <class 'collections.OrderedDict'> = 
> type(OrderedDict([('foo', OrderedDict([('bar', 'ěšč'), ('spam', 1), ('baz', 
> 1.1), ('blah', OrderedDict([('blahblah', [True, 'text4']), ('nothing', 
> None)]))]))]))
> 
> test/test_serialize.py:43: AssertionError
> ______ TestSerialize.test_serialize_file_basic[struct4-None-example.xml] 
> _______
> 
> self = <test.test_serialize.TestSerialize object at 0x7f7ce8239e70>
> struct = OrderedDict([('foo', OrderedDict([('bar', 'ěšč'), ('spam', 1), 
> ('baz', 1.1), ('blah', OrderedDict([('blahblah', [True, 'text4']), 
> ('nothing', None)]))]))])
> fmt = None, fname = 'example.xml'
> tmpdir = 
> local('/tmp/pytest-of-user42/pytest-1/test_serialize_file_basic_stru4')
> 
>     @pytest.mark.parametrize(('struct', 'fmt', 'fname'), [
>         (example_as_dict, None, 'example.ini'),
>         (example_as_dict, None, 'example.json'),
>         (example_as_dict, 'json5', 'example.json5'),
>         (toml_example_as_dict, 'toml', 'example.toml'),
>         (example_as_ordered_dict, None, 'example.xml'),
>         (example_as_dict, None, 'example.yaml'),
>         (example_as_ordered_dict, None, 'example_ordered.yaml'),
>     ])
>     def test_serialize_file_basic(self, struct, fmt, fname, tmpdir):
>         f = os.path.join(str(tmpdir), fname)
>         serialize_file(struct, f)
>         parsed_back = parse(self._read_decode(f), fmt)
>         assert parsed_back == struct
> >       assert type(parsed_back) == type(struct)
> E       AssertionError: assert <class 'dict'> == <class 
> 'collections.OrderedDict'>
> E        +  where <class 'dict'> = type({'foo': {'bar': 'ěšč', 'baz': 1.1, 
> 'blah': {'blahblah': [True, 'text4'], 'nothing': None}, 'spam': 1}})
> E        +  and   <class 'collections.OrderedDict'> = 
> type(OrderedDict([('foo', OrderedDict([('bar', 'ěšč'), ('spam', 1), ('baz', 
> 1.1), ('blah', OrderedDict([('blahblah', [True, 'text4']), ('nothing', 
> None)]))]))]))
> 
> test/test_serialize.py:72: AssertionError
> =========================== short test summary info 
> ============================
> FAILED test/test_parse.py::TestParse::test_parse_basic[<?xml version="1.0" 
> encoding="utf-8"?>\n<foo>\n\t<bar>\u011b\u0161\u010d</bar>\n\t<spam>1</spam>\n\t<baz>1.1</baz>\n\t<blah>\n\t\t<blahblah>true</blahblah>\n\t\t<blahblah>text4</blahblah>\n\t\t<nothing></nothing>\n\t</blah>\n</foo>-None-expected7]
> FAILED 
> test/test_parse.py::TestParse::test_parse_basic_interpolation_is_false[<?xml 
> version="1.0" 
> encoding="utf-8"?>\n<foo>\n\t<bar>\u011b\u0161\u010d</bar>\n\t<spam>1</spam>\n\t<baz>1.1</baz>\n\t<blah>\n\t\t<blahblah>true</blahblah>\n\t\t<blahblah>text4</blahblah>\n\t\t<nothing></nothing>\n\t</blah>\n</foo>-None-expected7]
> FAILED 
> test/test_serialize.py::TestSerialize::test_serialize_basic[struct4-xml]
> FAILED 
> test/test_serialize.py::TestSerialize::test_serialize_file_basic[struct4-None-example.xml]
> ========================= 4 failed, 83 passed in 0.36s 
> =========================
> E: pybuild pybuild:379: test: plugin distutils failed with: exit code=1: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_anymarkup-core/build; python3.10 -m 
> pytest test
> dh_auto_test: error: pybuild --test --test-pytest -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/anymarkup-core_0.8.1-2_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: anymarkup-core
Source-Version: 0.8.1-3
Done: John Paul Adrian Glaubitz <glaub...@physik.fu-berlin.de>

We believe that the bug you reported is fixed in the latest version of
anymarkup-core, 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.
John Paul Adrian Glaubitz <glaub...@physik.fu-berlin.de> (supplier of updated 
anymarkup-core 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: Sun, 18 Sep 2022 14:02:27 +0200
Source: anymarkup-core
Architecture: source
Version: 0.8.1-3
Distribution: unstable
Urgency: medium
Maintainer: John Paul Adrian Glaubitz <glaub...@physik.fu-berlin.de>
Changed-By: John Paul Adrian Glaubitz <glaub...@physik.fu-berlin.de>
Closes: 1020105
Changes:
 anymarkup-core (0.8.1-3) unstable; urgency=medium
 .
   * Add patch to fix compatibility with xmltodict 0.13 (Closes: #1020105)
Checksums-Sha1:
 c974117be7b2510c6aa013947f0cb37ef90c6466 2104 anymarkup-core_0.8.1-3.dsc
 66f38bd78b0aee612eddf499bc36213dd5064718 2644 
anymarkup-core_0.8.1-3.debian.tar.xz
 0c3c01ff6a50c26b3644e5ac6f177bc9c7c270a8 6896 
anymarkup-core_0.8.1-3_amd64.buildinfo
Checksums-Sha256:
 667e9e5c93426a65e86c3bd325a96c031af89edf5ff9cf779417a6e9ab9d4b8b 2104 
anymarkup-core_0.8.1-3.dsc
 de4eec754258abb727a331c9627811d91347bb002263f9a688272985d90afcc2 2644 
anymarkup-core_0.8.1-3.debian.tar.xz
 613da5625c66fb2e42d1b73609d7f0cc808e7ab5bc7df8317625c0c0e0ef1e44 6896 
anymarkup-core_0.8.1-3_amd64.buildinfo
Files:
 ae815875cc03139c2c49ac6d26d66c07 2104 python optional 
anymarkup-core_0.8.1-3.dsc
 6385c00744cd75cbfcf11bdea2644588 2644 python optional 
anymarkup-core_0.8.1-3.debian.tar.xz
 f5bf8ede4ac1d0becc86a2a1bbf9a91a 6896 python optional 
anymarkup-core_0.8.1-3_amd64.buildinfo

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

iQIzBAEBCAAdFiEEYv+KdYTgKVaVRgAGdCY7N/W1+RMFAmMnCXsACgkQdCY7N/W1
+RPoCxAAhspBSWW9y9X3Uf199w7t2vSADyKyXzK84Q5TXY6E9NslLIzy7I7HAiNv
EyWuw0nJfE27MPPK4ZIvtvOaStAT8LC3g8NG0baDztl+zngWzBvyvZh30na+MtCb
PiTSxyucBuqeP4JqVU/61C/e9kE6W3qGSlHLG9J+87pQIL6/088DMnY9McP3cgun
9YuRuWvhtyNcdetVOt/U0tXWOlRtuU/tNKf7orJWLiHAroyFaMIl7lTLcHIWAeVw
45BxWXNtuleUh4nVGbECNCD0kY2iVea2wZtotCiCHsVx4ROjhBtO7tJdmhChrO2S
ZllQHwrWcrGNjlbbYqvwfM6nN3KfN1eD3es4SJBBGTIbyBybrGnoV2g/HCuLihh/
TgPMAKhxc+1SS1hw19Td0j3rJFwJv5HeHUsSa1r8mbV751SLzvfKUUxqHdDKadnp
i8IakNlQrccF9p/NXNME+Ofp7wQi66lRJ3KK/8fmssNRB52t+X6htV5MRWeAkZpD
FRKteCPLXk3+D+fzxWQeQj2w++dceJs4cvnj0ISkNnJVU1VrFcmbuQiT7fs0538n
HJv0RGJWwlmJly+QHj0P/B/NrBWwHIOLWLIUxgpD4g/eoapZtLsH7jz5SeYgabmQ
dVP13y+WmwBvuE769vTCH04FcaZj+avRVFNZs5v3xKo9nuVpw0A=
=9Utv
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to