unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#49276: evolution-data-server: test-failure
@ 2021-06-29 16:54 Christopher Howard
  2021-06-29 21:48 ` Mark H Weaver
  0 siblings, 1 reply; 2+ messages in thread
From: Christopher Howard @ 2021-06-29 16:54 UTC (permalink / raw)
  To: 49276

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






^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#49276: evolution-data-server: test-failure
  2021-06-29 16:54 bug#49276: evolution-data-server: test-failure Christopher Howard
@ 2021-06-29 21:48 ` Mark H Weaver
  0 siblings, 0 replies; 2+ messages in thread
From: Mark H Weaver @ 2021-06-29 21:48 UTC (permalink / raw)
  To: Christopher Howard, 49276

Hi,

Christopher Howard <christopher@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@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>.




^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-06-29 21:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-29 16:54 bug#49276: evolution-data-server: test-failure Christopher Howard
2021-06-29 21:48 ` Mark H Weaver

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).