[aarch64] gnutls-dane fails tests

  • Open
  • quality assurance status badge
Details
One participant
  • Ricardo Wurmus
Owner
unassigned
Submitted by
Ricardo Wurmus
Severity
normal

Debbugs page

Ricardo Wurmus wrote 3 years ago
(address . bug-guix@gnu.org)
871qzo7580.fsf@elephly.net
I tried to build this derivation

/gnu/store/6r4y0ni5k1b658mlzr2j5pbzy1d37rq9-gnutls-dane-3.7.2.drv

on the honeycomb aarch64 nodes repeatedly, also with --cores=1. Every
time this build fails with at least one test failure.

There seem to be different tests that fail each time. Here are some:

Toggle snippet (19 lines)
[…]
FAIL: tls13/prf-early
FAIL: srp
FAIL: dtls-repro-20170915
FAIL: tls13-early-data
FAIL: resume-with-record-size-limit
[…]

Testsuite summary for GnuTLS 3.7.2
============================================================================
# TOTAL: 463
# PASS: 419
# SKIP: 39
# XFAIL: 0
# FAIL: 5
# XPASS: 0
# ERROR: 0

--
Ricardo
Ricardo Wurmus wrote 3 years ago
(address . bug-guix@gnu.org)
87sfs45p33.fsf@elephly.net
Ricardo Wurmus <rekado@elephly.net> writes:

Toggle quote (7 lines)
> I tried to build this derivation
>
> /gnu/store/6r4y0ni5k1b658mlzr2j5pbzy1d37rq9-gnutls-dane-3.7.2.drv
>
> on the honeycomb aarch64 nodes repeatedly, also with --cores=1. Every
> time this build fails with at least one test failure.

It built fine on the first try on overdrive1 (10.0.0.3).

--
Ricardo
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 54181@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 54181
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help