Project

General

Profile

Actions

action #46952

closed

rsync exiting with 24 needs to be handled

Added by riafarov about 5 years ago. Updated about 5 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
Regressions/Crashes
Target version:
Start date:
2019-02-01
Due date:
% Done:

0%

Estimated time:

Description

We got https://openqa.suse.de/tests/2430288 failing as incomplete.
In the logs we have:
[INFO] OpenQA::Worker::Cache: Initialized with localhost at /var/lib/openqa/cache, current size is 52013542912
[INFO] Downloading SLES-15-SP1-x86_64-158.4@64bit-minimal_with_sdk158.4_installed-uefi-vars.qcow2 from openqa.suse.de/tests/2430288/asset/hdd/SLES-15-SP1-x86_64-158.4@64bit-minimal_with_sdk158.4_installed-uefi-vars.qcow2
[DEBUG] CACHE: Download of /var/lib/openqa/cache/openqa.suse.de/SLES-15-SP1-x86_64-158.4@64bit-minimal_with_sdk158.4_installed-uefi-vars.qcow2 failed with: 404 - Not Found
[DEBUG] CACHE: requested to remove nonexisting asset /var/lib/openqa/cache/openqa.suse.de/SLES-15-SP1-x86_64-158.4@64bit-minimal_with_sdk158.4_installed-uefi-vars.qcow2

Asset is available in general, but doesn't exist in cache directory.

Actions #1

Updated by coolo about 5 years ago

Available where?

hdd/SLES-15-SP1-x86_64-158.4@64bit-minimal_with_sdk158.4_installed-uefi-vars.qcow2 does not exist

openqa:/var/lib/openqa/factory # ls -l hdd/SLES-15-SP1-x86_64-158*
-rw-r--r-- 1 geekotest nogroup  892010496 Feb  1 08:53 hdd/SLES-15-SP1-x86_64-158.4@64bit-2gbram-minimal_with_sdk158.4_installed.qcow2
-rw-r--r-- 1 geekotest nogroup  957612032 Feb  1 08:50 hdd/SLES-15-SP1-x86_64-158.4@64bit-minimal_with_sdk158.4_installed.qcow2
-rw-r--r-- 1 geekotest nogroup  895549440 Feb  1 08:49 hdd/SLES-15-SP1-x86_64-158.4@64bit-minimal_with_sdk158.4_installed_withhome.qcow2
-rw-r--r-- 1 geekotest nogroup 1388118016 Feb  1 08:57 hdd/SLES-15-SP1-x86_64-158.4@64bit-pcm_aws.qcow2
-rw-r--r-- 1 geekotest nogroup  976158720 Feb  1 08:46 hdd/SLES-15-SP1-x86_64-158.4@64bit-smp-minimal_with_sdk158.4_installed.qcow2
-rw-r--r-- 1 geekotest nogroup  651821056 Feb  1 08:57 hdd/SLES-15-SP1-x86_64-158.4@64bit-unregistered.qcow2
-rw-r--r-- 1 geekotest nogroup     336384 Feb  1 08:24 hdd/SLES-15-SP1-x86_64-158.4@uefi-unregistered-uefi-vars.qcow2
-rw-r--r-- 1 geekotest nogroup  876544000 Feb  1 08:29 hdd/SLES-15-SP1-x86_64-158.4@uefi-unregistered.qcow2
Actions #3

Updated by riafarov about 5 years ago

ah, I confused qcow with uefi-vars... I guess it got cleaned up.

Actions #4

Updated by riafarov about 5 years ago

  • Subject changed from [tools] Downloading of the asset fails to [tools] uefi-vars.qcow2 asset is not available, while qcow2 image is still there
Actions #5

Updated by coolo about 5 years ago

the job runs on 64bit machine which does not create (or use) uefi vars. As such it shouldn't cause incompletes (or the variable shouldn't exist).

But it's not a download problem, the 404 is justified.

Actions #6

Updated by riafarov about 5 years ago

Re-triggering of the job helped: https://openqa.suse.de/tests/2430773 (parent job didn't fail), where same error is reported, but job doesn't fail as incomplete...

Actions #7

Updated by coolo about 5 years ago

  • Subject changed from [tools] uefi-vars.qcow2 asset is not available, while qcow2 image is still there to rsync exiting with 24 needs to be handled
  • Target version set to Ready

rsync indicates with exit 24 that files it synced got lost during the transfer window. Either redo or ignore

Actions #8

Updated by riafarov about 5 years ago

  • Status changed from New to Rejected

let's ignore and address it if re-occurs.

Actions #9

Updated by okurz about 5 years ago

  • Status changed from Rejected to New

I think coolo meant to "ignore" in code, not the ticket :)

Actions #12

Updated by mkittler about 5 years ago

  • Status changed from New to In Progress
  • Assignee set to mkittler
Actions #13

Updated by mkittler about 5 years ago

  • Target version changed from Ready to Current Sprint
Actions #14

Updated by mkittler about 5 years ago

  • Status changed from In Progress to Resolved

PR has been merged (implementing the suggestion to retry).

Actions

Also available in: Atom PDF