Re: ltp failures on autobuilder
On 2021-06-16 10:17 a.m., Richard Purdie wrote:
On Wed, 2021-06-16 at 08:56 -0400, Paul Gortmaker wrote:[Re: [swat] ltp failures on autobuilder] On 11/06/2021 (Fri 14:19) Richard Purdie wrote:Awesome work in tracking that down, much appreciated, thanks!On Fri, 2021-06-11 at 12:36 +0100, Richard Purdie via lists.yoctoproject.org wrote:For the mail archive trail, and for those not follwing the ongoingas a .cfg to the kernel and that still reproduced the crash. However:Isolated down to CONFIG_SCHED_DEBUG=y being the line which somehow "fixes" Dropped the wider list but as I said to Richard, I wanted to confirm that this bug is really gone. I ran 100 tests overnight and it seems to be dead Jim. $ bitbake core-image-sato && \ for i in `seq 100`; do \ echo "--- " $i " ---"; \ timeout --kill-after=2m 10m bitbake core-image-sato -c testimage \ && echo GOOD || echo BAD; \ done $ ls -l tmp/work/qemux86_64-poky-linux/core-image-sato/1.0-r0/testimage/qemu_boot_log.202* | wc -l 100 $ grep -m1 BUG: tmp/work/qemux86_64-poky-linux/core-image-sato/1.0-r0/testimage/qemu_boot_log.2021* | wc -l 0 All the log files are there and roughly the same size with similar but not idnetical contents due to differing timestamps and non-deterministic ordering of some of the output. ../Randy -- # Randy MacLeod # Wind River Linux |
|