On Thu, 17 Dec 2020 at 23:43, Alex Bennée <alex.ben...@linaro.org> wrote: > > > Peter Maydell <peter.mayd...@linaro.org> writes: > > > On Thu, 17 Dec 2020 at 09:43, Alex Bennée <alex.ben...@linaro.org> wrote: > >> > >> The following changes since commit > >> af3f37319cb1e1ca0c42842ecdbd1bcfc64a4b6f: > >> > >> Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' > >> into staging (2020-12-15 21:24:31 +0000) > >> > >> are available in the Git repository at: > >> > >> https://github.com/stsquad/qemu.git tags/pull-testing-171220-2 > >> > >> for you to fetch changes up to a1c04860cec798914f8cd8ef77fce195f360d36e: > >> > >> tests: update for rename of CentOS8 PowerTools repo (2020-12-17 09:38:51 > >> +0000) > >> > >> ---------------------------------------------------------------- > >> Testing and configure updates: > >> > >> - add moxie-softmmu to deprecated_targets_list > >> - improve cross-build KVM coverage > >> - new --without-default-features configure flag > >> - add __repr__ for ConsoleSocket for debugging > >> - build tcg tests with -Werror > >> - test 32 bit builds with fedora > >> - remove last traces of debian9 > >> - hotfix for centos8 powertools repo > > > > This seems to fail for x86 builds on my local Linux system with > > errors like this: > > make: Entering directory > > '/home/petmay01/linaro/qemu-for-merges/build/alldbg' > > MALLOC_PERTURB_=${MALLOC_PERTURB_:-$(( ${RANDOM:-0} % 255 + 1))} > > QTEST_QEMU_IMG=./qemu-img > > G_TEST_DBUS_DAEMON=/home/petmay01/linaro/qemu-for-merges/tests/dbus-vmstate-daemon.sh > > QTEST_QEMU_BINARY=./qemu-system-moxie tests/qtest/qmp-cmd-test --tap > > -k > > sh: 1: exec: ./qemu-system-moxie: not found > > socket_accept failed: Resource temporarily unavailable > > ** > > ERROR:../../tests/qtest/libqtest.c:308:qtest_init_without_qmp_handshake: > > assertion failed: (s->fd >= 0 && s->qmp_fd >= 0) > > ../../tests/qtest/libqtest.c:172: kill_qemu() tried to terminate QEMU > > process but encountered exit status 127 (expected 0) > > ERROR qtest-moxie/qmp-cmd-test - Bail out! > > ERROR:../../tests/qtest/libqtest.c:308:qtest_init_without_qmp_handshake: > > assertion failed: (s->fd >= 0 && s->qmp_fd >= 0) > > Makefile.mtest:2417: recipe for target 'run-test-300' failed > > make: *** [run-test-300] Error 1 > > make: Leaving directory '/home/petmay01/linaro/qemu-for-merges/build/alldbg' > > > > Something in the Moxie deprecation patch not right? > > If we didn't build the executable we shouldn't try to > > run tests for it... > > We shouldn't but I can't replicate the failure here. I'm guessing it > goes away on a "make clean"?
No, the 'alldbg' build is the one that does do a 'make clean'; the build-not-from-clean build worked (presumably because the old executable was still left in place from the previous build). thanks -- PMM