make check-TESTS make[1]: Entering directory `/tmp/coreutils-7.4/tests' make[2]: Entering directory `/tmp/coreutils-7.4/tests' FAIL: cp/cp-mv-enotsup-xattr ============================================= GNU coreutils 7.4: tests/test-suite.log ============================================= 1 of 1 test failed. .. contents:: :depth: 2 FAIL: cp/cp-mv-enotsup-xattr (exit: 1) ====================================== + cp --version cp (GNU coreutils) 7.4 Copyright (C) 2009 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later . This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by Torbjorn Granlund, David MacKenzie, and Jim Meyering. + mv --version mv (GNU coreutils) 7.4 Copyright (C) 2009 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later . This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by Mike Parker, David MacKenzie, and Jim Meyering. + . ./test-lib.sh ++ unset function_test ++ eval 'function_test() { return 11; }; function_test' +++ function_test +++ return 11 ++ test 11 '!=' 11 +++ pwd ++ test_dir_=/tmp/coreutils-7.4/tests +++ this_test_ +++ echo ././cp/cp-mv-enotsup-xattr +++ sed 's,.*/,,' ++ this_test=cp-mv-enotsup-xattr +++ /tmp/coreutils-7.4/src/mktemp -d --tmp=/tmp/coreutils-7.4/tests cu-cp-mv-enotsup-xattr.XXXXXXXXXX ++ t_=/tmp/coreutils-7.4/tests/cu-cp-mv-enotsup-xattr.xBikufnX9I ++ trap remove_tmp_ 0 ++ trap 'Exit $?' 1 2 13 15 ++ cd /tmp/coreutils-7.4/tests/cu-cp-mv-enotsup-xattr.xBikufnX9I ++ diff --version ++ grep GNU + require_root_ + uid_is_privileged_ ++ id -u + my_uid=0 + case $my_uid in + NON_ROOT_USERNAME=nobody ++ pwd + cwd=/tmp/coreutils-7.4/tests/cu-cp-mv-enotsup-xattr.xBikufnX9I + dd if=/dev/zero of=blob bs=8192 count=200 + mkdir mnt + mkfs -t ext2 -F blob mke2fs 1.41.3 (12-Oct-2008) Filesystem label= OS type: Linux Block size=1024 (log=0) Fragment size=1024 (log=0) 200 inodes, 1600 blocks 80 blocks (5.00%) reserved for the super user First data block=1 Maximum filesystem blocks=1835008 1 block group 8192 blocks per group, 8192 fragments per group 200 inodes per group Writing inode tables: 0/1done Writing superblocks and filesystem accounting information: done This filesystem will be automatically checked every 27 mounts or 180 days, whichever comes first. Use tune2fs -c or -i to override. + mount -oloop,nouser_xattr blob mnt mount: unknown filesystem type 'ext2' + framework_failure + error_ 'failure in testing framework' + echo './cp/cp-mv-enotsup-xattr: failure in testing framework' ./cp/cp-mv-enotsup-xattr: failure in testing framework + Exit 1 + set +e + exit 1 + exit 1 + remove_tmp_ + __st=1 + cleanup_ + cd / + umount /tmp/coreutils-7.4/tests/cu-cp-mv-enotsup-xattr.xBikufnX9I/mnt umount: /tmp/coreutils-7.4/tests/cu-cp-mv-enotsup-xattr.xBikufnX9I/mnt: not mounted + cd /tmp/coreutils-7.4/tests + chmod -R u+rwx /tmp/coreutils-7.4/tests/cu-cp-mv-enotsup-xattr.xBikufnX9I + rm -rf /tmp/coreutils-7.4/tests/cu-cp-mv-enotsup-xattr.xBikufnX9I + exit 1 ====================================== 1 of 1 test failed See tests/test-suite.log Please report to address@hidden ====================================== make[2]: *** [test-suite.log] Error 1 make[2]: Leaving directory `/tmp/coreutils-7.4/tests' make[1]: *** [check-TESTS] Error 2 make[1]: Leaving directory `/tmp/coreutils-7.4/tests' make: *** [check-am] Error 2