From debbugs-submit-bounces@debbugs.gnu.org Fri May 24 12:43:41 2019 Received: (at 35877) by debbugs.gnu.org; 24 May 2019 16:43:41 +0000 Received: from localhost ([127.0.0.1]:47176 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hUDID-0001hs-I7 for submit@debbugs.gnu.org; Fri, 24 May 2019 12:43:41 -0400 Received: from eggs.gnu.org ([209.51.188.92]:60154) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hUDIB-0001hb-0r for 35877@debbugs.gnu.org; Fri, 24 May 2019 12:43:39 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:42859) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hUDI5-0000tG-1c; Fri, 24 May 2019 12:43:33 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=37140 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1hUDI4-0005ge-Jv; Fri, 24 May 2019 12:43:32 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Ricardo Wurmus Subject: Re: bug#35877: guix pull extremely verbose (with no ----verbose) References: <87r28p5u8d.fsf@roquette.mug.biscuolo.net> <87d0k9gsol.fsf@elephly.net> <87o93t5isc.fsf@roquette.mug.biscuolo.net> <87r28ofjz1.fsf@elephly.net> Date: Fri, 24 May 2019 18:43:30 +0200 In-Reply-To: <87r28ofjz1.fsf@elephly.net> (Ricardo Wurmus's message of "Fri, 24 May 2019 08:24:34 +0200") Message-ID: <87ef4nsszx.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 35877 Cc: Giovanni Biscuolo , 35877@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: -3.3 (---) Hi Ricardo, Ricardo Wurmus skribis: > I can now also reproduce this on a foreign distro. This only happens > with =E2=80=9Cguix pull=E2=80=9D (not with =E2=80=9Cguix package=E2=80=9D= ) and with a newer daemon > (which I didn=E2=80=99t have previously). > > When building things =E2=80=9Cguix pull=E2=80=9D prints the full build lo= g interspersed > with tags like =E2=80=9C@ build-log 22902 23=E2=80=9D. This happens when =E2=80=98compute-guix-derivation=E2=80=99 has to build th= ings: it inherits the client-provided settings such as the =E2=80=9Cmultiplexed build output=E2=80=9D option, but its output goes straight to stderr without any processing. The right thing would be to consume its stderr, which might be tricky, or to just hide it. Thoughts? Ludo=E2=80=99.