* bug#49752: [coreu-updates] coreutils-final test failures on powerpc64le-linux
@ 2021-07-27 23:34 Thiago Jung Bauermann via Bug reports for GNU Guix
2021-08-04 23:36 ` Thiago Jung Bauermann via Bug reports for GNU Guix
0 siblings, 1 reply; 2+ messages in thread
From: Thiago Jung Bauermann via Bug reports for GNU Guix @ 2021-07-27 23:34 UTC (permalink / raw)
To: 49752
Hi,
On core-updates, as of the following commit from July 26th:
e2690a8eb2df gnu: mes-rb5: Remove.
Guix fails to build ‘(@@ (gnu packages commencement) coreutils-final)’ on
powerpc64le-linux. E.g.: https://ci.guix.gnu.org/build/692547/details
The problem happens during the ‘check’ phase, because of two testsuite
failures:
================================================
GNU coreutils 8.32: ./tests/test-suite.log
================================================
# TOTAL: 620
# PASS: 408
# SKIP: 210
# XFAIL: 0
# FAIL: 2
# XPASS: 0
# ERROR: 0
The failures are:
FAIL: tests/misc/env-signal-handler
FAIL: tests/misc/timeout
In both of them, the problem is the same: the test expects the ‘timeout’
utility to print the name of the signal that is being sent, but for some
reason it only prints the first letter of the name. E.g.:
+ diff -u exp-err6 err6
--- exp-err6 2021-07-26 19:00:08.159279146 +0000
+++ err6 2021-07-26 19:00:08.475277881 +0000
@@ -1,2 +1,2 @@
-timeout: sending signal INT to command 'env'
-timeout: sending signal KILL to command 'env'
+timeout: sending signal I to command 'env'
+timeout: sending signal K to command 'env'
It’s interesting that this works as expected with the ‘coreutils-boot0’
package.
--
Thanks,
Thiago
^ permalink raw reply [flat|nested] 2+ messages in thread
* bug#49752: [coreu-updates] coreutils-final test failures on powerpc64le-linux
2021-07-27 23:34 bug#49752: [coreu-updates] coreutils-final test failures on powerpc64le-linux Thiago Jung Bauermann via Bug reports for GNU Guix
@ 2021-08-04 23:36 ` Thiago Jung Bauermann via Bug reports for GNU Guix
0 siblings, 0 replies; 2+ messages in thread
From: Thiago Jung Bauermann via Bug reports for GNU Guix @ 2021-08-04 23:36 UTC (permalink / raw)
To: 49752-done
Both in the CI and on my laptop this problem happened under emulation.
I just tested on real hardware (a POWER8 VM on the Unicamp/IBM Minicloud)
and couldn’t reproduce the problem. I tested with:
$ ./pre-inst-env guix build --check --rounds=5 \
-e '(@@ (gnu packages commencement) coreutils-final)'
On the core-updates-frozen branch at the following commit:
1685128e6e11 gnu: mesa-opencl, mesa-opencl-icd: Build all the LLVM targets
again.
--
Thanks,
Thiago
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-08-04 23:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-27 23:34 bug#49752: [coreu-updates] coreutils-final test failures on powerpc64le-linux Thiago Jung Bauermann via Bug reports for GNU Guix
2021-08-04 23:36 ` Thiago Jung Bauermann via Bug reports for GNU Guix
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).