Your message dated Fri, 23 Feb 2024 14:47:54 +0000
with message-id <[email protected]>
and subject line Bug#1061858: fixed in wannier90 3.1.0+ds-8
has caused the Debian Bug report #1061858,
regarding wannier90 fails its autopkg tests with Python 3.12
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1061858: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1061858
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:wannier90
Version: 3.1.0+ds-7
Severity: important
Tags: sid trixie ftbfs
User: [email protected]
Usertags: python3.12
With python3-defaults from experimental, the package fails its autopkg
tests:
[...]
808s autopkgtest [14:33:03]: test upstream: -----------------------]
808s upstream FAIL stderr:
/tmp/autopkgtest.o659zE/autopkgtest_tmp/test-suite/testcode/bin/testcode.py:354:
SyntaxWarning: invalid escape sequence '\*'autopkgtest [14:33:03]: test
upstream: - - - - - - - - - - results - - - - - - - - - -
808s
808s autopkgtest [14:33:03]: test upstream: - - - - - - - - - - stderr
- - - - - - - - - -
808s
/tmp/autopkgtest.o659zE/autopkgtest_tmp/test-suite/testcode/bin/testcode.py:354:
SyntaxWarning: invalid escape sequence '\*'
808s wildcards = re.compile('.*(\*|\?|\[.*\]).*')
808s
/tmp/autopkgtest.o659zE/autopkgtest_tmp/test-suite/tools/parsers/parse_wout.py:17:
SyntaxWarning: invalid escape sequence '\s'
808s near_neigh_re = re.compile("^\s*\|\s+(\d+)\s+([\d\.]+)\s*(\d+)\s*")
808s
/tmp/autopkgtest.o659zE/autopkgtest_tmp/test-suite/tools/parsers/parse_wout.py:27:
SyntaxWarning: invalid escape sequence '\s'
808s completeness_re =
re.compile("^\s*\|\s+(\d+)\s+([\d\.-]+)\s+([\d\.-]+)\s+([\d\.-]+)\s*([\d\.]+)\s*")
808s
/tmp/autopkgtest.o659zE/autopkgtest_tmp/test-suite/tools/parsers/parse_wout.py:36:
SyntaxWarning: invalid escape sequence '\s'
808s spread_re = re.compile("^\s*WF centre and
spread\s+(\d+)\s+\(\s*([0-9\.-]+)\s*,\s*([0-9\.-]+)\s*,\s*([0-9\.-]+)\s*\)\s*([0-9\.-]+)\s*$")
808s
/tmp/autopkgtest.o659zE/autopkgtest_tmp/test-suite/tools/parsers/parse_wout.py:41:
SyntaxWarning: invalid escape sequence '\ '
808s omegaI_re = re.compile("Omega\ I\s+=\s*([0-9\.-]+)\s*$")
808s
/tmp/autopkgtest.o659zE/autopkgtest_tmp/test-suite/tools/parsers/parse_wout.py:42:
SyntaxWarning: invalid escape sequence '\ '
808s omegaD_re = re.compile("Omega\ D\s+=\s*([0-9\.-]+)\s*$")
808s
/tmp/autopkgtest.o659zE/autopkgtest_tmp/test-suite/tools/parsers/parse_wout.py:43:
SyntaxWarning: invalid escape sequence '\ '
808s omegaOD_re = re.compile("Omega\ OD\s+=\s*([0-9\.-]+)\s*$")
808s
/tmp/autopkgtest.o659zE/autopkgtest_tmp/test-suite/tools/parsers/parse_wout.py:44:
SyntaxWarning: invalid escape sequence '\ '
808s omegaTotal_re = re.compile("Omega\ Total\s+=\s*([0-9\.-]+)\s*$")
808s
/tmp/autopkgtest.o659zE/autopkgtest_tmp/test-suite/tools/parsers/parse_wout.py:45:
SyntaxWarning: invalid escape sequence '\ '
808s omegaIOD_C_re = re.compile("Omega\ IOD_C\s+=\s*([0-9\.-]+)\s*$")
808s
/tmp/autopkgtest.o659zE/autopkgtest_tmp/test-suite/tools/parsers/parse_wout.py:46:
SyntaxWarning: invalid escape sequence '\ '
808s omegaRest_re = re.compile("Omega\ Rest\s+=\s*([0-9\.-]+)\s*$")
808s
/tmp/autopkgtest.o659zE/autopkgtest_tmp/test-suite/tools/parsers/parse_wout.py:47:
SyntaxWarning: invalid escape sequence '\ '
808s penaltyfunc_re = re.compile("Penalty\ func\s+=\s*([0-9\.-]+)\s*$")
808s
/tmp/autopkgtest.o659zE/autopkgtest_tmp/test-suite/tools/parsers/parse_wout.py:48:
SyntaxWarning: invalid escape sequence '\ '
808s omegaTotal_C_re = re.compile("Omega\ Total_C\s+=\s*([0-9\.-]+)\s*$")
808s
/tmp/autopkgtest.o659zE/autopkgtest_tmp/test-suite/tools/parsers/parse_wpout.py:16:
SyntaxWarning: invalid escape sequence '\s'
808s near_neigh_re = re.compile("^\s*\|\s+(\d+)\s+([\d\.]+)\s*(\d+)\s*")
808s
/tmp/autopkgtest.o659zE/autopkgtest_tmp/test-suite/tools/parsers/parse_wpout.py:26:
SyntaxWarning: invalid escape sequence '\s'
808s completeness_re =
re.compile("^\s*\|\s+(\d+)\s+([\d\.-]+)\s+([\d\.-]+)\s+([\d\.-]+)\s*([\d\.]+)\s*")
808s
/tmp/autopkgtest.o659zE/autopkgtest_tmp/test-suite/tools/parsers/parse_wpout.py:35:
SyntaxWarning: invalid escape sequence '\s'
808s spread_re = re.compile("^\s*WF centre and
spread\s+(\d+)\s+\(\s*([0-9\.-]+)\s*,\s*([0-9\.-]+)\s*,\s*([0-9\.-]+)\s*\)\s*([0-9\.-]+)\s*$")
808s
/tmp/autopkgtest.o659zE/autopkgtest_tmp/test-suite/tools/parsers/parse_wpout.py:42:
SyntaxWarning: invalid escape sequence '\s'
808s ahc_re =
re.compile("^\s*==========\s+([-+]?[0-9]*\.?[0-9]+)\s+([-+]?[0-9]*\.?[0-9]+)\s+([-+]?[0-9]*\.?[0-9]+)\s*")
808s
/tmp/autopkgtest.o659zE/autopkgtest_tmp/test-suite/tools/parsers/parse_wpout.py:50:
SyntaxWarning: invalid escape sequence '\s'
808s morb_re =
re.compile("^\s*======================\s+([-+]?[0-9]*\.?[0-9]+)\s+([-+]?[0-9]*\.?[0-9]+)\s+([-+]?[0-9]*\.?[0-9]+)\s*")
808s
/tmp/autopkgtest.o659zE/autopkgtest_tmp/test-suite/tools/parsers/parse_wpout.py:54:
SyntaxWarning: invalid escape sequence '\ '
808s spinx_re = re.compile("x\ component:\s*([0-9\.-]+)\s*$")
808s
/tmp/autopkgtest.o659zE/autopkgtest_tmp/test-suite/tools/parsers/parse_wpout.py:55:
SyntaxWarning: invalid escape sequence '\ '
808s spiny_re = re.compile("y\ component:\s*([0-9\.-]+)\s*$")
808s
/tmp/autopkgtest.o659zE/autopkgtest_tmp/test-suite/tools/parsers/parse_wpout.py:56:
SyntaxWarning: invalid escape sequence '\ '
808s spinz_re = re.compile("z\ component:\s*([0-9\.-]+)\s*$")
808s
/tmp/autopkgtest.o659zE/autopkgtest_tmp/test-suite/tools/parsers/parse_wpout.py:57:
SyntaxWarning: invalid escape sequence '\ '
808s spinp_re = re.compile("Polar\ theta\ \(deg\):\s*([0-9\.-]+)\s*$")
808s
/tmp/autopkgtest.o659zE/autopkgtest_tmp/test-suite/tools/parsers/parse_wpout.py:58:
SyntaxWarning: invalid escape sequence '\ '
808s spina_re = re.compile("Azim.\ phi\ \(deg\):\s*([0-9\.-]+)\s*$")
808s
/tmp/autopkgtest.o659zE/autopkgtest_tmp/test-suite/tools/parsers/parse_wpout.py:63:
SyntaxWarning: invalid escape sequence '\ '
808s omegaI_re = re.compile("Omega\ I\s+=\s*([0-9\.-]+)\s*$")
808s
/tmp/autopkgtest.o659zE/autopkgtest_tmp/test-suite/tools/parsers/parse_wpout.py:64:
SyntaxWarning: invalid escape sequence '\ '
808s omegaD_re = re.compile("Omega\ D\s+=\s*([0-9\.-]+)\s*$")
808s
/tmp/autopkgtest.o659zE/autopkgtest_tmp/test-suite/tools/parsers/parse_wpout.py:65:
SyntaxWarning: invalid escape sequence '\ '
808s omegaOD_re = re.compile("Omega\ OD\s+=\s*([0-9\.-]+)\s*$")
808s
/tmp/autopkgtest.o659zE/autopkgtest_tmp/test-suite/tools/parsers/parse_wpout.py:66:
SyntaxWarning: invalid escape sequence '\ '
808s omegaTotal_re = re.compile("Omega\ Total\s+=\s*([0-9\.-]+)\s*$")
808s
/tmp/autopkgtest.o659zE/autopkgtest_tmp/test-suite/tools/parsers/parse_nnkp.py:17:
SyntaxWarning: invalid escape sequence '\s'
808s nnkpts_re =
re.compile("^\s*\s+(\d+)\s+(\d+)\s+(\d+)\s+(\d+)\s+(\d+)\s*$")
808s
/tmp/autopkgtest.o659zE/autopkgtest_tmp/test-suite/tools/parsers/parse_nnkp.py:23:
SyntaxWarning: invalid escape sequence '\s'
808s kpts_re = re.compile("^\s*([\d\.-]+)\s+([\d\.-]+)\s+([\d\.-]+)\s*$")
809s autopkgtest [14:33:04]: @@@@@@@@@@@@@@@@@@@@ summary
809s upstream FAIL stderr:
/tmp/autopkgtest.o659zE/autopkgtest_tmp/test-suite/testcode/bin/testcode.py:354:
SyntaxWarning: invalid escape sequence '\*'
--- End Message ---
--- Begin Message ---
Source: wannier90
Source-Version: 3.1.0+ds-8
Done: Andreas Tille <[email protected]>
We believe that the bug you reported is fixed in the latest version of
wannier90, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Andreas Tille <[email protected]> (supplier of updated wannier90 package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Fri, 23 Feb 2024 14:38:12 +0100
Source: wannier90
Architecture: source
Version: 3.1.0+ds-8
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers
<[email protected]>
Changed-By: Andreas Tille <[email protected]>
Closes: 1061858
Changes:
wannier90 (3.1.0+ds-8) unstable; urgency=medium
.
* Team upload.
* Mark strings raw to become compatible with Python3.12
Closes: #1061858
* Run autopkgtest with all supported Python3 versions
* Standards-Version: 4.6.2 (routine-update)
Checksums-Sha1:
752ecbb306e052d16a526716aa3e90e9e764c766 2370 wannier90_3.1.0+ds-8.dsc
78132823a0370d050845f22a51227291bda18f23 15636
wannier90_3.1.0+ds-8.debian.tar.xz
275b75f09309c9dd1a8783e4aa08624a2bc758f4 10880
wannier90_3.1.0+ds-8_amd64.buildinfo
Checksums-Sha256:
55ac2d1c9b403299e1636f80517d2db7c871d4f4ce8ad764c84aab4b79589e7f 2370
wannier90_3.1.0+ds-8.dsc
cf4058f4c909696065cb5c55762cc79267ee35d6111cb735cb62b3d84490e033 15636
wannier90_3.1.0+ds-8.debian.tar.xz
bc340f4f05ce3bbafd4b8b4c254c98aefec9cef14c677a742e86dbcc66fda44f 10880
wannier90_3.1.0+ds-8_amd64.buildinfo
Files:
020b6fed3be82f5738f8a0da85dedd32 2370 science optional wannier90_3.1.0+ds-8.dsc
6e3fd714142c506272030c7ceba3212d 15636 science optional
wannier90_3.1.0+ds-8.debian.tar.xz
d6ce8cb69f824afff627732ae0e9dcab 10880 science optional
wannier90_3.1.0+ds-8_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJFBAEBCgAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAmXYpogRHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtE0kA/+LqSitHeYQqBdFwYfMazwZL6YvaHgMjCg
oQovQjcbtb9NaZZOHARJsrQw+MyLB77+RMSs+Z4eSAOLw8EksjJGBQKPFD4BqfWB
HPTxc8/ri8JW9YncduK4ptWrcKX3VTdGWUnACJyzad6lELnREAdj41+EJEfpfwql
VYOz3yUXBwe8VTw0Bos0fTsmZSMgzN4wCO695shZYG3OP0LPRvbis02KujBjEvmt
JK22mjwtyT8VmztCLcmUEtHs0LaHjpH8fsJKUFJAs7MgzrcyeW77xQV114DDME9/
kEXPHE1MIxPH+iHpuRgyNBcfACcn3b9I2MAxE72Lh7YjC8aQzlITkf0DEGbOimOL
H4b1by/ZYpDGY1zfI5qw+kUG/xA4+M9ElHaMp9XB4sPL/CiNwl8wy37YC0gmWjM2
+RIwuHDP3LXpdqa77gatSZOPglr5Gcznv72mIXl3xYRVb/UEhZvdh2D9ojii+XLm
35Fo+iuwtw9EJIwJG4YIobqdV6B4BoBrMaBbLFhbow03tesSVJavq5zGy1SGxbTZ
sb/u8A5EXQh/LcAttmwA+iEgGeOyQe6lyg9yd37Ir+/gLadlDmWf7I8pa/YntBcE
EJDiWE/6cXbYIdPHotMJBFX6VfuG0yCBPIAk5mSeimZBajpZMlGuKUk526OzJ2/X
XqYgHuI8UaQ=
=jKbI
-----END PGP SIGNATURE-----
pgpDcGvXASeOJ.pgp
Description: PGP signature
--- End Message ---
--
debian-science-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers