From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id APb5I90Sp2I5WgEAbAwnHQ (envelope-from ) for ; Mon, 13 Jun 2022 12:35:09 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id iC7lIt0Sp2ImawEAG6o9tA (envelope-from ) for ; Mon, 13 Jun 2022 12:35:09 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 31B0739C47 for ; Mon, 13 Jun 2022 12:35:09 +0200 (CEST) Received: from localhost ([::1]:58272 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o0hPY-0002GF-8r for larch@yhetil.org; Mon, 13 Jun 2022 06:35:08 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:54016) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o0hMY-0000L0-Nw for bug-guix@gnu.org; Mon, 13 Jun 2022 06:32:14 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:35200) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1o0hMY-00005y-FM for bug-guix@gnu.org; Mon, 13 Jun 2022 06:32:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1o0hMY-0007ca-CY for bug-guix@gnu.org; Mon, 13 Jun 2022 06:32:02 -0400 Subject: bug#55809: guix challenge with diffoscope fails to clean up temporary directory Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Date: Mon, 13 Jun 2022 10:32:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 55809 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Vagrant Cascadian Cc: 55809-done@debbugs.gnu.org Mail-Followup-To: 55809@debbugs.gnu.org, ludo@gnu.org, vagrant@reproducible-builds.org Received: via spool by 55809-done@debbugs.gnu.org id=D55809.165511626729219 (code D ref 55809); Mon, 13 Jun 2022 10:32:02 +0000 Received: (at 55809-done) by debbugs.gnu.org; 13 Jun 2022 10:31:07 +0000 Received: from localhost ([127.0.0.1]:57329 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o0hLe-0007bD-Rg for submit@debbugs.gnu.org; Mon, 13 Jun 2022 06:31:07 -0400 Received: from eggs.gnu.org ([209.51.188.92]:40598) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o0hLd-0007a1-C3 for 55809-done@debbugs.gnu.org; Mon, 13 Jun 2022 06:31:05 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:35754) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o0hLX-0008HF-Mu; Mon, 13 Jun 2022 06:30:59 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=E6QHazbWx4O8moc+RbzcgG+o//GCv/kEax5POTOr2E4=; b=CJA/wYKQUJ4pcwnNw2U5 7TFnbiAYm4nVcig2oGLjrbAsme+o+1+eQo1GNxjcK1lk3bWO6LnjYOzTKT61dILzyXSHb+QoFVMIh fxv3Yk7k7Ye/F0m3VrPPJO3RJf6yoX6SL1CqMWrL8/7DnN69smp9x5wqHapaRtMqY2EwpLoUge7Ug gXBCiJisJ1UAzFXxewKyIJTVGBqoSuQWJun/7HvnGHRGr+ToZNUf9izuBc6WHuz34kffyqFrv3xJ6 iyoW/fHKufGTmTtav4vIwGGCsxJ/h0Dj6ey+P2rubJJI1eXvKBPc6UED261wWsF0GjJP7dSmhcV0K jWEKcFx+XLx6Tg==; Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=56416 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o0hLX-0007CA-AV; Mon, 13 Jun 2022 06:30:59 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87o7z73v93.fsf@contorta> Date: Mon, 13 Jun 2022 12:30:57 +0200 In-Reply-To: <87o7z73v93.fsf@contorta> (Vagrant Cascadian's message of "Sun, 05 Jun 2022 09:55:36 -0700") Message-ID: <87h74osvmm.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-guix@gnu.org List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+larch=yhetil.org@gnu.org Sender: "bug-Guix" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1655116509; h=from:from:sender:sender: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:resent-to: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=E6QHazbWx4O8moc+RbzcgG+o//GCv/kEax5POTOr2E4=; b=r50zDbZG5kxLoCE8vK77XDfqiQG9HMBtzxxsvxrUm/jGnfPdnShqU3ndI8eimGH65cmdIy bgXFLXQIAp9fjTRM+xBKdRZKlo9o3Y6ichHn+2FQ+6PxB11yjg/T6q0nBcb/4lhOC4oPrU E+lLffJWziZ1kZZbskDe6UwnST0KmPv9mVgd29A6pYA8funa12xHWk9BLNnLv1t0h8m76S y5L7LOZf0vkLCG3+v4B6236vRuXFp8DbQrIhrGzzZH3+J7B5Db9E0lWc+LJW9hCq1Cj/59 MJrYplTBVmMiy8SBBxVza0UrX2phN4GYgJ10z30tSSOfkSDSYhvjK/ePbdy19A== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1655116509; a=rsa-sha256; cv=none; b=ItltmVVPzBsOq2qtnxGk1SozGvo9ueutfDEX/iYR88eOfu4oHOwCOB201Zx8ez1dZzCxm+ oNkSHXfV4OELahr9MHJGHqtIapBS+U9ym/e4QKIdInU/cbVN3sBFfaJT1+Vc1/tmlV6l2S 16dmNQDqMp/PNaHDUTeBvYoUdQu9TVU8vILkCMkEiDsgAlYqu9MQACMxs8KNO/RtCpFlr0 5uDlTicqw/1JIyVk+4cSfOu7BJsBtB2Ko8MEHJUaqt0Pj3M9OwaJoSl1RgDKcIkeEAszz+ a3CdjwuACJLg0mKuL3xyllT20zKqfTSn4a3xEM5ZJRs2iAjgsVJw0TFqxLyzMA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b="CJA/wYKQ"; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -3.89 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b="CJA/wYKQ"; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 31B0739C47 X-Spam-Score: -3.89 X-Migadu-Scanner: scn1.migadu.com X-TUID: yWRY5YoBGmmD Hello, Vagrant Cascadian skribis: > When I run a command such as: > > guix challenge --verbose --diff=3Ddiffoscope gavl 2>&1 | tee gavl > > It works for the most part, producing the diffoscope output, but ends > with a bunch of warnings regarding removing the temporary directory it > created to compare the files: > > warning: failed to delete /tmp/guix-directory.5TokII/share/doc: Permiss= ion denied > warning: failed to delete /tmp/guix-directory.5TokII/share: Permission = denied > warning: failed to delete /tmp/guix-directory.5TokII: Directory not emp= ty Fixed in 2a2856d5ccd9a9b7df8a94333a277b971a39b150, thanks! Ludo=E2=80=99.