From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:403:4789::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id sM2WCQYsMWW+fwEAauVa8A:P1 (envelope-from ) for ; Thu, 19 Oct 2023 15:15:50 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:4789::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id sM2WCQYsMWW+fwEAauVa8A (envelope-from ) for ; Thu, 19 Oct 2023 15:15:50 +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 E2D7864AE6 for ; Thu, 19 Oct 2023 15:15:49 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20230601 header.b=EdinGs8l; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1697721350; a=rsa-sha256; cv=none; b=ncClG1lXwHhVwdEEYvg1XuKUqDTP/vXu3P6B5NMWaUW8raHs5sXoitCuElFkJiQ0KN6XlS R1wxIHcCc2QHQCIYW1/YepbdQagXIpBjdZdrolQv20O/PXMZA/GdHa0khXedB+L7qu/b0V StlJsdhERuVf/DFnA2S5BzQ0r2+9hYwQ2+cin65WgK50NGr3qhj8biAnVOxF6imlABCQHz Kwd2JKbd3QAJy9gnKWJACrquUCtodkIDT5URHFB+RYJ1vIw+kXITPQUCtYB2BjOgMS6vEz RiKkJpFrbxryhtHPQxd1nParIiqraYlVREvPSVrrhyCLEYnjSGZonfo0x4K/9A== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20230601 header.b=EdinGs8l; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1697721350; 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=fT7QasneeUUw6v7KJk6SJzCliBfugeHsCwOiYHP2oDQ=; b=jrks0CcnKKbgqcBzPhNQO+O6Ti6fewA+as4Fw3WFI5o/KgaqBtKj64xFxKCwhn3+SrFu3k xWoQy8u/p8KByFFJosr+6r7rnHmigkT4Hmi6sbuRwCms4hTVQpm/27XXECjAdkVZwOukac LoOvLkSKVd8a+JUKzruOZlzr5txnGTQj29Cau9GeCVJGqSzJ8dd6tDA9rqfVxXXrWWi4zt U/oyTQoridtZVE2+wfV41yPcVvRz6+F7MOZle2DxXJoWAijl3mM+/Jqy8yBcIAm/2sjjFr GOP4afrB0UigKiuz6pyqn9PPlSljh0dvn9vHD32vXAeNZX2WV2vQhBogwcmDWQ== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qtSsE-0005xc-Dr; Thu, 19 Oct 2023 09:15:38 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qtSsB-0005qY-Vc for guix-patches@gnu.org; Thu, 19 Oct 2023 09:15:36 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qtSsB-0003TM-Jv for guix-patches@gnu.org; Thu, 19 Oct 2023 09:15:35 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qtSsb-0003xw-OG for guix-patches@gnu.org; Thu, 19 Oct 2023 09:16:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#42146] [PATCH core-updates 1/?] build: substitute: Don't fail silently. Resent-From: Maxim Cournoyer Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 19 Oct 2023 13:16:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 42146 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Jakub =?UTF-8?Q?K=C4=85dzio=C5=82ka?= Cc: 42146@debbugs.gnu.org Received: via spool by 42146-submit@debbugs.gnu.org id=B42146.169772132814965 (code B ref 42146); Thu, 19 Oct 2023 13:16:01 +0000 Received: (at 42146) by debbugs.gnu.org; 19 Oct 2023 13:15:28 +0000 Received: from localhost ([127.0.0.1]:36091 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qtSs4-0003tF-0Z for submit@debbugs.gnu.org; Thu, 19 Oct 2023 09:15:28 -0400 Received: from mail-oa1-x2b.google.com ([2001:4860:4864:20::2b]:57525) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qtSs2-0003sp-7b for 42146@debbugs.gnu.org; Thu, 19 Oct 2023 09:15:27 -0400 Received: by mail-oa1-x2b.google.com with SMTP id 586e51a60fabf-1dd71c0a41fso4888595fac.2 for <42146@debbugs.gnu.org>; Thu, 19 Oct 2023 06:14:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1697721293; x=1698326093; darn=debbugs.gnu.org; h=content-transfer-encoding:mime-version:user-agent:message-id:date :references:in-reply-to:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=fT7QasneeUUw6v7KJk6SJzCliBfugeHsCwOiYHP2oDQ=; b=EdinGs8lqL2AlyjrSdgPRcihTzOemYek7x8taKYpqnhs2hIqk4TSmRLGnDAZWlGKnK fRGiedegN8ITPEmDbAoKVB8qN9D11A8iIXl7YGocl8ll2UMO1JEjPVmaC7ml8T38ZFs9 06IS+nx6jy1x4PvlQGmwFe68bGVIerwil8zAzm0LB8N1mEv0YkHDn9nYo67XPKf4hh5T qkk3dleIimDuzixwcbO/mMO4XCwrTakunnERtv++TNr/DQhlcQr+bHmqgzABodaDf7xs eLX1Kvv+llPsR12cMQZpKKfTh8kQTMulqfeVWRZ5iZlZ9VLbqmc2eqMHy9cLMR5NuDPF 4T2A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1697721293; x=1698326093; h=content-transfer-encoding:mime-version:user-agent:message-id:date :references:in-reply-to:subject:cc:to:from:x-gm-message-state:from :to:cc:subject:date:message-id:reply-to; bh=fT7QasneeUUw6v7KJk6SJzCliBfugeHsCwOiYHP2oDQ=; b=cAv3vaiUP8cl6hJgy3ZF5D4gpRoKkijJ9/1xwEmmM5+MKyzmSLxqNjHF4cIaS9oHrS G+DPpFEpL2g9+0QumIhMm8GY/8zWEpOEqebxnd04w+cdhWVWatCPZTvNTHHi//KCgW0J 9NIVf48bDLfInGoLAoU+DvczGZabbgv5aJ/k9dWIWU0zEIPWCd7kGbVwEhYt8IEyaXX/ VjT9yz7CqBlUvamYS2v70m0iOJ/Gh999bU0AKoN4EOQ9hNRhXLC73duC7OP30yYpKeVh 9qrxqKYMIGpl8Yz6U8vycYAsBzsuNlVGtjysLmNPBnxvKcm8VOyTaaw3UPOToGDqLMgN kJOg== X-Gm-Message-State: AOJu0YwfFZZtzDE2/s4SBLkyy7Ohej3WFsgER+Ns1w32x+RQp+oO3ZKX 74jrBg9YtkyrjQtXZsARsNTF0bkarJntLA== X-Google-Smtp-Source: AGHT+IHgj3IX/Nn1l0ifoYjULnMdLmuqO1qkFbFN2E0H+Ypm9vJjTNcUZF3Ic3Lm8URZEdAs92wZEg== X-Received: by 2002:a05:6870:a102:b0:1e9:b305:6831 with SMTP id m2-20020a056870a10200b001e9b3056831mr2516941oae.42.1697721292929; Thu, 19 Oct 2023 06:14:52 -0700 (PDT) Received: from hurd (dsl-156-111.b2b2c.ca. [66.158.156.111]) by smtp.gmail.com with ESMTPSA id t7-20020ac86a07000000b004197d6d97c4sm718091qtr.24.2023.10.19.06.14.52 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 19 Oct 2023 06:14:52 -0700 (PDT) From: Maxim Cournoyer In-Reply-To: <20200630225007.tw2rcfbmzh3wvthf@gravity> ("Jakub =?UTF-8?Q?K=C4=85dzio=C5=82ka?="'s message of "Wed, 1 Jul 2020 00:50:07 +0200") References: <20200630220913.14665-1-kuba@kadziolka.net> <20200630225007.tw2rcfbmzh3wvthf@gravity> Date: Thu, 19 Oct 2023 09:14:51 -0400 Message-ID: <87wmvioit0.fsf_-_@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) 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: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-Migadu-Scanner: mx1.migadu.com X-Migadu-Spam-Score: 3.40 X-Spam-Score: 3.40 X-Migadu-Queue-Id: E2D7864AE6 X-TUID: GNHmGnMJWl9I Hi Jakub, Sorry for the late reply; nice series! Jakub K=C4=85dzio=C5=82ka writes: > The error messages I'm getting from this are quite indirect - there are > wrapped in quite a few layers. Is there a better way to report errors > inside a build utility? > > ice-9/eval.scm:387:11: In procedure eval: > ice-9/eval.scm:387:11: Throw to key `srfi-34' with args `(#)'. > builder for `/gnu/store/wdyzzh7rkg47hfp434w72ly9nay1yva1-mes-boot-0.22.dr= v' failed with exit code 1 I don't think it's possible currently; I guess we'd have to serialize the exceptions in the builder to recover them on the host to present them in a nicer fashion. --=20 Thanks, Maxim