Skip to content

Instantly share code, notes, and snippets.

@d3flex
Created November 26, 2025 17:10
Show Gist options
  • Select an option

  • Save d3flex/c0f45959ac67b81baf302cb2f016453e to your computer and use it in GitHub Desktop.

Select an option

Save d3flex/c0f45959ac67b81baf302cb2f016453e to your computer and use it in GitHub Desktop.

KERNEL _ INITRD _ cont

❯ openqa-clone-job –skip-chained-deps –within-instance https://openqa.opensuse.org/tests/5366634 _GROUP=0 {TEST,BUILD}+=-iob_190056

1 job has been created:

failed on missing ASSET_1

So run on the latest ❯ openqa-clone-job –skip-chained-deps –within-instance https://openqa.opensuse.org/tests/5482963 _GROUP=0 {TEST,BUILD}+=-iob_190056

1 job has been created:

but it doesnt have the variable try again ❯ openqa-clone-job –skip-chained-deps –within-instance https://openqa.opensuse.org/tests/5482963 _GROUP=0 {TEST,BUILD}+=-iob_190056 KERNEL=QEMU_EFI_poo126083.fd

1 job has been created:

  • opensuse-Tumbleweed-WSL-aarch64-Build20251125-wsl2-main@win11_uefi_aarch64_wsl2 -> https://openqa.opensuse.org/tests/5483615

    Reason: backend died: ‘/usr/share/qemu/QEMU_EFI_poo126083.fd’ missing, check KERNEL which is true “` ybonatakis@ariel:/var/lib/openqa/factory/other/fixed> ll QEMU_EFI_poo126083.fd -rw-r–r– 1 root root 2097152 Jan 7 2025 QEMU_EFI_poo126083.fd ybonatakis@ariel:/var/lib/openqa/factory/other/fixed> sudo cp QEMU_EFI_poo126083.fd usr/share/qemu. ybonatakis@ariel:/var/lib/openqa/factory/other/fixed> sudo chmod +x /usr/share/qemu/QEMU_EFI_poo126083.fd “` and still dies `backend died: ‘/usr/share/qemu/QEMU_EFI_poo126083.fd’ missing, check KERNEL`

    see “` foreach my $attribute (qw(BIOS KERNEL INITRD)) { if ($vars->{$attribute} && $vars->{$attribute} !~ ^\/) {

    $vars->{$attribute} = ’usr/share/qemu’ . $vars->{$attribute}; } if ($vars->{$attribute} && !-e $vars->{$attribute}) { die “’$vars->{$attribute}’ missing, check $attribute\n”; } } “` So the following should work “` ❯ openqa-clone-job –skip-chained-deps –within-instance https://openqa.opensuse.org/tests/5482963 _GROUP=0 {TEST,BUILD}+=-iob_190056 KERNEL=/var/lib/openqa/factory/other/fixed/QEMU_EFI_poo126083.fd

1 job has been created:

“` Reason: asset failure: Failed to download /var/lib/openqa/factory/other/fixed/QEMU_EFI_poo126083.fd to /var/lib/openqa/cache/openqa.opensuse.org//var/lib/openqa/factory/other/fixed/QEMU_EFI_poo126083.fd Path is dublicated. we end up in _handle_asset_processed isotovideo.pm

“` if (!$asset) { my $error = “Failed to download $asset_uri to ” . $cache_client->asset_path($webui_host, $asset_uri); return {error => $error, category => WORKER_EC_ASSET_FAILURE} if $msg =~ qr/4\d\d /; “`

Looking into `$cache_client->asset_exists($webui_host, $asset_uri)`

where is the cache dir in o3.. i didnt find the var/lib/openqa/cache/openqa.opensuse.org too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment