* Package: app-misc/boxes-1.1.2-r3 * Repository: gentoo * Maintainer: shell-tools@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox test userpriv usersandbox >>> Unpacking source... >>> Unpacking boxes-1.1.2.tar.gz to /var/tmp/portage/app-misc/boxes-1.1.2-r3/work >>> Source unpacked in /var/tmp/portage/app-misc/boxes-1.1.2-r3/work >>> Preparing source in /var/tmp/portage/app-misc/boxes-1.1.2-r3/work/boxes-1.1.2 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/app-misc/boxes-1.1.2-r3/work/boxes-1.1.2 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/app-misc/boxes-1.1.2-r3/work/boxes-1.1.2 ... make -j1 CC=x86_64-pc-linux-gnu-gcc 'CFLAGS=-O2 -pipe -march=native -Wall -Iregexp -I. -ansi -std=c99' 'LDFLAGS=-Wl,-O1 -Wl,--as-needed -Lregexp' | For compilation info please refer to the boxes compilation FAQ | at https://github.com/ascii-boxes/boxes/wiki/FAQ#q-5-compilation sed -e 's/--BVERSION--/1.1.2/; s/--GLOBALCONF--/\/usr\/share\/boxes/' src/boxes.h.in > src/boxes.h sed -e 's/--BVERSION--/1.1.2/; s/--GLOBALCONF--/\/usr\/share\/boxes/' doc/boxes.1.in > doc/boxes.1 make -C src BOXES_PLATFORM=unix build make[1]: Entering directory '/var/tmp/portage/app-misc/boxes-1.1.2-r3/work/boxes-1.1.2/src' make BOXES_PLATFORM=unix ALL_OBJ="parser.o lex.yy.o boxes.o tools.o shape.o generate.o remove.o" CFLAGS_ADDTL="-O " STRIP=false flags_unix boxes make[2]: Entering directory '/var/tmp/portage/app-misc/boxes-1.1.2-r3/work/boxes-1.1.2/src' make[2]: Nothing to be done for 'flags_unix'. bison -o parser.c -d parser.y x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -Iregexp -I. -ansi -std=c99 -c -o parser.o parser.c flex -t lexer.l > lexer.tmp.c echo #include "config.h" > lex.yy.c cat lexer.tmp.c >> lex.yy.c rm lexer.tmp.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -Iregexp -I. -ansi -std=c99 -c -o lex.yy.o lex.yy.c lexer.l: In function ‘yylex’: lexer.l:101:25: warning: implicit declaration of function ‘strdup’; did you mean ‘strcmp’? [-Wimplicit-function-declaration] yylval.s = (char *) strdup (yytext); ^~~~~~ strcmp lexer.l:101:16: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] yylval.s = (char *) strdup (yytext); ^ lexer.l:125:16: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] yylval.s = (char *) strdup (yytext + 1); ^ lexer.l:182:16: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] yylval.s = (char *) strdup (yytext); ^ lexer.l:298:16: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] yylval.s = (char *) strdup (yytext); ^ lexer.l:323:16: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] yylval.s = (char *) strdup (yytext); ^ At top level: :1776:16: warning: ‘input’ defined but not used [-Wunused-function] x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -Iregexp -I. -ansi -std=c99 -c -o boxes.o boxes.c boxes.c: In function ‘list_styles’: boxes.c:1012:57: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘size_t {aka long unsigned int}’ [-Wformat=] fprintf (opt.outfile, "Minimum Box Dimensions: %d x %d (width x height)\n", ~^ %ld d->minwidth, d->minheight); ~~~~~~~~~~~ boxes.c:1012:62: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘size_t {aka long unsigned int}’ [-Wformat=] fprintf (opt.outfile, "Minimum Box Dimensions: %d x %d (width x height)\n", ~^ %ld d->minwidth, d->minheight); ~~~~~~~~~~~~ At top level: boxes.c:75:19: warning: ‘rcsid_boxes_c’ defined but not used [-Wunused-const-variable=] static const char rcsid_boxes_c[] = ^~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -Iregexp -I. -ansi -std=c99 -c -o tools.o tools.c tools.c: In function ‘expand_tabs_into’: tools.c:271:28: warning: implicit declaration of function ‘calloc’ [-Wimplicit-function-declaration] *tabpos = (size_t *) calloc ((*tabpos_len) + 1, sizeof(size_t)); ^~~~~~ tools.c:271:28: warning: incompatible implicit declaration of built-in function ‘calloc’ tools.c:271:28: note: include ‘’ or provide a declaration of ‘calloc’ tools.c: In function ‘tabbify_indent’: tools.c:399:23: warning: implicit declaration of function ‘malloc’ [-Wimplicit-function-declaration] result = (char *) malloc (indentspc_len + 1); ^~~~~~ tools.c:399:23: warning: incompatible implicit declaration of built-in function ‘malloc’ tools.c:399:23: note: include ‘’ or provide a declaration of ‘malloc’ At top level: tools.c:38:19: warning: ‘rcsid_tools_c’ defined but not used [-Wunused-const-variable=] static const char rcsid_tools_c[] = ^~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -Iregexp -I. -ansi -std=c99 -c -o shape.o shape.c shape.c:35:19: warning: ‘rcsid_shape_c’ defined but not used [-Wunused-const-variable=] static const char rcsid_shape_c[] = ^~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -Iregexp -I. -ansi -std=c99 -c -o generate.o generate.c generate.c:36:19: warning: ‘rcsid_generate_c’ defined but not used [-Wunused-const-variable=] static const char rcsid_generate_c[] = ^~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -Iregexp -I. -ansi -std=c99 -c -o remove.o remove.c remove.c:35:19: warning: ‘rcsid_remove_c’ defined but not used [-Wunused-const-variable=] static const char rcsid_remove_c[] = ^~~~~~~~~~~~~~ make -C regexp CC=x86_64-pc-linux-gnu-gcc libregexp.a make[3]: Entering directory '/var/tmp/portage/app-misc/boxes-1.1.2-r3/work/boxes-1.1.2/src/regexp' x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -Iregexp -I. -ansi -std=c99 -c regexp.c regexp.c: In function ‘regcomp’: regexp.c:137:19: warning: implicit declaration of function ‘regerror’; did you mean ‘strerror’? [-Wimplicit-function-declaration] #define FAIL(m) { regerror(m); return(NULL); } ^ regexp.c:204:3: note: in expansion of macro ‘FAIL’ FAIL("NULL argument"); ^~~~ regexp.c: In function ‘reg’: regexp.c:326:10: warning: ‘parno’ may be used uninitialized in this function [-Wmaybe-uninitialized] ender = regnode((paren) ? CLOSE+parno : END); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -Iregexp -I. -ansi -std=c99 -c regsub.c regsub.c: In function ‘regsub’: regsub.c:63:9: warning: implicit declaration of function ‘regerror’; did you mean ‘strerror’? [-Wimplicit-function-declaration] regerror("NULL parm to regsub"); ^~~~~~~~ strerror regsub.c: In function ‘myregsub’: regsub.c:139:14: warning: implicit declaration of function ‘regexec’ [-Wimplicit-function-declaration] rc = regexec (prog, sp); ^~~~~~~ ar cr libregexp.a regexp.o regsub.o make[3]: Leaving directory '/var/tmp/portage/app-misc/boxes-1.1.2-r3/work/boxes-1.1.2/src/regexp' x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -Lregexp parser.o lex.yy.o boxes.o tools.o shape.o generate.o remove.o -o boxes -lregexp if [ false == true ] ; then strip boxes ; fi make[2]: Leaving directory '/var/tmp/portage/app-misc/boxes-1.1.2-r3/work/boxes-1.1.2/src' make[1]: Leaving directory '/var/tmp/portage/app-misc/boxes-1.1.2-r3/work/boxes-1.1.2/src' >>> Source compiled. >>> Test phase: app-misc/boxes-1.1.2-r3 make -j1 test cd test; ./testrunner.sh -suite Running test case: 001_trivial.txt Invoking: boxes ./testrunner.sh: line 78: 8915 Broken pipe cat $testInputFile 8916 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,3 > /*******/ > /* foo */ > /*******/ Error in test case: 001_trivial.txt (top: actual; bottom: expected) Running test case: 002_trivial_10x5.txt Invoking: boxes -s 10x5 ./testrunner.sh: line 78: 9081 Broken pipe cat $testInputFile 9082 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,5 > /********/ > /* foo */ > /* */ > /* */ > /********/ Error in test case: 002_trivial_10x5.txt (top: actual; bottom: expected) Running test case: 003_no_config_file.txt Invoking: boxes -f nonexistent OK Running test case: 004_missing_option_argument.txt Invoking: boxes -s OK Running test case: 005_alignment_single_line_hlvt.txt Invoking: boxes -s 15x5 -a hlvt ./testrunner.sh: line 78: 9651 Broken pipe cat $testInputFile 9652 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,5 > /*************/ > /* foo */ > /* */ > /* */ > /*************/ Error in test case: 005_alignment_single_line_hlvt.txt (top: actual; bottom: expected) Running test case: 006_alignment_single_line_hlvc.txt Invoking: boxes -s 15x5 -a hlvc ./testrunner.sh: line 78: 9859 Broken pipe cat $testInputFile 9860 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,5 > /*************/ > /* */ > /* foo */ > /* */ > /*************/ Error in test case: 006_alignment_single_line_hlvc.txt (top: actual; bottom: expected) Running test case: 007_alignment_single_line_hlvb.txt Invoking: boxes -s 15x5 -a hlvb ./testrunner.sh: line 78: 10025 Done cat $testInputFile 10028 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,5 > /*************/ > /* */ > /* */ > /* foo */ > /*************/ Error in test case: 007_alignment_single_line_hlvb.txt (top: actual; bottom: expected) Running test case: 008_alignment_single_line_hcvt.txt Invoking: boxes -s 15x5 -a hcvt ./testrunner.sh: line 78: 10190 Done cat $testInputFile 10191 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,5 > /*************/ > /* foo */ > /* */ > /* */ > /*************/ Error in test case: 008_alignment_single_line_hcvt.txt (top: actual; bottom: expected) Running test case: 009_alignment_single_line_hcvc.txt Invoking: boxes -s 15x5 -a hcvc ./testrunner.sh: line 78: 10379 Done cat $testInputFile 10380 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,5 > /*************/ > /* */ > /* foo */ > /* */ > /*************/ Error in test case: 009_alignment_single_line_hcvc.txt (top: actual; bottom: expected) Running test case: 010_alignment_single_line_hcvb.txt Invoking: boxes -s 15x5 -a hcvb ./testrunner.sh: line 78: 10535 Done cat $testInputFile 10536 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,5 > /*************/ > /* */ > /* */ > /* foo */ > /*************/ Error in test case: 010_alignment_single_line_hcvb.txt (top: actual; bottom: expected) Running test case: 011_alignment_single_line_hrvt.txt Invoking: boxes -s 15x5 -a hrvt ./testrunner.sh: line 78: 10700 Broken pipe cat $testInputFile 10701 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,5 > /*************/ > /* foo */ > /* */ > /* */ > /*************/ Error in test case: 011_alignment_single_line_hrvt.txt (top: actual; bottom: expected) Running test case: 012_alignment_single_line_hrvc.txt Invoking: boxes -s 15x5 -a hrvc ./testrunner.sh: line 78: 10947 Broken pipe cat $testInputFile 10948 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,5 > /*************/ > /* */ > /* foo */ > /* */ > /*************/ Error in test case: 012_alignment_single_line_hrvc.txt (top: actual; bottom: expected) Running test case: 013_alignment_single_line_hrvb.txt Invoking: boxes -s 15x5 -a hrvb ./testrunner.sh: line 78: 11108 Broken pipe cat $testInputFile 11109 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,5 > /*************/ > /* */ > /* */ > /* foo */ > /*************/ Error in test case: 013_alignment_single_line_hrvb.txt (top: actual; bottom: expected) Running test case: 014_alignment_single_line_l.txt Invoking: boxes -s 15x5 -a l ./testrunner.sh: line 78: 11268 Done cat $testInputFile 11269 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,5 > /*************/ > /* */ > /* foo */ > /* */ > /*************/ Error in test case: 014_alignment_single_line_l.txt (top: actual; bottom: expected) Running test case: 015_alignment_single_line_c.txt Invoking: boxes -s 15x5 -a c ./testrunner.sh: line 78: 11380 Done cat $testInputFile 11381 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,5 > /*************/ > /* */ > /* foo */ > /* */ > /*************/ Error in test case: 015_alignment_single_line_c.txt (top: actual; bottom: expected) Running test case: 016_alignment_single_line_r.txt Invoking: boxes -s 15x5 -a r ./testrunner.sh: line 78: 11519 Done cat $testInputFile 11521 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,5 > /*************/ > /* */ > /* foo */ > /* */ > /*************/ Error in test case: 016_alignment_single_line_r.txt (top: actual; bottom: expected) Running test case: 017_alignment_multiline_hlvtjl.txt Invoking: boxes -s 15x7 -a hlvtjl ./testrunner.sh: line 78: 11687 Done cat $testInputFile 11688 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,7 > /*************/ > /* aaa */ > /* bbbb */ > /* ccccc */ > /* */ > /* */ > /*************/ Error in test case: 017_alignment_multiline_hlvtjl.txt (top: actual; bottom: expected) Running test case: 018_alignment_multiline_hlvtjc.txt Invoking: boxes -s 15x7 -a hlvtjc ./testrunner.sh: line 78: 11839 Done cat $testInputFile 11840 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,7 > /*************/ > /* aaa */ > /* bbbb */ > /* ccccc */ > /* */ > /* */ > /*************/ Error in test case: 018_alignment_multiline_hlvtjc.txt (top: actual; bottom: expected) Running test case: 019_alignment_multiline_hlvtjr.txt Invoking: boxes -s 15x7 -a hlvtjr ./testrunner.sh: line 78: 11991 Done cat $testInputFile 11992 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,7 > /*************/ > /* aaa */ > /* bbbb */ > /* ccccc */ > /* */ > /* */ > /*************/ Error in test case: 019_alignment_multiline_hlvtjr.txt (top: actual; bottom: expected) Running test case: 020_alignment_multiline_hlvcjl.txt Invoking: boxes -s 15x7 -a hlvcjl ./testrunner.sh: line 78: 12138 Done cat $testInputFile 12139 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,7 > /*************/ > /* */ > /* aaa */ > /* bbbb */ > /* ccccc */ > /* */ > /*************/ Error in test case: 020_alignment_multiline_hlvcjl.txt (top: actual; bottom: expected) Running test case: 021_alignment_multiline_hlvcjc.txt Invoking: boxes -s 15x7 -a hlvcjc ./testrunner.sh: line 78: 12289 Done cat $testInputFile 12290 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,7 > /*************/ > /* */ > /* aaa */ > /* bbbb */ > /* ccccc */ > /* */ > /*************/ Error in test case: 021_alignment_multiline_hlvcjc.txt (top: actual; bottom: expected) Running test case: 022_alignment_multiline_hlvcjr.txt Invoking: boxes -s 15x7 -a hlvcjr ./testrunner.sh: line 78: 12450 Done cat $testInputFile 12451 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,7 > /*************/ > /* */ > /* aaa */ > /* bbbb */ > /* ccccc */ > /* */ > /*************/ Error in test case: 022_alignment_multiline_hlvcjr.txt (top: actual; bottom: expected) Running test case: 023_alignment_multiline_hlvbjl.txt Invoking: boxes -s 15x7 -a hlvbjl ./testrunner.sh: line 78: 12595 Done cat $testInputFile 12596 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,7 > /*************/ > /* */ > /* */ > /* aaa */ > /* bbbb */ > /* ccccc */ > /*************/ Error in test case: 023_alignment_multiline_hlvbjl.txt (top: actual; bottom: expected) Running test case: 024_alignment_multiline_hlvbjc.txt Invoking: boxes -s 15x7 -a hlvbjc ./testrunner.sh: line 78: 12760 Done cat $testInputFile 12761 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,7 > /*************/ > /* */ > /* */ > /* aaa */ > /* bbbb */ > /* ccccc */ > /*************/ Error in test case: 024_alignment_multiline_hlvbjc.txt (top: actual; bottom: expected) Running test case: 025_alignment_multiline_hlvbjr.txt Invoking: boxes -s 15x7 -a hlvbjr ./testrunner.sh: line 78: 12912 Done cat $testInputFile 12914 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,7 > /*************/ > /* */ > /* */ > /* aaa */ > /* bbbb */ > /* ccccc */ > /*************/ Error in test case: 025_alignment_multiline_hlvbjr.txt (top: actual; bottom: expected) Running test case: 026_alignment_multiline_hcvtjl.txt Invoking: boxes -s 15x7 -a hcvtjl ./testrunner.sh: line 78: 13054 Done cat $testInputFile 13055 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,7 > /*************/ > /* aaa */ > /* bbbb */ > /* ccccc */ > /* */ > /* */ > /*************/ Error in test case: 026_alignment_multiline_hcvtjl.txt (top: actual; bottom: expected) Running test case: 027_alignment_multiline_hcvtjc.txt Invoking: boxes -s 15x7 -a hcvtjc ./testrunner.sh: line 78: 13206 Done cat $testInputFile 13208 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,7 > /*************/ > /* aaa */ > /* bbbb */ > /* ccccc */ > /* */ > /* */ > /*************/ Error in test case: 027_alignment_multiline_hcvtjc.txt (top: actual; bottom: expected) Running test case: 028_alignment_multiline_hcvtjr.txt Invoking: boxes -s 15x7 -a hcvtjr ./testrunner.sh: line 78: 13350 Done cat $testInputFile 13351 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,7 > /*************/ > /* aaa */ > /* bbbb */ > /* ccccc */ > /* */ > /* */ > /*************/ Error in test case: 028_alignment_multiline_hcvtjr.txt (top: actual; bottom: expected) Running test case: 029_alignment_multiline_hcvcjl.txt Invoking: boxes -s 15x7 -a hcvcjl ./testrunner.sh: line 78: 13509 Done cat $testInputFile 13510 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,7 > /*************/ > /* */ > /* aaa */ > /* bbbb */ > /* ccccc */ > /* */ > /*************/ Error in test case: 029_alignment_multiline_hcvcjl.txt (top: actual; bottom: expected) Running test case: 030_alignment_multiline_hcvcjc.txt Invoking: boxes -s 15x7 -a hcvcjc ./testrunner.sh: line 78: 13661 Done cat $testInputFile 13662 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,7 > /*************/ > /* */ > /* aaa */ > /* bbbb */ > /* ccccc */ > /* */ > /*************/ Error in test case: 030_alignment_multiline_hcvcjc.txt (top: actual; bottom: expected) Running test case: 031_alignment_multiline_hcvcjr.txt Invoking: boxes -s 15x7 -a hcvcjr ./testrunner.sh: line 78: 13807 Broken pipe cat $testInputFile 13808 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,7 > /*************/ > /* */ > /* aaa */ > /* bbbb */ > /* ccccc */ > /* */ > /*************/ Error in test case: 031_alignment_multiline_hcvcjr.txt (top: actual; bottom: expected) Running test case: 032_alignment_multiline_hcvbjl.txt Invoking: boxes -s 15x7 -a hcvbjl ./testrunner.sh: line 78: 13978 Done cat $testInputFile 13979 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,7 > /*************/ > /* */ > /* */ > /* aaa */ > /* bbbb */ > /* ccccc */ > /*************/ Error in test case: 032_alignment_multiline_hcvbjl.txt (top: actual; bottom: expected) Running test case: 033_alignment_multiline_hcvbjc.txt Invoking: boxes -s 15x7 -a hcvbjc ./testrunner.sh: line 78: 14142 Done cat $testInputFile 14143 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,7 > /*************/ > /* */ > /* */ > /* aaa */ > /* bbbb */ > /* ccccc */ > /*************/ Error in test case: 033_alignment_multiline_hcvbjc.txt (top: actual; bottom: expected) Running test case: 034_alignment_multiline_hcvbjr.txt Invoking: boxes -s 15x7 -a hcvbjr ./testrunner.sh: line 78: 14309 Done cat $testInputFile 14310 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,7 > /*************/ > /* */ > /* */ > /* aaa */ > /* bbbb */ > /* ccccc */ > /*************/ Error in test case: 034_alignment_multiline_hcvbjr.txt (top: actual; bottom: expected) Running test case: 035_alignment_multiline_hrvtjl.txt Invoking: boxes -s 15x7 -a hrvtjl ./testrunner.sh: line 78: 14478 Done cat $testInputFile 14479 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,7 > /*************/ > /* aaa */ > /* bbbb */ > /* ccccc */ > /* */ > /* */ > /*************/ Error in test case: 035_alignment_multiline_hrvtjl.txt (top: actual; bottom: expected) Running test case: 036_alignment_multiline_hrvtjc.txt Invoking: boxes -s 15x7 -a hrvtjc ./testrunner.sh: line 78: 14630 Done cat $testInputFile 14631 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,7 > /*************/ > /* aaa */ > /* bbbb */ > /* ccccc */ > /* */ > /* */ > /*************/ Error in test case: 036_alignment_multiline_hrvtjc.txt (top: actual; bottom: expected) Running test case: 037_alignment_multiline_hrvtjr.txt Invoking: boxes -s 15x7 -a hrvtjr ./testrunner.sh: line 78: 14770 Broken pipe cat $testInputFile 14771 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,7 > /*************/ > /* aaa */ > /* bbbb */ > /* ccccc */ > /* */ > /* */ > /*************/ Error in test case: 037_alignment_multiline_hrvtjr.txt (top: actual; bottom: expected) Running test case: 038_alignment_multiline_hrvcjl.txt Invoking: boxes -s 15x7 -a hrvcjl ./testrunner.sh: line 78: 14913 Done cat $testInputFile 14914 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,7 > /*************/ > /* */ > /* aaa */ > /* bbbb */ > /* ccccc */ > /* */ > /*************/ Error in test case: 038_alignment_multiline_hrvcjl.txt (top: actual; bottom: expected) Running test case: 039_alignment_multiline_hrvcjc.txt Invoking: boxes -s 15x7 -a hrvcjc ./testrunner.sh: line 78: 15049 Done cat $testInputFile 15050 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,7 > /*************/ > /* */ > /* aaa */ > /* bbbb */ > /* ccccc */ > /* */ > /*************/ Error in test case: 039_alignment_multiline_hrvcjc.txt (top: actual; bottom: expected) Running test case: 040_alignment_multiline_hrvcjr.txt Invoking: boxes -s 15x7 -a hrvcjr ./testrunner.sh: line 78: 15183 Broken pipe cat $testInputFile 15184 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,7 > /*************/ > /* */ > /* aaa */ > /* bbbb */ > /* ccccc */ > /* */ > /*************/ Error in test case: 040_alignment_multiline_hrvcjr.txt (top: actual; bottom: expected) Running test case: 041_alignment_multiline_hrvbjl.txt Invoking: boxes -s 15x7 -a hrvbjl ./testrunner.sh: line 78: 15334 Broken pipe cat $testInputFile 15335 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,7 > /*************/ > /* */ > /* */ > /* aaa */ > /* bbbb */ > /* ccccc */ > /*************/ Error in test case: 041_alignment_multiline_hrvbjl.txt (top: actual; bottom: expected) Running test case: 042_alignment_multiline_hrvbjc.txt Invoking: boxes -s 15x7 -a hrvbjc ./testrunner.sh: line 78: 15501 Done cat $testInputFile 15502 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,7 > /*************/ > /* */ > /* */ > /* aaa */ > /* bbbb */ > /* ccccc */ > /*************/ Error in test case: 042_alignment_multiline_hrvbjc.txt (top: actual; bottom: expected) Running test case: 043_alignment_multiline_hrvbjr.txt Invoking: boxes -s 15x7 -a hrvbjr ./testrunner.sh: line 78: 15699 Done cat $testInputFile 15700 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,7 > /*************/ > /* */ > /* */ > /* aaa */ > /* bbbb */ > /* ccccc */ > /*************/ Error in test case: 043_alignment_multiline_hrvbjr.txt (top: actual; bottom: expected) Running test case: 044_alignment_multiline_l.txt Invoking: boxes -s 15x7 -a l ./testrunner.sh: line 78: 15890 Broken pipe cat $testInputFile 15891 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,7 > /*************/ > /* */ > /* aaa */ > /* bbbb */ > /* ccccc */ > /* */ > /*************/ Error in test case: 044_alignment_multiline_l.txt (top: actual; bottom: expected) Running test case: 045_alignment_multiline_c.txt Invoking: boxes -s 15x7 -a c ./testrunner.sh: line 78: 16058 Done cat $testInputFile 16059 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,7 > /*************/ > /* */ > /* aaa */ > /* bbbb */ > /* ccccc */ > /* */ > /*************/ Error in test case: 045_alignment_multiline_c.txt (top: actual; bottom: expected) Running test case: 046_alignment_multiline_r.txt Invoking: boxes -s 15x7 -a r ./testrunner.sh: line 78: 16196 Done cat $testInputFile 16199 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,7 > /*************/ > /* */ > /* aaa */ > /* bbbb */ > /* ccccc */ > /* */ > /*************/ Error in test case: 046_alignment_multiline_r.txt (top: actual; bottom: expected) Running test case: 047_alignment_multiline_none.txt Invoking: boxes -s 15x7 ./testrunner.sh: line 78: 16347 Done cat $testInputFile 16348 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,7 > /*************/ > /* aaa */ > /* bbbb */ > /* ccccc */ > /* */ > /* */ > /*************/ Error in test case: 047_alignment_multiline_none.txt (top: actual; bottom: expected) Running test case: 048_alignment_multiline_vertical_round_down.txt Invoking: boxes -s 15x7 -a c ./testrunner.sh: line 78: 16491 Done cat $testInputFile 16492 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,7 > /*************/ > /* */ > /* aaa */ > /* bbbb */ > /* */ > /* */ > /*************/ Error in test case: 048_alignment_multiline_vertical_round_down.txt (top: actual; bottom: expected) Running test case: 049_alignment_illegal_format.txt Invoking: boxes -a mistake OK Running test case: 050_alignment_multiline_nop1.txt Invoking: boxes -s 11x5 -a c ./testrunner.sh: line 78: 16862 Done cat $testInputFile 16863 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,5 > /*********/ > /* XXXXX */ > /* XXXXX */ > /* XXXXX */ > /*********/ Error in test case: 050_alignment_multiline_nop1.txt (top: actual; bottom: expected) Running test case: 051_alignment_multiline_nop2.txt Invoking: boxes -s 11x5 -a hrvbjr ./testrunner.sh: line 78: 17010 Done cat $testInputFile 17011 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,5 > /*********/ > /* XXXXX */ > /* XXXXX */ > /* XXXXX */ > /*********/ Error in test case: 051_alignment_multiline_nop2.txt (top: actual; bottom: expected) Running test case: 052_simple_line_comment.txt Invoking: boxes -c # OK Running test case: 053_size_25x10.txt Invoking: boxes -s 25x10 ./testrunner.sh: line 78: 17403 Done cat $testInputFile 17404 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,10 > /***********************/ > /* aaa */ > /* bbbb */ > /* ccccc */ > /* */ > /* */ > /* */ > /* */ > /* */ > /***********************/ Error in test case: 053_size_25x10.txt (top: actual; bottom: expected) Running test case: 054_size_vs_padding_1.txt Invoking: boxes -s 10x5 ./testrunner.sh: line 78: 17575 Broken pipe cat $testInputFile 17576 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,5 > /********/ > /*aaa */ > /*bbbb */ > /*ccccc */ > /********/ Error in test case: 054_size_vs_padding_1.txt (top: actual; bottom: expected) Running test case: 055_size_vs_padding_2.txt Invoking: boxes -s 9x5 ./testrunner.sh: line 78: 17758 Done cat $testInputFile 17759 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,5 > /*******/ > /*aaa */ > /*bbbb */ > /*ccccc*/ > /*******/ Error in test case: 055_size_vs_padding_2.txt (top: actual; bottom: expected) Running test case: 056_input_vs_size.txt Invoking: boxes -s 2x2 -p a2 ./testrunner.sh: line 78: 17896 Done cat $testInputFile 17897 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,5 > /*******/ > /*aaa */ > /*bbbb */ > /*ccccc*/ > /*******/ Error in test case: 056_input_vs_size.txt (top: actual; bottom: expected) Running test case: 057_size_vs_padding_2.txt Invoking: boxes -p v1h10 -s 30x6 ./testrunner.sh: line 78: 18070 Broken pipe cat $testInputFile 18072 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,6 > /****************************/ > /* aaa */ > /* bbbb */ > /* ccccc */ > /* */ > /****************************/ Error in test case: 057_size_vs_padding_2.txt (top: actual; bottom: expected) Running test case: 058_size_minimum_by_design.txt Invoking: boxes -d diamonds -s 15x7 ./testrunner.sh: line 78: 18228 Done cat $testInputFile 18229 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,16 > /\ /\ /\ > /\//\\/\ /\//\\/\ /\//\\/\ > /\//\\\///\\/\//\\\///\\/\//\\\///\\/\ > //\\\//\/\\///\\\//\/\\///\\\//\/\\///\\ > \\//\/aaa \/\\// > \/ bbbb \/ > /\ ccccc /\ > //\\ //\\ > \\// \\// > \/ \/ > /\ /\ > //\\/\ /\//\\ > \\///\\/\//\\\///\\/\//\\\///\\/\//\\\// > \/\\///\\\//\/\\///\\\//\/\\///\\\//\/ > \/\\//\/ \/\\//\/ \/\\//\/ > \/ \/ \/ Error in test case: 058_size_minimum_by_design.txt (top: actual; bottom: expected) Running test case: 059_size_same_as_design.txt Invoking: boxes -d diamonds -s 40x16 ./testrunner.sh: line 78: 18377 Done cat $testInputFile 18378 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,16 > /\ /\ /\ > /\//\\/\ /\//\\/\ /\//\\/\ > /\//\\\///\\/\//\\\///\\/\//\\\///\\/\ > //\\\//\/\\///\\\//\/\\///\\\//\/\\///\\ > \\//\/aaa \/\\// > \/ bbbb \/ > /\ ccccc /\ > //\\ //\\ > \\// \\// > \/ \/ > /\ /\ > //\\/\ /\//\\ > \\///\\/\//\\\///\\/\//\\\///\\/\//\\\// > \/\\///\\\//\/\\///\\\//\/\\///\\\//\/ > \/\\//\/ \/\\//\/ \/\\//\/ > \/ \/ \/ Error in test case: 059_size_same_as_design.txt (top: actual; bottom: expected) Running test case: 060_size_1_extra_line.txt Invoking: boxes -d diamonds -s 40x17 ./testrunner.sh: line 78: 18550 Done cat $testInputFile 18551 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,20 > /\ /\ /\ > /\//\\/\ /\//\\/\ /\//\\/\ > /\//\\\///\\/\//\\\///\\/\//\\\///\\/\ > //\\\//\/\\///\\\//\/\\///\\\//\/\\///\\ > \\//\/aaa \/\\// > \/ bbbb \/ > /\ ccccc /\ > //\\ //\\ > \\// \\// > \/ \/ > /\ /\ > //\\ //\\ > \\// \\// > \/ \/ > /\ /\ > //\\/\ /\//\\ > \\///\\/\//\\\///\\/\//\\\///\\/\//\\\// > \/\\///\\\//\/\\///\\\//\/\\///\\\//\/ > \/\\//\/ \/\\//\/ \/\\//\/ > \/ \/ \/ Error in test case: 060_size_1_extra_line.txt (top: actual; bottom: expected) Running test case: 061_size_1_extra_line_and_1_extra_column.txt Invoking: boxes -d diamonds -s 41x17 ./testrunner.sh: line 78: 18704 Done cat $testInputFile 18705 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,20 > /\ /\ /\ /\ > /\//\\/\ /\//\\/\ /\//\\/\ /\//\\/\ > /\//\\\///\\/\//\\\///\\/\//\\\///\\/\//\\\///\\/\ > //\\\//\/\\///\\\//\/\\///\\\//\/\\///\\\//\/\\///\\ > \\//\/aaa \/\\// > \/ bbbb \/ > /\ ccccc /\ > //\\ //\\ > \\// \\// > \/ \/ > /\ /\ > //\\ //\\ > \\// \\// > \/ \/ > /\ /\ > //\\/\ /\//\\ > \\///\\/\//\\\///\\/\//\\\///\\/\//\\\///\\/\//\\\// > \/\\///\\\//\/\\///\\\//\/\\///\\\//\/\\///\\\//\/ > \/\\//\/ \/\\//\/ \/\\//\/ \/\\//\/ > \/ \/ \/ \/ Error in test case: 061_size_1_extra_line_and_1_extra_column.txt (top: actual; bottom: expected) Running test case: 062_size_with_indent.txt Invoking: boxes -s 15x7 ./testrunner.sh: line 78: 18859 Done cat $testInputFile 18860 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,7 > /*************/ > /* aaa */ > /* bbbb */ > /* ccccc */ > /* */ > /* */ > /*************/ Error in test case: 062_size_with_indent.txt (top: actual; bottom: expected) Running test case: 063_size_with_indent_and_padding.txt Invoking: boxes -s 15x7 -p l2 ./testrunner.sh: line 78: 19008 Done cat $testInputFile 19009 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,7 > /*************/ > /* aaa */ > /* bbbb */ > /* ccccc */ > /* */ > /* */ > /*************/ Error in test case: 063_size_with_indent_and_padding.txt (top: actual; bottom: expected) Running test case: 064_size_with_indent_and_too_much_padding.txt Invoking: boxes -s 15x7 -p l10 ./testrunner.sh: line 78: 19165 Done cat $testInputFile 19167 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,7 > /*************/ > /* aaa */ > /* bbbb */ > /* ccccc*/ > /* */ > /* */ > /*************/ Error in test case: 064_size_with_indent_and_too_much_padding.txt (top: actual; bottom: expected) Running test case: 065_size_missing_argument.txt Invoking: boxes -s OK Running test case: 066_size_invalid_spec.txt Invoking: boxes -s -2x3 OK Running test case: 067_size_as_small_as_possible_vertical.txt Invoking: boxes -s 0x1 ./testrunner.sh: line 78: 19740 Done cat $testInputFile 19742 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,5 > /*********/ > /* aaa */ > /* bbbb */ > /* ccccc */ > /*********/ Error in test case: 067_size_as_small_as_possible_vertical.txt (top: actual; bottom: expected) Running test case: 068_size_single_argument.txt Invoking: boxes -s 15 ./testrunner.sh: line 78: 19951 Broken pipe cat $testInputFile 19952 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,5 > /*************/ > /* aaa */ > /* bbbb */ > /* ccccc */ > /*************/ Error in test case: 068_size_single_argument.txt (top: actual; bottom: expected) Running test case: 069_size_single_argument_x.txt Invoking: boxes -s x7 ./testrunner.sh: line 78: 20113 Done cat $testInputFile 20114 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,7 > /*********/ > /* aaa */ > /* bbbb */ > /* ccccc */ > /* */ > /* */ > /*********/ Error in test case: 069_size_single_argument_x.txt (top: actual; bottom: expected) Running test case: 070_size_as_small_as_possible_horiz.txt Invoking: boxes -s 1x0 ./testrunner.sh: line 78: 20286 Done cat $testInputFile 20287 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,5 > /*******/ > /*aaa */ > /*bbbb */ > /*ccccc*/ > /*******/ Error in test case: 070_size_as_small_as_possible_horiz.txt (top: actual; bottom: expected) Running test case: 071_size_invalid_spec_0x0.txt Invoking: boxes -s 0x0 OK Running test case: 072_tab_expanded_split.txt Invoking: boxes ./testrunner.sh: line 78: 20650 Done cat $testInputFile 20652 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,5 > /**************/ > /* XXXXXX */ > /* XXXXXX */ > /* XXXXXX */ > /**************/ Error in test case: 072_tab_expanded_split.txt (top: actual; bottom: expected) Running test case: 073_tab_expanded_size4.txt Invoking: boxes -t 4 ./testrunner.sh: line 78: 20803 Done cat $testInputFile 20804 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,5 > /**********/ > /* XXXXXX */ > /* XXXXXX */ > /* XXXXXX */ > /**********/ Error in test case: 073_tab_expanded_size4.txt (top: actual; bottom: expected) Running test case: 074_tab_keep_size4.txt Invoking: boxes -t 4k ./testrunner.sh: line 78: 20940 Done cat $testInputFile 20942 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,5 > /**********/ > /* XXXXXX */ > /* XXXXXX */ > /* XXXXXX */ > /**********/ Error in test case: 074_tab_keep_size4.txt (top: actual; bottom: expected) Running test case: 075_tab_unexpand.txt Invoking: boxes -t 4u ./testrunner.sh: line 78: 21074 Done cat $testInputFile 21075 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,5 > /**********/ > /* XXXXXX */ > /* XXXXXX */ > /* XXXXXX */ > /**********/ Error in test case: 075_tab_unexpand.txt (top: actual; bottom: expected) Running test case: 076_tab_keep_size4_withContent.txt Invoking: boxes -t 4k ./testrunner.sh: line 78: 21197 Done cat $testInputFile 21198 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,5 > /***********/ > /* XXXXXX */ > /* XXX XXX */ > /* XXXXXX */ > /***********/ Error in test case: 076_tab_keep_size4_withContent.txt (top: actual; bottom: expected) Running test case: 077_tab_unexpand_size8_withContent.txt Invoking: boxes -t 8u ./testrunner.sh: line 78: 21346 Done cat $testInputFile 21347 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,5 > /*******************/ > /* XXXXXX */ > /* XXX XXX */ > /* XXXXXX */ > /*******************/ Error in test case: 077_tab_unexpand_size8_withContent.txt (top: actual; bottom: expected) Running test case: 078_tab_unexpand_size8_withContent2.txt Invoking: boxes -t 8u ./testrunner.sh: line 78: 21479 Broken pipe cat $testInputFile 21480 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,5 > /***************/ > /* XXXXXX */ > /* XXX XXX */ > /* XXXXXX */ > /***************/ Error in test case: 078_tab_unexpand_size8_withContent2.txt (top: actual; bottom: expected) Running test case: 079_tab_keep_size8.txt Invoking: boxes -t 8k ./testrunner.sh: line 78: 21667 Done cat $testInputFile 21668 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,5 > /***************/ > /* XXXXXX */ > /* XXX XXX */ > /* XXXXXX */ > /***************/ Error in test case: 079_tab_keep_size8.txt (top: actual; bottom: expected) Running test case: 080_tab_expand_size4.txt Invoking: boxes -t 4 ./testrunner.sh: line 78: 21799 Done cat $testInputFile 21801 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,5 > /**********/ > /* XXXXXX */ > /* XXXXXX */ > /* XXXXXX */ > /**********/ Error in test case: 080_tab_expand_size4.txt (top: actual; bottom: expected) Running test case: 081_tab_unexpand_size4_fromNone.txt Invoking: boxes -t 4u ./testrunner.sh: line 78: 22003 Done cat $testInputFile 22004 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,5 > /**********/ > /* XXXXXX */ > /* XXXXXX */ > /* XXXXXX */ > /**********/ Error in test case: 081_tab_unexpand_size4_fromNone.txt (top: actual; bottom: expected) Running test case: 082_tab_unexpand_size4_split.txt Invoking: boxes -t 4u ./testrunner.sh: line 78: 22177 Done cat $testInputFile 22178 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,5 > /**********/ > /* XXXXXX */ > /* XXXXXX */ > /* XXXXXX */ > /**********/ Error in test case: 082_tab_unexpand_size4_split.txt (top: actual; bottom: expected) Running test case: 083_list_design_info.txt Invoking: boxes -l -d c ./testrunner.sh: line 78: 22329 Done cat $testInputFile 22330 Segmentation fault | $boxesBinary $boxesArgs > $testOutputFile 2>&1 0a1,14 > Complete Design Information for "c": > ------------------------------------ > Author: Thomas Jensen > Creation Date: March 18, 1999 (Thursday, 15:25h) > Current Revision: 1.0 as of March 18, 1999 (Thursday, 15:25h) > Indentation Mode: box (indent box) > Replacement Rules: 1. (glob) "\*/" WITH "*\/" > Reversion Rules: 1. (glob) "\*\\/" TO "*/" > Minimum Box Dimensions: 5 x 3 (width x height) > Default Padding: left 1, right 1 > Default Killblank: yes > Elastic Shapes: N, E, S, W > Defined Shapes: NW: "/*" N: "*" NE: "*/" E: "*/" SE: "*/" S: "*" > SW: "/*" W: "/*" Error in test case: 083_list_design_info.txt (top: actual; bottom: expected) Running test case: 084_list_design_info_for_cmdline_definition.txt Invoking: boxes -c # -l OK 84 tests executed, 8 successful, 76 failed. make: *** [Makefile:81: test] Error 1 * ERROR: app-misc/boxes-1.1.2-r3::gentoo failed (test phase): * Make test failed. See above for details. * * Call stack: * ebuild.sh, line 124: Called src_test * environment, line 2339: Called default * phase-functions.sh, line 853: Called default_src_test * phase-functions.sh, line 882: Called __eapi0_src_test * phase-helpers.sh, line 767: Called die * The specific snippet of code: * $emake_cmd ${internal_opts} test || \ * die "Make test failed. See above for details." * * If you need support, post the output of `emerge --info '=app-misc/boxes-1.1.2-r3::gentoo'`, * the complete build log and the output of `emerge -pqv '=app-misc/boxes-1.1.2-r3::gentoo'`. * The complete build log is located at '/var/log/portage/app-misc:boxes-1.1.2-r3:20171206-095131.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/app-misc/boxes-1.1.2-r3/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/app-misc/boxes-1.1.2-r3/temp/environment'. * Working directory: '/var/tmp/portage/app-misc/boxes-1.1.2-r3/work/boxes-1.1.2' * S: '/var/tmp/portage/app-misc/boxes-1.1.2-r3/work/boxes-1.1.2'