Re: [OE-core] [PATCH] sstate: Don't abort if installing a sstate package fails

2022-08-09 Thread Alexander Kanavin
On Tue, 9 Aug 2022 at 15:49, Alban Bedel via lists.openembedded.org wrote: > > How are you corrupting sstate files? They're moved into place > > atomically at the end of processing so this should be really hard to > > do. > > We are still hunting for this problem, but as it happen on a shared buil

Re: [OE-core] [PATCH] sstate: Don't abort if installing a sstate package fails

2022-08-09 Thread Alban Bedel via lists.openembedded.org
ë]úçݺ `…QëN÷됃߱vm:NŠâr«v›«v'¥Š{±~‹§u«b¢z+‚¸œ… ªÝ¦ê݉ébžì_¢éÝjبžŠà¢—§zfÞuםrŠÞ–+-²Š^é›y×^vŠà¢—§zfÞuםrŠÞ–+-²Š^é›y×^vŠàJæãyËQxᢷ0‡²ËZµàèžÖ›¢»b~)쵩eŠx²ËZµêZrF  yö¢–ÀÚµäî{Ð.ƒm6Û]øó~~ÓM4 ‰íz{Kjx.jžD‚¢{^žÔò¥ë^Æß镨§r«±ë -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to th

Re: [OE-core] [PATCH] sstate: Don't abort if installing a sstate package fails

2022-08-09 Thread Jose Quaresma
Hi Alban, Alban Bedel via lists.openembedded.org escreveu no dia terça, 9/08/2022 à(s) 09:36: > Currently if the installation of a sstate package fails the whole > build is aborted although bitbake could just fallback on running the > real task. > > To fix this issue we replace the call to bb.fa

Re: [OE-core] [PATCH] sstate: Don't abort if installing a sstate package fails

2022-08-09 Thread Richard Purdie
On Tue, 2022-08-09 at 10:35 +0200, Alban Bedel via lists.openembedded.org wrote: > Currently if the installation of a sstate package fails the whole > build is aborted although bitbake could just fallback on running the > real task. > > To fix this issue we replace the call to bb.fatal() in > ssta

Re: [OE-core] [PATCH] sstate: Don't abort if installing a sstate package fails

2022-08-09 Thread Alexander Kanavin
Apologies, but no. This fixes the symptoms, not the problem, which is that your infrastructure is malfunctioning. Why does it supply broken artifacts? Alex On Tue, 9 Aug 2022 at 10:36, Alban Bedel via lists.openembedded.org wrote: > > Currently if the installation of a sstate package fails the w

[OE-core] [PATCH] sstate: Don't abort if installing a sstate package fails

2022-08-09 Thread Alban Bedel via lists.openembedded.org
Currently if the installation of a sstate package fails the whole build is aborted although bitbake could just fallback on running the real task. To fix this issue we replace the call to bb.fatal() in sstate_setscene() with a simple sys.exit() to pass the error to bitbake without aborting the buil