diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-07-03 19:39:53 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-07-03 19:39:53 +0200 |
| commit | dee4dcba78baf712cab403d47d9db319ab7f95d6 (patch) | |
| tree | 418478faf06786701a56268672f73d6b0b4eb239 /results/classifier/108/device/1663 | |
| parent | 4d9e26c0333abd39bdbd039dcdb30ed429c475ba (diff) | |
| download | emulator-bug-study-dee4dcba78baf712cab403d47d9db319ab7f95d6.tar.gz emulator-bug-study-dee4dcba78baf712cab403d47d9db319ab7f95d6.zip | |
restructure results
Diffstat (limited to 'results/classifier/108/device/1663')
| -rw-r--r-- | results/classifier/108/device/1663 | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/results/classifier/108/device/1663 b/results/classifier/108/device/1663 deleted file mode 100644 index 3a76998e..00000000 --- a/results/classifier/108/device/1663 +++ /dev/null @@ -1,49 +0,0 @@ -device: 0.957 -graphic: 0.936 -files: 0.877 -semantic: 0.876 -PID: 0.849 -performance: 0.849 -vnc: 0.776 -network: 0.748 -socket: 0.741 -permissions: 0.723 -debug: 0.663 -KVM: 0.660 -other: 0.646 -boot: 0.632 - -make check-venv fails with errors about incompatible avocado -Description of problem: -``` -$ rm -rf build/ -$ ./configure --target-list=x86_64-softmmu,i386-softmmu -$ make -j 16 -$ ./scripts/device-crash-test -q --tcg-only ./qemu-system-i386 -Module 'qemu' not found. - Try 'make check-venv' from your build directory, - and then one way to run this script is like so: - > $builddir/pyvenv/bin/python3 "/home/berrange/src/virt/qemu/scripts/device-crash-test" -$ make check-venv -make[1]: Entering directory '/home/berrange/src/virt/qemu/build' - GIT ui/keycodemapdb tests/fp/berkeley-testfloat-3 tests/fp/berkeley-softfloat-3 dtc - VENVPIP install -e /home/berrange/src/virt/qemu/python/ - VENVPIP install -r /home/berrange/src/virt/qemu/tests/requirements.txt -ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. -avocado-framework-plugin-varianter-yaml-to-mux 98.0 requires avocado-framework==98.0, but you have avocado-framework 101.0 which is incompatible. -avocado-framework-plugin-result-html 98.0 requires avocado-framework==98.0, but you have avocado-framework 101.0 which is incompatible. -make[1]: Leaving directory '/home/berrange/src/virt/qemu/build' -``` - -Despite this, it seems to have at least partially populated the venv, since I can now run device-crash-test. - -My host does have some avocado related python bits present: - -``` -python-avocado-common-98.0-1.module_f38+15908+ffe8d4e2.noarch -python3-avocado-98.0-1.module_f38+15908+ffe8d4e2.noarch -python3-avocado-plugins-output-html-98.0-1.module_f38+15908+ffe8d4e2.noarch -python3-avocado-plugins-varianter-yaml-to-mux-98.0-1.module_f38+15908+ffe8d4e2.noarch -``` - -I would expect the venv to not use these host packages however, since they're outdated compare to what QEMU askes for in tests/requirements.txt |