From nobody Tue Jun 2 14:40:45 2026 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 4gVD5p0YQxz6gQ02 for ; Tue, 02 Jun 2026 14:40:46 +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 "R13" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4gVD5n3xPFz3TR7; Tue, 02 Jun 2026 14:40:45 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1780411245; a=rsa-sha256; cv=none; b=PP7LBYSng0q4eq4zhRJvPtvY15i8649jtSugcz1ozic+IottvwRaXfZLxYlljIhA3ebVxD s3W8+XAxu9aI4soU+ZZTre1sOHRb8iE9T9lunQoCDbf7e5DihXKvrOYCqeYFD0qLvVFPP/ M/DV5ILkKwWSFRJ2KUFVfxB77Gbmc9Wo1cPGsKZnnsw5LeoLQ0vEsBGpRzif0rGKWf+sx6 xgGXFmJFGSzAHb6jRcrNjpktJ0AqMi8BxHJh51g+9rx4asx1c+W+bVH9lQXOx12BW4IZIc RyABloqrPVdcP0penOflGAQrDhJ6YQ9UWECPr7M70w/aaQbcjymuOTf+Uz/MkQ== 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=1780411245; 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=eAWv5WnH+6XTSGvKv7hKJbg4cbCMvhNoU28Dlf8bY8c=; b=cKu2eO9+r50KuCET07pbfEcNJJk6BMX+n+isvKXlb6g2fQMyCASkipbA3jE8RMP7Q8r5nQ r8X90Nd9VNFjzbOoL4fRsjBiNHLkrHMRYbHsWFembR49MdL13a2QReHB9E+AYjJDj4dvoz H6oexiA3SiUu+xS9eCA2umW/eSK789eJ5MRjNOWjO3Tyhp9Og/+iaQJQgpk0iAW0rPFVIk ROUiJbu66CtGe88H/a5AREZxMnOfk0aUTjx5+/WDK2+OfgvmnHuceOR56S3Bdh53I7JIzM wU6/qT1IWKd7ErlqcERQ3GAIcjZsIQJkfWLRNcjw/Yhqls8IbfxxWh+E0SK7xw== 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 4gVD5n3RMGzCm1; Tue, 02 Jun 2026 14:40:45 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Date: Tue, 2 Jun 2026 14:40:45 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: pouria@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Message-ID: <2008114026.2103.1780411245487@jenkins.ci.freebsd.org> In-Reply-To: <1766740088.2093.1780402412335@jenkins.ci.freebsd.org> References: <1766740088.2093.1780402412335@jenkins.ci.freebsd.org> Subject: FreeBSD-main-amd64-test - Build #28665 - 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 List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_2102_934471114.1780411245267" X-Jenkins-Job: FreeBSD-main-amd64-test X-Jenkins-Result: UNSTABLE List-ID: FreeBSD CI Build Notifications Precedence: bulk ------=_Part_2102_934471114.1780411245267 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit FreeBSD-main-amd64-test - Build #28665 (c515e6040614434a9262ee8b5ac54b81476ec7ff) - Still Unstable Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/28665/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/28665/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/28665/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) b84d31ee74535a0026ff83f2a34c07b7557f9785 by pouria: linux: Add linux_pt_fpregset and bsd_to_linux_fpregset() for amd64 c515e6040614434a9262ee8b5ac54b81476ec7ff by pouria: linux: Implement PTRACE_GETREGSET NT_PRFPREG and NT_X86_XSTATE The failed test cases: 1 tests failed. FAILED: sys.fs.fusefs.ctl.remove_lun_with_atime Error Message: atf-check failed; see the output of the test for details ------=_Part_2102_934471114.1780411245267--