action #175827
opentest fails in await_install: OOM with 1GB of RAM
80%
Description
Observation¶
This is a follow-up to https://bugzilla.suse.com/show_bug.cgi?id=1234775
The tests run into an out of memory condition. Using a Qt based interface, an increasing kernel and all around,the system is no longer installable on 1GB of RAM
There have been multiple test runs with 2GB of RAM and they all passed in openQA
The system can still be installed on 1GB using ncurses or, even better, image based installations.
Running the Qt-based installer on as low as 1GB is not very realistic nowadays - let's adjust those tests to use 2GB of RAM
openQA test in scenario microos-Tumbleweed-DVD-x86_64-container_host@64bit fails in
await_install
Test suite description¶
Reproducible¶
Fails since (at least) Build 20250117
Expected result¶
Last good: 20250116 (or more recent)
Further details¶
Always latest result in this scenario: latest
Updated by dimstar 1 day ago
This affects the tests:
- microos-Tumbleweed-DVD-x86_64-Build*-container_host@64bit https://openqa.opensuse.org/tests/4791261
- microos-Tumbleweed-DVD-x86_64-Build*-fips-container_host@64bit https://openqa.opensuse.org/tests/4791262
Updated by ph03nix 1 day ago
2GiB is not enough: https://openqa.opensuse.org/tests/4792496#step/await_install/40
Updated by dimstar 1 day ago
ph03nix wrote in #note-4:
2GiB is not enough: https://openqa.opensuse.org/tests/4792496#step/await_install/40
checking autoinst-log.txt, that machine was started with 1GB:
[2025-01-20T14:12:08.359678Z] [debug] [pid:14244] starting: /usr/bin/qemu-system-x86_64 -device VGA,edid=on,xres=1024,yres=768 -only-migratable -chardev ringbuf,id=serial0,logfile=serial0,logappend=on -serial chardev:serial0 -audiodev none,id=snd0 -device intel-hda -device hda-output,audiodev=snd0 -global isa-fdc.fdtypeA=none -m 1024 -cpu host …
Updated by dimstar 1 day ago
I just cloned the last run from TW with
openqa-clone-job --within-instance https://openqa.opensuse.org/tests/4791261 QEMURAM=2048
which runs as https://openqa.opensuse.org/tests/4792599 - and passed the installer alraeadt
Updated by ph03nix about 22 hours ago
- % Done changed from 0 to 80
dimstar wrote in #note-5:
ph03nix wrote in #note-4:
2GiB is not enough: https://openqa.opensuse.org/tests/4792496#step/await_install/40
checking autoinst-log.txt, that machine was started with 1GB:
[2025-01-20T14:12:08.359678Z] [debug] [pid:14244] starting: /usr/bin/qemu-system-x86_64 -device VGA,edid=on,xres=1024,yres=768 -only-migratable -chardev ringbuf,id=serial0,logfile=serial0,logappend=on -serial chardev:serial0 -audiodev none,id=snd0 -device intel-hda -device hda-output,audiodev=snd0 -global isa-fdc.fdtypeA=none -m 1024 -cpu host …
Yes this was a trap. Cloning the job and only changing the MACHINE
setting doesn't update QEMURAM
. PR updated and a new VR passes.
Updated by ph03nix about 21 hours ago
Added new test runs for the current snapshot: https://openqa.opensuse.org/tests/4795175 and https://openqa.opensuse.org/tests/4795179
Updated by ph03nix about 21 hours ago
- Status changed from In Progress to Feedback
Waiting for next snapshot to evaluate if the issue is resolved.