From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 14 17:41:43 2025 Received: (at submit) by debbugs.gnu.org; 14 Feb 2025 22:41:43 +0000 Received: from localhost ([127.0.0.1]:52198 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tj4NT-0007k4-BH for submit@debbugs.gnu.org; Fri, 14 Feb 2025 17:41:43 -0500 Received: from lists.gnu.org ([2001:470:142::17]:43216) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tj4NQ-0007ji-Jb for submit@debbugs.gnu.org; Fri, 14 Feb 2025 17:41:41 -0500 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 1tj4NJ-00012Q-0n for guix-patches@gnu.org; Fri, 14 Feb 2025 17:41:33 -0500 Received: from mail.asterisell.com ([193.30.121.134]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tj4NF-0000W9-L3 for guix-patches@gnu.org; Fri, 14 Feb 2025 17:41:32 -0500 From: Massimo Zaniboni DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dokmelody.org; s=mail; t=1739572883; bh=MP864PnS+LLQff34CdiDcSJiPoE1wmGze9ue/CqYi8E=; h=From:To:Cc:Subject:Date; b=ZKxcs7CMvJNW0w9qokTTNVf0gN8DHIjJP6R1OYNL0GMCZ8T0N5bL72dnsb8ZS9+IC 9uCqhZ6z3bw/1yvt/T1xXTYdmi+5W+yOsc+EYF1V6zl3reIpXLDBpa1CGS34HiZ57z AfFtNgburHeTywqSNOcPSeYRAnAD4kIQoC0bN5xo= To: guix-patches@gnu.org Subject: [PATCH] clisp compilation error. Date: Fri, 14 Feb 2025 23:40:43 +0100 Message-ID: MIME-Version: 1.0 X-Debbugs-Cc: Guillaume Le Vaillant , Katherine Cox-Buday , Munyoki Kilyungi , Sharlatan Hellseher , jgart Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=193.30.121.134; envelope-from=mzan@dokmelody.org; helo=mail.asterisell.com X-Spam_score_int: -16 X-Spam_score: -1.7 X-Spam_bar: - X-Spam_report: (-1.7 / 5.0 requ) BAYES_00=-1.9, DKIM_INVALID=0.1, DKIM_SIGNED=0.1, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: Massimo Zaniboni 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: -0.1 (/) If I insert a dummy function in `guix/build/lisp-utils.scm` the clisp package defined in `gnu/packages/lisp.scm` is rebuild, despite it does not depend (apparently) to the modified code. The rebuild does not pass the check phase. So I have these doubts: - why the `clisp` packages is rebuilt; - why there is an (hidden) error not signaled in the original `clisp` package (i.e. I can download it). If I execute ``` ./pre-inst-env guix build -K clisp ``` I obtain these errors during the package `check` phase: ``` finished 57 files: 6 errors out of 11,960 tests 1 alltest: 0 errors out of 636 tests 2 array: 0 errors out of 290 tests 3 backquot: 0 errors out of 89 tests 4 bin-io: 0 errors out of 15 tests 5 characters: 0 errors out of 221 tests 6 clos: 0 errors out of 496 tests 7 defhash: 0 errors out of 6 tests 8 encoding: 0 errors out of 36 tests 9 eval20: 0 errors out of 50 tests 10 ext-clisp: 1 error out of 118 tests 11 ffi: 0 errors out of 263 tests 12 floeps: 0 errors out of 20 tests 13 format: 0 errors out of 307 tests 14 genstream: 0 errors out of 14 tests 15 hash: 0 errors out of 48 tests 16 hashlong: 0 errors out of 14 tests 17 hashtable: 0 errors out of 10 tests 18 iofkts: 0 errors out of 228 tests 19 lambda: 0 errors out of 90 tests 20 lists151: 0 errors out of 201 tests 21 lists152: 0 errors out of 255 tests 22 lists153: 0 errors out of 1 test 23 lists154: 0 errors out of 46 tests 24 lists155: 0 errors out of 25 tests 25 lists156: 0 errors out of 20 tests 26 list-set: 0 errors out of 10 tests 27 loop: 0 errors out of 151 tests 28 macro8: 0 errors out of 253 tests 29 map: 0 errors out of 64 tests 30 mop: 0 errors out of 225 tests 31 number: 0 errors out of 3,655 tests 32 number2: 0 errors out of 331 tests 33 pack11: 0 errors out of 211 tests 34 path: 0 errors out of 179 tests 35 readtable: 0 errors out of 27 tests 36 setf: 0 errors out of 197 tests 37 socket: 0 errors out of 92 tests 38 steele7: 0 errors out of 86 tests 39 streams: 2 errors out of 388 tests 40 streamslong: 1 error out of 25 tests 41 strings: 0 errors out of 409 tests 42 symbol10: 0 errors out of 152 tests 43 symbols: 0 errors out of 6 tests 44 time: 0 errors out of 22 tests 45 tread: 0 errors out of 395 tests 46 type: 0 errors out of 289 tests 47 unportable: 0 errors out of 31 tests 48 mt: 2 errors out of 102 tests 49 weak: 0 errors out of 120 tests 50 weakhash: 0 errors out of 26 tests 51 weakhash2: 0 errors out of 47 tests 52 bind-eval: 0 errors out of 72 tests 53 bind-compile: 0 errors out of 72 tests 54 conditions: 0 errors out of 98 tests 55 restarts: 0 errors out of 71 tests 56 excepsit: 0 errors out of 395 tests 57 weakptr: 0 errors out of 260 tests Real time: 53.327896 sec. Run time: 37.756466 sec. Space: 1421370168 Bytes GC: 1246, GC time: 11.758442 sec. 6 Bye. make[2]: Leaving directory '/tmp/guix-build-clisp-2.49-92.drv-0/source/src/tests' make[1]: Leaving directory '/tmp/guix-build-clisp-2.49-92.drv-0/source/src' make: *** [Makefile:28: check] Error 2 ``` In the buid log there are the details about the failed tests. Change-Id: Id2639c9a4f64e9547cd845ef5f6a87a7207a362a --- guix/build/lisp-utils.scm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/guix/build/lisp-utils.scm b/guix/build/lisp-utils.scm index 646d4a33..14084777 100644 --- a/guix/build/lisp-utils.scm +++ b/guix/build/lisp-utils.scm @@ -43,7 +43,11 @@ (define-module (guix build lisp-utils) make-asdf-configuration valid-char-set normalize-string - library-output)) + library-output + dummy?)) + +(define (dummy? x) + (odd? x)) ;;; Commentary: ;;; base-commit: 3a916935311568b742d734cf76be8a45737f9382 -- 2.48.1 From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 15 11:53:06 2025 Received: (at 76295) by debbugs.gnu.org; 15 Feb 2025 16:53:06 +0000 Received: from localhost ([127.0.0.1]:57626 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tjLPe-0003Cs-2f for submit@debbugs.gnu.org; Sat, 15 Feb 2025 11:53:06 -0500 Received: from mail-wr1-x42a.google.com ([2a00:1450:4864:20::42a]:43361) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1tjLPc-0003C7-6W for 76295@debbugs.gnu.org; Sat, 15 Feb 2025 11:53:04 -0500 Received: by mail-wr1-x42a.google.com with SMTP id ffacd0b85a97d-38f3913569fso174849f8f.1 for <76295@debbugs.gnu.org>; Sat, 15 Feb 2025 08:53:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1739638377; x=1740243177; darn=debbugs.gnu.org; h=mime-version:message-id:date:subject:cc:to:from:from:to:cc:subject :date:message-id:reply-to; bh=WifgqAZN49uaktkxdAx377hDMSgB58LRqvPd2mF9NN8=; b=aBg56ReWKdQpqOBLVJOb4Nu1sE/jHSHyXrU7YvU0Pj4fjs6S3fjExllln1Wb+GEfS4 u+ly3HUcBpZKEDfepHZZY8Zle3e/FOOe8zrTavunDdfCZYx2JODN6FDg8UOh/78vsWl3 oEolyvb0kcqdFiGnXzXfFYRqVWe95YFRVKAwGmM3wFvbpCkJ9BmCs8WsTS7oj2DmosrK wx5dyZBa2VEH7588cMJBluhegmniLiWuIcUrLG1f3b6Uid/ME25WgGlDoJbdRnflHmOF EFNG9/j4nK/VFYd/lk7hjYShtX8YjsulLnZVH2iuzif8VrtfM/0xLr5smk6rtxQKM6vM Bdsg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1739638377; x=1740243177; h=mime-version:message-id:date:subject:cc:to:from:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=WifgqAZN49uaktkxdAx377hDMSgB58LRqvPd2mF9NN8=; b=r6SuRtW+aMpmhspTJUKnQmel7kA9MuSbxVvN4FLxbL8P5S2zbsl6zQDLhgrQLkYrks NeogxJ0GMsRooGAI2PzKBRSdHph+3FRU3S8zAwS1sm+IeFWzyUDsL7kfsuXysq1RvgRv DG/h8B75R33wPjqBar5qNGzXcz8yW6sFNDLfe2+Q6BImErik0Rc5jq5No5FZgHGvbF9p 5vKZ0Z9PZL8oOkTfkyPl0sCHR1YcStTApFE+uxJI2QPGECLz/tpDUwLB5ywOhSlqrX92 SF69iokhANN+HHu1j2MESqyigZOo+tzOe+uH5L0U96OgRUsJ9dWHAF1DNMjyL6FIRxPq Tz2g== X-Gm-Message-State: AOJu0YzKYCh5WbQqJUBeU8wdGDqYAdtpjTSerUJqg0lkj440T65j3qcY rm+mkFhJPxS5Z4erKP31WLXY3Koty6oIpnFQUG0C7GrRY3JX62eH X-Gm-Gg: ASbGncuFGMSCM4G9x4fJ0//pZJzGbzG92ncj43odW439k8vNVbdNYpEoXfc4wE0/Kx0 P8B9RvC2W2ce8O0NacRDIkfb/5HpgdY3puugOLsj8GYLfI8SIO3pZpsvwU93PHEIKivrEfjR9WN Nv2NKqDwR/Bq0SEyQTkp+aCseok4XWXQb9slEJSwFHKCKZiVZl6PQZrf10ESV/K0OlcJxpA1iqh vwlJCiqTUwNWudkDbqPloeHHeuSQ4H98wSxdJDJSHMt6jJ1zag88DgScX05RWb2FosEWiptSv0R Lf6UWX4PT433tCh4jpP5jQfJAP58VMd7ESnqtxWG0W25vtYuiuIiEFXN9jyXYFEdcd4= X-Google-Smtp-Source: AGHT+IH8f7/CYcOuwxAHGK08eOsVJWi46NxJdJCvTcF/08fg69qpcUrsXdwMOp3XAqvUtRN23yV1dA== X-Received: by 2002:a5d:47a5:0:b0:38d:b12f:60d1 with SMTP id ffacd0b85a97d-38f33c2892emr4476548f8f.26.1739638377317; Sat, 15 Feb 2025 08:52:57 -0800 (PST) Received: from guxtil (cpc100684-bagu15-2-0-cust967.1-3.cable.virginm.net. [86.8.111.200]) by smtp.gmail.com with ESMTPSA id ffacd0b85a97d-38f258ccd95sm7609699f8f.25.2025.02.15.08.52.56 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 15 Feb 2025 08:52:56 -0800 (PST) From: Sharlatan Hellseher To: 76295@debbugs.gnu.org Subject: [PATCH] clisp compilation error. Date: Sat, 15 Feb 2025 16:52:52 +0000 Message-ID: <87pljjcfq3.fsf@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 76295 Cc: zimon.toutoune@gmail.com, othacehe@gnu.org, ludo@gnu.org, me@tobias.gr, jgart@dismail.de, guix@cbaines.net 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 (-) --=-=-= Content-Type: text/plain Hi, When I try to build it the second time it's built just fine. I'm not sure what's could be the reason of that "glitch". --8<---------------cut here---------------start------------->8--- > ./pre-inst-env guix build -K clisp --rounds=2 /gnu/store/f5bwwqq5z90jzqs0vcf3mx79vddb68hy-clisp-2.49-92 --8<---------------cut here---------------end--------------->8--- CC mentors for wise advice. -- Oleg --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEmEeB3micIcJkGAhndtcnv/Ys0rUFAmewxmQACgkQdtcnv/Ys 0rW/xw//f2K91T11YvIl7tyyiYxUmTpwNjQ9j3UZRBO1uGIisbDZ63OjCEY1fgOh AxCB/4NI2YXX6DA9GIysK9lmkYKBPjPsM3c1rPgrM6dl9DTAH8IgUdV0/USeHJ9t qH6PznpPkbFn1dLabuZVg7Dobq/9rOJOHl70SKzLvdXTNeNMUEagqXa/Xp0D671H oexVbEmLSd895mumQ3EMqZgpIZxsDEegfkSaP4tElEZau2BCHklngLnMOLvNtfPX lVrsDUSPLX+1pT6Bth0yx0LJ5wqWc0FaihVGAYiIYJQh4jgMV2SlTMrcXcaxR43S zzqgH1BsLjL+HXNtPGIogCmDwDcjNMgHa/4BwmcNT2j3Mqw16fjYeJCxLu6YNRZ3 79f7pvSkB2ZiijBb9Rbko8V0eiuGPflHMzcPlezZ72OnwCm3d0mnBPWvyOOXYwpM Da+4YYn45gHvTrGFbywYu1h7/IZzb/qPr211DBPrfn1/BC6l8I3glCAXSPng40Xk M4BLfrj7v1N87sVTUSEPXTpXh67GFAKGo3pdC9XGSaCCmPOjP0cqG1iUzX24cDsv w3+lDO6DeDtWkMiXG3hNV3sn4z4wIy+ZvOQQbOHQF46qNdQcgmepRhOZyZEMH+Qp 6OU8SJM23/Lk1AVcAlh4p1jJxl6jHNi8fjbm6EfjWsw50iIeIfM= =ZN1t -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 21 14:24:07 2025 Received: (at 76295) by debbugs.gnu.org; 21 Feb 2025 19:24:08 +0000 Received: from localhost ([127.0.0.1]:36368 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tlYd2-0000HN-Uk for submit@debbugs.gnu.org; Fri, 21 Feb 2025 14:24:07 -0500 Received: from mail-wm1-x32b.google.com ([2a00:1450:4864:20::32b]:51664) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1tlYci-0000CT-T4 for 76295@debbugs.gnu.org; Fri, 21 Feb 2025 14:23:48 -0500 Received: by mail-wm1-x32b.google.com with SMTP id 5b1f17b1804b1-43995b907cfso15874595e9.3 for <76295@debbugs.gnu.org>; Fri, 21 Feb 2025 11:23:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1740165818; x=1740770618; darn=debbugs.gnu.org; h=content-transfer-encoding:mime-version:message-id:date:references :in-reply-to:subject:cc:to:from:from:to:cc:subject:date:message-id :reply-to; bh=mKNm59x8IhrUdQYUEhBZL3WCS1HUl7iuXnGSVn4L9eQ=; b=l+uPRALyxgDwG9AaJCXqqgaXBqM4ONCcv0NFRE03oPQNNsKrNKmbyGa/lHtqnqUcUA NgSPWEiMkgJVxiAdfhIHyhzpANFsMks4NNFRbxtUBtMLpLfx1+AEA9qHOFV4vVBG00oC cTDeMhTq4ab3hAQn96Qc+h6f0nLDGjzQd3O8hySGk6Q+KAiCJGQQQsV4/KzEIzbaXcqN vVLcc4on8dPuVG/8GLJOok4NjWnfkQvnuH017jBykX2tfx5ACfbQu/PjrULuo1u4JT7c Gc6xPqorBa4p3qL2OuJyWn3tZSXI367aAedZc4qIepvmJuw3Q9zpZ1PZuTAkxsSMGcTG h1Cw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1740165818; x=1740770618; h=content-transfer-encoding:mime-version: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=mKNm59x8IhrUdQYUEhBZL3WCS1HUl7iuXnGSVn4L9eQ=; b=XhJ/+vwq8RS7TTbkK9aO4E1QTbHHjz8PnLpqoS3sm+F4EMJh19Gqfpf5K8f1yLNYvK s0iTOu+z1hRaxUwUwTSGW14HnhZ7ldBnR/56lX5mkKx7kRkAeLC1as7z3/dCryMU7d+r ZZslnI6qhYUVPMDl05b/8jCcejC9ArjH5iJrqNj5G3Lk2wC2rcJFW6JnWIziOhi/AH9j E8DoPwAZQygGrNyv4OpOujkb/aTWRSRcgcp5AyI3GmCbc1ARvGlo1FVZvzWPWntIsmrF 9ycSG6iPdpYdE6CCy5Q4VOWKyfx0NXYmcV3CTOEFkCgz7bPl2TLb0NwE7DEV20rNB+qb ekXQ== X-Forwarded-Encrypted: i=1; AJvYcCX/PxfCSH0Z8z1LjeLSY73k2K6l/Ao1AAMV5ErPVkT7F4e1FxnvLvXSDvHQSHM+Y/hjL6LGDw==@debbugs.gnu.org X-Gm-Message-State: AOJu0YzUb0G5GggwePVNbpuuipQbkPuYQ74b14a0767Wt8xQW0tKTPHJ NaZZ1JJ35/zfXDAZcLDZdVoysk/gtI/zIbWFbaLgQSE8goFZoslu X-Gm-Gg: ASbGncssRBvT+pR53Y2/s2F6uch+41A6yriRYcO6MccmhAuLE76h0dW7KNbj0Mgndxx UW9b87E3M0SrFS59V7NAfPSVbkdrXbX5+cYswCWk6WzONpKKw9Cd+n99qPiOxDTaQC3ysLmzyyC 7arJKRRZnB+wNIDwULEOsySTKfFmcKX+lMcGzfOvHgvaN3aHJwLG5aD1z8Mz1ljdvBpYbNVghWf VjXLnklFuyM0YI9CmEXP2ZFblWALAfRhjR+8QT4HdHFYWLVZ7y/Py9E9iqUunnsX/x0LVghNb/a 0qqBR3OKSz4z+G9UYArVbp+Y3YAIJ5mJunZ2VROg49BHTBl6lTwqjBcUYw0BgT9/AvUhO/3Jk19 6YLIEiv0Mk30= X-Google-Smtp-Source: AGHT+IH9UBU88348OsRWzxLqp1ORKiNS3idXHHD8vShl9QUZt4MUyag9Im+GSwtr5hscVRo2mIBcBA== X-Received: by 2002:a05:600c:198a:b0:439:8a8c:d3e1 with SMTP id 5b1f17b1804b1-439ae219931mr32369395e9.22.1740165818320; Fri, 21 Feb 2025 11:23:38 -0800 (PST) Received: from lili (roam-nat-fw-prg-194-254-61-40.net.univ-paris-diderot.fr. [194.254.61.40]) by smtp.gmail.com with ESMTPSA id 5b1f17b1804b1-439b02ce41dsm27120115e9.1.2025.02.21.11.23.37 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 21 Feb 2025 11:23:38 -0800 (PST) From: Simon Tournier To: Sharlatan Hellseher , 76295@debbugs.gnu.org Subject: Re: [bug#76295] [PATCH] clisp compilation error. In-Reply-To: <87pljjcfq3.fsf@gmail.com> References: <87pljjcfq3.fsf@gmail.com> Date: Fri, 21 Feb 2025 20:18:38 +0100 Message-ID: <87seo7qf75.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 76295 Cc: othacehe@gnu.org, ludo@gnu.org, me@tobias.gr, jgart@dismail.de, guix@cbaines.net 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 (-) Hi, On Sat, 15 Feb 2025 at 16:52, Sharlatan Hellseher w= rote: > --8<---------------cut here---------------start------------->8--- >> ./pre-inst-env guix build -K clisp --rounds=3D2 > /gnu/store/f5bwwqq5z90jzqs0vcf3mx79vddb68hy-clisp-2.49-92 > --8<---------------cut here---------------end--------------->8--- Please consider bug#25314: clisp not reproducible [1]. That=E2=80=99s said, on my machine I get: $ guix describe Generation 8 Sep 09 2024 15:14:29 (current) guix 056910e repository URL: https://git.savannah.gnu.org/git/guix.git commit: 056910ec864cb7cf3225a0c27679d94405db7dcd --8<---------------cut here---------------start------------->8--- $ guix weather clisp computing 1 package derivations for x86_64-linux... looking for 1 store items on https://ci.guix.gnu.org... https://ci.guix.gnu.org =E2=98=80 100.0% substitutes available (1 out of 1) at least 5.8 MiB of nars (compressed) 20.8 MiB on disk (uncompressed) 0.453 seconds per request (0.5 seconds in total) 2.2 requests per second $ guix build --no-grafts clisp /gnu/store/0hnamn90xfbj8cyq4nwcxgck8jmwc0py-clisp-2.49-92 $ guix build --no-grafts clisp --check [...] RUN-TEST: finished "weakptr" (0 errors out of 13 tests) finished 57 files: 6 errors out of 11,960 tests 1 alltest: 0 errors out of 636 tests 2 array: 0 errors out of 290 tests 3 backquot: 0 errors out of 89 tests 4 bin-io: 0 errors out of 15 tests 5 characters: 0 errors out of 221 tests 6 clos: 0 errors out of 496 tests 7 defhash: 0 errors out of 6 tests 8 encoding: 0 errors out of 36 tests 9 eval20: 0 errors out of 50 tests 10 ext-clisp: 1 error out of 118 tests 11 ffi: 0 errors out of 263 tests 12 floeps: 0 errors out of 20 tests 13 format: 0 errors out of 307 tests 14 genstream: 0 errors out of 14 tests 15 hash: 0 errors out of 48 tests 16 hashlong: 0 errors out of 14 tests 17 hashtable: 0 errors out of 10 tests 18 iofkts: 0 errors out of 228 tests 19 lambda: 0 errors out of 90 tests 20 lists151: 0 errors out of 201 tests 21 lists152: 0 errors out of 255 tests 22 lists153: 0 errors out of 1 test 23 lists154: 0 errors out of 46 tests 24 lists155: 0 errors out of 25 tests 25 lists156: 0 errors out of 20 tests 26 list-set: 0 errors out of 10 tests 27 loop: 0 errors out of 151 tests 28 macro8: 0 errors out of 253 tests 29 map: 0 errors out of 64 tests 30 mop: 0 errors out of 225 tests 31 number: 0 errors out of 3,655 tests 32 number2: 0 errors out of 331 tests 33 pack11: 0 errors out of 211 tests 34 path: 0 errors out of 179 tests 35 readtable: 0 errors out of 27 tests 36 setf: 0 errors out of 197 tests 37 socket: 0 errors out of 92 tests 38 steele7: 0 errors out of 86 tests 39 streams: 2 errors out of 388 tests 40 streamslong: 1 error out of 25 tests 41 strings: 0 errors out of 409 tests 42 symbol10: 0 errors out of 152 tests 43 symbols: 0 errors out of 6 tests 44 time: 0 errors out of 22 tests 45 tread: 0 errors out of 395 tests 46 type: 0 errors out of 289 tests 47 unportable: 0 errors out of 31 tests 48 mt: 2 errors out of 102 tests 49 weak: 0 errors out of 120 tests 50 weakhash: 0 errors out of 26 tests 51 weakhash2: 0 errors out of 47 tests 52 bind-eval: 0 errors out of 72 tests 53 bind-compile: 0 errors out of 72 tests 54 conditions: 0 errors out of 98 tests 55 restarts: 0 errors out of 71 tests 56 excepsit: 0 errors out of 395 tests 57 weakptr: 0 errors out of 260 tests Real time: 41.28449 sec. Run time: 19.667133 sec. Space: 1422069488 Bytes GC: 1247, GC time: 5.499503 sec. 6 Bye. make[2]: Leaving directory '/tmp/guix-build-clisp-2.49-92.drv-0/source/src/= tests' make[1]: Leaving directory '/tmp/guix-build-clisp-2.49-92.drv-0/source/src' make: *** [Makefile:28: check] Error 2 Test suite failed, dumping logs. error: in phase 'check': uncaught exception: %exception #<&invoke-error program: "make" arguments: ("check" "-j" "16") e= xit-status: 2 term-signal: #f stop-signal: #f>=20 phase `check' failed after 43.2 seconds command "make" "check" "-j" "16" failed with status 2 build process 18 exited with status 256 builder for `/gnu/store/d6x0x4w0bdxvhazfyx9w1rqyikscj15h-clisp-2.49-92.drv'= failed with exit code 1 build of /gnu/store/d6x0x4w0bdxvhazfyx9w1rqyikscj15h-clisp-2.49-92.drv fail= ed View build log at '/var/log/guix/drvs/d6/x0x4w0bdxvhazfyx9w1rqyikscj15h-cli= sp-2.49-92.drv.gz'. guix build: error: build of `/gnu/store/d6x0x4w0bdxvhazfyx9w1rqyikscj15h-cl= isp-2.49-92.drv' failed --8<---------------cut here---------------end--------------->8--- And the same on the top of 584d1c1a8a from: AuthorDate: Fri Jan 31 16:35:02 2025 +0800 CommitDate: Thu Feb 20 19:43:22 2025 +0800 --8<---------------cut here---------------start------------->8--- [env]$ ./pre-inst-env guix build clisp --no-grafts /gnu/store/0hnamn90xfbj8cyq4nwcxgck8jmwc0py-clisp-2.49-92 [env]$ ./pre-inst-env guix build clisp --no-grafts =E2=80=A6 failure! --8<---------------cut here---------------end--------------->8--- Therefore, I guess the failure seems a tricky one about hardware. Hum, it does not help with the issue at hand=E2=80=A6 :-) Cheers, simon 1: https://issues.guix.gnu.org/issue/25314