Actions
action #39905
closedJob trying to download worker local file "aavmf-aarch64-vars.bin" into cache and fails with 404
Description
Observation¶
aarch64 jobs try to download an asset which is only local to the worker but not on the webui causing 404's on o3. Most likely only visible internally but can have more severe effect adding to #39743
openqa-aarch64:~ # systemctl status openqa-worker@*
…
Aug 17 14:10:18 openqa-aarch64 worker[19783]: [info] running on openqa-aarch64:2 (Linux 4.4.138-59-default #1 SMP Mon Jun 18 13:48:42 UTC 2018 (f0b8f6b) aarc>
Aug 17 14:10:18 openqa-aarch64 worker[19783]: [info] OpenQA::Worker::Cache: Initialized with http://openqa1-opensuse at /var/lib/openqa/cache, current size i>
Aug 17 14:10:18 openqa-aarch64 worker[19783]: [info] Downloading openSUSE-Tumbleweed-DVD-aarch64-Snapshot20180813-Media.iso from http://openqa1-opensuse/test>
Aug 17 14:10:19 openqa-aarch64 worker[19783]: [info] CACHE: updating the /var/lib/openqa/cache/openSUSE-Tumbleweed-DVD-aarch64-Snapshot20180813-Media.iso las>
Aug 17 14:10:19 openqa-aarch64 worker[19783]: [info] Downloading aavmf-aarch64-vars.bin from http://openqa1-opensuse/tests/734992/asset/hdd/aavmf-aarch64-var>
Aug 17 14:10:19 openqa-aarch64 worker[19783]: [error] Can't download /usr/share/qemu/aavmf-aarch64-vars.bin
Aug 17 14:10:19 openqa-aarch64 worker[19783]: Use of uninitialized value in subroutine entry at /usr/lib/perl5/vendor_perl/5.26.2/Mojo/File.pm line 84.
Aug 17 14:10:19 openqa-aarch64 worker[19783]: [info] 12439: WORKING 734992
Problem¶
Introduced with recent qemu rework by rpalethorpe
Actions