From nobody Wed Jan 10 11:32:24 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 4T95Hs694Tz56kDC for ; Wed, 10 Jan 2024 11:32:25 +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 4T95Hs2nZyz4PbZ; Wed, 10 Jan 2024 11:32:25 +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=1704886345; 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=z7rp1GuV++zXGI+Z/aZ+ALbSQT4OF7QitRcjuMX89ls=; b=dD/B9FuoGdW4xpREiZxIzIfqDXVEiy+6FQEe2Y9rn4neCxIUy4kGIypS40u84ZsJFGau5G nIVrE21d4ytw8Pw9JRnE39dbohjZzd9UykEBe8Vf35TXNzje7sp0m7ZADmeLLiJLzY8g1Q sxxwHdfQyxuG2mPetSlquUa4D5T37K0iOdv3dQxdQ/1E8/8GcSRxwTZnlNC9CJdDbvJPSG tXz4NpBnnKVNx+WUrGs6C2wfKaElRFc5GJxAt5IbQczDUkht1x6ttf9W2EHcoRwj+1FN6m Z1PTju20pPstwRPBAfp9lq7r5XTn6YOS2UdTrL3YpsWHjeMmGK1xEC9AV/rQ/A== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1704886345; a=rsa-sha256; cv=none; b=RVBi71DS5llUUBdod1Eneu+dqafyCLouX32eGwEdHJJuDH5KzIscU/hL902tyV5PhgimLS kbZpCR/+ImvPylA4Csu6ThEuCBm5GXCt0saf7UWH5J8L/5uTOReu8i/CPvkA8nU0fg4zPM SMjbuWDNVUOZ7iCKUlqVyq20f8lM8AFWmMZZB1GPpIvy2mHTyEaYNRK1alxEh0B4mdbUp9 q3KaJFvu5XWkuJjS/2naYyY+wz4/VUmya4v7wfeCuLTplxlN4grBcghzZkhhOQN1nvUQu6 ELJljU5DJC4UGbor4Ltx6bkwVlm0btNBWi59esGU+Fz/x3DR0gxcymCUD9ydUg== 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 4T95Hs1mdtzZGG; Wed, 10 Jan 2024 11:32:25 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Date: Wed, 10 Jan 2024 11:32:24 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: tuexen@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Message-ID: <1440587648.45.1704886345253@jenkins.ci.freebsd.org> In-Reply-To: <2145785831.35.1704879207962@jenkins.ci.freebsd.org> References: <2145785831.35.1704879207962@jenkins.ci.freebsd.org> Subject: FreeBSD-main-amd64-test - Build #24649 - 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_44_988147237.1704886344945" X-Jenkins-Job: FreeBSD-main-amd64-test X-Jenkins-Result: UNSTABLE List-ID: FreeBSD CI Build Notifications Precedence: bulk ------=_Part_44_988147237.1704886344945 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit FreeBSD-main-amd64-test - Build #24649 (13720136fbf951a7b472ce086c9cf2de702799ab) - Still Unstable Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/24649/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/24649/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/24649/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) 13720136fbf951a7b472ce086c9cf2de702799ab by tuexen: tcpsso: fix when used without -i option The failed test cases: 2 tests failed. FAILED: sys.kern.unix_passfd_dgram.send_and_shutdown Error Message: /usr/src/tests/sys/kern/unix_passfd_test.c:431: openfiles() == nfiles - 1 not met FAILED: sys.net.if_bridge_test.many_bridge_members Error Message: Test case body timed out ------=_Part_44_988147237.1704886344945--