From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS51083 80.67.180.0/24 X-Spam-Status: No, score=-3.2 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_HI,SPF_HELO_NONE, SPF_PASS,T_SCC_BODY_TEXT_LINE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from mermet.sourcephile.fr (revolt129.abo.ilico.org [80.67.180.129]) (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) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 6FE3A1F852 for ; Sun, 27 Feb 2022 04:15:40 +0000 (UTC) Date: Sun, 27 Feb 2022 05:15:33 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourcephile.fr; s=20200101; t=1645935333; 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: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=qcqlPqFBoO5eLP7/GmdqOf4e9lJD0IqRvVDnCt3uKrs=; b=RAuPX1ogkqtBghrTxOEXmbrvSVirm2QeAftRGtMJkOPIN23vpK72JgEXOBsnULrZHE9xsT XtasOict83fL0V5releviXzy+/m4xFnRvA6UUiVkt9CUXmA5kY7qBQTcGWpxR7BY8Zo5pk n57+7CmpUo6mgSrxWDi43kHyib/3cNv5kpwaJvChsZgW5Ne8x0gf7taRdCV+8pGONwrGKu KMvUUY6GWRWbYjIEysZxAxpq0TauvmlccZCvOXgqRwf5JQqy9qXzfQQ5KpMgam1lJfwh6v MXAANSlsHLfE/GZ1E2gE+NuX2eiGaFMkmgzcJq+Jx07YbOQAL4FMjfUCsIeWYl6EZplbBm AgocAteninZZUOBXCcOnEDxYMfHPCRs7SiBd308I+GILOBXCVQnmL/AzoUymEGCYYB6F0e 2qf7vbzKcMiBqljV5z0xryGl7to9DPeAm/iIQKbVbF3Q0KsqKvHUgeCBhJeXKZ92JNd5F0 L3+ZizdoBsNSiS8IOcgzwIj8kB5RqqyJdCT3e5TxxOEw81TaYpxR5mmaHX0hom30sYWNhh HtntdlZXfIJpqQxOUYUiCtsapdSJ4xjqnzoXOhTmF8xk0/SgqiG+BN5Tjqbxk61w1BV4CX 7sQt2aWeUNdWseUVVaSB9wF7jfin2HxsCKEpQiv3P5AVbh+myeYpw= From: Julien Moutinho To: Eric Wong Cc: Dominique Martinet , meta@public-inbox.org Subject: Re: [PATCH] t/lei-sigpipe: attempt to improve diagnostics for stuck test Message-ID: <20220227041533.5dvcuuaffjhzrhuw@sourcephile.fr> References: <20211208010730.f47xxgzj53nwgvja@sourcephile.fr> <20211208040836.GA27368@dcvr> <20211209013743.okzgim7bbrpahks7@sourcephile.fr> <20220217210233.GA31923@dcvr> <20220220013853.4vtvnyvpaichgpkm@sourcephile.fr> <20220222064424.GA11876@dcvr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <20220222064424.GA11876@dcvr> List-Id: Le mar. 22 f=C3=A9vr. 2022 06h44 +0000, Eric Wong a =C3=A9crit=C2=A0: > Julien Moutinho wrote: > > This deadlock appears only when the test is run by nix, > > it doesn't when I run it manually from a terminal > > by entering the sandbox: >=20 > Oh, btw, is this with the FD_CLOEXEC fixes to nix shell itself? > https://public-inbox.org/meta/YfnoOVOG3TrbqZFs@codewreck.org/ Yes, I'm using: $ nix-daemon --version > nix-daemon (Nix) 2.7.0pre20220127_558c4ee Which contains the commit from https://github.com/NixOS/nix/pull/5683 : $ git merge-base --is-ancestor 6e0cbc666b60515b5e201dd28855f5fe1de9a107 558= c4ee $ echo $? > 0