From unknown Wed Aug 20 05:16:30 2025 X-Loop: help-debbugs@gnu.org Subject: bug#51837: [Cuirass] Wrong type: #f in cuirass/templates.scm Resent-From: Tobias Geerinckx-Rice Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Sun, 14 Nov 2021 11:18:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 51837 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 51837@debbugs.gnu.org Cc: Mathieu Othacehe X-Debbugs-Original-To: bug-guix@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.163688864323107 (code B ref -1); Sun, 14 Nov 2021 11:18:02 +0000 Received: (at submit) by debbugs.gnu.org; 14 Nov 2021 11:17:23 +0000 Received: from localhost ([127.0.0.1]:49271 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mmDVi-00060d-OU for submit@debbugs.gnu.org; Sun, 14 Nov 2021 06:17:22 -0500 Received: from lists.gnu.org ([209.51.188.17]:46102) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mmDVg-00060U-U6 for submit@debbugs.gnu.org; Sun, 14 Nov 2021 06:17:21 -0500 Received: from eggs.gnu.org ([209.51.188.92]:52190) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mmDVg-0004RF-QB for bug-guix@gnu.org; Sun, 14 Nov 2021 06:17:20 -0500 Received: from [2a02:c205:2020:6054::1] (port=53286 helo=tobias.gr) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mmDVd-0005cV-Tm for bug-guix@gnu.org; Sun, 14 Nov 2021 06:17:20 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; s=2018; bh=dnzW3trqQ9ng6 qbL8wJc9xCzSTfL2l8TGfbFLtNgKR0=; h=date:subject:cc:to:from; d=tobias.gr; b=dLApIWc26AoLVzgSikOxfFDG7x4ZIH90SKf2VGY3tFiLxpMngJ4Z4Un r/jvtQh1OquEPRSWPyH/WAETcZNnAFGmP81TJLsspZh/4SObpORMgVpcIGfVTOg4mqHi3j C84RTQuK0TCP0fj0ODDap6CgjsUPvADP29RJW5a3HQmmnP9+GBfovHROWfEGvIZVpnCx/U xIZYkVVnkk95cq5efSH9ut31CqB2mlRFd1cUg+wZS9jh8T7qp9WN+xk8OmCXM69pexfabZ s3w5Usko662sbqHTj9zzrtm9MBBZcsLZX6n69OjVvyWvgABxf6csHea4m78sbzGNPGqFnS GRWn7Rg== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id 3a1d5fc9 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Sun, 14 Nov 2021 11:17:11 +0000 (UTC) From: Tobias Geerinckx-Rice Date: Sun, 14 Nov 2021 12:14:40 +0100 BIMI-Selector: v=BIMI1; s=default; Message-ID: <87o86n0ywy.fsf@nckx> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Host-Lookup-Failed: Reverse DNS lookup failed for 2a02:c205:2020:6054::1 (failed) Received-SPF: pass client-ip=2a02:c205:2020:6054::1; envelope-from=me@tobias.gr; helo=tobias.gr X-Spam_score_int: -12 X-Spam_score: -1.3 X-Spam_bar: - X-Spam_report: (-1.3 / 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, RDNS_NONE=0.793, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.6 (-) 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.6 (--) --=-=-= Content-Type: text/plain; format=flowed Guix, The following page refuses to load: --8<---------------cut here---------------start------------->8--- ~$ curl -LI https://ci.guix.gnu.org/build/1618120/details HTTP/1.1 404 Not Found Server: nginx Date: Sun, 14 Nov 2021 11:16:01 GMT Content-Type: text/plain;charset=utf-8 Content-Length: 42 Connection: keep-alive --8<---------------cut here---------------end--------------->8--- Here's what gets logged in cuirass-web.log: --8<---------------cut here---------------start------------->8--- 2021-11-14T12:13:51 GET /build/1618120/details In cuirass/http.scm: 747:13 5 (url-handler _ _) In cuirass/templates.scm: 740:22 4 (build-details ((#:derivation . "/gnu/store/0rks1d?") ?) ?) In srfi/srfi-1.scm: 603:19 3 (map2 (1287823 1287827 1289462 1289463 1289464 # # # ?) ?) In cuirass/templates.scm: 747:51 2 (_ 1287823 _) 215:4 1 (status-class _) In ice-9/boot-9.scm: 1685:16 0 (raise-exception _ #:continuable? _) In procedure =: Wrong type: #f --8<---------------cut here---------------end--------------->8--- Kind regards, T G-R --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIMEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCYZDwPQ0cbWVAdG9iaWFz LmdyAAoJEA2w/4hPVW15WeEBAPFzDiKHsUk1ns5Tt+rF6AlmdfCSJG+w6TDlnVad 9KXOAQDLNpqlvYhsnrFBLLb09EZ1o+V0aguBRAtimZXsej2YBg== =RO7u -----END PGP SIGNATURE----- --=-=-=-- From unknown Wed Aug 20 05:16:30 2025 X-Loop: help-debbugs@gnu.org Subject: bug#51837: [Cuirass] Wrong type: #f in cuirass/templates.scm Resent-From: Tobias Geerinckx-Rice Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Sun, 14 Nov 2021 11:28:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 51837 X-GNU-PR-Package: guix X-GNU-PR-Keywords: Cc: othacehe@gnu.org, 51837@debbugs.gnu.org X-Debbugs-Original-Cc: Mathieu Othacehe , bug-guix@gnu.org, 51837@debbugs.gnu.org Received: via spool by submit@debbugs.gnu.org id=B.163688924224693 (code B ref -1); Sun, 14 Nov 2021 11:28:02 +0000 Received: (at submit) by debbugs.gnu.org; 14 Nov 2021 11:27:22 +0000 Received: from localhost ([127.0.0.1]:49289 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mmDfO-0006QD-Ko for submit@debbugs.gnu.org; Sun, 14 Nov 2021 06:27:22 -0500 Received: from lists.gnu.org ([209.51.188.17]:48650) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mmDfN-0006Q6-0l for submit@debbugs.gnu.org; Sun, 14 Nov 2021 06:27:21 -0500 Received: from eggs.gnu.org ([209.51.188.92]:53974) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mmDfL-0006pH-8H for bug-guix@gnu.org; Sun, 14 Nov 2021 06:27:20 -0500 Received: from [2a02:c205:2020:6054::1] (port=53290 helo=tobias.gr) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mmDfI-0006xk-Ax; Sun, 14 Nov 2021 06:27:18 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; s=2018; bh=BpKaw3OBQ1Irg yiSrK8rGlUhmRZhYcvQTAGii9EHw/c=; h=in-reply-to:date:subject:cc:from: references; d=tobias.gr; b=MA7oiWoeSnvY1phWJyMrLt+ZOHC9w+L8i+7zUzVDzVe K9Kry+0H7KLs/nOHuV/8SaASSJGcF3qkR6j/nu0J9//mCoKNZjrQir55FtulieEYf/Etoj pNRtOpPsWYDkloj0JpkB31KjiL5OYH+ylM/WiY1EkyHlUMJMwLOrrnHfDEMFItbykFHy+R I+ZTAaGORYNCT4eWRhq0IjrrY66spJXzITPUiwNhxm/88qcsBHNWLLlL0tBM90xZ2RFbVC mWJM3TR1Wx2XWEN994nTjjByWXaKRlg4tNPmhAkh+uerp8Kf/StqmQwOHpoVvirMak9QxN SXzpL0XPZ9gPBa+L+Nw== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id f2a4fed6 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Sun, 14 Nov 2021 11:27:11 +0000 (UTC) References: <87o86n0ywy.fsf@nckx> From: Tobias Geerinckx-Rice Date: Sun, 14 Nov 2021 12:25:29 +0100 In-reply-to: <87o86n0ywy.fsf@nckx> BIMI-Selector: v=BIMI1; s=default; Message-ID: <87k0hb0ygk.fsf@nckx> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Host-Lookup-Failed: Reverse DNS lookup failed for 2a02:c205:2020:6054::1 (failed) Received-SPF: pass client-ip=2a02:c205:2020:6054::1; envelope-from=me@tobias.gr; helo=tobias.gr X-Spam_score_int: -2 X-Spam_score: -0.3 X-Spam_bar: / X-Spam_report: (-0.3 / 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, MISSING_HEADERS=1.021, RDNS_NONE=0.793, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -0.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: -1.4 (-) --=-=-= Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable I forgot what I once knew: Tobias Geerinckx-Rice via Bug reports for GNU Guix =E5=86=99=E9=81=93=EF=BC= =9A > ~$ curl -LI https://ci.guix.gnu.org/build/1618120/details Due to an unrelated Cuirass(/Guile?) bug -I wouldn't work either=20 way: $ curl -LI https://ci.guix.gnu.org/ HTTP/1.1 404 Not Found but the page is still broken regardless. Kind regards, T G-R --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIMEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCYZDyiw0cbWVAdG9iaWFz LmdyAAoJEA2w/4hPVW15wkIA/1JR5wFl1xGGn9sElQNQKBSn9/FoKtd5ES/6R4UB 94dOAP9m4DZPpo6Y+9VzzZrA+evJ6C1jArQDPJ7qfBmxJxg3CQ== =6Zee -----END PGP SIGNATURE----- --=-=-=-- From unknown Wed Aug 20 05:16:30 2025 X-Loop: help-debbugs@gnu.org Subject: bug#51837: [Cuirass] Wrong type: #f in cuirass/templates.scm References: <87o86n0ywy.fsf@nckx> In-Reply-To: <87o86n0ywy.fsf@nckx> Resent-From: John Kehayias Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Sun, 14 Nov 2021 16:32:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 51837 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: "51837@debbugs.gnu.org" <51837@debbugs.gnu.org> Reply-To: John Kehayias Received: via spool by 51837-submit@debbugs.gnu.org id=B51837.163690750718102 (code B ref 51837); Sun, 14 Nov 2021 16:32:01 +0000 Received: (at 51837) by debbugs.gnu.org; 14 Nov 2021 16:31:47 +0000 Received: from localhost ([127.0.0.1]:51420 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mmIPz-0004ht-6W for submit@debbugs.gnu.org; Sun, 14 Nov 2021 11:31:47 -0500 Received: from mail-40134.protonmail.ch ([185.70.40.134]:45790) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mmIPx-0004he-6A for 51837@debbugs.gnu.org; Sun, 14 Nov 2021 11:31:46 -0500 Date: Sun, 14 Nov 2021 16:31:30 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1636907494; bh=UXsk3Noeic+sKQggfCbm2ixrk1X2vMd9mumsTDvoWDo=; h=Date:To:From:Reply-To:Subject:From; b=WjTpcvrTJIcWsrJjKvaCxB1MPV803Mstcqxab2uUwGi5qDvAF2cJh8FHEGWqatOpW NMrOHLupYeIDNoNa2q3b56RYjSNuHyyWF6At0Pzouzn47sKmFL1y/kW6L+7S4Bui35 JBE6sVD/ua3F6LnoP5NenY8bKHKlJ0iwCHIQGeoc= From: John Kehayias Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-1.2 required=10.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM shortcircuit=no autolearn=disabled version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on mailout.protonmail.ch X-Spam-Score: -0.0 (/) 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: -1.0 (-) I've noticed not getting build detail pages for in-progress or scheduled bu= ilds. I definitely noticed in the last few days with trying to see the buil= ds with the core-updates-frozen-batched-changes merge (there was a long gc = job forceably killed, maybe other wonkiness?). But I can't be sure if it wa= s before that as well. From unknown Wed Aug 20 05:16:30 2025 X-Loop: help-debbugs@gnu.org Subject: bug#51837: [Cuirass] Wrong type: #f in cuirass/templates.scm Resent-From: John Kehayias Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Sun, 14 Nov 2021 17:00:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 51837 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: "51837@debbugs.gnu.org" <51837@debbugs.gnu.org> Reply-To: John Kehayias Received: via spool by 51837-submit@debbugs.gnu.org id=B51837.163690916720985 (code B ref 51837); Sun, 14 Nov 2021 17:00:03 +0000 Received: (at 51837) by debbugs.gnu.org; 14 Nov 2021 16:59:27 +0000 Received: from localhost ([127.0.0.1]:51477 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mmIql-0005SO-8V for submit@debbugs.gnu.org; Sun, 14 Nov 2021 11:59:27 -0500 Received: from mail-4322.protonmail.ch ([185.70.43.22]:16099) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mmIqj-0005S7-2x for 51837@debbugs.gnu.org; Sun, 14 Nov 2021 11:59:25 -0500 Date: Sun, 14 Nov 2021 16:59:17 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1636909158; bh=sYnGwy+9noN1MmzE+kDUqvhqV1FzD4Pq1UrXBVerVDc=; h=Date:To:From:Reply-To:Subject:In-Reply-To:References:From; b=p8hgYd9rDCXuqn+r5GNnQKBET0v5qYxL4vQyH46CwvYjJeLuISah1zNbx6cUH68KX iAfTR/m+KW7ap1pUhKrYlCxSn/f9ua/XgqzKOMJd9wm0FuJHumUyPHkfqrMmedqfe8 izbIA/t/nMb/LqHLx6Jj1qc35ND283/6doY9IXz0= From: John Kehayias Message-ID: <5hDJbAf1B1LjubDM0_aWbxYtPP_3B7xgacGp1ran3hvasRNRhaN44MOwOcmMkwCx5xH_eJnyxILH_R0qwmxaKl64aXtJe8VLqZrlhcKXwD4=@protonmail.com> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-1.2 required=10.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM shortcircuit=no autolearn=disabled version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on mailout.protonmail.ch X-Spam-Score: -0.0 (/) 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: -1.0 (-) > I've noticed not getting build detail pages for in-progress or scheduled = builds. I definitely noticed in the last few days with trying to see the bu= ilds with the core-updates-frozen-batched-changes merge (there was a long g= c job forceably killed, maybe other wonkiness?). But I can't be sure if it = was before that as well. I take that back, seeing (recent, at least) failed builds also not show the= detail pages, like https://ci.guix.gnu.org/build/1618541/details From unknown Wed Aug 20 05:16:30 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: Tobias Geerinckx-Rice Subject: bug#51837: closed (Re: bug#51837: [Cuirass] Wrong type: #f in cuirass/templates.scm) Message-ID: References: <87tufvjdoa.fsf@gnu.org> <87o86n0ywy.fsf@nckx> X-Gnu-PR-Message: they-closed 51837 X-Gnu-PR-Package: guix Reply-To: 51837@debbugs.gnu.org Date: Mon, 29 Nov 2021 13:27:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1638192422-9113-1" This is a multi-part message in MIME format... ------------=_1638192422-9113-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #51837: [Cuirass] Wrong type: #f in cuirass/templates.scm 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 51837@debbugs.gnu.org. --=20 51837: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D51837 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1638192422-9113-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 51837-done) by debbugs.gnu.org; 29 Nov 2021 13:26:39 +0000 Received: from localhost ([127.0.0.1]:37414 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mrgg3-0002MB-2Y for submit@debbugs.gnu.org; Mon, 29 Nov 2021 08:26:39 -0500 Received: from eggs.gnu.org ([209.51.188.92]:41840) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mrgg0-0002Lu-P9 for 51837-done@debbugs.gnu.org; Mon, 29 Nov 2021 08:26:37 -0500 Received: from [2001:470:142:3::e] (port=42168 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mrgfv-00078W-Ec; Mon, 29 Nov 2021 08:26:31 -0500 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=sDN2q8zsQj01WkyazMmMYmCq/vGZEqWbXAP3jBI/Epg=; b=ZCf+d0Nf1dnJQzEPwR5T ansNWv7P3Snb31PdlE6z4wRH21tMezY2FpJGbGupUldqESClMXNOwVOR7h4lu1j9TNm6y0FezNwuY PipbQqZsRs5YDMUQ9bXMbSnmkZHWCuiDZdZVgGNwBMOaTG/JJj/ZgToY+QgqrR8SIh6cf0Lo9GcS3 CXIK4SUOwYZyvDxsOeznBSUrRX/GqgFNaKp4WKny0qTUirFiuC387DUSODa4yQ0Xu7VXwLD8fluAM 2oDUHeaVFKg+5/l/Fv9rPa05Yc0B3z3uDxslOkUkjJDBddBSgP+gVk9MHltCQhhEMRnCtd7o6pfnh Mp2FrRrrcmwIYw==; Received: from [2a01:e0a:19b:d9a0:45b5:a14a:5c75:5737] (port=50448 helo=meije) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mrgfv-0007N2-6S; Mon, 29 Nov 2021 08:26:31 -0500 From: Mathieu Othacehe To: Tobias Geerinckx-Rice Subject: Re: bug#51837: [Cuirass] Wrong type: #f in cuirass/templates.scm References: <87o86n0ywy.fsf@nckx> <87k0hb0ygk.fsf@nckx> Date: Mon, 29 Nov 2021 14:26:29 +0100 In-Reply-To: <87k0hb0ygk.fsf@nckx> (Tobias Geerinckx-Rice's message of "Sun, 14 Nov 2021 12:25:29 +0100") Message-ID: <87tufvjdoa.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: 51837-done Cc: 51837-done@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 (---) Hello Tobias, This error was likely caused by the core-updates-frozen-batched-changes specification removal in Cuirass. Some builds keep referring to removed specifications causing unexpected behaviours. The strange thing is that I'm using the "DELETE CASCADE" SQL property that should remove Builds pointing to a removed specification automatically. Regardless of this misunderstanding, it might not be great idea to remove specifications altogether because a build that is added by the core-updates-frozen specification might be referred by the master specification once the merge has happened. I introduced specification deactivation with https://git.savannah.gnu.org/cgit/guix/guix-cuirass.git/commit/?id=b362f06b9134f99a476e0f2ec32335ce6ddc6e8c to work around this problem. This is not yet deployed, but I think it should solve the issue you reported. Thanks, Mathieu ------------=_1638192422-9113-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 14 Nov 2021 11:17:23 +0000 Received: from localhost ([127.0.0.1]:49271 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mmDVi-00060d-OU for submit@debbugs.gnu.org; Sun, 14 Nov 2021 06:17:22 -0500 Received: from lists.gnu.org ([209.51.188.17]:46102) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mmDVg-00060U-U6 for submit@debbugs.gnu.org; Sun, 14 Nov 2021 06:17:21 -0500 Received: from eggs.gnu.org ([209.51.188.92]:52190) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mmDVg-0004RF-QB for bug-guix@gnu.org; Sun, 14 Nov 2021 06:17:20 -0500 Received: from [2a02:c205:2020:6054::1] (port=53286 helo=tobias.gr) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mmDVd-0005cV-Tm for bug-guix@gnu.org; Sun, 14 Nov 2021 06:17:20 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; s=2018; bh=dnzW3trqQ9ng6 qbL8wJc9xCzSTfL2l8TGfbFLtNgKR0=; h=date:subject:cc:to:from; d=tobias.gr; b=dLApIWc26AoLVzgSikOxfFDG7x4ZIH90SKf2VGY3tFiLxpMngJ4Z4Un r/jvtQh1OquEPRSWPyH/WAETcZNnAFGmP81TJLsspZh/4SObpORMgVpcIGfVTOg4mqHi3j C84RTQuK0TCP0fj0ODDap6CgjsUPvADP29RJW5a3HQmmnP9+GBfovHROWfEGvIZVpnCx/U xIZYkVVnkk95cq5efSH9ut31CqB2mlRFd1cUg+wZS9jh8T7qp9WN+xk8OmCXM69pexfabZ s3w5Usko662sbqHTj9zzrtm9MBBZcsLZX6n69OjVvyWvgABxf6csHea4m78sbzGNPGqFnS GRWn7Rg== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id 3a1d5fc9 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Sun, 14 Nov 2021 11:17:11 +0000 (UTC) From: Tobias Geerinckx-Rice To: bug-guix@gnu.org Subject: [Cuirass] Wrong type: #f in cuirass/templates.scm Date: Sun, 14 Nov 2021 12:14:40 +0100 BIMI-Selector: v=BIMI1; s=default; Message-ID: <87o86n0ywy.fsf@nckx> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Host-Lookup-Failed: Reverse DNS lookup failed for 2a02:c205:2020:6054::1 (failed) Received-SPF: pass client-ip=2a02:c205:2020:6054::1; envelope-from=me@tobias.gr; helo=tobias.gr X-Spam_score_int: -12 X-Spam_score: -1.3 X-Spam_bar: - X-Spam_report: (-1.3 / 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, RDNS_NONE=0.793, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.6 (-) X-Debbugs-Envelope-To: submit Cc: Mathieu Othacehe 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.6 (--) --=-=-= Content-Type: text/plain; format=flowed Guix, The following page refuses to load: --8<---------------cut here---------------start------------->8--- ~$ curl -LI https://ci.guix.gnu.org/build/1618120/details HTTP/1.1 404 Not Found Server: nginx Date: Sun, 14 Nov 2021 11:16:01 GMT Content-Type: text/plain;charset=utf-8 Content-Length: 42 Connection: keep-alive --8<---------------cut here---------------end--------------->8--- Here's what gets logged in cuirass-web.log: --8<---------------cut here---------------start------------->8--- 2021-11-14T12:13:51 GET /build/1618120/details In cuirass/http.scm: 747:13 5 (url-handler _ _) In cuirass/templates.scm: 740:22 4 (build-details ((#:derivation . "/gnu/store/0rks1d?") ?) ?) In srfi/srfi-1.scm: 603:19 3 (map2 (1287823 1287827 1289462 1289463 1289464 # # # ?) ?) In cuirass/templates.scm: 747:51 2 (_ 1287823 _) 215:4 1 (status-class _) In ice-9/boot-9.scm: 1685:16 0 (raise-exception _ #:continuable? _) In procedure =: Wrong type: #f --8<---------------cut here---------------end--------------->8--- Kind regards, T G-R --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIMEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCYZDwPQ0cbWVAdG9iaWFz LmdyAAoJEA2w/4hPVW15WeEBAPFzDiKHsUk1ns5Tt+rF6AlmdfCSJG+w6TDlnVad 9KXOAQDLNpqlvYhsnrFBLLb09EZ1o+V0aguBRAtimZXsej2YBg== =RO7u -----END PGP SIGNATURE----- --=-=-=-- ------------=_1638192422-9113-1--