bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#10545: make check failures on virtual machine at hoster 1und1.de


From: Bernhard Voelker
Subject: bug#10545: make check failures on virtual machine at hoster 1und1.de
Date: Wed, 18 Jan 2012 19:47:38 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:9.0) Gecko/20111220 Thunderbird/9.0

Running `make check` on a virtual machine at 1und1.de is
failing for 5 tests:

FAIL: misc/nproc-avail

++ nproc --all
+ all=4
++ OMP_NUM_THREADS=
++ nproc
+ available=8
+ test 8 -le 4
+ fail=1

I added an strace for both runs.


FAIL: tail-2/wait

+ test '!' -r unreadable
+ timeout 1 tail -s0.1 -F ---disable-inotify unreadable
tail: cannot open `unreadable' for reading: Permission denied
+ test 124 = 124
+ timeout 1 tail -s0.1 -F ---disable-inotify not_here
tail: cannot open `not_here' for reading: No such file or directory
+ test 124 = 124
+ grep -Ev 'inotify (resources exhausted|cannot be used)' tail.err
+ mv x tail.err
+ test -s tail.err
+ fail=1

Do you need an strace output here?


FAIL: ls/stat-dtype

...
+ ls --file-type d
ls: cannot access d/s: Permission denied

I added an strace log.
The same test succeeds if run as root.



FAIL: ls/stat-free-color

+ n_stat=7
+ case $n_stat in
+ fail=1


FAIL: tail-2/follow-stdin

+ timeout 1 tail -f
+ test 124 = 124
+ test -s err
+ fail=1


Server: openSUSE 11.3 (x86_64)

$ gcc --version
gcc (SUSE Linux) 4.5.0 20100604 [gcc-4_5-branch revision 160292]
...


$ mount
/dev/vzfs on / type reiserfs (rw,usrquota,grpquota)
proc on /proc type proc (rw,relatime)
sysfs on /sys type sysfs (rw,relatime)
tmpfs on /dev/shm type tmpfs (rw,relatime)
devpts on /dev/pts type devpts (rw,relatime)
$ uname -srvmpio
Linux 2.6.18-028stab094.3 #1 SMP Thu Sep 22 12:47:37 MSD 2011 x86_64 x86_64 
x86_64 GNU/Linux


Unfortunately, I don't know what virtualisation software they
are using, but as it is a mass hoster, I guess they have their own
kernel patches etc.

Some resource limits of the VM are rather low, but I don't think
the test hit any of them.

Have a nice day,
Berny

Attachment: test-suite.log.xz
Description: application/xz

Attachment: nproc.strace
Description: Text document

Attachment: nproc-all.strace
Description: Text document

Attachment: ls-dtype.strace
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]