From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id uPwoBJxFqmKCNgAAbAwnHQ (envelope-from ) for ; Wed, 15 Jun 2022 22:48:28 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id yAAgA5xFqmL/WwAAG6o9tA (envelope-from ) for ; Wed, 15 Jun 2022 22:48:28 +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 757D8315CE for ; Wed, 15 Jun 2022 22:48:27 +0200 (CEST) Received: from localhost ([::1]:47700 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o1ZwA-0005Lr-M9 for larch@yhetil.org; Wed, 15 Jun 2022 16:48:26 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56360) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o1Zvm-0005Li-Qd for bug-guix@gnu.org; Wed, 15 Jun 2022 16:48:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:46118) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1o1Zvm-0005Hg-Io for bug-guix@gnu.org; Wed, 15 Jun 2022 16:48:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1o1Zvm-0003Jv-F0 for bug-guix@gnu.org; Wed, 15 Jun 2022 16:48:02 -0400 X-Loop: help-debbugs@gnu.org Subject: bug#55985: Cuirass(?) produces less than useful =?UTF-8?Q?=E2=80=98build=E2=80=99?= log files Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Wed, 15 Jun 2022 20:48:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 55985 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Tobias Geerinckx-Rice Cc: 55985@debbugs.gnu.org Received: via spool by 55985-submit@debbugs.gnu.org id=B55985.165532605212174 (code B ref 55985); Wed, 15 Jun 2022 20:48:02 +0000 Received: (at 55985) by debbugs.gnu.org; 15 Jun 2022 20:47:32 +0000 Received: from localhost ([127.0.0.1]:40014 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o1ZvH-0003A1-QI for submit@debbugs.gnu.org; Wed, 15 Jun 2022 16:47:32 -0400 Received: from eggs.gnu.org ([209.51.188.92]:42968) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o1ZvF-00034W-N5 for 55985@debbugs.gnu.org; Wed, 15 Jun 2022 16:47:30 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:45606) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o1Zv7-0005Ep-FR; Wed, 15 Jun 2022 16:47:24 -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=jNJYUvr3mW41gcEoGoll6BWJAV6jPXhHZ0afiOFgHt4=; b=PQHuGZ1PQQI3ByPt9iS+ 3v/+OEGEK+qrQbvY0XXTP4DUz3MxdXkRZd3i5DvidGIZ3BKqpaPI5zcVs31BqhSWdqm5mFODkyLCd /RcCaxjcxuhhr7d3QjHlrqBE3cVZeHb49dVujBtV4dyEBr1NUL8fr43VBTIJBhC0HqgYyM0bxDldG TNY4XBdixFY+cFuswVLrXcWqUgYAJWQKvq8PEs5ezW8gUqlcv522X6VTbBW6pf5jI+t5Kqn7vgnEd QDhlWlDidAJPIwbiA4WRbgpwvfOcZxAY2Z4YjWrDrdMjjZ+k/K6khlS/pLUuU22aQNHZ3EM6+N23U 6dLSPns0HI2dPw==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:57697 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o1Zv7-0007F8-1A; Wed, 15 Jun 2022 16:47:21 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87r13qx4fu@nckx> Date: Wed, 15 Jun 2022 22:47:19 +0200 In-Reply-To: <87r13qx4fu@nckx> (Tobias Geerinckx-Rice's message of "Wed, 15 Jun 2022 00:29:31 +0200") Message-ID: <87h74lpsbs.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=1655326107; 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-cc: 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=jNJYUvr3mW41gcEoGoll6BWJAV6jPXhHZ0afiOFgHt4=; b=lQJfBt1BzFBWfyow2676xKR3uhaW+T9c5zCYoT5lSBHupY+9EmaCKqfHAQ7B/RHJPFL2Pd KhYWfiDyOUTXYxNjG7nv4kjRNEHoK8Xs0q06cMMBl90tP1Rtdvi5p8R/0tO5ZFeopCti6H D4WpVrGCsV/Yp8X638Ob/PtMcQ0PiI9/746+Oyh7NNPlWcIchXBX4oJYGltYsIzfrqPM3U imB7t/Yoh/b7UhivZWC8s+ak2FepAWKxtWwTpjc647Ynq2ACJ23IL01mTPwhM18sOUdneR DNywxiK/h2NjPoCb2uCB2yYzFfFREwTBbTG6waKlyZzIPH+bmQ7W57l3N/KzUg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1655326107; a=rsa-sha256; cv=none; b=tl3mSNKk7LjTdUhRsRdnxH4lBOfoJpcQ/y7DxrYKOV3ZQsyBt3wz7PfMoJJxNs+Y5R2hpy wBN0c5iJwLY/JBkfFK1Uv/7FmbI6zxxemsEDlaf6UO2V1cTFBGoz1BKbFn9brL6Mi+NOpW irRVQjGhTYnaxpo7Npzw94vHebeHuxFGFnckGYPh+mGSi3otptW/ne0LDA9tQ0eKD+UMMV DsNTFdEOlZC4gc7+LHmGSACSj0hiE3i1G/ZGUm0FPZ50LpeEhcBIlMv3s/gmFzvHXjaZJT SaP9I0M7vBF0P83LLs9Qn6IHf4azSt0nLQ5unhm6V+pDm/CPvMKmqRyvM3t3FQ== 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=PQHuGZ1P; 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: -4.99 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=PQHuGZ1P; 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: 757D8315CE X-Spam-Score: -4.99 X-Migadu-Scanner: scn0.migadu.com X-TUID: jD8Fhw917x7m Hi, Tobias Geerinckx-Rice skribis: > Hi Guix! > > It seems that build logs are not copied over from build nodes, leading > to amusing (but alas quite useless) output like: > > ~ =CE=BB curl $(guix build zstd --log-file) What you have here *is* the log as Cuirass saw it, but=E2=80=A6 > transferredDownloading > http://141.80.167.131/nar/lzip/bn6pk5zjjdpdfzb6yfr5psi9pji9w51n-zstd-1.5.= 0... > zstd-1.5.0 476KiB 4.5MiB/s 00:00 > [##################] 100.0% > > @ substituter-succeeded > /gnu/store/bn6pk5zjjdpdfzb6yfr5psi9pji9w51n-zstd-1.5.0 It turns out zstd, in this case, was already built on the node it got it from, so the log just shows that. I admit this is suboptimal. From the perspective of Cuirass though, it looks like =E2=80=9Cbusiness as usual=E2=80=9D, and it cannot really be dis= tinguished from a situation where the thing actually got built. Ludo=E2=80=99.