Date: Fri, 01 May 2020 23:18:15 +0000 From: bugzilla-noreply@freebsd.org To: testing@freebsd.org Subject: [Bug 245832] sys.netipsec.tunnel.empty.v{4,6} fail after r359374 Message-ID: <bug-245832-32464-yDWcmQ5Nrx@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-245832-32464@https.bugs.freebsd.org/bugzilla/> References: <bug-245832-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=3D245832 --- Comment #7 from John Baldwin <jhb@FreeBSD.org> --- kyua actively makes this hard to investigate. I can't get it to leave the setkey config files around (kyua debug only redirects stdout/stderr which is useless in this case). So, I ran the entire test under ktrace and used kdump to figure out what it wrote. It appears to have used an encryption key of "", and even though the test fails to report the error from setkey, trying that directly does error= (so would be nice if we could get the test to report stderr output from jexec'd things to stderr): # setkey -f /mnt/jhb/work/git/netperf/IPSEC/Configs/source-null.conf The result of line 8: Invalid argument. The result of line 9: Invalid argument. But I'll track it down from here since I can reproduce. --=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-245832-32464-yDWcmQ5Nrx>