summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/105/socket/1843590
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-03 19:39:53 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-07-03 19:39:53 +0200
commitdee4dcba78baf712cab403d47d9db319ab7f95d6 (patch)
tree418478faf06786701a56268672f73d6b0b4eb239 /results/classifier/zero-shot/105/socket/1843590
parent4d9e26c0333abd39bdbd039dcdb30ed429c475ba (diff)
downloademulator-bug-study-dee4dcba78baf712cab403d47d9db319ab7f95d6.tar.gz
emulator-bug-study-dee4dcba78baf712cab403d47d9db319ab7f95d6.zip
restructure results
Diffstat (limited to 'results/classifier/zero-shot/105/socket/1843590')
-rw-r--r--results/classifier/zero-shot/105/socket/184359049
1 files changed, 49 insertions, 0 deletions
diff --git a/results/classifier/zero-shot/105/socket/1843590 b/results/classifier/zero-shot/105/socket/1843590
new file mode 100644
index 00000000..3562008c
--- /dev/null
+++ b/results/classifier/zero-shot/105/socket/1843590
@@ -0,0 +1,49 @@
+socket: 0.870
+network: 0.841
+graphic: 0.836
+device: 0.755
+instruction: 0.727
+mistranslation: 0.727
+vnc: 0.609
+boot: 0.477
+semantic: 0.473
+KVM: 0.446
+assembly: 0.427
+other: 0.371
+
+NBD tests  use hardcoded port 10810
+
+QEMU v3.1.0
+
+$ ./configure --block-drv-rw-whitelist=qcow2,raw,file,host_device,nbd,iscsi,rbd,blkdebug,luks,null-co,nvme,copy-on-read,throttle,vxhs,gluster [...]
+
+$ ./check -v -nbd 001 002 003 004 005 008 009 010 011 021 032 033 045 077 094 104 119 123 132 143 145 147 151 152 162 181 184 194 205 208 218 222
+[...]
+104         - output mismatch (see 104.out.bad)
+--- tests/qemu-iotests/104.out	2018-12-11 17:44:35.000000000 +0000
++++ tests/qemu-iotests/104.out.bad	2019-09-11 11:59:11.822058653 +0000
+@@ -6,7 +6,7 @@
+ file format: IMGFMT
+ virtual size: 1.0K (1024 bytes)
+ Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1234
+-image: TEST_DIR/t.IMGFMT
+-file format: IMGFMT
+-virtual size: 1.5K (1536 bytes)
++Failed to find an available port: Address already in use
++qemu-img: Could not open 'nbd:127.0.0.1:10810': Failed to connect socket: Connection refused
++./common.rc: line 203: kill: (28391) - No such process
+ ***done
+Failed 1 of 32 tests
+
+Could be due to concurrent builds on the same system:
+
+$ git grep 10810 tests
+tests/qemu-iotests/common.filter:125:        -e 's#nbd:127.0.0.1:10810#TEST_DIR/t.IMGFMT#g' \
+tests/qemu-iotests/common.filter:161:        -e 's#nbd://127.0.0.1:10810$#TEST_DIR/t.IMGFMT#g' \
+tests/qemu-iotests/common.rc:140:        TEST_IMG="$DRIVER,file.driver=nbd,file.host=127.0.0.1,file.port=10810"
+tests/qemu-iotests/common.rc:156:        TEST_IMG="nbd:127.0.0.1:10810"
+tests/qemu-iotests/common.rc:276:        eval "$QEMU_NBD -v -t -b 127.0.0.1 -p 10810 -f $IMGFMT -e 42 -x '' $TEST_IMG_FILE >/dev/null &"
+
+This should have been fixed by this commit here:
+https://git.qemu.org/?p=qemu.git;a=commitdiff;h=f3923a72f199b2c63747a7
+