Your message dated Mon, 12 Sep 2022 20:41:10 +0000
with message-id <[email protected]>
and subject line Bug#1017210: fixed in python-pyfakefs 4.6.3-1
has caused the Debian Bug report #1017210,
regarding python-pyfakefs: FTBFS: AssertionError: FileNotFoundError not raised
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.)


-- 
1017210: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1017210
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: python-pyfakefs
Version: 4.5.4-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: [email protected]
Usertags: ftbfs-20220813 ftbfs-bookworm

Hi,

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


Relevant part (hopefully):
> ======================================================================
> ERROR: test_pause_resume 
> (pyfakefs.tests.fake_filesystem_unittest_test.PauseResumePatcherTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/pyfakefs/tests/fake_filesystem_unittest_test.py", 
> line 621, in test_pause_resume
>     fake_temp_file = tempfile.NamedTemporaryFile()
>   File "/usr/lib/python3.10/tempfile.py", line 698, in NamedTemporaryFile
>     file = _io.open(dir, mode, buffering=buffering,
>   File "/<<PKGBUILDDIR>>/pyfakefs/fake_filesystem.py", line 4844, in open
>     return fake_open(file, mode, buffering, encoding, errors,
>   File "/<<PKGBUILDDIR>>/pyfakefs/fake_filesystem.py", line 5517, in __call__
>     return self.call(*args, **kwargs)
>   File "/<<PKGBUILDDIR>>/pyfakefs/fake_filesystem.py", line 5591, in call
>     file_object = self._init_file_object(file_object,
>   File "/<<PKGBUILDDIR>>/pyfakefs/fake_filesystem.py", line 5647, in 
> _init_file_object
>     file_object.set_contents('')
>   File "/<<PKGBUILDDIR>>/pyfakefs/fake_filesystem.py", line 671, in 
> set_contents
>     raise self.filesystem.raise_os_error(errno.EISDIR, self.path)
>   File "/<<PKGBUILDDIR>>/pyfakefs/fake_filesystem.py", line 1058, in 
> raise_os_error
>     raise OSError(err_no, message, filename)
> IsADirectoryError: [Errno 21] Is a directory in the fake filesystem: '/tmp'
> 
> ======================================================================
> ERROR: test_pause_resume_contextmanager 
> (pyfakefs.tests.fake_filesystem_unittest_test.PauseResumePatcherTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/pyfakefs/tests/fake_filesystem_unittest_test.py", 
> line 637, in test_pause_resume_contextmanager
>     fake_temp_file = tempfile.NamedTemporaryFile()
>   File "/usr/lib/python3.10/tempfile.py", line 698, in NamedTemporaryFile
>     file = _io.open(dir, mode, buffering=buffering,
>   File "/<<PKGBUILDDIR>>/pyfakefs/fake_filesystem.py", line 4844, in open
>     return fake_open(file, mode, buffering, encoding, errors,
>   File "/<<PKGBUILDDIR>>/pyfakefs/fake_filesystem.py", line 5517, in __call__
>     return self.call(*args, **kwargs)
>   File "/<<PKGBUILDDIR>>/pyfakefs/fake_filesystem.py", line 5591, in call
>     file_object = self._init_file_object(file_object,
>   File "/<<PKGBUILDDIR>>/pyfakefs/fake_filesystem.py", line 5647, in 
> _init_file_object
>     file_object.set_contents('')
>   File "/<<PKGBUILDDIR>>/pyfakefs/fake_filesystem.py", line 671, in 
> set_contents
>     raise self.filesystem.raise_os_error(errno.EISDIR, self.path)
>   File "/<<PKGBUILDDIR>>/pyfakefs/fake_filesystem.py", line 1058, in 
> raise_os_error
>     raise OSError(err_no, message, filename)
> IsADirectoryError: [Errno 21] Is a directory in the fake filesystem: '/tmp'
> 
> ======================================================================
> ERROR: test_pause_resume 
> (pyfakefs.tests.fake_filesystem_unittest_test.PauseResumeTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/pyfakefs/tests/fake_filesystem_unittest_test.py", 
> line 552, in test_pause_resume
>     fake_temp_file = tempfile.NamedTemporaryFile()
>   File "/usr/lib/python3.10/tempfile.py", line 698, in NamedTemporaryFile
>     file = _io.open(dir, mode, buffering=buffering,
>   File "/<<PKGBUILDDIR>>/pyfakefs/fake_filesystem.py", line 4844, in open
>     return fake_open(file, mode, buffering, encoding, errors,
>   File "/<<PKGBUILDDIR>>/pyfakefs/fake_filesystem.py", line 5517, in __call__
>     return self.call(*args, **kwargs)
>   File "/<<PKGBUILDDIR>>/pyfakefs/fake_filesystem.py", line 5591, in call
>     file_object = self._init_file_object(file_object,
>   File "/<<PKGBUILDDIR>>/pyfakefs/fake_filesystem.py", line 5647, in 
> _init_file_object
>     file_object.set_contents('')
>   File "/<<PKGBUILDDIR>>/pyfakefs/fake_filesystem.py", line 671, in 
> set_contents
>     raise self.filesystem.raise_os_error(errno.EISDIR, self.path)
>   File "/<<PKGBUILDDIR>>/pyfakefs/fake_filesystem.py", line 1058, in 
> raise_os_error
>     raise OSError(err_no, message, filename)
> IsADirectoryError: [Errno 21] Is a directory in the fake filesystem: '/tmp'
> 
> ======================================================================
> ERROR: test_pause_resume_contextmanager 
> (pyfakefs.tests.fake_filesystem_unittest_test.PauseResumeTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/pyfakefs/tests/fake_filesystem_unittest_test.py", 
> line 587, in test_pause_resume_contextmanager
>     fake_temp_file = tempfile.NamedTemporaryFile()
>   File "/usr/lib/python3.10/tempfile.py", line 698, in NamedTemporaryFile
>     file = _io.open(dir, mode, buffering=buffering,
>   File "/<<PKGBUILDDIR>>/pyfakefs/fake_filesystem.py", line 4844, in open
>     return fake_open(file, mode, buffering, encoding, errors,
>   File "/<<PKGBUILDDIR>>/pyfakefs/fake_filesystem.py", line 5517, in __call__
>     return self.call(*args, **kwargs)
>   File "/<<PKGBUILDDIR>>/pyfakefs/fake_filesystem.py", line 5591, in call
>     file_object = self._init_file_object(file_object,
>   File "/<<PKGBUILDDIR>>/pyfakefs/fake_filesystem.py", line 5647, in 
> _init_file_object
>     file_object.set_contents('')
>   File "/<<PKGBUILDDIR>>/pyfakefs/fake_filesystem.py", line 671, in 
> set_contents
>     raise self.filesystem.raise_os_error(errno.EISDIR, self.path)
>   File "/<<PKGBUILDDIR>>/pyfakefs/fake_filesystem.py", line 1058, in 
> raise_os_error
>     raise OSError(err_no, message, filename)
> IsADirectoryError: [Errno 21] Is a directory in the fake filesystem: '/tmp'
> 
> ======================================================================
> ERROR: test_pause_resume_fs 
> (pyfakefs.tests.fake_filesystem_unittest_test.PauseResumeTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/pyfakefs/tests/fake_filesystem_unittest_test.py", 
> line 566, in test_pause_resume_fs
>     fake_temp_file = tempfile.NamedTemporaryFile()
>   File "/usr/lib/python3.10/tempfile.py", line 698, in NamedTemporaryFile
>     file = _io.open(dir, mode, buffering=buffering,
>   File "/<<PKGBUILDDIR>>/pyfakefs/fake_filesystem.py", line 4844, in open
>     return fake_open(file, mode, buffering, encoding, errors,
>   File "/<<PKGBUILDDIR>>/pyfakefs/fake_filesystem.py", line 5517, in __call__
>     return self.call(*args, **kwargs)
>   File "/<<PKGBUILDDIR>>/pyfakefs/fake_filesystem.py", line 5591, in call
>     file_object = self._init_file_object(file_object,
>   File "/<<PKGBUILDDIR>>/pyfakefs/fake_filesystem.py", line 5647, in 
> _init_file_object
>     file_object.set_contents('')
>   File "/<<PKGBUILDDIR>>/pyfakefs/fake_filesystem.py", line 671, in 
> set_contents
>     raise self.filesystem.raise_os_error(errno.EISDIR, self.path)
>   File "/<<PKGBUILDDIR>>/pyfakefs/fake_filesystem.py", line 1058, in 
> raise_os_error
>     raise OSError(err_no, message, filename)
> IsADirectoryError: [Errno 21] Is a directory in the fake filesystem: '/tmp'
> 
> ======================================================================
> ERROR: test_pause_resume_fs_contextmanager 
> (pyfakefs.tests.fake_filesystem_unittest_test.PauseResumeTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/pyfakefs/tests/fake_filesystem_unittest_test.py", 
> line 600, in test_pause_resume_fs_contextmanager
>     fake_temp_file = tempfile.NamedTemporaryFile()
>   File "/usr/lib/python3.10/tempfile.py", line 698, in NamedTemporaryFile
>     file = _io.open(dir, mode, buffering=buffering,
>   File "/<<PKGBUILDDIR>>/pyfakefs/fake_filesystem.py", line 4844, in open
>     return fake_open(file, mode, buffering, encoding, errors,
>   File "/<<PKGBUILDDIR>>/pyfakefs/fake_filesystem.py", line 5517, in __call__
>     return self.call(*args, **kwargs)
>   File "/<<PKGBUILDDIR>>/pyfakefs/fake_filesystem.py", line 5591, in call
>     file_object = self._init_file_object(file_object,
>   File "/<<PKGBUILDDIR>>/pyfakefs/fake_filesystem.py", line 5647, in 
> _init_file_object
>     file_object.set_contents('')
>   File "/<<PKGBUILDDIR>>/pyfakefs/fake_filesystem.py", line 671, in 
> set_contents
>     raise self.filesystem.raise_os_error(errno.EISDIR, self.path)
>   File "/<<PKGBUILDDIR>>/pyfakefs/fake_filesystem.py", line 1058, in 
> raise_os_error
>     raise OSError(err_no, message, filename)
> IsADirectoryError: [Errno 21] Is a directory in the fake filesystem: '/tmp'
> 
> ======================================================================
> ERROR: test_named_temporary_file 
> (pyfakefs.tests.fake_tempfile_test.FakeTempfileModuleTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/pyfakefs/tests/fake_tempfile_test.py", line 34, in 
> test_named_temporary_file
>     obj = tempfile.NamedTemporaryFile()
>   File "/usr/lib/python3.10/tempfile.py", line 698, in NamedTemporaryFile
>     file = _io.open(dir, mode, buffering=buffering,
>   File "/<<PKGBUILDDIR>>/pyfakefs/fake_filesystem.py", line 4844, in open
>     return fake_open(file, mode, buffering, encoding, errors,
>   File "/<<PKGBUILDDIR>>/pyfakefs/fake_filesystem.py", line 5517, in __call__
>     return self.call(*args, **kwargs)
>   File "/<<PKGBUILDDIR>>/pyfakefs/fake_filesystem.py", line 5591, in call
>     file_object = self._init_file_object(file_object,
>   File "/<<PKGBUILDDIR>>/pyfakefs/fake_filesystem.py", line 5647, in 
> _init_file_object
>     file_object.set_contents('')
>   File "/<<PKGBUILDDIR>>/pyfakefs/fake_filesystem.py", line 671, in 
> set_contents
>     raise self.filesystem.raise_os_error(errno.EISDIR, self.path)
>   File "/<<PKGBUILDDIR>>/pyfakefs/fake_filesystem.py", line 1058, in 
> raise_os_error
>     raise OSError(err_no, message, filename)
> IsADirectoryError: [Errno 21] Is a directory in the fake filesystem: '/tmp'
> 
> ======================================================================
> ERROR: test_named_temporary_file_no_delete 
> (pyfakefs.tests.fake_tempfile_test.FakeTempfileModuleTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/pyfakefs/tests/fake_tempfile_test.py", line 41, in 
> test_named_temporary_file_no_delete
>     obj = tempfile.NamedTemporaryFile(delete=False)
>   File "/usr/lib/python3.10/tempfile.py", line 698, in NamedTemporaryFile
>     file = _io.open(dir, mode, buffering=buffering,
>   File "/<<PKGBUILDDIR>>/pyfakefs/fake_filesystem.py", line 4844, in open
>     return fake_open(file, mode, buffering, encoding, errors,
>   File "/<<PKGBUILDDIR>>/pyfakefs/fake_filesystem.py", line 5517, in __call__
>     return self.call(*args, **kwargs)
>   File "/<<PKGBUILDDIR>>/pyfakefs/fake_filesystem.py", line 5591, in call
>     file_object = self._init_file_object(file_object,
>   File "/<<PKGBUILDDIR>>/pyfakefs/fake_filesystem.py", line 5647, in 
> _init_file_object
>     file_object.set_contents('')
>   File "/<<PKGBUILDDIR>>/pyfakefs/fake_filesystem.py", line 671, in 
> set_contents
>     raise self.filesystem.raise_os_error(errno.EISDIR, self.path)
>   File "/<<PKGBUILDDIR>>/pyfakefs/fake_filesystem.py", line 1058, in 
> raise_os_error
>     raise OSError(err_no, message, filename)
> IsADirectoryError: [Errno 21] Is a directory in the fake filesystem: '/tmp'
> 
> ======================================================================
> ERROR: test_temporary_file 
> (pyfakefs.tests.fake_tempfile_test.FakeTempfileModuleTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/pyfakefs/tests/fake_tempfile_test.py", line 101, in 
> test_temporary_file
>     with tempfile.TemporaryFile() as f:
>   File "/usr/lib/python3.10/tempfile.py", line 792, in TemporaryFile
>     file = _io.open(dir, mode, buffering=buffering,
>   File "/<<PKGBUILDDIR>>/pyfakefs/fake_filesystem.py", line 4844, in open
>     return fake_open(file, mode, buffering, encoding, errors,
>   File "/<<PKGBUILDDIR>>/pyfakefs/fake_filesystem.py", line 5517, in __call__
>     return self.call(*args, **kwargs)
>   File "/<<PKGBUILDDIR>>/pyfakefs/fake_filesystem.py", line 5591, in call
>     file_object = self._init_file_object(file_object,
>   File "/<<PKGBUILDDIR>>/pyfakefs/fake_filesystem.py", line 5647, in 
> _init_file_object
>     file_object.set_contents('')
>   File "/<<PKGBUILDDIR>>/pyfakefs/fake_filesystem.py", line 671, in 
> set_contents
>     raise self.filesystem.raise_os_error(errno.EISDIR, self.path)
>   File "/<<PKGBUILDDIR>>/pyfakefs/fake_filesystem.py", line 1058, in 
> raise_os_error
>     raise OSError(err_no, message, filename)
> IsADirectoryError: [Errno 21] Is a directory in the fake filesystem: '/tmp'
> 
> ======================================================================
> FAIL: test_temporay_file_with_dir 
> (pyfakefs.tests.fake_tempfile_test.FakeTempfileModuleTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/pyfakefs/tests/fake_tempfile_test.py", line 107, in 
> test_temporay_file_with_dir
>     with self.assertRaises(FileNotFoundError):
> AssertionError: FileNotFoundError not raised
> 
> ----------------------------------------------------------------------
> Ran 2049 tests in 1.961s
> 
> FAILED (failures=1, errors=9, skipped=813, expected failures=2)
> Test failed: <unittest.runner.TextTestResult run=2049 errors=9 failures=1>
> error: Test failed: <unittest.runner.TextTestResult run=2049 errors=9 
> failures=1>
> E: pybuild pybuild:369: test: plugin distutils failed with: exit code=1: 
> python3.10 setup.py test 
> dh_auto_test: error: pybuild --test -i python{version} -p 3.10 returned exit 
> code 13


The full build log is available from:
http://qa-logs.debian.net/2022/08/13/python-pyfakefs_4.5.4-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220813;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220813&[email protected]&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: python-pyfakefs
Source-Version: 4.6.3-1
Done: Ileana Dumitrescu <[email protected]>

We believe that the bug you reported is fixed in the latest version of
python-pyfakefs, 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.
Ileana Dumitrescu <[email protected]> (supplier of updated 
python-pyfakefs 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: Mon, 12 Sep 2022 20:03:40 +0000
Source: python-pyfakefs
Architecture: source
Version: 4.6.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Ileana Dumitrescu <[email protected]>
Closes: 1017210
Changes:
 python-pyfakefs (4.6.3-1) unstable; urgency=medium
 .
   [ Ileana Dumitrescu ]
   * Team upload.
   * New upstream release, fixing FTBFS (Closes: #1017210)
   * d/copyright: Update debian copyright year to 2022.
   * d/control: Bump standards version to 4.6.1.
 .
   [ Jeroen Ploemen ]
   * Copyright: bump upstream copyright year.
Checksums-Sha1:
 b9f0ece32f6c419e2360c4680497c58fe2fe8e88 2058 python-pyfakefs_4.6.3-1.dsc
 0503ce88f9b67cfe8557f981ef9785d434f848c1 216310 
python-pyfakefs_4.6.3.orig.tar.gz
 15beddc8ceae47261eaeb6ee41bcacf65c05679e 2408 
python-pyfakefs_4.6.3-1.debian.tar.xz
 e85f915d27a7254c512f68b6aaea8318b34e490d 7387 
python-pyfakefs_4.6.3-1_source.buildinfo
Checksums-Sha256:
 3ddd12cebcb1af2c17a23d1561b36fe0c24f2494e82af5839d0790761fc557c8 2058 
python-pyfakefs_4.6.3-1.dsc
 6df12a7cf657637a1b036bc20059727c642f92990e90fee2fb003daa3cda6ca1 216310 
python-pyfakefs_4.6.3.orig.tar.gz
 0d7caea1262670d057d2a8f0223104144e8f9a79ccd5b4f936b491f084897fbf 2408 
python-pyfakefs_4.6.3-1.debian.tar.xz
 18d7d90d8ef48b954b78d73c91887434ec44a6db221fcda99741696b979ece4a 7387 
python-pyfakefs_4.6.3-1_source.buildinfo
Files:
 2cc847d3886ac5f1c7a8c9efae4aca13 2058 python optional 
python-pyfakefs_4.6.3-1.dsc
 ebe620526bac598375a21d12a82fac4b 216310 python optional 
python-pyfakefs_4.6.3.orig.tar.gz
 b25c0f1d5e069a104ed9777f6241dc16 2408 python optional 
python-pyfakefs_4.6.3-1.debian.tar.xz
 3998cc954d4b727cd59b7f4e8daaa9e2 7387 python optional 
python-pyfakefs_4.6.3-1_source.buildinfo

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

iQIzBAEBCgAdFiEEd8lhnEnWos3N8v+qQoMEoXSNzHoFAmMfkrwACgkQQoMEoXSN
zHprLhAApvSreAQkd9LJ+438VJvi27khtSUePipQRPZJiN0LSlwRQolstGprtOvo
gLozLzpP8T4iZB8Rlluqn0qcI9pFJ2lKVUm38noqBClyfB8BiF2oLPOHGpnV2Evx
V5OoyzQV6P2XX8WdV3clN4JAyNRc2+L34KDZDNr7pOX+svLto3yZQpxAZEcnlb4k
nZTYpYzTue7/wDKKatGbN5poSosP8b5cdS5oekQJ6HfvXWEDCV2oEBJvMyUWKcGj
mh2ACwZ4J6iHBHo24R5Pq62RWRacPNNwkvq0dG4ezrfmVy4ej+9wDgB8tngHFiNJ
du4q50bZ5q4W2g7ggar+c50oyiX78fzikkWKQEj2d/DlpuX0dFPKEakjGcDWlQnh
xhMRU6IXpY1xNbChFX9dkDwHIUrUINomg7UtqbNgEQ8oY4WHdLP+RUaXvbZ7tUzG
ch+btNQBmoNoW3rWZBdOYg+t1+xYIiOjBTtOS2PLT5r0H5CT+48AYD6m0vFi/psH
+KdRb5dYHN53Ron6D9vdCFdgkJrF6bJx3JGyKF3WmmeD1rENEcwNb20wgsrNctBb
9FOHiozh6E1IQac4DZ9f5qb/6So63givUEe72bp4Zay2j7iOqN+3FVnXAD4M5AAQ
KOniVL/u1eczOskxP/1kx8J2a4GPyPnBwJ7jse/i41T8ns19iHQ=
=Rldx
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to