* bug#51837: [Cuirass] Wrong type: #f in cuirass/templates.scm @ 2021-11-14 11:14 Tobias Geerinckx-Rice via Bug reports for GNU Guix 2021-11-14 11:25 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix 2021-11-14 16:31 ` John Kehayias via Bug reports for GNU Guix 0 siblings, 2 replies; 5+ messages in thread From: Tobias Geerinckx-Rice via Bug reports for GNU Guix @ 2021-11-14 11:14 UTC (permalink / raw) To: 51837; +Cc: Mathieu Othacehe [-- Attachment #1: Type: text/plain, Size: 1071 bytes --] 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 [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 247 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#51837: [Cuirass] Wrong type: #f in cuirass/templates.scm 2021-11-14 11:14 bug#51837: [Cuirass] Wrong type: #f in cuirass/templates.scm Tobias Geerinckx-Rice via Bug reports for GNU Guix @ 2021-11-14 11:25 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix 2021-11-29 13:26 ` Mathieu Othacehe 2021-11-14 16:31 ` John Kehayias via Bug reports for GNU Guix 1 sibling, 1 reply; 5+ messages in thread From: Tobias Geerinckx-Rice via Bug reports for GNU Guix @ 2021-11-14 11:25 UTC (permalink / raw) Cc: othacehe, 51837 [-- Attachment #1: Type: text/plain, Size: 365 bytes --] I forgot what I once knew: Tobias Geerinckx-Rice via Bug reports for GNU Guix 写道: > ~$ curl -LI https://ci.guix.gnu.org/build/1618120/details Due to an unrelated Cuirass(/Guile?) bug -I wouldn't work either 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 [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 247 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#51837: [Cuirass] Wrong type: #f in cuirass/templates.scm 2021-11-14 11:25 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix @ 2021-11-29 13:26 ` Mathieu Othacehe 0 siblings, 0 replies; 5+ messages in thread From: Mathieu Othacehe @ 2021-11-29 13:26 UTC (permalink / raw) To: Tobias Geerinckx-Rice; +Cc: 51837-done 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 ^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#51837: [Cuirass] Wrong type: #f in cuirass/templates.scm 2021-11-14 11:14 bug#51837: [Cuirass] Wrong type: #f in cuirass/templates.scm Tobias Geerinckx-Rice via Bug reports for GNU Guix 2021-11-14 11:25 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix @ 2021-11-14 16:31 ` John Kehayias via Bug reports for GNU Guix 2021-11-14 16:59 ` John Kehayias via Bug reports for GNU Guix 1 sibling, 1 reply; 5+ messages in thread From: John Kehayias via Bug reports for GNU Guix @ 2021-11-14 16:31 UTC (permalink / raw) To: 51837@debbugs.gnu.org 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 builds 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 was before that as well. ^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#51837: [Cuirass] Wrong type: #f in cuirass/templates.scm 2021-11-14 16:31 ` John Kehayias via Bug reports for GNU Guix @ 2021-11-14 16:59 ` John Kehayias via Bug reports for GNU Guix 0 siblings, 0 replies; 5+ messages in thread From: John Kehayias via Bug reports for GNU Guix @ 2021-11-14 16:59 UTC (permalink / raw) To: 51837@debbugs.gnu.org > 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 builds 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 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 ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2021-11-29 13:41 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2021-11-14 11:14 bug#51837: [Cuirass] Wrong type: #f in cuirass/templates.scm Tobias Geerinckx-Rice via Bug reports for GNU Guix 2021-11-14 11:25 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix 2021-11-29 13:26 ` Mathieu Othacehe 2021-11-14 16:31 ` John Kehayias via Bug reports for GNU Guix 2021-11-14 16:59 ` John Kehayias via Bug reports for GNU Guix
Code repositories for project(s) associated with this external index https://git.savannah.gnu.org/cgit/guix.git This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.