Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 03 Jul 2020 10:28:13 +0000
From:      bugzilla-noreply@freebsd.org
To:        testing@freebsd.org
Subject:   [Bug 247729] sys.netinet6.redirect.valid_redirect fails after r362900
Message-ID:  <bug-247729-32464-4ImhafwBuN@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-247729-32464@https.bugs.freebsd.org/bugzilla/>
References:  <bug-247729-32464@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D247729

--- Comment #5 from Li-Wen Hsu <lwhsu@FreeBSD.org> ---
I found this test case might be flakey, it still fails after several runs:

root@:/usr/tests/sys/netinet6 # uname -a
FreeBSD  13.0-CURRENT FreeBSD 13.0-CURRENT #0 r362909: Fri Jul  3 09:16:16 =
UTC
2020=20=20=20=20
root@FreeBSD-head-amd64-build.jail.ci.FreeBSD.org:/usr/obj/usr/src/amd64.am=
d64/sys/GENERIC
 amd64

root@:/usr/tests/sys/netinet6 # kyua debug redirect:valid_redirect
epair0a: Ethernet address: 02:05:6a:39:68:0a
epair0b: Ethernet address: 02:05:6a:39:68:0b
epair0a: link state changed to UP
epair0b: link state changed to UP
epair0a: promiscuous mode enabled
epair0a: promiscuous mode disabled
ip6_input: packet to an unready address fe80:3::4242->fe80:3::5:6aff:fe39:6=
80b
epair0b: DAD complete for fe80:3::5:6aff:fe39:680b - no duplicates found
in6_unlink_ifa: autoconf'ed address fe80:3::5:6aff:fe39:680b has no prefix
epair0a: link state changed to DOWN
epair0b: link state changed to DOWN
add net 2001:db8:6667::/64: gateway fe80::4242%epair0b fib 0
net.inet6.icmp6.nd6_debug: 0 -> 1
Executing command [ /usr/tests/sys/netinet6/redirect.py --smac
00:00:5E:00:53:42 --dmac 02:05:6a:39:68:0b --sip fe80::4242 --dip
fe80::5:6aff:fe39:680b --route 2001:db8:6667::4242 --gw fe80::5555 --iface
epair0a ]
Executing command [ jexec v6t-fffd--1ff3 route -n get -6 2001:db8:6667::424=
2 ]
jexec: jail "v6t-fffd--1ff3b" not found
Fail: regexp destination: 2001:db8:6667::4242$ not in stdout
   route to: 2001:db8:6667::4242
destination: 2001:db8:6667::
       mask: ffff:ffff:ffff:ffff::
    gateway: fe80::4242%epair0b
        fib: 0
  interface: epair0b
      flags: <UP,GATEWAY,DONE,STATIC>
 recvpipe  sendpipe  ssthresh  rtt,msec    mtu        weight    expire
       0         0         0         0      1500         1         0=20
Files left in work directory after failure: created_interfaces.lst,
created_jails.lst
ifconfig: interface epair0b does not exist
redirect:valid_redirect  ->  failed: atf-check failed; see the output of the
test for details

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-247729-32464-4ImhafwBuN>