unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#48515: ell 0.40 test failure
@ 2021-05-19  3:11 Maxim Cournoyer
  2021-05-19 19:38 ` Efraim Flashner
  2021-05-20 12:15 ` Maxim Cournoyer
  0 siblings, 2 replies; 3+ messages in thread
From: Maxim Cournoyer @ 2021-05-19  3:11 UTC (permalink / raw)
  To: 48515

Hello,

Upon trying to reconfigure my system with master, I got the following
test failure for the recently updated ell package:

--8<---------------cut here---------------start------------->8---
PASS: unit/test-gvariant-util
PASS: unit/test-dbus-message
./build-aux/test-driver: line 107: 15217 Aborted                 "$@" > $log_file 2>&1
FAIL: unit/test-cipher
PASS: unit/test-dbus
PASS: unit/test-dbus-message-fds
PASS: unit/test-dbus-properties
PASS: unit/test-dbus-service
PASS: unit/test-main
PASS: unit/test-pbkdf2
============================================================================
Testsuite summary for ell 0.40
============================================================================
# TOTAL: 40
# PASS:  39
# SKIP:  0
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0
============================================================================
See ./test-suite.log
============================================================================
make[3]: *** [Makefile:2099: test-suite.log] Error 1
make[2]: *** [Makefile:2207: check-TESTS] Error 2
make[1]: *** [Makefile:2713: check-am] Error 2
make: *** [Makefile:2715: check] Error 2

Test suite failed, dumping logs.

--- ./test-suite.log --------------------------------------------------------

================================
   ell 0.40: ./test-suite.log
================================

# TOTAL: 40
# PASS:  39
# SKIP:  0
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0

.. contents:: :depth: 2

FAIL: unit/test-cipher
======================

test-cipher: unit/test-cipher.c:93: test_aes_ctr: Assertion `l_cipher_encrypt(cipher, buf, buf, FIXED_LEN)' failed.
FAIL unit/test-cipher (exit status: 134)


command "make" "check" "-j" "24" failed with status 2
builder for `/gnu/store/zz6sia4wwcg0885fi696kmiak0abiwy6-ell-0.40.drv' failed with exit code 1
@ build-failed /gnu/store/zz6sia4wwcg0885fi696kmiak0abiwy6-ell-0.40.drv - 1 builder for `/gnu/store/zz6sia4wwcg0885fi696kmiak0abiwy6-ell-0.40.drv' failed with exit code 1
--8<---------------cut here---------------end--------------->8---

Maxim




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

* bug#48515: ell 0.40 test failure
  2021-05-19  3:11 bug#48515: ell 0.40 test failure Maxim Cournoyer
@ 2021-05-19 19:38 ` Efraim Flashner
  2021-05-20 12:15 ` Maxim Cournoyer
  1 sibling, 0 replies; 3+ messages in thread
From: Efraim Flashner @ 2021-05-19 19:38 UTC (permalink / raw)
  To: Maxim Cournoyer; +Cc: 48515

[-- Attachment #1: Type: text/plain, Size: 2519 bytes --]

I was able to reproduce the test suite failure, but with a different
test. I was using my 3900XT, also 24 cores

PASS: unit/test-time
PASS: unit/test-dir-watch
PASS: unit/test-path
PASS: unit/test-dbus-watch
PASS: unit/test-gvariant-message
PASS: unit/test-dbus
./build-aux/test-driver: line 107: 17030 Aborted                 "$@" > $log_file 2>&1
FAIL: unit/test-dbus-properties
PASS: unit/test-dbus-message-fds
PASS: unit/test-dbus-service
PASS: unit/test-main
PASS: unit/test-pbkdf2
============================================================================
Testsuite summary for ell 0.40
============================================================================
# TOTAL: 40
# PASS:  39
# SKIP:  0
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0
============================================================================
See ./test-suite.log
============================================================================
make[3]: *** [Makefile:2099: test-suite.log] Error 1
make[2]: *** [Makefile:2207: check-TESTS] Error 2
make[1]: *** [Makefile:2713: check-am] Error 2
make: *** [Makefile:2715: check] Error 2

Test suite failed, dumping logs.

--- ./test-suite.log --------------------------------------------------------

================================
   ell 0.40: ./test-suite.log
================================

# TOTAL: 40
# PASS:  39
# SKIP:  0
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0

.. contents:: :depth: 2

FAIL: unit/test-dbus-properties
===============================

launching dbus-daemon
dbus-daemon process 17031 created
ready
request name result=failed
TEST: Legacy properties get
TEST FAILED in get_properties_callback at unit/test-dbus-properties.c:340: !l_dbus_message_get_error(message, ((void *)0), ((void *)0))
Disconnected from DBus
FAIL unit/test-dbus-properties (exit status: 134)


command "make" "check" "-j" "24" failed with status 2
builder for `/gnu/store/1vjr3z3mghf77wvwj0mb5f4nwzmd4c7i-ell-0.40.drv' failed with exit code 1
build of /gnu/store/1vjr3z3mghf77wvwj0mb5f4nwzmd4c7i-ell-0.40.drv failed
View build log at '/var/log/guix/drvs/1v/jr3z3mghf77wvwj0mb5f4nwzmd4c7i-ell-0.40.drv.bz2'.
guix build: error: build of `/gnu/store/1vjr3z3mghf77wvwj0mb5f4nwzmd4c7i-ell-0.40.drv' failed



-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* bug#48515: ell 0.40 test failure
  2021-05-19  3:11 bug#48515: ell 0.40 test failure Maxim Cournoyer
  2021-05-19 19:38 ` Efraim Flashner
@ 2021-05-20 12:15 ` Maxim Cournoyer
  1 sibling, 0 replies; 3+ messages in thread
From: Maxim Cournoyer @ 2021-05-20 12:15 UTC (permalink / raw)
  To: 48515

To clarify, this only happens on a machine with a Ryzen 3900X CPU that
has 24 cores.  I cannot reproduce on an older Q6700 4 cores machine.
Efraim was also able to reproduce on a similar Ryzen 3900XT CPU.

I tried reproducing on berlin but wasn't able to.




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

end of thread, other threads:[~2021-05-20 12:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-19  3:11 bug#48515: ell 0.40 test failure Maxim Cournoyer
2021-05-19 19:38 ` Efraim Flashner
2021-05-20 12:15 ` Maxim Cournoyer

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