From nobody Wed Nov 16 07:40:20 2022 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 4NBw1x2Ykqz4h6Gs for ; Wed, 16 Nov 2022 07:40:21 +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 4NBw1x0fppz3msm; Wed, 16 Nov 2022 07:40:21 +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=1668584421; 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: list-id; bh=KgqTRWPLdItfHJM4h09lHFswdrQgzc8BR2svf6Now1c=; b=gwz8HYFADp8bBFJiubEwpfXa0TJ6qNeP36qPg5FJguR2L6BrFoGQMZ+zf5pQajtLzPlVK5 TKKAE+SqcFO+knzNGe9KLVxn31Ik8B2nsQCnYVElg9DrMcZjkfWn6GjDHV+oDVIsWuZL5D 3hIbUOGzxAGfXzjy5cb9e9LF7nxt1BtoFNe7o4Z36cABkywnqWzTAhU7oc/RDwS0KrqA/X OlkyFqfOQzPC2Cz3HOGhzLGbe9xe94i/PjDH3RyZIR4vKY9XE8UaANxT0cRvEvHHx1EMf4 lg/MSziOrKmzZTc1pNjwgnJPo82SSFi/j9uMMWHP1uTvQwc1No0Z7IlgYLJ2fA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1668584421; a=rsa-sha256; cv=none; b=A87JIs/bY9W0qNh/1EufOIn2D8OE9Y2N4AOpfVph53jbx/RTJAsbcpKRRKfQpoOKxL0KR7 J7UWkrrdjZJNOZsoZVHemeqcvp52mFsmfvRDx3c0MPNhfRe41Bhtf2HjWHV8RU/XenyzKh BXdXd00QoUaroUzhXOmZ6LSBq2ZGQFBn3VEL/qiKVPd3VEuQ2oUw2kLaD3IOQ0CG7QSBJ7 7S/EGOGi69skPU/yuhcdLQxwY29CoOcFYfyxdE1wtrC92RrsVqxsDxJDf3AaNZvYAGa4aw DvM24FCo0YAHPgru3WuNsuL6n8Gr05JyvPPa8IKWgHcV7UFcISXIAUQlImqnpw== 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 4NBw1w6pdCzsr5; Wed, 16 Nov 2022 07:40:20 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Date: Wed, 16 Nov 2022 07:40:20 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: jhb@FreeBSD.org, kevans@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Message-ID: <747246199.4043.1668584420961@jenkins.ci.freebsd.org> Subject: FreeBSD-main-amd64-test - Build #22490 - 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_4042_2094424756.1668584420125" X-Jenkins-Job: FreeBSD-main-amd64-test X-Jenkins-Result: UNSTABLE List-ID: FreeBSD CI Build Notifications Precedence: bulk X-ThisMailContainsUnwantedMimeParts: N ------=_Part_4042_2094424756.1668584420125 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit FreeBSD-main-amd64-test - Build #22490 (fc8b021e7aaa79cb4eb40bd01fe00121197f259d) - Unstable Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/22490/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/22490/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/22490/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) 4e0771714d6192119dcf7553b921bf88866d8925 by jhb: diff: Don't treat null characters like carriage returns in readhash(). 6100374ccf2644d3fd233bde8b8f4e73d9953c30 by jhb: diff: Don't (ab)use sprintf() as a kind of strcat(). 57fbafb8deac75b924faf1fa6c2222a7719fdfec by jhb: libfetch: Pass a zeroed digest to DigestCalcResponse. fd104a6ebc35cfc9cadeb981b23200e805a88b3f by jhb: bhyve: Use XHCI_PORTREG_PTR in one place that open-coded it. f53dc31bb3ef387338a7678581e8c7d587da8d2c by jhb: src.opts.mk: Disable all of LLVM if C++ support is disabled. fc8b021e7aaa79cb4eb40bd01fe00121197f259d by kevans: share: i18n: fix mismatch in BIG5 esdb generation The failed test cases: 2 tests failed. FAILED: sys.geom.class.gate.ggate_test.ggated Error Message: atf-check failed; see the output of the test for details FAILED: sys.kern.ktls_test.ktls_receive_aes256_cbc_1_2_sha1_oversized_record Error Message: /usr/src/tests/sys/kern/ktls_test.c:258: close(sv[1]) == 0 not met ------=_Part_4042_2094424756.1668584420125--