Mock Version: 1.4.2 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target i686 --nodeps /builddir/build/SPECS/libvterm.spec'], nspawn_args=[]shell=Falseuid=1000env={'LANG': 'en_US.utf8', '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/centos-7-epel-i386/root'gid=135user='mockbuild'timeout=0logger=printOutput=True) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '86b58fdef981447eb8115f13404d98b2', '-D', '/var/lib/mock/centos-7-epel-i386/root', '--setenv=LANG=en_US.utf8', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOSTNAME=mock', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=HOME=/builddir', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PS1= \\s-\\v\\$ ', '-u', 'mockbuild', 'bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target i686 --nodeps /builddir/build/SPECS/libvterm.spec'] with env {'LANG': 'en_US.utf8', '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 Failed to create directory /var/lib/mock/centos-7-epel-i386/root//sys/fs/selinux: Read-only file system Failed to create directory /var/lib/mock/centos-7-epel-i386/root//sys/fs/selinux: Read-only file system warning: Could not canonicalize hostname: kvm.centos.org Building target platforms: i686 Building for target i686 Wrote: /builddir/build/SRPMS/libvterm-0-0.2.bzr681.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target i686 --nodeps /builddir/build/SPECS/libvterm.spec'], nspawn_args=['--private-network']shell=Falseuid=1000env={'LANG': 'en_US.utf8', '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/centos-7-epel-i386/root'gid=135user='mockbuild'timeout=0logger=printOutput=True) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '543138d3fbfd4681a77d2a2f9c42ad6b', '-D', '/var/lib/mock/centos-7-epel-i386/root', '--private-network', '--setenv=LANG=en_US.utf8', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOSTNAME=mock', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=HOME=/builddir', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PS1= \\s-\\v\\$ ', '-u', 'mockbuild', 'bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target i686 --nodeps /builddir/build/SPECS/libvterm.spec'] with env {'LANG': 'en_US.utf8', '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 Failed to create directory /var/lib/mock/centos-7-epel-i386/root//sys/fs/selinux: Read-only file system Failed to create directory /var/lib/mock/centos-7-epel-i386/root//sys/fs/selinux: Read-only file system Building target platforms: i686 Building for target i686 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Bhjf0E + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf '~leonerd/libvterm/trunk' + /usr/bin/gzip -dc /builddir/build/SOURCES/libvterm-681.tgz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd '~leonerd/libvterm/trunk' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.AUTaDj + umask 022 + cd /builddir/build/BUILD + cd '~leonerd/libvterm/trunk' + /usr/bin/make -j6 PREFIX=/usr LIBDIR=/usr/lib 'CFLAGS=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables' 'LDFLAGS=-Wl,-z,relro ' CC src/state.c CC src/parser.c CC src/screen.c CC src/pen.c CC src/mouse.c TBL src/encoding/DECdrawing.tbl TBL src/encoding/uk.tbl CC src/keyboard.c src/parser.c: In function 'vterm_input_write': src/parser.c:241:25: warning: 'string_start' may be used uninitialized in this function [-Wmaybe-uninitialized] append_strbuffer(vt, string_start, bytes + pos - string_start); ^ CC src/vterm.c CC src/unicode.c CC src/encoding.c src/unicode.c:217:12: warning: 'mk_wcswidth' defined but not used [-Wunused-function] static int mk_wcswidth(const wchar_t *pwcs, size_t n) ^ src/unicode.c:308:12: warning: 'mk_wcswidth_cjk' defined but not used [-Wunused-function] static int mk_wcswidth_cjk(const wchar_t *pwcs, size_t n) ^ src/state.c: In function 'on_dcs': src/state.c:1527:14: warning: 'reply' may be used uninitialized in this function [-Wmaybe-uninitialized] reply--; ^ src/state.c:1520:11: note: 'reply' was declared here int reply; ^ LINK libvterm.la CC bin/unterm.c CC bin/vterm-ctrl.c CC bin/vterm-dump.c + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.37YDd6 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/libvterm-0-0.2.bzr681.el7.i386 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/libvterm-0-0.2.bzr681.el7.i386 ++ dirname /builddir/build/BUILDROOT/libvterm-0-0.2.bzr681.el7.i386 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/libvterm-0-0.2.bzr681.el7.i386 + cd '~leonerd/libvterm/trunk' + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/libvterm-0-0.2.bzr681.el7.i386 PREFIX=/usr LIBDIR=/usr/lib install -d /builddir/build/BUILDROOT/libvterm-0-0.2.bzr681.el7.i386/usr/include install -m644 include/vterm.h include/vterm_keycodes.h /builddir/build/BUILDROOT/libvterm-0-0.2.bzr681.el7.i386/usr/include install -d /builddir/build/BUILDROOT/libvterm-0-0.2.bzr681.el7.i386/usr/lib/pkgconfig sed -e "s,@PREFIX@,/usr," -e "s,@LIBDIR@,/usr/lib," -e "s,@VERSION@,0.0," /builddir/build/BUILDROOT/libvterm-0-0.2.bzr681.el7.i386/usr/lib/pkgconfig/vterm.pc install -d /builddir/build/BUILDROOT/libvterm-0-0.2.bzr681.el7.i386/usr/lib libtool --quiet --mode=install install libvterm.la /builddir/build/BUILDROOT/libvterm-0-0.2.bzr681.el7.i386/usr/lib/libvterm.la libtool: install: warning: remember to run `libtool --finish /usr/lib' libtool --quiet --mode=finish /builddir/build/BUILDROOT/libvterm-0-0.2.bzr681.el7.i386/usr/lib install -d /builddir/build/BUILDROOT/libvterm-0-0.2.bzr681.el7.i386/usr/bin libtool --quiet --mode=install install bin/unterm bin/vterm-ctrl bin/vterm-dump /builddir/build/BUILDROOT/libvterm-0-0.2.bzr681.el7.i386/usr/bin/ libtool: install: warning: `/builddir/build/BUILD/~leonerd/libvterm/trunk/libvterm.la' has not been installed in `/usr/lib' libtool: install: warning: `/builddir/build/BUILD/~leonerd/libvterm/trunk/libvterm.la' has not been installed in `/usr/lib' libtool: install: warning: `/builddir/build/BUILD/~leonerd/libvterm/trunk/libvterm.la' has not been installed in `/usr/lib' + rm -vf /builddir/build/BUILDROOT/libvterm-0-0.2.bzr681.el7.i386/usr/lib/libvterm.a /builddir/build/BUILDROOT/libvterm-0-0.2.bzr681.el7.i386/usr/lib/libvterm.la removed '/builddir/build/BUILDROOT/libvterm-0-0.2.bzr681.el7.i386/usr/lib/libvterm.a' removed '/builddir/build/BUILDROOT/libvterm-0-0.2.bzr681.el7.i386/usr/lib/libvterm.la' + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/~leonerd/libvterm/trunk extracting debug info from /builddir/build/BUILDROOT/libvterm-0-0.2.bzr681.el7.i386/usr/lib/libvterm.so.0.0.0 extracting debug info from /builddir/build/BUILDROOT/libvterm-0-0.2.bzr681.el7.i386/usr/bin/unterm extracting debug info from /builddir/build/BUILDROOT/libvterm-0-0.2.bzr681.el7.i386/usr/bin/vterm-ctrl extracting debug info from /builddir/build/BUILDROOT/libvterm-0-0.2.bzr681.el7.i386/usr/bin/vterm-dump /usr/lib/rpm/sepdebugcrcfix: Updated 4 CRC32s, 0 CRC32s did match. symlinked /usr/lib/debug/usr/lib/libvterm.so.0.0.0.debug to /usr/lib/debug/usr/lib/libvterm.so.0.debug symlinked /usr/lib/debug/usr/lib/libvterm.so.0.0.0.debug to /usr/lib/debug/usr/lib/libvterm.so.debug 340 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /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.bJxlWY + umask 022 + cd /builddir/build/BUILD + cd '~leonerd/libvterm/trunk' + make test 'CFLAGS=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables' CC t/harness.c LINK t/harness for T in `ls t/[0-9]*.test`; do echo "** $T **"; perl t/run-test.pl $T || exit 1; done ** t/02parser.test ** > Basic text > C0 > C1 8bit > C1 7bit > High bytes > Mixed > Escape > Escape 2-byte > Split write Escape > Escape cancels Escape, starts another > CAN cancels Escape, returns to normal mode > C0 in Escape interrupts and continues > CSI 0 args > CSI 1 arg > CSI 2 args > CSI 1 arg 1 sub > CSI many digits > CSI leading zero > CSI qmark > CSI greater > CSI SP > Mixed CSI > Split write > Escape cancels CSI, starts Escape > CAN cancels CSI, returns to normal mode > C0 in Escape interrupts and continues > OSC BEL > OSC ST (7bit) > OSC ST (8bit) > Escape cancels OSC, starts Escape > CAN cancels OSC, returns to normal mode > C0 in OSC interrupts and continues > DCS BEL > DCS ST (7bit) > DCS ST (8bit) > Escape cancels DCS, starts Escape > CAN cancels DCS, returns to normal mode > C0 in OSC interrupts and continues > NUL ignored > NUL ignored within CSI > DEL ignored > DEL ignored within CSI > DEL inside text" ** t/03encoding_utf8.test ** > Low > 2 byte > 3 byte > 4 byte > Early termination > Early restart > Overlong > UTF-16 Surrogates > Split write ** t/10state_putglyph.test ** > Low > UTF-8 1 char > UTF-8 wide char > UTF-8 combining chars > Combining across buffers > DECSCA protected ** t/11state_movecursor.test ** > Implicit > Backspace > Horizontal Tab > Carriage Return > Linefeed > Backspace bounded by lefthand edge > Backspace cancels phantom > HT bounded by righthand edge > Index > Reverse Index > Newline > Cursor Forward > Cursor Down > Cursor Up > Cursor Backward > Cursor Next Line > Cursor Previous Line > Cursor Horizonal Absolute > Cursor Position > Cursor Position cancels phantom > Bounds Checking > Horizontal Position Absolute > Horizontal Position Relative > Horizontal Position Backward > Horizontal and Vertical Position > Vertical Position Absolute > Vertical Position Relative > Vertical Position Backward > Horizontal Tab > Cursor Horizontal Tab > Cursor Backward Tab ** t/12state_scroll.test ** > Linefeed > Index > Reverse Index > Linefeed in DECSTBM > Linefeed outside DECSTBM > Index in DECSTBM > Reverse Index in DECSTBM > Linefeed in DECSTBM+DECSLRM > IND/RI in DECSTBM+DECSLRM > DECRQSS on DECSTBM > DECRQSS on DECSLRM > Setting invalid DECSLRM with !DECVSSM is still rejected > Scroll Down > Scroll Up > SD/SU in DECSTBM > SD/SU in DECSTBM+DECSLRM > Invalid boundaries > Scroll Down move+erase emulation > Scroll Up move+erase emulation ** t/13state_edit.test ** > ICH > ICH with DECSLRM > ICH outside DECSLRM > DCH > DCH with DECSLRM > DCH outside DECSLRM > ECH > IL > IL with DECSTBM > IL outside DECSTBM > IL with DECSTBM+DECSLRM > DL > DL with DECSTBM > DL outside DECSTBM > DL with DECSTBM+DECSLRM > DECIC > DECIC with DECSTBM+DECSLRM > DECIC outside DECSLRM > DECDC > DECDC with DECSTBM+DECSLRM > DECDC outside DECSLRM > EL 0 > EL 1 > EL 2 > SEL > ED 0 > ED 1 > ED 2 > SED > DECRQSS on DECSCA > ICH move+erase emuation > DCH move+erase emulation ** t/14state_encoding.test ** > Default > Designate G0=UK > Designate G0=DEC drawing > Designate G1 + LS1 > LS0 > Designate G2 + LS2 > Designate G3 + LS3 > SS2 > SS3 > LS1R > LS2R > LS3R > Mixed US-ASCII and UTF-8 ** t/15state_mode.test ** > Insert/Replace Mode > Insert mode only happens once for UTF-8 combining > Newline/Linefeed mode > DEC origin mode > DECRQM on DECOM > Origin mode with DECSLRM > Origin mode bounds cursor to scrolling region > Origin mode without scroll region ** t/16state_resize.test ** > Placement > Resize > Resize without reset > Resize shrink moves cursor > Resize grow doesn't cancel phantom ** t/17state_mouse.test ** > DECRQM on with mouse off > Mouse in simple button report mode > Press 1 > Release 1 > Ctrl-Press 1 > Button 2 > Position > Wheel events > DECRQM on mouse button mode > Drag events > DECRQM on mouse drag mode > Non-drag motion events > DECRQM on mouse motion mode > Bounds checking > DECRQM on standard encoding mode > UTF-8 extended encoding mode > DECRQM on UTF-8 extended encoding mode > SGR extended encoding mode > DECRQM on SGR extended encoding mode > rxvt extended encoding mode > DECRQM on rxvt extended encoding mode ** t/18state_termprops.test ** > Cursor visibility > Cursor blink > Cursor shape > Title ** t/20state_wrapping.test ** > 79th Column > 80th Column Phantom > Line Wraparound > Line Wraparound during combined write > DEC Auto Wrap Mode > 80th column causes linefeed on wraparound > 80th column phantom linefeed phantom cancelled by explicit cursor move ** t/21state_tabstops.test ** > Initial > HTS > TBC 0 > TBC 3 > Tabstops after resize ** t/22state_save.test ** > Set up state > Save > Change state > Restore > Save/restore using DECSC/DECRC > Save twice, restore twice happens on both edge transitions ** t/25state_input.test ** > Unmodified ASCII > Ctrl modifier on ASCII letters > Alt modifier on ASCII letters > Ctrl-Alt modifier on ASCII letters > Special handling of Ctrl-I > Special handling of Space > Cursor keys in reset (cursor) mode > Cursor keys in application mode > Shift-Tab should be different > Enter in linefeed mode > Enter in newline mode > Keypad in DECKPNM > Keypad in DECKPAM > Bracketed paste mode off > Bracketed paste mode on ** t/26state_query.test ** > DA > DSR > CPR > DECCPR > DECRQSS on DECSCUSR > DECRQSS on SGR > DECRQSS on SGR ANSI colours > DECRQSS on SGR ANSI hi-bright colours > DECRQSS on SGR 256-palette colours > S8C1T on DSR > Truncation on attempted buffer overflow ** t/27state_reset.test ** > RIS homes cursor > RIS cancels scrolling region > RIS erases screen > RIS clears tabstops ** t/28state_dbl_wh.test ** > Single Width, Single Height > Double Width, Single Height > Double Height > Double Width scrolling ** t/29state_fallback.test ** > Unrecognised control > Unrecognised CSI > Unrecognised OSC > Unrecognised DCS ** t/30pen.test ** > Reset > Bold > Underline > Italic > Blink > Reverse > Font Selection > Foreground > Background > Bold+ANSI colour == highbright ** t/40screen_ascii.test ** > Get > Erase > Copycell > Space padding > Linefeed padding > Altscreen ** t/41screen_unicode.test ** > Single width UTF-8 > Wide char > Combining char > 10 combining accents should not crash > 40 combining accents in two split writes of 20 should not crash > Outputing CJK doublewidth in 80th column should wraparound to next line and not crash" ** t/42screen_damage.test ** > Putglyph > Erase > Scroll damages entire line in two chunks > Scroll down damages entire screen in two chunks > Altscreen damages entire area > Scroll invokes moverect but not damage > Merge to cells > Merge entire rows > Merge entire screen > Merge entire screen with moverect > Merge scroll > Merge scroll with damage > Merge scroll with damage past region > Damage entirely outside scroll region > Damage overlapping scroll region > Merge scroll*2 with damage ** t/43screen_resize.test ** > Resize wider preserves cells > Resize wider allows print in new area > Resize shorter with blanks just truncates > Resize shorter with content must scroll > Resize shorter does not lose line with cursor > Resize taller attempts to pop scrollback ** t/44screen_pen.test ** > Plain > Bold > Italic > Underline > Reset > Font > Foreground > Background > EL sets reverse and colours to end of line > DECSCNM xors reverse for entire screen ** t/45screen_protect.test ** > Selective erase > Non-selective erase ** t/46screen_extent.test ** > Bold extent ** t/47screen_dbl_wh.test ** > Single Width, Single Height > Double Width, Single Height > Double Height > Late change ** t/48screen_termprops.test ** > Cursor visibility > Title ** t/90vttest_01-movement-1.test ** > Output ** t/90vttest_01-movement-2.test ** > Output ** t/90vttest_01-movement-3.test ** > Output ** t/90vttest_01-movement-4.test ** > Output ** t/90vttest_02-screen-1.test ** > Output ** t/90vttest_02-screen-2.test ** > Output ** t/90vttest_02-screen-3.test ** > Output ** t/90vttest_02-screen-4.test ** > Output + exit 0 Processing files: libvterm-0-0.2.bzr681.el7.i686 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.2UhR64 + umask 022 + cd /builddir/build/BUILD + cd '~leonerd/libvterm/trunk' + LICENSEDIR=/builddir/build/BUILDROOT/libvterm-0-0.2.bzr681.el7.i386/usr/share/licenses/libvterm-0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/libvterm-0-0.2.bzr681.el7.i386/usr/share/licenses/libvterm-0 + cp -pr LICENSE /builddir/build/BUILDROOT/libvterm-0-0.2.bzr681.el7.i386/usr/share/licenses/libvterm-0 + exit 0 Provides: libvterm = 0-0.2.bzr681.el7 libvterm(x86-32) = 0-0.2.bzr681.el7 libvterm.so.0 Requires(interp): /sbin/ldconfig /sbin/ldconfig Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig Requires: libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1.3) libc.so.6(GLIBC_2.3.4) libc.so.6(GLIBC_2.4) rtld(GNU_HASH) Processing files: libvterm-devel-0-0.2.bzr681.el7.i686 Provides: libvterm-devel = 0-0.2.bzr681.el7 libvterm-devel(x86-32) = 0-0.2.bzr681.el7 pkgconfig(vterm) = 0.0 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/pkg-config libvterm.so.0 Processing files: libvterm-tools-0-0.2.bzr681.el7.i686 Provides: libvterm-tools = 0-0.2.bzr681.el7 libvterm-tools(x86-32) = 0-0.2.bzr681.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.0) libc.so.6(GLIBC_2.10) libc.so.6(GLIBC_2.3.4) libc.so.6(GLIBC_2.4) libc.so.6(GLIBC_2.7) libvterm.so.0 rtld(GNU_HASH) Processing files: libvterm-debuginfo-0-0.2.bzr681.el7.i686 Provides: libvterm-debuginfo = 0-0.2.bzr681.el7 libvterm-debuginfo(x86-32) = 0-0.2.bzr681.el7 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/libvterm-0-0.2.bzr681.el7.i386 warning: Could not canonicalize hostname: kvm.centos.org Wrote: /builddir/build/RPMS/libvterm-0-0.2.bzr681.el7.i686.rpm Wrote: /builddir/build/RPMS/libvterm-devel-0-0.2.bzr681.el7.i686.rpm Wrote: /builddir/build/RPMS/libvterm-tools-0-0.2.bzr681.el7.i686.rpm Wrote: /builddir/build/RPMS/libvterm-debuginfo-0-0.2.bzr681.el7.i686.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.xRI8tD + umask 022 + cd /builddir/build/BUILD + cd '~leonerd/libvterm/trunk' + /usr/bin/rm -rf /builddir/build/BUILDROOT/libvterm-0-0.2.bzr681.el7.i386 + exit 0 Child return code was: 0