GNU bug report logs -
#49276
evolution-data-server: test-failure
Previous Next
To reply to this bug, email your comments to 49276 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-guix <at> gnu.org
:
bug#49276
; Package
guix
.
(Tue, 29 Jun 2021 16:55:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Christopher Howard <christopher <at> librehacker.com>
:
New bug report received and forwarded. Copy sent to
bug-guix <at> gnu.org
.
(Tue, 29 Jun 2021 16:55:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Hello, I have been rebuilding my system from source. evolution-data-
server build fails due to the following test failure:
```
99% tests passed, 1 tests failed out of 88
Total Test time (real) = 104.28 sec
The following tests FAILED:
26 - test-book-client-custom-summary (SIGTRAP)
Errors while running CTest
make: *** [Makefile:122: test] Error 8
Test suite failed, dumping logs.
command "make" "test" "-j" "1" failed with status 2
```
It appears that it fails to catch a sigterm:
```
26/88 Test #26: test-book-client-custom-summary
...........SIGTRAP***Exception: 48.25 sec
```
My guix commit is about a week or so old, if that makes a difference.
Here is my system information:
```
christopher <at> theoden ~$ neofetch --stdout
christopher <at> theoden
-------------------
OS: Guix System 4343476a3bffeb3714ad50ff7559c4b7f7c81551 x86_64
Host: OptiPlex 9020 00
Kernel: 5.12.8-gnu
Uptime: 4 days, 18 hours, 55 mins
Packages: 93 (guix-system), 109 (guix-user)
Shell: bash 5.0.16
Resolution: 1920x1080
DE: GNOME
Theme: Adwaita [GTK2/3]
Icons: Adwaita [GTK2/3]
Terminal: kitty
CPU: Intel i5-4570 (4) @ 3.600GHz
GPU: Intel HD Graphics
GPU: AMD ATI Radeon HD 8490 / R5 235X OEM
Memory: 2332MiB / 7869MiB
```
--
Christopher Howard
Information forwarded
to
bug-guix <at> gnu.org
:
bug#49276
; Package
guix
.
(Tue, 29 Jun 2021 21:50:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 49276 <at> debbugs.gnu.org (full text, mbox):
Hi,
Christopher Howard <christopher <at> librehacker.com> writes:
> Hello, I have been rebuilding my system from source.
I also build my systems locally from source. It's been several years
since I last used substitutes.
> evolution-data-server build fails due to the following test failure:
I've had the same experience. The 'evolution-data-server' test suite
usually fails on my Thinkpad X200, so on my private branch of Guix I
disabled tests for that package.
Mark
--8<---------------cut here---------------start------------->8---
From ee6cd2d8211d79a70dc2d90596d346d0ea231298 Mon Sep 17 00:00:00 2001
From: Mark H Weaver <mhw <at> netris.org>
Date: Thu, 24 Sep 2020 16:53:21 -0400
Subject: [PATCH] LOCAL: gnu: evolution-data-server: Disable tests.
---
gnu/packages/gnome.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index dfcf5dcd0c..99fbc94528 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7564,6 +7564,7 @@ Exchange, Last.fm, IMAP/SMTP, Jabber, SIP and Kerberos.")
(string-append lib "/evolution-data-server;")
(string-join runpaths ";"))
"-DENABLE_INTROSPECTION=ON")) ;required for Vala bindings
+ #:tests? #f ; XXX MHW_LOCAL Test suite usually fails on X200
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'disable-failing-tests
--
2.31.1
--8<---------------cut here---------------end--------------->8---
--
Disinformation flourishes because many people care deeply about injustice
but very few check the facts. Ask me about <https://stallmansupport.org>.
This bug report was last modified 3 years and 154 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.