Summary: | sys-apps/util-linux-2.28 fails tests on alpha: misc: setarch: [03] uname26-version | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Tobias Klausmann (RETIRED) <klausman> |
Component: | Current packages | Assignee: | Gentoo's Team for Core System packages <base-system> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | alpha, eike, matoro_gentoo |
Priority: | Normal | Keywords: | TESTFAILURE |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=879024 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 606422 | ||
Attachments: | sys-apps/util-linux-2.28 build/test log |
Description
Tobias Klausmann (RETIRED)
2016-06-08 09:45:11 UTC
can you attach the test log that'll include the full info ? also check `dmesg` to see if there's anything interesting ... dmesg just has unaligned traps in fsck.minix. Ads for logs, there is some stuff in util-linux-2.28-.alpha/tests/output/misc, but I couldn't make sense of it. Same for tests/diff/misc. The entire builddir also on monolith in ~root/util-linux-2.28/ if you want to tinker with it. Direct links to another copy: http://skade.schwarzvogel.de/~klausman/util-linux-2.28/work/util-linux-2.28-.alpha/tests/output/misc/ http://skade.schwarzvogel.de/~klausman/util-linux-2.28/work/util-linux-2.28-.alpha/tests/diff/misc/ > dmesg just has unaligned traps in fsck.minix.
Still true years later :)
The output of the setarch-uname26 test is:
--- /var/tmp/portage/sys-apps/util-linux-2.35.1/work/util-linux-2.35.1/tests/expected/misc/setarch-uname26-version 2018-06-04 00:57:02.888445142 -0700
+++ /var/tmp/portage/sys-apps/util-linux-2.35.1/work/util-linux-2.35.1-.alpha/tests/output/misc/setarch-uname26-version 2020-03-18 21:43:00.957868143 -0700
@@ -1 +1,3 @@
-kernel version changed to 2.6
+uname26 failed
+original kernel: 5.3.6
+uname26 kernel: 5.3.6
I get a similar error on hppa: misc: setarch: [02] uname26 ... FAILED (unsupported --uname-2.6: echo true) ==> work/util-linux-2.35.1-.hppa/tests/diff/misc/setarch-uname26.err <== --- /dev/null 2020-05-03 22:35:06.980000000 +0200 +++ /var/tmp/portage/sys-apps/util-linux-2.35.1-r2/work/util-linux-2.35.1-.hppa/tests/output/misc/setarch-uname26.err 2020-05-04 14:34:08.345409000 +0200 @@ -0,0 +1,2 @@ +FATAL: kernel too old +FATAL: kernel too old ==> work/util-linux-2.35.1-.hppa/tests/diff/misc/setarch-uname26 <== --- /var/tmp/portage/sys-apps/util-linux-2.35.1-r2/work/util-linux-2.35.1/tests/expected/misc/setarch-uname26 2018-06-04 09:57:02.888445142 +0200 +++ /var/tmp/portage/sys-apps/util-linux-2.35.1-r2/work/util-linux-2.35.1-.hppa/tests/output/misc/setarch-uname26 2020-05-04 14:34:08.217409000 +0200 @@ -1,6 +1,4 @@ ###### --uname-2.6 echo Switching on UNAME26. Execute command `echo'. -2.6 works or kernel too old ###### --uname-2.6 true, non-verbose -2.6 works or kernel too old ==> work/util-linux-2.35.1-.hppa/tests/output/misc/setarch-uname26.err <== FATAL: kernel too old FATAL: kernel too old ==> work/util-linux-2.35.1-.hppa/tests/output/misc/setarch-uname26 <== ###### --uname-2.6 echo Switching on UNAME26. Execute command `echo'. ###### --uname-2.6 true, non-verbose ==> work/util-linux-2.35.1/tests/expected/misc/setarch-uname26-version <== kernel version changed to 2.6 ==> work/util-linux-2.35.1/tests/expected/misc/setarch-uname26 <== ###### --uname-2.6 echo Switching on UNAME26. Execute command `echo'. 2.6 works or kernel too old ###### --uname-2.6 true, non-verbose 2.6 works or kernel too old |