Bug 289815 - sys/netinet6/ndp:ndp_del_gu_success test fails intermittently in CI
Summary: sys/netinet6/ndp:ndp_del_gu_success test fails intermittently in CI
Status: New
Alias: None
Product: Base System
Classification: Unclassified
Component: tests (show other bugs)
Version: 16.0-CURRENT
Hardware: Any Any
: --- Affects Only Me
Assignee: Alexander V. Chernikov
URL: https://ci.freebsd.org/job/FreeBSD-ma...
Keywords: regression
Depends on:
Blocks:
 
Reported: 2025-09-24 14:17 UTC by Siva Mahadevan
Modified: 2025-11-17 10:29 UTC (History)
2 users (show)

See Also:


Attachments
kyua test report (1.92 KB, text/plain)
2025-09-24 14:17 UTC, Siva Mahadevan
no flags Details
[PATCH] tests/netinet6/ndp: temporarily skip ndp_del_gu_success on aarch64 (1.13 KB, patch)
2025-10-23 14:02 UTC, Siva Mahadevan
no flags Details | Diff
[PATCH v2] tests/netinet6/ndp: temporarily skip ndp_del_gu_success (1.10 KB, patch)
2025-11-17 10:28 UTC, Siva Mahadevan
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Siva Mahadevan freebsd_triage 2025-09-24 14:17:50 UTC
Created attachment 264058 [details]
kyua test report

The 'sys/netinet6/ndp:ndp_del_gu_success' testcase fails intermittently on aarch64 in CI:


===> sys/netinet6/ndp:ndp_del_gu_success
Result:     failed: atf-check failed; see the output of the test for details

Standard output:
linkmtu=0, maxmtu=1500, curhlim=64, basereachable=30s0ms, reachable=23s, retrans=1s0ms
Flags: nud auto_linklocal 
Executing command [ jexec v6t-ndp_del_gu_success ndp -nd 2001:db8::2 ]

Standard error:
ifconfig: getnameinfo: Address family not recognized
ping: UDP connect: Can't assign requested address
Fail: incorrect exit status: 1, expected: 0
stdout:

stderr:
ndp: delete 2001:db8::2: No such file or directory


I have reproduced this error using Bricoler with 100 runs for good measure and attached the failing test report in this bug:

$ bricoler run freebsd-src-regression-suite --param freebsd-src:url=/usr/src --param freebsd-src:branch= --param freebsd-src-regression-suite:hypervisor=bhyve --param freebsd-src-regression-suite:memory=4096 --param freebsd-src-regression-suite:ncpus=2 --param freebsd-src-regression-suite:parallelism=1 --param freebsd-src-regression-suite:count=100 --param freebsd-src-regression-suite:tests='sys/netinet6/ndp:ndp_del_gu_success'

@melifaro, since you added the tests in https://cgit.freebsd.org/src/commit/?id=f17f94cd1b99c61faa08aa988b47805c53b78ac7 (Add arp/ndp tests in addition to rtsock ll tests.), please triage as necessary.
Comment 1 Siva Mahadevan freebsd_triage 2025-10-23 14:02:01 UTC
Created attachment 264807 [details]
[PATCH] tests/netinet6/ndp: temporarily skip ndp_del_gu_success on aarch64

To help get CI for main and stable/15 clean before the 15.0 release, I'm attaching a patch to temporarily skip the testcase against this PR. We can look into fixing this afterwards.
Comment 2 Siva Mahadevan freebsd_triage 2025-11-17 10:28:18 UTC
Created attachment 265466 [details]
[PATCH v2] tests/netinet6/ndp: temporarily skip ndp_del_gu_success

Looks like this is reproducible on amd64 too. v2 removes the aarch64 conditional.