]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
meta/lib/oe/sstatesig.py: do not error out if sstate files fail on os.stat()
authorAlexander Kanavin <alex.kanavin@gmail.com>
Tue, 27 Feb 2024 11:16:11 +0000 (12:16 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 25 Aug 2024 14:36:26 +0000 (15:36 +0100)
commitb7e702752b6a2dfc8493639a8529cf1a16793f03
tree9de75a13f7c255bbfbc623c70811fc6330402998
parent4f6bf3c4208178cd670eeb61d8428373c7d1285f
meta/lib/oe/sstatesig.py: do not error out if sstate files fail on os.stat()

There's an ongoing issue with the autobuilder NFS:
https://autobuilder.yoctoproject.org/typhoon/#/builders/87/builds/6463/steps/14/logs/stdio

The file entry exists, but os.stat returns a 'file not found; error. It's not
clear how and why such entries appear, but they do produce printdiff test failures
and should not be relevant in context of the printdiff.

[RP: Move wrapping to get_time() function to cover all cases and add comment]
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/sstatesig.py