On Sat, Dec 15, 2018 at 03:52:58AM +0100, gregor herrmann wrote:
> Package: autopkgtest
> Version: 5.7
> Severity: normal

> autopkgtest [03:29:08]: ERROR: "chmod -R go+rwX -- 
> /tmp/autopkgtest.ES3bLl/autopkgtest-satdep.deb" failed with stderr 
> "/bin/chmod: cannot access '/tmp/autopkgtest.ES3bLl/autopkgtest-satdep.deb': 
> No such file or directory

I see this with both autopkgtest 5.6 and 5.7 on libhtml-formfu-perl
2.06000-2 from the archive.

It looks to me like a race where the TempPath destructor for
autopkgtest-satdep.deb gets run after the next test has created a new
TempPath object for the same filename.

It's not clear to me at all why the destructor gets run in the middle
of Testbed.copydown(). Maybe a change in Python 3.7 garbage collecting
or something like that?
-- 
Niko

Reply via email to