From nobody Sat Jun 25 12:24:07 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 16503876CA8 for ; Sat, 25 Jun 2022 12:24:08 +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 4LVY7q5S6lz3r7L; Sat, 25 Jun 2022 12:24:07 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) 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 9AAD924730; Sat, 25 Jun 2022 12:24:07 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Date: Sat, 25 Jun 2022 12:24:07 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: hselasky@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Message-ID: <435379263.1409.1656159847637@jenkins.ci.freebsd.org> In-Reply-To: <2017573622.1401.1656155115626@jenkins.ci.freebsd.org> References: <2017573622.1401.1656155115626@jenkins.ci.freebsd.org> Subject: FreeBSD-main-amd64-test - Build #21523 - 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_1408_1541488733.1656159847166" X-Jenkins-Job: FreeBSD-main-amd64-test X-Jenkins-Result: UNSTABLE List-ID: FreeBSD CI Build Notifications Precedence: bulk ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1656159847; 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=+7r23Mtr3DvcHPlRSwYiovPv7bWziOxWHqG8LkQDngk=; b=VEgCXGLlcXFA4VifYWCHpd28F8xqfi1b/lLnVrHI6KmtlpcDuMfWXQkGUiyQB1f6M6jb9t HBRrNbN7hIlVozdpIju74gMCyypa0yaC3ejrVYEskni7bcNzpt8PYPeLWqRxLKwzG75l+d lZfvVusZWd1Voit+rM6nxMC28lde6XE72er0/G6hbYWDUviK7VPwrs6NCa2rNV3fPMprcJ XpYChb3gGO/22xzrGQG18vs3M0q0vH5Kl3wakU6XC5hAvYDHyp+YHGFyAv2e54gPMszwOY 2yYRXTmzIjZW2jo0CBaPL1vn1R/oGpgQUylkNuaiqexqxZYvTk4p1tEZZc7ysw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1656159847; a=rsa-sha256; cv=none; b=ZiFZ0HhOuJ0PMQzGC19wC6yX85H4DwRrT15jgQQJazcqJqx8/+Ds2c7RvICW4s+UJ2e8B+ Z/ur1NFr6yFVPboOAvKxt0C06tC3OkGBrpJmgkVxQ1HMJDrP9bSf8W4F7izH+Q8UJAmygi FFcxs/Z5FZ2gfPyZWjCzqrLAFg3Vv7+p2VDQqNRmiFodbRLJnTmmBb35KDnnU2Ie/V0bI/ HlsiR1NT2OUfJ778MY8+CCGsL7o3VCRRBNXdjTDCVEyXHeEaxPtqaZusR7Ui8OeGywkgYJ 08bEwO9//ftOB+r1XmQ2cCf1OFCO5O1M1JiXg3NlCv54NifsDrFMwr+ljb2pkA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N ------=_Part_1408_1541488733.1656159847166 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit FreeBSD-main-amd64-test - Build #21523 (2c28cd09d9f7ac266a8c7b283384712aba0af93a) - Still Unstable Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/21523/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/21523/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/21523/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) 6c4b6f55f77d8d7cee1b277bd6579a77d6890ef9 by hselasky: busdma: Protect ARM busdma bounce page counters using the bounce page 2c28cd09d9f7ac266a8c7b283384712aba0af93a by hselasky: cuse(3): Remove PAGE_SIZE from libcuse. The failed test cases: 3 tests failed. FAILED: sbin.growfs.legacy_test.main Error Message: 6 of 19 tests failed FAILED: sys.geom.class.eli.resize_test.resize Error Message: atf-check failed; see the output of the test for details FAILED: usr.sbin.makefs.makefs_ffs_tests.autocalculate_image_size Error Message: atf-check failed; see the output of the test for details ------=_Part_1408_1541488733.1656159847166--