Mock Version: 1.2.17 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target ppc64 --nodeps /builddir/build/SPECS/pyatspi.spec'], chrootPath='/var/lib/mock/pyatspi-2.26.0-3.el7-20181109023450-5621/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_GB.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=1004) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target ppc64 --nodeps /builddir/build/SPECS/pyatspi.spec'] with env {'LANG': 'en_GB.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: ppc64 Building for target ppc64 Wrote: /builddir/build/SRPMS/pyatspi-2.26.0-3.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target ppc64 --nodeps /builddir/build/SPECS/pyatspi.spec'], chrootPath='/var/lib/mock/pyatspi-2.26.0-3.el7-20181109023450-5621/root'shell=Falseuid=1004env={'LANG': 'en_GB.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 ppc64 --nodeps /builddir/build/SPECS/pyatspi.spec'] with env {'LANG': 'en_GB.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: ppc64 Building for target ppc64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.fit1po + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf pyatspi-2.26.0 + /usr/bin/xz -dc /builddir/build/SOURCES/pyatspi-2.26.0.tar.xz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd pyatspi-2.26.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.2Unwqx + umask 022 + cd /builddir/build/BUILD + cd pyatspi-2.26.0 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power7 -mtune=power7' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power7 -mtune=power7' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power7 -mtune=power7 -I/usr/lib64/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 -m64 -mcpu=power7 -mtune=power7 -I/usr/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro ' + export LDFLAGS + '[' 1 == 1 ']' + '[' ppc64 == ppc64le ']' ++ find . -name config.guess -o -name config.sub + for i in '$(find . -name config.guess -o -name config.sub)' ++ basename ./config/config.guess + '[' -f /usr/lib/rpm/redhat/config.guess ']' + /usr/bin/rm -f ./config/config.guess ++ basename ./config/config.guess + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.guess ./config/config.guess '/usr/lib/rpm/redhat/config.guess' -> './config/config.guess' + for i in '$(find . -name config.guess -o -name config.sub)' ++ basename ./config/config.sub + '[' -f /usr/lib/rpm/redhat/config.sub ']' + /usr/bin/rm -f ./config/config.sub ++ basename ./config/config.sub + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub ./config/config.sub '/usr/lib/rpm/redhat/config.sub' -> './config/config.sub' + ./configure --build=ppc64-redhat-linux-gnu --host=ppc64-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-python=python2 --enable-tests checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for ppc64-redhat-linux-gnu-gcc... no checking for gcc... 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 gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... none /usr/bin/python2 checking whether python2 version is >= 2.6... yes checking for python2 version... 2.7 checking for python2 platform... linux2 checking for python2 script directory... ${prefix}/lib/python2.7/site-packages checking for python2 extension module directory... ${exec_prefix}/lib64/python2.7/site-packages checking build system type... powerpc64-redhat-linux-gnu checking host system type... powerpc64-redhat-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert powerpc64-redhat-linux-gnu file names to powerpc64-redhat-linux-gnu format... func_convert_file_noop checking how to convert powerpc64-redhat-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for ppc64-redhat-linux-gnu-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for ppc64-redhat-linux-gnu-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ppc64-redhat-linux-gnu-ar... no checking for ar... ar checking for archiver @FILE support... @ checking for ppc64-redhat-linux-gnu-strip... no checking for strip... strip checking for ppc64-redhat-linux-gnu-ranlib... no checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for ppc64-redhat-linux-gnu-mt... no checking for mt... no checking if : is a manifest tool... no checking how to run the C preprocessor... gcc -E checking for ANSI C header files... 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 dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for ppc64-redhat-linux-gnu-pkg-config... no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking whether tests are enabled... yes checking for python module dbus... yes checking for dbus-1 >= 1.0... yes checking for glib-2.0... yes checking for dbus-glib-1 >= 0.7.0... yes checking for gobject-2.0 >= 2.0.0... yes checking for gmodule-2.0 >= 2.0.0... yes checking for libxml-2.0 >= 2.0.0... yes checking for atk >= 2.11.2... yes checking for gtk+-2.0 >= 2.10.0... yes checking for pygobject-3.0 >= 2.90.1... yes checking for X... libraries , headers checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating tests/Makefile config.status: creating tests/dummyatk/Makefile config.status: creating tests/data/Makefile config.status: creating tests/pyatspi/Makefile config.status: creating tests/pyatspi/testrunner config.status: creating tests/pyatspi/pasytest/Makefile config.status: creating tests/apps/Makefile config.status: creating pyatspi/Makefile config.status: creating examples/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands + make make all-recursive make[1]: Entering directory `/builddir/build/BUILD/pyatspi-2.26.0' Making all in pyatspi make[2]: Entering directory `/builddir/build/BUILD/pyatspi-2.26.0/pyatspi' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/builddir/build/BUILD/pyatspi-2.26.0/pyatspi' Making all in examples make[2]: Entering directory `/builddir/build/BUILD/pyatspi-2.26.0/examples' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/builddir/build/BUILD/pyatspi-2.26.0/examples' Making all in tests make[2]: Entering directory `/builddir/build/BUILD/pyatspi-2.26.0/tests' Making all in dummyatk make[3]: Entering directory `/builddir/build/BUILD/pyatspi-2.26.0/tests/dummyatk' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/builddir/build/BUILD/pyatspi-2.26.0/tests/dummyatk' Making all in apps make[3]: Entering directory `/builddir/build/BUILD/pyatspi-2.26.0/tests/apps' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/builddir/build/BUILD/pyatspi-2.26.0/tests/apps' Making all in data make[3]: Entering directory `/builddir/build/BUILD/pyatspi-2.26.0/tests/data' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/builddir/build/BUILD/pyatspi-2.26.0/tests/data' Making all in pyatspi make[3]: Entering directory `/builddir/build/BUILD/pyatspi-2.26.0/tests/pyatspi' Making all in pasytest make[4]: Entering directory `/builddir/build/BUILD/pyatspi-2.26.0/tests/pyatspi/pasytest' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/builddir/build/BUILD/pyatspi-2.26.0/tests/pyatspi/pasytest' make[4]: Entering directory `/builddir/build/BUILD/pyatspi-2.26.0/tests/pyatspi' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/builddir/build/BUILD/pyatspi-2.26.0/tests/pyatspi' make[3]: Leaving directory `/builddir/build/BUILD/pyatspi-2.26.0/tests/pyatspi' make[3]: Entering directory `/builddir/build/BUILD/pyatspi-2.26.0/tests' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/builddir/build/BUILD/pyatspi-2.26.0/tests' make[2]: Leaving directory `/builddir/build/BUILD/pyatspi-2.26.0/tests' make[2]: Entering directory `/builddir/build/BUILD/pyatspi-2.26.0' make[2]: Leaving directory `/builddir/build/BUILD/pyatspi-2.26.0' make[1]: Leaving directory `/builddir/build/BUILD/pyatspi-2.26.0' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.SPDrJI + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/pyatspi-2.26.0-3.el7.ppc64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/pyatspi-2.26.0-3.el7.ppc64 ++ dirname /builddir/build/BUILDROOT/pyatspi-2.26.0-3.el7.ppc64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/pyatspi-2.26.0-3.el7.ppc64 + cd pyatspi-2.26.0 + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/pyatspi-2.26.0-3.el7.ppc64 Making install in pyatspi make[1]: Entering directory `/builddir/build/BUILD/pyatspi-2.26.0/pyatspi' make[2]: Entering directory `/builddir/build/BUILD/pyatspi-2.26.0/pyatspi' make[2]: Nothing to be done for `install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/pyatspi-2.26.0-3.el7.ppc64/usr/lib/python2.7/site-packages/pyatspi' /usr/bin/install -c -m 644 Accessibility.py appevent.py constants.py deviceevent.py atspienum.py __init__.py action.py application.py collection.py component.py document.py editabletext.py hypertext.py image.py interface.py registry.py role.py selection.py state.py table.py tablecell.py text.py utils.py value.py '/builddir/build/BUILDROOT/pyatspi-2.26.0-3.el7.ppc64/usr/lib/python2.7/site-packages/pyatspi' Byte-compiling python modules... Accessibility.pyappevent.pyconstants.pydeviceevent.pyatspienum.py__init__.pyaction.pyapplication.pycollection.pycomponent.pydocument.pyeditabletext.pyhypertext.pyimage.pyinterface.pyregistry.pyrole.pyselection.pystate.pytable.pytablecell.pytext.pyutils.pyvalue.py Byte-compiling python modules (optimized versions) ... Accessibility.pyappevent.pyconstants.pydeviceevent.pyatspienum.py__init__.pyaction.pyapplication.pycollection.pycomponent.pydocument.pyeditabletext.pyhypertext.pyimage.pyinterface.pyregistry.pyrole.pyselection.pystate.pytable.pytablecell.pytext.pyutils.pyvalue.py make[2]: Leaving directory `/builddir/build/BUILD/pyatspi-2.26.0/pyatspi' make[1]: Leaving directory `/builddir/build/BUILD/pyatspi-2.26.0/pyatspi' Making install in examples make[1]: Entering directory `/builddir/build/BUILD/pyatspi-2.26.0/examples' make[2]: Entering directory `/builddir/build/BUILD/pyatspi-2.26.0/examples' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/builddir/build/BUILD/pyatspi-2.26.0/examples' make[1]: Leaving directory `/builddir/build/BUILD/pyatspi-2.26.0/examples' Making install in tests make[1]: Entering directory `/builddir/build/BUILD/pyatspi-2.26.0/tests' Making install in dummyatk make[2]: Entering directory `/builddir/build/BUILD/pyatspi-2.26.0/tests/dummyatk' make[3]: Entering directory `/builddir/build/BUILD/pyatspi-2.26.0/tests/dummyatk' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/builddir/build/BUILD/pyatspi-2.26.0/tests/dummyatk' make[2]: Leaving directory `/builddir/build/BUILD/pyatspi-2.26.0/tests/dummyatk' Making install in apps make[2]: Entering directory `/builddir/build/BUILD/pyatspi-2.26.0/tests/apps' make[3]: Entering directory `/builddir/build/BUILD/pyatspi-2.26.0/tests/apps' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/builddir/build/BUILD/pyatspi-2.26.0/tests/apps' make[2]: Leaving directory `/builddir/build/BUILD/pyatspi-2.26.0/tests/apps' Making install in data make[2]: Entering directory `/builddir/build/BUILD/pyatspi-2.26.0/tests/data' make[3]: Entering directory `/builddir/build/BUILD/pyatspi-2.26.0/tests/data' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/builddir/build/BUILD/pyatspi-2.26.0/tests/data' make[2]: Leaving directory `/builddir/build/BUILD/pyatspi-2.26.0/tests/data' Making install in pyatspi make[2]: Entering directory `/builddir/build/BUILD/pyatspi-2.26.0/tests/pyatspi' Making install in pasytest make[3]: Entering directory `/builddir/build/BUILD/pyatspi-2.26.0/tests/pyatspi/pasytest' make[4]: Entering directory `/builddir/build/BUILD/pyatspi-2.26.0/tests/pyatspi/pasytest' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/builddir/build/BUILD/pyatspi-2.26.0/tests/pyatspi/pasytest' make[3]: Leaving directory `/builddir/build/BUILD/pyatspi-2.26.0/tests/pyatspi/pasytest' make[3]: Entering directory `/builddir/build/BUILD/pyatspi-2.26.0/tests/pyatspi' make[4]: Entering directory `/builddir/build/BUILD/pyatspi-2.26.0/tests/pyatspi' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/builddir/build/BUILD/pyatspi-2.26.0/tests/pyatspi' make[3]: Leaving directory `/builddir/build/BUILD/pyatspi-2.26.0/tests/pyatspi' make[2]: Leaving directory `/builddir/build/BUILD/pyatspi-2.26.0/tests/pyatspi' make[2]: Entering directory `/builddir/build/BUILD/pyatspi-2.26.0/tests' make[3]: Entering directory `/builddir/build/BUILD/pyatspi-2.26.0/tests' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/builddir/build/BUILD/pyatspi-2.26.0/tests' make[2]: Leaving directory `/builddir/build/BUILD/pyatspi-2.26.0/tests' make[1]: Leaving directory `/builddir/build/BUILD/pyatspi-2.26.0/tests' make[1]: Entering directory `/builddir/build/BUILD/pyatspi-2.26.0' make[2]: Entering directory `/builddir/build/BUILD/pyatspi-2.26.0' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/builddir/build/BUILD/pyatspi-2.26.0' make[1]: Leaving directory `/builddir/build/BUILD/pyatspi-2.26.0' + /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 Bytecompiling .py files below /builddir/build/BUILDROOT/pyatspi-2.26.0-3.el7.ppc64/usr/lib/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.oFuptU + umask 022 + cd /builddir/build/BUILD + cd pyatspi-2.26.0 + exit 0 Processing files: python2-pyatspi-2.26.0-3.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Xtdxd6 + umask 022 + cd /builddir/build/BUILD + cd pyatspi-2.26.0 + DOCDIR=/builddir/build/BUILDROOT/pyatspi-2.26.0-3.el7.ppc64/usr/share/doc/python2-pyatspi-2.26.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/pyatspi-2.26.0-3.el7.ppc64/usr/share/doc/python2-pyatspi-2.26.0 + cp -pr AUTHORS /builddir/build/BUILDROOT/pyatspi-2.26.0-3.el7.ppc64/usr/share/doc/python2-pyatspi-2.26.0 + cp -pr README /builddir/build/BUILDROOT/pyatspi-2.26.0-3.el7.ppc64/usr/share/doc/python2-pyatspi-2.26.0 + cp -pr examples/magFocusTracker.py /builddir/build/BUILDROOT/pyatspi-2.26.0-3.el7.ppc64/usr/share/doc/python2-pyatspi-2.26.0 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.haY4Xh + umask 022 + cd /builddir/build/BUILD + cd pyatspi-2.26.0 + LICENSEDIR=/builddir/build/BUILDROOT/pyatspi-2.26.0-3.el7.ppc64/usr/share/licenses/python2-pyatspi-2.26.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/pyatspi-2.26.0-3.el7.ppc64/usr/share/licenses/python2-pyatspi-2.26.0 + cp -pr COPYING /builddir/build/BUILDROOT/pyatspi-2.26.0-3.el7.ppc64/usr/share/licenses/python2-pyatspi-2.26.0 + cp -pr COPYING.GPL /builddir/build/BUILDROOT/pyatspi-2.26.0-3.el7.ppc64/usr/share/licenses/python2-pyatspi-2.26.0 + exit 0 Provides: pyatspi = 2.26.0-3.el7 python-pyatspi = 2.26.0-3.el7 python2-pyatspi = 2.26.0-3.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/python python(abi) = 2.7 Obsoletes: python-pyatspi < 2.26.0-3.el7 pyatspi < 2.26.0-3.el7 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/pyatspi-2.26.0-3.el7.ppc64 Wrote: /builddir/build/RPMS/python2-pyatspi-2.26.0-3.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.A2ZUIG + umask 022 + cd /builddir/build/BUILD + cd pyatspi-2.26.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/pyatspi-2.26.0-3.el7.ppc64 + exit 0 Child return code was: 0