[Bug 272183] dns_test failures on kernel version 1400092 amd64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 24 Jun 2023 15:07:10 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272183
Bug ID: 272183
Summary: dns_test failures on kernel version 1400092 amd64
Product: Base System
Version: CURRENT
Hardware: amd64
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: misc
Assignee: bugs@FreeBSD.org
Reporter: noahkeck72@gmail.com
Created attachment 242965
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=242965&action=edit
The root-privileged kyua report followed by the user-priviliged kyua report, in
one file.
After a fresh build on git commit id 59833b089e78 ("arm64: improve KTR_TRAP
trace entries", 2023-06-24), I did a kyua run to check for openssl-related
failures. I didn't get any, but I did get quite a few dns_test failures that
didn't seem to have been previously reported. I've been using the system for a
few hours and haven't hit any behavior changes as far as DNS goes, so I've set
the severity to "affects some people," but I was able to replicate the failures
both on bare metal and VM so it's likely all amd64 builds at the very least
have the failing tests. The full output from kyua run as both root and a
regular user are attached, but the relevant failures are listed below:
lib/libcasper/services/cap_dns/dns_test:dns_addr_inet6_limit -> failed:
/usr/home/noah/sources/freebsd-src/lib/libcasper/services/cap_dns/tests/dns_test.c:347
: expected all tests to fail, got 0x10 [25.827s]
lib/libcasper/services/cap_dns/dns_test:dns_addr_inet_limit -> failed:
/usr/home/noah/sources/freebsd-src/lib/libcasper/services/cap_dns/tests/dns_test.c:347:
expected all tests to fail, got 0x10 [15.014s]
lib/libcasper/services/cap_dns/dns_test:dns_addr_limit -> failed:
/usr/home/noah/sources/freebsd-src/lib/libcasper/services/cap_dns/tests/dns_test.c:347:
expe
cted all tests to fail, got 0x10 [15.110s]
lib/libcasper/services/cap_dns/dns_test:dns_all_limits -> failed:
/usr/home/noah/sources/freebsd-src/lib/libcasper/services/cap_dns/tests/dns_test.c:347:
expe
cted all tests to fail, got 0x10 [15.730s]
lib/libcasper/services/cap_dns/dns_test:dns_inet6_limit -> failed:
/usr/home/noah/sources/freebsd-src/lib/libcasper/services/cap_dns/tests/dns_test.c:347:
exp
ected all tests to fail, got 0x10 [15.370s]
lib/libcasper/services/cap_dns/dns_test:dns_inet_limit -> failed:
/usr/home/noah/sources/freebsd-src/lib/libcasper/services/cap_dns/tests/dns_test.c:347:
expe
cted all tests to fail, got 0x10 [15.255s]
These are replicated both as unprivileged and privileged users.
--
You are receiving this mail because:
You are the assignee for the bug.