From unknown Sun Aug 17 01:48:19 2025 X-Loop: help-debbugs@gnu.org Subject: bug#50557: Unable to access remote logs Resent-From: Sarah Morgensen Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Mon, 13 Sep 2021 01:08:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 50557 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 50557@debbugs.gnu.org X-Debbugs-Original-To: bug-guix@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.163149527211470 (code B ref -1); Mon, 13 Sep 2021 01:08:02 +0000 Received: (at submit) by debbugs.gnu.org; 13 Sep 2021 01:07:52 +0000 Received: from localhost ([127.0.0.1]:43711 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mPaRr-0002yv-Mr for submit@debbugs.gnu.org; Sun, 12 Sep 2021 21:07:51 -0400 Received: from lists.gnu.org ([209.51.188.17]:42304) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mPaRn-0002yh-I3 for submit@debbugs.gnu.org; Sun, 12 Sep 2021 21:07:51 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:44582) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mPaRn-000385-DJ for bug-guix@gnu.org; Sun, 12 Sep 2021 21:07:47 -0400 Received: from out0.migadu.com ([2001:41d0:2:267::]:27220) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mPaRk-0006WQ-7K for bug-guix@gnu.org; Sun, 12 Sep 2021 21:07:47 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mgsn.dev; s=key1; t=1631495259; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=XwtGhZJIzsKmjeLbb7fV68hxVztC+HDaQuMOGWUy7tM=; b=UVHWqP0ufo+QN8/VT6NV+wOmj8620rtYqb2T80IYFW0wlWGvw/pnoTWmQc32B2yNQL0vAd klH6cGNOpsC+xjV4ZYE2BH35zzZlHKbA1prZtJezOnK+GN7kEPSTC+ILoyOLqvHc4Lp3VD OOFdb7BRDqXw2QG0Ao4MMYvcgYUVau8= From: Sarah Morgensen Date: Sun, 12 Sep 2021 18:07:37 -0700 Message-ID: <86v935jnae.fsf@mgsn.dev> MIME-Version: 1.0 Content-Type: text/plain X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: iskarian@mgsn.dev Received-SPF: pass client-ip=2001:41d0:2:267::; envelope-from=iskarian@mgsn.dev; helo=out0.migadu.com X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) 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: -2.4 (--) Hello Guix, For whatever reason, it seems build logs are not available from ci.guix.gnu.org and bordeaux.guix.gnu.org. "Invoking guix publish" says that they should be available at /log/store-name, but... --8<---------------cut here---------------start------------->8--- $ guix build hello 0.1 MB will be downloaded: /gnu/store/a462kby1q51ndvxdv3b6p0rsixxrgx1h-hello-2.10 substituting /gnu/store/a462kby1q51ndvxdv3b6p0rsixxrgx1h-hello-2.10... downloading from https://ci.guix.gnu.org/nar/lzip/a462kby1q51ndvxdv3b6p0rsixxrgx1h-hello-2.10 ... hello-2.10 51KiB 249KiB/s 00:00 [##################] 100.0% /gnu/store/a462kby1q51ndvxdv3b6p0rsixxrgx1h-hello-2.10 $ wget https://ci.guix.gnu.org/log/a462kby1q51ndvxdv3b6p0rsixxrgx1h-hello-2.10 --2021-09-12 18:05:39-- https://ci.guix.gnu.org/log/a462kby1q51ndvxdv3b6p0rsixxrgx1h-hello-2.10 Resolving ci.guix.gnu.org (ci.guix.gnu.org)... 141.80.181.40 Connecting to ci.guix.gnu.org (ci.guix.gnu.org)|141.80.181.40|:443... connected. HTTP request sent, awaiting response... 404 Not Found 2021-09-12 18:05:40 ERROR 404: Not Found. $ guix build hello --log-file guix build: error: no build log for '/gnu/store/a462kby1q51ndvxdv3b6p0rsixxrgx1h-hello-2.10' --8<---------------cut here---------------end--------------->8--- -- Sarah From unknown Sun Aug 17 01:48:19 2025 X-Loop: help-debbugs@gnu.org Subject: bug#50557: Unable to access remote logs Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Mon, 13 Sep 2021 12:10:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 50557 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Sarah Morgensen Cc: Mathieu Othacehe , 50557@debbugs.gnu.org Received: via spool by 50557-submit@debbugs.gnu.org id=B50557.163153499424231 (code B ref 50557); Mon, 13 Sep 2021 12:10:02 +0000 Received: (at 50557) by debbugs.gnu.org; 13 Sep 2021 12:09:54 +0000 Received: from localhost ([127.0.0.1]:44560 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mPkmY-0006Ih-2s for submit@debbugs.gnu.org; Mon, 13 Sep 2021 08:09:54 -0400 Received: from eggs.gnu.org ([209.51.188.92]:56834) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mPkmW-0006IK-3f for 50557@debbugs.gnu.org; Mon, 13 Sep 2021 08:09:52 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:34172) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mPkmQ-0005MN-7D; Mon, 13 Sep 2021 08:09:46 -0400 Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=47260 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mPkmP-00057S-S7; Mon, 13 Sep 2021 08:09:46 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <86v935jnae.fsf@mgsn.dev> Date: Mon, 13 Sep 2021 14:09:44 +0200 In-Reply-To: <86v935jnae.fsf@mgsn.dev> (Sarah Morgensen's message of "Sun, 12 Sep 2021 18:07:37 -0700") Message-ID: <87tuio8ynr.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) 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 Sarah, Sarah Morgensen skribis: > For whatever reason, it seems build logs are not available from > ci.guix.gnu.org and bordeaux.guix.gnu.org. "Invoking guix publish" says > that they should be available at /log/store-name, but... > > $ guix build hello > 0.1 MB will be downloaded: > /gnu/store/a462kby1q51ndvxdv3b6p0rsixxrgx1h-hello-2.10 > substituting /gnu/store/a462kby1q51ndvxdv3b6p0rsixxrgx1h-hello-2.10... > downloading from https://ci.guix.gnu.org/nar/lzip/a462kby1q51ndvxdv3b6p0r= sixxrgx1h-hello-2.10 ... > hello-2.10 51KiB = 249KiB/s 00:00 [##################] 100.0% > > /gnu/store/a462kby1q51ndvxdv3b6p0rsixxrgx1h-hello-2.10 > > $ wget https://ci.guix.gnu.org/log/a462kby1q51ndvxdv3b6p0rsixxrgx1h-hello= -2.10 > --2021-09-12 18:05:39-- https://ci.guix.gnu.org/log/a462kby1q51ndvxdv3b6= p0rsixxrgx1h-hello-2.10 > Resolving ci.guix.gnu.org (ci.guix.gnu.org)... 141.80.181.40 > Connecting to ci.guix.gnu.org (ci.guix.gnu.org)|141.80.181.40|:443... con= nected. > HTTP request sent, awaiting response... 404 Not Found > 2021-09-12 18:05:40 ERROR 404: Not Found. > > $ guix build hello --log-file > guix build: error: no build log for '/gnu/store/a462kby1q51ndvxdv3b6p0rsi= xxrgx1h-hello-2.10' Yes, this is a side effect of the new Cuirass architecture, deployed a few months ago: it used to be that packages were built via offloading, and thus berlin (the front-end of ci.guix) would have build logs available locally; now that Cuirass=E2=80=99s own remote build mechanism is used, berlin no longer has build logs, hence this issue. Mathieu, can you think of a way we could address this? Maybe Cuirass could handle those /log URLs since it already has build log URLs anyway? Thanks, Ludo=E2=80=99. From unknown Sun Aug 17 01:48:19 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Sarah Morgensen Subject: bug#50557: closed (Re: bug#50557: Unable to access remote logs) Message-ID: References: <87zgsgtsil.fsf@gnu.org> <86v935jnae.fsf@mgsn.dev> X-Gnu-PR-Message: they-closed 50557 X-Gnu-PR-Package: guix Reply-To: 50557@debbugs.gnu.org Date: Mon, 13 Sep 2021 15:18:01 +0000 Content-Type: multipart/mixed; boundary="----------=_1631546281-5695-1" This is a multi-part message in MIME format... ------------=_1631546281-5695-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #50557: Unable to access remote logs which was filed against the guix package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 50557@debbugs.gnu.org. --=20 50557: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D50557 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1631546281-5695-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 50557-done) by debbugs.gnu.org; 13 Sep 2021 15:17:07 +0000 Received: from localhost ([127.0.0.1]:46621 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mPnhj-0001Sc-E1 for submit@debbugs.gnu.org; Mon, 13 Sep 2021 11:17:07 -0400 Received: from eggs.gnu.org ([209.51.188.92]:55516) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mPnhh-0001S4-RR for 50557-done@debbugs.gnu.org; Mon, 13 Sep 2021 11:17:06 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:40476) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mPnhc-0002tM-0c; Mon, 13 Sep 2021 11:17:00 -0400 Received: from 87-207-216-76.dynamic.chello.pl ([87.207.216.76]:45090 helo=meije) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mPnhW-0008To-Ux; Mon, 13 Sep 2021 11:16:59 -0400 From: Mathieu Othacehe To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: bug#50557: Unable to access remote logs References: <86v935jnae.fsf@mgsn.dev> <87tuio8ynr.fsf@gnu.org> Date: Mon, 13 Sep 2021 17:16:50 +0200 In-Reply-To: <87tuio8ynr.fsf@gnu.org> ("Ludovic =?utf-8?Q?Court=C3=A8s=22'?= =?utf-8?Q?s?= message of "Mon, 13 Sep 2021 14:09:44 +0200") Message-ID: <87zgsgtsil.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 50557-done Cc: 50557-done@debbugs.gnu.org, Sarah Morgensen 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 (---) Hello, > Mathieu, can you think of a way we could address this? Maybe Cuirass > could handle those /log URLs since it already has build log URLs anyway? I fixed it with 60190401ce4ccc890629ec3cb22a84a8ab8c2645 in Cuirass and abaf1392287d50a7225cdb3e3f3f8b82b827c7db in maintenance. I now have: --8<---------------cut here---------------start------------->8--- mathieu@meije ~$ guix build emacs --log-file --no-grafts https://ci.guix.gnu.org/log/g24hw5dv5k89wqs83457xmjbd56whkab-emacs-27.2 --8<---------------cut here---------------end--------------->8--- Thanks, Mathieu ------------=_1631546281-5695-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 13 Sep 2021 01:07:52 +0000 Received: from localhost ([127.0.0.1]:43711 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mPaRr-0002yv-Mr for submit@debbugs.gnu.org; Sun, 12 Sep 2021 21:07:51 -0400 Received: from lists.gnu.org ([209.51.188.17]:42304) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mPaRn-0002yh-I3 for submit@debbugs.gnu.org; Sun, 12 Sep 2021 21:07:51 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:44582) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mPaRn-000385-DJ for bug-guix@gnu.org; Sun, 12 Sep 2021 21:07:47 -0400 Received: from out0.migadu.com ([2001:41d0:2:267::]:27220) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mPaRk-0006WQ-7K for bug-guix@gnu.org; Sun, 12 Sep 2021 21:07:47 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mgsn.dev; s=key1; t=1631495259; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=XwtGhZJIzsKmjeLbb7fV68hxVztC+HDaQuMOGWUy7tM=; b=UVHWqP0ufo+QN8/VT6NV+wOmj8620rtYqb2T80IYFW0wlWGvw/pnoTWmQc32B2yNQL0vAd klH6cGNOpsC+xjV4ZYE2BH35zzZlHKbA1prZtJezOnK+GN7kEPSTC+ILoyOLqvHc4Lp3VD OOFdb7BRDqXw2QG0Ao4MMYvcgYUVau8= From: Sarah Morgensen To: bug-guix@gnu.org Subject: Unable to access remote logs Date: Sun, 12 Sep 2021 18:07:37 -0700 Message-ID: <86v935jnae.fsf@mgsn.dev> MIME-Version: 1.0 Content-Type: text/plain X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: iskarian@mgsn.dev Received-SPF: pass client-ip=2001:41d0:2:267::; envelope-from=iskarian@mgsn.dev; helo=out0.migadu.com X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit 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: -2.4 (--) Hello Guix, For whatever reason, it seems build logs are not available from ci.guix.gnu.org and bordeaux.guix.gnu.org. "Invoking guix publish" says that they should be available at /log/store-name, but... --8<---------------cut here---------------start------------->8--- $ guix build hello 0.1 MB will be downloaded: /gnu/store/a462kby1q51ndvxdv3b6p0rsixxrgx1h-hello-2.10 substituting /gnu/store/a462kby1q51ndvxdv3b6p0rsixxrgx1h-hello-2.10... downloading from https://ci.guix.gnu.org/nar/lzip/a462kby1q51ndvxdv3b6p0rsixxrgx1h-hello-2.10 ... hello-2.10 51KiB 249KiB/s 00:00 [##################] 100.0% /gnu/store/a462kby1q51ndvxdv3b6p0rsixxrgx1h-hello-2.10 $ wget https://ci.guix.gnu.org/log/a462kby1q51ndvxdv3b6p0rsixxrgx1h-hello-2.10 --2021-09-12 18:05:39-- https://ci.guix.gnu.org/log/a462kby1q51ndvxdv3b6p0rsixxrgx1h-hello-2.10 Resolving ci.guix.gnu.org (ci.guix.gnu.org)... 141.80.181.40 Connecting to ci.guix.gnu.org (ci.guix.gnu.org)|141.80.181.40|:443... connected. HTTP request sent, awaiting response... 404 Not Found 2021-09-12 18:05:40 ERROR 404: Not Found. $ guix build hello --log-file guix build: error: no build log for '/gnu/store/a462kby1q51ndvxdv3b6p0rsixxrgx1h-hello-2.10' --8<---------------cut here---------------end--------------->8--- -- Sarah ------------=_1631546281-5695-1-- From unknown Sun Aug 17 01:48:19 2025 X-Loop: help-debbugs@gnu.org Subject: bug#50557: Unable to access remote logs Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Tue, 14 Sep 2021 13:36:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 50557 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Mathieu Othacehe Cc: 50557-done@debbugs.gnu.org, Sarah Morgensen Received: via spool by 50557-done@debbugs.gnu.org id=D50557.163162654512883 (code D ref 50557); Tue, 14 Sep 2021 13:36:01 +0000 Received: (at 50557-done) by debbugs.gnu.org; 14 Sep 2021 13:35:45 +0000 Received: from localhost ([127.0.0.1]:48028 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mQ8bA-0003Lj-TV for submit@debbugs.gnu.org; Tue, 14 Sep 2021 09:35:45 -0400 Received: from eggs.gnu.org ([209.51.188.92]:59814) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mQ8b9-0003LO-Rs for 50557-done@debbugs.gnu.org; Tue, 14 Sep 2021 09:35:44 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:53532) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mQ8b3-0005D2-RJ; Tue, 14 Sep 2021 09:35:38 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=35616 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mQ8aj-0002Eh-N7; Tue, 14 Sep 2021 09:35:29 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <86v935jnae.fsf@mgsn.dev> <87tuio8ynr.fsf@gnu.org> <87zgsgtsil.fsf@gnu.org> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 28 Fructidor an 229 de la =?UTF-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Tue, 14 Sep 2021 15:35:15 +0200 In-Reply-To: <87zgsgtsil.fsf@gnu.org> (Mathieu Othacehe's message of "Mon, 13 Sep 2021 17:16:50 +0200") Message-ID: <875yv35lgs.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) 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 (---) Salut Mathieu, Mathieu Othacehe skribis: >> Mathieu, can you think of a way we could address this? Maybe Cuirass >> could handle those /log URLs since it already has build log URLs anyway? > > I fixed it with 60190401ce4ccc890629ec3cb22a84a8ab8c2645 in Cuirass and > abaf1392287d50a7225cdb3e3f3f8b82b827c7db in maintenance. > > I now have: > > mathieu@meije ~$ guix build emacs --log-file --no-grafts > https://ci.guix.gnu.org/log/g24hw5dv5k89wqs83457xmjbd56whkab-emacs-27.2 That was quick, thanks a lot! Ludo=E2=80=99.