From nobody Thu Oct 3 03:13:34 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 4XJxb40WXMz5YXTN for ; Thu, 03 Oct 2024 03:13:36 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XJxb33YGMz46V7; Thu, 3 Oct 2024 03:13:35 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1727925215; 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=42b0SJiCvOCNwnqohL3Ea2Oyg2UI+jK14Jmg7GJPByI=; b=Am2/wdpX7NsbHkI2AJu2qV8HBwlI5fBaR/DPW2ID4eHlHL74SuMvBLrC6TMF89eL3nu3m9 KokfjgxsErWwOEcq4b2HHHOOsfBH+akgZHbHUairz6C4yxBXeCh21AiIKjLJCUW7dt7kl+ PjWwf5ZhjjRKG14lSrBy50SoyPf8VQ0Jp01RDOjS99V2rlpGXWm1RgwKCXKIaqOTTkyPZa P2ePa/VkEIWwSyCU+qyVqmVFBSrCm5VF1D0K71csn3syCOkY8e91rj1IW/fAC2ImAwgrER WFMRXj1oND3CyO5cIcTCZBXUWSL890z5MHMQsubcOtaaGKqD8B7ulnTUNrdJlA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1727925215; a=rsa-sha256; cv=none; b=tYr84Y/ghBHxLsuWAh7xcD+vbLkBkqhAKnD9UlmJ5SW6YEnXKXb06Zx0d57jESGRgIiAOc r58jEpEpvRehwR74hJi/FC7sb9JjPaj58i6jXSuQSy8Nh2iGbmLz4IkJ5LQCMLgCSgdfNk EFeNlL2fL2Yil0LMC+Cz6bbjYiVqzmMMOQUzVq5CIVb3Q+SYlWKMZJ+owP3+SiVpwXNkZj 8Sbx6ZsBrZa15W9j29HhNbgco2DDpgZPVRJr812DIc3hQQ/9k4OiFH/HyjTs8p9QsdPeGZ 4rCgP6M53kWIhGBIDUsgXo3im7Jw2RRyhOmCeK8s1dVL9AQm85nuxYY+QI22Jw== 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 4XJxb32zTdzZC5; Thu, 3 Oct 2024 03:13:35 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Date: Thu, 3 Oct 2024 03:13:34 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: kbowling@FreeBSD.org, emaste@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Message-ID: <155229380.16219.1727925215422@jenkins.ci.freebsd.org> In-Reply-To: <1475541776.16121.1727877087223@jenkins.ci.freebsd.org> References: <1475541776.16121.1727877087223@jenkins.ci.freebsd.org> Subject: FreeBSD-stable-14-amd64-test - Build #723 - 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: X-BeenThere: dev-ci@freebsd.org Sender: owner-dev-ci@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_16218_1435488878.1727925214957" X-Jenkins-Job: FreeBSD-stable-14-amd64-test X-Jenkins-Result: UNSTABLE List-ID: FreeBSD CI Build Notifications Precedence: bulk ------=_Part_16218_1435488878.1727925214957 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit FreeBSD-stable-14-amd64-test - Build #723 (ed03c309908687bdb9f71dc6d9c9c8a92c54fc20) - Still Unstable Build information: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-test/723/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-test/723/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-test/723/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) 2726df27627b4674246db5e56cb3ec98f797b587 by kbowling: e1000: Add sysctls for some missing MAC stats 4ce45606add99d568d5b7ae6354c18a378e29482 by kbowling: e1000: Handle igb EEE sysctl 262f8dd6143e2cedea055763c5a453dedd449f85 by kbowling: e1000: Add sysctl for igb(4) DMA Coalesce e0a44adb80e00e05649bc064d9014b3fec8d0980 by kbowling: e1000: Delay safe_pause switch until SI_SUB_CLOCKS d3c81ec4e90dfea3d2ecb2dc759f4f104bed0ce1 by kbowling: iflib: Simplify iflib_legacy_setup b3834306579f3a59338f3faed3f588b30a56317e by kbowling: pci_iov: Add a device_printf if out of bus numbers ed03c309908687bdb9f71dc6d9c9c8a92c54fc20 by emaste: bhyve: avoid TOCTOU on iov_len in virtio_vq_recordon() The failed test cases: 6 tests failed. FAILED: sys.netpfil.common.tos.pf_tos Error Message: atf-check failed; see the output of the test for details FAILED: sys.netpfil.pf.forward.v4 Error Message: atf-check failed; see the output of the test for details FAILED: lib.libc.c063.faccessat_test.faccessat_fdlink Error Message: Test case was expecting a failure but none were raised FAILED: sys.netmap.ctrl-api-test.main Error Message: Returned non-success exit status 255 FAILED: sys.geom.class.eli.attach_test.attach_multiple_fails Error Message: Premature exit; test case exited with code 1 FAILED: sys.netlink.test_netlink_message_writer.py.__test_cases_list__ Error Message: Test program did not exit cleanly ------=_Part_16218_1435488878.1727925214957--