From nobody Thu Oct 05 19:24:12 2023 X-Original-To: dev-ci@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4S1hM15wv0z4wSQg for ; Thu, 5 Oct 2023 19:24:13 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4S1hM12sVKz4Q44; Thu, 5 Oct 2023 19:24:13 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1696533853; a=rsa-sha256; cv=none; b=J37RxJaOxsROH7xre4vJYjEQv0XLEG0Bh+POnVZrHzhv9XM9v/Lo5FzWAujHQVAZNtTvmL 5gO5FTqPhpb4/xzAQRNUsm9jQNmpOyigItGLJ6E12vT7hwMpJeA+tv2MzywPRb0wiv/XRf N/k5SxbW0NV0nt27GY2ykHKdp9KcaLulgF+4VINlWtx3tPo7gkpAjARfCPlqJZ2GYj+xa3 VuM9u/zb1JPTpEuhj9JpxVn1NpPUPHBF9rJkhJLSNlMio/VjH9f32KXJg73pPDDcmrXlvD wsty3eIa6f3nmdL1CfFBqIOfMOH/Uhc9zQeYjNOk/3Tk8szCb23XwnSPhFLi5g== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1696533853; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references:list-id; bh=UtJgVgkysPMXmCNgknQl7xfUtTNq9Ef0lfEW/OCH7xg=; b=aTYjtxB5Y8kJRcriC6sMGwgov8Tie2WAdAvb8hdljTYOJV00NhOB/W8214B+ENBC5lH2mV h+GnXgElJXWdNJwL9hTPp9GZfUFqx3Myar1vu/LWemAy5a3UCK0mK+wGeqAeqY+MkEfzqv oqiT8l/jRFSmrYClv/+0JqM2FxhfMP0XwZOOyoki3xK3a9CJqNtzYfniY1a5bwqEvIkXy0 RnzJ6QW42XDJ36jhqIan3RFt8I1LCVXnfXvpGI40sE2eIJspcQhvAFuls3AhQCsx4ty53V jr+x7Es9mXwJZbgghF1/gfNgXHyYf/p4SrFf+s8yqnYw9O0iRR1iavGZCqPt3g== Received: from jenkins.ci.freebsd.org (jenkins.ci.freebsd.org [IPv6:2610:1c1:1:607c::16:16]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4S1hM11tRDz3Cx; Thu, 5 Oct 2023 19:24:13 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Date: Thu, 5 Oct 2023 19:24:12 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: asomers@FreeBSD.org, kp@FreeBSD.org, des@FreeBSD.org, bapt@FreeBSD.org, bz@FreeBSD.org, manu@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Message-ID: <1127085768.5556.1696533853269@jenkins.ci.freebsd.org> In-Reply-To: <159612686.5552.1696524133047@jenkins.ci.freebsd.org> References: <159612686.5552.1696524133047@jenkins.ci.freebsd.org> Subject: FreeBSD-main-amd64-test - Build #24211 - Still Unstable List-Id: Continuous Integration Build and Test Results List-Archive: https://lists.freebsd.org/archives/dev-ci List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-ci@freebsd.org X-BeenThere: dev-ci@freebsd.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_5555_903974005.1696533852484" X-Jenkins-Job: FreeBSD-main-amd64-test X-Jenkins-Result: UNSTABLE List-ID: FreeBSD CI Build Notifications Precedence: bulk ------=_Part_5555_903974005.1696533852484 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit FreeBSD-main-amd64-test - Build #24211 (6a773a0582ba936cc19734b21ee5a7bed49cfdec) - Still Unstable Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/24211/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/24211/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/24211/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) 7d48224073ce14f0dd3db2d4e96876ac928b52f2 by bz: netlink: fix accessing freed memory 1137943b1c5b225e30b82350ff7fb12c258ea90f by bz: net80211: remove ieee80211_unref_node() 4f3b2bba240b6e0603b5cbb47155fd8215bcbcb3 by bz: rtw88: Use RF_CFGCH instead of hard coded 0x18 0d2cb6a6ecde3b271ede59d77801cb43a8804688 by bz: LinuxKPI: 802.11: hide txq debugging behind checks 2188852196151e5f04533eaa928a7ad0896e4bd6 by bz: net80211: de-inline ieee80211_ref_node() 1525625c7c945856d4814987fd65784fd62cba74 by des: certctl: Clean up. a401c8cb26b22688087ad7c5ee527718459df15a by des: certctl: Split certificate bundles before processing. 4ab0193290255dffce3e123b7b9eec8f768740de by bapt: bsdconfig: simplify pkg installation and ABI detection 432ae724e6ebac4696a7baf5020e2445db06dc2f by manu: dwc: Move every sub drivers to dev/dwc f114aadd3e2300f74922511dcdd69b10a47e7328 by manu: dwc: Rename dwc_reset to dwc_reset_phy 27f03f1608f35c59d4f05e759729fa58685db8aa by manu: dwc: Remove unused GPIO_ACTIVE_LOW define f4bb6ea5212b05445e1e7f01d9023714c83344cb by manu: dwc: Add support for mixed-burst b69c49d106325a9ceb06ca0d5b827d1dbcc8a54c by manu: dwc: Add support for aal 50059a60edec3c8c37e2f7b490fef83ec288b2da by manu: dwc: Rewrite clock and reset functions 9e3879fcc11152ad52b13221cd488d40c89a40e9 by manu: dwc: Drop 'All rights reserved' c36125f6cc8b3577f913da757ae588dd357a765c by manu: dwc: Rename if_dwc.h to dwc1000_reg.h 972adf0f97ac5e2f3a6024c25623a908403aff9b by manu: dwc: Split dma functions 62519d5a4f719a420803a3a0823268da6e950fcb by manu: dwc: Split core functions afa0f66e81ccd6a946133bb9aceaf1fe59370431 by manu: dwc: Move the txstart dma part to dwc1000_dma 627726b5b6fa861079e1d4edd68374a2e798a9da by manu: dwc: Move struct dwc_hash_maddr_ctx declaration in dwc1000_core fe82f82dcc3dea2b2f82fd14bbccf845d6c31951 by manu: dwc: Put all DMA related defines in dma1000_dma.c 29776aa436cf248950bcf755c6a53ec0590d89bf by manu: dwc: Move interrupt related code to core and dma file f0a7dd7703124af42da3705bb11e785c0eb9f0c4 by manu: dwc: Setup desc addresses in the dma init function. 363b7c39fbad7c03f46e24bb4e435fad5cb56aa7 by manu: dwc: Move the dma reset code in dwc1000_dma.c 5d88a52be44a98e2b49db7ead317b2d0b2ef9eaa by manu: dwc: Move dma engine configuration to dwc1000_dma.c 801fb66a7e34c340f23d82f2b375feee4bd87df4 by manu: dwc: Do not re-invent phy mode type cef444d068ff95e51d2b1c60a60cde632764c7b3 by manu: dwc: Move BUS_MODE_DEFAULT_PBL; in if_dwcvar.h 4b7975ecdc3631beac717d4addc71006cdc665c5 by manu: dwc: Remove if_dwc_mac_type 25fcf889bd7d46fa0d1524073e38b3883a97f9c9 by bapt: bsdconfig: remove even more of the ftp support b00dbe851c66f26a16219d31c76b7fb411ace94c by kp: pf: fix SCTP SDT probe 6a773a0582ba936cc19734b21ee5a7bed49cfdec by asomers: fusefs: add more readdir tests for misbehaving servers The failed test cases: 3 tests failed. FAILED: sys.netinet6.frag6.frag6_19.frag6_19 Error Message: Global IPv6 statistics do not match: 19 != 20 FAILED: usr.bin.file.file_test.contrib_file_tests Error Message: atf-check failed; see the output of the test for details FAILED: sys.fs.tmpfs.times_test.empty Error Message: Incorrect atime ------=_Part_5555_903974005.1696533852484--