Project

General

Profile

action #81022

Updated by okurz over 3 years ago

## Observation 
 There are many jobs that run on openqaworker-arm-2 incomplete. The reason is: 

 
 ``` 
 [info] [#387] Downloading "SLES-12-SP4-aarch64-minimal_installed_for_LTP.qcow2" from "http://openqa.suse.de/tests/5169987/asset/hdd/SLES-12-SP4-aarch64-minimal_installed_for_LTP.qcow2" 
 [info] [#387] Download of "/var/lib/openqa/cache/openqa.suse.de/SLES-12-SP4-aarch64-minimal_installed_for_LTP.qcow2" failed: 521 Connect timeout 
 [info] [#387] Purging "/var/lib/openqa/cache/openqa.suse.de/SLES-12-SP4-aarch64-minimal_installed_for_LTP.qcow2" because of too many download errors 

 [2020-12-14T07:25:44.0888 UTC] [error] [pid:44645] Failed to download SLES-12-SP4-aarch64-minimal_installed_for_LTP.qcow2 to /var/lib/openqa/cache/openqa.suse.de/SLES-12-SP4-aarch64-minimal_installed_for_LTP.qcow2. Asset was pruned immediately after download (poo#71827), please retrigger 
 ``` 

 See more details in:  
 job: 
 https://openqa.suse.de/tests/5170023 
 worker: 
 https://openqa.suse.de/admin/workers/1078 

 ## 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 , 
 call `openqa-query-for-job-label poo#81022` 

 ## Expected result 

 obviously the asset that we rely upon should not be pruned immediately :) 


 ## Workaround 

 Retrigger. auto-review should automatically retrigger anyway.

Back