Skip to content

Commit

Permalink
vmtests: install dhclient
Browse files Browse the repository at this point in the history
All tests are failing with:
 time="2024-10-15T15:35:54Z" level=warning msg="stderr> virt-customize: error: libguestfs error: passt exited with status 1\n"
time="2024-10-15T15:35:54Z" level=warning msg="stderr> \n"
time="2024-10-15T15:35:54Z" level=warning msg="stderr> If reporting bugs, run virt-customize with debugging enabled and include the complete output:\n"
time="2024-10-15T15:35:54Z" level=warning msg="stderr> \n"
time="2024-10-15T15:35:54Z" level=warning msg="stderr>   virt-customize -v -x [...]\n"
time="2024-10-15T15:35:54Z" level=error msg="error executing command" error="exit status 1" image=tetragon.qcow2
time="2024-10-15T15:35:54Z" level=warning msg="image file 'tests/vmtests/test-data/images/tetragon.qcow2' not deleted so that it can be inspected"
time="2024-10-15T15:35:54Z" level=warning msg="image build failed" image=tetragon.qcow2 queue= result="{Error:exit status 1 CachedImageUsed:false CachedImageDeleted:}"
Error: images errors:tetragon.qcow2: exit status 1

A potential culprit is missing dhclient (see
cilium/little-vm-helper-images#604).

Signed-off-by: Kornilios Kourtis <kornilios@isovalent.com>
  • Loading branch information
kkourt committed Oct 16, 2024
1 parent c975d03 commit 8c07914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vmtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-cache search qemu
sudo apt-get install -y mmdebstrap libguestfs-tools qemu-utils qemu-system-x86 cpu-checker qemu-kvm libvirt-daemon-system libvirt-clients bridge-utils virtinst virt-manager
sudo apt-get install -y mmdebstrap libguestfs-tools qemu-utils qemu-system-x86 cpu-checker qemu-kvm libvirt-daemon-system libvirt-clients bridge-utils virtinst virt-manager isc-dhcp-client
- name: Make kernel accessible
run: |
Expand Down

0 comments on commit 8c07914

Please sign in to comment.