Details
- 
    
Bug
 - 
    Resolution: Fixed
 - 
    
Major
 
- 
        Unknown
 - 
        N/A
 - 
        N/A
 - 
        
 
Description
We currently have issues with our docker tests: the docker builds are failing a lot with the following kind of errors in the log:
17:39:53.778 [main] ERROR ?.i.1.0] - Log output from the failed container:
write_header: flv_version=1, audio=False, video=True
write_metadata: {'duration': 0, 'width': 0, 'framerate': 30, 'videocodecid': 3, 'height': 0}
start recording
Socket error: [Errno -3] Temporary failure in name resolution
stop recording
flush
write_metadata: {'duration': 0.0, 'width': 0, 'framerate': 30, 'videocodecid': 3, 'height': 0}
It looks like it's only related to VNC recorder container, and it only happens on KS4: I have not been able to reproduce the issue on KS3.