From nobody Fri Mar 08 04:33:38 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 4TrYFv0Qvvz5Cnks for ; Fri, 8 Mar 2024 04:33:39 +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 4TrYFt5MFrz4XTQ; Fri, 8 Mar 2024 04:33:38 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1709872418; a=rsa-sha256; cv=none; b=t8htzQgJoCNid4Dl/OB4VCrmHcq52uEr1stQ+mUeJHvl52C8B+tzly3RkMiwnqwDxu2gZT BawTkjEAgzQ/FQPuTHTTVv6vmkkQTo49tEq+cILO/zyhhXMgQHsWyvl3XOtzWNMdtUOWnX MffKzejOuTMZZOU7jzXq1frPv2kZDEtEJY1cBij7fRD01bBn53zn1q8smpTkgqy40eRFMv akq8XAGGcyvF4YM6WkvCD0mIU8THl3zNvoKRabdatnS7TnxV7Smhu4EZ+svh3gcqnu+2Sw sJZWM8sHxslt+MGSVAkBwzAjb19iBqFQzxjeFVx4BVeIlHwfYMv0iT+D0Xfs3Q== 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=1709872418; 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=m33kvlV5/HTwmFGi73qcbzh5M1ZogEBmMvPFSxbCXYc=; b=UnE81MkbylWG5qiHaDETWhdQMozXiRf3YV6tIzYzy8JOXI+am3NvwoctWVRbfDfojasnHv LcZGbz9eSzZ08y4BrVrDdtB9+N/x67Xn8/FySdSvzyOQ+197eH9r+wQQTioXq+rq157BXs 59a1SoKFP0Xg4IQG/SQ/1N+d2ST4WsS8TuoEEV3aJRzFci2cryKXBS/ipsszfR03yQDvEg xmtKFOKS5bMUl20W4GewDYRxpp5/lHyO14cTZ1+FB9U2TcVKtc/mWHG0SuZHH8XGIYyESv VRk1PrRRBuuBiqV5rapp/g7r8uoSNLOK9GLyZUBRrj6wPVK4SQ0L7cgaepP5nw== 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 4TrYFt4twWz13ry; Fri, 8 Mar 2024 04:33:38 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Date: Fri, 8 Mar 2024 04:33:38 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: imp@FreeBSD.org, ssaxena@FreeBSD.org, brooks@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Message-ID: <1586775146.3423.1709872418692@jenkins.ci.freebsd.org> In-Reply-To: <1994002009.3405.1709849532552@jenkins.ci.freebsd.org> References: <1994002009.3405.1709849532552@jenkins.ci.freebsd.org> Subject: FreeBSD-main-amd64-test - Build #24914 - 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_3422_1131637084.1709872418254" X-Jenkins-Job: FreeBSD-main-amd64-test X-Jenkins-Result: UNSTABLE List-ID: FreeBSD CI Build Notifications Precedence: bulk ------=_Part_3422_1131637084.1709872418254 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit FreeBSD-main-amd64-test - Build #24914 (32c7350beb82c0c6f4a2b06afc2369e313126cae) - Still Unstable Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/24914/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/24914/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/24914/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) fe52c3384c61a092a305deebc063968a47dc854f by imp: nvme_sim: Add comment about the is_failed test c5108e37fbf93a538c76325766b8a3d76a72f119 by ssaxena: if_bnxt: Incorrect Labeling of Supported Medium in `ifconfig -m ` 0f8d1a9e0cd26bf4dd0b2fe2d28c1ab15d03cce4 by ssaxena: if_bnxt: Enabled support for 1G SX, CX, and LX forced speed settings 8a3aab53e335dadb3c95c0eb0664143a955f1ab7 by ssaxena: if_bnxt: Update Maximum Configurable MTU from 9000 to 9600 25f38d09907fdfcc473fdc53c17b7c2d8c7c09a1 by ssaxena: if_bnxt: Update Firmware Header to Latest Version 1.10.2.136 816abba22efcf1ba51f61b1d89320ca8b576274e by ssaxena: if_bnxt: Integrate AOC Cable Support into Current 40G PHY Speed d36b36621a9c0f785ebea495c57e975b8a526b67 by ssaxena: if_bnxt: Implementation of Extended Port Hardware Stats Support for THOR 3320f0f69f06df5c36daa8ff71e0c07908ff0f1a by ssaxena: if_bnxt: Pluggable Module Display Support c63d67e137f353f4bc4d0d56bd793f83204a3e1e by ssaxena: if_bnxt: 50G, 100G and 200G PAM4 support 770e7ba3ebe87ba7ffc872c87de72707757b4e25 by ssaxena: if_bnxt: Set 1G/10G baseT force speed as auto speeds 8c8882ce96738f474ac1c537b878be12b2f466ce by brooks: libc/iconv: don't export nonexistant symbols 6e6cd03c911c0f226e284fc0c5c5ca5e30bea2e9 by brooks: libc/quad: narrow list of symbols exposed on i386 32c7350beb82c0c6f4a2b06afc2369e313126cae by brooks: libc/i386: don't attempt to export alloca The failed test cases: 7 tests failed. FAILED: sys.kern.ptrace_test.ptrace__follow_fork_both_attached_unrelated_debugger Error Message: /usr/src/tests/sys/kern/ptrace_test.c:591: WIFSTOPPED(status) not met FAILED: cddl.usr.sbin.zfsd.zfsd_unittest.main Error Message: Received signal 6 FAILED: usr.bin.awk.bugs-fixed.bug_fix_test.missing_precision Error Message: Test case body returned a non-ok exit code, but this is not allowed FAILED: usr.bin.awk.bugs-fixed.bug_fix_test.negative_nf Error Message: Test case body returned a non-ok exit code, but this is not allowed FAILED: usr.bin.awk.bugs-fixed.bug_fix_test.pfile_overflow Error Message: Test case body returned a non-ok exit code, but this is not allowed FAILED: usr.bin.awk.bugs-fixed.bug_fix_test.rstart_rlength Error Message: Test case body returned a non-ok exit code, but this is not allowed FAILED: usr.bin.awk.bugs-fixed.bug_fix_test.unicode_null_match Error Message: Test case body returned a non-ok exit code, but this is not allowed ------=_Part_3422_1131637084.1709872418254--