Your message dated Thu, 03 Aug 2023 14:40:43 +0000
with message-id <e1qrzvl-00dpk1...@fasolo.debian.org>
and subject line Bug#1042432: fixed in mat2 0.13.4-1
has caused the Debian Bug report #1042432,
regarding mat2: autopkgtest regression with ffmpeg 6.0
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.)


-- 
1042432: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1042432
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: mat2
Version: 0.13.3-1
Severity: serious
Tag: sid trixie
X-Debbugs-Cc: sramac...@debian.org

mat2's autopkgtests fail with ffmpeg 6.0:

https://ci.debian.net/data/autopkgtest/testing/amd64/m/mat2/36194920/log.gz

126s =================================== FAILURES 
===================================
126s _______________________ TestCleaning.test_all_parametred 
_______________________
126s 
126s self = <tests.test_libmat2.TestCleaning testMethod=test_all_parametred>
126s 
126s     def test_all_parametred(self):
126s         for case in self.data:
126s             with self.subTest(case=case):
126s                 if 'ffmpeg' in case:
126s                     try:
126s                         video._get_ffmpeg_path()
126s                     except RuntimeError:
126s                         raise unittest.SkipTest
126s     
126s                 print('[+] Testing %s' % case['name'])
126s                 target = './tests/data/clean.' + case['name']
126s                 shutil.copy('./tests/data/dirty.' + case['name'], target)
126s                 p1 = case['parser'](target)
126s     
126s                 for k, v in p1.get_meta().items():
126s                     if k not in case['meta']:
126s                         continue
126s                     if isinstance(v, dict):
126s                         for _k, _v in v.items():
126s                             if _k in case['meta'][k]:
126s                                 self.assertEqual(_v, case['meta'][k][_k])
126s                     else:
126s                         self.assertEqual(v, case['meta'][k])
126s     
126s                 p1.lightweight_cleaning = True
126s                 self.assertTrue(p1.remove_all())
126s     
126s                 p2 = case['parser'](p1.output_filename)
126s                 meta = p2.get_meta()
126s                 if meta:
126s                     for k, v in p2.get_meta().items():
126s >                       self.assertIn(k, case['expected_meta'], '"%s" is 
not in "%s" (%s)' % (k, case['expected_meta'], case['name']))
126s E                       AssertionError: 'CompressorName' not found in 
{'AverageBitrate': 465641, 'BufferSize': 0, 'CompatibleBrands': ['isom', 
'iso2', 'avc1', 'mp41'], 'ColorProfiles': 'nclx', 'ColorPrimaries': 'BT.709', 
'ColorRepresentation': 'nclx 1 1 1', 'CompressorID': 'avc1', 'GraphicsMode': 
'srcCopy', 'HandlerDescription': 'SoundHandler', 'HandlerType': 'Metadata', 
'HandlerVendorID': 'Apple', 'MajorBrand': 'Base Media v1 [IS0 14496-12:2003]', 
'MatrixCoefficients': 'BT.709', 'MaxBitrate': 465641, 'MediaDataOffset': 48, 
'MediaDataSize': 379872, 'MediaHeaderVersion': 0, 'MinorVersion': '0.2.0', 
'MovieDataOffset': 48, 'MovieHeaderVersion': 0, 'NextTrackID': 3, 
'PreferredRate': 1, 'Rotation': 0, 'TimeScale': 1000, 'TrackHeaderVersion': 0, 
'TrackID': 1, 'TrackLayer': 0, 'TransferCharacteristics': 'BT.709'} : 
"CompressorName" is not in "{'AverageBitrate': 465641, 'BufferSize': 0, 
'CompatibleBrands': ['isom', 'iso2', 'avc1', 'mp41'], 'ColorProfiles': 'nclx', 
'ColorPrimaries': 'BT.709', 'ColorRepresentation': 'nclx 1 1 1', 
'CompressorID': 'avc1', 'GraphicsMode': 'srcCopy', 'HandlerDescription': 
'SoundHandler', 'HandlerType': 'Metadata', 'HandlerVendorID': 'Apple', 
'MajorBrand': 'Base Media v1 [IS0 14496-12:2003]', 'MatrixCoefficients': 
'BT.709', 'MaxBitrate': 465641, 'MediaDataOffset': 48, 'MediaDataSize': 379872, 
'MediaHeaderVersion': 0, 'MinorVersion': '0.2.0', 'MovieDataOffset': 48, 
'MovieHeaderVersion': 0, 'NextTrackID': 3, 'PreferredRate': 1, 'Rotation': 0, 
'TimeScale': 1000, 'TrackHeaderVersion': 0, 'TrackID': 1, 'TrackLayer': 0, 
'TransferCharacteristics': 'BT.709'}" (mp4)
126s 
126s tests/test_libmat2.py:557: AssertionError

Cheers
-- 
Sebastian Ramacher

--- End Message ---
--- Begin Message ---
Source: mat2
Source-Version: 0.13.4-1
Done: Georg Faerber <ge...@debian.org>

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 1042...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Georg Faerber <ge...@debian.org> (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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 03 Aug 2023 13:49:47 +0000
Source: mat2
Architecture: source
Version: 0.13.4-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Privacy Tools Maintainers 
<pkg-privacy-maintain...@lists.alioth.debian.org>
Changed-By: Georg Faerber <ge...@debian.org>
Closes: 1032719 1042432
Changes:
 mat2 (0.13.4-1) unstable; urgency=medium
 .
   * New upstream version 0.13.4:
     - Adjust expected metadata to fix autopkgtest with ffmpeg >= 6.0.
       (Closes: #1042432).
   * debian/control:
     - Drop obsolete transitional package mat. (Closes: #1032719)
   * debian/mat2.install:
     - Drop obsolete listing of /usr/bin/mat2, as otherwise the build errors
       out and leads to FTBFS.
   * debian/patches:
     - Drop obsolete patch to include version in pyproject file; applied
       upstream.
Checksums-Sha1:
 742462be3b7dad3ec66b55da028e396e39299761 1572 mat2_0.13.4-1.dsc
 149adaf8b0fc0db22a82c805831fc0d00ed875f0 10873216 mat2_0.13.4.orig.tar.xz
 905383e97e347782ad18b7e0abe2a9c92df1d98f 9876 mat2_0.13.4-1.debian.tar.xz
 de60f40ce7ece72646d751fbbb931bcaa37b59da 11828 mat2_0.13.4-1_amd64.buildinfo
Checksums-Sha256:
 707fce64824c7b30aea90c9da7a99f8636bf4640f74aee059fdb7da90c2f5d67 1572 
mat2_0.13.4-1.dsc
 4eb6d4521eb15ef6037c7e13674c05cfb50b443b12bbef3304d89118604e5383 10873216 
mat2_0.13.4.orig.tar.xz
 efa7846a02c3508aa6c63afbad5407ff17246f93fca77c86f8c39a54ac5321d1 9876 
mat2_0.13.4-1.debian.tar.xz
 b84f5406db846b5bc0e8a1e9e5237204a0cb361f8d3a616482be039247b75e0d 11828 
mat2_0.13.4-1_amd64.buildinfo
Files:
 9e67dae2ff127a1e64992a1088831b49 1572 utils optional mat2_0.13.4-1.dsc
 99e2e75cea0abbcfcc8e3f23d441c844 10873216 utils optional 
mat2_0.13.4.orig.tar.xz
 155bd9c573b732f0a23c3d7cf236ec09 9876 utils optional 
mat2_0.13.4-1.debian.tar.xz
 0cde4c192ccc026e51044906b0254646 11828 utils optional 
mat2_0.13.4-1_amd64.buildinfo

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

iHUEARYIAB0WIQTEfr/MTlfp/DLKNABGG+5dJAqekQUCZMu39wAKCRBGG+5dJAqe
kdMsAPsHeCS7j7BpRRMjJs8cECK+hbSAk77nxckVRnUwajX9wAEA1j5EK//2jzqO
raYT99g2DoSPU75ovl5Bcn2jxM562AA=
=7JCd
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to