[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
coreutils-9.1.198-e68b1.tar.xz on Linux/s390
From: |
Sam James |
Subject: |
coreutils-9.1.198-e68b1.tar.xz on Linux/s390 |
Date: |
Thu, 16 Mar 2023 20:44:02 +0000 |
User-agent: |
mu4e 1.8.14; emacs 29.0.60 |
# grep -rsin "FAIL:"
/var/tmp/portage/sys-apps/coreutils-9.1_p20230313/temp/build.log
8833:# XFAIL: 0
8834:# FAIL: 3
12578:FAIL: tests/misc/cksum-raw
17775:FAIL: tests/df/df-symlink
18973:FAIL: tests/dd/nocache_eof
37099:# XFAIL: 0
37100:# FAIL: 3
38194:# XFAIL: 0
38195:# FAIL: 0
Again not worried about cksum-raw as Bruno's reported that. Note
that we had the df/df-symlink failure on s390x too (also reported
in a separate email).
For nocache_eof:
```
+ strace_dd if=in.f of=out.f bs=1M iflag=nocache oflag=nocache,sync
+ strace -o dd.strace -e fadvise64,fadvise64_64 dd status=none if=in.f
of=out.f bs=1M iflag=nocache oflag=nocache,sync
+ advised_to_eof
+ grep -F ' 0, POSIX_FADV_DONTNEED' dd.strace
+ fail=1
+ strace -o dd.strace -e fadvise64,fadvise64_64 dd status=none if=in.f
of=out.f bs=1M oflag=direct oseek=512B
dd: error writing 'out.f': Invalid argument
+ warn_ '512 byte aligned O_DIRECT is not supported on this (file)
system'
+ case $IFS in
+ printf '%s\n' '512 byte aligned O_DIRECT is not supported on this
(file) system'
512 byte aligned O_DIRECT is not supported on this (file) system
+ test 9 = 2
```
tests/df/df-symlink log: http://sprunge.us/uAYW2T
tests/dd/nocache_eof log: http://sprunge.us/YSufqi
Access to the machines for all of these reports I've made is
available if required.
best,
sam
signature.asc
Description: PGP signature
- coreutils-9.1.198-e68b1.tar.xz on Linux/s390,
Sam James <=
- Re: coreutils-9.1.198-e68b1.tar.xz on Linux/s390, Pádraig Brady, 2023/03/18
- Re: coreutils-9.1.198-e68b1.tar.xz on Linux/s390, Sam James, 2023/03/18
- Re: coreutils-9.1.198-e68b1.tar.xz on Linux/s390, Pádraig Brady, 2023/03/18
- Re: coreutils-9.1.198-e68b1.tar.xz on Linux/s390, Sam James, 2023/03/18
- Re: coreutils-9.1.198-e68b1.tar.xz on Linux/s390, Pádraig Brady, 2023/03/19
- Re: coreutils-9.1.198-e68b1.tar.xz on Linux/s390, Sam James, 2023/03/19
- Re: coreutils-9.1.198-e68b1.tar.xz on Linux/s390, Pádraig Brady, 2023/03/19