summary refs log tree commit diff stats
path: root/results/classifier/accel-gemma3:12b/kvm/1885
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-03 16:27:09 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-07-03 16:27:09 +0000
commit4d9e26c0333abd39bdbd039dcdb30ed429c475ba (patch)
tree4010d5fb3e8bc48c110a2c1ff2a16b8648cb86bb /results/classifier/accel-gemma3:12b/kvm/1885
parent5541099586dbd6018574cb44e1934907c121526f (diff)
downloadqemu-analysis-4d9e26c0333abd39bdbd039dcdb30ed429c475ba.tar.gz
qemu-analysis-4d9e26c0333abd39bdbd039dcdb30ed429c475ba.zip
add gemma accelerator classification results
Diffstat (limited to 'results/classifier/accel-gemma3:12b/kvm/1885')
-rw-r--r--results/classifier/accel-gemma3:12b/kvm/188525
1 files changed, 25 insertions, 0 deletions
diff --git a/results/classifier/accel-gemma3:12b/kvm/1885 b/results/classifier/accel-gemma3:12b/kvm/1885
new file mode 100644
index 000000000..8714aed37
--- /dev/null
+++ b/results/classifier/accel-gemma3:12b/kvm/1885
@@ -0,0 +1,25 @@
+
+mipsel malta machine is broken in avocado console tests
+Description of problem:
+As noted in #1884 we see failures of the boot_linux_console.py test. Unlikely other avocado failures, these ones are consistent and reproduce locally with 100% success
+
+```
+./configure --target-list=mipsel-softmmu
+make -j 20
+cd build
+./pyvenv/bin/python3 -B -m avocado --show=app run --job-results-dir=./tests/results -t arch:mipsel --failfast tests/avocado/boot_linux_console.py:BootLinuxConsole.test_mips_malta32el_nanomips_4k
+```
+
+This test will reliably fail with a timeout waiting for console output.
+
+Attempting to run the QEMU command manually
+
+```
+$ ./qemu-system-mipsel -display none -vga none -machine malta -chardev stdio,id=console -serial chardev:console -cpu I7200 -no-reboot -kernel /home/berrange/src/virt/qemu/build/tests/results/job-2023-09-13T17.14-77de093/test-results/tmp_dir520smana/1-tests_avocado_boot_linux_console.py_BootLinuxConsole.test_mips_malta32el_nanomips_4kkernel -append 'printk.time=0 mem=256m@@0x0 console=ttyS0'
+```
+
+results in no serial console output at all.
+
+IMHO either the MIPS malta machine has had a regression, or the kernel we're downloading for testing has had a regression.
+Additional information:
+