From nobody Fri Apr 12 04:40:14 2024 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 4VG3lM42cgz5GrWy for ; Fri, 12 Apr 2024 04:40:15 +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 4VG3lM1V4Wz4kdx; Fri, 12 Apr 2024 04:40:15 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1712896815; a=rsa-sha256; cv=none; b=AuulQTfhDF7MgA/FIcuaKyUWXRl9Z1WU91Fic+F8sZRbu7w/7aoUF3Tsy7wt1ZPMHuGFOh tMN3AtZs+XdWwRTHD46p/g77U1HJjb79UgZ66dRzpXidMWIL9YhtxDoyzpaVkjxlbaj6Bc OcGZ3FoCurdOXYPoIZyudOjAMGNORR9wEqZhDzSWxnqytI27ncp7/Py5gJiaaAJc61DpXs bLseiEN4jxyivXPlPbnJRtj3GZInoof+kf0BIGO4OZkDT9oUL6etBYN2zprECNrUe0+n18 TzD0f9IlWcNz/zBC0qZK00JFY/puNxdowR5TAGN6dIOxBHzLfz30cTQHhcGdOQ== 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=1712896815; 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=Vfo0mIVu/O+TjRyLPEmSxHSsI3Vvd+GzsFp2jSH8hh0=; b=htb8DfEMuzy4BLcaJlf4QjDzCPtxvHpEwIlo7/Tpf14I6rIw/q06JiBAGWzc0CtQbCdagY gGa/qgcohW4NdILfTteLXRgeAisdg+iB9jwAyDhBnJ1CU9kenlMODSAoUutKS/Lt13lCEg C6ceEt1Tp+w2moucbIgCTzVX/yoYUaiq5mDnFexwZiXOqzDOyv3vZkzK1BbcuJUsdhI9uN qkFmhv+exyhxl9Q9Ax1fYRJudF6oajnWhs0pOh26MHCFtK0C0L4np4Nxgte3Tpk77BgHXg gxyk8fB077ZyJmL8X/EoSzZ+k2hLo0bM22sz7Ob5c/zoolyZnQm6nDo6EzuqMA== 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 4VG3lM0xTxzbTR; Fri, 12 Apr 2024 04:40:15 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Date: Fri, 12 Apr 2024 04:40:14 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: christos@FreeBSD.org, kib@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Message-ID: <206729691.6499.1712896815135@jenkins.ci.freebsd.org> In-Reply-To: <2071936761.6427.1712853736266@jenkins.ci.freebsd.org> References: <2071936761.6427.1712853736266@jenkins.ci.freebsd.org> Subject: FreeBSD-stable-14-amd64-test - Build #487 - 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: dev-ci+owner@freebsd.org X-BeenThere: dev-ci@freebsd.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_6498_1637983101.1712896814725" X-Jenkins-Job: FreeBSD-stable-14-amd64-test X-Jenkins-Result: UNSTABLE List-ID: FreeBSD CI Build Notifications Precedence: bulk ------=_Part_6498_1637983101.1712896814725 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit FreeBSD-stable-14-amd64-test - Build #487 (fb8eb2042dbea85047f40da67d775fb670671742) - Still Unstable Build information: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-test/487/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-test/487/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-test/487/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) ea2275e72cdae3672f3aabde18e3ff55ea101a0a by christos: sound: Drain buffer selinfo in sndbuf_free() 4dfb88f3dea5708ab3c514736e1c8bab1a4a225c by christos: sound: Get rid of pcm/sndstat.h and turn macros into regular code 578a8fb50c3968b2efdcf7f45acc554ae339e2f6 by christos: sound: Fix SND_DIAGNOSTIC ifdef comment 7e0c6e00b3c9087d5e845e48d6009c88ae6844df by christos: sound: Remove unused SND_DEV_LAST and SND_DEV_MAX constants a648f68c9254158af772ee589884adbc85a9a504 by kib: stop_all_proc(): skip traced or signal-stoped processes 2bb6e35f3b9fb898ea2c4abf339cf89dc8f516f4 by kib: acpidump: silent the warning about unaligned uuid 0b5c1913b0fe3eb5c588f7c012f7d12fae1b9333 by kib: acpidump: the acpi_get_fadt_revision() argument is unused 0a7de174b77988437035e4ec333dd1e93cfd6413 by kib: acpidump: bump WARNS to 6 9ab216e2646a52caeacc56d763877ca866e167c3 by kib: acpidump: add printfield() helper ec9952bd472e72f52890dd3194e7f24738d9c2c3 by kib: acpidump: dump AMD IVRS table describing IOMMU layout 80bf64732ce56aa3c932eb9a21d080edc31581f3 by kib: acpidump: add Foundation copyright 83fe75d6c16e64ab0cdc0ccab37095e2cac3ea07 by kib: pcireg.h: add include guard fd02cfeb9ade687912849c57227ee37a5728e5f8 by kib: pcireg.h: Add AMD IOMMU Base Cap definitions fb8eb2042dbea85047f40da67d775fb670671742 by kib: pciconf(8): dump AMD IOMMU Base Capability The failed test cases: 3 tests failed. FAILED: sys.netinet6.exthdr.exthdr Error Message: atf-check failed; see the output of the test for details FAILED: sys.netpfil.pf.scrub_pass.min_ttl_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 ------=_Part_6498_1637983101.1712896814725--