Your message dated Sat, 26 Dec 2020 20:34:09 +0000
with message-id <[email protected]>
and subject line Bug#975533: fixed in mat2 0.12.0-1
has caused the Debian Bug report #975533,
regarding mat2: FTBFS and autopkgtest failure with Python 3.9
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.)
--
975533: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=975533
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:mat2
Version: 0.11.0-1
Severity: serious
Tags: sid bullseye
User: [email protected]
Usertags: python3.9
[...]
autopkgtest [14:10:22]: test command1: [-----------------------
============================= test session starts ==============================
platform linux -- Python 3.9.0+, pytest-4.6.11, py-1.9.0, pluggy-0.13.0
rootdir: /tmp/autopkgtest-lxc.lpxn4tf6/downtmp/build.HJV/src
collected 119 items
tests/test_climat2.py FF....................... [ 21%]
tests/test_corrupted_files.py .......................................... [ 56%]
[ 56%]
tests/test_deep_cleaning.py ..... [ 60%]
tests/test_libmat2.py .......................................... [ 95%]
tests/test_lightweight_cleaning.py .. [ 97%]
tests/test_policy.py ... [100%]
=================================== FAILURES ===================================
______________________________ TestHelp.test_help ______________________________
self = <tests.test_climat2.TestHelp testMethod=test_help>
def test_help(self):
proc = subprocess.Popen(mat2_binary + ['--help'],
stdout=subprocess.PIPE)
stdout, _ = proc.communicate()
self.assertIn(b'mat2 [-h] [-V]', stdout)
self.assertIn(b'[--unknown-members policy]', stdout)
self.assertIn(b'[--inplace]', stdout)
self.assertIn(b'[--no-sandbox]', stdout)
self.assertIn(b' [-v] [-l]', stdout)
self.assertIn(b'[--check-dependencies]', stdout)
self.assertIn(b'[-L | -s]', stdout)
> self.assertIn(b'[files [files ...]]', stdout)
E AssertionError: b'[files [files ...]]' not found in b"usage: mat2 [-h]
[-V] [--unknown-members policy] [--inplace] [--no-sandbox]\n [-v]
[-l] [--check-dependencies] [-L | -s]\n [files ...]\n\nMetadata
anonymisation toolkit 2\n\npositional arguments:\n files the
files to process\n\noptional arguments:\n -h, --help show this help
message and exit\n -V, --verbose show more verbose status information\n
--unknown-members policy\n how to handle unknown members
of archive-style files\n (policy should be one of: abort,
omit, keep) [Default:\n abort]\n --inplace
clean in place, without backup\n --no-sandbox Disable bubblewrap's
sandboxing\n -v, --version show program's version number and exit\n
-l, --list list all supported fileformats\n --check-dependencies
check if mat2 has all the dependencies it needs\n -L, --lightweight remove
SOME metadata\n -s, --show list harmful metadata detectable by mat2
without\n removing them\n"
tests/test_climat2.py:32: AssertionError
_____________________________ TestHelp.test_no_arg _____________________________
self = <tests.test_climat2.TestHelp testMethod=test_no_arg>
def test_no_arg(self):
proc = subprocess.Popen(mat2_binary, stdout=subprocess.PIPE)
stdout, _ = proc.communicate()
self.assertIn(b'mat2 [-h] [-V]', stdout)
self.assertIn(b'[--unknown-members policy]', stdout)
self.assertIn(b'[--inplace]', stdout)
self.assertIn(b'[--no-sandbox]', stdout)
self.assertIn(b' [-v] [-l] [--check-dependencies] [-L | -s]', stdout)
> self.assertIn(b'[files [files ...]]', stdout)
E AssertionError: b'[files [files ...]]' not found in b"usage: mat2 [-h]
[-V] [--unknown-members policy] [--inplace] [--no-sandbox]\n [-v]
[-l] [--check-dependencies] [-L | -s]\n [files ...]\n\nMetadata
anonymisation toolkit 2\n\npositional arguments:\n files the
files to process\n\noptional arguments:\n -h, --help show this help
message and exit\n -V, --verbose show more verbose status information\n
--unknown-members policy\n how to handle unknown members
of archive-style files\n (policy should be one of: abort,
omit, keep) [Default:\n abort]\n --inplace
clean in place, without backup\n --no-sandbox Disable bubblewrap's
sandboxing\n -v, --version show program's version number and exit\n
-l, --list list all supported fileformats\n --check-dependencies
check if mat2 has all the dependencies it needs\n -L, --lightweight remove
SOME metadata\n -s, --show list harmful metadata detectable by mat2
without\n removing them\n"
tests/test_climat2.py:42: AssertionError
==================== 2 failed, 117 passed in 65.19 seconds =====================
autopkgtest [14:11:28]: test command1: -----------------------]
autopkgtest [14:11:28]: test command1: - - - - - - - - - - results - - - - - -
- - - -
--- End Message ---
--- Begin Message ---
Source: mat2
Source-Version: 0.12.0-1
Done: Georg Faerber <[email protected]>
We believe that the bug you reported is fixed in the latest version of
mat2, 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.
Georg Faerber <[email protected]> (supplier of updated mat2 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: SHA256
Format: 1.8
Date: Sat, 26 Dec 2020 19:52:55 +0000
Source: mat2
Architecture: source
Version: 0.12.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Privacy Tools Maintainers
<[email protected]>
Changed-By: Georg Faerber <[email protected]>
Closes: 975533
Changes:
mat2 (0.12.0-1) unstable; urgency=medium
.
* Team upload.
* New upstream version 0.12.0:
- Ships fix to adjust expected results of two tests if Python 3.9 is in
use. (Closes: #975533)
* d/control:
- Bump debhelper compat level to 13.
- Bump Standards-Version to 4.5.1.
- Build-Depends: Drop now obsolete dh-exec.
* d/mat2.installed:
- Drop unnecessary, and orphaned, dh-exec.
* d/not-installed:
- Add to make dh_missing not error out.
* d/watch:
- Adapt due to GitLab changes, which is in use upstream.
Checksums-Sha1:
8630e848be476f877b1dfa414026f360c9b7bcc1 1609 mat2_0.12.0-1.dsc
d0e5ee5482dec9e89a433316978ba29ac5799452 9281052 mat2_0.12.0.orig.tar.xz
84ffbce320dfc7091045d0bddeab4b18dc70f2b4 8820 mat2_0.12.0-1.debian.tar.xz
ffcb28a5fc70d0b8ab989ab585eba5cf3d597acb 11717 mat2_0.12.0-1_amd64.buildinfo
Checksums-Sha256:
0a2396e45911bad144f81c39cbb965c82ad0e843c534468e0b12a65fdfd131d2 1609
mat2_0.12.0-1.dsc
be5673368313a0978526dbcdaf783c020f7c3e303774ed200f3581cc3a873645 9281052
mat2_0.12.0.orig.tar.xz
a713192f4b886cf1b839eea4cf93c368f77fad33b0c88e9857e4c020cc2edac4 8820
mat2_0.12.0-1.debian.tar.xz
45e52080ba2bd541979b32e647a760040da1eed62e1e11170c6ea3c5d2b596e0 11717
mat2_0.12.0-1_amd64.buildinfo
Files:
28af499e77c73ff44293ae5e30137e42 1609 utils optional mat2_0.12.0-1.dsc
6d7f5cc7f781ccd2ac230907544dae8e 9281052 utils optional mat2_0.12.0.orig.tar.xz
05e8ac45076a8522f21b2df885f859d0 8820 utils optional
mat2_0.12.0-1.debian.tar.xz
724527065e8664c6c2459c5763dd7f3f 11717 utils optional
mat2_0.12.0-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iHUEARYIAB0WIQTEfr/MTlfp/DLKNABGG+5dJAqekQUCX+eabwAKCRBGG+5dJAqe
kYX/AP9pACZux3NSylxs23NxgeK3flthCbZsTNK/cyE30Y1KXwD/RbYcZQtUVTo1
vRyfZChCdNJt+ZwZsl652LZojClI3gQ=
=eV9M
-----END PGP SIGNATURE-----
--- End Message ---