Actions
action #43940
closedErrors about cache not able to remove files but then removed them nevertheless?
Start date:
2018-11-17
Due date:
% Done:
0%
Estimated time:
Description
Observation¶
As reported in #43823#note-1 there are some errors reported from caching services:
# tail -f /var/lib/openqa/pool/15/autoinst-log.txt
[INFO] CACHE: Purging non registered /var/lib/openqa/cache/old/openSUSE-13.2-x86_64.qcow2
[ERROR] CACHE: Could not remove /var/lib/openqa/cache/old/openSUSE-13.2-x86_64.qcow2
[DEBUG] CACHE: removed /var/lib/openqa/cache/old/openSUSE-13.2-x86_64.qcow2
…
so first an error is reported about "Could not remove" but then a debug message that the asset was removed
Steps to reproduce¶
Expected result¶
No error messages about something that turns out to work correctly in the end :)
Updated by okurz about 5 years ago
- Description updated (diff)
- Status changed from New to Rejected
- Assignee set to okurz
Hm, tried to find a way to reproduce with (cd /var/lib/openqa/testresults && for i in $(ls | tail -n2); do sudo grep 'ERROR.*CACHE: Could not remove' $i/*/autoinst-log.txt; done )
but this did not find any reference on o3 looking over the last multiple thousand jobs. If we see this error message we should reopen with a note how to find or reproduce the issue.
Actions