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: AS3215 2.0.0.0/16 X-Spam-Status: No, score=-3.3 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,UNPARSEABLE_RELAY shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from nautica.notk.org (ipv6.notk.org [IPv6:2001:41d0:1:7a93::1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 0EC7E1F9F4 for ; Wed, 2 Feb 2022 02:11:27 +0000 (UTC) Received: by nautica.notk.org (Postfix, from userid 108) id 87639C01B; Wed, 2 Feb 2022 03:11:25 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=codewreck.org; s=2; t=1643767885; bh=LiHS76ckUkUYt2CkCT7iY9acsG54REf1pMLT8xSTRLg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=tRbIrZO/iSIIzG7HiEpmrjWxfapMfnYAObqwF+5tUdV0AFJesxu9kpPH2ISn98AtA roGJtXizZWTsFJUsCO2nSgxC8Uuy7Ui1UEWEIwaJBSXxRxLmZUvBtNx6d9AwJ/yOl3 SISnFG/C+wWGKCv+yNE5X5stAiKRw4aojd2LiJOjkTzFAd6BNLWdDxpo48lNMQe3s7 nya4Bx5Fi1H1Y0iTLNlep6aXK2lrxXH/2O++XQ+P46MPXviKGAclcCx708Oz+Drjpn ANozBXu5rdxWHVe6plfU20LK1J/s4o5s7COAbnD00fb6oNphvu1DeMPaOepkQEh2PV QtHXTchkCjE2Q== Received: from odin.codewreck.org (localhost [127.0.0.1]) by nautica.notk.org (Postfix) with ESMTPS id 2441EC009; Wed, 2 Feb 2022 03:11:23 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=codewreck.org; s=2; t=1643767885; bh=LiHS76ckUkUYt2CkCT7iY9acsG54REf1pMLT8xSTRLg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=tRbIrZO/iSIIzG7HiEpmrjWxfapMfnYAObqwF+5tUdV0AFJesxu9kpPH2ISn98AtA roGJtXizZWTsFJUsCO2nSgxC8Uuy7Ui1UEWEIwaJBSXxRxLmZUvBtNx6d9AwJ/yOl3 SISnFG/C+wWGKCv+yNE5X5stAiKRw4aojd2LiJOjkTzFAd6BNLWdDxpo48lNMQe3s7 nya4Bx5Fi1H1Y0iTLNlep6aXK2lrxXH/2O++XQ+P46MPXviKGAclcCx708Oz+Drjpn ANozBXu5rdxWHVe6plfU20LK1J/s4o5s7COAbnD00fb6oNphvu1DeMPaOepkQEh2PV QtHXTchkCjE2Q== Received: from localhost (odin.codewreck.org [local]) by odin.codewreck.org (OpenSMTPD) with ESMTPA id 9de9a1da; Wed, 2 Feb 2022 02:11:20 +0000 (UTC) Date: Wed, 2 Feb 2022 11:11:05 +0900 From: Dominique Martinet To: Eric Wong Cc: Julien Moutinho , meta@public-inbox.org Subject: Re: FD_CLOEXEC w/ nix-shell [was: Test failures with 1.7.0] Message-ID: References: <20211208010730.f47xxgzj53nwgvja@sourcephile.fr> <20211208040836.GA27368@dcvr> <20211209013743.okzgim7bbrpahks7@sourcephile.fr> <20220201232740.M97535@dcvr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: List-Id: Dominique Martinet wrote on Wed, Feb 02, 2022 at 09:23:38AM +0900: > nix-shell/nix shell don't seem to have the problem it's a 'nix develop' > bug, I'll follow it up with nix devs and get it fixed there. It looks like this has already been fixed upstream: https://github.com/NixOS/nix/issues/5674 https://github.com/NixOS/nix/pull/5683 temporary files have been marked as CLOEXEC so this particular bug shouldn't be a problem anymore. The tests run during package builds don't use the same mechanism, so can only hope this was also fixed by the same swoop. Cheers, -- Dominique