From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id YJ6BOV4mnWHDKwEAgWs5BA (envelope-from ) for ; Tue, 23 Nov 2021 18:35:26 +0100 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id QBk6NV4mnWEIawAA1q6Kng (envelope-from ) for ; Tue, 23 Nov 2021 17:35:26 +0000 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 82F7A8760 for ; Tue, 23 Nov 2021 18:35:26 +0100 (CET) Received: from localhost ([::1]:54486 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mpZhV-0002Dx-Jw for larch@yhetil.org; Tue, 23 Nov 2021 12:35:25 -0500 Received: from eggs.gnu.org ([209.51.188.92]:51248) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mpZh8-0001iU-R7 for bug-guix@gnu.org; Tue, 23 Nov 2021 12:35:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:40658) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mpZh8-0004UW-Hp for bug-guix@gnu.org; Tue, 23 Nov 2021 12:35:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mpZh8-00042u-F0 for bug-guix@gnu.org; Tue, 23 Nov 2021 12:35:02 -0500 Subject: bug#52060: [core-updates-frozen] Guile crash during evaluation on Cuirass Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Date: Tue, 23 Nov 2021 17:35:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 52060 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 52060-done@debbugs.gnu.org Mail-Followup-To: 52060@debbugs.gnu.org, ludo@gnu.org, ludo@gnu.org Received: via spool by 52060-done@debbugs.gnu.org id=D52060.163768887815474 (code D ref 52060); Tue, 23 Nov 2021 17:35:02 +0000 Received: (at 52060-done) by debbugs.gnu.org; 23 Nov 2021 17:34:38 +0000 Received: from localhost ([127.0.0.1]:52196 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mpZgj-00041R-BD for submit@debbugs.gnu.org; Tue, 23 Nov 2021 12:34:37 -0500 Received: from eggs.gnu.org ([209.51.188.92]:50378) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mpZgh-000418-7O for 52060-done@debbugs.gnu.org; Tue, 23 Nov 2021 12:34:35 -0500 Received: from [2001:470:142:3::e] (port=55404 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 1mpZgb-0004RW-WC for 52060-done@debbugs.gnu.org; Tue, 23 Nov 2021 12:34:30 -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=dcL2wtkg/CDrBkxzZYR2Az+eP85NCIXsHn/3kl+6ju0=; b=ckQwtHdmOkC4EY3G90KK cDLhLjNyNUuyH0yIcywKiaFnl4EO9eMBjHmXG0YML+NscdJDzE+shixP6x7cjdP9SATgBRe7z5VAP jBChnKtH6ow/WZa72XpZ+SAMiYcXNmmbrn27LQBHEs7F0ACzRY69wjEwZ5RoVOSMVhQs3vHcvpwxX 8rw29TNF1v8732JPYF7OnpM929hVekGL/8SA8IEDw+Sh9r8a5mcMEj0+T6vgHnnC6z5J6wnSp7nBt smNicGNf1jK0IR82XcTaxqw+FXBCeOstwFZWrxRvtYrQp5SGb3bNTtecvp61LGld2YHNSc/WXwnCV UswoHi20adquXQ==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:49641 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mpZgb-00060Z-Q6 for 52060-done@debbugs.gnu.org; Tue, 23 Nov 2021 12:34:30 -0500 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87czmrj5eo.fsf@inria.fr> Date: Tue, 23 Nov 2021 18:34:28 +0100 In-Reply-To: <87czmrj5eo.fsf@inria.fr> ("Ludovic =?UTF-8?Q?Court=C3=A8s?="'s message of "Tue, 23 Nov 2021 15:46:55 +0100") Message-ID: <87a6huixnf.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-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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1637688926; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-to: 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=dcL2wtkg/CDrBkxzZYR2Az+eP85NCIXsHn/3kl+6ju0=; b=ldGfcW97/yRjVp6/5O5HfYVfB3PZwXP6KzZVuR4kwD/Dl4OYIODQS79E+lqWfa5+ghKfq9 YxmYmVrfUCjkQX9RWgyjclJ9KhLVvO866Csi4v7wqNifVt/0OjU1t21CJsW9jyPtvcGMHL 0qGXr4DF9hjw0iAq98m4UkUdANLXIk7vjDCtmggkyoqjd351+vNr1BcU8Y5OHsoRWOqzvj Bi+w0Bz9UZ/Bm5jYsOPIKQP8FoUkzGDaDJgR5nQth44nwySzhDicXgM9n1L2Hwe7EbtuCR anKZ1NJnx64uxtIScw0OcAFFRfSN7rVV+aQALVukoJ4Z3SRWowmI4MfVfCv6UA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1637688926; a=rsa-sha256; cv=none; b=aT2/hkA05I9GvDjvc4+FtWPyustww7UTAClC2QqPQd+zz6XWdWG9AFZKQ0gS5a/UanXMlQ ukIOSjcL6DWi3ZT47XKFv7y+vi4QALsXohuf1Cwlm6akwNfHtPvRjArRYuU8O1578b3tHo /4VOAQBgUmqD5teApRh2cYtkvlccC7O1AKp91nJFPLQjzOO4Fv/gqcrZiWa749n6KT0EEs 6lq+fdBAiXQGVlP+3rA5SNK0eSPv/2deYDlYVkCNxB7mlofnY3v9Z9TzTbhXYONcNyQ18y pIPLViP+LKCPfTynvuU+TDZshdTw6vJHI7arslv+AoWzS3biG/i7Hb63pHxGNQ== 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=ckQwtHdm; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of bug-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=bug-guix-bounces@gnu.org X-Migadu-Spam-Score: -3.59 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=ckQwtHdm; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of bug-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=bug-guix-bounces@gnu.org X-Migadu-Queue-Id: 82F7A8760 X-Spam-Score: -3.59 X-Migadu-Scanner: scn1.migadu.com X-TUID: IkUZqFWvoZ0u Ludovic Court=C3=A8s skribis: > Guile aborts while evaluating commit > b15e543d303ea58fdc0f0541c708389f9d513e3d of =E2=80=98core-updates-frozen= =E2=80=99: Running =E2=80=98make cuirass-jobs=E2=80=99 from that commit gave me a clea= rer message: --8<---------------cut here---------------start------------->8--- $ make cuirass-jobs [=E2=80=A6] Generating package cache for '/gnu/store/h9kcxvinlnpm2f51ahwxwk5g7886q65b-p= rofile'... (values (value "/gnu/store/xmmbv653r8kk1zyd83l8z2i7z1i3yqyn-guix-package-ca= che/lib/guix/package.cache")) @ build-succeeded /gnu/store/qia7z24768cv7b252b6xa0nq3syr5hx8-guix-package-= cache.drv - @ build-started /gnu/store/7jnn5bm7c99fc623vyyhk9vdyi0gzmrr-profile.drv - x= 86_64-linux /var/log/guix/drvs/7j//nn5bm7c99fc623vyyhk9vdyi0gzmrr-profile.d= rv.bz2 6263 @ build-succeeded /gnu/store/7jnn5bm7c99fc623vyyhk9vdyi0gzmrr-profile.drv - In thread: uncaught throw to %exception: (#<&inferior-exception arguments: (%exception= #>) inferior: # stack: ((#f ("ice-9/boot-9.scm" 1779 13)) (raise-exception ("ice-= 9/boot-9.scm" 1682 16)) (raise-exception ("ice-9/boot-9.scm" 1684 16)) (#f = ("gnu/packages/version-control.scm" 865 17)) (force (#f #f #f)) (origin->de= rivation ("guix/packages.scm" 1955 2)) (#f ("guix/gexp.scm" 295 51)) (#f ("= guix/store.scm" 1959 13)) (#f ("guix/gexp.scm" 895 13)) (run-with-store ("g= uix/store.scm" 2122 24)) (call-with-build-handler ("guix/store.scm" 1319 8)= ) (map/accumulate-builds ("guix/store.scm" 1384 9)) (#f ("guix/store.scm" 2= 007 12)) (#f ("guix/gexp.scm" 890 4)) (#f ("guix/gexp.scm" 1044 2)) (#f ("g= uix/gexp.scm" 1178 2)) (#f ("guix/packages.scm" 1852 11)) (#f ("guix/store.= scm" 1959 8)) (run-with-store ("guix/store.scm" 2122 24)) (#f ("gnu/ci.scm"= 404 24)) (filter-map ("srfi/srfi-1.scm" 690 23)) (#f ("gnu/ci.scm" 532 13)= ) (map1 ("srfi/srfi-1.scm" 585 17)) (append-map ("srfi/srfi-1.scm" 672 15))= (cuirass-jobs ("gnu/ci.scm" 516 4)) (#f ("ice-9/eval.scm" 158 9)) (with-ex= ception-handler ("ice-9/boot-9.scm" 1751 10)) (call-with-prompt ("ice-9/boo= t-9.scm" 723 2)) (dynamic-wind ("ice-9/boot-9.scm" 141 2)) (#f (#f #f #f)) = (#f ("guix/repl.scm" 98 21)) (with-exception-handler ("ice-9/boot-9.scm" 17= 51 10)) (with-exception-handler ("ice-9/boot-9.scm" 1746 15)) (#f ("guix/re= pl.scm" 125 7)))>) In thread: uncaught throw to %exception: (#<&inferior-exception arguments: (%exception= #>) inferior: # stack: ((#f ("ice-9/boot-9.scm" 1779 13)) (raise-exception ("ice-= 9/boot-9.scm" 1682 16)) (raise-exception ("ice-9/boot-9.scm" 1684 16)) (#f = ("gnu/packages/version-control.scm" 865 17)) (force (#f #f #f)) (origin->de= rivation ("guix/packages.scm" 1955 2)) (#f ("guix/gexp.scm" 295 51)) (#f ("= guix/store.scm" 1959 13)) (#f ("guix/gexp.scm" 895 13)) (run-with-store ("g= uix/store.scm" 2122 24)) (call-with-build-handler ("guix/store.scm" 1319 8)= ) (map/accumulate-builds ("guix/store.scm" 1384 9)) (#f ("guix/store.scm" 2= 007 12)) (#f ("guix/gexp.scm" 890 4)) (#f ("guix/gexp.scm" 1044 2)) (#f ("g= uix/gexp.scm" 1178 2)) (#f ("guix/packages.scm" 1852 11)) (#f ("guix/store.= scm" 1959 8)) (run-with-store ("guix/store.scm" 2122 24)) (#f ("gnu/ci.scm"= 404 24)) (filter-map ("srfi/srfi-1.scm" 690 23)) (#f ("gnu/ci.scm" 532 13)= ) (map1 ("srfi/srfi-1.scm" 585 17)) (append-map ("srfi/srfi-1.scm" 672 15))= (cuirass-jobs ("gnu/ci.scm" 516 4)) (#f ("ice-9/eval.scm" 158 9)) (with-ex= ception-handler ("ice-9/boot-9.scm" 1751 10)) (call-with-prompt ("ice-9/boo= t-9.scm" 723 2)) (dynamic-wind ("ice-9/boot-9.scm" 141 2)) (#f (#f #f #f)) = (#f ("guix/repl.scm" 98 21)) (with-exception-handler ("ice-9/boot-9.scm" 17= 51 10)) (with-exception-handler ("ice-9/boot-9.scm" 1746 15)) (#f ("guix/re= pl.scm" 125 7)))>) --8<---------------cut here---------------end--------------->8--- That doesn=E2=80=99t explain the scary SIGABRT, but at least this issue was= due to the missing =E2=80=9Clibgit2-mtime-0.patch=E2=80=9D file and is fixed by 0677443c45c89c64ee3a62849b76d8e8a6ddfb17. Ludo=E2=80=99.