From unknown Wed Jun 18 23:05:20 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#54348 <54348@debbugs.gnu.org> To: bug#54348 <54348@debbugs.gnu.org> Subject: Status: Guile 3.0.7 fails to build on armhf-linux Reply-To: bug#54348 <54348@debbugs.gnu.org> Date: Thu, 19 Jun 2025 06:05:20 +0000 retitle 54348 Guile 3.0.7 fails to build on armhf-linux reassign 54348 guix submitter 54348 Ludovic Court=C3=A8s severity 54348 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Sat Mar 12 04:28:07 2022 Received: (at submit) by debbugs.gnu.org; 12 Mar 2022 09:28:07 +0000 Received: from localhost ([127.0.0.1]:39066 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nSy2g-0001LA-Lg for submit@debbugs.gnu.org; Sat, 12 Mar 2022 04:28:07 -0500 Received: from lists.gnu.org ([209.51.188.17]:49826) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nSy2f-0001L2-3a for submit@debbugs.gnu.org; Sat, 12 Mar 2022 04:28:05 -0500 Received: from eggs.gnu.org ([209.51.188.92]:52730) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nSy2e-0003qk-S5 for bug-guix@gnu.org; Sat, 12 Mar 2022 04:28:04 -0500 Received: from [2001:470:142:3::e] (port=60900 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 1nSy2e-0007eM-Jq for bug-guix@gnu.org; Sat, 12 Mar 2022 04:28:04 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:Subject:To:From:in-reply-to: references; bh=eN4fVNTGNkYqE21/VubBcxDVSbeS1fszbSv6//vUqx0=; b=U2VOpApldkH0TM punaMfUM0guFkEC2LKNZiw1wxsWiPVioh/kkDW3BK4PecbN8ZKoU5Jywn0E5C6B6wGrDe0OJEsZW/ ggn0yVA/zQYV8W/wOrqbc+d7k9EADLZEf42OGkyreNVClJacjXDNuRTKgayrsp7ntDC6OWQBY/49Y poJ6TZzJ7p89exGwhDkT3kdfSo1cNHpdCtld7V2MDWx4uyBr323GR8Lhp9uoVBf0YzK8AHBu2A+AF hTmmjFJfWDHHEFm2NnPkh985qrZvKiN/QqbWBmJUZqJWXJHI776T4wAP0VjzT7IDOenOivriMOu1W h9LVhxww0GobRQ+jVvfg==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:58400 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nSy2e-0002AW-2H for bug-guix@gnu.org; Sat, 12 Mar 2022 04:28:04 -0500 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: bug-guix@gnu.org Subject: Guile 3.0.7 fails to build on armhf-linux X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 22 =?utf-8?Q?Vent=C3=B4se?= an 230 de la =?utf-8?Q?R?= =?utf-8?Q?=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Sat, 12 Mar 2022 10:28:01 +0100 Message-ID: <87v8wjv7tq.fsf@inria.fr> 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-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit 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: -3.3 (---) Guile 3.0.7 appears to fail tests reproducibly on armhf-linux: --8<---------------cut here---------------start------------->8--- Running vm.test Running weaks.test Running web-client.test Running web-http.test Running web-request.test Running web-response.test Running web-server.test ERROR: web-server.test: GET / - arguments: ((system-error "connect" "~A" ("= Connection refused") (111))) ERROR: web-server.test: GET /latin1 - arguments: ((system-error "connect" "= ~A" ("Connection refused") (111))) ERROR: web-server.test: GET /user-agent - arguments: ((system-error "connec= t" "~A" ("Connection refused") (111))) ERROR: web-server.test: GET /does-not-exist - arguments: ((system-error "co= nnect" "~A" ("Connection refused") (111))) ERROR: web-server.test: GET with keep-alive - arguments: ((system-error "co= nnect" "~A" ("Connection refused") (111))) ERROR: web-server.test: POST / - arguments: ((system-error "connect" "~A" (= "Connection refused") (111))) Running web-uri.test UNRESOLVED: web-uri.test: build-uri: http://ill\xe9gal.com UNRESOLVED: web-uri.test: string->uri: http://www.example.com (sv_SE) Totals for this test run: passes: 41640 failures: 0 unexpected passes: 0 expected failures: 10 unresolved test cases: 581 untested test cases: 1 unsupported test cases: 1 errors: 6 WARNING: Use of `load' in declarative module (test-suite test-r4rs). Add #= :declarative? #f to your define-module invocation. WARNING: (test-suite test-rnrs-exceptions): imported module (rnrs exception= s) overrides core binding `raise' warning: call to primitive-fork while multiple threads are running; further behavior unspecified. See "Processes" in the manual, for more information. ;;; SSAX warning: Skipping PI: xml ;;; SSAX warning: Skipping PI: PI ;;; SSAX warning: Skipping PI: PI1 ;;; SSAX warning: ( Warning: DOCTYPE DECL T system1 found and skipped) ;;; SSAX warning: ( Warning: Internal DTD subset is not currently handled ) ;;; SSAX warning: ( Warning: DOCTYPE DECL T system1 found and skipped) ;;; SSAX warning: Skipping PI: pi ;;; SSAX warning: DOCTYPE DECL T system1 found and skipped WARNING: (test-suite sxml-xpath): imported module (sxml xpath) overrides co= re binding `filter' FAIL: check-guile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D 1 of 1 test failed Please report to bug-guile@gnu.org =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D make[3]: *** [Makefile:2151: check-TESTS] Error 1 make[3]: Leaving directory '/tmp/guix-build-guile-3.0.7.drv-0/guile-3.0.7' make[2]: *** [Makefile:2442: check-am] Error 2 make[2]: Leaving directory '/tmp/guix-build-guile-3.0.7.drv-0/guile-3.0.7' make[1]: *** [Makefile:2051: check-recursive] Error 1 make[1]: Leaving directory '/tmp/guix-build-guile-3.0.7.drv-0/guile-3.0.7' make: *** [Makefile:2444: check] Error 2 Test suite failed, dumping logs. error: in phase 'check': uncaught exception: srfi-34 # phase `check' failed after 196.6 seconds command "make" "check" "-j" "16" failed with status 2 builder for `/gnu/store/0f37iw8slim3zkmc4mivjk90akl4pdn0-guile-3.0.7.drv' f= ailed with exit code 1 @ build-failed /gnu/store/0f37iw8slim3zkmc4mivjk90akl4pdn0-guile-3.0.7.drv = - 1 builder for `/gnu/store/0f37iw8slim3zkmc4mivjk90akl4pdn0-guile-3.0.7.dr= v' failed with exit code 1 derivation '/gnu/store/0f37iw8slim3zkmc4mivjk90akl4pdn0-guile-3.0.7.drv' of= floaded to '10.0.0.9' failed: build of `/gnu/store/0f37iw8slim3zkmc4mivjk90= akl4pdn0-guile-3.0.7.drv' failed build of /gnu/store/0f37iw8slim3zkmc4mivjk90akl4pdn0-guile-3.0.7.drv failed --8<---------------cut here---------------end--------------->8--- This is the current =E2=80=98guile-final=E2=80=99, meaning Guix has presuma= bly been unavailable on armhf-linux since the =E2=80=98core-updates=E2=80=99 merge i= n December: --8<---------------cut here---------------start------------->8--- $ guix describe Generation 25 Jan 20 2022 18:20:43 (current) guix 3e62af6 repository URL: https://git.savannah.gnu.org/git/guix.git branch: master commit: 3e62af6f3b2efcf3181094be79da237ac9208d46 $ guix build -e '(@@ (gnu packages commencement) guile-final)' --no-grafts = -d -s armhf-linux /gnu/store/0f37iw8slim3zkmc4mivjk90akl4pdn0-guile-3.0.7.drv --8<---------------cut here---------------end--------------->8--- The build machine above, behind berlin, is actually an aarch64 machine. Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 15 09:41:01 2022 Received: (at 54348-done) by debbugs.gnu.org; 15 Mar 2022 13:41:01 +0000 Received: from localhost ([127.0.0.1]:47840 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nU7Q5-0000Hf-3y for submit@debbugs.gnu.org; Tue, 15 Mar 2022 09:41:01 -0400 Received: from eggs.gnu.org ([209.51.188.92]:36840) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nU7Q4-0000HU-GG for 54348-done@debbugs.gnu.org; Tue, 15 Mar 2022 09:41:00 -0400 Received: from [2001:470:142:3::e] (port=37742 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 1nU7Pz-0007jt-8O for 54348-done@debbugs.gnu.org; Tue, 15 Mar 2022 09:40:55 -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=9zY+pOI5qtBG6+kBIAFyaVICmVwlUyu0u8gZ0jfOv/A=; b=KbhCCorKNanAziZXLeCo Calg/8zCXntK/InEXDMsiRv3Rf8mK2pT4n8OpbalnrmywSuMq+AY0dPowbUFF/9k3WAuuOJNbYYqb aGcryUF9MT01utAqMGUBfY1eDKCp2mZSw+GQ6s1eZtoRHxzCw4sawSAogBchHlq2pzu+Big7jRDMS +zMrtLR5SPQfDHFRaJKJcD8NMV335Fwkis0GAPzdAAv+i31eDOGcKn2TjL7JBog8DPYY1M1AvVrnT 2C+SeMmvvTXamE9AnCATYLFjRnUeSnxUFu9UTPFy9obxCunheV0hwJhm0OVsDZER+L92WCNzpgjDc GMUly0XuclcoRQ==; Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=38540 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nU7Py-0000A3-Qx for 54348-done@debbugs.gnu.org; Tue, 15 Mar 2022 09:40:55 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: 54348-done@debbugs.gnu.org Subject: Re: bug#54348: Guile 3.0.7 fails to build on armhf-linux References: <87v8wjv7tq.fsf@inria.fr> Date: Tue, 15 Mar 2022 14:40:52 +0100 In-Reply-To: <87v8wjv7tq.fsf@inria.fr> ("Ludovic =?utf-8?Q?Court=C3=A8s=22?= =?utf-8?Q?'s?= message of "Sat, 12 Mar 2022 10:28:01 +0100") Message-ID: <87a6drl4ez.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-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 54348-done 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: -3.3 (---) Hi, Ludovic Court=C3=A8s skribis: > Guile 3.0.7 appears to fail tests reproducibly on armhf-linux: > > Running vm.test > Running weaks.test > Running web-client.test > Running web-http.test > Running web-request.test > Running web-response.test > Running web-server.test > ERROR: web-server.test: GET / - arguments: ((system-error "connect" "~A" = ("Connection refused") (111))) > ERROR: web-server.test: GET /latin1 - arguments: ((system-error "connect"= "~A" ("Connection refused") (111))) > ERROR: web-server.test: GET /user-agent - arguments: ((system-error "conn= ect" "~A" ("Connection refused") (111))) > ERROR: web-server.test: GET /does-not-exist - arguments: ((system-error "= connect" "~A" ("Connection refused") (111))) > ERROR: web-server.test: GET with keep-alive - arguments: ((system-error "= connect" "~A" ("Connection refused") (111))) > ERROR: web-server.test: POST / - arguments: ((system-error "connect" "~A"= ("Connection refused") (111))) Well, as it turns out it=E2=80=99s not 100% reproducible after all. Probab= ly a timing issue. I was unable to reproduce it on overdrive1.guix anyway, so now ci.guix has substitutes for (@@ (gnu packages commencement) guile-final) for armhf-linux. Looking at =E2=80=98web-server.test=E2=80=99, there=E2=80=99s no synchroniz= ation between HTTP server startup and the first test; thus, there=E2=80=99s a possibility that= the HTTP server is not listening yet by the time the main thread attempts to connect to the server. Fixed upstream: https://git.savannah.gnu.org/cgit/guile.git/commit/?id=3Df18f67022314eefc= ed887df0a470a440f70f592c Ludo=E2=80=99. From unknown Wed Jun 18 23:05:20 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 13 Apr 2022 11:24:06 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator