evolution-data-server: test-failure

  • Open
  • quality assurance status badge
Details
2 participants
  • Christopher Howard
  • Mark H Weaver
Owner
unassigned
Submitted by
Christopher Howard
Severity
normal
C
C
Christopher Howard wrote on 29 Jun 2021 18:54
(name . bug-guix)(address . bug-guix@gnu.org)
49c4a36259994a193504f2e701ea317ea8ac014e.camel@librehacker.com
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@theoden ~$ neofetch --stdout
christopher@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
M
M
Mark H Weaver wrote on 29 Jun 2021 23:48
878s2stk8t.fsf@netris.org
Hi,

Christopher Howard <christopher@librehacker.com> writes:
Toggle quote (2 lines)
> 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.

Toggle quote (2 lines)
> 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

Toggle snippet (25 lines)
From ee6cd2d8211d79a70dc2d90596d346d0ea231298 Mon Sep 17 00:00:00 2001
From: Mark H Weaver <mhw@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

--
Disinformation flourishes because many people care deeply about injustice
but very few check the facts. Ask me about https://stallmansupport.org.
?
Your comment

Commenting via the web interface is currently disabled.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 49276
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