GNU bug report logs - #54348
Guile 3.0.7 fails to build on armhf-linux

Previous Next

Package: guix;

Reported by: Ludovic Courtès <ludo <at> gnu.org>

Date: Sat, 12 Mar 2022 09:29:01 UTC

Severity: normal

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 54348 in the body.
You can then email your comments to 54348 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#54348; Package guix. (Sat, 12 Mar 2022 09:29:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Ludovic Courtès <ludo <at> gnu.org>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Sat, 12 Mar 2022 09:29:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: bug-guix <at> gnu.org
Subject: Guile 3.0.7 fails to build on armhf-linux
Date: Sat, 12 Mar 2022 10:28:01 +0100
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 "connect" "~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)))
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 exceptions) 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 core binding `filter'
FAIL: check-guile
==================================
1 of 1 test failed
Please report to bug-guile <at> gnu.org
==================================
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 #<condition &invoke-error [program: "make" arguments: ("check" "-j" "16") exit-status: 2 term-signal: #f stop-signal: #f] b5ec40>
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' failed with exit code 1
@ build-failed /gnu/store/0f37iw8slim3zkmc4mivjk90akl4pdn0-guile-3.0.7.drv - 1 builder for `/gnu/store/0f37iw8slim3zkmc4mivjk90akl4pdn0-guile-3.0.7.drv' failed with exit code 1
derivation '/gnu/store/0f37iw8slim3zkmc4mivjk90akl4pdn0-guile-3.0.7.drv' offloaded to '10.0.0.9' failed: build of `/gnu/store/0f37iw8slim3zkmc4mivjk90akl4pdn0-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 ‘guile-final’, meaning Guix has presumably been
unavailable on armhf-linux since the ‘core-updates’ merge in 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’.




Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Tue, 15 Mar 2022 13:41:02 GMT) Full text and rfc822 format available.

Notification sent to Ludovic Courtès <ludo <at> gnu.org>:
bug acknowledged by developer. (Tue, 15 Mar 2022 13:41:02 GMT) Full text and rfc822 format available.

Message #10 received at 54348-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: 54348-done <at> debbugs.gnu.org
Subject: Re: bug#54348: Guile 3.0.7 fails to build on armhf-linux
Date: Tue, 15 Mar 2022 14:40:52 +0100
Hi,

Ludovic Courtès <ludo <at> gnu.org> 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 "connect" "~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’s not 100% reproducible after all.  Probably 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 ‘web-server.test’, there’s no synchronization between HTTP
server startup and the first test; thus, there’s 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=f18f67022314eefced887df0a470a440f70f592c

Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 13 Apr 2022 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 66 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.