action #81022
openauto_review:"cache failure: Failed to download.*Asset was pruned immediately after download.*poo#71827":retry
0%
Description
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.
Updated by okurz about 4 years ago
- Subject changed from auto_review:"cache failure: Failed to download.*Asset was pruned immediately after download (poo#71827)" to auto_review:"cache failure: Failed to download.*Asset was pruned immediately after download.*poo#71827"
Updated by okurz about 4 years ago
- Project changed from openQA Infrastructure (public) to openQA Project (public)
- Subject changed from auto_review:"cache failure: Failed to download.*Asset was pruned immediately after download.*poo#71827" to auto_review:"cache failure: Failed to download.*Asset was pruned immediately after download.*poo#71827":retry
- Description updated (diff)
- Category set to Regressions/Crashes
- Status changed from New to Workable
- Priority changed from High to Low
- Target version changed from Ready to future
Updated by mkittler about 4 years ago
obviously the asset that we rely upon should not be pruned immediately :)
The asset could not be downloaded in the first place due to the 521 error. The message "Asset was pruned immediately after download" is blindly added if the log starts with "Purging" and ends with the asset name and has nothing to do with the error. We should revert or refine https://github.com/os-autoinst/openQA/pull/3418 because it causes more confusion than it helps. (PR to improve this: https://github.com/os-autoinst/openQA/pull/3648)