GNU bug report logs - #72418
[PATCH] gnu: stress-ng: Don't stress test when building for riscv64-linux.

Previous Next

Package: guix-patches;

Reported by: Christopher Baines <mail <at> cbaines.net>

Date: Fri, 2 Aug 2024 09:53:02 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

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 72418 in the body.
You can then email your comments to 72418 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 guix-patches <at> gnu.org:
bug#72418; Package guix-patches. (Fri, 02 Aug 2024 09:53:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Christopher Baines <mail <at> cbaines.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 02 Aug 2024 09:53:02 GMT) Full text and rfc822 format available.

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

From: Christopher Baines <mail <at> cbaines.net>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: stress-ng: Don't stress test when building for
 riscv64-linux.
Date: Fri,  2 Aug 2024 10:51:39 +0100
As this seems to cause instability on the VisionFive 2 systems at least.

* gnu/packages/admin.scm (stress-ng)[arguments]: Set #:tests? to #f on
riscv64.

Change-Id: I0d7f3081793e1a286cf2644e9218516c9fda56d5
---
 gnu/packages/admin.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 113b8e2481..51e1085e9f 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -2593,7 +2593,11 @@ (define-public stress-ng
         (base32 "1z9vjn2131iv3pwrh04z6r5ygi1qgad5bi3jhghcvc3v1b4k5ran"))))
     (build-system gnu-build-system)
     (arguments
-     (list #:make-flags
+     ;; XXX The test suite seems to cause instability on the VisionFive 2
+     ;; build machines, maybe it's stressing them as intended but this is
+     ;; unhelpful
+     (list #:tests? (not (target-riscv64?))
+           #:make-flags
            #~(list (string-append "CC=" #$(cc-for-target))
                    (string-append "BINDIR=" #$output "/bin")
                    ;; XXX Really: MAN1DIR, or man pages won't be found.

base-commit: 56d3d04a442b52097e523dcfebf60ff5bf82bcfd
-- 
2.45.2





Reply sent to Christopher Baines <mail <at> cbaines.net>:
You have taken responsibility. (Sun, 11 Aug 2024 10:36:01 GMT) Full text and rfc822 format available.

Notification sent to Christopher Baines <mail <at> cbaines.net>:
bug acknowledged by developer. (Sun, 11 Aug 2024 10:36:02 GMT) Full text and rfc822 format available.

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

From: Christopher Baines <mail <at> cbaines.net>
To: 72418-done <at> debbugs.gnu.org
Subject: Re: [bug#72418] [PATCH] gnu: stress-ng: Don't stress test when
 building for riscv64-linux.
Date: Sun, 11 Aug 2024 11:34:31 +0100
[Message part 1 (text/plain, inline)]
Christopher Baines <mail <at> cbaines.net> writes:

> As this seems to cause instability on the VisionFive 2 systems at least.
>
> * gnu/packages/admin.scm (stress-ng)[arguments]: Set #:tests? to #f on
> riscv64.
>
> Change-Id: I0d7f3081793e1a286cf2644e9218516c9fda56d5
> ---
>  gnu/packages/admin.scm | 6 +++++-
>  1 file changed, 5 insertions(+), 1 deletion(-)

Pushed to master as 7ad2bf9ded3ba14c355a67a03fda664fa3f97db4.
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 08 Sep 2024 11:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 339 days ago.

Previous Next


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