[bind10-dev] [ FAILED ] IfaceMgrTest.detectIfaces_linux (was: failed unittests)
Jeremy C. Reed
jreed at isc.org
Wed Jan 18 14:07:36 UTC 2012
On Wed, 18 Jan 2012, BIND 10 Tests wrote:
> http://git.bind10.isc.org/~tester/builder//BIND10/20120118131101-CentOS5-x86_64-GCC/logs/unittests.out
>
> http://git.bind10.isc.org/~tester/builder//builder.html
>
> master 4f85cc85d53701f871e047ce2146da33065ed757 1326874711
>
> Last successful master revision (for unittests):
> a7341f3e3306c19df1b8d17ffbc30d1cf03e9562
Note that this CentOS 5 system was previously failing due to missing
header. The error is:
[ RUN ] IfaceMgrTest.detectIfaces_linux
IfaceMgr initialization.
Linux: detecting interfaces.
Detected interface lo/1, hwtype=772, maclen=6, mac=00:00:00:00:00:00,
flags=10049(LOOPBACK UP RUNNING )
2 addr(s): 127.0.0.1 ::1
Detected interface eth0/2, hwtype=1, maclen=6, mac=00:30:48:ba:af:a4,
flags=11043(UP RUNNING MULTICAST BROADCAST )
3 addr(s): 149.20.57.205 2001:4f8:3:bf:230:48ff:feba:afa4
fe80::230:48ff:feba:afa4
Detected interface eth1/3, hwtype=1, maclen=6, mac=00:30:48:ba:af:a5,
flags=1002(MULTICAST BROADCAST )
0 addr(s):
Detected interface sit0/4, hwtype=776, maclen=4, mac=00:00:00:00,
flags=80()
0 addr(s):
------Parsed interfaces---
eth0: ifindex=0, mac=00:30:48:ba:af:a4, flags: UP RUNNING MULTICAST
BROADCAST, addrs:149.20.57.205 2001:4f8:3:bf:230:48ff:feba:afa4
fe80::230:48ff:feba:afa4
eth1: ifindex=0, mac=00:30:48:ba:af:a5, flags: MULTICAST BROADCAST,
addrs:
lo: ifindex=0, mac=, flags: UP RUNNING, addrs:127.0.0.1 ::1
sit0: ifindex=0, mac=, flags:, addrs:
Checking interface lo
Address 127.0.0.1 on iterface lo/1 matched with 'ifconfig -a' output.
Address ::1 on iterface lo/1 matched with 'ifconfig -a' output.
Checking interface eth0
Address 149.20.57.205 on iterface eth0/2 matched with 'ifconfig -a'
output.
Address 2001:4f8:3:bf:230:48ff:feba:afa4 on iterface eth0/2 matched with
'ifconfig -a' output.
Address fe80::230:48ff:feba:afa4 on iterface eth0/2 matched with
'ifconfig -a' output.
Checking interface eth1
Checking interface sit0
iface_mgr_unittest.cc:847: Failure
Value of: i->mac_len_
Actual: 0
Expected: detected->mac_len_
Which is: 4
[ FAILED ] IfaceMgrTest.detectIfaces_linux (34 ms)
More information about the bind10-dev
mailing list