Project

General

Profile

action #81008

Updated by okurz over 3 years ago

## Observation 
 https://openqa.opensuse.org/tests/1504986/file/autoinst-log.txt shows 

 ``` 
 [2020-12-13T07:37:39.389 CET] [debug] Formatting '/var/lib/openqa/pool/18/raid/cd0-overlay8', fmt=qcow2 size=4618977280 backing_file=/var/lib/openqa/pool/18/raid/cd0-overlay7 cluster_size=65536 lazy_refcounts=off refcount_bits=16 
 [2020-12-13T07:37:39.390 CET] [debug] starting: /usr/bin/qemu-system-x86_64 -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.driveA= -m 1536 -cpu qemu64 -netdev user,id=qanet0 -device virtio-net,netdev=qanet0,mac=52:54:00:12:34:56 -boot once=d -device usb-ehci -device usb-tablet -smp 1 -enable-kvm -no-shutdown -vnc :108,share=force-shared -device virtio-serial -chardev pipe,id=virtio_console,path=virtio_console,logfile=virtio_console.log,logappend=on -device virtconsole,chardev=virtio_console,name=org.openqa.console.virtio_console -chardev socket,path=qmp_socket,server,nowait,id=qmp_socket,logfile=qmp_socket.log,logappend=on -qmp chardev:qmp_socket -S -device virtio-scsi-pci,id=scsi0 -blockdev driver=file,node-name=hd0-overlay8-file,filename=/var/lib/openqa/pool/18/raid/hd0-overlay8,cache.no-flush=on -blockdev driver=qcow2,node-name=hd0-overlay8,file=hd0-overlay8-file,cache.no-flush=on -device virtio-blk,id=hd0-device,drive=hd0-overlay8,serial=hd0 -blockdev driver=file,node-name=cd0-overlay8-file,filename=/var/lib/openqa/pool/18/raid/cd0-overlay8,cache.no-flush=on -blockdev driver=qcow2,node-name=cd0-overlay8,file=cd0-overlay8-file,cache.no-flush=on -device scsi-cd,id=cd0-device,drive=cd0-overlay8,serial=cd0 -incoming defer 
 fcntl() on closed filehandle GEN62 at /usr/lib/os-autoinst/OpenQA/Qemu/Proc.pm line 416. 
 [2020-12-13T07:37:39.391 CET] [debug] Backend process died, backend errors are reported below in the following lines: 
 can't setfl(): Bad file descriptor 
 ``` 

 ## Steps to reproduce 

 Find jobs referencing this ticket with the help of 
 https://raw.githubusercontent.com/os-autoinst/scripts/master/openqa-query-for-job-label , 
 for example to look for ticket 12345 call `openqa-query-for-job-label poo#81008` poo#12345` 

 ## Expected result 

 Should be automatically retriggered 

 ## Workaround 

 Retrigger

Back