From patchwork Fri May 19 14:42:35 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Ludovic_Court=C3=A8s?= X-Patchwork-Id: 50156 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 7258627BBEA; Fri, 19 May 2023 15:44:23 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-3.7 required=5.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 54C5327BBE2 for ; Fri, 19 May 2023 15:44:22 +0100 (BST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1q01Ku-0005E6-OD; Fri, 19 May 2023 10:44:04 -0400 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 1q01Ks-0005Dw-MW for guix-patches@gnu.org; Fri, 19 May 2023 10:44:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1q01Ks-0002KW-C3 for guix-patches@gnu.org; Fri, 19 May 2023 10:44:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1q01Ks-0008G1-7f for guix-patches@gnu.org; Fri, 19 May 2023 10:44:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#63140] [PATCH] gnu: lightning: Update to 2.2.2 Resent-From: Ludovic =?utf-8?q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 19 May 2023 14:44:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 63140 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Andy Tai Cc: 63140@debbugs.gnu.org Received: via spool by 63140-submit@debbugs.gnu.org id=B63140.168450740731689 (code B ref 63140); Fri, 19 May 2023 14:44:02 +0000 Received: (at 63140) by debbugs.gnu.org; 19 May 2023 14:43:27 +0000 Received: from localhost ([127.0.0.1]:57087 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q01KI-0008F2-DB for submit@debbugs.gnu.org; Fri, 19 May 2023 10:43:26 -0400 Received: from eggs.gnu.org ([209.51.188.92]:36888) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q01KG-0008Eq-9j for 63140@debbugs.gnu.org; Fri, 19 May 2023 10:43:24 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q01K6-0002Dn-RI; Fri, 19 May 2023 10:43:18 -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=eObt1Dplz0OICZ9IkSkqFvxtBCFreWJ/Qknv7DYLT2g=; b=je7nCvLzCVrSwx8YTlzT mKUHNkDhlTtXGTWMJSvgiAmYvwZNiJ0uTePjt94iSPZIWNyTvJAAdsg+q/HRdHU6TxuVzx43XEAdA DmGvkFNH3E0YkJ4v/C7JDSLSTAbNFR0mb6KEMqG7JAtZWYu9znj4CuuucaaK9cxPMcAWpIW3PQkGo 2p5PLu82l53N4peNPBOq2LFrbMJ6Wit7QrF57fdJW9LkxTFfd2PFvE5HkFk5SPrVirbD/YoD74gFF gSNaRapRFaDcySYyV0zyWLv4dbAkNBCp8Pcq1s45XGROlpkIUi0AFIEy78WJ5T2y19RE79QiWToyT OfiXWkr3jAZd+A==; Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q01JU-0002ro-Tn; Fri, 19 May 2023 10:42:53 -0400 From: Ludovic =?utf-8?q?Court=C3=A8s?= References: <20230428055812.5143-1-atai@atai.org> Date: Fri, 19 May 2023 16:42:35 +0200 In-Reply-To: <20230428055812.5143-1-atai@atai.org> (Andy Tai's message of "Thu, 27 Apr 2023 22:58:12 -0700") Message-ID: <87r0rcxu04.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org X-getmail-retrieved-from-mailbox: Patches Hi, Andy Tai skribis: > * gnu/packages/assembly.scm (lightning): Update to 2.2.2 This seems to break ‘smalltalk’. Its ‘check’ phase fails with things like: --8<---------------cut here---------------start------------->8--- ERROR: 128 tests were run, 66 failed (1 expected failure). 7 tests were skipped. ## -------------------------- ## ## testsuite.log was created. ## ## -------------------------- ## Please send `tests/testsuite.log' and all information you think might help: To: Subject: [GNU Smalltalk 3.2.91] testsuite: 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 failed You may investigate any problem if you feel able to do so, in which case the test suite provides a good starting point. Its output may be found below `tests/testsuite.dir'. make[2]: *** [Makefile:631: check-local] Error 1 make[2]: Leaving directory '/tmp/guix-build-smalltalk-3.2.91.drv-0/smalltalk-3.2.91/tests' make[1]: *** [Makefile:487: check-am] Error 2 make[1]: Leaving directory '/tmp/guix-build-smalltalk-3.2.91.drv-0/smalltalk-3.2.91/tests' make: *** [Makefile:1069: check-recursive] Error 1 Test suite failed, dumping logs. --- ./tests/testsuite.dir/046/testsuite.log --------------------------------- # -*- compilation -*- 46. testsuite.at:82: testing ArrayANSITest ... { (cd /tmp/guix-build-smalltalk-3.2.91.drv-0/smalltalk-3.2.91 && timeout 600s gst -I /tmp/guix-build-smalltalk-3.2.91.drv-0/smalltalk-3.2.91/tests/gst.im -f /tmp/guix-build-smalltalk-3.2.91.drv-0/smalltalk-3.2.91/tests/AnsiRun.st ArrayANSITest); echo exit 0 > retcode; } | tr -d '\r' | tee stdout; . ./retcode ./testsuite.at:82: { (cd $abs_top_builddir && $TIMEOUT gst $image_path -f $abs_srcdir/AnsiRun.st ArrayANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . ./retcode stdout: ./testsuite.at:82: exit code was 134, expected 0 46. testsuite.at:82: 46. ArrayANSITest (testsuite.at:82): FAILED (testsuite.at:82) --8<---------------cut here---------------end--------------->8--- Could you take a look and/or take it upstream? Thanks, Ludo’. --- /dev/null 2023-05-15 06:41:31.460926528 +0000 +++ /tmp/guix-build-smalltalk-3.2.91.drv-0/smalltalk-3.2.91/tests/testsuite.dir/at-groups/46/stderr 2023-05-19 14:39:04.960486435 +0000 @@ -0,0 +1,13 @@ +gst: Aborted +gst: Error occurred while not in byte code interpreter!! +/tmp/guix-build-smalltalk-3.2.91.drv-0/smalltalk-3.2.91/libgst/.libs/libgst.so.7(+0x72907)[0x7ffff7f52907] +/gnu/store/gsjczqir1wbz8p770zndrpw4rnppmxi3-glibc-2.35/lib/libc.so.6(+0x3d2a0)[0x7ffff7b682a0] +/gnu/store/gsjczqir1wbz8p770zndrpw4rnppmxi3-glibc-2.35/lib/libc.so.6(+0x86fec)[0x7ffff7bb1fec] +/gnu/store/gsjczqir1wbz8p770zndrpw4rnppmxi3-glibc-2.35/lib/libc.so.6(raise+0x12)[0x7ffff7b68202] +/gnu/store/gsjczqir1wbz8p770zndrpw4rnppmxi3-glibc-2.35/lib/libc.so.6(abort+0xc1)[0x7ffff7b5345b] +/tmp/guix-build-smalltalk-3.2.91.drv-0/smalltalk-3.2.91/libgst/.libs/libgst.so.7(+0x10c19)[0x7ffff7ef0c19] +/gnu/store/8k2smdr5wvrxi3haw5l657rcbj97f0hz-libsigsegv-2.14/lib/libsigsegv.so.2(+0x1278)[0x7ffff7edb278] +/gnu/store/gsjczqir1wbz8p770zndrpw4rnppmxi3-glibc-2.35/lib/libc.so.6(+0x3d2a0)[0x7ffff7b682a0] +/tmp/guix-build-smalltalk-3.2.91.drv-0/smalltalk-3.2.91/libgst/.libs/libgst.so.7(+0x56e48)[0x7ffff7f36e48] +/tmp/guix-build-smalltalk-3.2.91.drv-0/smalltalk-3.2.91/libgst/.libs/libgst.so.7(+0x72479)[0x7ffff7f52479] +/tmp/guix-build-smalltalk-3.2.91.drv-0/smalltalk-3.2.91/tests/testsuite.dir/at-groups/46/test-source: line 20: 20149 Aborted $TIMEOUT gst $image_path -f $abs_srcdir/AnsiRun.st ArrayANSITest