ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target i386 --nodeps builddir/build/SPECS/python-ctypes.spec'], False, '/var/lib/mock/centos5-rutgers-build-448-588/root/', None, 86400, True, 0, 72, 200, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target i386 --nodeps builddir/build/SPECS/python-ctypes.spec'] warning: Could not canonicalize hostname: omachi.rutgers.edu Building target platforms: i386 Building for target i386 Wrote: /builddir/build/SRPMS/python-ctypes-1.0.2-1.ru.src.rpm Child returncode was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target i386 --nodeps builddir/build/SPECS/python-ctypes.spec'], False, '/var/lib/mock/centos5-rutgers-build-448-588/root/', None, 86400, True, 0, 72, 200, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target i386 --nodeps builddir/build/SPECS/python-ctypes.spec'] Building target platforms: i386 Building for target i386 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.23196 + umask 022 + cd /builddir/build/BUILD + LANG=C + export LANG + unset DISPLAY + cd /builddir/build/BUILD + rm -rf ctypes-1.0.2 + /bin/gzip -dc /builddir/build/SOURCES/ctypes-1.0.2.tar.gz + tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd ctypes-1.0.2 ++ /usr/bin/id -u + '[' 72 = 0 ']' ++ /usr/bin/id -u + '[' 72 = 0 ']' + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.23196 + umask 022 + cd /builddir/build/BUILD + cd ctypes-1.0.2 + LANG=C + export LANG + unset DISPLAY + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables' + /usr/bin/python setup.py build running build running build_py creating build creating build/lib.linux-i686-2.4 creating build/lib.linux-i686-2.4/ctypes copying ctypes/__init__.py -> build/lib.linux-i686-2.4/ctypes copying ctypes/_endian.py -> build/lib.linux-i686-2.4/ctypes copying ctypes/util.py -> build/lib.linux-i686-2.4/ctypes copying ctypes/wintypes.py -> build/lib.linux-i686-2.4/ctypes creating build/lib.linux-i686-2.4/ctypes/macholib copying ctypes/macholib/__init__.py -> build/lib.linux-i686-2.4/ctypes/macholib copying ctypes/macholib/dyld.py -> build/lib.linux-i686-2.4/ctypes/macholib copying ctypes/macholib/dylib.py -> build/lib.linux-i686-2.4/ctypes/macholib copying ctypes/macholib/framework.py -> build/lib.linux-i686-2.4/ctypes/macholib creating build/lib.linux-i686-2.4/ctypes/test copying ctypes/test/__init__.py -> build/lib.linux-i686-2.4/ctypes/test copying ctypes/test/runtests.py -> build/lib.linux-i686-2.4/ctypes/test copying ctypes/test/test_anon.py -> build/lib.linux-i686-2.4/ctypes/test copying ctypes/test/test_array_in_pointer.py -> build/lib.linux-i686-2.4/ctypes/test copying ctypes/test/test_arrays.py -> build/lib.linux-i686-2.4/ctypes/test copying ctypes/test/test_as_parameter.py -> build/lib.linux-i686-2.4/ctypes/test copying ctypes/test/test_bitfields.py -> build/lib.linux-i686-2.4/ctypes/test copying ctypes/test/test_buffers.py -> build/lib.linux-i686-2.4/ctypes/test copying ctypes/test/test_byteswap.py -> build/lib.linux-i686-2.4/ctypes/test copying ctypes/test/test_callbacks.py -> build/lib.linux-i686-2.4/ctypes/test copying ctypes/test/test_cast.py -> build/lib.linux-i686-2.4/ctypes/test copying ctypes/test/test_cfuncs.py -> build/lib.linux-i686-2.4/ctypes/test copying ctypes/test/test_checkretval.py -> build/lib.linux-i686-2.4/ctypes/test copying ctypes/test/test_errcheck.py -> build/lib.linux-i686-2.4/ctypes/test copying ctypes/test/test_find.py -> build/lib.linux-i686-2.4/ctypes/test copying ctypes/test/test_funcptr.py -> build/lib.linux-i686-2.4/ctypes/test copying ctypes/test/test_functions.py -> build/lib.linux-i686-2.4/ctypes/test copying ctypes/test/test_incomplete.py -> build/lib.linux-i686-2.4/ctypes/test copying ctypes/test/test_init.py -> build/lib.linux-i686-2.4/ctypes/test copying ctypes/test/test_integers.py -> build/lib.linux-i686-2.4/ctypes/test copying ctypes/test/test_internals.py -> build/lib.linux-i686-2.4/ctypes/test copying ctypes/test/test_keeprefs.py -> build/lib.linux-i686-2.4/ctypes/test copying ctypes/test/test_libc.py -> build/lib.linux-i686-2.4/ctypes/test copying ctypes/test/test_loading.py -> build/lib.linux-i686-2.4/ctypes/test copying ctypes/test/test_macholib.py -> build/lib.linux-i686-2.4/ctypes/test copying ctypes/test/test_memfunctions.py -> build/lib.linux-i686-2.4/ctypes/test copying ctypes/test/test_numbers.py -> build/lib.linux-i686-2.4/ctypes/test copying ctypes/test/test_objects.py -> build/lib.linux-i686-2.4/ctypes/test copying ctypes/test/test_parameters.py -> build/lib.linux-i686-2.4/ctypes/test copying ctypes/test/test_pointers.py -> build/lib.linux-i686-2.4/ctypes/test copying ctypes/test/test_prototypes.py -> build/lib.linux-i686-2.4/ctypes/test copying ctypes/test/test_python_api.py -> build/lib.linux-i686-2.4/ctypes/test copying ctypes/test/test_random_things.py -> build/lib.linux-i686-2.4/ctypes/test copying ctypes/test/test_refcounts.py -> build/lib.linux-i686-2.4/ctypes/test copying ctypes/test/test_repr.py -> build/lib.linux-i686-2.4/ctypes/test copying ctypes/test/test_returnfuncptrs.py -> build/lib.linux-i686-2.4/ctypes/test copying ctypes/test/test_simplesubclasses.py -> build/lib.linux-i686-2.4/ctypes/test copying ctypes/test/test_sizes.py -> build/lib.linux-i686-2.4/ctypes/test copying ctypes/test/test_slicing.py -> build/lib.linux-i686-2.4/ctypes/test copying ctypes/test/test_stringptr.py -> build/lib.linux-i686-2.4/ctypes/test copying ctypes/test/test_strings.py -> build/lib.linux-i686-2.4/ctypes/test copying ctypes/test/test_struct_fields.py -> build/lib.linux-i686-2.4/ctypes/test copying ctypes/test/test_structures.py -> build/lib.linux-i686-2.4/ctypes/test copying ctypes/test/test_unaligned_structures.py -> build/lib.linux-i686-2.4/ctypes/test copying ctypes/test/test_unicode.py -> build/lib.linux-i686-2.4/ctypes/test copying ctypes/test/test_values.py -> build/lib.linux-i686-2.4/ctypes/test copying ctypes/test/test_varsize_struct.py -> build/lib.linux-i686-2.4/ctypes/test copying ctypes/test/test_win32.py -> build/lib.linux-i686-2.4/ctypes/test running build_ext creating build/temp.linux-i686-2.4 creating build/temp.linux-i686-2.4/libffi checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... 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 ANSI C... none needed checking how to run the C preprocessor... gcc -E checking for egrep... grep -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 sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking for mmap... yes checking for sys/mman.h... (cached) yes checking for mmap... (cached) yes checking whether read-only mmap of a plain file works... yes checking whether mmap from /dev/zero works... yes checking for MAP_ANON(YMOUS)... yes checking whether mmap with MAP_ANON(YMOUS) works... yes checking for ANSI C header files... (cached) yes checking for memcpy... yes checking for working alloca.h... yes checking for alloca... yes checking for double... yes checking size of double... 8 checking for long double... yes checking size of long double... 12 checking whether byte ordering is bigendian... no checking whether .eh_frame section should be read-only... yes checking for __attribute__((visibility("hidden")))... yes configure: creating ./config.status config.status: creating include/ffi.h config.status: creating fficonfig.py config.status: creating fficonfig.h config.status: linking /builddir/build/BUILD/ctypes-1.0.2/source/libffi/src/x86/ffitarget.h to include/ffitarget.h config.status: linking /builddir/build/BUILD/ctypes-1.0.2/source/libffi/include/ffi_common.h to include/ffi_common.h config.status: executing include commands config.status: executing src commands Configuring static FFI library: cd build/temp.linux-i686-2.4/libffi && env CFLAGS='' '/builddir/build/BUILD/ctypes-1.0.2/source/libffi/configure' building '_ctypes' extension creating build/temp.linux-i686-2.4/source creating build/temp.linux-i686-2.4/builddir creating build/temp.linux-i686-2.4/builddir/build creating build/temp.linux-i686-2.4/builddir/build/BUILD creating build/temp.linux-i686-2.4/builddir/build/BUILD/ctypes-1.0.2 creating build/temp.linux-i686-2.4/builddir/build/BUILD/ctypes-1.0.2/source creating build/temp.linux-i686-2.4/builddir/build/BUILD/ctypes-1.0.2/source/libffi creating build/temp.linux-i686-2.4/builddir/build/BUILD/ctypes-1.0.2/source/libffi/src creating build/temp.linux-i686-2.4/builddir/build/BUILD/ctypes-1.0.2/source/libffi/src/x86 gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -fPIC -Ibuild/temp.linux-i686-2.4/libffi/include -Ibuild/temp.linux-i686-2.4/libffi -I/builddir/build/BUILD/ctypes-1.0.2/source/libffi/src -I/usr/include/python2.4 -c source/_ctypes.c -o build/temp.linux-i686-2.4/source/_ctypes.o gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -fPIC -Ibuild/temp.linux-i686-2.4/libffi/include -Ibuild/temp.linux-i686-2.4/libffi -I/builddir/build/BUILD/ctypes-1.0.2/source/libffi/src -I/usr/include/python2.4 -c source/callbacks.c -o build/temp.linux-i686-2.4/source/callbacks.o gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -fPIC -Ibuild/temp.linux-i686-2.4/libffi/include -Ibuild/temp.linux-i686-2.4/libffi -I/builddir/build/BUILD/ctypes-1.0.2/source/libffi/src -I/usr/include/python2.4 -c source/callproc.c -o build/temp.linux-i686-2.4/source/callproc.o gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -fPIC -Ibuild/temp.linux-i686-2.4/libffi/include -Ibuild/temp.linux-i686-2.4/libffi -I/builddir/build/BUILD/ctypes-1.0.2/source/libffi/src -I/usr/include/python2.4 -c source/stgdict.c -o build/temp.linux-i686-2.4/source/stgdict.o gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -fPIC -Ibuild/temp.linux-i686-2.4/libffi/include -Ibuild/temp.linux-i686-2.4/libffi -I/builddir/build/BUILD/ctypes-1.0.2/source/libffi/src -I/usr/include/python2.4 -c source/cfield.c -o build/temp.linux-i686-2.4/source/cfield.o gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -fPIC -Ibuild/temp.linux-i686-2.4/libffi/include -Ibuild/temp.linux-i686-2.4/libffi -I/builddir/build/BUILD/ctypes-1.0.2/source/libffi/src -I/usr/include/python2.4 -c source/malloc_closure.c -o build/temp.linux-i686-2.4/source/malloc_closure.o gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -fPIC -Ibuild/temp.linux-i686-2.4/libffi/include -Ibuild/temp.linux-i686-2.4/libffi -I/builddir/build/BUILD/ctypes-1.0.2/source/libffi/src -I/usr/include/python2.4 -c /builddir/build/BUILD/ctypes-1.0.2/source/libffi/src/prep_cif.c -o build/temp.linux-i686-2.4/builddir/build/BUILD/ctypes-1.0.2/source/libffi/src/prep_cif.o gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -fPIC -Ibuild/temp.linux-i686-2.4/libffi/include -Ibuild/temp.linux-i686-2.4/libffi -I/builddir/build/BUILD/ctypes-1.0.2/source/libffi/src -I/usr/include/python2.4 -c /builddir/build/BUILD/ctypes-1.0.2/source/libffi/src/x86/ffi.c -o build/temp.linux-i686-2.4/builddir/build/BUILD/ctypes-1.0.2/source/libffi/src/x86/ffi.o gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -fPIC -Ibuild/temp.linux-i686-2.4/libffi/include -Ibuild/temp.linux-i686-2.4/libffi -I/builddir/build/BUILD/ctypes-1.0.2/source/libffi/src -I/usr/include/python2.4 -c /builddir/build/BUILD/ctypes-1.0.2/source/libffi/src/x86/sysv.S -o build/temp.linux-i686-2.4/builddir/build/BUILD/ctypes-1.0.2/source/libffi/src/x86/sysv.o gcc -pthread -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables build/temp.linux-i686-2.4/source/_ctypes.o build/temp.linux-i686-2.4/source/callbacks.o build/temp.linux-i686-2.4/source/callproc.o build/temp.linux-i686-2.4/source/stgdict.o build/temp.linux-i686-2.4/source/cfield.o build/temp.linux-i686-2.4/source/malloc_closure.o build/temp.linux-i686-2.4/builddir/build/BUILD/ctypes-1.0.2/source/libffi/src/prep_cif.o build/temp.linux-i686-2.4/builddir/build/BUILD/ctypes-1.0.2/source/libffi/src/x86/ffi.o build/temp.linux-i686-2.4/builddir/build/BUILD/ctypes-1.0.2/source/libffi/src/x86/sysv.o -o build/lib.linux-i686-2.4/_ctypes.so building '_ctypes_test' extension gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -fPIC -I/usr/include/python2.4 -c source/_ctypes_test.c -o build/temp.linux-i686-2.4/source/_ctypes_test.o gcc -pthread -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables build/temp.linux-i686-2.4/source/_ctypes_test.o -o build/lib.linux-i686-2.4/_ctypes_test.so + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.56 + umask 022 + cd /builddir/build/BUILD + cd ctypes-1.0.2 + LANG=C + export LANG + unset DISPLAY + rm -rf /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild + /usr/bin/python setup.py install -O1 --skip-build --root /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild running install running install_lib creating /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild creating /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr creating /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib creating /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4 creating /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages creating /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes copying build/lib.linux-i686-2.4/ctypes/__init__.py -> /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes copying build/lib.linux-i686-2.4/ctypes/_endian.py -> /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes copying build/lib.linux-i686-2.4/ctypes/util.py -> /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes copying build/lib.linux-i686-2.4/ctypes/wintypes.py -> /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes creating /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/macholib copying build/lib.linux-i686-2.4/ctypes/macholib/__init__.py -> /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/macholib copying build/lib.linux-i686-2.4/ctypes/macholib/dyld.py -> /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/macholib copying build/lib.linux-i686-2.4/ctypes/macholib/dylib.py -> /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/macholib copying build/lib.linux-i686-2.4/ctypes/macholib/framework.py -> /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/macholib creating /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test copying build/lib.linux-i686-2.4/ctypes/test/__init__.py -> /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test copying build/lib.linux-i686-2.4/ctypes/test/runtests.py -> /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test copying build/lib.linux-i686-2.4/ctypes/test/test_anon.py -> /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test copying build/lib.linux-i686-2.4/ctypes/test/test_array_in_pointer.py -> /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test copying build/lib.linux-i686-2.4/ctypes/test/test_arrays.py -> /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test copying build/lib.linux-i686-2.4/ctypes/test/test_as_parameter.py -> /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test copying build/lib.linux-i686-2.4/ctypes/test/test_bitfields.py -> /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test copying build/lib.linux-i686-2.4/ctypes/test/test_buffers.py -> /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test copying build/lib.linux-i686-2.4/ctypes/test/test_byteswap.py -> /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test copying build/lib.linux-i686-2.4/ctypes/test/test_callbacks.py -> /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test copying build/lib.linux-i686-2.4/ctypes/test/test_cast.py -> /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test copying build/lib.linux-i686-2.4/ctypes/test/test_cfuncs.py -> /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test copying build/lib.linux-i686-2.4/ctypes/test/test_checkretval.py -> /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test copying build/lib.linux-i686-2.4/ctypes/test/test_errcheck.py -> /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test copying build/lib.linux-i686-2.4/ctypes/test/test_find.py -> /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test copying build/lib.linux-i686-2.4/ctypes/test/test_funcptr.py -> /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test copying build/lib.linux-i686-2.4/ctypes/test/test_functions.py -> /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test copying build/lib.linux-i686-2.4/ctypes/test/test_incomplete.py -> /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test copying build/lib.linux-i686-2.4/ctypes/test/test_init.py -> /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test copying build/lib.linux-i686-2.4/ctypes/test/test_integers.py -> /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test copying build/lib.linux-i686-2.4/ctypes/test/test_internals.py -> /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test copying build/lib.linux-i686-2.4/ctypes/test/test_keeprefs.py -> /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test copying build/lib.linux-i686-2.4/ctypes/test/test_libc.py -> /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test copying build/lib.linux-i686-2.4/ctypes/test/test_loading.py -> /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test copying build/lib.linux-i686-2.4/ctypes/test/test_macholib.py -> /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test copying build/lib.linux-i686-2.4/ctypes/test/test_memfunctions.py -> /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test copying build/lib.linux-i686-2.4/ctypes/test/test_numbers.py -> /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test copying build/lib.linux-i686-2.4/ctypes/test/test_objects.py -> /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test copying build/lib.linux-i686-2.4/ctypes/test/test_parameters.py -> /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test copying build/lib.linux-i686-2.4/ctypes/test/test_pointers.py -> /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test copying build/lib.linux-i686-2.4/ctypes/test/test_prototypes.py -> /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test copying build/lib.linux-i686-2.4/ctypes/test/test_python_api.py -> /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test copying build/lib.linux-i686-2.4/ctypes/test/test_random_things.py -> /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test copying build/lib.linux-i686-2.4/ctypes/test/test_refcounts.py -> /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test copying build/lib.linux-i686-2.4/ctypes/test/test_repr.py -> /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test copying build/lib.linux-i686-2.4/ctypes/test/test_returnfuncptrs.py -> /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test copying build/lib.linux-i686-2.4/ctypes/test/test_simplesubclasses.py -> /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test copying build/lib.linux-i686-2.4/ctypes/test/test_sizes.py -> /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test copying build/lib.linux-i686-2.4/ctypes/test/test_slicing.py -> /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test copying build/lib.linux-i686-2.4/ctypes/test/test_stringptr.py -> /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test copying build/lib.linux-i686-2.4/ctypes/test/test_strings.py -> /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test copying build/lib.linux-i686-2.4/ctypes/test/test_struct_fields.py -> /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test copying build/lib.linux-i686-2.4/ctypes/test/test_structures.py -> /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test copying build/lib.linux-i686-2.4/ctypes/test/test_unaligned_structures.py -> /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test copying build/lib.linux-i686-2.4/ctypes/test/test_unicode.py -> /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test copying build/lib.linux-i686-2.4/ctypes/test/test_values.py -> /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test copying build/lib.linux-i686-2.4/ctypes/test/test_varsize_struct.py -> /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test copying build/lib.linux-i686-2.4/ctypes/test/test_win32.py -> /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test copying build/lib.linux-i686-2.4/_ctypes.so -> /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages copying build/lib.linux-i686-2.4/_ctypes_test.so -> /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages byte-compiling /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/__init__.py to __init__.pyc byte-compiling /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/_endian.py to _endian.pyc byte-compiling /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/util.py to util.pyc byte-compiling /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/wintypes.py to wintypes.pyc byte-compiling /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/macholib/__init__.py to __init__.pyc byte-compiling /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/macholib/dyld.py to dyld.pyc byte-compiling /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/macholib/dylib.py to dylib.pyc byte-compiling /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/macholib/framework.py to framework.pyc byte-compiling /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test/__init__.py to __init__.pyc byte-compiling /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test/runtests.py to runtests.pyc byte-compiling /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test/test_anon.py to test_anon.pyc byte-compiling /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test/test_array_in_pointer.py to test_array_in_pointer.pyc byte-compiling /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test/test_arrays.py to test_arrays.pyc byte-compiling /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test/test_as_parameter.py to test_as_parameter.pyc byte-compiling /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test/test_bitfields.py to test_bitfields.pyc byte-compiling /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test/test_buffers.py to test_buffers.pyc byte-compiling /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test/test_byteswap.py to test_byteswap.pyc byte-compiling /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test/test_callbacks.py to test_callbacks.pyc byte-compiling /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test/test_cast.py to test_cast.pyc byte-compiling /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test/test_cfuncs.py to test_cfuncs.pyc byte-compiling /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test/test_checkretval.py to test_checkretval.pyc byte-compiling /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test/test_errcheck.py to test_errcheck.pyc byte-compiling /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test/test_find.py to test_find.pyc byte-compiling /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test/test_funcptr.py to test_funcptr.pyc byte-compiling /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test/test_functions.py to test_functions.pyc byte-compiling /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test/test_incomplete.py to test_incomplete.pyc byte-compiling /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test/test_init.py to test_init.pyc byte-compiling /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test/test_integers.py to test_integers.pyc byte-compiling /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test/test_internals.py to test_internals.pyc byte-compiling /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test/test_keeprefs.py to test_keeprefs.pyc byte-compiling /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test/test_libc.py to test_libc.pyc byte-compiling /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test/test_loading.py to test_loading.pyc byte-compiling /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test/test_macholib.py to test_macholib.pyc byte-compiling /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test/test_memfunctions.py to test_memfunctions.pyc byte-compiling /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test/test_numbers.py to test_numbers.pyc byte-compiling /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test/test_objects.py to test_objects.pyc byte-compiling /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test/test_parameters.py to test_parameters.pyc byte-compiling /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test/test_pointers.py to test_pointers.pyc byte-compiling /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test/test_prototypes.py to test_prototypes.pyc byte-compiling /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test/test_python_api.py to test_python_api.pyc byte-compiling /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test/test_random_things.py to test_random_things.pyc byte-compiling /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test/test_refcounts.py to test_refcounts.pyc byte-compiling /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test/test_repr.py to test_repr.pyc byte-compiling /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test/test_returnfuncptrs.py to test_returnfuncptrs.pyc byte-compiling /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test/test_simplesubclasses.py to test_simplesubclasses.pyc byte-compiling /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test/test_sizes.py to test_sizes.pyc byte-compiling /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test/test_slicing.py to test_slicing.pyc byte-compiling /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test/test_stringptr.py to test_stringptr.pyc byte-compiling /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test/test_strings.py to test_strings.pyc byte-compiling /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test/test_struct_fields.py to test_struct_fields.pyc byte-compiling /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test/test_structures.py to test_structures.pyc byte-compiling /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test/test_unaligned_structures.py to test_unaligned_structures.pyc byte-compiling /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test/test_unicode.py to test_unicode.pyc byte-compiling /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test/test_values.py to test_values.pyc byte-compiling /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test/test_varsize_struct.py to test_varsize_struct.pyc byte-compiling /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/ctypes/test/test_win32.py to test_win32.pyc writing byte-compilation script '/tmp/tmpNfzLXu.py' /usr/bin/python -O /tmp/tmpNfzLXu.py removing /tmp/tmpNfzLXu.py + /usr/bin/python setup.py clean running clean removing 'build/temp.linux-i686-2.4' (and everything under it) + /usr/lib/rpm/find-debuginfo.sh /builddir/build/BUILD/ctypes-1.0.2 extracting debug info from /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/_ctypes.so extracting debug info from /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/lib/python2.4/site-packages/_ctypes_test.so cpio: ctypes-1.0.2/build/temp.linux-i686-2.4/libffi/include/ffi.h : No such file or directory cpio: ctypes-1.0.2/build/temp.linux-i686-2.4/libffi/include/ffi_common.h: No such file or directory cpio: ctypes-1.0.2/build/temp.linux-i686-2.4/libffi/include/ffitarget.h: No such file or directory 549 blocks + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-python-bytecompile + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: python-ctypes-1.0.2-1.ru Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.78149 + umask 022 + cd /builddir/build/BUILD + cd ctypes-1.0.2 + DOCDIR=/var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/share/doc/python-ctypes-1.0.2 + export DOCDIR + rm -rf /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/share/doc/python-ctypes-1.0.2 + /bin/mkdir -p /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/share/doc/python-ctypes-1.0.2 + cp -pr LICENSE.txt README.txt docs /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild/usr/share/doc/python-ctypes-1.0.2 + exit 0 Provides: _ctypes.so _ctypes_test.so Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1) libc.so.6(GLIBC_2.1.3) libc.so.6(GLIBC_2.3.4) libc.so.6(GLIBC_2.4) libpthread.so.0 python(abi) = 2.4 python-abi = 2.4 rtld(GNU_HASH) Processing files: python-ctypes-debuginfo-1.0.2-1.ru Provides: _ctypes.so.debug _ctypes_test.so.debug Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild warning: Could not canonicalize hostname: omachi.rutgers.edu Wrote: /builddir/build/RPMS/python-ctypes-1.0.2-1.ru.i386.rpm Wrote: /builddir/build/RPMS/python-ctypes-debuginfo-1.0.2-1.ru.i386.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.11192 + umask 022 + cd /builddir/build/BUILD + cd ctypes-1.0.2 + rm -rf /var/tmp/python-ctypes-1.0.2-1.ru-root-mockbuild + exit 0 Child returncode was: 0 LEAVE do -->