Project

General

Profile

Actions

action #81022

open

auto_review:"cache failure: Failed to download.*Asset was pruned immediately after download.*poo#71827":retry

Added by Xiaojing_liu over 3 years ago. Updated over 3 years ago.

Status:
Workable
Priority:
Low
Assignee:
-
Category:
Regressions/Crashes
Target version:
Start date:
2020-12-14
Due date:
% Done:

0%

Estimated time:

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.

Actions #1

Updated by Xiaojing_liu over 3 years ago

  • Description updated (diff)
Actions #2

Updated by okurz over 3 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"
Actions #3

Updated by okurz over 3 years ago

  • Target version set to Ready
Actions #4

Updated by okurz over 3 years ago

  • Project changed from openQA Infrastructure to openQA Project
  • 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
Actions #5

Updated by mkittler over 3 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)

Actions

Also available in: Atom PDF