From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id GC+zAEhB+mIOfAEAbAwnHQ (envelope-from ) for ; Mon, 15 Aug 2022 14:51:20 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id aAjaAEhB+mIsPgEA9RJhRA (envelope-from ) for ; Mon, 15 Aug 2022 14:51:20 +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 7443133D0C for ; Mon, 15 Aug 2022 14:51:19 +0200 (CEST) Received: from localhost ([::1]:50402 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oNZYs-0002C5-IH for larch@yhetil.org; Mon, 15 Aug 2022 08:51:18 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:44430) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oNZWg-0000gP-56 for bug-guix@gnu.org; Mon, 15 Aug 2022 08:49:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:51458) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oNZWf-0004Bz-Sm for bug-guix@gnu.org; Mon, 15 Aug 2022 08:49:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oNZWf-00008j-Od for bug-guix@gnu.org; Mon, 15 Aug 2022 08:49:01 -0400 X-Loop: help-debbugs@gnu.org Subject: bug#57215: ci: Fail to evaluate Guix specification Resent-From: Mathieu Othacehe Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Mon, 15 Aug 2022 12:49:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 57215 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 57215@debbugs.gnu.org Received: via spool by 57215-submit@debbugs.gnu.org id=B57215.1660567737527 (code B ref 57215); Mon, 15 Aug 2022 12:49:01 +0000 Received: (at 57215) by debbugs.gnu.org; 15 Aug 2022 12:48:57 +0000 Received: from localhost ([127.0.0.1]:41207 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oNZWb-00008Q-CF for submit@debbugs.gnu.org; Mon, 15 Aug 2022 08:48:57 -0400 Received: from eggs.gnu.org ([209.51.188.92]:59734) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oNZWZ-00008E-SS for 57215@debbugs.gnu.org; Mon, 15 Aug 2022 08:48:56 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:38312) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oNZWU-00044y-JW for 57215@debbugs.gnu.org; Mon, 15 Aug 2022 08:48:50 -0400 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=t8FWQPdYcof/215CE0xGMKi/+KuekY3iRkqJ4smMtS8=; b=P6WoVQH0dMPaQ0piAp3M UI5K8OQyrOCsoxXoPHmGi75FeGBPxzhxiwuVW7W3sPCK8dJOK4fHAf4D1Bvf+CcgYYLFU+fu+ijAV UhIqjCgf4dE6rgIqwAi+qsv17tZb6i6TnUu2Tas8ybH1ZOwttcCU0vzF7mACT5wQRPYRMtIZ1AqC0 BdOztU2sPDJMGmBu1wmBhyQuh8ptNRa62omiaFV2+OpsVnJKfz7DC9jJWPcjTMKuLL/3bAWytK9se jkYBUGhTBQYV0CoWoLEiWc2n4+ef4tZEuQlfU1UmA/btUcEzKqCKxKwLKT9/+Pt7z1bO6K9uVgEv2 Ql8eyb7RmqgUBg==; Received: from 2a02-8429-81d2-3d01-94c9-8097-ea5c-2775.rev.sfr.net ([2a02:8429:81d2:3d01:94c9:8097:ea5c:2775]:42416 helo=meije) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oNZWU-00007X-5H for 57215@debbugs.gnu.org; Mon, 15 Aug 2022 08:48:50 -0400 From: Mathieu Othacehe References: <87v8qu1tv9.fsf@gnu.org> <87r11hd8bh.fsf@gnu.org> Date: Mon, 15 Aug 2022 14:48:47 +0200 In-Reply-To: <87r11hd8bh.fsf@gnu.org> (Mathieu Othacehe's message of "Mon, 15 Aug 2022 14:01:38 +0200") Message-ID: <87mtc5d64w.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain 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 X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1660567879; 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: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=t8FWQPdYcof/215CE0xGMKi/+KuekY3iRkqJ4smMtS8=; b=pDsRxDcu7/TLTD0Pyd9RE6vNwsCGpSw78msHIegDDPlFAKL9HWWf0h40mbMdbt5GN6ZyRx BhRRyPqT35ZGxRcgy7bnSBzIp38suXuHupuw9VA/CV/dDAl/Mq8vXLRTAJoDbzg43e4mUY rilNDUd7hNoZtaG7bbLjhsxi+hWNEZXpiq1AmOJIxa1PaXmxmt/GPrev4CG4tQx6DWSz6A spKXDV+Tv1/qGcpqo5hP/FM8NZDhweH26Q1vxz00B80HpaSwAqQ4RtQo5lIaPT9Y1gGlK6 sfYGZicDu3bCE+Vz5JOF7tDL/K1VesRwrpEJ7IRaxTCcS3YpnAZvzUnrTFVMAw== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1660567879; a=rsa-sha256; cv=none; b=uicM7sERnuhSQgETWx8FlxjEWztq9zHXGIEOjZBkIY6uiwkANpg7NDcoS4UKavbVJ5AJ3Y DIvnztFGz4yymiTFtm6Nek+XBbsck6mJcS1q1KNB04LdQo3C+HZNl5XP8RxTbr4Vkm8wis blvZ7xduV7JeNkdH2CSHw4lAGEtbDtemMAfVK5A6xUhYliREmJ/Xj78Ls3KhrgF2vGNLgY mYHlQIteQLMpxpxFo5sBTsHOPwqRNilqnyAo5pMqSKseUIl9aVe2/NkIvaqRZDkoVChXgs FbT0L3xF9KV45IvbPV/PQkbq9xMuqIb811sYABQgLZT3aV+fiHnbaKjbVMMmYQ== 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=P6WoVQH0; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -4.66 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=P6WoVQH0; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 7443133D0C X-Spam-Score: -4.66 X-Migadu-Scanner: scn0.migadu.com X-TUID: wLEdm3S5W3gD With symbols: #0 0x00007f63a4b15030 in raise () from /gnu/store/5h2w4qi9hk1qzzgi1w83220ydslinr4s-glibc-2.33/lib/libc.so.6 #1 0x00007f63a4aff526 in abort () from /gnu/store/5h2w4qi9hk1qzzgi1w83220ydslinr4s-glibc-2.33/lib/libc.so.6 #2 0x00007f63a5091198 in scm_dynstack_unwind_1.isra.0 (dynstack=) at dynstack.c:426 #3 0x00007f63a5135728 in scm_dynstack_unwind (base=, dynstack=) at dynstack.c:443 #4 abort_to_prompt (thread=0x7f639a182000, saved_mra=) at vm.c:1454 #5 0x00007f637620b25f in ?? () #6 0x00007f639cf5bacc in ?? () #7 0x00007f63806f08a0 in ?? () #8 0x0000000000000006 in ?? () #9 0x00007f63a50d3ccc in scm_jit_enter_mcode (thread=0x7f639a182000, mcode=0x7f637620b276 "L\213c\030I\213L$\020H\215", ) at jit.c:6038 #10 0x00007f63a5128f3c in vm_regular_engine (thread=0x7f639a182000) at vm-engine.c:360 #11 0x00007f63a51365e9 in scm_call_n (proc=, argv=, nargs=0) at vm.c:1608 #12 0x00007f63a509aa0e in scm_call_with_unblocked_asyncs (proc=0x7f6374320f40) at async.c:406 #13 0x00007f63a5129336 in vm_regular_engine (thread=0x7f639a182000) at vm-engine.c:972 #14 0x00007f63a51365e9 in scm_call_n (proc=, argv=, nargs=0) at vm.c:1608 #15 0x00007f63a5125be6 in really_launch (d=0x7f6374290240) at threads.c:778 #16 0x00007f63a509c85a in c_body (d=0x7f6371e2bd80) at continuations.c:430 #17 0x00007f63761b3482 in ?? () #18 0x00007f639cf5b7e0 in ?? () #19 0x00007f639b24ae30 in ?? () #20 0x0000000000000048 in ?? () #21 0x00007f63a50d3ccc in scm_jit_enter_mcode (thread=0x7f639a182000, mcode=0x80d4f4 "\034<\003") at jit.c:6038 #22 0x00007f63a5128f3c in vm_regular_engine (thread=0x7f639a182000) at vm-engine.c:360 #23 0x00007f63a51365e9 in scm_call_n (proc=, argv=, nargs=2) at vm.c:1608 #24 0x00007f63a509e09a in scm_call_2 (proc=, arg1=, arg2=) at eval.c:503 #25 0x00007f63a5154752 in scm_c_with_exception_handler.constprop.0 (type=0x404, handler_data=handler_data@entry=0x7f6371e2bd10, thunk_data=thunk_data@entry=0x7f6371e2bd10, thunk=, handler=) at exceptions.c:170 #26 0x00007f63a512688f in scm_c_catch (tag=, body=, body_data=, handler=, handler_data=, pre_unwind_handler=, pre_unwind_handler_data=0x7f639d0e8000) at throw.c:168 #27 0x00007f63a509ee66 in scm_i_with_continuation_barrier (pre_unwind_handler=0x7f63a509eb80 , pre_unwind_handler_data=0x7f639d0e8000, handler_data=0x7f6371e2bd80, handler=0x7f63a50a58b0 , body_data=0x7f6371e2bd80, body=0x7f63a509c850 ) at continuations.c:368 #28 scm_c_with_continuation_barrier (func=, data=) at continuations.c:464 #29 0x00007f63a5125b39 in with_guile (base=0x7f6371e2be08, data=0x7f6371e2be30) at threads.c:645 #30 0x00007f63a4ffc0ba in GC_call_with_stack_base () from /gnu/store/2lczkxbdbzh4gk7wh91bzrqrk7h5g1dl-libgc-8.0.4/lib/libgc.so.1 #31 0x00007f63a511e16d in scm_i_with_guile (dynamic_state=, data=0x7f6374290240, func=0x7f63a5125b70 ) at threads.c:688 #32 launch_thread (d=0x7f6374290240) at threads.c:787 #33 0x00007f63a4fd2d7e in ?? () from /gnu/store/5h2w4qi9hk1qzzgi1w83220ydslinr4s-glibc-2.33/lib/libpthread.so.0 #34 0x00007f63a4bd0eff in clone () from /gnu/store/5h2w4qi9hk1qzzgi1w83220ydslinr4s-glibc-2.33/lib/libc.so.6 Mathieu