action #46952
closedrsync exiting with 24 needs to be handled
0%
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.
Updated by coolo almost 6 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
Updated by riafarov almost 6 years ago
ah, I confused qcow with uefi-vars... I guess it got cleaned up.
Updated by riafarov almost 6 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
Updated by coolo almost 6 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.
Updated by riafarov almost 6 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...
Updated by coolo almost 6 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
Updated by riafarov almost 6 years ago
- Status changed from New to Rejected
let's ignore and address it if re-occurs.
Updated by okurz almost 6 years ago
- Status changed from Rejected to New
I think coolo meant to "ignore" in code, not the ticket :)
Updated by coolo almost 6 years ago
same problem on https://openqa.opensuse.org/tests/850754/file/autoinst-log.txt
Updated by riafarov almost 6 years ago
Another occurrence here: https://openqa.suse.de/tests/2464030/file/autoinst-log.txt
Updated by mkittler over 5 years ago
- Status changed from New to In Progress
- Assignee set to mkittler
Updated by mkittler over 5 years ago
- Target version changed from Ready to Current Sprint
Updated by mkittler over 5 years ago
- Status changed from In Progress to Resolved
PR has been merged (implementing the suggestion to retry).