Created attachment 797038 [details] Build Log ============================================================================ Testsuite summary for GNU coreutils 9.1 ============================================================================ # TOTAL: 370 # PASS: 351 # SKIP: 16 # XFAIL: 0 # FAIL: 3 # XPASS: 0 # ERROR: 0 ============================================================================ See gnulib-tests/test-suite.log Please report to bug-coreutils@gnu.org ============================================================================ make[6]: *** [Makefile:7353: test-suite.log] Error 1 make[6]: Leaving directory '/var/tmp/portage/sys-apps/coreutils-9.1-r1/work/coreutils-9.1/gnulib-tests' make[5]: *** [Makefile:7461: check-TESTS] Error 2 make[5]: Leaving directory '/var/tmp/portage/sys-apps/coreutils-9.1-r1/work/coreutils-9.1/gnulib-tests' make[4]: *** [Makefile:10142: check-am] Error 2 make[4]: Leaving directory '/var/tmp/portage/sys-apps/coreutils-9.1-r1/work/coreutils-9.1/gnulib-tests' make[3]: *** [Makefile:7245: check-recursive] Error 1 make[3]: Leaving directory '/var/tmp/portage/sys-apps/coreutils-9.1-r1/work/coreutils-9.1/gnulib-tests' make[2]: *** [Makefile:10144: check] Error 2 make[2]: Leaving directory '/var/tmp/portage/sys-apps/coreutils-9.1-r1/work/coreutils-9.1/gnulib-tests' make[1]: *** [Makefile:21011: check-recursive] Error 1 make[1]: Leaving directory '/var/tmp/portage/sys-apps/coreutils-9.1-r1/work/coreutils-9.1' make: *** [Makefile:21496: check] Error 2 * ERROR: sys-apps/coreutils-9.1-r1::gentoo failed (test phase): * emake failed
Created attachment 797041 [details] emerge --info
FAIL: test-set-mode-acl-1.sh FAIL: test-copy-acl-1.sh FAIL: test-file-has-acl-1.sh The failures for all of them look alike: ``` [...] + /bin/sh .././test-set-mode-acl.sh + test 1 = 0 + func_tmpdir + : /var/tmp + tmp= + tmp=/var/tmp/gl129694-24727 + umask 077 + mkdir /var/tmp/gl129694-24727 mkdir: cannot create directory '/var/tmp/gl129694-24727': Permission denied + echo '.././test-set-mode-acl.sh: cannot create a temporary directory in /var/tmp' .././test-set-mode-acl.sh: cannot create a temporary directory in /var/tmp + exit 1 + Exit 1 + set +e + exit 1 + exit 1 + remove_tmp_ + __st=1 + cleanup_ [...] ```
CCing loong@ although I doubt it's arch specific, just because it's so new.
Can't reproduce on amd64 nor loong: amd64: ============================================================================ Testsuite summary for GNU coreutils 9.1 ============================================================================ # TOTAL: 370 # PASS: 332 # SKIP: 38 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ loong: ============================================================================ Testsuite summary for GNU coreutils 9.1 ============================================================================ # TOTAL: 370 # PASS: 354 # SKIP: 16 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ Both run latest ~loong toolchains. I'd suspect generally outdated sysroot or weird partitioning (I have my PORTAGE_TMPDIR pointed to /tmp which is a tmpfs created by systemd). Would you have your system fully updated (things changed a lot in September) and re-test to see if anything changed on your side?
I would guess that /var/tmp has the wrong permissions on the reporter's system.