GNU bug report logs -
#77984
mercurial test failure
Previous Next
Reported by: Dariqq <dariqq <at> posteo.net>
Date: Tue, 22 Apr 2025 10:53:01 UTC
Severity: normal
Merged with 78009
Done: Z572 <z572 <at> z572.online>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sat, 26 Apr 2025 20:08:40 +0800
with message-id <87r01f5dmf.fsf <at> z572.online>
and subject line Re: bug#77984: [PATCH] Update mercurial to 6.9.5 and disable failing test
has caused the debbugs.gnu.org bug report #77984,
regarding mercurial test failure
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
77984: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=77984
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Hello,
guix --version
guix (GNU Guix) f9a7f2c8afdf33a36bd36177c0aa98d35331bf26
mercurial is currently failing a test. Apart from not being able to use
it for scm this also breaks hg-download.
See https://ci.guix.gnu.org/build/9604657/details or
https://ci.guix.gnu.org/build/9584618/details for x86_64-linux or i686-linux
Failed test-patchbomb.t: output changed.
---
/tmp/guix-build-mercurial-6.7.2.drv-0/mercurial-6.7.2/tests/test-patchbomb.t
+++
/tmp/guix-build-mercurial-6.7.2.drv-0/mercurial-6.7.2/tests/test-patchbomb.t.err
@@ -2419,41 +2419,11 @@
> --config email.bcc='"Quux, A." <quux>'
this patch series consists of 1 patches.
-
- sending [PATCH] test ...
+ abort: no recipient addresses provided
+ [255]
$ cat < tmp.mbox
- From quux ... ... .. ..:..:.. .... (re)
- MIME-Version: 1.0
- Content-Type: text/plain; charset="us-ascii"
- Content-Transfer-Encoding: 7bit
- Subject: [PATCH] test
- X-Mercurial-Node: 8580ff50825a50c8f716709acdf8de0deddcd6ab
- X-Mercurial-Series-Index: 1
- X-Mercurial-Series-Total: 1
- Message-Id: <8580ff50825a50c8f716.315532860 <at> test-hostname>
- X-Mercurial-Series-Id: <8580ff50825a50c8f716.315532860 <at> test-hostname>
- User-Agent: Mercurial-patchbomb/* (glob)
- Date: Tue, 01 Jan 1980 00:01:00 +0000
- From: quux
- To: =?iso-8859-1?q?spam?= <spam>, eggs, toast
- Cc: foo, bar <at> example.com, =?iso-8859-1?q?A=2C_B_=3C=3E?= <a <at> example.com>
- Bcc: =?iso-8859-1?q?Quux=2C_A=2E?= <quux>
-
- # HG changeset patch
- # User test
- # Date 1 0
- # Thu Jan 01 00:00:01 1970 +0000
- # Node ID 8580ff50825a50c8f716709acdf8de0deddcd6ab
- # Parent 0000000000000000000000000000000000000000
- a
-
- diff -r 000000000000 -r 8580ff50825a a
- --- /dev/null Thu Jan 01 00:00:00 1970 +0000
- +++ b/a Thu Jan 01 00:00:01 1970 +0000
- @@ -0,0 +1,1 @@
- +a
-
-
+ $TESTTMP.sh: line 226: tmp.mbox: $ENOENT$
+ [1]
test flag template:
$ echo foo > intro.text
ERROR: test-patchbomb.t output changed
!# Ret was: 0 (test-patchbomb.t)
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
"Dr. Arne Babenhauserheide" via Bug reports for GNU Guix <bug-guix <at> gnu.org> writes:
> Hi,
>
> Just the rebased version of the patch.
>
> From aebc32c9eb5e097130449043fa87a49b68f5e326 Mon Sep 17 00:00:00 2001
> Message-ID: <aebc32c9eb5e097130449043fa87a49b68f5e326.1745660022.git.arne_bab <at> web.de>
> From: Arne Babenhauserheide <arne_bab <at> web.de>
> Date: Thu, 24 Apr 2025 18:43:35 +0200
> Subject: [PATCH] Update mercurial to 6.9.5 and disable failing test
>
> * gnu/packages/version-control.scm (mercurial): update to 6.9.5
> * gnu/packages/version-control.scm (mercurial): disable test-revlog-mmapindex.t
>
> Change-Id: I48f26635b896fb6038b7f656a53395e79c0ee43a
> ---
> gnu/packages/version-control.scm | 9 +++++++--
> 1 file changed, 7 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
> index d9e7dd249f4..1a5962b9930 100644
> --- a/gnu/packages/version-control.scm
> +++ b/gnu/packages/version-control.scm
> @@ -2624,7 +2624,7 @@ (define-public python-pre-commit
> (define-public mercurial
> (package
> (name "mercurial")
> - (version "6.7.2")
> + (version "6.9.5")
> (source (origin
> (method url-fetch)
> (uri (string-append "https://www.mercurial-scm.org/"
> @@ -2632,7 +2632,7 @@ (define-public mercurial
> (patches (search-patches "mercurial-hg-extension-path.patch"))
> (sha256
> (base32
> - "01nqvp3cvidlz9z5vm05vpq81r6x10jwwfcaz0gw9anz0l60f8hw"))))
> + "1zb5rjqs5z0y900hml0v4wsmv59cdhi50a8kcbjxdp79z7p2mwnk"))))
> (build-system gnu-build-system)
> (arguments
> `(#:make-flags
> @@ -2657,6 +2657,11 @@ (define-public mercurial
> ;; PATH from before (that's why we are building it!)?
> "test-hghave.t"
>
> + ;; This test is missing a debug line
> + ;; mmapping $TESTTMP/a/.hg/store/00changelog.i (no-pure !)
> + ;; but the relevant output is correct.
> + "test-revlog-mmapindex.t"
> +
> ;; This test creates a shebang spanning multiple
> ;; lines which is difficult to substitute. It
> ;; only tests the test runner itself, which gets
>
> base-commit: 7ff20b9e94c429f1160bd8f0db86b153a03e4683
> --
> 2.49.0
>
>
> Best wishes,
> Arne
pushed, closing.
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 22 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.