Lucas Nussbaum wrote:
> Source: coreutils
> Version: 8.13-3.1
> Severity: serious
> Tags: wheezy sid
> User: debian...@lists.debian.org
> Usertags: qa-ftbfs-20120419 qa-ftbfs
> Justification: FTBFS on amd64
>
> Hi,
>
> During a rebuild of all packages in sid, your package failed to build on
> amd64.
>
> Relevant part:

Hi Lucas,

Thanks for the report.
The failure is unrelated to env/setfacl.
In general, you need to search for "FAIL:" and (within that block) "fail=1":

This test is ensuring that sort works even when it requires every single
available file descriptor.  If something about sort or one of the programs
it execs happens to keep just one extra file descriptor open, then this
test will fail.

The following upstream fix to the failing test script,
v8.14-38-g91a5bad may solve this problem:

commit 91a5badc7b8b96916147f28b1d094af98efa5aa7
Author: Paul Eggert <egg...@cs.ucla.edu>
Date:   Sat Nov 12 00:20:01 2011 -0800

    * tests/misc/sort-continue: Port to Fedora 15.

    Redirect with the shell command, not in a separate 'exec'.
    Without this patch, Fedora 15 x86-64 /bin/sh (i.e., Bash 4.2.10)
    complained about running out of file descriptors in the shell.


...
>> FAIL: misc/sort-continue (exit: 1)
>> ==================================
...
>> + tee -a in
>> + echo 31
>> + ulimit -n 6
>> + exec
>> ./misc/sort-continue: redirection error: cannot duplicate fd: Invalid 
>> argument
>> ./misc/sort-continue: line 33: /dev/null: Invalid argument
>> + sort -n -m __test.1 __test.10 __test.11 __test.12 __test.13
> __test.14 __test.15 __test.16 __test.17 __test.18 __test.19 __test.2
> __test.20 __test.21 __test.22 __test.23 __test.24 __test.25 __test.26
> __test.27 __test.28 __test.29 __test.3 __test.30 __test.31 __test.4
> __test.5 __test.6 __test.7 __test.8 __test.9
>> sort: open failed: __test.10: Too many open files
>> + fail=1
>> + echo 'file descriptor exhaustion not handled'
>> file descriptor exhaustion not handled
>> + tee -a in
>> + echo 32
>> + ulimit -n 6
>> + exec
>> ./misc/sort-continue: redirection error: cannot duplicate fd: Invalid 
>> argument
>> ./misc/sort-continue: line 42: 0: Invalid argument
>> + sort -n -m __test.1 __test.10 __test.11 __test.12 __test.13
> __test.14 __test.15 __test.16 __test.17 __test.18 __test.19 __test.2
> __test.20 __test.21 __test.22 __test.23 __test.24 __test.25 __test.26
> __test.27 __test.28 __test.29 __test.3 __test.30 __test.31 __test.4
> __test.5 __test.6 __test.7 __test.8 __test.9 -
>> + compare in out
>> + diff -u in out
>> + Exit 1
>> + set +e
>> + exit 1
>> + exit 1
>> + remove_tmp_
>> + __st=1
>> + cleanup_
>> + :
>> + cd /«PKGBUILDDIR»/tests
>> + chmod -R u+rwx /«PKGBUILDDIR»/tests/gt-sort-continue.HX7W
>> + rm -rf /«PKGBUILDDIR»/tests/gt-sort-continue.HX7W
>> + exit 1



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to