diff options
Diffstat (limited to '')
| -rw-r--r-- | results/classifier/gemma3:12b/performance/1882 | 10 | ||||
| -rw-r--r-- | results/classifier/gemma3:12b/performance/1882497 | 8 |
2 files changed, 18 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/performance/1882 b/results/classifier/gemma3:12b/performance/1882 new file mode 100644 index 000000000..356a85c6d --- /dev/null +++ b/results/classifier/gemma3:12b/performance/1882 @@ -0,0 +1,10 @@ + +Test suite hangs on FreeBSD 13.2 +Description of problem: +The 80 minute timeout for the x64-freebsd-13-build CI job is insufficient: +https://gitlab.com/qemu-project/qemu/-/jobs/5058610599 + +``` +672/832 qemu:block / io-qcow2-041 OK 39.77s 1 subtests passed +Timed out! +``` diff --git a/results/classifier/gemma3:12b/performance/1882497 b/results/classifier/gemma3:12b/performance/1882497 new file mode 100644 index 000000000..ef5ac3973 --- /dev/null +++ b/results/classifier/gemma3:12b/performance/1882497 @@ -0,0 +1,8 @@ + +Missing 'cmp' utility makes build take 10 times as long + +I have been doing some work cross compiling qemu for Windows using a minimal Fedora container. Recently I started hitting some timeouts on the CI service and noticed a build of all targets was going over 1 hour. + +It seems like the 'cmp' utility from diffutils is used somewhere in the process and if it's missing, either a configure or a make gets run way too many times - I'll try to pull logs from the CI system at some stage soon. + +Could a warning or error be added if cmp is missing? \ No newline at end of file |