From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#35877: guix pull extremely verbose (with no ----verbose) Date: Fri, 24 May 2019 18:43:30 +0200 Message-ID: <87ef4nsszx.fsf@gnu.org> References: <87r28p5u8d.fsf@roquette.mug.biscuolo.net> <87d0k9gsol.fsf@elephly.net> <87o93t5isc.fsf@roquette.mug.biscuolo.net> <87r28ofjz1.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:46376) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hUDIZ-00064d-Fj for bug-guix@gnu.org; Fri, 24 May 2019 12:44:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hUDIY-0001Fu-J3 for bug-guix@gnu.org; Fri, 24 May 2019 12:44:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:33632) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hUDIY-0001Fn-Fs for bug-guix@gnu.org; Fri, 24 May 2019 12:44:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hUDIY-0001iq-DS for bug-guix@gnu.org; Fri, 24 May 2019 12:44:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87r28ofjz1.fsf@elephly.net> (Ricardo Wurmus's message of "Fri, 24 May 2019 08:24:34 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Ricardo Wurmus Cc: 35877@debbugs.gnu.org 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.