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=-2.6 required=3.0 tests=AWL,BAYES_00,DKIM_INVALID, DKIM_SIGNED,SCC_BODY_URI_ONLY,SPF_HELO_NONE,SPF_PASS, T_SCC_BODY_TEXT_LINE shortcircuit=no autolearn=no 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 DB7C31F670 for ; Sun, 27 Feb 2022 06:41:48 +0000 (UTC) Date: Sun, 27 Feb 2022 07:41:44 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourcephile.fr; s=20200101; t=1645944104; 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=iZu+owEPMPFVXdP75VIN5zdrFlovzOUMrCnpxlTt5bQ=; b=TuSFjq1T3fvPN5/3HkuNb7K9No56ngPL4SDjchsvJ7lRAJfXX8wzzqF0dhY3JFBNyHATNh +wsTPCGUN7fxC2FxSXperIUDoMZcEs5jnILyfx0loUqTnIM3K+BG4AbpTG12F3EB8xFb59 QqZa2mad+9VylZNhGazuK1CQ8MqMbc45KXaFnzWELvKIT63i+Mc5uARJ+a9SmlLxOiEvUU h/P0Gh0vnUwMQuOowrGMUKM+9F89gSkBZ8JzUxC0jozikKyV1pY9XgAgi5npiUARkpNlRU 5fpIB2YL5xIKTP4MeUwuoDpjEF2CsUVQdqF0aj9LGIPPQ7VjCe0k9clnmxX/j/7gZgcY6A V947zajcdbXuOKv/cSIvbWeYppjzweUxafSe3cAbTj2UzDcXUWeL/G8k9OqVw7VdjdBH+m cZQn7P7Ig8KRmdTzEDXsamee88E6sQvEZZW/5Xr5WQEPX/OGpAAMkI+B/u6Dogn2JiilSR sCi+dewMR1q+DtDG/Q/KUb2D3cwLOTx5QCfnS/w0w9Cb3/qos81CltCOBH7gM4SAKn3ash BQARWBaVv8xVUQQ2HmVuuO1rW5w2BDJp/PWJsCKK6VbCuihjwRjCYsCKidDwNcEWZQErq3 vGOOyFpaH0XYQFZwcQbzKfq1lmB3L1nHXi4vYii57bEHM9+gQuTX8= 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: <20220227064144.wo3flsc2xboks6sg@sourcephile.fr> References: <20211208010730.f47xxgzj53nwgvja@sourcephile.fr> <20211208040836.GA27368@dcvr> <20211209013743.okzgim7bbrpahks7@sourcephile.fr> <20220217210233.GA31923@dcvr> <20220220013853.4vtvnyvpaichgpkm@sourcephile.fr> <20220222064424.GA11876@dcvr> <20220227041533.5dvcuuaffjhzrhuw@sourcephile.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <20220227041533.5dvcuuaffjhzrhuw@sourcephile.fr> List-Id: Le dim. 27 f=C3=A9vr. 2022 05h15 +0100, Julien Moutinho a =C3=A9crit=C2=A0: > Yes, I'm using: > $ nix-daemon --version > > nix-daemon (Nix) 2.7.0pre20220127_558c4ee Dominique reminded me that that fix was first intended for `nix develop`, so I've asked whether it also applies to `nix build`: https://github.com/NixOS/nix/pull/5683#issuecomment-1053239025