Mock Version: 0.9.14 Mock Version: 0.9.14 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/python-zmq.spec'], False, '/var/lib/mock/centos6-rutgers-staging-build-3355-5581/root/', None, 86400, True, 0, 486, 495, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/python-zmq.spec'] sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory warning: Could not canonicalize hostname: opus3.rutgers.edu Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-zmq-2.2.0-4.ru6.src.rpm Child returncode was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/python-zmq.spec'], False, '/var/lib/mock/centos6-rutgers-staging-build-3355-5581/root/', None, 86400, True, 0, 486, 495, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/python-zmq.spec'] Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.CMnm8x + umask 022 + cd /builddir/build/BUILD + LANG=C + export LANG + unset DISPLAY + cd /builddir/build/BUILD + rm -rf pyzmq-2.2.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/pyzmq-2.2.0.tar.gz + /bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd pyzmq-2.2.0 + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + for lib in 'zmq/eventloop/*.py' + sed '/\/usr\/bin\/env/d' zmq/eventloop/__init__.py + touch -r zmq/eventloop/__init__.py zmq/eventloop/__init__.py.new + mv zmq/eventloop/__init__.py.new zmq/eventloop/__init__.py + for lib in 'zmq/eventloop/*.py' + sed '/\/usr\/bin\/env/d' zmq/eventloop/ioloop.py + touch -r zmq/eventloop/ioloop.py zmq/eventloop/ioloop.py.new + mv zmq/eventloop/ioloop.py.new zmq/eventloop/ioloop.py + for lib in 'zmq/eventloop/*.py' + sed '/\/usr\/bin\/env/d' zmq/eventloop/stack_context.py + touch -r zmq/eventloop/stack_context.py zmq/eventloop/stack_context.py.new + mv zmq/eventloop/stack_context.py.new zmq/eventloop/stack_context.py + for lib in 'zmq/eventloop/*.py' + sed '/\/usr\/bin\/env/d' zmq/eventloop/zmqstream.py + touch -r zmq/eventloop/zmqstream.py zmq/eventloop/zmqstream.py.new + mv zmq/eventloop/zmqstream.py.new zmq/eventloop/zmqstream.py + chmod -x examples/pubsub/topics_pub.py + chmod -x examples/pubsub/topics_sub.py + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.fadvlA + umask 022 + cd /builddir/build/BUILD + cd pyzmq-2.2.0 + LANG=C + export LANG + unset DISPLAY + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' + /usr/bin/python setupegg.py build running build running build_py creating build creating build/lib.linux-x86_64-2.6 creating build/lib.linux-x86_64-2.6/zmq copying zmq/__init__.py -> build/lib.linux-x86_64-2.6/zmq creating build/lib.linux-x86_64-2.6/zmq/tests copying zmq/tests/test_poll.py -> build/lib.linux-x86_64-2.6/zmq/tests copying zmq/tests/test_multipart.py -> build/lib.linux-x86_64-2.6/zmq/tests copying zmq/tests/test_reqrep.py -> build/lib.linux-x86_64-2.6/zmq/tests copying zmq/tests/test_zmqstream.py -> build/lib.linux-x86_64-2.6/zmq/tests copying zmq/tests/test_error.py -> build/lib.linux-x86_64-2.6/zmq/tests copying zmq/tests/test_pair.py -> build/lib.linux-x86_64-2.6/zmq/tests copying zmq/tests/test_imports.py -> build/lib.linux-x86_64-2.6/zmq/tests copying zmq/tests/test_message.py -> build/lib.linux-x86_64-2.6/zmq/tests copying zmq/tests/test_socket.py -> build/lib.linux-x86_64-2.6/zmq/tests copying zmq/tests/test_version.py -> build/lib.linux-x86_64-2.6/zmq/tests copying zmq/tests/__init__.py -> build/lib.linux-x86_64-2.6/zmq/tests copying zmq/tests/test_web.py -> build/lib.linux-x86_64-2.6/zmq/tests copying zmq/tests/test_log.py -> build/lib.linux-x86_64-2.6/zmq/tests copying zmq/tests/test_pubsub.py -> build/lib.linux-x86_64-2.6/zmq/tests copying zmq/tests/test_monqueue.py -> build/lib.linux-x86_64-2.6/zmq/tests copying zmq/tests/test_ioloop.py -> build/lib.linux-x86_64-2.6/zmq/tests copying zmq/tests/test_stopwatch.py -> build/lib.linux-x86_64-2.6/zmq/tests copying zmq/tests/test_context.py -> build/lib.linux-x86_64-2.6/zmq/tests copying zmq/tests/test_device.py -> build/lib.linux-x86_64-2.6/zmq/tests creating build/lib.linux-x86_64-2.6/zmq/core copying zmq/core/pysocket.py -> build/lib.linux-x86_64-2.6/zmq/core copying zmq/core/version.py -> build/lib.linux-x86_64-2.6/zmq/core copying zmq/core/__init__.py -> build/lib.linux-x86_64-2.6/zmq/core copying zmq/core/poll.py -> build/lib.linux-x86_64-2.6/zmq/core creating build/lib.linux-x86_64-2.6/zmq/web copying zmq/web/proxy.py -> build/lib.linux-x86_64-2.6/zmq/web copying zmq/web/__init__.py -> build/lib.linux-x86_64-2.6/zmq/web copying zmq/web/zmqweb.py -> build/lib.linux-x86_64-2.6/zmq/web creating build/lib.linux-x86_64-2.6/zmq/ssh copying zmq/ssh/forward.py -> build/lib.linux-x86_64-2.6/zmq/ssh copying zmq/ssh/__init__.py -> build/lib.linux-x86_64-2.6/zmq/ssh copying zmq/ssh/tunnel.py -> build/lib.linux-x86_64-2.6/zmq/ssh creating build/lib.linux-x86_64-2.6/zmq/eventloop copying zmq/eventloop/zmqstream.py -> build/lib.linux-x86_64-2.6/zmq/eventloop copying zmq/eventloop/__init__.py -> build/lib.linux-x86_64-2.6/zmq/eventloop copying zmq/eventloop/ioloop.py -> build/lib.linux-x86_64-2.6/zmq/eventloop copying zmq/eventloop/stack_context.py -> build/lib.linux-x86_64-2.6/zmq/eventloop creating build/lib.linux-x86_64-2.6/zmq/eventloop/platform copying zmq/eventloop/platform/posix.py -> build/lib.linux-x86_64-2.6/zmq/eventloop/platform copying zmq/eventloop/platform/__init__.py -> build/lib.linux-x86_64-2.6/zmq/eventloop/platform copying zmq/eventloop/platform/auto.py -> build/lib.linux-x86_64-2.6/zmq/eventloop/platform copying zmq/eventloop/platform/windows.py -> build/lib.linux-x86_64-2.6/zmq/eventloop/platform creating build/lib.linux-x86_64-2.6/zmq/log copying zmq/log/handlers.py -> build/lib.linux-x86_64-2.6/zmq/log copying zmq/log/__init__.py -> build/lib.linux-x86_64-2.6/zmq/log creating build/lib.linux-x86_64-2.6/zmq/devices copying zmq/devices/basedevice.py -> build/lib.linux-x86_64-2.6/zmq/devices copying zmq/devices/monitoredqueuedevice.py -> build/lib.linux-x86_64-2.6/zmq/devices copying zmq/devices/__init__.py -> build/lib.linux-x86_64-2.6/zmq/devices creating build/lib.linux-x86_64-2.6/zmq/utils copying zmq/utils/jsonapi.py -> build/lib.linux-x86_64-2.6/zmq/utils copying zmq/utils/__init__.py -> build/lib.linux-x86_64-2.6/zmq/utils copying zmq/utils/strtypes.py -> build/lib.linux-x86_64-2.6/zmq/utils copying zmq/core/socket.pxd -> build/lib.linux-x86_64-2.6/zmq/core copying zmq/core/message.pxd -> build/lib.linux-x86_64-2.6/zmq/core copying zmq/core/stopwatch.pxd -> build/lib.linux-x86_64-2.6/zmq/core copying zmq/core/context.pxd -> build/lib.linux-x86_64-2.6/zmq/core copying zmq/core/libzmq.pxd -> build/lib.linux-x86_64-2.6/zmq/core copying zmq/devices/monitoredqueue.pxd -> build/lib.linux-x86_64-2.6/zmq/devices copying zmq/utils/buffers.pxd -> build/lib.linux-x86_64-2.6/zmq/utils copying zmq/utils/pyversion_compat.h -> build/lib.linux-x86_64-2.6/zmq/utils copying zmq/utils/zmq_compat.h -> build/lib.linux-x86_64-2.6/zmq/utils copying zmq/utils/allocate.h -> build/lib.linux-x86_64-2.6/zmq/utils running build_ext ****************************************** Configure: Autodetecting ZMQ settings... Custom ZMQ dir: None gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -Izmq/utils -Izmq/core -Izmq/devices -c detect/vers.c -o detect/vers.o gcc -pthread detect/vers.o -lzmq -o detect/vers Warning: Detected ZMQ version: 3.2.2. pyzmq's support for libzmq-dev is experimental. ZMQ version detected: 3.2.2 ****************************************** ****************************************** building 'zmq.core._poll' extension creating build/temp.linux-x86_64-2.6 creating build/temp.linux-x86_64-2.6/zmq creating build/temp.linux-x86_64-2.6/zmq/core gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -Izmq/utils -Izmq/core -Izmq/devices -I/usr/include/python2.6 -c zmq/core/_poll.c -o build/temp.linux-x86_64-2.6/zmq/core/_poll.o -Wno-unused-function -Wno-strict-aliasing gcc -pthread -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic build/temp.linux-x86_64-2.6/zmq/core/_poll.o -L/usr/lib64 -lzmq -lpython2.6 -o build/lib.linux-x86_64-2.6/zmq/core/_poll.so building 'zmq.core._version' extension gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -Izmq/utils -Izmq/core -Izmq/devices -I/usr/include/python2.6 -c zmq/core/_version.c -o build/temp.linux-x86_64-2.6/zmq/core/_version.o -Wno-unused-function -Wno-strict-aliasing gcc -pthread -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic build/temp.linux-x86_64-2.6/zmq/core/_version.o -L/usr/lib64 -lzmq -lpython2.6 -o build/lib.linux-x86_64-2.6/zmq/core/_version.so building 'zmq.core.constants' extension gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -Izmq/utils -Izmq/core -Izmq/devices -I/usr/include/python2.6 -c zmq/core/constants.c -o build/temp.linux-x86_64-2.6/zmq/core/constants.o -Wno-unused-function -Wno-strict-aliasing gcc -pthread -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic build/temp.linux-x86_64-2.6/zmq/core/constants.o -L/usr/lib64 -lzmq -lpython2.6 -o build/lib.linux-x86_64-2.6/zmq/core/constants.so building 'zmq.core.context' extension gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -Izmq/utils -Izmq/core -Izmq/devices -I/usr/include/python2.6 -c zmq/core/context.c -o build/temp.linux-x86_64-2.6/zmq/core/context.o -Wno-unused-function -Wno-strict-aliasing gcc -pthread -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic build/temp.linux-x86_64-2.6/zmq/core/context.o -L/usr/lib64 -lzmq -lpython2.6 -o build/lib.linux-x86_64-2.6/zmq/core/context.so building 'zmq.core.device' extension gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -Izmq/utils -Izmq/core -Izmq/devices -I/usr/include/python2.6 -c zmq/core/device.c -o build/temp.linux-x86_64-2.6/zmq/core/device.o -Wno-unused-function -Wno-strict-aliasing gcc -pthread -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic build/temp.linux-x86_64-2.6/zmq/core/device.o -L/usr/lib64 -lzmq -lpython2.6 -o build/lib.linux-x86_64-2.6/zmq/core/device.so building 'zmq.core.error' extension gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -Izmq/utils -Izmq/core -Izmq/devices -I/usr/include/python2.6 -c zmq/core/error.c -o build/temp.linux-x86_64-2.6/zmq/core/error.o -Wno-unused-function -Wno-strict-aliasing gcc -pthread -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic build/temp.linux-x86_64-2.6/zmq/core/error.o -L/usr/lib64 -lzmq -lpython2.6 -o build/lib.linux-x86_64-2.6/zmq/core/error.so building 'zmq.core.message' extension gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -Izmq/utils -Izmq/core -Izmq/devices -I/usr/include/python2.6 -c zmq/core/message.c -o build/temp.linux-x86_64-2.6/zmq/core/message.o -Wno-unused-function -Wno-strict-aliasing gcc -pthread -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic build/temp.linux-x86_64-2.6/zmq/core/message.o -L/usr/lib64 -lzmq -lpython2.6 -o build/lib.linux-x86_64-2.6/zmq/core/message.so building 'zmq.core.socket' extension gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -Izmq/utils -Izmq/core -Izmq/devices -I/usr/include/python2.6 -c zmq/core/socket.c -o build/temp.linux-x86_64-2.6/zmq/core/socket.o -Wno-unused-function -Wno-strict-aliasing gcc -pthread -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic build/temp.linux-x86_64-2.6/zmq/core/socket.o -L/usr/lib64 -lzmq -lpython2.6 -o build/lib.linux-x86_64-2.6/zmq/core/socket.so building 'zmq.core.stopwatch' extension gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -Izmq/utils -Izmq/core -Izmq/devices -I/usr/include/python2.6 -c zmq/core/stopwatch.c -o build/temp.linux-x86_64-2.6/zmq/core/stopwatch.o -Wno-unused-function -Wno-strict-aliasing gcc -pthread -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic build/temp.linux-x86_64-2.6/zmq/core/stopwatch.o -L/usr/lib64 -lzmq -lpython2.6 -o build/lib.linux-x86_64-2.6/zmq/core/stopwatch.so building 'zmq.utils.initthreads' extension creating build/temp.linux-x86_64-2.6/zmq/utils gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -Izmq/utils -Izmq/core -Izmq/devices -I/usr/include/python2.6 -c zmq/utils/initthreads.c -o build/temp.linux-x86_64-2.6/zmq/utils/initthreads.o -Wno-unused-function -Wno-strict-aliasing gcc -pthread -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic build/temp.linux-x86_64-2.6/zmq/utils/initthreads.o -L/usr/lib64 -lzmq -lpython2.6 -o build/lib.linux-x86_64-2.6/zmq/utils/initthreads.so building 'zmq.utils.rebuffer' extension gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -Izmq/utils -Izmq/core -Izmq/devices -I/usr/include/python2.6 -c zmq/utils/rebuffer.c -o build/temp.linux-x86_64-2.6/zmq/utils/rebuffer.o -Wno-unused-function -Wno-strict-aliasing gcc -pthread -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic build/temp.linux-x86_64-2.6/zmq/utils/rebuffer.o -L/usr/lib64 -lzmq -lpython2.6 -o build/lib.linux-x86_64-2.6/zmq/utils/rebuffer.so building 'zmq.devices.monitoredqueue' extension creating build/temp.linux-x86_64-2.6/zmq/devices gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -Izmq/utils -Izmq/core -Izmq/devices -I/usr/include/python2.6 -c zmq/devices/monitoredqueue.c -o build/temp.linux-x86_64-2.6/zmq/devices/monitoredqueue.o -Wno-unused-function -Wno-strict-aliasing gcc -pthread -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic build/temp.linux-x86_64-2.6/zmq/devices/monitoredqueue.o -L/usr/lib64 -lzmq -lpython2.6 -o build/lib.linux-x86_64-2.6/zmq/devices/monitoredqueue.so + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.RCiyq9 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64 ++ dirname /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64 + cd pyzmq-2.2.0 + LANG=C + export LANG + unset DISPLAY + /usr/bin/python setupegg.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64 running install running install_lib creating /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr creating /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64 creating /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6 creating /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages creating /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq creating /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/tests copying build/lib.linux-x86_64-2.6/zmq/tests/test_poll.py -> /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/tests copying build/lib.linux-x86_64-2.6/zmq/tests/test_multipart.py -> /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/tests copying build/lib.linux-x86_64-2.6/zmq/tests/test_reqrep.py -> /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/tests copying build/lib.linux-x86_64-2.6/zmq/tests/test_zmqstream.py -> /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/tests copying build/lib.linux-x86_64-2.6/zmq/tests/test_error.py -> /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/tests copying build/lib.linux-x86_64-2.6/zmq/tests/test_pair.py -> /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/tests copying build/lib.linux-x86_64-2.6/zmq/tests/test_imports.py -> /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/tests copying build/lib.linux-x86_64-2.6/zmq/tests/test_message.py -> /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/tests copying build/lib.linux-x86_64-2.6/zmq/tests/test_socket.py -> /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/tests copying build/lib.linux-x86_64-2.6/zmq/tests/test_version.py -> /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/tests copying build/lib.linux-x86_64-2.6/zmq/tests/__init__.py -> /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/tests copying build/lib.linux-x86_64-2.6/zmq/tests/test_web.py -> /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/tests copying build/lib.linux-x86_64-2.6/zmq/tests/test_log.py -> /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/tests copying build/lib.linux-x86_64-2.6/zmq/tests/test_pubsub.py -> /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/tests copying build/lib.linux-x86_64-2.6/zmq/tests/test_monqueue.py -> /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/tests copying build/lib.linux-x86_64-2.6/zmq/tests/test_ioloop.py -> /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/tests copying build/lib.linux-x86_64-2.6/zmq/tests/test_stopwatch.py -> /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/tests copying build/lib.linux-x86_64-2.6/zmq/tests/test_context.py -> /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/tests copying build/lib.linux-x86_64-2.6/zmq/tests/test_device.py -> /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/tests creating /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/core copying build/lib.linux-x86_64-2.6/zmq/core/error.so -> /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/core copying build/lib.linux-x86_64-2.6/zmq/core/pysocket.py -> /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/core copying build/lib.linux-x86_64-2.6/zmq/core/version.py -> /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/core copying build/lib.linux-x86_64-2.6/zmq/core/socket.pxd -> /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/core copying build/lib.linux-x86_64-2.6/zmq/core/message.pxd -> /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/core copying build/lib.linux-x86_64-2.6/zmq/core/_poll.so -> /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/core copying build/lib.linux-x86_64-2.6/zmq/core/_version.so -> /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/core copying build/lib.linux-x86_64-2.6/zmq/core/context.so -> /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/core copying build/lib.linux-x86_64-2.6/zmq/core/__init__.py -> /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/core copying build/lib.linux-x86_64-2.6/zmq/core/stopwatch.pxd -> /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/core copying build/lib.linux-x86_64-2.6/zmq/core/socket.so -> /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/core copying build/lib.linux-x86_64-2.6/zmq/core/poll.py -> /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/core copying build/lib.linux-x86_64-2.6/zmq/core/device.so -> /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/core copying build/lib.linux-x86_64-2.6/zmq/core/context.pxd -> /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/core copying build/lib.linux-x86_64-2.6/zmq/core/stopwatch.so -> /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/core copying build/lib.linux-x86_64-2.6/zmq/core/libzmq.pxd -> /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/core copying build/lib.linux-x86_64-2.6/zmq/core/message.so -> /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/core copying build/lib.linux-x86_64-2.6/zmq/core/constants.so -> /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/core creating /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/web copying build/lib.linux-x86_64-2.6/zmq/web/proxy.py -> /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/web copying build/lib.linux-x86_64-2.6/zmq/web/__init__.py -> /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/web copying build/lib.linux-x86_64-2.6/zmq/web/zmqweb.py -> /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/web copying build/lib.linux-x86_64-2.6/zmq/__init__.py -> /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq creating /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/ssh copying build/lib.linux-x86_64-2.6/zmq/ssh/forward.py -> /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/ssh copying build/lib.linux-x86_64-2.6/zmq/ssh/__init__.py -> /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/ssh copying build/lib.linux-x86_64-2.6/zmq/ssh/tunnel.py -> /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/ssh creating /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/eventloop copying build/lib.linux-x86_64-2.6/zmq/eventloop/zmqstream.py -> /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/eventloop copying build/lib.linux-x86_64-2.6/zmq/eventloop/__init__.py -> /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/eventloop copying build/lib.linux-x86_64-2.6/zmq/eventloop/ioloop.py -> /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/eventloop copying build/lib.linux-x86_64-2.6/zmq/eventloop/stack_context.py -> /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/eventloop creating /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/eventloop/platform copying build/lib.linux-x86_64-2.6/zmq/eventloop/platform/posix.py -> /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/eventloop/platform copying build/lib.linux-x86_64-2.6/zmq/eventloop/platform/__init__.py -> /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/eventloop/platform copying build/lib.linux-x86_64-2.6/zmq/eventloop/platform/auto.py -> /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/eventloop/platform copying build/lib.linux-x86_64-2.6/zmq/eventloop/platform/windows.py -> /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/eventloop/platform creating /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/log copying build/lib.linux-x86_64-2.6/zmq/log/handlers.py -> /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/log copying build/lib.linux-x86_64-2.6/zmq/log/__init__.py -> /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/log creating /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/devices copying build/lib.linux-x86_64-2.6/zmq/devices/basedevice.py -> /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/devices copying build/lib.linux-x86_64-2.6/zmq/devices/monitoredqueue.so -> /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/devices copying build/lib.linux-x86_64-2.6/zmq/devices/monitoredqueuedevice.py -> /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/devices copying build/lib.linux-x86_64-2.6/zmq/devices/__init__.py -> /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/devices copying build/lib.linux-x86_64-2.6/zmq/devices/monitoredqueue.pxd -> /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/devices creating /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/utils copying build/lib.linux-x86_64-2.6/zmq/utils/jsonapi.py -> /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/utils copying build/lib.linux-x86_64-2.6/zmq/utils/pyversion_compat.h -> /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/utils copying build/lib.linux-x86_64-2.6/zmq/utils/buffers.pxd -> /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/utils copying build/lib.linux-x86_64-2.6/zmq/utils/zmq_compat.h -> /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/utils copying build/lib.linux-x86_64-2.6/zmq/utils/rebuffer.so -> /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/utils copying build/lib.linux-x86_64-2.6/zmq/utils/__init__.py -> /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/utils copying build/lib.linux-x86_64-2.6/zmq/utils/strtypes.py -> /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/utils copying build/lib.linux-x86_64-2.6/zmq/utils/allocate.h -> /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/utils copying build/lib.linux-x86_64-2.6/zmq/utils/initthreads.so -> /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/utils byte-compiling /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/tests/test_poll.py to test_poll.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/tests/test_multipart.py to test_multipart.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/tests/test_reqrep.py to test_reqrep.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/tests/test_zmqstream.py to test_zmqstream.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/tests/test_error.py to test_error.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/tests/test_pair.py to test_pair.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/tests/test_imports.py to test_imports.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/tests/test_message.py to test_message.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/tests/test_socket.py to test_socket.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/tests/test_version.py to test_version.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/tests/test_web.py to test_web.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/tests/test_log.py to test_log.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/tests/test_pubsub.py to test_pubsub.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/tests/test_monqueue.py to test_monqueue.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/tests/test_ioloop.py to test_ioloop.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/tests/test_stopwatch.py to test_stopwatch.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/tests/test_context.py to test_context.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/tests/test_device.py to test_device.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/core/pysocket.py to pysocket.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/core/version.py to version.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/core/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/core/poll.py to poll.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/web/proxy.py to proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/web/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/web/zmqweb.py to zmqweb.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/ssh/forward.py to forward.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/ssh/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/ssh/tunnel.py to tunnel.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/eventloop/zmqstream.py to zmqstream.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/eventloop/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/eventloop/ioloop.py to ioloop.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/eventloop/stack_context.py to stack_context.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/eventloop/platform/posix.py to posix.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/eventloop/platform/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/eventloop/platform/auto.py to auto.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/eventloop/platform/windows.py to windows.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/log/handlers.py to handlers.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/log/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/devices/basedevice.py to basedevice.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/devices/monitoredqueuedevice.py to monitoredqueuedevice.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/devices/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/utils/jsonapi.py to jsonapi.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/utils/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/utils/strtypes.py to strtypes.pyc writing byte-compilation script '/tmp/tmpD6G9v2.py' /usr/bin/python -O /tmp/tmpD6G9v2.py removing /tmp/tmpD6G9v2.py running install_egg_info running egg_info creating pyzmq.egg-info writing pyzmq.egg-info/PKG-INFO writing top-level names to pyzmq.egg-info/top_level.txt writing dependency_links to pyzmq.egg-info/dependency_links.txt writing manifest file 'pyzmq.egg-info/SOURCES.txt' reading manifest file 'pyzmq.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/build' no previously-included directories found matching 'docs/gh-pages' warning: no previously-included files found matching 'setup.cfg' warning: no previously-included files found matching 'zmq/libzmq*' warning: no previously-included files matching '*.so' found anywhere in distribution warning: no previously-included files matching '*.pyd' found anywhere in distribution warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '.git*' found anywhere in distribution warning: no previously-included files matching '.DS_Store' found anywhere in distribution warning: no previously-included files matching '.mailmap' found anywhere in distribution writing manifest file 'pyzmq.egg-info/SOURCES.txt' Copying pyzmq.egg-info to /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/pyzmq-2.2.0-py2.6.egg-info running install_scripts + /usr/lib/rpm/find-debuginfo.sh --strict-build-id /builddir/build/BUILD/pyzmq-2.2.0 extracting debug info from /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/core/error.so extracting debug info from /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/core/_poll.so extracting debug info from /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/core/_version.so extracting debug info from /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/core/context.so extracting debug info from /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/core/socket.so extracting debug info from /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/core/device.so extracting debug info from /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/core/stopwatch.so extracting debug info from /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/core/message.so extracting debug info from /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/core/constants.so extracting debug info from /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/devices/monitoredqueue.so extracting debug info from /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/utils/rebuffer.so extracting debug info from /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages/zmq/utils/initthreads.so 3592 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/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-python-bytecompile Bytecompiling .py files below /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/ using /usr/bin/python2.6 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.xP2ymQ + umask 022 + cd /builddir/build/BUILD + cd pyzmq-2.2.0 + unset DISPLAY + rm zmq/__init__.py + PYTHONPATH=/builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/lib64/python2.6/site-packages + /usr/bin/python setup.py test running test ctx.destroy should succeed when cyclic ref prevents gc ... ok Context.destroy should close sockets ... ok Context.destroy should set linger on closing sockets ... ok test_fail_init (tests.test_context.TestContext) ... ok test close&term by garbage collection alone ... ok test_init (tests.test_context.TestContext) ... ok test_instance (tests.test_context.TestContext) ... ok opening and closing many sockets shouldn't cause problems ... ok setting socket options with ctx attributes ... ok test_term (tests.test_context.TestContext) ... ok test_term_hang (tests.test_context.TestContext) ... ok Context.term won't close sockets ... ok ctx.term should not crash active threads (#139) ... ok test_device_attributes (tests.test_device.TestDevice) ... ok test_device_types (tests.test_device.TestDevice) ... ok test device support for SNDLABEL ... SKIP: LABELs have been removed test_single_socket_forwarder_bind (tests.test_device.TestDevice) ... ok test_single_socket_forwarder_connect (tests.test_device.TestDevice) ... ok test_tsdevice_attributes (tests.test_device.TestDevice) ... ok test that strerror gets the right type. ... ok test_zmqerror (tests.test_error.TestZMQError) ... ok test core imports ... ok test device imports ... ok test eventloop imports ... ok test log imports ... ok test toplevel import ... ok test util imports ... ok Tornado poller implementation maps events correctly ... ok simple IOLoop creation test ... ok test timeout comparisons ... ok test_init_iface (tests.test_log.TestPubLog) ... message ok test_init_socket (tests.test_log.TestPubLog) ... message ok test_root_topic (tests.test_log.TestPubLog) ... ignored ok Message above 30 bytes are never copied by 0MQ. ... ok test using a bad object ... ok test using a buffer as input ... ok test non-copying numpy array messages ... SKIP: requires numpy receiving buffered output ... ok Test the Frame.bytes property. ... ok test Frame.more attribute ... ok Test the len of the Frames. ... ok Run through a ref counting cycle with a copy. ... ok Run through a different ref counting cycle with a copy. ... ok test messages from memoryview ... SKIP: memoryviews only in python >= 2.7 test_multi_tracker (tests.test_message.TestFrame) ... ok ensure that a message remains intact after multiple sends ... ok test_no_tracker (tests.test_message.TestFrame) ... ok check for clobbering message buffers ... ok Test the str representations of the Frames. ... ok test_tracker (tests.test_message.TestFrame) ... ok Test the unicode representations of the Frames. ... ok test_monitor (tests.test_monqueue.TestMonitoredQueue) ... ok test_monitor_subscribe (tests.test_monqueue.TestMonitoredQueue) ... ok test_prefix (tests.test_monqueue.TestMonitoredQueue) ... ok test_queue (tests.test_monqueue.TestMonitoredQueue) ... ok test_reply (tests.test_monqueue.TestMonitoredQueue) ... ok test router-router MQ devices ... ok test_basic_multipart (tests.test_multipart.TestMultipart) ... ok test_router_dealer (tests.test_multipart.TestMultipart) ... ok test_basic (tests.test_pair.TestPair) ... ok test_json (tests.test_pair.TestPair) ... ok test_multiple (tests.test_pair.TestPair) ... ok test_pyobj (tests.test_pair.TestPair) ... ok test_no_events (tests.test_poll.TestPoll) ... ok test_pair (tests.test_poll.TestPoll) ... ok test_pubsub (tests.test_poll.TestPoll) ... ok test_reqrep (tests.test_poll.TestPoll) ... ok make sure Poller.poll timeout has the right units (milliseconds). ... ok test_pair (tests.test_poll.TestSelect) ... ok make sure select timeout has the right units (seconds). ... ok test_basic (tests.test_pubsub.TestPubSub) ... ok test_topic (tests.test_pubsub.TestPubSub) ... ok test_bad_send_recv (tests.test_reqrep.TestReqRep) ... ok test_basic (tests.test_reqrep.TestReqRep) ... ok test_json (tests.test_reqrep.TestReqRep) ... ok test_large_msg (tests.test_reqrep.TestReqRep) ... ok test_multiple (tests.test_reqrep.TestReqRep) ... ok test_pyobj (tests.test_reqrep.TestReqRep) ... ok set setting/getting sockopts as attributes ... ok test_bad_attr (tests.test_socket.TestSocket) ... ok Test that appropriate errors are raised on bad socket options ... ok test_close (tests.test_socket.TestSocket) ... ok s.close() after ctx.destroy() should be fine ... ok test_create (tests.test_socket.TestSocket) ... ok test non-uint64 sockopts ... ok test_poll (tests.test_socket.TestSocket) ... ok test_recv_multipart (tests.test_socket.TestSocket) ... ok test sending unicode objects ... ok test set/getsockopt roundtrip. ... ok subclasses can assign attributes ... ok test the MessageTracker object for tracking when zmq is done with a buffer ... ok test setting/getting sockopts with unicode strings ... ok Test error raised on multiple calls to stop. ... ok Ensure stop returns a long int. ... ok Test that stop/sleep have right units. ... ok test_pyzmq_version (tests.test_version.TestVersion) ... ok test_pyzmq_version_info (tests.test_version.TestVersion) ... ok test_zmq_version (tests.test_version.TestVersion) ... ok test_zmq_version_info (tests.test_version.TestVersion) ... ok zmq.web is importable ... SKIP: zmq.web requires tornado Ensure callable check works (py3k). ... ok ---------------------------------------------------------------------- Ran 101 tests in 13.980s OK (SKIP=4) + exit 0 Processing files: python-zmq-2.2.0-4.ru6.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.haiWY8 + umask 022 + cd /builddir/build/BUILD + cd pyzmq-2.2.0 + DOCDIR=/builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/share/doc/python-zmq-2.2.0 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/share/doc/python-zmq-2.2.0 + /bin/mkdir -p /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/share/doc/python-zmq-2.2.0 + cp -pr README.rst COPYING.LESSER examples/ /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64/usr/share/doc/python-zmq-2.2.0 + exit 0 Finding Provides: /bin/sh -c " /bin/grep -v '/usr/lib64/python2.6/site-packages/.*\.so$' | /bin/grep -v '%{python3_sitearch}/.*\.so$' | while read FILE; do /usr/lib/rpm/rpmdeps -P ${FILE}; done | /bin/sort -u " Finding Requires: /bin/sh -c " while read FILE; do /usr/lib/rpm/rpmdeps -R ${FILE}; done | /bin/sort -u " Requires(rpmlib): rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.4)(64bit) libpthread.so.0()(64bit) libpython2.6.so.1.0()(64bit) libzmq.so.3()(64bit) python(abi) = 2.6 rtld(GNU_HASH) Processing files: python-zmq-tests-2.2.0-4.ru6.x86_64 Finding Provides: /bin/sh -c " /bin/grep -v '/usr/lib64/python2.6/site-packages/.*\.so$' | /bin/grep -v '%{python3_sitearch}/.*\.so$' | while read FILE; do /usr/lib/rpm/rpmdeps -P ${FILE}; done | /bin/sort -u " Finding Requires: /bin/sh -c " while read FILE; do /usr/lib/rpm/rpmdeps -R ${FILE}; done | /bin/sort -u " Requires(rpmlib): rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires: python(abi) = 2.6 Processing files: python-zmq-debuginfo-2.2.0-4.ru6.x86_64 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64 warning: Could not canonicalize hostname: opus3.rutgers.edu Wrote: /builddir/build/RPMS/python-zmq-2.2.0-4.ru6.x86_64.rpm Wrote: /builddir/build/RPMS/python-zmq-tests-2.2.0-4.ru6.x86_64.rpm Wrote: /builddir/build/RPMS/python-zmq-debuginfo-2.2.0-4.ru6.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.4kgIf8 + umask 022 + cd /builddir/build/BUILD + cd pyzmq-2.2.0 + /bin/rm -rf /builddir/build/BUILDROOT/python-zmq-2.2.0-4.ru6.x86_64 + exit 0 Child returncode was: 0 LEAVE do -->