Mock Version: 1.2.14 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv6hl --nodeps /builddir/build/SPECS/python-fastcache.spec'], chrootPath='/var/lib/mock/fedora-23-armhfp-pidora-round2-root-26009/root'env={'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'TERM': 'vt100', 'CCACHE_DIR': '/tmp/ccache', 'SHELL': '/bin/bash', 'LANG': 'en_US.UTF-8', 'HOME': '/builddir', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'CCACHE_UMASK': '002'}printOutput=Falselogger=shell=Falseuid=1000timeout=0user='mockbuild'gid=135) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv6hl --nodeps /builddir/build/SPECS/python-fastcache.spec'] with env {'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'TERM': 'vt100', 'CCACHE_DIR': '/tmp/ccache', 'SHELL': '/bin/bash', 'LANG': 'en_US.UTF-8', 'HOME': '/builddir', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'CCACHE_UMASK': '002'} and shell False Building target platforms: armv6hl Building for target armv6hl Wrote: /builddir/build/SRPMS/python-fastcache-1.0.2-3bs02fc23.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target armv6hl --nodeps /builddir/build/SPECS/python-fastcache.spec '], chrootPath='/var/lib/mock/fedora-23-armhfp-pidora-round2-root-26009/root'env={'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'TERM': 'vt100', 'CCACHE_DIR': '/tmp/ccache', 'SHELL': '/bin/bash', 'LANG': 'en_US.UTF-8', 'HOME': '/builddir', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'CCACHE_UMASK': '002'}printOutput=Falselogger=shell=Falseprivate_network=Trueuid=1000timeout=0user='mockbuild'gid=135) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target armv6hl --nodeps /builddir/build/SPECS/python-fastcache.spec '] with env {'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'TERM': 'vt100', 'CCACHE_DIR': '/tmp/ccache', 'SHELL': '/bin/bash', 'LANG': 'en_US.UTF-8', 'HOME': '/builddir', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'CCACHE_UMASK': '002'} and shell False Building target platforms: armv6hl Building for target armv6hl Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.DkelKL + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf python-fastcache-1.0.2 + /usr/bin/mkdir -p python-fastcache-1.0.2 + cd python-fastcache-1.0.2 + /usr/bin/gzip -dc /builddir/build/SOURCES/v1.0.2.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + cp -a fastcache-1.0.2 python3-fastcache-1.0.2 + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.yxsMYt + umask 022 + cd /builddir/build/BUILD ~/build/BUILD/python-fastcache-1.0.2/fastcache-1.0.2 ~/build/BUILD/python-fastcache-1.0.2 + cd python-fastcache-1.0.2 + pushd fastcache-1.0.2 + /usr/bin/python2 setup.py build --define=WITH_THREAD running build running build_py creating build creating build/lib.linux-armv7l-2.7 creating build/lib.linux-armv7l-2.7/fastcache copying fastcache/__init__.py -> build/lib.linux-armv7l-2.7/fastcache copying fastcache/benchmark.py -> build/lib.linux-armv7l-2.7/fastcache creating build/lib.linux-armv7l-2.7/fastcache/tests copying fastcache/tests/test_thread.py -> build/lib.linux-armv7l-2.7/fastcache/tests copying fastcache/tests/test_functools.py -> build/lib.linux-armv7l-2.7/fastcache/tests copying fastcache/tests/__init__.py -> build/lib.linux-armv7l-2.7/fastcache/tests copying fastcache/tests/test_clrucache.py -> build/lib.linux-armv7l-2.7/fastcache/tests running build_ext building 'fastcache._lrucache' extension creating build/temp.linux-armv7l-2.7 creating build/temp.linux-armv7l-2.7/src gcc -pthread -fno-strict-aliasing -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DWITH_THREAD=1 -I/usr/include/python2.7 -c src/_lrucache.c -o build/temp.linux-armv7l-2.7/src/_lrucache.o gcc -pthread -shared -Wl,-z,relro build/temp.linux-armv7l-2.7/src/_lrucache.o -L/usr/lib -lpython2.7 -o build/lib.linux-armv7l-2.7/fastcache/_lrucache.so + popd + pushd python3-fastcache-1.0.2 ~/build/BUILD/python-fastcache-1.0.2 ~/build/BUILD/python-fastcache-1.0.2/python3-fastcache-1.0.2 ~/build/BUILD/python-fastcache-1.0.2 + /usr/bin/python3 setup.py build --define=WITH_THREAD running build running build_py creating build creating build/lib.linux-armv7l-3.4 creating build/lib.linux-armv7l-3.4/fastcache copying fastcache/__init__.py -> build/lib.linux-armv7l-3.4/fastcache copying fastcache/benchmark.py -> build/lib.linux-armv7l-3.4/fastcache creating build/lib.linux-armv7l-3.4/fastcache/tests copying fastcache/tests/test_thread.py -> build/lib.linux-armv7l-3.4/fastcache/tests copying fastcache/tests/test_functools.py -> build/lib.linux-armv7l-3.4/fastcache/tests copying fastcache/tests/__init__.py -> build/lib.linux-armv7l-3.4/fastcache/tests copying fastcache/tests/test_clrucache.py -> build/lib.linux-armv7l-3.4/fastcache/tests running build_ext building 'fastcache._lrucache' extension creating build/temp.linux-armv7l-3.4 creating build/temp.linux-armv7l-3.4/src gcc -pthread -Wno-unused-result -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DWITH_THREAD=1 -I/usr/include/python3.4m -c src/_lrucache.c -o build/temp.linux-armv7l-3.4/src/_lrucache.o gcc -pthread -shared -Wl,-z,relro build/temp.linux-armv7l-3.4/src/_lrucache.o -L/usr/lib -lpython3.4m -o build/lib.linux-armv7l-3.4/fastcache/_lrucache.cpython-34m.so ~/build/BUILD/python-fastcache-1.0.2 + popd + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.2wTNkA + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-fastcache-1.0.2-3bs02fc23.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-fastcache-1.0.2-3bs02fc23.arm ++ dirname /builddir/build/BUILDROOT/python-fastcache-1.0.2-3bs02fc23.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-fastcache-1.0.2-3bs02fc23.arm + cd python-fastcache-1.0.2 ~/build/BUILD/python-fastcache-1.0.2/fastcache-1.0.2 ~/build/BUILD/python-fastcache-1.0.2 + pushd fastcache-1.0.2 + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-fastcache-1.0.2-3bs02fc23.arm running install running install_lib creating /builddir/build/BUILDROOT/python-fastcache-1.0.2-3bs02fc23.arm/usr creating /builddir/build/BUILDROOT/python-fastcache-1.0.2-3bs02fc23.arm/usr/lib creating /builddir/build/BUILDROOT/python-fastcache-1.0.2-3bs02fc23.arm/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-fastcache-1.0.2-3bs02fc23.arm/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-fastcache-1.0.2-3bs02fc23.arm/usr/lib/python2.7/site-packages/fastcache creating /builddir/build/BUILDROOT/python-fastcache-1.0.2-3bs02fc23.arm/usr/lib/python2.7/site-packages/fastcache/tests copying build/lib.linux-armv7l-2.7/fastcache/tests/test_thread.py -> /builddir/build/BUILDROOT/python-fastcache-1.0.2-3bs02fc23.arm/usr/lib/python2.7/site-packages/fastcache/tests copying build/lib.linux-armv7l-2.7/fastcache/tests/test_functools.py -> /builddir/build/BUILDROOT/python-fastcache-1.0.2-3bs02fc23.arm/usr/lib/python2.7/site-packages/fastcache/tests copying build/lib.linux-armv7l-2.7/fastcache/tests/__init__.py -> /builddir/build/BUILDROOT/python-fastcache-1.0.2-3bs02fc23.arm/usr/lib/python2.7/site-packages/fastcache/tests copying build/lib.linux-armv7l-2.7/fastcache/tests/test_clrucache.py -> /builddir/build/BUILDROOT/python-fastcache-1.0.2-3bs02fc23.arm/usr/lib/python2.7/site-packages/fastcache/tests copying build/lib.linux-armv7l-2.7/fastcache/_lrucache.so -> /builddir/build/BUILDROOT/python-fastcache-1.0.2-3bs02fc23.arm/usr/lib/python2.7/site-packages/fastcache copying build/lib.linux-armv7l-2.7/fastcache/__init__.py -> /builddir/build/BUILDROOT/python-fastcache-1.0.2-3bs02fc23.arm/usr/lib/python2.7/site-packages/fastcache copying build/lib.linux-armv7l-2.7/fastcache/benchmark.py -> /builddir/build/BUILDROOT/python-fastcache-1.0.2-3bs02fc23.arm/usr/lib/python2.7/site-packages/fastcache byte-compiling /builddir/build/BUILDROOT/python-fastcache-1.0.2-3bs02fc23.arm/usr/lib/python2.7/site-packages/fastcache/tests/test_thread.py to test_thread.pyc byte-compiling /builddir/build/BUILDROOT/python-fastcache-1.0.2-3bs02fc23.arm/usr/lib/python2.7/site-packages/fastcache/tests/test_functools.py to test_functools.pyc byte-compiling /builddir/build/BUILDROOT/python-fastcache-1.0.2-3bs02fc23.arm/usr/lib/python2.7/site-packages/fastcache/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-fastcache-1.0.2-3bs02fc23.arm/usr/lib/python2.7/site-packages/fastcache/tests/test_clrucache.py to test_clrucache.pyc byte-compiling /builddir/build/BUILDROOT/python-fastcache-1.0.2-3bs02fc23.arm/usr/lib/python2.7/site-packages/fastcache/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-fastcache-1.0.2-3bs02fc23.arm/usr/lib/python2.7/site-packages/fastcache/benchmark.py to benchmark.pyc writing byte-compilation script '/tmp/tmpqUA2yh.py' /usr/bin/python2 -O /tmp/tmpqUA2yh.py removing /tmp/tmpqUA2yh.py running install_egg_info running egg_info creating fastcache.egg-info writing fastcache.egg-info/PKG-INFO writing top-level names to fastcache.egg-info/top_level.txt writing dependency_links to fastcache.egg-info/dependency_links.txt writing manifest file 'fastcache.egg-info/SOURCES.txt' reading manifest file 'fastcache.egg-info/SOURCES.txt' writing manifest file 'fastcache.egg-info/SOURCES.txt' Copying fastcache.egg-info to /builddir/build/BUILDROOT/python-fastcache-1.0.2-3bs02fc23.arm/usr/lib/python2.7/site-packages/fastcache-1.0.2-py2.7.egg-info running install_scripts + chmod 0755 /builddir/build/BUILDROOT/python-fastcache-1.0.2-3bs02fc23.arm/usr/lib/python2.7/site-packages/fastcache/_lrucache.so ~/build/BUILD/python-fastcache-1.0.2 ~/build/BUILD/python-fastcache-1.0.2/python3-fastcache-1.0.2 ~/build/BUILD/python-fastcache-1.0.2 + popd + pushd python3-fastcache-1.0.2 + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-fastcache-1.0.2-3bs02fc23.arm running install running install_lib creating /builddir/build/BUILDROOT/python-fastcache-1.0.2-3bs02fc23.arm/usr/lib/python3.4 creating /builddir/build/BUILDROOT/python-fastcache-1.0.2-3bs02fc23.arm/usr/lib/python3.4/site-packages creating /builddir/build/BUILDROOT/python-fastcache-1.0.2-3bs02fc23.arm/usr/lib/python3.4/site-packages/fastcache copying build/lib.linux-armv7l-3.4/fastcache/_lrucache.cpython-34m.so -> /builddir/build/BUILDROOT/python-fastcache-1.0.2-3bs02fc23.arm/usr/lib/python3.4/site-packages/fastcache creating /builddir/build/BUILDROOT/python-fastcache-1.0.2-3bs02fc23.arm/usr/lib/python3.4/site-packages/fastcache/tests copying build/lib.linux-armv7l-3.4/fastcache/tests/test_thread.py -> /builddir/build/BUILDROOT/python-fastcache-1.0.2-3bs02fc23.arm/usr/lib/python3.4/site-packages/fastcache/tests copying build/lib.linux-armv7l-3.4/fastcache/tests/test_functools.py -> /builddir/build/BUILDROOT/python-fastcache-1.0.2-3bs02fc23.arm/usr/lib/python3.4/site-packages/fastcache/tests copying build/lib.linux-armv7l-3.4/fastcache/tests/__init__.py -> /builddir/build/BUILDROOT/python-fastcache-1.0.2-3bs02fc23.arm/usr/lib/python3.4/site-packages/fastcache/tests copying build/lib.linux-armv7l-3.4/fastcache/tests/test_clrucache.py -> /builddir/build/BUILDROOT/python-fastcache-1.0.2-3bs02fc23.arm/usr/lib/python3.4/site-packages/fastcache/tests copying build/lib.linux-armv7l-3.4/fastcache/__init__.py -> /builddir/build/BUILDROOT/python-fastcache-1.0.2-3bs02fc23.arm/usr/lib/python3.4/site-packages/fastcache copying build/lib.linux-armv7l-3.4/fastcache/benchmark.py -> /builddir/build/BUILDROOT/python-fastcache-1.0.2-3bs02fc23.arm/usr/lib/python3.4/site-packages/fastcache byte-compiling /builddir/build/BUILDROOT/python-fastcache-1.0.2-3bs02fc23.arm/usr/lib/python3.4/site-packages/fastcache/tests/test_thread.py to test_thread.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-fastcache-1.0.2-3bs02fc23.arm/usr/lib/python3.4/site-packages/fastcache/tests/test_functools.py to test_functools.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-fastcache-1.0.2-3bs02fc23.arm/usr/lib/python3.4/site-packages/fastcache/tests/__init__.py to __init__.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-fastcache-1.0.2-3bs02fc23.arm/usr/lib/python3.4/site-packages/fastcache/tests/test_clrucache.py to test_clrucache.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-fastcache-1.0.2-3bs02fc23.arm/usr/lib/python3.4/site-packages/fastcache/__init__.py to __init__.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/python-fastcache-1.0.2-3bs02fc23.arm/usr/lib/python3.4/site-packages/fastcache/benchmark.py to benchmark.cpython-34.pyc writing byte-compilation script '/tmp/tmp65kxa9ar.py' /usr/bin/python3 -O /tmp/tmp65kxa9ar.py removing /tmp/tmp65kxa9ar.py running install_egg_info running egg_info creating fastcache.egg-info writing top-level names to fastcache.egg-info/top_level.txt writing dependency_links to fastcache.egg-info/dependency_links.txt writing fastcache.egg-info/PKG-INFO writing manifest file 'fastcache.egg-info/SOURCES.txt' reading manifest file 'fastcache.egg-info/SOURCES.txt' writing manifest file 'fastcache.egg-info/SOURCES.txt' Copying fastcache.egg-info to /builddir/build/BUILDROOT/python-fastcache-1.0.2-3bs02fc23.arm/usr/lib/python3.4/site-packages/fastcache-1.0.2-py3.4.egg-info running install_scripts + chmod 0755 /builddir/build/BUILDROOT/python-fastcache-1.0.2-3bs02fc23.arm/usr/lib/python3.4/site-packages/fastcache/_lrucache.cpython-34m.so ~/build/BUILD/python-fastcache-1.0.2 + popd + /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/python-fastcache-1.0.2 extracting debug info from /builddir/build/BUILDROOT/python-fastcache-1.0.2-3bs02fc23.arm/usr/lib/python3.4/site-packages/fastcache/_lrucache.cpython-34m.so extracting debug info from /builddir/build/BUILDROOT/python-fastcache-1.0.2-3bs02fc23.arm/usr/lib/python2.7/site-packages/fastcache/_lrucache.so /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. 152 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-fastcache-1.0.2-3bs02fc23.arm/usr/lib/python3.4 using /usr/bin/python3.4 Bytecompiling .py files below /builddir/build/BUILDROOT/python-fastcache-1.0.2-3bs02fc23.arm/usr/lib/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-fastcache-1.0.2-3bs02fc23.arm/usr/lib/debug/usr/lib/python3.4 using /usr/bin/python3.4 Bytecompiling .py files below /builddir/build/BUILDROOT/python-fastcache-1.0.2-3bs02fc23.arm/usr/lib/debug/usr/lib/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.FTB8UX + umask 022 + cd /builddir/build/BUILD ~/build/BUILD/python-fastcache-1.0.2/fastcache-1.0.2 ~/build/BUILD/python-fastcache-1.0.2 + cd python-fastcache-1.0.2 + pushd fastcache-1.0.2 + py.cleanup-2.7 -p cleaning path /builddir/build/BUILD/python-fastcache-1.0.2/fastcache-1.0.2 of extensions ['.pyc', '$py.class'] + export PYTHONPATH=build/lib.linux-arm-2.7/fastcache/tests + PYTHONPATH=build/lib.linux-arm-2.7/fastcache/tests + py.test-2.7 -v --ignore=fastcache/tests ============================= test session starts ============================== platform linux2 -- Python 2.7.10 -- py-1.4.30 -- pytest-2.7.3 -- /usr/bin/python2 rootdir: /builddir/build/BUILD/python-fastcache-1.0.2/fastcache-1.0.2, inifile: collecting ... collected 29 items build/lib.linux-armv7l-2.7/fastcache/tests/test_clrucache.py::test_function_attributes[cache0] PASSED build/lib.linux-armv7l-2.7/fastcache/tests/test_clrucache.py::test_function_cache[cache0] PASSED build/lib.linux-armv7l-2.7/fastcache/tests/test_clrucache.py::test_memory_leaks[cache0] PASSED build/lib.linux-armv7l-2.7/fastcache/tests/test_clrucache.py::test_warn_unhashable_args[cache0] PASSED build/lib.linux-armv7l-2.7/fastcache/tests/test_clrucache.py::test_ignore_unhashable_args[cache0] PASSED build/lib.linux-armv7l-2.7/fastcache/tests/test_clrucache.py::test_default_unhashable_args[cache0] PASSED build/lib.linux-armv7l-2.7/fastcache/tests/test_clrucache.py::test_state_type[cache0] PASSED build/lib.linux-armv7l-2.7/fastcache/tests/test_clrucache.py::test_typed_False[cache0] PASSED build/lib.linux-armv7l-2.7/fastcache/tests/test_clrucache.py::test_typed_True[cache0] PASSED build/lib.linux-armv7l-2.7/fastcache/tests/test_clrucache.py::test_dynamic_attribute[cache0] PASSED build/lib.linux-armv7l-2.7/fastcache/tests/test_clrucache.py::test_function_attributes[cache1] PASSED build/lib.linux-armv7l-2.7/fastcache/tests/test_clrucache.py::test_function_cache[cache1] PASSED build/lib.linux-armv7l-2.7/fastcache/tests/test_clrucache.py::test_memory_leaks[cache1] PASSED build/lib.linux-armv7l-2.7/fastcache/tests/test_clrucache.py::test_warn_unhashable_args[cache1] PASSED build/lib.linux-armv7l-2.7/fastcache/tests/test_clrucache.py::test_ignore_unhashable_args[cache1] PASSED build/lib.linux-armv7l-2.7/fastcache/tests/test_clrucache.py::test_default_unhashable_args[cache1] PASSED build/lib.linux-armv7l-2.7/fastcache/tests/test_clrucache.py::test_state_type[cache1] PASSED build/lib.linux-armv7l-2.7/fastcache/tests/test_clrucache.py::test_typed_False[cache1] PASSED build/lib.linux-armv7l-2.7/fastcache/tests/test_clrucache.py::test_typed_True[cache1] PASSED build/lib.linux-armv7l-2.7/fastcache/tests/test_clrucache.py::test_dynamic_attribute[cache1] PASSED build/lib.linux-armv7l-2.7/fastcache/tests/test_functools.py::TestLRU::test_lru PASSED build/lib.linux-armv7l-2.7/fastcache/tests/test_functools.py::TestLRU::test_lru_with_exceptions PASSED build/lib.linux-armv7l-2.7/fastcache/tests/test_functools.py::TestLRU::test_lru_with_keyword_args PASSED build/lib.linux-armv7l-2.7/fastcache/tests/test_functools.py::TestLRU::test_lru_with_keyword_args_maxsize_none PASSED build/lib.linux-armv7l-2.7/fastcache/tests/test_functools.py::TestLRU::test_lru_with_maxsize_none PASSED build/lib.linux-armv7l-2.7/fastcache/tests/test_functools.py::TestLRU::test_lru_with_types PASSED build/lib.linux-armv7l-2.7/fastcache/tests/test_functools.py::TestLRU::test_need_for_rlock PASSED build/lib.linux-armv7l-2.7/fastcache/tests/test_thread.py::Test_Threading::test_thread_cache_info PASSED build/lib.linux-armv7l-2.7/fastcache/tests/test_thread.py::Test_Threading::test_thread_random_cache_clears PASSED ========================= 29 passed in 193.72 seconds ========================== ~/build/BUILD/python-fastcache-1.0.2 ~/build/BUILD/python-fastcache-1.0.2/python3-fastcache-1.0.2 ~/build/BUILD/python-fastcache-1.0.2 + popd + pushd python3-fastcache-1.0.2 + py.cleanup-3.4 -p cleaning path /builddir/build/BUILD/python-fastcache-1.0.2/python3-fastcache-1.0.2 of extensions ['.pyc', '$py.class'] + export PYTHONPATH=build/lib.linux-arm-3.4/fastcache/tests + PYTHONPATH=build/lib.linux-arm-3.4/fastcache/tests + py.test-3.4 -v --ignore=fastcache/tests ============================= test session starts ============================== platform linux -- Python 3.4.3 -- py-1.4.30 -- pytest-2.7.3 -- /usr/bin/python3 rootdir: /builddir/build/BUILD/python-fastcache-1.0.2/python3-fastcache-1.0.2, inifile: collecting ... collected 29 items build/lib.linux-armv7l-3.4/fastcache/tests/test_clrucache.py::test_function_attributes[cache0] PASSED build/lib.linux-armv7l-3.4/fastcache/tests/test_clrucache.py::test_function_cache[cache0] PASSED build/lib.linux-armv7l-3.4/fastcache/tests/test_clrucache.py::test_memory_leaks[cache0] PASSED build/lib.linux-armv7l-3.4/fastcache/tests/test_clrucache.py::test_warn_unhashable_args[cache0] PASSED build/lib.linux-armv7l-3.4/fastcache/tests/test_clrucache.py::test_ignore_unhashable_args[cache0] PASSED build/lib.linux-armv7l-3.4/fastcache/tests/test_clrucache.py::test_default_unhashable_args[cache0] PASSED build/lib.linux-armv7l-3.4/fastcache/tests/test_clrucache.py::test_state_type[cache0] PASSED build/lib.linux-armv7l-3.4/fastcache/tests/test_clrucache.py::test_typed_False[cache0] PASSED build/lib.linux-armv7l-3.4/fastcache/tests/test_clrucache.py::test_typed_True[cache0] PASSED build/lib.linux-armv7l-3.4/fastcache/tests/test_clrucache.py::test_dynamic_attribute[cache0] PASSED build/lib.linux-armv7l-3.4/fastcache/tests/test_clrucache.py::test_function_attributes[cache1] PASSED build/lib.linux-armv7l-3.4/fastcache/tests/test_clrucache.py::test_function_cache[cache1] PASSED build/lib.linux-armv7l-3.4/fastcache/tests/test_clrucache.py::test_memory_leaks[cache1] PASSED build/lib.linux-armv7l-3.4/fastcache/tests/test_clrucache.py::test_warn_unhashable_args[cache1] PASSED build/lib.linux-armv7l-3.4/fastcache/tests/test_clrucache.py::test_ignore_unhashable_args[cache1] PASSED build/lib.linux-armv7l-3.4/fastcache/tests/test_clrucache.py::test_default_unhashable_args[cache1] PASSED build/lib.linux-armv7l-3.4/fastcache/tests/test_clrucache.py::test_state_type[cache1] PASSED build/lib.linux-armv7l-3.4/fastcache/tests/test_clrucache.py::test_typed_False[cache1] PASSED build/lib.linux-armv7l-3.4/fastcache/tests/test_clrucache.py::test_typed_True[cache1] PASSED build/lib.linux-armv7l-3.4/fastcache/tests/test_clrucache.py::test_dynamic_attribute[cache1] PASSED build/lib.linux-armv7l-3.4/fastcache/tests/test_functools.py::TestLRU::test_lru PASSED build/lib.linux-armv7l-3.4/fastcache/tests/test_functools.py::TestLRU::test_lru_with_exceptions PASSED build/lib.linux-armv7l-3.4/fastcache/tests/test_functools.py::TestLRU::test_lru_with_keyword_args PASSED build/lib.linux-armv7l-3.4/fastcache/tests/test_functools.py::TestLRU::test_lru_with_keyword_args_maxsize_none PASSED build/lib.linux-armv7l-3.4/fastcache/tests/test_functools.py::TestLRU::test_lru_with_maxsize_none PASSED build/lib.linux-armv7l-3.4/fastcache/tests/test_functools.py::TestLRU::test_lru_with_types PASSED build/lib.linux-armv7l-3.4/fastcache/tests/test_functools.py::TestLRU::test_need_for_rlock PASSED build/lib.linux-armv7l-3.4/fastcache/tests/test_thread.py::Test_Threading::test_thread_cache_info PASSED build/lib.linux-armv7l-3.4/fastcache/tests/test_thread.py::Test_Threading::test_thread_random_cache_clears PASSED ========================= 29 passed in 199.52 seconds ========================== ~/build/BUILD/python-fastcache-1.0.2 + popd + exit 0 Processing files: python-fastcache-1.0.2-3bs02fc23.armv6hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.QzOkKk + umask 022 + cd /builddir/build/BUILD + cd python-fastcache-1.0.2 + DOCDIR=/builddir/build/BUILDROOT/python-fastcache-1.0.2-3bs02fc23.arm/usr/share/doc/python-fastcache + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-fastcache-1.0.2-3bs02fc23.arm/usr/share/doc/python-fastcache + cp -pr fastcache-1.0.2/CHANGELOG /builddir/build/BUILDROOT/python-fastcache-1.0.2-3bs02fc23.arm/usr/share/doc/python-fastcache + cp -pr fastcache-1.0.2/README.md /builddir/build/BUILDROOT/python-fastcache-1.0.2-3bs02fc23.arm/usr/share/doc/python-fastcache + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.vxeFQJ + umask 022 + cd /builddir/build/BUILD + cd python-fastcache-1.0.2 + LICENSEDIR=/builddir/build/BUILDROOT/python-fastcache-1.0.2-3bs02fc23.arm/usr/share/licenses/python-fastcache + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-fastcache-1.0.2-3bs02fc23.arm/usr/share/licenses/python-fastcache + cp -pr fastcache-1.0.2/LICENSE /builddir/build/BUILDROOT/python-fastcache-1.0.2-3bs02fc23.arm/usr/share/licenses/python-fastcache + exit 0 Provides: python-fastcache = 1.0.2-3bs02fc23 python-fastcache(armv6hl-32) = 1.0.2-3bs02fc23 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: libc.so.6 libc.so.6(GLIBC_2.4) libpthread.so.0 libpython2.7.so.1.0 python(abi) = 2.7 rtld(GNU_HASH) Processing files: python3-fastcache-1.0.2-3bs02fc23.armv6hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.O5oZ0L + umask 022 + cd /builddir/build/BUILD + cd python-fastcache-1.0.2 + DOCDIR=/builddir/build/BUILDROOT/python-fastcache-1.0.2-3bs02fc23.arm/usr/share/doc/python3-fastcache + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-fastcache-1.0.2-3bs02fc23.arm/usr/share/doc/python3-fastcache + cp -pr fastcache-1.0.2/CHANGELOG /builddir/build/BUILDROOT/python-fastcache-1.0.2-3bs02fc23.arm/usr/share/doc/python3-fastcache + cp -pr fastcache-1.0.2/README.md /builddir/build/BUILDROOT/python-fastcache-1.0.2-3bs02fc23.arm/usr/share/doc/python3-fastcache + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.RrbAtQ + umask 022 + cd /builddir/build/BUILD + cd python-fastcache-1.0.2 + LICENSEDIR=/builddir/build/BUILDROOT/python-fastcache-1.0.2-3bs02fc23.arm/usr/share/licenses/python3-fastcache + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-fastcache-1.0.2-3bs02fc23.arm/usr/share/licenses/python3-fastcache + cp -pr fastcache-1.0.2/LICENSE /builddir/build/BUILDROOT/python-fastcache-1.0.2-3bs02fc23.arm/usr/share/licenses/python3-fastcache + exit 0 Provides: python3-fastcache = 1.0.2-3bs02fc23 python3-fastcache(armv6hl-32) = 1.0.2-3bs02fc23 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: libc.so.6 libc.so.6(GLIBC_2.4) libpthread.so.0 libpython3.4m.so.1.0 python(abi) = 3.4 rtld(GNU_HASH) Processing files: python-fastcache-debuginfo-1.0.2-3bs02fc23.armv6hl Provides: python-fastcache-debuginfo = 1.0.2-3bs02fc23 python-fastcache-debuginfo(armv6hl-32) = 1.0.2-3bs02fc23 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-fastcache-1.0.2-3bs02fc23.arm Wrote: /builddir/build/RPMS/python-fastcache-1.0.2-3bs02fc23.armv6hl.rpm Wrote: /builddir/build/RPMS/python3-fastcache-1.0.2-3bs02fc23.armv6hl.rpm Wrote: /builddir/build/RPMS/python-fastcache-debuginfo-1.0.2-3bs02fc23.armv6hl.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.9JzR2K + umask 022 + cd /builddir/build/BUILD + cd python-fastcache-1.0.2 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-fastcache-1.0.2-3bs02fc23.arm + exit 0 Child return code was: 0 LEAVE do -->