Mock Version: 1.2.17 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/ruby-ncurses.spec'], chrootPath='/var/lib/mock/epel-1-armhfp-b17cbdb640e20bd04b61bc1fbeb2fcc38e2e545b/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=0logger=uid=995) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/ruby-ncurses.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: armv7hl Building for target armv7hl Wrote: /builddir/build/SRPMS/ruby-ncurses-1.3.1-10.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/ruby-ncurses.spec'], chrootPath='/var/lib/mock/epel-1-armhfp-b17cbdb640e20bd04b61bc1fbeb2fcc38e2e545b/root'shell=Falseuid=995env={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=0private_network=Truelogger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/ruby-ncurses.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: armv7hl Building for target armv7hl Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.KeYKY3 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf ncurses-ruby-1.3.1 + /usr/bin/bzip2 -dc /builddir/build/SOURCES/ncurses-ruby-1.3.1.tar.bz2 + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd ncurses-ruby-1.3.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . Patch #0 (0001-STR2CSTR-deprecated.patch): + echo 'Patch #0 (0001-STR2CSTR-deprecated.patch):' + /usr/bin/cat /builddir/build/SOURCES/0001-STR2CSTR-deprecated.patch + /usr/bin/patch -p1 -b --suffix .p --fuzz=0 patching file form_wrap.c patching file menu_wrap.c patching file ncurses_wrap.c Patch #1 (0002-Werror-format-security.patch): + echo 'Patch #1 (0002-Werror-format-security.patch):' + /usr/bin/cat /builddir/build/SOURCES/0002-Werror-format-security.patch + /usr/bin/patch -p1 -b --suffix .format --fuzz=0 patching file form_wrap.c + /usr/bin/chmod 0644 ncurses_wrap.c + find examples/ -type f + xargs /usr/bin/chmod 0644 + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.s1KGtb + umask 022 + cd /builddir/build/BUILD + cd ncurses-ruby-1.3.1 + ruby extconf.rb --vendor checking for unistd.h... yes checking for locale.h... yes checking for ncurses.h... yes checking for wmove() in -lncurses... yes checking for newscr()... yes checking for TABSIZE()... yes checking for ESCDELAY()... yes checking for keybound()... yes checking for curses_version()... yes checking for tigetstr()... yes checking for getwin()... yes checking for putwin()... yes checking for ungetmouse()... yes checking for mousemask()... yes checking for wenclose()... yes checking for mouseinterval()... yes checking for wmouse_trafo()... yes checking for mcprint()... yes checking for has_key()... yes checking for delscreen()... yes checking for define_key()... yes checking for keyok()... yes checking for resizeterm()... yes checking for use_default_colors()... yes checking for use_extended_names()... yes checking for wresize()... yes checking for attr_on()... yes checking for attr_off()... yes checking for attr_set()... yes checking for chgat()... yes checking for color_set()... yes checking for filter()... yes checking for intrflush()... yes checking for mvchgat()... yes checking for mvhline()... yes checking for mvvline()... yes checking for mvwchgat()... yes checking for mvwhline()... yes checking for mvwvline()... yes checking for noqiflush()... yes checking for putp()... yes checking for qiflush()... yes checking for scr_dump()... yes checking for scr_init()... yes checking for scr_restore()... yes checking for scr_set()... yes checking for slk_attr_off()... no checking for slk_attr_on()... no checking for slk_attr()... yes checking for slk_attr_set()... yes checking for slk_color()... yes checking for tigetflag()... yes checking for tigetnum()... yes checking for use_env()... yes checking for vidattr()... yes checking for vid_attr()... no checking for wattr_on()... yes checking for wattr_off()... yes checking for wattr_set()... yes checking for wchgat()... yes checking for wcolor_set()... yes checking for getattrs()... yes checking which debugging functions to wrap... checking for _tracef()... no checking for _tracedump()... no checking for _nc_tracebits()... no checking for _traceattr()... no checking for _traceattr2()... no checking for _tracechar()... no checking for _tracechtype()... no checking for _tracechtype2()... no checking for _tracemouse()... no checking for other functions that appeared after ncurses version 5.0... checking for assume_default_colors()... yes checking for attr_get()... yes checking for the panel library... checking for panel.h... yes checking for panel_hidden() in -lpanel... yes checking for the form library... checking for form.h... yes checking for new_form() in -lform... yes checking for the menu library... checking for menu.h... yes checking for new_menu() in -lmenu... yes creating Makefile + /usr/bin/make -j4 '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 -fPIC' gcc -I. -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -DHAVE_UNISTD_H -DHAVE_LOCALE_H -DHAVE_NCURSES_H -DHAVE_NEWSCR -DHAVE_TABSIZE -DHAVE_ESCDELAY -DHAVE_KEYBOUND -DHAVE_CURSES_VERSION -DHAVE_TIGETSTR -DHAVE_GETWIN -DHAVE_PUTWIN -DHAVE_UNGETMOUSE -DHAVE_MOUSEMASK -DHAVE_WENCLOSE -DHAVE_MOUSEINTERVAL -DHAVE_WMOUSE_TRAFO -DHAVE_MCPRINT -DHAVE_HAS_KEY -DHAVE_DELSCREEN -DHAVE_DEFINE_KEY -DHAVE_KEYOK -DHAVE_RESIZETERM -DHAVE_USE_DEFAULT_COLORS -DHAVE_USE_EXTENDED_NAMES -DHAVE_WRESIZE -DHAVE_ATTR_ON -DHAVE_ATTR_OFF -DHAVE_ATTR_SET -DHAVE_CHGAT -DHAVE_COLOR_SET -DHAVE_FILTER -DHAVE_INTRFLUSH -DHAVE_MVCHGAT -DHAVE_MVHLINE -DHAVE_MVVLINE -DHAVE_MVWCHGAT -DHAVE_MVWHLINE -DHAVE_MVWVLINE -DHAVE_NOQIFLUSH -DHAVE_PUTP -DHAVE_QIFLUSH -DHAVE_SCR_DUMP -DHAVE_SCR_INIT -DHAVE_SCR_RESTORE -DHAVE_SCR_SET -DHAVE_SLK_ATTR -DHAVE_SLK_ATTR_SET -DHAVE_SLK_COLOR -DHAVE_TIGETFLAG -DHAVE_TIGETNUM -DHAVE_USE_ENV -DHAVE_VIDATTR -DHAVE_WATTR_ON -DHAVE_WATTR_OFF -DHAVE_WATTR_SET -DHAVE_WCHGAT -DHAVE_WCOLOR_SET -DHAVE_GETATTRS -DHAVE_ASSUME_DEFAULT_COLORS -DHAVE_ATTR_GET -DHAVE_PANEL_H -DHAVE_FORM_H -DHAVE_MENU_H -D_FILE_OFFSET_BITS=64 -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 -fPIC -o form_wrap.o -c form_wrap.c gcc -I. -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -DHAVE_UNISTD_H -DHAVE_LOCALE_H -DHAVE_NCURSES_H -DHAVE_NEWSCR -DHAVE_TABSIZE -DHAVE_ESCDELAY -DHAVE_KEYBOUND -DHAVE_CURSES_VERSION -DHAVE_TIGETSTR -DHAVE_GETWIN -DHAVE_PUTWIN -DHAVE_UNGETMOUSE -DHAVE_MOUSEMASK -DHAVE_WENCLOSE -DHAVE_MOUSEINTERVAL -DHAVE_WMOUSE_TRAFO -DHAVE_MCPRINT -DHAVE_HAS_KEY -DHAVE_DELSCREEN -DHAVE_DEFINE_KEY -DHAVE_KEYOK -DHAVE_RESIZETERM -DHAVE_USE_DEFAULT_COLORS -DHAVE_USE_EXTENDED_NAMES -DHAVE_WRESIZE -DHAVE_ATTR_ON -DHAVE_ATTR_OFF -DHAVE_ATTR_SET -DHAVE_CHGAT -DHAVE_COLOR_SET -DHAVE_FILTER -DHAVE_INTRFLUSH -DHAVE_MVCHGAT -DHAVE_MVHLINE -DHAVE_MVVLINE -DHAVE_MVWCHGAT -DHAVE_MVWHLINE -DHAVE_MVWVLINE -DHAVE_NOQIFLUSH -DHAVE_PUTP -DHAVE_QIFLUSH -DHAVE_SCR_DUMP -DHAVE_SCR_INIT -DHAVE_SCR_RESTORE -DHAVE_SCR_SET -DHAVE_SLK_ATTR -DHAVE_SLK_ATTR_SET -DHAVE_SLK_COLOR -DHAVE_TIGETFLAG -DHAVE_TIGETNUM -DHAVE_USE_ENV -DHAVE_VIDATTR -DHAVE_WATTR_ON -DHAVE_WATTR_OFF -DHAVE_WATTR_SET -DHAVE_WCHGAT -DHAVE_WCOLOR_SET -DHAVE_GETATTRS -DHAVE_ASSUME_DEFAULT_COLORS -DHAVE_ATTR_GET -DHAVE_PANEL_H -DHAVE_FORM_H -DHAVE_MENU_H -D_FILE_OFFSET_BITS=64 -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 -fPIC -o menu_wrap.o -c menu_wrap.c gcc -I. -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -DHAVE_UNISTD_H -DHAVE_LOCALE_H -DHAVE_NCURSES_H -DHAVE_NEWSCR -DHAVE_TABSIZE -DHAVE_ESCDELAY -DHAVE_KEYBOUND -DHAVE_CURSES_VERSION -DHAVE_TIGETSTR -DHAVE_GETWIN -DHAVE_PUTWIN -DHAVE_UNGETMOUSE -DHAVE_MOUSEMASK -DHAVE_WENCLOSE -DHAVE_MOUSEINTERVAL -DHAVE_WMOUSE_TRAFO -DHAVE_MCPRINT -DHAVE_HAS_KEY -DHAVE_DELSCREEN -DHAVE_DEFINE_KEY -DHAVE_KEYOK -DHAVE_RESIZETERM -DHAVE_USE_DEFAULT_COLORS -DHAVE_USE_EXTENDED_NAMES -DHAVE_WRESIZE -DHAVE_ATTR_ON -DHAVE_ATTR_OFF -DHAVE_ATTR_SET -DHAVE_CHGAT -DHAVE_COLOR_SET -DHAVE_FILTER -DHAVE_INTRFLUSH -DHAVE_MVCHGAT -DHAVE_MVHLINE -DHAVE_MVVLINE -DHAVE_MVWCHGAT -DHAVE_MVWHLINE -DHAVE_MVWVLINE -DHAVE_NOQIFLUSH -DHAVE_PUTP -DHAVE_QIFLUSH -DHAVE_SCR_DUMP -DHAVE_SCR_INIT -DHAVE_SCR_RESTORE -DHAVE_SCR_SET -DHAVE_SLK_ATTR -DHAVE_SLK_ATTR_SET -DHAVE_SLK_COLOR -DHAVE_TIGETFLAG -DHAVE_TIGETNUM -DHAVE_USE_ENV -DHAVE_VIDATTR -DHAVE_WATTR_ON -DHAVE_WATTR_OFF -DHAVE_WATTR_SET -DHAVE_WCHGAT -DHAVE_WCOLOR_SET -DHAVE_GETATTRS -DHAVE_ASSUME_DEFAULT_COLORS -DHAVE_ATTR_GET -DHAVE_PANEL_H -DHAVE_FORM_H -DHAVE_MENU_H -D_FILE_OFFSET_BITS=64 -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 -fPIC -o ncurses_wrap.o -c ncurses_wrap.c gcc -I. -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -DHAVE_UNISTD_H -DHAVE_LOCALE_H -DHAVE_NCURSES_H -DHAVE_NEWSCR -DHAVE_TABSIZE -DHAVE_ESCDELAY -DHAVE_KEYBOUND -DHAVE_CURSES_VERSION -DHAVE_TIGETSTR -DHAVE_GETWIN -DHAVE_PUTWIN -DHAVE_UNGETMOUSE -DHAVE_MOUSEMASK -DHAVE_WENCLOSE -DHAVE_MOUSEINTERVAL -DHAVE_WMOUSE_TRAFO -DHAVE_MCPRINT -DHAVE_HAS_KEY -DHAVE_DELSCREEN -DHAVE_DEFINE_KEY -DHAVE_KEYOK -DHAVE_RESIZETERM -DHAVE_USE_DEFAULT_COLORS -DHAVE_USE_EXTENDED_NAMES -DHAVE_WRESIZE -DHAVE_ATTR_ON -DHAVE_ATTR_OFF -DHAVE_ATTR_SET -DHAVE_CHGAT -DHAVE_COLOR_SET -DHAVE_FILTER -DHAVE_INTRFLUSH -DHAVE_MVCHGAT -DHAVE_MVHLINE -DHAVE_MVVLINE -DHAVE_MVWCHGAT -DHAVE_MVWHLINE -DHAVE_MVWVLINE -DHAVE_NOQIFLUSH -DHAVE_PUTP -DHAVE_QIFLUSH -DHAVE_SCR_DUMP -DHAVE_SCR_INIT -DHAVE_SCR_RESTORE -DHAVE_SCR_SET -DHAVE_SLK_ATTR -DHAVE_SLK_ATTR_SET -DHAVE_SLK_COLOR -DHAVE_TIGETFLAG -DHAVE_TIGETNUM -DHAVE_USE_ENV -DHAVE_VIDATTR -DHAVE_WATTR_ON -DHAVE_WATTR_OFF -DHAVE_WATTR_SET -DHAVE_WCHGAT -DHAVE_WCOLOR_SET -DHAVE_GETATTRS -DHAVE_ASSUME_DEFAULT_COLORS -DHAVE_ATTR_GET -DHAVE_PANEL_H -DHAVE_FORM_H -DHAVE_MENU_H -D_FILE_OFFSET_BITS=64 -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 -fPIC -o panel_wrap.o -c panel_wrap.c ncurses_wrap.c: In function 'rbncurshelper_nonblocking_wgetch': ncurses_wrap.c:851:2: warning: 'rb_thread_select' is deprecated (declared at /usr/include/ruby/intern.h:417) [-Wdeprecated-declarations] rb_thread_select(infd + 1, &in_fds, NULL, NULL, &tv); ^ ncurses_wrap.c: In function 'rbncurs_getsyx': ncurses_wrap.c:2351:9: warning: 'y' may be used uninitialized in this function [-Wmaybe-uninitialized] int y,x; ^ rm -f ncurses_bin.so gcc -shared -o ncurses_bin.so form_wrap.o menu_wrap.o ncurses_wrap.o panel_wrap.o -L. -L/usr/lib -L. -Wl,-z,relro -fstack-protector -rdynamic -Wl,-export-dynamic -lruby -lmenu -lform -lpanel -lncurses -lpthread -lrt -ldl -lcrypt -lm -lc + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.KJqA8i + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ruby-ncurses-1.3.1-10.el7.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ruby-ncurses-1.3.1-10.el7.arm ++ dirname /builddir/build/BUILDROOT/ruby-ncurses-1.3.1-10.el7.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ruby-ncurses-1.3.1-10.el7.arm + cd ncurses-ruby-1.3.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/ruby-ncurses-1.3.1-10.el7.arm + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/ruby-ncurses-1.3.1-10.el7.arm ruby_headers= 'INSTALL=/usr/bin/install -p' /usr/bin/mkdir -p /builddir/build/BUILDROOT/ruby-ncurses-1.3.1-10.el7.arm/usr/lib/ruby/vendor_ruby exit > .RUBYARCHDIR.time /usr/bin/install -p -m 0755 ncurses_bin.so /builddir/build/BUILDROOT/ruby-ncurses-1.3.1-10.el7.arm/usr/lib/ruby/vendor_ruby /usr/bin/mkdir -p /builddir/build/BUILDROOT/ruby-ncurses-1.3.1-10.el7.arm/usr/share/ruby/vendor_ruby/ exit > .RUBYLIBDIR.time /usr/bin/install -p -m 644 ./lib/ncurses_sugar.rb /builddir/build/BUILDROOT/ruby-ncurses-1.3.1-10.el7.arm/usr/share/ruby/vendor_ruby/ /usr/bin/install -p -m 644 ./lib/ncurses.rb /builddir/build/BUILDROOT/ruby-ncurses-1.3.1-10.el7.arm/usr/share/ruby/vendor_ruby/ + /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/ncurses-ruby-1.3.1 extracting debug info from /builddir/build/BUILDROOT/ruby-ncurses-1.3.1-10.el7.arm/usr/lib/ruby/vendor_ruby/ncurses_bin.so dwz: Too few files for multifile optimization /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 403 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.anHpm9 + umask 022 + cd /builddir/build/BUILD + cd ncurses-ruby-1.3.1 Processing files: ruby-ncurses-1.3.1-10.el7.armv7hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.sORlI1 + exit 0 + umask 022 + cd /builddir/build/BUILD + cd ncurses-ruby-1.3.1 + DOCDIR=/builddir/build/BUILDROOT/ruby-ncurses-1.3.1-10.el7.arm/usr/share/doc/ruby-ncurses-1.3.1 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ruby-ncurses-1.3.1-10.el7.arm/usr/share/doc/ruby-ncurses-1.3.1 + cp -pr README /builddir/build/BUILDROOT/ruby-ncurses-1.3.1-10.el7.arm/usr/share/doc/ruby-ncurses-1.3.1 + cp -pr COPYING /builddir/build/BUILDROOT/ruby-ncurses-1.3.1-10.el7.arm/usr/share/doc/ruby-ncurses-1.3.1 + cp -pr VERSION /builddir/build/BUILDROOT/ruby-ncurses-1.3.1-10.el7.arm/usr/share/doc/ruby-ncurses-1.3.1 + cp -pr THANKS /builddir/build/BUILDROOT/ruby-ncurses-1.3.1-10.el7.arm/usr/share/doc/ruby-ncurses-1.3.1 + cp -pr Changes /builddir/build/BUILDROOT/ruby-ncurses-1.3.1-10.el7.arm/usr/share/doc/ruby-ncurses-1.3.1 + cp -pr examples /builddir/build/BUILDROOT/ruby-ncurses-1.3.1-10.el7.arm/usr/share/doc/ruby-ncurses-1.3.1 + exit 0 Provides: ruby(ncurses) = 1.3.1-10.el7 ruby-ncurses = 1.3.1-10.el7 ruby-ncurses(armv7hl-32) = 1.3.1-10.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-armhf.so.3 ld-linux-armhf.so.3(GLIBC_2.4) libc.so.6 libc.so.6(GLIBC_2.15) libc.so.6(GLIBC_2.4) libcrypt.so.1 libdl.so.2 libform.so.5 libgcc_s.so.1 libgcc_s.so.1(GCC_3.5) libm.so.6 libmenu.so.5 libncurses.so.5 libpanel.so.5 libpthread.so.0 libpthread.so.0(GLIBC_2.4) librt.so.1 libruby.so.2.0 libtinfo.so.5 rtld(GNU_HASH) Processing files: ruby-ncurses-debuginfo-1.3.1-10.el7.armv7hl Provides: ruby-ncurses-debuginfo = 1.3.1-10.el7 ruby-ncurses-debuginfo(armv7hl-32) = 1.3.1-10.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/ruby-ncurses-1.3.1-10.el7.arm Wrote: /builddir/build/RPMS/ruby-ncurses-1.3.1-10.el7.armv7hl.rpm Wrote: /builddir/build/RPMS/ruby-ncurses-debuginfo-1.3.1-10.el7.armv7hl.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.vh6Ct7 + umask 022 + cd /builddir/build/BUILD + cd ncurses-ruby-1.3.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/ruby-ncurses-1.3.1-10.el7.arm + exit 0 Child return code was: 0