This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

2 resolv tests timing out consistently


resolv/tst-bug18665 and resolv/tst-resolv-search are consistently
failing for me on my development workstation, which is x86-64 running
Debian unstable.  The .out files both say the same thing:

warning: could not become root outside namespace (Operation not permitted)
warning: unshare (CLONE_NEWUTS) failed: Operation not permitted
warning: could not enter network namespace
Timed out: killed the child process
Termination time: 2019-02-18T21:46:18.136967
Last write to standard output: 2019-02-18T21:45:58.133916

(Debian's default kernel configuration doesn't permit unprivileged
users to use CLONE_NEWUSER; I think the rest of the warnings are
fallout from that.)

I don't see anything in either test program that should take a long
time, or actually _require_ the user/network namespace.  Any ideas?

zw


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]