Alright, thanks. Where should I go from here? Should I send in another patch that tries to debug this?
/John -----Original Message----- From: Peter Maydell <peter.mayd...@linaro.org> To: John Högberg <john.hogb...@ericsson.com> Cc: phi...@linaro.org <phi...@linaro.org>, richard.hender...@linaro.org <richard.hender...@linaro.org>, qemu-devel@nongnu.org <qemu-devel@nongnu.org> Subject: Re: [PULL 07/11] tests/tcg/aarch64: Add testcases for IC IVAU and dual-mapped code Date: Thu, 06 Jul 2023 13:54:35 +0100 On Thu, 6 Jul 2023 at 13:45, John Högberg <john.hogb...@ericsson.com> wrote: > > > That is enough to get it to build, but then in the CI the test > > consistently fails: > > > > https://gitlab.com/pm215/qemu/-/jobs/4606447875 > > > > TEST icivau on aarch64 > > make[1]: *** [Makefile:178: run-icivau] Error 1 > > > > I'm going to drop this patch from the pullreq until we > > can figure out what's going on... > > Oops, -pthread wasn't required on my machine. > > I'm unable to reproduce the failure locally. Is it possible to strace > it > and see whether it was caused by failing to set up dual-mapped code? On the CI machines all you get is what the test case (and whatever the makefile chooses to wrap it in) writes to stdout/stderr. thanks -- PMM