From nobody Tue May 02 14:32:44 2023 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 4Q9jGj4McBz492kx for ; Tue, 2 May 2023 14:32:45 +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 4Q9jGj2hbQz47gp; Tue, 2 May 2023 14:32:45 +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=1683037965; 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=GLUlKd0zsxZke164jcaF1VeoOU0wZqQCOJ3dBNS0FHE=; b=KXZrFoegBUDlvwYVbeA/4KATBNh35dio5AsTwi7ojS6zseeespfXjvF0Tn4dAPwIRsxa8Q CN5+jGRSOxAFRfoGpdLndVhTcgzexp5FQg5TbG86gxpIG06oD/ryJDbpIZEB4SO+30FwTN 3C9h7RjkzNEMR5FbLCsG4ohLOaSbpnTEO67Trw4DtyTxVfNiS4/JDGJIcMiA14FhZEWzE9 I0JlJa1tBM3IB13CbRwvOPFaXg7C/1JdT+W1wYMYdmqAMRewyd+euMPMr4TVAqOQT2tQlm b4yCr5G8O648gX0YIhB3IL0ihoaiErwhKfq8rs9KrFBE0E1XRDIeFOIdDoJr9w== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1683037965; a=rsa-sha256; cv=none; b=FG2++hZlzpHT4wdp8CRjXOCM7QxVcV9g9nHMgyUB0WTqJ5Ez7QqrZvvcFOlQCodnOaL+Ql LozC9TTwfajBrAMfqMFhDd5PJDTzcoiZtA/GiJE7eur5oh7N+Y0pxpxtK08416ggAP+f6n OvkhI22cAnZwsiXN9YwUBv3ZHq8ffnffHXV4KaMOJzVqfa3IOJrdlpL5aBYN2UIslkmhcR gieBwbpbNBQ5NCE8wFEhYErXjbV+K/PzWr7I3ao54J2f3pSUXg7gzR4ufk8lu/WRXot57Z KQ4Vhw3vLxkup+VB0X29NIBNP3LGn1vFIQ7AmkaZDdik7u++BEaPfst90ELLmw== 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 4Q9jGj1kd1zrw5; Tue, 2 May 2023 14:32:45 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Date: Tue, 2 May 2023 14:32:44 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: kib@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Message-ID: <1991237774.3317.1683037965244@jenkins.ci.freebsd.org> In-Reply-To: <1895573841.3311.1683009189336@jenkins.ci.freebsd.org> References: <1895573841.3311.1683009189336@jenkins.ci.freebsd.org> Subject: FreeBSD-main-amd64-test - Build #23465 - 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_3316_1830789775.1683037964974" X-Jenkins-Job: FreeBSD-main-amd64-test X-Jenkins-Result: UNSTABLE List-ID: FreeBSD CI Build Notifications Precedence: bulk X-ThisMailContainsUnwantedMimeParts: N ------=_Part_3316_1830789775.1683037964974 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit FreeBSD-main-amd64-test - Build #23465 (42f722e721cd010ae5759a4b0d3b7b93c2b9cad2) - Still Unstable Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/23465/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/23465/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/23465/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) 32bb28d8ad31294579bd95c29e84a5985e543ae5 by kib: amd64: move definition of the struct pmap_pcids into _pmap.h 86b61ccb34d44e0e73dd2a68174ebc869ebccf8e by kib: amd64 pmap: add pmap_pinit_pcids() helper 9e0143694ad31b534310a473b993e520264f11e2 by kib: amd64: add pmap_get_pcid() helper 9c8cbf3819854d9acbf4c0fba43942036f956786 by kib: amd64 pmap_pcid_alloc(): pass a pointer to struct pmap_pcid instead of 42f722e721cd010ae5759a4b0d3b7b93c2b9cad2 by kib: amd64: store pcids pmap data in pcpu zone The failed test cases: 3 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.file.path_test.path_pipe_fstatat Error Message: /usr/src/tests/sys/file/path_test.c:851: fstatat pipe: Not a directory FAILED: sys.netlink.test_snl.snl_parse_errmsg_capped Error Message: 1 checks failed; see output for more details ------=_Part_3316_1830789775.1683037964974--