FreeBSD-stable-14-amd64-test - Build #335 - Still Unstable

From: <jenkins-admin_at_FreeBSD.org>
Date: Thu, 25 Jan 2024 03:28:46 UTC
FreeBSD-stable-14-amd64-test - Build #335 (3f2c2dda263114c46d14c23b14f989118ab1a730) - Still Unstable

Build information: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-test/335/
Full change log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-test/335/changes
Full build log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-test/335/console

Status explanation:
"Unstable" - some tests are suspected being broken by the following changes
"Still Unstable" - the failing test cases have not been fixed by these
                   following changes and this is a notification to note that
                   these changes have not been fully tested by the CI system

Change summaries:
(Those commits are likely but not certainly responsible)

37728967ee5c845f5af9d22377be10ffb62c90aa by fuz:
lib/libc/amd64/string/strcmp.S: add baseline implementation

d5782dbd011ca338a9da4c8d663c6897af7859e1 by fuz:
share/man/man7/simd.7: document new amd64 baseline strcmp()

309b30ce8419058b23b285d1c73549890fc174f5 by fuz:
lib/libc/amd64/string: implement strpbrk() through strcspn()

f42eca44bdfba36f4a3dc004593117e079af4d92 by fuz:
share/man/man7/simd.7: document amd64 SIMD use for strpbrk()

098997c5f05e157f2fae2787ec9a8b372156d487 by fuz:
lib/libc/tests/string: add unit tests for strncmp(3)

3a19fcb9fdbfd8bbc5955b14aba9bf481de2ad1a by fuz:
lib/libc/amd64/string: add strncmp scalar, baseline implementation

fa6d214aa16ed3f86b4f597fbdca9d606579e3b2 by fuz:
share/man/man7/simd.7: document strncmp amd64 scalar, baseline

9b1a851e1ed04d38736011c227e8f9494acec681 by fuz:
lib/libc/amd64/string: add strrchr scalar, baseline implementation

c105cd8426bb0e100a4023898635c66bcea50e1f by fuz:
share/man/man7/simd.7: document strrchr scalar, baseline implementation

265fb89aba2a6504f0a055e47ce6a72b1eecacf1 by fuz:
lib/libc/amd64/string: implement strsep() through strcspn()

8dc0354823104385e8a0cb217264e07680e8fdfa by fuz:
share/man/man7/simd.7: document amd64 SIMD use for strsep()

438a1ff803a5d033b80b16880b2718f1402d904f by fuz:
lib/libc/tests/string/stpncpy_test.c: extend for upcoming SSE

7527fecbfe0c7b8c9f8515ca92f9c936e687ec9d by fuz:
lib/libc/amd64/string: add stpncpy scalar, baseline implementation

76f9afcdcfa482d81d5f3017f29c087fe795bb4f by fuz:
lib/libc/amd64/string: implement strncpy() by calling stpncpy()

57da891ad354455a057eaec3d7860f2c462c3e16 by fuz:
share/man/man7/simd.7: document simd-enhanced strncpy, stpncpy

7a605ba8f7996f38ba7b353a0120d84bae48da0f by fuz:
lib/libc/amd64/string/strcat.S: enable use of SIMD

1f733be3cca4cac04ade21beb6aab04d66633d1e by fuz:
share/man/man7/simd.7: document SIMD-enhanced strcat

f5d63ae20d653e12d3617704e6317e3c8c50b640 by fuz:
lib/libc/tests/string: add unit test for strlcpy

903cb811ffe2f3e68beccd8fef5208cf0e224770 by fuz:
lib/libc/amd64/string: add strlcpy scalar, baseline implementation

3045c0f198a1113a02f44f77b161fcf79380ae63 by fuz:
lib/libc/amd64/string: implement strlcat() through strlcpy()

5a37572b5ba6001534514992b2d9ac22ab347678 by fuz:
share/man/man7/simd.7: document scalar/baseline strlcpy, strlcat

0307a0095ed82a0127c4cc3191a980643ad5b0bc by fuz:
share/man/man7/simd.7: add forgotten aarch64 string functions

de2d155d2cac49025958d927aaaef66d99bcb537 by fuz:
lib/libc/tests/string: add unit tests for memccpy()

a3ce82e5b8878dd8422b6121a529d489f42d37a2 by fuz:
lib/libc/amd64/string: add memccpy scalar, baseline implementation

bd051ed3fed700693cf64961324b3e50102c897e by fuz:
share/man/man7/simd.7: document simd-enhanced memccpy, strncat

ddab9e646122df077570fc0dfb2af1516c098668 by fuz:
lib/libc/amd64/string: implement strncat() by calling strlen(),

667fa9c40483f2c844a7960780e9567be4e581d5 by fuz:
lib/libc/string: document restrict qualification of memccpy() arguments

acb47064d65813386dc15f6278037f1a76ec7eab by fuz:
lib/libc/tests/string: add memrchr unit tests

ff7799e003110a8188bc129e663d23b54755531f by fuz:
lib/libc/amd64/string: add memrchr() scalar, baseline implementation

3f2c2dda263114c46d14c23b14f989118ab1a730 by fuz:
share/man/man7/simd.7: document SIMD-enhanced memrchr implementation



The failed test cases:

6 tests failed.
FAILED:  sbin.ping.ping_test.inject_reply

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netinet6.lpm6.lpm6_test1_success

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netpfil.common.tos.pf_tos

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netpfil.pf.fragmentation_compat.overlimit

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netpfil.pf.scrub_pass.max_mss_v4

Error Message:
atf-check failed; see the output of the test for details

FAILED:  sys.netlink.test_netlink_message_writer.py.__test_cases_list__

Error Message:
Test program did not exit cleanly