Actions
action #96311
closedqemu error message is still "debug", should be "warn" or more severe size:S
Description
See #96272 , https://openqa.opensuse.org/tests/1860795 shows
[2021-07-29T11:35:35.119 UTC] [info] ::: backend::baseclass::die_handler: Backend process died, backend errors are reported below in the following lines:
QEMU terminated before QMP connection could be established at /usr/lib/os-autoinst/OpenQA/Qemu/Proc.pm line 453.
[2021-07-29T11:35:35.120 UTC] [info] ::: OpenQA::Qemu::Proc::save_state: Saving QEMU state to qemu_state.json
[2021-07-29T11:35:35.122 UTC] [debug] Passing remaining frames to the video encoder
[image2pipe @ 0x55a04934b9c0] Could not find codec parameters for stream 0 (Video: ppm, none): unspecified size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
Input #0, image2pipe, from 'pipe:':
Duration: N/A, bitrate: N/A
Stream #0:0: Video: ppm, none, 24 tbr, 24 tbn, 24 tbc
Output #0, webm, to '/var/lib/openqa/pool/2/video.webm':
Output file #0 does not contain any stream
[2021-07-29T11:35:35.130 UTC] [debug] Waiting for video encoder to finalize the video
[2021-07-29T11:35:35.130 UTC] [debug] The external video encoder (pid 20283) terminated
[2021-07-29T11:35:35.130 UTC] [debug] The built-in video encoder (pid 20284) terminated
[2021-07-29T11:35:35.132 UTC] [debug] QEMU: QEMU emulator version 4.2.1 (openSUSE Leap 15.2)
[2021-07-29T11:35:35.132 UTC] [debug] QEMU: Copyright (c) 2003-2019 Fabrice Bellard and the QEMU Project developers
[2021-07-29T11:35:35.132 UTC] [debug] QEMU: qemu-system-x86_64: Could not find '/usr/sbin/smbd', please install it
Suggestion¶
- the last line should be warn since https://github.com/os-autoinst/os-autoinst/pull/1706, maybe https://github.com/os-autoinst/os-autoinst/pull/1727 broke it again?
- Check
OpenQA/Qemu/Proc.pm
,backend/qemu.pm
- Investigate why
Could not find '/usr/sbin/smbd', please install it
doesn't stop qemu - should the job abort?
Actions