Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 460408 Details for
Bug 605952
dev-util/patchutils-0.3.4: tests fail in parallel
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
emerge.log
emerge.p.log (text/x-log), 30.91 KB, created by
Harri Nieminen (Moiman)
on 2017-01-17 08:28:06 UTC
(
hide
)
Description:
emerge.log
Filename:
MIME Type:
Creator:
Harri Nieminen (Moiman)
Created:
2017-01-17 08:28:06 UTC
Size:
30.91 KB
patch
obsolete
> >These are the packages that would be merged, in order: > >Calculating dependencies ..... done! >[ebuild U ] dev-util/patchutils-0.3.4::gentoo [0.3.3::gentoo] USE="{test*}" 0 KiB > >Total: 1 package (1 upgrade), Size of downloads: 0 KiB > >Would you like to merge these packages? [Yes/No] >>>> Verifying ebuild manifests > >>>> Emerging (1 of 1) dev-util/patchutils-0.3.4::gentoo > * patchutils-0.3.4.tar.xz SHA256 SHA512 WHIRLPOOL size ;-) ... [ ok ] >>>> Unpacking source... >>>> Unpacking patchutils-0.3.4.tar.xz to /var/tmp/portage/dev-util/patchutils-0.3.4/work >>>> Source unpacked in /var/tmp/portage/dev-util/patchutils-0.3.4/work >>>> Preparing source in /var/tmp/portage/dev-util/patchutils-0.3.4/work/patchutils-0.3.4 ... > * Applying patchutils-0.3.3-format-security.patch ... > [ ok ] >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-util/patchutils-0.3.4/work/patchutils-0.3.4 ... >./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --disable-silent-rules --docdir=/usr/share/doc/patchutils-0.3.4 --htmldir=/usr/share/doc/patchutils-0.3.4/html --libdir=/usr/lib64 >checking for a BSD-compatible install... /usr/lib/portage/python3.5/ebuild-helpers/xattr/install -c >checking whether build environment is sane... yes >checking for a thread-safe mkdir -p... /bin/mkdir -p >checking for gawk... gawk >checking whether make sets $(MAKE)... yes >checking whether make supports nested variables... yes >checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc >checking whether the C compiler works... yes >checking for C compiler default output file name... a.out >checking for suffix of executables... >checking whether we are cross compiling... no >checking for suffix of object files... o >checking whether we are using the GNU C compiler... yes >checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes >checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed >checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together... yes >checking for style of include used by make... GNU >checking dependency style of x86_64-pc-linux-gnu-gcc... none >checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E >checking whether ln -s works... yes >checking whether make sets $(MAKE)... (cached) yes >checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib >checking for xmlto... /usr/bin/xmlto >checking for perl... /usr/bin/perl >checking for sensible-editor... no >checking for editor... no >checking for vim... vim >checking for grep that handles long lines and -e... /bin/grep >checking for egrep... /bin/grep -E >checking for ANSI C header files... yes >checking for sys/wait.h that is POSIX.1 compatible... yes >checking for sys/types.h... yes >checking for sys/stat.h... yes >checking for stdlib.h... yes >checking for string.h... yes >checking for memory.h... yes >checking for strings.h... yes >checking for inttypes.h... yes >checking for stdint.h... yes >checking for unistd.h... yes >checking for sys/types.h... (cached) yes >checking for unistd.h... (cached) yes >checking error.h usability... yes >checking error.h presence... yes >checking for error.h... yes >checking for an ANSI C-conforming const... yes >checking for pid_t... yes >checking for size_t... yes >checking for working alloca.h... yes >checking for alloca... yes >checking for working POSIX fnmatch... yes >checking for strcspn... yes >checking for strspn... yes >checking for strtoul... yes >checking for getline... yes >checking for error... yes >checking for getopt_long... yes >checking for diff program... diff >checking for patch program... patch >checking whether patch works... yes >checking that generated files are newer than configure... done >configure: creating ./config.status >config.status: creating Makefile >config.status: creating scripts/splitdiff >config.status: creating scripts/editdiff >config.status: creating scripts/fixcvsdiff >config.status: creating scripts/recountdiff >config.status: creating scripts/unwrapdiff >config.status: creating scripts/dehtmldiff >config.status: creating scripts/espdiff >config.status: creating patchutils.spec >config.status: creating config.h >config.status: executing depfiles commands >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-util/patchutils-0.3.4/work/patchutils-0.3.4 ... >make -j2 >make all-am >make[1]: Entering directory '/var/tmp/portage/dev-util/patchutils-0.3.4/work/patchutils-0.3.4' >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I./src -march=k8-sse3 -O2 -pipe -ggdb -Wall -c -o src/interdiff.o src/interdiff.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I./src -march=k8-sse3 -O2 -pipe -ggdb -Wall -c -o src/util.o src/util.c >[01m[Ksrc/util.c:[m[K In function â[01m[Kxpipe[m[Kâ: >[01m[Ksrc/util.c:305:2:[m[K [01;35m[Kwarning: [m[Kignoring return value of â[01m[Kpipe[m[Kâ, declared with attribute warn_unused_result [-Wunused-result] > pipe (fildes); >[01;32m[K ^[m[K >[01m[Ksrc/util.c:315:4:[m[K [01;35m[Kwarning: [m[Kignoring return value of â[01m[Kdup[m[Kâ, declared with attribute warn_unused_result [-Wunused-result] > dup (fildes[1]); >[01;32m[K ^[m[K >[01m[Ksrc/util.c:320:4:[m[K [01;35m[Kwarning: [m[Kignoring return value of â[01m[Kdup[m[Kâ, declared with attribute warn_unused_result [-Wunused-result] > dup(2); >[01;32m[K ^[m[K >[01m[Ksrc/util.c:322:4:[m[K [01;35m[Kwarning: [m[Kignoring return value of â[01m[Kdup[m[Kâ, declared with attribute warn_unused_result [-Wunused-result] > dup (fildes[0]); >[01;32m[K ^[m[K >[01m[Ksrc/interdiff.c:[m[K In function â[01m[Kflipdiff[m[Kâ: >[01m[Ksrc/interdiff.c:1549:2:[m[K [01;35m[Kwarning: [m[Kignoring return value of â[01m[Kgetline[m[Kâ, declared with attribute warn_unused_result [-Wunused-result] > getline (&header1[0], &linelen, p1); >[01;32m[K ^[m[K >[01m[Ksrc/interdiff.c:1551:2:[m[K [01;35m[Kwarning: [m[Kignoring return value of â[01m[Kgetline[m[Kâ, declared with attribute warn_unused_result [-Wunused-result] > getline (&header1[1], &linelen, p1); >[01;32m[K ^[m[K >[01m[Ksrc/interdiff.c:1555:2:[m[K [01;35m[Kwarning: [m[Kignoring return value of â[01m[Kgetline[m[Kâ, declared with attribute warn_unused_result [-Wunused-result] > getline (&header2[0], &linelen, p2); >[01;32m[K ^[m[K >[01m[Ksrc/interdiff.c:1557:2:[m[K [01;35m[Kwarning: [m[Kignoring return value of â[01m[Kgetline[m[Kâ, declared with attribute warn_unused_result [-Wunused-result] > getline (&header2[1], &linelen, p2); >[01;32m[K ^[m[K >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I./src -march=k8-sse3 -O2 -pipe -ggdb -Wall -c -o src/diff.o src/diff.c >[01m[Ksrc/diff.c:[m[K In function â[01m[Kdo_convert_to_unified[m[Kâ: >[01m[Ksrc/diff.c:766:5:[m[K [01;35m[Kwarning: [m[Kâ[01m[Kllen[1][m[Kâ may be used uninitialized in this function [-Wmaybe-uninitialized] > fwrite (l[1] + 2, llen[1] - 2, 1, stdout); >[01;32m[K ^[m[K >[01m[Ksrc/diff.c:743:11:[m[K [01;36m[Knote: [m[Kâ[01m[Kllen[1][m[Kâ was declared here > size_t llen[2]; >[01;32m[K ^[m[K >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I./src -march=k8-sse3 -O2 -pipe -ggdb -Wall -c -o src/myerror.o src/myerror.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I./src -march=k8-sse3 -O2 -pipe -ggdb -Wall -c -o src/filterdiff.o src/filterdiff.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I./src -march=k8-sse3 -O2 -pipe -ggdb -Wall -c -o src/rediff.o src/rediff.c >x86_64-pc-linux-gnu-gcc -I./src -march=k8-sse3 -O2 -pipe -ggdb -Wall -Wl,-O1 -Wl,--as-needed -o src/interdiff src/interdiff.o src/util.o src/diff.o src/myerror.o >x86_64-pc-linux-gnu-gcc -I./src -march=k8-sse3 -O2 -pipe -ggdb -Wall -Wl,-O1 -Wl,--as-needed -o src/rediff src/rediff.o src/util.o src/diff.o src/myerror.o >x86_64-pc-linux-gnu-gcc -I./src -march=k8-sse3 -O2 -pipe -ggdb -Wall -Wl,-O1 -Wl,--as-needed -o src/filterdiff src/filterdiff.o src/util.o src/diff.o src/myerror.o >make[1]: Leaving directory '/var/tmp/portage/dev-util/patchutils-0.3.4/work/patchutils-0.3.4' >>>> Source compiled. >>>> Test phase: dev-util/patchutils-0.3.4 >make -j2 check >make check-TESTS >make[1]: Entering directory '/var/tmp/portage/dev-util/patchutils-0.3.4/work/patchutils-0.3.4' >make[2]: Entering directory '/var/tmp/portage/dev-util/patchutils-0.3.4/work/patchutils-0.3.4' >ln -sf interdiff src/combinediff >ln -sf interdiff src/flipdiff >ln -sf filterdiff src/lsdiff >ln -sf filterdiff src/grepdiff > * /var/tmp/portage/sys-apps/sandbox-2.10-r3/work/sandbox-2.10/libsandbox/libsandbox.c:check_syscall():989: failure (No such file or directory): > * ISE: > abs_path: (null) > res_path: (null) > * /var/tmp/portage/sys-apps/sandbox-2.10-r3/work/sandbox-2.10/libsandbox/libsandbox.c:check_syscall():989: failure (No such file or directory): > * ISE: > abs_path: (null) > res_path: (null) >./test-driver: line 107: 23459 Aborted "$@" > $log_file 2>&1 >[0;31mFAIL[m: tests/newline2/run-test >[0;32mPASS[m: tests/newline3/run-test > * /var/tmp/portage/sys-apps/sandbox-2.10-r3/work/sandbox-2.10/libsandbox/libsandbox.c:check_syscall():989: failure (No such file or directory): > * ISE: > abs_path: (null) > res_path: (null) >[0;31mFAIL[m: tests/newline4/run-test >[0;32mPASS[m: tests/newline5/run-test > * /var/tmp/portage/sys-apps/sandbox-2.10-r3/work/sandbox-2.10/libsandbox/libsandbox.c:check_syscall():989: failure (No such file or directory): > * ISE: > abs_path: (null) > res_path: (null) > * /var/tmp/portage/sys-apps/sandbox-2.10-r3/work/sandbox-2.10/libsandbox/libsandbox.c:check_syscall():989: failure (No such file or directory): > * ISE: > abs_path: (null) > res_path: (null) >[0;31mFAIL[m: tests/newline6/run-test > * /var/tmp/portage/sys-apps/sandbox-2.10-r3/work/sandbox-2.10/libsandbox/libsandbox.c:check_syscall():989: failure (No such file or directory): > * ISE: > abs_path: (null) > res_path: (null) > * /var/tmp/portage/sys-apps/sandbox-2.10-r3/work/sandbox-2.10/libsandbox/libsandbox.c:check_syscall():989: failure (No such file or directory): > * ISE: > abs_path: (null) > res_path: (null) > * /var/tmp/portage/sys-apps/sandbox-2.10-r3/work/sandbox-2.10/libsandbox/libsandbox.c:check_syscall():989: failure (No such file or directory): > * ISE: > abs_path: (null) > res_path: (null) >[0;31mFAIL[m: tests/create1/run-test >[0;32mPASS[m: tests/broken1/run-test > * /var/tmp/portage/sys-apps/sandbox-2.10-r3/work/sandbox-2.10/libsandbox/libsandbox.c:check_syscall():989: failure (No such file or directory): > * ISE: > abs_path: (null) > res_path: (null) > * /var/tmp/portage/sys-apps/sandbox-2.10-r3/work/sandbox-2.10/libsandbox/libsandbox.c:check_syscall():989: failure (No such file or directory): > * ISE: > abs_path: (null) > res_path: (null) > * /var/tmp/portage/sys-apps/sandbox-2.10-r3/work/sandbox-2.10/libsandbox/libsandbox.c:check_syscall():989: failure (No such file or directory): > * ISE: > abs_path: (null) > res_path: (null) >[0;31mFAIL[m: tests/revert1/run-test >[0;32mPASS[m: tests/revert2/run-test > * /var/tmp/portage/sys-apps/sandbox-2.10-r3/work/sandbox-2.10/libsandbox/libsandbox.c:check_syscall():989: failure (No such file or directory): > * ISE: > abs_path: (null) > res_path: (null) >[0;31mFAIL[m: tests/dashes/run-test > * /var/tmp/portage/sys-apps/sandbox-2.10-r3/work/sandbox-2.10/libsandbox/libsandbox.c:check_syscall():989: failure (No such file or directory): > * ISE: > abs_path: (null) > res_path: (null) > * /var/tmp/portage/sys-apps/sandbox-2.10-r3/work/sandbox-2.10/libsandbox/libsandbox.c:check_syscall():989: failure (No such file or directory): > * ISE: > abs_path: (null) > res_path: (null) >[0;31mFAIL[m: tests/dashes1/run-test > * /var/tmp/portage/sys-apps/sandbox-2.10-r3/work/sandbox-2.10/libsandbox/libsandbox.c:check_syscall():989: failure (No such file or directory): > * ISE: > abs_path: (null) > res_path: (null) > * /var/tmp/portage/sys-apps/sandbox-2.10-r3/work/sandbox-2.10/libsandbox/libsandbox.c:check_syscall():989: failure (No such file or directory): > * ISE: > abs_path: (null) > res_path: (null) >[0;31mFAIL[m: tests/dashes2/run-test > * /var/tmp/portage/sys-apps/sandbox-2.10-r3/work/sandbox-2.10/libsandbox/libsandbox.c:check_syscall():989: failure (No such file or directory): > * ISE: > abs_path: (null) > res_path: (null) > * /var/tmp/portage/sys-apps/sandbox-2.10-r3/work/sandbox-2.10/libsandbox/libsandbox.c:check_syscall():989: failure (No such file or directory): > * ISE: > abs_path: (null) > res_path: (null) >[0;31mFAIL[m: tests/dashes3/run-test > * /var/tmp/portage/sys-apps/sandbox-2.10-r3/work/sandbox-2.10/libsandbox/libsandbox.c:check_syscall():989: failure (No such file or directory): > * ISE: > abs_path: (null) > res_path: (null) >[0;31mFAIL[m: tests/dashes4/run-test > * /var/tmp/portage/sys-apps/sandbox-2.10-r3/work/sandbox-2.10/libsandbox/libsandbox.c:check_syscall():989: failure (No such file or directory): > * ISE: > abs_path: (null) > res_path: (null) > * /var/tmp/portage/sys-apps/sandbox-2.10-r3/work/sandbox-2.10/libsandbox/libsandbox.c:check_syscall():989: failure (No such file or directory): > * ISE: > abs_path: (null) > res_path: (null) >[0;31mFAIL[m: tests/linux-2.4.0-test-pre-style/run-test >[0;31mFAIL[m: tests/linux-2.2.17-pre4-5/run-test >[0;32mPASS[m: tests/linux-2.4.13-ac6-7/run-test >[0;31mFAIL[m: tests/apply1/run-test >[0;32mPASS[m: tests/copy1/run-test >[0;32mPASS[m: tests/edit1/run-test > * /var/tmp/portage/sys-apps/sandbox-2.10-r3/work/sandbox-2.10/libsandbox/libsandbox.c:check_syscall():989: failure (No such file or directory): > * ISE: > abs_path: (null) > res_path: (null) >[0;31mFAIL[m: tests/edit2/run-test > * /var/tmp/portage/sys-apps/sandbox-2.10-r3/work/sandbox-2.10/libsandbox/libsandbox.c:check_syscall():989: failure (No such file or directory): > * ISE: > abs_path: (null) > res_path: (null) >[0;31mFAIL[m: tests/edit3/run-test >[0;31mFAIL[m: tests/edit4/run-test > * /var/tmp/portage/sys-apps/sandbox-2.10-r3/work/sandbox-2.10/libsandbox/libsandbox.c:check_syscall():989: failure (No such file or directory): > * ISE: > abs_path: (null) > res_path: (null) >[0;31mFAIL[m: tests/edit5/run-test >[0;31mFAIL[m: tests/edit6/run-test >[0;32mPASS[m: tests/edit7/run-test >[0;32mPASS[m: tests/edit8/run-test >[0;32mPASS[m: tests/edit9/run-test > * /var/tmp/portage/sys-apps/sandbox-2.10-r3/work/sandbox-2.10/libsandbox/libsandbox.c:check_syscall():989: failure (No such file or directory): > * ISE: > abs_path: (null) > res_path: (null) >[0;31mFAIL[m: tests/edit10/run-test > * /var/tmp/portage/sys-apps/sandbox-2.10-r3/work/sandbox-2.10/libsandbox/libsandbox.c:check_syscall():989: failure (No such file or directory): > * ISE: > abs_path: (null) > res_path: (null) >[0;31mFAIL[m: tests/combine1/run-test >[0;31mFAIL[m: tests/combine2/run-test >[0;31mFAIL[m: tests/combine3/run-test > * /var/tmp/portage/sys-apps/sandbox-2.10-r3/work/sandbox-2.10/libsandbox/libsandbox.c:check_syscall():989: failure (No such file or directory): > * ISE: > abs_path: (null) > res_path: (null) > * /var/tmp/portage/sys-apps/sandbox-2.10-r3/work/sandbox-2.10/libsandbox/libsandbox.c:check_syscall():989: failure (No such file or directory): > * ISE: > abs_path: (null) > res_path: (null) >[0;31mFAIL[m: tests/gendiff1/run-test > * /var/tmp/portage/sys-apps/sandbox-2.10-r3/work/sandbox-2.10/libsandbox/libsandbox.c:check_syscall():989: failure (No such file or directory): > * ISE: > abs_path: (null) > res_path: (null) >[0;31mFAIL[m: tests/gendiff2/run-test >[0;32mPASS[m: tests/comma/run-test >[0;32mPASS[m: tests/addhunk1/run-test >[0;31mFAIL[m: tests/addhunk2/run-test >[0;32mPASS[m: tests/addhunk3/run-test >[0;31mFAIL[m: tests/delhunk1/run-test >[0;32mPASS[m: tests/delhunk2/run-test > * /var/tmp/portage/sys-apps/sandbox-2.10-r3/work/sandbox-2.10/libsandbox/libsandbox.c:check_syscall():989: failure (No such file or directory): > * ISE: > abs_path: (null) > res_path: (null) >[0;31mFAIL[m: tests/delhunk3/run-test >[0;32mPASS[m: tests/delhunk4/run-test >[1;32mXFAIL[m: tests/delhunk5/run-test >[1;32mXFAIL[m: tests/delhunk6/run-test >[0;31mFAIL[m: tests/trimcontext1/run-test >[1;32mXFAIL[m: tests/trimlast1/run-test >[1;32mXFAIL[m: tests/trimlast2/run-test >[0;32mPASS[m: tests/nodate/run-test >[0;32mPASS[m: tests/lsdiff1/run-test > * /var/tmp/portage/sys-apps/sandbox-2.10-r3/work/sandbox-2.10/libsandbox/libsandbox.c:check_syscall():989: failure (No such file or directory): > * ISE: > abs_path: (null) > res_path: (null) > * /var/tmp/portage/sys-apps/sandbox-2.10-r3/work/sandbox-2.10/libsandbox/libsandbox.c:check_syscall():989: failure (No such file or directory): > * ISE: > abs_path: (null) > res_path: (null) >[0;31mFAIL[m: tests/lsdiff2/run-test >[0;31mFAIL[m: tests/lsdiff3/run-test >[0;32mPASS[m: tests/lsdiff4/run-test >[0;31mFAIL[m: tests/lsdiff5/run-test >[0;32mPASS[m: tests/lsdiff6/run-test >[0;32mPASS[m: tests/lsdiff7/run-test >[0;32mPASS[m: tests/lsdiff8/run-test >[0;32mPASS[m: tests/lsdiff9/run-test >[0;32mPASS[m: tests/lsdiff10/run-test > * /var/tmp/portage/sys-apps/sandbox-2.10-r3/work/sandbox-2.10/libsandbox/libsandbox.c:check_syscall():989: failure (No such file or directory): > * ISE: > abs_path: (null) > res_path: (null) >[0;31mFAIL[m: tests/lsdiff11/run-test >[0;32mPASS[m: tests/lsdiff12/run-test > * /var/tmp/portage/sys-apps/sandbox-2.10-r3/work/sandbox-2.10/libsandbox/libsandbox.c:check_syscall():989: failure (No such file or directory): > * ISE: > abs_path: (null) > res_path: (null) >./test-driver: line 107: 24630 Aborted "$@" > $log_file 2>&1 >[0;31mFAIL[m: tests/lsdiff13/run-test >[0;32mPASS[m: tests/lsdiff14/run-test >[0;32mPASS[m: tests/lsdiff15/run-test >[0;31mFAIL[m: tests/fuzz1/run-test >[0;31mFAIL[m: tests/U0/run-test >[0;31mFAIL[m: tests/U3/run-test >[0;32mPASS[m: tests/grepdiff1/run-test >[0;31mFAIL[m: tests/grepdiff2/run-test >[0;32mPASS[m: tests/grepdiff3/run-test >[0;31mFAIL[m: tests/grepdiff4/run-test >[0;31mFAIL[m: tests/grepdiff5/run-test >[0;31mFAIL[m: tests/grepdiff6/run-test >[0;32mPASS[m: tests/grepdiff7/run-test >[0;31mFAIL[m: tests/number1/run-test >[0;31mFAIL[m: tests/number2/run-test >[0;32mPASS[m: tests/nondiff/run-test >[0;31mFAIL[m: tests/nondiff1/run-test >[0;31mFAIL[m: tests/lscontext1/run-test >[0;32mPASS[m: tests/lscontext2/run-test >[0;32mPASS[m: tests/filterp/run-test >[0;31mFAIL[m: tests/select1/run-test >[0;31mFAIL[m: tests/select2/run-test >[0;32mPASS[m: tests/select3/run-test >[0;31mFAIL[m: tests/select4/run-test >[0;32mPASS[m: tests/select5/run-test >[0;31mFAIL[m: tests/select6/run-test >[0;32mPASS[m: tests/select7/run-test >[0;32mPASS[m: tests/select8/run-test >[0;32mPASS[m: tests/select9/run-test > * /var/tmp/portage/sys-apps/sandbox-2.10-r3/work/sandbox-2.10/libsandbox/libsandbox.c:check_syscall():989: failure (No such file or directory): > * ISE: > abs_path: (null) > res_path: (null) >[0;31mFAIL[m: tests/select10/run-test >[0;31mFAIL[m: tests/select11/run-test >[0;32mPASS[m: tests/preserve1/run-test > * /var/tmp/portage/sys-apps/sandbox-2.10-r3/work/sandbox-2.10/libsandbox/libsandbox.c:check_syscall():989: failure (No such file or directory): > * ISE: > abs_path: (null) > res_path: (null) > * /var/tmp/portage/sys-apps/sandbox-2.10-r3/work/sandbox-2.10/libsandbox/libsandbox.c:check_syscall():989: failure (No such file or directory): > * ISE: > abs_path: (null) > res_path: (null) >[0;31mFAIL[m: tests/rediff1/run-test >[0;32mPASS[m: tests/rediff2/run-test >[0;31mFAIL[m: tests/recount1/run-test >[0;31mFAIL[m: tests/recount2/run-test >[0;31mFAIL[m: tests/recount3/run-test >[0;31mFAIL[m: tests/recount4/run-test >[0;31mFAIL[m: tests/recount5/run-test >[0;31mFAIL[m: tests/recount6/run-test >[0;31mFAIL[m: tests/recount7/run-test >[0;31mFAIL[m: tests/unwrapdiff1/run-test >[0;32mPASS[m: tests/overstrip/run-test >[0;32mPASS[m: tests/context1/run-test > * /var/tmp/portage/sys-apps/sandbox-2.10-r3/work/sandbox-2.10/libsandbox/libsandbox.c:check_syscall():989: failure (No such file or directory): > * ISE: > abs_path: (null) > res_path: (null) > * /var/tmp/portage/sys-apps/sandbox-2.10-r3/work/sandbox-2.10/libsandbox/libsandbox.c:check_syscall():989: failure (No such file or directory): > * ISE: > abs_path: (null) > res_path: (null) >[0;31mFAIL[m: tests/flip1/run-test > * /var/tmp/portage/sys-apps/sandbox-2.10-r3/work/sandbox-2.10/libsandbox/libsandbox.c:check_syscall():989: failure (No such file or directory): > * ISE: > abs_path: (null) > res_path: (null) >[0;31mFAIL[m: tests/flip2/run-test > * /var/tmp/portage/sys-apps/sandbox-2.10-r3/work/sandbox-2.10/libsandbox/libsandbox.c:check_syscall():989: failure (No such file or directory): > * ISE: > abs_path: (null) > res_path: (null) >[0;31mFAIL[m: tests/flip3/run-test > * /var/tmp/portage/sys-apps/sandbox-2.10-r3/work/sandbox-2.10/libsandbox/libsandbox.c:check_syscall():989: failure (No such file or directory): > * ISE: > abs_path: (null) > res_path: (null) >[0;31mFAIL[m: tests/flip4/run-test > * /var/tmp/portage/sys-apps/sandbox-2.10-r3/work/sandbox-2.10/libsandbox/libsandbox.c:check_syscall():989: failure (No such file or directory): > * ISE: > abs_path: (null) > res_path: (null) >[0;31mFAIL[m: tests/flip5/run-test > * /var/tmp/portage/sys-apps/sandbox-2.10-r3/work/sandbox-2.10/libsandbox/libsandbox.c:check_syscall():989: failure (No such file or directory): > * ISE: > abs_path: (null) > res_path: (null) >[0;31mFAIL[m: tests/flip6/run-test > * /var/tmp/portage/sys-apps/sandbox-2.10-r3/work/sandbox-2.10/libsandbox/libsandbox.c:check_syscall():989: failure (No such file or directory): > * ISE: > abs_path: (null) > res_path: (null) >[0;31mFAIL[m: tests/flip7/run-test > * /var/tmp/portage/sys-apps/sandbox-2.10-r3/work/sandbox-2.10/libsandbox/libsandbox.c:check_syscall():989: failure (No such file or directory): > * ISE: > abs_path: (null) > res_path: (null) >[0;31mFAIL[m: tests/flip8/run-test >[0;31mFAIL[m: tests/flip9/run-test >[0;31mFAIL[m: tests/flip10/run-test > * /var/tmp/portage/sys-apps/sandbox-2.10-r3/work/sandbox-2.10/libsandbox/libsandbox.c:check_syscall():989: failure (No such file or directory): > * ISE: > abs_path: (null) > res_path: (null) >[0;31mFAIL[m: tests/flip11/run-test > * /var/tmp/portage/sys-apps/sandbox-2.10-r3/work/sandbox-2.10/libsandbox/libsandbox.c:check_syscall():989: failure (No such file or directory): > * ISE: > abs_path: (null) > res_path: (null) >[0;31mFAIL[m: tests/flip12/run-test >[0;31mFAIL[m: tests/flip13/run-test > * /var/tmp/portage/sys-apps/sandbox-2.10-r3/work/sandbox-2.10/libsandbox/libsandbox.c:check_syscall():989: failure (No such file or directory): > * ISE: > abs_path: (null) > res_path: (null) >[0;31mFAIL[m: tests/flip14/run-test > * /var/tmp/portage/sys-apps/sandbox-2.10-r3/work/sandbox-2.10/libsandbox/libsandbox.c:check_syscall():989: failure (No such file or directory): > * ISE: > abs_path: (null) > res_path: (null) >[0;31mFAIL[m: tests/flip15/run-test > * /var/tmp/portage/sys-apps/sandbox-2.10-r3/work/sandbox-2.10/libsandbox/libsandbox.c:check_syscall():989: failure (No such file or directory): > * ISE: > abs_path: (null) > res_path: (null) >[0;31mFAIL[m: tests/flip16/run-test >[0;32mPASS[m: tests/flip17/run-test > * /var/tmp/portage/sys-apps/sandbox-2.10-r3/work/sandbox-2.10/libsandbox/libsandbox.c:check_syscall():989: failure (No such file or directory): > * ISE: > abs_path: (null) > res_path: (null) >[0;31mFAIL[m: tests/flip18/run-test >[0;32mPASS[m: tests/flip19/run-test > * /var/tmp/portage/sys-apps/sandbox-2.10-r3/work/sandbox-2.10/libsandbox/libsandbox.c:check_syscall():989: failure (No such file or directory): > * ISE: > abs_path: (null) > res_path: (null) > * /var/tmp/portage/sys-apps/sandbox-2.10-r3/work/sandbox-2.10/libsandbox/libsandbox.c:check_syscall():989: failure (No such file or directory): > * ISE: > abs_path: (null) > res_path: (null) >[0;31mFAIL[m: tests/unline1/run-test >[0;32mPASS[m: tests/nul0/run-test >[0;31mFAIL[m: tests/nul1/run-test >[0;32mPASS[m: tests/nul2/run-test >[0;31mFAIL[m: tests/nul3/run-test > * /var/tmp/portage/sys-apps/sandbox-2.10-r3/work/sandbox-2.10/libsandbox/libsandbox.c:check_syscall():989: failure (No such file or directory): > * ISE: > abs_path: (null) > res_path: (null) >[0;31mFAIL[m: tests/convert1/run-test > * /var/tmp/portage/sys-apps/sandbox-2.10-r3/work/sandbox-2.10/libsandbox/libsandbox.c:check_syscall():989: failure (No such file or directory): > * ISE: > abs_path: (null) > res_path: (null) >[0;31mFAIL[m: tests/convert2/run-test >[0;32mPASS[m: tests/clean1/run-test >[0;32mPASS[m: tests/clean2/run-test >[0;31mFAIL[m: tests/stdin/run-test >[0;31mFAIL[m: tests/splitdiffD/run-test >[0;31mFAIL[m: tests/fullheader1/run-test >for script in scripts/fixcvsdiff scripts/splitdiff scripts/editdiff scripts/recountdiff scripts/unwrapdiff scripts/dehtmldiff scripts/espdiff; do \ > if [ -f ./$script ]; then \ > chmod a+x ./$script; \ > else \ > chmod a+x ./$script; \ > fi \ >done >[0;32mPASS[m: tests/fullheader2/run-test >for test in tests/newline1/run-test tests/newline2/run-test tests/newline3/run-test tests/newline4/run-test tests/newline5/run-test tests/newline6/run-test tests/create1/run-test tests/broken1/run-test tests/revert1/run-test tests/revert2/run-test tests/dashes/run-test tests/dashes1/run-test tests/dashes2/run-test tests/dashes3/run-test tests/dashes4/run-test tests/linux-2.4.0-test-pre-style/run-test tests/linux-2.2.17-pre4-5/run-test tests/linux-2.4.13-ac6-7/run-test tests/apply1/run-test tests/copy1/run-test tests/edit1/run-test tests/edit2/run-test tests/edit3/run-test tests/edit4/run-test tests/edit5/run-test tests/edit6/run-test tests/edit7/run-test tests/edit8/run-test tests/edit9/run-test tests/edit10/run-test tests/combine1/run-test tests/combine2/run-test tests/combine3/run-test tests/gendiff1/run-test tests/gendiff2/run-test tests/comma/run-test tests/addhunk1/run-test tests/addhunk2/run-test tests/addhunk3/run-test tests/delhunk1/run-test tests/delhunk2/run-test tests/delhunk3/run-test tests/delhunk4/run-test tests/delhunk5/run-test tests/delhunk6/run-test tests/trimcontext1/run-test tests/trimlast1/run-test tests/trimlast2/run-test tests/nodate/run-test tests/lsdiff1/run-test tests/lsdiff2/run-test tests/lsdiff3/run-test tests/lsdiff4/run-test tests/lsdiff5/run-test tests/lsdiff6/run-test tests/lsdiff7/run-test tests/lsdiff8/run-test tests/lsdiff9/run-test tests/lsdiff10/run-test tests/lsdiff11/run-test tests/lsdiff12/run-test tests/lsdiff13/run-test tests/lsdiff14/run-test tests/lsdiff15/run-test tests/fuzz1/run-test tests/U0/run-test tests/U3/run-test tests/grepdiff1/run-test tests/grepdiff2/run-test tests/grepdiff3/run-test tests/grepdiff4/run-test tests/grepdiff5/run-test tests/grepdiff6/run-test tests/grepdiff7/run-test tests/number1/run-test tests/number2/run-test tests/nondiff/run-test tests/nondiff1/run-test tests/lscontext1/run-test tests/lscontext2/run-test tests/filterp/run-test tests/select1/run-test tests/select2/run-test tests/select3/run-test tests/select4/run-test tests/select5/run-test tests/select6/run-test tests/select7/run-test tests/select8/run-test tests/select9/run-test tests/select10/run-test tests/select11/run-test tests/preserve1/run-test tests/rediff1/run-test tests/rediff2/run-test tests/recount1/run-test tests/recount2/run-test tests/recount3/run-test tests/recount4/run-test tests/recount5/run-test tests/recount6/run-test tests/recount7/run-test tests/unwrapdiff1/run-test tests/overstrip/run-test tests/context1/run-test tests/flip1/run-test tests/flip2/run-test tests/flip3/run-test tests/flip4/run-test tests/flip5/run-test tests/flip6/run-test tests/flip7/run-test tests/flip8/run-test tests/flip9/run-test tests/flip10/run-test tests/flip11/run-test tests/flip12/run-test tests/flip13/run-test tests/flip14/run-test tests/flip15/run-test tests/flip16/run-test tests/flip17/run-test tests/flip18/run-test tests/flip19/run-test tests/unline1/run-test tests/nul0/run-test tests/nul1/run-test tests/nul2/run-test tests/nul3/run-test tests/convert1/run-test tests/convert2/run-test tests/clean1/run-test tests/clean2/run-test tests/stdin/run-test tests/splitdiffD/run-test tests/fullheader1/run-test tests/fullheader2/run-test; do \ > chmod a+x ./$test; \ >done >[0;32mPASS[m: tests/newline1/run-test >[0;31m============================================================================[m >[0;31mTestsuite summary for patchutils 0.3.4[m >[0;31m============================================================================[m >[1m# TOTAL: 137[m >[0;32m# PASS: 49[m ># SKIP: 0 >[1;32m# XFAIL: 4[m >[0;31m# FAIL: 84[m ># XPASS: 0 ># ERROR: 0 >[0;31m============================================================================[m >[0;31mSee ./test-suite.log[m >[0;31m============================================================================[m >make[2]: *** [Makefile:1032: test-suite.log] Error 1 >make[2]: Leaving directory '/var/tmp/portage/dev-util/patchutils-0.3.4/work/patchutils-0.3.4' >make[1]: *** [Makefile:1140: check-TESTS] Error 2 >make[1]: Leaving directory '/var/tmp/portage/dev-util/patchutils-0.3.4/work/patchutils-0.3.4' >make: *** [Makefile:2293: check-am] Error 2 > * ERROR: dev-util/patchutils-0.3.4::gentoo failed (test phase): > * Make check failed. See above for details. > * > * Call stack: > * ebuild.sh, line 115: Called src_test > * environment, line 364: Called default > * phase-functions.sh, line 807: Called default_src_test > * phase-functions.sh, line 836: Called __eapi0_src_test > * phase-helpers.sh, line 763: Called die > * The specific snippet of code: > * $emake_cmd ${internal_opts} check || \ > * die "Make check failed. See above for details." > * > * If you need support, post the output of `emerge --info '=dev-util/patchutils-0.3.4::gentoo'`, > * the complete build log and the output of `emerge -pqv '=dev-util/patchutils-0.3.4::gentoo'`. > * The complete build log is located at '/var/tmp/portage/dev-util/patchutils-0.3.4/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/dev-util/patchutils-0.3.4/temp/environment'. > * Working directory: '/var/tmp/portage/dev-util/patchutils-0.3.4/work/patchutils-0.3.4' > * S: '/var/tmp/portage/dev-util/patchutils-0.3.4/work/patchutils-0.3.4' > >>>> Failed to emerge dev-util/patchutils-0.3.4, Log file: > >>>> '/var/tmp/portage/dev-util/patchutils-0.3.4/temp/build.log' > * Messages for package dev-util/patchutils-0.3.4: > * ERROR: dev-util/patchutils-0.3.4::gentoo failed (test phase): > * Make check failed. See above for details. > * > * Call stack: > * ebuild.sh, line 115: Called src_test > * environment, line 364: Called default > * phase-functions.sh, line 807: Called default_src_test > * phase-functions.sh, line 836: Called __eapi0_src_test > * phase-helpers.sh, line 763: Called die > * The specific snippet of code: > * $emake_cmd ${internal_opts} check || \ > * die "Make check failed. See above for details." > * > * If you need support, post the output of `emerge --info '=dev-util/patchutils-0.3.4::gentoo'`, > * the complete build log and the output of `emerge -pqv '=dev-util/patchutils-0.3.4::gentoo'`. > * The complete build log is located at '/var/tmp/portage/dev-util/patchutils-0.3.4/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/dev-util/patchutils-0.3.4/temp/environment'. > * Working directory: '/var/tmp/portage/dev-util/patchutils-0.3.4/work/patchutils-0.3.4' > * S: '/var/tmp/portage/dev-util/patchutils-0.3.4/work/patchutils-0.3.4' > >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 605952
: 460408 |
460410
|
460412