This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
FAIL: nss/tst-nss-test3
- From: "H.J. Lu" <hjl dot tools at gmail dot com>
- To: GNU C Library <libc-alpha at sourceware dot org>
- Date: Wed, 29 Aug 2018 10:58:29 -0700
- Subject: FAIL: nss/tst-nss-test3
I am getting
[hjl@gnu-cfl-1 build-x86_64-linux]$ cat nss/tst-nss-test3.out
error: test-container.c:387: cannot copy file
/export/ssd/git/sources/glibc/nss/tst-nss-test3.root/etc/nsswitch.conf
to /export/build/gnu/tools-build/glibc/build-x86_64-linux/testroot.root/etc/nsswitch.conf
[hjl@gnu-cfl-1 build-x86_64-linux]$ ls -l
/export/build/gnu/tools-build/glibc/build-x86_64-linux/testroot.root/etc/nsswitch.conf
-rw------- 1 hjl hjl 0 Aug 29 10:49
/export/build/gnu/tools-build/glibc/build-x86_64-linux/testroot.root/etc/nsswitch.conf
[hjl@gnu-cfl-1 build-x86_64-linux]$
with "make -j12 check" on a 6-core machine. Is there a race condition?
--
H.J.