Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Apr 2025 18:28:33 +0000 (GMT)
From:      jenkins-admin@FreeBSD.org
To:        bz@FreeBSD.org, dev-ci@FreeBSD.org
Cc:        jenkins-admin@FreeBSD.org
Subject:   FreeBSD-stable-14-amd64-test - Build #1093 - Still Unstable
Message-ID:  <727031173.877.1745000913309@jenkins.ci.freebsd.org>
In-Reply-To: <1182872031.859.1744995926456@jenkins.ci.freebsd.org>
References:  <1182872031.859.1744995926456@jenkins.ci.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
------=_Part_876_1017186288.1745000913154
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit

FreeBSD-stable-14-amd64-test - Build #1093 (a3b2d8e360c37853035f9cede6064c4602312bfc) - Still Unstable

Build information: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-test/1093/
Full change log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-test/1093/changes
Full build log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-test/1093/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)

580c891f5addc9055f41933c72caae14e352ba4c by bz:
malloc: extend malloc_usable_size() for contigmalloc

bc6e1ca8070467eca4e22e8dc0a4fc962169cad7 by bz:
LinuxKPI: make __kmalloc() play by the rules

3494f4f5369de2661c88f3217acbf8d5f0795780 by bz:
LinuxKPI: always use contig allocations in linux_alloc_kmem()

4fc30b0186b628013ef566d376526e427644cf94 by bz:
LinuxKPI: be more verbose on _bus_dmamap_load_phys failures if debug is

d684da076bbd85dee7a942cbe5b71ec0c083dc35 by bz:
LinuxKPi: lkpi___kmalloc change a < into <= for proper boundry check

3404752d554fad152be8cdf02859b47780a61ca8 by bz:
LinuxKPI: switch mallocarray to an lkpi implementation using __kmalloc()

516eb937b274c34793f9b640e547eee0dc185b2d by bz:
LinuxKPI: implement krealloc() for memory being contiguous

ebe210ca703bd584274396b2c0fa1694750f05c1 by bz:
LinuxKPI; cleanup slab.h a bit; move more free() into slab.c

719721ca4b4e03f9e4945fb6ba31a18023a45a0c by bz:
LinuxKPI: add seq_hex_dump()

02ad13b3796a3e1bc74de10b2e9a70db356deea2 by bz:
net80211/regdomain: try to sort out TW

20f3d58fb8a61582dbaedb87d76eecc42f15b961 by bz:
net80211: correct IEEE80211_KEY_BITS

8f564898b937555273d6a8da107168ce16c7db99 by bz:
net80211: cleanup keyidx argument of ieee80211_notify_michael_failure()

e0bd174e0e369af59cc533f2d7bf6f231dc250df by bz:
net80211: make use of IEEE80211_KEY_BITS for debug messages

0dbc7a50aa6e5c8eaba31de13ce8f1216a19e031 by bz:
net80211: fix IEEE80211_VFHT_BITS after 160 and 80P80 got swapped

361c8b995d6dfbec7a3446599008388a0c7c9d29 by bz:
net80211: fill in missing flags to IEEE80211_NODE_BITS

241fb175741532b7e9820399e0032137e938e520 by bz:
iwlwifi: fix iwl_uefi_get_uats_table() if not compiled with ACPI

998fc383bd02e8f1abe3c67decb60dc326c87908 by bz:
LinuxKPI: 802.11: remove ieee80211_node_get_txrate_dot11rate()

350651dbc9275b42cb9eb342971fb52b2f934a87 by bz:
LinuxKPI: 802.11: remove cipher_scheme support

64ec6ddac008a7f26527bce173855d215d88ca39 by bz:
LinuxKPI: 802.11: crypto pn lengths

f4aa407e89fe8961efe722a53ae463c25ef5ea20 by bz:
LinuxKPI: 802.11: CONFIG_PM_SLEEP / WoWLAN header adjustments

57764d222865c1182dd9bab55fda4e4c012ba56b by bz:
LinuxKPI: 802.11: reduce code duplication introducing

494894b11a9886ed974de79498ada136249cb930 by bz:
LinuxKPI: 802.11: move chanctx_conf from vif to vif->bss_conf

7b9d08676f3396f404501c959c4c0a95e3098ff4 by bz:
LinuxKPI: 802.11: more fields moved from vif to bss_conf

7614861463e6c26fdaaa79206b2bb0c79bb23683 by bz:
LinuxKPI: 802.11: adjust locking around lkpi_remove_chanctx()

e36fd5d2b60ff816e3f56253460de5c370e1d5c4 by bz:
LinuxKPI: 802.11: try to limit VHT (11ac) to 5Ghz

becb074fdefc40cff3365746a1036843e16c09d6 by bz:
LinuxKPI: 802.11: adjust vif->bss_conf.chanctx_conf to rcu accessors

3a35e07fa9309a357f9f7d25e86aba6f93c0af84 by bz:
LinuxKPI: 802.11: add a lchanctx list to lhw

3d9f2164482bd885e8b5ad0d001d7eb0c16358e5 by bz:
LinuxKPI: 802.11: optimize mo_bss_info_changed

7d57b5a339e34f4625739c6457c6c4f8369f87ae by bz:
LinuxKPI: 802.11: switch to wiphy_lock

96a1ab4361508df4440d5c7f3bbe334583338bae by bz:
LinuxKPI: 802.11: deal with sta bw > channel width

9bd4391f4ce023fba8f5c5296a359ffb605efec2 by bz:
LinuxKPI: 802.11: further locking workarounds fro crypto updates

ded3d312ba364023e312596a67e9a0733a1e9ff6 by bz:
LinuxKPI: 802.11: enable fragmentation offload

6869d08562309043460a00c30d28d33a71b772aa by bz:
LinuxKPI: 802.11: increase mbufq lengths

636bb42e6c5556beb8a79541cf0d60c0832450c9 by bz:
LinuxKPI: 802.11: deal with the error paths for lkpi_xmit()

1ec403297e4e7585a6fbc753de8cec0244c58d6d by bz:
LinuxKPI: 802.11: better dealing with errors in RX path

e273079ac52d8b2ee9d6a5578cc15dc09a705df8 by bz:
LinuxKPI: 802.11: plug mbuf leak

9996e4df555c7b7b4988526729fdf4230d796954 by bz:
LinuxKPI; 802.11: start filling rxrate statistics

f086acca042ecd91b636aa84f33db198a2e6a961 by bz:
LinuxKPI: 802.11: avoid using an mbuf tag for now

42be6050cec78ed6abf2e4845f4b9e525d5c2403 by bz:
iwlwififw: remove Intel iwlwifi firmware from src.git

a3b2d8e360c37853035f9cede6064c4602312bfc by bz:
Bump __FreeBSD_version to 1402505 for LinuxKPI alloc routine changes



The failed test cases:

3 tests failed.
FAILED:  sys.opencrypto.runtests.main

Error Message:
1 of 1 tests failed

FAILED:  sys.netinet.fibs_test.same_ip_multiple_ifaces_fib0

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
------=_Part_876_1017186288.1745000913154--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?727031173.877.1745000913309>