From unknown Tue Jun 24 05:11:27 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#18838 <18838@debbugs.gnu.org> To: bug#18838 <18838@debbugs.gnu.org> Subject: Status: zsh test suite failures, possibly due to 'noatime' mount flag Reply-To: bug#18838 <18838@debbugs.gnu.org> Date: Tue, 24 Jun 2025 12:11:27 +0000 retitle 18838 zsh test suite failures, possibly due to 'noatime' mount flag reassign 18838 guix submitter 18838 Mark H Weaver severity 18838 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Sat Oct 25 21:23:04 2014 Received: (at submit) by debbugs.gnu.org; 26 Oct 2014 01:23:04 +0000 Received: from localhost ([127.0.0.1]:35576 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XiCXv-00007a-CR for submit@debbugs.gnu.org; Sat, 25 Oct 2014 21:23:03 -0400 Received: from eggs.gnu.org ([208.118.235.92]:38598) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XiCXr-00006v-IK for submit@debbugs.gnu.org; Sat, 25 Oct 2014 21:23:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XiCXf-0007Bh-JR for submit@debbugs.gnu.org; Sat, 25 Oct 2014 21:22:54 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:48097) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XiCXf-0007Bd-H6 for submit@debbugs.gnu.org; Sat, 25 Oct 2014 21:22:47 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40296) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XiCXZ-0000OF-9N for bug-guix@gnu.org; Sat, 25 Oct 2014 21:22:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XiCXT-0007Ao-9m for bug-guix@gnu.org; Sat, 25 Oct 2014 21:22:41 -0400 Received: from world.peace.net ([96.39.62.75]:48164) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XiCXT-0007Ak-5R for bug-guix@gnu.org; Sat, 25 Oct 2014 21:22:35 -0400 Received: from c-24-62-95-23.hsd1.ma.comcast.net ([24.62.95.23] helo=jojen) by world.peace.net with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1XiCXM-0002H2-53; Sat, 25 Oct 2014 21:22:28 -0400 From: Mark H Weaver To: bug-guix@gnu.org Subject: zsh test suite failures, possibly due to 'noatime' mount flag Date: Sat, 25 Oct 2014 21:22:26 -0400 Message-ID: <877fznbp65.fsf@netris.org> MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) Twice recently, once on x86_64 and once on i686, zsh has failed its test suite while being built by hydra. Here's the output in both cases: --8<---------------cut here---------------start------------->8--- Test ./C02cond.ztst failed: bad status 1, expected 0 from: print -u $ZTST_fd 'This test takes two seconds...' sleep 2 cat unmodified touch newnewnew if [[ $OSTYPE == "cygwin" ]]; then print -u$ZTST_fd "Warning: not testing [[ -N file ]] (not supported on Cygwin)" true elif [[ "$(find . -prune -fstype nfs 2>/dev/null)" == "." ]]; then print -u$ZTST_fd "Warning: not testing [[ -N file ]] (not supported with NFS)" true elif test -f /etc/mtab && { grep $(df . 2>/dev/null| tail -n1 | awk '{print $1}') /etc/mtab | grep -q noatime; }; then print -u$ZTST_fd "Warning: not testing [[ -N file ]] (not supported with noatime file system)" true else [[ -N newnewnew && ! -N unmodified ]] fi Was testing: -N cond ./C02cond.ztst: test failed. The following may (or may not) help identifying the cause: This test can fail on NFS-mounted filesystems as the access and modification times are not updated separately. The test will fail on HFS+ (Apple Mac OS X default) filesystems because access times are not recorded. Also, Linux ext3 filesystems may be mounted with the noatime option which does not update access times. Failures in these cases do not indicate a problem in the shell. --8<---------------cut here---------------end--------------->8--- I restarted the x86_64 build and it succeeded on the second try. Now it has failed on i686: http://hydra.gnu.org/build/128208 My first guess is that one of our build machines has the 'noatime' mount option set on its /tmp. Is there a way to tell from the URL above which build machine was used? Mark From debbugs-submit-bounces@debbugs.gnu.org Fri Mar 17 15:56:42 2017 Received: (at 18838) by debbugs.gnu.org; 17 Mar 2017 19:56:43 +0000 Received: from localhost ([127.0.0.1]:32899 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1coxzO-0008Lt-Mq for submit@debbugs.gnu.org; Fri, 17 Mar 2017 15:56:42 -0400 Received: from bay004-omc1s17.hotmail.com ([65.54.190.28]:51653) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1coxzN-0008Lf-EB for 18838@debbugs.gnu.org; Fri, 17 Mar 2017 15:56:42 -0400 Received: from NAM02-SN1-obe.outbound.protection.outlook.com ([65.54.190.61]) by BAY004-OMC1S17.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.23008); Fri, 17 Mar 2017 12:56:35 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hotmail.com; s=selector1; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version; bh=O70S3wK+PlwrECYkFhA1OZjoUj0ihHNwHTj4LmCqKd8=; b=hkBtKKekMfO8si65dSQCsVLgp85GRh/ajoYEBfI5zNvPqiPfcY+H7sdkSJ8wX3iBVOG/0exkOkRGewXrkE7r9+s8bZVDZ1vvSDBld52jp3jqtSqLPcbjc4xsdmpcNTew1aYOtX6XxTgCKDmyWcGqrSSTd5d3qYhXEIGIGwQ8iRvXcEVAR4pljO6JctHWy5KCpDUwoapabq43p/nFDHsyRWmIIxUUidx6/+cWpxi7PuuzQI5tOJDTmw3YV3vUCYA1gZhIMdN12mCfEJ6vpnE8qnW5uCDQ9p8OhOAV9W6nnCAwLDfty/XDXSBtLz8tWqMV92eRsVhjV4l6+NoT8qo+6g== Received: from SN1NAM02FT022.eop-nam02.prod.protection.outlook.com (10.152.72.58) by SN1NAM02HT097.eop-nam02.prod.protection.outlook.com (10.152.73.63) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P384) id 15.1.977.7; Fri, 17 Mar 2017 19:56:34 +0000 Received: from DM5PR10MB1738.namprd10.prod.outlook.com (10.152.72.53) by SN1NAM02FT022.mail.protection.outlook.com (10.152.72.148) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P384) id 15.1.961.10 via Frontend Transport; Fri, 17 Mar 2017 19:56:34 +0000 Received: from DM5PR10MB1738.namprd10.prod.outlook.com ([10.172.35.144]) by DM5PR10MB1738.namprd10.prod.outlook.com ([10.172.35.144]) with mapi id 15.01.0947.018; Fri, 17 Mar 2017 19:56:34 +0000 From: Joshua Branson To: "18838@debbugs.gnu.org" <18838@debbugs.gnu.org> Subject: zsh test suite failures, possible due to 'noatime' mount flag Thread-Topic: zsh test suite failures, possible due to 'noatime' mount flag Thread-Index: AQHSn1iU/kpygiiwYUWEYL+Bgw3v8g== Date: Fri, 17 Mar 2017 19:56:34 +0000 Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: authentication-results: debbugs.gnu.org; dkim=none (message not signed) header.d=none;debbugs.gnu.org; dmarc=none action=none header.from=hotmail.com; x-incomingtopheadermarker: OriginalChecksum:4CEA866C44775AE7F16216AC6B3785C304CB93DDD1CAF67F2D0218A26B5B9DF2; UpperCasedChecksum:0D73594F934107F2674B6AB18AD1E35F6BFDD6D6D596DB5D9B2C433AC3C3145B; SizeAsReceived:7420; Count:34 x-ms-exchange-messagesentrepresentingtype: 1 x-incomingheadercount: 34 x-eopattributedmessage: 0 x-microsoft-exchange-diagnostics: 1; SN1NAM02HT097; 5:DwEDgcyGAgxbMlrzKlYIG7vHAWUFc1up01hiH0Nf7j4dkuzvU+15GzNK+YDWw+HLv0l9P80iNooOffuGqmdgFTrpNtQEnV8J2di12gwK6TjmMrLw1S4eVPkDB4XLKDl6MQTJoNVk9IEIVA+XbAq0VA==; 24:zxN4skSlv+oTj/IgTyXNhTbZOdGxW4+peTHrG2MteB9XxMXR6Qss4eoxGPbcbaCiQlwcb8zVdI0/T1h9oT24b4KyS/LgvnY5qBmkWskGZ38=; 7:xqGwl0cVjX4tLeXHZshX6dSnX/ymqPlHqAH3DrE1REjg5YT7F5+0u3bhpLHuibocjsl2PvMWUIfZ/ydUdW7NIyQCeuamPjosRSVO3yCM1Uc6G+tRhQ3iKigc9L7X/Wu9XIDDynEf5+T+PrcNpuMOF1Mx72UbCMMogK96K7CpFyTWuYuhoF3C/V6p1QmGTIjEv/MfgUlq9v9OLDTr79Hf+A6Kz7qfZsDzguhxxTDw1UbbFg3PQcFHZV1tn05Y+HNWK+MENOilNmUF0vDlEn/l8d8hylUkAHOykNAo/+hvGCi6Y5hpc9P3Bi2GYuIpKvmw x-forefront-antispam-report: EFV:NLI; SFV:NSPM; SFS:(10019020)(98900017); DIR:OUT; SFP:1102; SCL:1; SRVR:SN1NAM02HT097; H:DM5PR10MB1738.namprd10.prod.outlook.com; FPR:; SPF:None; LANG:en; x-ms-office365-filtering-correlation-id: 6f5684bc-2bc0-46ac-66f9-08d46d6fb66d x-microsoft-antispam: UriScan:; BCL:0; PCL:0; RULEID:(22001)(201702061074)(5061506573)(5061507331)(1603103135)(1601125254)(1603101448)(1701031045); SRVR:SN1NAM02HT097; x-exchange-antispam-report-cfa-test: BCL:0; PCL:0; RULEID:(432015269)(444000031); SRVR:SN1NAM02HT097; BCL:0; PCL:0; RULEID:; SRVR:SN1NAM02HT097; x-forefront-prvs: 0249EFCB0B spamdiagnosticoutput: 1:99 spamdiagnosticmetadata: NSPM Content-Type: text/plain; charset="us-ascii" Content-ID: Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginatorOrg: hotmail.com X-MS-Exchange-CrossTenant-originalarrivaltime: 17 Mar 2017 19:56:34.5651 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Internet X-MS-Exchange-CrossTenant-id: 84df9e7f-e9f6-40af-b435-aaaaaaaaaaaa X-MS-Exchange-Transport-CrossTenantHeadersStamped: SN1NAM02HT097 X-OriginalArrivalTime: 17 Mar 2017 19:56:35.0599 (UTC) FILETIME=[952F01F0:01D29F58] X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 18838 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) This is still an issue. The last two builds for i686 and arm appear to hav= e been built fine. But MIPS and x86_64 both have recent failures. Joshua= From debbugs-submit-bounces@debbugs.gnu.org Thu Mar 05 05:35:52 2020 Received: (at 18838) by debbugs.gnu.org; 5 Mar 2020 10:35:52 +0000 Received: from localhost ([127.0.0.1]:42212 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j9nr6-00059j-KI for submit@debbugs.gnu.org; Thu, 05 Mar 2020 05:35:52 -0500 Received: from mail-io1-f50.google.com ([209.85.166.50]:41760) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j9nr4-00059W-Hr for 18838@debbugs.gnu.org; Thu, 05 Mar 2020 05:35:51 -0500 Received: by mail-io1-f50.google.com with SMTP id m25so5888287ioo.8 for <18838@debbugs.gnu.org>; Thu, 05 Mar 2020 02:35:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=DKYIjelwf4FMtQAdlp97rz1WU7x5jxp6KLCavWE7WKw=; b=thLgnOB5hpeBJjg2jEkDxoNadEeGe+/UIk3jjs5KPcsglq8l/2gNz2Et3UdM9R4C9i oNoi9+e91p7RKba2MK17bbmvRZ0a2vwRr+VR3n2MOq3saJeiCF3+1OXak9xnP+Hm6XxL krSlc7lSAjQ2N6WoV2U99+JEDtsM8eCnpqRbPS6TOhqutwYb9LK9uOGFFrUQxELOt7mQ T8PFEyy4VeJn0FYW2SXzDEDarbNpeidvRW6VSQ0u90f0piq1wCnJLGeEbFJjtlP/L3tp 1MDI6c48QPvgTpdIvl7pga86BUFXX0vPy+hMZqaLGRZuLDPaQFH0PfSVPvUx9XpSNAVl zlZg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=DKYIjelwf4FMtQAdlp97rz1WU7x5jxp6KLCavWE7WKw=; b=GUYZcpT5PlNX4FnOA7fahrZWNqh/WszSQqRidBFq1KLcwxTjbTJ2e2hNiFyHWHr4JW zrGjy2OLdmELkDN4S8cz5aB9TrjMnaPP5QTLaEQXpx38AkIb1IHF3+U53lqFg1C6U7BI +8Xb0G+O9YLb75q65tJCWxbWhqxq+II9nQqvlDGB7qquT2Zbfb7IdFm9XRNo9GAQvmhf vnOFiR7s/zAMn896jSSMeDYj1HyQ4lGT8Ck8zjDSEoLgjSxQ06v4bESSLOM4eBwDzft5 ANlTtyRiv0acIhViNyUIJhNIEIHcF0fphoTv8hJkTMjlkXbPdeaGBiSIxzwtEj/XjNYn Go9w== X-Gm-Message-State: ANhLgQ1fHhQl5famJAKtx+D/6Wm7LTDOkNrlWJ6Q7I0THlf5msnWjTKY Ylmtbtc7s5qdDzbKXiDh+aLrQnmE6OPil9PUJurZTw== X-Google-Smtp-Source: ADFU+vtage6WZtwUZuF0T6IEFerKXKHX/MM9mDrO653fl3EvTTuIyzOe4VEp6CcGUcIlr0INkGdlxDLxX5AYtB/booc= X-Received: by 2002:a5e:d50f:: with SMTP id e15mr5859070iom.195.1583404544701; Thu, 05 Mar 2020 02:35:44 -0800 (PST) MIME-Version: 1.0 From: Vincent Legoll Date: Thu, 5 Mar 2020 11:35:33 +0100 Message-ID: Subject: Re: zsh test suite failures To: 18838@debbugs.gnu.org Content-Type: text/plain; charset="UTF-8" X-Spam-Score: -1.5 (-) X-Debbugs-Envelope-To: 18838 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.5 (--) Is this still happening? I searched a bit on ci.guix.gnu.org... We have a failure on 5.8 armhf (already present on 5.7.1 version) but it looks like it is a different set of tests that is failing... -- Vincent Legoll From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 09 10:57:58 2020 Received: (at 18838) by debbugs.gnu.org; 9 Oct 2020 14:57:58 +0000 Received: from localhost ([127.0.0.1]:36018 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kQtqI-0006mk-FW for submit@debbugs.gnu.org; Fri, 09 Oct 2020 10:57:58 -0400 Received: from mail-qk1-f174.google.com ([209.85.222.174]:41304) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kQtqF-0006mT-R9 for 18838@debbugs.gnu.org; Fri, 09 Oct 2020 10:57:56 -0400 Received: by mail-qk1-f174.google.com with SMTP id b69so10827394qkg.8 for <18838@debbugs.gnu.org>; Fri, 09 Oct 2020 07:57:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=a3MgX+tBvQK+G28AjPh8WLKtFjZ3InfqS6j1fG83/GE=; b=Q09DIOBbARSqG6AxnGvb4UVekhRZzSxF5kb+l3vR9g8dt3D4KwPauikKhEH7XqPUl4 xv6Qd7QAacYSRVlHJXni64W64zG/DbAm2o3cWgTYcPH6df9a1CcjYA9K1rFXuu9seAvP YPWRJmspiyG3ayohRuTcHqPgT7RdEt+wnapiZ8/t3kOExmbysp1EjUofJ0yj3ff3t2Yw rfZBZXzzLeg0UCG6EgQSlOs/7xE0aOKnc09mfkJRFy1de5mgtAFvtfB8QoJHOnuuK/pK iVW281M8JR4TT57GhH1BswIRLqxgwxwCa9JPnwsdpZ8IaoHa9kTOfINfTJVM84Gv+Qzj qIyw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=a3MgX+tBvQK+G28AjPh8WLKtFjZ3InfqS6j1fG83/GE=; b=Z37p1I2R7XudcaUISvjS2UkogA/IM8TFVcC75r3cPODjJV9EtHsIK48o4REGy3rw1A uEzb10Egbmoe6nhq64ky+lDLHzw7L9CXElwqDBa6RI2dq1/Xd9VOBoqkU64xHjSmLQnJ TuUM0Zal//BUBKbB/lTwIyU0ps031iAuTJ4iO3N+sxwfzqYAtVxDPRiOje1YsT8WHKWm OeCWVn1cIPmQ7h69AZDOOFWG7NVdIveCTeo0n7ptYy0TZTug6qrMN1b1+Ik6Z/xZFL4o eRqH7tj1yy3Z6XZ7URpdRhchJBMNYTW3p13/rd/PVjA2k/+PpnPTaKCNMDjO+CV5fr5M umDg== X-Gm-Message-State: AOAM533FuU45FuXIxCJXpzcPnSJxv9D5nt3ZT0l8oVJiEqqQm4mAzlBB 8oRtMBXJ0iHGjnm150ofLD02FwqHjxPscA== X-Google-Smtp-Source: ABdhPJz8r343v4xZxO8j4CGoI8dsUcqbtqvU3e39e4r8yOp2pJ+Qy4rIraOrEzSY2pm5uA9726RSMw== X-Received: by 2002:ae9:e20b:: with SMTP id c11mr12913647qkc.137.1602255469902; Fri, 09 Oct 2020 07:57:49 -0700 (PDT) Received: from hurd (dsl-10-148-10.b2b2c.ca. [72.10.148.10]) by smtp.gmail.com with ESMTPSA id q9sm6537801qta.70.2020.10.09.07.57.48 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 09 Oct 2020 07:57:49 -0700 (PDT) From: Maxim Cournoyer To: Vincent Legoll Subject: Re: bug#18838: zsh test suite failures References: <877fznbp65.fsf@netris.org> Date: Fri, 09 Oct 2020 10:57:48 -0400 In-Reply-To: (Vincent Legoll's message of "Thu, 5 Mar 2020 11:35:33 +0100") Message-ID: <871ri7saz7.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 18838 Cc: 18838@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hello, Vincent Legoll writes: > Is this still happening? > > I searched a bit on ci.guix.gnu.org... > > We have a failure on 5.8 armhf (already present on 5.7.1 version) > but it looks like it is a different set of tests that is failing... I can't find failures in the raw logs of the last CI failures for zsh-5.8, but testing on master with: ./pre-inst-env guix build --check --system=armhf-linux zsh I got 2 test failures: Test ./A01grammar.ztst failed: bad status 1, expected 0 from: - $ZTST_testdir/../Src/zsh -fc "[[ \$0 = \"-$ZTST_testdir/../Src/zsh\" ]]" Was testing: `-' precommand modifier ./A01grammar.ztst: test failed. ./A02alias.ztst: starting. This test hangs the shell when it fails... ./A02alias.ztst: all tests successful. ./A03quoting.ztst: starting. ./A03quoting.ztst: all tests successful. ./A04redirect.ztst: starting. ./A04redirect.ztst: all tests successful. ./A05execution.ztst: starting. Unable to change MONITOR option This test takes 5 seconds to fail... Skipping pipe leak test, requires MONITOR option This test takes 3 seconds and hangs the shell when it fails... ./A05execution.ztst: all tests successful. ./A06assign.ztst: starting. ./A06assign.ztst: all tests successful. ./A07control.ztst: starting. ./A07control.ztst: all tests successful. ./B01cd.ztst: starting. Test ./B01cd.ztst failed: bad status 0, expected 1 from: (unset HOME; ARGV0=sh $ZTST_testdir/../Src/zsh -c cd) Was testing: Implicit cd with unset HOME. Maxim From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 25 21:56:24 2021 Received: (at 18838-done) by debbugs.gnu.org; 26 Jun 2021 01:56:24 +0000 Received: from localhost ([127.0.0.1]:46971 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lwxYW-0002Bi-69 for submit@debbugs.gnu.org; Fri, 25 Jun 2021 21:56:24 -0400 Received: from mail-qv1-f49.google.com ([209.85.219.49]:46777) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lwxYQ-0002BJ-Rm for 18838-done@debbugs.gnu.org; Fri, 25 Jun 2021 21:56:22 -0400 Received: by mail-qv1-f49.google.com with SMTP id u2so6203028qvp.13 for <18838-done@debbugs.gnu.org>; Fri, 25 Jun 2021 18:56:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=wiuJwb9yeUF1z8kHtmd0v5q3sX/mIo6LRkTcR35ahDg=; b=GC2TuEeG+wltUZSUxNFcx9+DxRga9ZH9qfPSApQ6CqojXdRclMR0akJVcU1/iJentf muQdG+fFLiJyCxFc158Rz2Qc+gA/IZZv54eBJHBfczdCNmIByO7+Ifrw6ReG29LNsJK9 VxAK1P3vSVewSQCPWO3fPDh4An1WvPG1XEbiEX4ygviIGJr7tZ5Bjpov9YJoQqJZDpT9 3SuinDRDzEoA6KLwkt3fzyO2RDmFaAqqNlqmEdJCUb9ZbbIpiGza1lsgvl0kk+Jl3OUT 7UKw+iw5QzkUTzLm1GeWAUO+TRsAPIl/oIp8once1VL4GPHNbigRzZqauhg6W/h9BARt BGfA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=wiuJwb9yeUF1z8kHtmd0v5q3sX/mIo6LRkTcR35ahDg=; b=JSpc3yb/euNV/gDD3CQvHq0Ziwb+NCC1nA54vaEQYcwk9DOl+bBsK+S+duNtcG6hrx ZsoZ5fRLLkXCcc7ngCAEWsrWilPEkdNmt5J3gqFAQw1qtgp7+tu0LBnlrGJdLOa2YZk+ 5Ww4HQiswteUZGxgoZat21jkARW7U2ealneg4oQf+x6e9p7jonPU6oRHOtaASSrI0t3f vj/U5A9ApnmkHrlEB0ZnFndNcJ8yGPFl1nqSahekhiojLCA4WsHYctnbwAfYPMK20GFa HsJl6knwBVVI/YVGUAuWWkmZPUdyA+m2bvSvwNA3bq/hX3UNLacRK8olIJs4ol27cdnm 3R7w== X-Gm-Message-State: AOAM531o3epxnli4n1rle3cdh2rLmGQFVcGG+HnggyQwaWCdBO4HS5Sz E/M0LoHt7wVFdK6pbasjnbbsYg7FELCeOL27 X-Google-Smtp-Source: ABdhPJx1S8PzzE5PDjjg1X+sVv1tLT9hChRDoFHoBfySz7hIrzYxdADY3fok2/dQhB6nikdkeEfhew== X-Received: by 2002:a0c:f00e:: with SMTP id z14mr13970468qvk.35.1624672573222; Fri, 25 Jun 2021 18:56:13 -0700 (PDT) Received: from hurd (dsl-10-149-111.b2b2c.ca. [72.10.149.111]) by smtp.gmail.com with ESMTPSA id t139sm6092013qka.85.2021.06.25.18.56.12 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 25 Jun 2021 18:56:12 -0700 (PDT) From: Maxim Cournoyer To: Vincent Legoll , "Mark H. Weaver" Subject: Re: bug#18838: zsh test suite failures, possibly due to 'noatime' mount flag References: <877fznbp65.fsf@netris.org> <871ri7saz7.fsf@gmail.com> Date: Fri, 25 Jun 2021 21:56:12 -0400 In-Reply-To: <871ri7saz7.fsf@gmail.com> (Maxim Cournoyer's message of "Fri, 09 Oct 2020 10:57:48 -0400") Message-ID: <878s2xxubn.fsf_-_@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 18838-done Cc: 18838-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hello, Maxim Cournoyer writes: > Hello, > > Vincent Legoll writes: > >> Is this still happening? >> >> I searched a bit on ci.guix.gnu.org... >> >> We have a failure on 5.8 armhf (already present on 5.7.1 version) >> but it looks like it is a different set of tests that is failing... > > I can't find failures in the raw logs of the last CI failures for > zsh-5.8, but testing on master with: > > ./pre-inst-env guix build --check --system=armhf-linux zsh > > I got 2 test failures: > > Test ./A01grammar.ztst failed: bad status 1, expected 0 from: > - $ZTST_testdir/../Src/zsh -fc "[[ \$0 = \"-$ZTST_testdir/../Src/zsh\" ]]" > Was testing: `-' precommand modifier > ./A01grammar.ztst: test failed. > ./A02alias.ztst: starting. > This test hangs the shell when it fails... > ./A02alias.ztst: all tests successful. > ./A03quoting.ztst: starting. > ./A03quoting.ztst: all tests successful. > ./A04redirect.ztst: starting. > ./A04redirect.ztst: all tests successful. > ./A05execution.ztst: starting. > Unable to change MONITOR option > This test takes 5 seconds to fail... > Skipping pipe leak test, requires MONITOR option > This test takes 3 seconds and hangs the shell when it fails... > ./A05execution.ztst: all tests successful. > ./A06assign.ztst: starting. > ./A06assign.ztst: all tests successful. > ./A07control.ztst: starting. > ./A07control.ztst: all tests successful. > ./B01cd.ztst: starting. > Test ./B01cd.ztst failed: bad status 0, expected 1 from: > (unset HOME; ARGV0=sh $ZTST_testdir/../Src/zsh -c cd) > Was testing: Implicit cd with unset HOME. That was with QEMU user emulation. Using overdrive1 (real ARM hardware), I don't get any failure after multiple builds done via: GUIX_DAEMON_SOCKET=ssh://overdrive1 guix build zsh \ --system=aarch64-linux --no-grafts --check --rounds=5 It may be that the problem really has to do with the noatime flag, but that's a bit too narrow for me to test. If you can reproduce it again on 5.8 and determine if noatime is at cause, that would be very helpful. Closing for now, but feel free to reopen! Maxim From unknown Tue Jun 24 05:11:27 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 24 Jul 2021 11:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator