Public bug reported:

vip-manager currently will consistently fail in autopkgtest on armhf.
This does not appear to be related to glibc2.34, as we do have one example of a 
passing test there.
Also, locally this test consistently passes for me.

Example failure:

https://autopkgtest.ubuntu.com/results/autopkgtest-
impish/impish/armhf/v/vip-manager/20210901_213607_5779b@/log.gz

2021/09/01 21:35:37 Problems with generating the virtual ip manager: Cannot run 
vip-manager on the loopback device
as its hardware address is the local address (00:00:00:00:00:00),
which prohibits sending of gratuitous ARP messages

This statement in the logs represents a fatal error for the test suite.
The test script attempts to select a network device, but tries to select a 
non-'lo' device in the process.

Adjusting test/behaviour_test.sh such that:
dev=lo
can produce very similar test failures to the above, so I suspect that in the 
test environment we are selecting the lo device for some reason.

** Affects: vip-manager (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1942375

Title:
  autopkgtest failure on armhf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vip-manager/+bug/1942375/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to