Your message dated Mon, 26 Dec 2022 00:04:12 +0000
with message-id <e1p9ays-002vxm...@fasolo.debian.org>
and subject line Bug#1026748: fixed in dacite 1.7.0-1
has caused the Debian Bug report #1026748,
regarding dacite: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i 
python{version} -p "3.11 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.)


-- 
1026748: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1026748
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: dacite
Version: 1.6.0-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20221220 ftbfs-bookworm

Hi,

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


Relevant part (hopefully):
>  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:240: python3.11 setup.py config 
> running config
> I: pybuild base:240: python3.10 setup.py config 
> running config
>    dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:240: /usr/bin/python3.11 setup.py build 
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dacite/build/dacite
> copying dacite/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dacite/build/dacite
> copying dacite/core.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dacite/build/dacite
> copying dacite/exceptions.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dacite/build/dacite
> copying dacite/config.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dacite/build/dacite
> copying dacite/data.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dacite/build/dacite
> copying dacite/types.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dacite/build/dacite
> copying dacite/dataclasses.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dacite/build/dacite
> copying dacite/py.typed -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dacite/build/dacite
> I: pybuild base:240: /usr/bin/python3 setup.py build 
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_dacite/build/dacite
> copying dacite/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_dacite/build/dacite
> copying dacite/core.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_dacite/build/dacite
> copying dacite/exceptions.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_dacite/build/dacite
> copying dacite/config.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_dacite/build/dacite
> copying dacite/data.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_dacite/build/dacite
> copying dacite/types.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_dacite/build/dacite
> copying dacite/dataclasses.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_dacite/build/dacite
> copying dacite/py.typed -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_dacite/build/dacite
>    dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:240: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dacite/build; 
> python3.11 -m pytest tests
> ============================= test session starts 
> ==============================
> platform linux -- Python 3.11.1, pytest-7.2.0, pluggy-1.0.0+repack
> rootdir: /<<PKGBUILDDIR>>
> collected 168 items
> 
> tests/test_dataclasses.py ......                                         [  
> 3%]
> tests/test_types.py .................................................... [ 
> 34%]
> .........F.....................                                          [ 
> 52%]
> tests/core/test_base.py .............                                    [ 
> 60%]
> tests/core/test_collection.py .................                          [ 
> 70%]
> tests/core/test_config.py ...............                                [ 
> 79%]
> tests/core/test_init_var.py ..                                           [ 
> 80%]
> tests/core/test_literal.py ....                                          [ 
> 83%]
> tests/core/test_optional.py ..............                               [ 
> 91%]
> tests/core/test_type.py .                                                [ 
> 92%]
> tests/core/test_union.py .............                                   
> [100%]
> 
> =================================== FAILURES 
> ===================================
> ___________ test_is_instance_with_empty_tuple_and_not_matching_type 
> ____________
> 
>     def test_is_instance_with_empty_tuple_and_not_matching_type():
> >       assert not is_instance((1, 2), Tuple[()])
> E       assert not True
> E        +  where True = is_instance((1, 2), typing.Tuple[()])
> 
> tests/test_types.py:297: AssertionError
> =========================== short test summary info 
> ============================
> FAILED 
> tests/test_types.py::test_is_instance_with_empty_tuple_and_not_matching_type
> ======================== 1 failed, 167 passed in 0.34s 
> =========================
> E: pybuild pybuild:386: test: plugin distutils failed with: exit code=1: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_dacite/build; python3.11 -m pytest 
> tests
> I: pybuild base:240: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_dacite/build; 
> python3.10 -m pytest tests
> ============================= test session starts 
> ==============================
> platform linux -- Python 3.10.9, pytest-7.2.0, pluggy-1.0.0+repack
> rootdir: /<<PKGBUILDDIR>>
> collected 168 items
> 
> tests/test_dataclasses.py ......                                         [  
> 3%]
> tests/test_types.py .................................................... [ 
> 34%]
> ...............................                                          [ 
> 52%]
> tests/core/test_base.py .............                                    [ 
> 60%]
> tests/core/test_collection.py .................                          [ 
> 70%]
> tests/core/test_config.py ...............                                [ 
> 79%]
> tests/core/test_init_var.py ..                                           [ 
> 80%]
> tests/core/test_literal.py ....                                          [ 
> 83%]
> tests/core/test_optional.py ..............                               [ 
> 91%]
> tests/core/test_type.py .                                                [ 
> 92%]
> tests/core/test_union.py .............                                   
> [100%]
> 
> ============================= 168 passed in 0.37s 
> ==============================
> dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.11 
> 3.10" returned exit code 13


The full build log is available from:
http://qa-logs.debian.net/2022/12/20/dacite_1.6.0-2_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20221220;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20221220&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 mark 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: dacite
Source-Version: 1.7.0-1
Done: Valentin Vidic <vvi...@debian.org>

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

Debian distribution maintenance software
pp.
Valentin Vidic <vvi...@debian.org> (supplier of updated dacite 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: Mon, 26 Dec 2022 00:26:25 +0100
Source: dacite
Architecture: source
Version: 1.7.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Valentin Vidic <vvi...@debian.org>
Closes: 1026748
Changes:
 dacite (1.7.0-1) unstable; urgency=medium
 .
   * New upstream version 1.7.0 (Closes: #1026748)
   * Update patches for new version
   * Update Standards-Version to 4.6.2
   * Update debian copyright year
Checksums-Sha1:
 4718e64b3182514dc3f68faeff8f6bb9311dac57 2017 dacite_1.7.0-1.dsc
 93732b2f29f7f53a202e4ff5f02498c1f7125ae4 22869 dacite_1.7.0.orig.tar.gz
 1213722e342c7b884628cf2e1fa948ee3a089871 3760 dacite_1.7.0-1.debian.tar.xz
 7df75f2312fddedbbcf0258e517bad465e4bdc0f 6810 dacite_1.7.0-1_source.buildinfo
Checksums-Sha256:
 83bc722b4d79ceb1a9d04e1dec6b4dd258a8020848f7f296c112257eecdd5042 2017 
dacite_1.7.0-1.dsc
 2b33e37f9c167c9485e63d86c5964359487aa3f2f0a4773102378bb7fd35c0eb 22869 
dacite_1.7.0.orig.tar.gz
 83db02cd28683b432932b78aec9e49031085910d2b78ecec05d1f064988ff1fa 3760 
dacite_1.7.0-1.debian.tar.xz
 c4e085fb4625a5c6aa29ebc8d3e150c040448bc25923e53815d3ef5020cde475 6810 
dacite_1.7.0-1_source.buildinfo
Files:
 aa349acb0f7abfb418c1034df00a2ed3 2017 python optional dacite_1.7.0-1.dsc
 2e39fddd53a1efde1cc25ef8dba6b658 22869 python optional dacite_1.7.0.orig.tar.gz
 02baa8869da4d32a4c6478f80e6a49d8 3760 python optional 
dacite_1.7.0-1.debian.tar.xz
 391365eb8dd090c6718080552ae5c57a 6810 python optional 
dacite_1.7.0-1_source.buildinfo

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

iQJGBAEBCgAwFiEExaW53cM9k/u2PWfIMofYmpfNqHsFAmOo4soSHHZ2aWRpY0Bk
ZWJpYW4ub3JnAAoJEDKH2JqXzah7voAP/0n0C+XkEbJoGwpQzmaVy3vybUSaJr9K
1AkYXuNHnG8YgPYYSrjBrqpiQk853p1w/V7n4gjQ8V10kqEuD+eebtRkCSo4uK8A
XSQ4aTT7nG1Z0sEnbW0yqQM1o/XbKDdj3X2Uh4xQYWG7Rm0lldFNSXMAe1iQOUBX
Cda09Rl/CglyQmMh7zLsW8MSNku7NHrM2RW2T9UdfmZMkwxsYXSKfM0dYRGuLEUy
zqZ+P7wg2FK3DpNf2Z5luWIdHwp56nsFHfEPWt94Bj7x22hu80/kL0GkMDeoY2QY
xwaBLluQ/gkZZGoXu3LawMRAx8CcElVLC7bad91uMX+33fk9tQpnLIMb/m+hjtAk
t1czX8lEs68MGgi5ib4ba4roAX5eCWgkEewN832UkusDfJigEtztIhIkNQJoNrae
trpA1URhbchlNmMJL1DKcaWDwqEioNOq330RzHtYCGQhq3lARLSs3mWtndZIH88n
Wa7L41GVUh9w469FYs9Bo2VxUr4aoKHNkzFERbMABxVwD8I0bxT7o4fGbcsV020i
dsWuZ6V/mdC9HsxA4MEhUAeoMu4CKz6p8dL+zuL9MES556eIg/6QEKXuaJ3jlRmE
32xd+px7VTU7zsmkZFZV60JDFxsLYk4sz//DkSy/eX7v+DxoqNBz2Ry523DcoHT1
oShHfRlhVelL
=SUl/
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to