From nobody Mon Jun 24 17:26:58 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 4W7FJM14nlz5PJk8 for ; Mon, 24 Jun 2024 17:26:59 +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 4W7FJL4h5Xz4VNV; Mon, 24 Jun 2024 17:26:58 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1719250018; a=rsa-sha256; cv=none; b=iNhM6xEPb8B+WYa/woXsIELabwV9+qRpVUuokGo1wyiz6ULE9dAEo6TZWtmIkNmVnhRGap 9f0d+I17T54kIkrP9kxAEQGQLOERbvJGXFU9g42Wyf2Z/yTvVNUpGASt2dnx/8xClnz5// qLEXnqedYs25NmJ6J9QXPglE5nqoewWrksHy3tcJVgNJruBHZU/hN3xuFRJhYvhgnTZfaK MBUE34rbkC0//puqZw1vUMcLhuv0fnBsKUBYaFiIfm0YAA5Cx9/YvaNu66VSZlvbZAwPNA XXBTfBfEnq+bpraxtsGNdkz+8CriOGjgeKRfywJi3tl/+qSLIAZK4g4a17VUUA== 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=1719250018; 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=1Qes5YX4DdOixWKjUIsoRKne6wTd7rBD/1w/CcGN294=; b=ihlBmCehSQPQFFjFjYFcYCa4sUyuU6ICKuKzQpTdMuDnSBuydL4RiE0uYx12I+QL2JibhC Dy5+JTfRrdnjT6uUZAMMkF6HXtZzFgO6nLkTLiNOARwsGyvO/Q9S1OgDYQ4YxgRZ89hNN4 3lxg71ikUkKSPvjBT9p+N/e6y7LQdBaRc6+6Gir0w8eHN4//afOJcQiPpGEePOyk98JCnf K21ZZ5X4KBcnlDXz11fDCHhyxjy4RgRMKYIds29SHyZCWfB1GGcDDWLhNPp6XaICTZDcXf jMjdZjf9q1lKt9z8+hjMEGsEdx56zX5JWAJ2lODXvBMGfSMrJCG5xcxI6YzkJg== 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 4W7FJL47z9zRpG; Mon, 24 Jun 2024 17:26:58 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Date: Mon, 24 Jun 2024 17:26:58 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: markj@FreeBSD.org, dfr@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Message-ID: <1691090713.18427.1719250018587@jenkins.ci.freebsd.org> In-Reply-To: <1911163286.18425.1719243739536@jenkins.ci.freebsd.org> References: <1911163286.18425.1719243739536@jenkins.ci.freebsd.org> Subject: FreeBSD-main-amd64-test - Build #25263 - 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_18426_1818248864.1719250018186" X-Jenkins-Job: FreeBSD-main-amd64-test X-Jenkins-Result: UNSTABLE List-ID: FreeBSD CI Build Notifications Precedence: bulk ------=_Part_18426_1818248864.1719250018186 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit FreeBSD-main-amd64-test - Build #25263 (02cbf9ebf110c94ec9e60f0801716ff0a75e55e5) - Still Unstable Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25263/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25263/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25263/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) 56e4622588ed2eec0197ac47c3059d3db439f5c0 by dfr: p9fs: fix lookup of "." for lib9p-based 9P servers b75d14d6005b36fe8ea90cadc027272eb06d1bc5 by markj: procfs.4: Fix the description of credential info in the "status" file 66b8cac8d837c0ca3fd38d0a66259ca932a1c430 by markj: pf: Sprinkle const qualifiers in state lookup routines 02cbf9ebf110c94ec9e60f0801716ff0a75e55e5 by markj: lagg: Fix a teardown race The failed test cases: 2 tests failed. FAILED: sys.kern.unix_seqpacket_test.random_eor_and_waitall Error Message: /usr/src/tests/sys/kern/unix_seqpacket_test.c:1182: send(params->sock, ¶ms->sendbuf[off], len, flags) == len not met FAILED: sys.netinet6.divert.ipdivert_ip6_output_remote_success Error Message: 1 != 0 (1 != 0) ------=_Part_18426_1818248864.1719250018186--