From nobody Thu Sep 5 22:32:00 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 4X0Dcf2p9Hz5V90C for ; Thu, 05 Sep 2024 22:32:02 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4X0Dcd54Swz4CrK; Thu, 5 Sep 2024 22:32:01 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1725575521; a=rsa-sha256; cv=none; b=mgn0USp8kS5/u9yYexk3B4iqHQJ6glUGzBPj8BGUv1vJKZ6BJI3IVWuCXJC/3f9bT0+7SF nIksOqX3jy9nckIfY8orhmXIyaAb49hr2w0P6nHOUxp1lOi/P0Iozp6t3jSGV/YiotG5+Y JBajlmUjDznEBvJocvDD9jNPkGQlTTRmu1inIUGjhpnufUJR1oDVFk8o6HpJDZcQtrv6tB 4Vh5TUT69HrZxY4UAkVLLNoj7FpACVFTLdAjcLuWSgHwuTiVIREXhgUEoTame23jz1D6CZ xEZfzCUbA10vcDI7jA1W/8kNp5Y1ith6C/LUAApN4UwTW+IKeoBRQNX/aoAXBQ== 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=1725575521; 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=h85Jb44AE6wa81t/prV48Sk0ITlpa3Em0whcx7xAGuI=; b=flfezRdyI7/o9thSZCDCfSct6vccX9zlsebgP9NLIZm6RHhgFLMG3IHvEj69oztx44DEXG aKpUMors+jZJoqdwc2m/DCqLDWdcfUVfETCRxMDA4nXQOjRlI0YRbsXW3bfNbz7tuwCJ1U O5gRWboW4p30NBBzUYobEKHdGqGipfGcyp/C3r1e5zjPcX2Pcnz9qiViqtg7Z6R70vK2km 3YpJocR4VpPH87kvXdAqFaPkQhorUdVwhJgv/3meKbkzoAABpzgYDbnlT9csAe100UMGVi gXeUs3yg554Smv9jn7efR2D9+E0VicQu1Y/tmymzcmsEJnhA0OkYblxGREW9Jw== 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 4X0Dcd4fjCzRBQ; Thu, 5 Sep 2024 22:32:01 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Date: Thu, 5 Sep 2024 22:32:00 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: dougm@FreeBSD.org, bz@FreeBSD.org, jhibbits@FreeBSD.org, glebius@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Message-ID: <1414629905.2709.1725575521660@jenkins.ci.freebsd.org> In-Reply-To: <443331800.2689.1725561514764@jenkins.ci.freebsd.org> References: <443331800.2689.1725561514764@jenkins.ci.freebsd.org> Subject: FreeBSD-main-amd64-test - Build #25485 - 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_2708_1013968643.1725575520893" X-Jenkins-Job: FreeBSD-main-amd64-test X-Jenkins-Result: UNSTABLE List-ID: FreeBSD CI Build Notifications Precedence: bulk ------=_Part_2708_1013968643.1725575520893 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit FreeBSD-main-amd64-test - Build #25485 (ed4d2a54fc7a0397c2042f496f176305ca03ebdd) - Still Unstable Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25485/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25485/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25485/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) 6aede562b438ad9be7197f04307d8bc58d43e6ee by dougm: vm_phys: hide alloc_freelist_pages 7b86593f0f6cbfba2883058c6c9d2389f1c581aa by jhibbits: sdhci: Match quirk_set/quirk_clear sysctls to type d59a76183470685bdf0b88013d2baad1f04f030f by glebius: spa_prop_get: require caller to supply output nvlist ed4d2a54fc7a0397c2042f496f176305ca03ebdd by bz: rc: network.subr update consitency with older change (v6/v4 order) The failed test cases: 1 tests failed. FAILED: usr.bin.grep.grep_test.recurse_symlink Error Message: atf-check failed; see the output of the test for details ------=_Part_2708_1013968643.1725575520893--