Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/boxes.spec'], nspawn_args=[]shell=Falseuid=996env={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/epel-1-armhfp-602e0b9a0ca7524060eb3f7c3bcc8d3a0dc5d5d0/root'gid=135user='mockbuild'timeout=0logger=printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/boxes.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: armv7hl Building for target armv7hl Wrote: /builddir/build/SRPMS/boxes-1.3-4.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/boxes.spec'], nspawn_args=[]shell=Falseuid=996env={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/epel-1-armhfp-602e0b9a0ca7524060eb3f7c3bcc8d3a0dc5d5d0/root'gid=135user='mockbuild'timeout=0logger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/boxes.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: armv7hl Building for target armv7hl Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.oYXOJh + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf boxes-1.3 + /usr/bin/gzip -dc /builddir/build/SOURCES/boxes-1.3.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd boxes-1.3 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.rbHr5n + umask 022 + cd /builddir/build/BUILD + cd boxes-1.3 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -I/usr/lib/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -I/usr/lib/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro ' + export LDFLAGS + /usr/bin/make -j4 GLOBALCONF=/usr/share/boxes/boxes | For compilation info please refer to the boxes compilation FAQ make: git: Command not found /bin/sh: git: command not found sed -e 's/--BVERSION--/1.3 ()/; s/--GLOBALCONF--/\/usr\/share\/boxes\/boxes/' src/boxes.h.in > src/boxes.h sed -e 's/--BVERSION--/1.3/; s/--GLOBALCONF--/\/usr\/share\/boxes\/boxes/' doc/boxes.1.in > doc/boxes.1 | at https://boxes.thomasjensen.com/docs/faq.html#q5 /usr/bin/make -C src BOXES_PLATFORM=unix build make[1]: Entering directory `/builddir/build/BUILD/boxes-1.3/src' /usr/bin/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=true flags_unix boxes make[2]: Entering directory `/builddir/build/BUILD/boxes-1.3/src' make[2]: Nothing to be done for `flags_unix'. bison -o parser.c -d parser.y bison -o parser.c -d parser.y flex -t lexer.l > lexer.tmp.c gcc -I. -Iregexp -Wall -W -O -c -o boxes.o boxes.c echo '#include "config.h"' > lex.yy.c cat lexer.tmp.c >> lex.yy.c rm lexer.tmp.c gcc -I. -Iregexp -Wall -W -O -c -o tools.o tools.c gcc -I. -Iregexp -Wall -W -O -c -o shape.o shape.c gcc -I. -Iregexp -Wall -W -O -c -o generate.o generate.c gcc -I. -Iregexp -Wall -W -O -c -o remove.o remove.c gcc -I. -Iregexp -Wall -W -O -c -o parser.o parser.c gcc -I. -Iregexp -Wall -W -O -c -o lex.yy.o lex.yy.c /usr/bin/make -C regexp CC=gcc libregexp.a make[3]: Entering directory `/builddir/build/BUILD/boxes-1.3/src/regexp' gcc -O -I. -O -c regexp.c gcc -O -I. -O -c regsub.c ar cr libregexp.a regexp.o regsub.o make[3]: Leaving directory `/builddir/build/BUILD/boxes-1.3/src/regexp' gcc -Lregexp parser.o lex.yy.o boxes.o tools.o shape.o generate.o remove.o -o boxes -lregexp if [ "true" = "true" ] ; then strip boxes ; fi make[2]: Leaving directory `/builddir/build/BUILD/boxes-1.3/src' make[1]: Leaving directory `/builddir/build/BUILD/boxes-1.3/src' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.hTxVGR + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/boxes-1.3-4.el7.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/boxes-1.3-4.el7.arm ++ dirname /builddir/build/BUILDROOT/boxes-1.3-4.el7.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/boxes-1.3-4.el7.arm + cd boxes-1.3 + install -Dp -m 0755 src/boxes /builddir/build/BUILDROOT/boxes-1.3-4.el7.arm/usr/bin/boxes + install -Dp -m 0644 boxes-config /builddir/build/BUILDROOT/boxes-1.3-4.el7.arm/usr/share/boxes/boxes + install -Dp -m 0644 doc/boxes.1 /builddir/build/BUILDROOT/boxes-1.3-4.el7.arm/usr/share/man/man1/boxes.1 + install -Dp -m 0644 boxes.vim /builddir/build/BUILDROOT/boxes-1.3-4.el7.arm/usr/share/vim/vimfiles/syntax/boxes.vim + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.M21ZPZ + umask 022 + cd /builddir/build/BUILD + cd boxes-1.3 + /usr/bin/make -j4 test cd test; ./testrunner.sh -suite Running test case: 001_trivial.txt Invoking: boxes OK Running test case: 002_trivial_10x5.txt Invoking: boxes -s 10x5 OK 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 OK Running test case: 006_alignment_single_line_hlvc.txt Invoking: boxes -s 15x5 -a hlvc OK Running test case: 007_alignment_single_line_hlvb.txt Invoking: boxes -s 15x5 -a hlvb OK Running test case: 008_alignment_single_line_hcvt.txt Invoking: boxes -s 15x5 -a hcvt OK Running test case: 009_alignment_single_line_hcvc.txt Invoking: boxes -s 15x5 -a hcvc OK Running test case: 010_alignment_single_line_hcvb.txt Invoking: boxes -s 15x5 -a hcvb OK Running test case: 011_alignment_single_line_hrvt.txt Invoking: boxes -s 15x5 -a hrvt OK Running test case: 012_alignment_single_line_hrvc.txt Invoking: boxes -s 15x5 -a hrvc OK Running test case: 013_alignment_single_line_hrvb.txt Invoking: boxes -s 15x5 -a hrvb OK Running test case: 014_alignment_single_line_l.txt Invoking: boxes -s 15x5 -a l OK Running test case: 015_alignment_single_line_c.txt Invoking: boxes -s 15x5 -a c OK Running test case: 016_alignment_single_line_r.txt Invoking: boxes -s 15x5 -a r OK Running test case: 017_alignment_multiline_hlvtjl.txt Invoking: boxes -s 15x7 -a hlvtjl OK Running test case: 018_alignment_multiline_hlvtjc.txt Invoking: boxes -s 15x7 -a hlvtjc OK Running test case: 019_alignment_multiline_hlvtjr.txt Invoking: boxes -s 15x7 -a hlvtjr OK Running test case: 020_alignment_multiline_hlvcjl.txt Invoking: boxes -s 15x7 -a hlvcjl OK Running test case: 021_alignment_multiline_hlvcjc.txt Invoking: boxes -s 15x7 -a hlvcjc OK Running test case: 022_alignment_multiline_hlvcjr.txt Invoking: boxes -s 15x7 -a hlvcjr OK Running test case: 023_alignment_multiline_hlvbjl.txt Invoking: boxes -s 15x7 -a hlvbjl OK Running test case: 024_alignment_multiline_hlvbjc.txt Invoking: boxes -s 15x7 -a hlvbjc OK Running test case: 025_alignment_multiline_hlvbjr.txt Invoking: boxes -s 15x7 -a hlvbjr OK Running test case: 026_alignment_multiline_hcvtjl.txt Invoking: boxes -s 15x7 -a hcvtjl OK Running test case: 027_alignment_multiline_hcvtjc.txt Invoking: boxes -s 15x7 -a hcvtjc OK Running test case: 028_alignment_multiline_hcvtjr.txt Invoking: boxes -s 15x7 -a hcvtjr OK Running test case: 029_alignment_multiline_hcvcjl.txt Invoking: boxes -s 15x7 -a hcvcjl OK Running test case: 030_alignment_multiline_hcvcjc.txt Invoking: boxes -s 15x7 -a hcvcjc OK Running test case: 031_alignment_multiline_hcvcjr.txt Invoking: boxes -s 15x7 -a hcvcjr OK Running test case: 032_alignment_multiline_hcvbjl.txt Invoking: boxes -s 15x7 -a hcvbjl OK Running test case: 033_alignment_multiline_hcvbjc.txt Invoking: boxes -s 15x7 -a hcvbjc OK Running test case: 034_alignment_multiline_hcvbjr.txt Invoking: boxes -s 15x7 -a hcvbjr OK Running test case: 035_alignment_multiline_hrvtjl.txt Invoking: boxes -s 15x7 -a hrvtjl OK Running test case: 036_alignment_multiline_hrvtjc.txt Invoking: boxes -s 15x7 -a hrvtjc OK Running test case: 037_alignment_multiline_hrvtjr.txt Invoking: boxes -s 15x7 -a hrvtjr OK Running test case: 038_alignment_multiline_hrvcjl.txt Invoking: boxes -s 15x7 -a hrvcjl OK Running test case: 039_alignment_multiline_hrvcjc.txt Invoking: boxes -s 15x7 -a hrvcjc OK Running test case: 040_alignment_multiline_hrvcjr.txt Invoking: boxes -s 15x7 -a hrvcjr OK Running test case: 041_alignment_multiline_hrvbjl.txt Invoking: boxes -s 15x7 -a hrvbjl OK Running test case: 042_alignment_multiline_hrvbjc.txt Invoking: boxes -s 15x7 -a hrvbjc OK Running test case: 043_alignment_multiline_hrvbjr.txt Invoking: boxes -s 15x7 -a hrvbjr OK Running test case: 044_alignment_multiline_l.txt Invoking: boxes -s 15x7 -a l OK Running test case: 045_alignment_multiline_c.txt Invoking: boxes -s 15x7 -a c OK Running test case: 046_alignment_multiline_r.txt Invoking: boxes -s 15x7 -a r OK Running test case: 047_alignment_multiline_none.txt Invoking: boxes -s 15x7 OK Running test case: 048_alignment_multiline_vertical_round_down.txt Invoking: boxes -s 15x7 -a c OK 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 OK Running test case: 051_alignment_multiline_nop2.txt Invoking: boxes -s 11x5 -a hrvbjr OK Running test case: 052_simple_line_comment.txt Invoking: boxes -c # OK Running test case: 053_size_25x10.txt Invoking: boxes -s 25x10 OK Running test case: 054_size_vs_padding_1.txt Invoking: boxes -s 10x5 OK Running test case: 055_size_vs_padding_2.txt Invoking: boxes -s 9x5 OK Running test case: 056_input_vs_size.txt Invoking: boxes -s 2x2 -p a2 OK Running test case: 057_size_vs_padding_2.txt Invoking: boxes -p v1h10 -s 30x6 OK Running test case: 058_size_minimum_by_design.txt Invoking: boxes -d diamonds -s 15x7 OK Running test case: 059_size_same_as_design.txt Invoking: boxes -d diamonds -s 40x16 OK Running test case: 060_size_1_extra_line.txt Invoking: boxes -d diamonds -s 40x17 OK Running test case: 061_size_1_extra_line_and_1_extra_column.txt Invoking: boxes -d diamonds -s 41x17 OK Running test case: 062_size_with_indent.txt Invoking: boxes -s 15x7 OK Running test case: 063_size_with_indent_and_padding.txt Invoking: boxes -s 15x7 -p l2 OK Running test case: 064_size_with_indent_and_too_much_padding.txt Invoking: boxes -s 15x7 -p l10 OK 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 OK Running test case: 068_size_single_argument.txt Invoking: boxes -s 15 OK Running test case: 069_size_single_argument_x.txt Invoking: boxes -s x7 OK Running test case: 070_size_as_small_as_possible_horiz.txt Invoking: boxes -s 1x0 OK Running test case: 071_size_invalid_spec_0x0.txt Invoking: boxes -s 0x0 OK Running test case: 072_tab_expanded_split.txt Invoking: boxes OK Running test case: 073_tab_expanded_size4.txt Invoking: boxes -t 4 OK Running test case: 074_tab_keep_size4.txt Invoking: boxes -t 4k OK Running test case: 075_tab_unexpand.txt Invoking: boxes -t 4u OK Running test case: 076_tab_keep_size4_withContent.txt Invoking: boxes -t 4k OK Running test case: 077_tab_unexpand_size8_withContent.txt Invoking: boxes -t 8u OK Running test case: 078_tab_unexpand_size8_withContent2.txt Invoking: boxes -t 8u OK Running test case: 079_tab_keep_size8.txt Invoking: boxes -t 8k OK Running test case: 080_tab_expand_size4.txt Invoking: boxes -t 4 OK Running test case: 081_tab_unexpand_size4_fromNone.txt Invoking: boxes -t 4u OK Running test case: 082_tab_unexpand_size4_split.txt Invoking: boxes -t 4u OK Running test case: 083_list_design_info.txt Invoking: boxes -l -d c OK Running test case: 084_list_design_info_for_cmdline_definition.txt Invoking: boxes -c # -l OK 84 tests executed, 84 successful, 0 failed. + exit 0 Processing files: boxes-1.3-4.el7.armv7hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.KbyNCX + umask 022 + cd /builddir/build/BUILD + cd boxes-1.3 + DOCDIR=/builddir/build/BUILDROOT/boxes-1.3-4.el7.arm/usr/share/doc/boxes-1.3 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/boxes-1.3-4.el7.arm/usr/share/doc/boxes-1.3 + cp -pr README.md /builddir/build/BUILDROOT/boxes-1.3-4.el7.arm/usr/share/doc/boxes-1.3 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.oO8kzY + umask 022 + cd /builddir/build/BUILD + cd boxes-1.3 + LICENSEDIR=/builddir/build/BUILDROOT/boxes-1.3-4.el7.arm/usr/share/licenses/boxes-1.3 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/boxes-1.3-4.el7.arm/usr/share/licenses/boxes-1.3 + cp -pr LICENSE /builddir/build/BUILDROOT/boxes-1.3-4.el7.arm/usr/share/licenses/boxes-1.3 + exit 0 Provides: boxes = 1.3-4.el7 boxes(armv7hl-32) = 1.3-4.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6 libc.so.6(GLIBC_2.4) libgcc_s.so.1 libgcc_s.so.1(GCC_3.5) rtld(GNU_HASH) Processing files: boxes-vim-1.3-4.el7.noarch Provides: boxes-vim = 1.3-4.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/boxes-1.3-4.el7.arm Wrote: /builddir/build/RPMS/boxes-1.3-4.el7.armv7hl.rpm Wrote: /builddir/build/RPMS/boxes-vim-1.3-4.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.NaMbg9 + umask 022 + cd /builddir/build/BUILD + cd boxes-1.3 + /usr/bin/rm -rf /builddir/build/BUILDROOT/boxes-1.3-4.el7.arm + exit 0 Child return code was: 0