On Thu, Feb 3, 2022, 11:20 AM Peter Maydell wrote: > On Thu, 3 Feb 2022 at 01:59, John Snow wrote: > > > > The following changes since commit > 47cc1a3655135b89fa75c2824fbddd29df874612: > > > > Merge remote-tracking branch 'remotes/kwolf-gitlab/tags/for-upstream' > into staging (2022-02-01 19:48:15 +0000) > > > > are available in the Git repository at: > > > > https://gitlab.com/jsnow/qemu.git tags/python-pull-request > > > > for you to fetch changes up to b0b662bb2b340d63529672b5bdae596a6243c4d0: > > > > python/aqmp: add socket bind step to legacy.py (2022-02-02 14:12:22 > -0500) > > > > ---------------------------------------------------------------- > > Python patches > > > > Peter: I expect this to address the iotest 040,041 failures you observed > > on NetBSD. If it doesn't, let me know. > > I still see this one, which is different from the 040,041 stuff, > and where 'make check' is for some reason giving a lot less useful > detail. (This is a prexisting intermittent from before this patchset). > I'm assuming there's less detail because of the meson test-runner doing some io redirection into the logfile. [etc] > ▶ 175/704 /io/channel/pipe/sync > OK > ▶ 175/704 /io/channel/pipe/async > OK > 175/704 qemu:unit / test-io-channel-file > OK 0.11s 5 subtests passed > > 177/704 qemu:unit / test-io-channel-tls > RUNNING > >>> G_TEST_BUILDDIR=/home/qemu/qemu-test.yiYr4m/build/tests/unit > MALLOC_PERTURB_=5 G_TEST_SRCDIR=/home/qemu/qemu-test.yiYr4m/src/tests/unit > /home/ > qemu/qemu-test.yiYr4m/build/tests/unit/test-io-channel-tls --tap -k > ▶ 176/704 /io/channel/socket/ipv4-sync > OK > ▶ 176/704 /io/channel/socket/ipv4-async > OK > ▶ 176/704 /io/channel/socket/ipv4-fd > OK > ▶ 176/704 /io/channel/socket/ipv6-sync > OK > ▶ 176/704 /io/channel/socket/ipv6-async > OK > ▶ 176/704 /io/channel/socket/unix-sync > OK > ▶ 176/704 /io/channel/socket/unix-async > OK > ▶ 176/704 /io/channel/socket/unix-fd-pass > OK > ▶ 176/704 /io/channel/socket/unix-listen-cleanup > OK > 176/704 qemu:unit / test-io-channel-socket > OK 0.13s 9 subtests passed > > ▶ 1/1 qcow2 qsd-jobs OK > 1/1 qemu:block / qemu-iotests qcow2 ERROR 243.14s exit status 1 > > 178/704 qemu:unit / test-io-task > RUNNING > >>> G_TEST_BUILDDIR=/home/qemu/qemu-test.yiYr4m/build/tests/unit > MALLOC_PERTURB_=194 > G_TEST_SRCDIR=/home/qemu/qemu-test.yiYr4m/src/tests/unit /hom > e/qemu/qemu-test.yiYr4m/build/tests/unit/test-io-task --tap -k > ▶ 147/704 /bdrv-drain/blockjob/iothread/error/drain_subtree > OK > > Summary of Failures: > > 1/1 qemu:block / qemu-iotests qcow2 ERROR 243.14s exit status 1 > > > Ok: 0 > Expected Fail: 0 > Fail: 1 > Unexpected Pass: 0 > Skipped: 0 > Timeout: 0 > > Full log written to > /home/qemu/qemu-test.yiYr4m/build/meson-logs/iotestslog.txt > ▶ 147/704 /bdrv-drain/deletion/drain > OK > ▶ 178/704 /crypto/task/complete > OK > ▶ 178/704 /crypto/task/datafree > OK > [etc] > > thanks > -- PMM > Any chance of seeing that meson-logs/iotestslog.txt file? >