unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: "Collin J. Doering" via Bug reports for GNU Guix <bug-guix@gnu.org>
To: 74203@debbugs.gnu.org
Cc: "Collin J. Doering" <collin@rekahsoft.ca>,
	"Andreas Enge" <andreas@enge.fr>,
	"Ludovic Courtès" <ludo@gnu.org>
Subject: bug#74203: [PATCH] gnu: coreutils: Disable cp/reflink-auto.sh as it can fail on btrfs
Date: Mon,  4 Nov 2024 10:42:21 -0500	[thread overview]
Message-ID: <3f7ec312925bdf1b89b0fc4630b4c73f820f4af7.1730734380.git.collin@rekahsoft.ca> (raw)
In-Reply-To: <874j4nt3fy.fsf@rekahsoft.ca>

* gnu/packages/base.scm: Similarly to
nix (https://github.com/NixOS/nixpkgs/pull/190211), disable
tests/cp/reflink-auto.sh test as it can fail on btrfs. This was discovered by
the cuirass.genenetwork.org build farm.

Change-Id: If1cc3d516c5807e580ec64ab93670e30090581a7
---
 gnu/packages/base.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index 4e8121ae2c..bed708fc27 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -506,6 +506,8 @@ (define-public coreutils
                                    "tests/split/fail.sh"
                                    ;; These tests error
                                    "tests/dd/nocache.sh"
+                                   ;; These tests can intermitently fail on btrfs
+                                   "tests/cp/reflink-auto.sh"
                                    ;; These tests fail
                                    "tests/cp/sparse.sh"
                                    "tests/cp/special-f.sh"

base-commit: 915f807ce61c48c34141f0300ea7623170f4148a
-- 
2.46.0





  reply	other threads:[~2024-11-04 15:44 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-04 15:37 bug#74203: coreutils fails to build Collin J. Doering via Bug reports for GNU Guix
2024-11-04 15:42 ` Collin J. Doering via Bug reports for GNU Guix [this message]
2024-11-14  2:50 ` bug#74203: Further investigation and workaround Collin J. Doering via Bug reports for GNU Guix

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3f7ec312925bdf1b89b0fc4630b4c73f820f4af7.1730734380.git.collin@rekahsoft.ca \
    --to=bug-guix@gnu.org \
    --cc=74203@debbugs.gnu.org \
    --cc=andreas@enge.fr \
    --cc=collin@rekahsoft.ca \
    --cc=ludo@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).