Mock Version: 1.2.17 Mock Version: 1.2.17 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-maxminddb.spec'], chrootPath='/var/lib/mock/centos6-rutgers-staging-build-5357-8335/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=86400logger=uid=488) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-maxminddb.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False warning: Could not canonicalize hostname: opus7.rutgers.edu Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-maxminddb-1.2.1-1.ru6.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-maxminddb.spec'], chrootPath='/var/lib/mock/centos6-rutgers-staging-build-5357-8335/root'shell=Falseuid=488env={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=86400private_network=Truelogger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-maxminddb.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False error: Macro % has illegal name (%define) error: Macro % has illegal name (%define) error: Macro % has illegal name (%define) error: Macro % has illegal name (%define) error: Macro % has illegal name (%define) error: Macro % has illegal name (%define) Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.WtwCw3 + umask 022 + cd /builddir/build/BUILD + LANG=C + export LANG + unset DISPLAY + cd /builddir/build/BUILD + rm -rf maxminddb-1.2.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/maxminddb-1.2.1.tar.gz + /bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd maxminddb-1.2.1 + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.vqeDQU + umask 022 + cd /builddir/build/BUILD + cd maxminddb-1.2.1 + LANG=C + export LANG + unset DISPLAY + /usr/bin/python setup.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/maxminddb copying maxminddb/reader.py -> build/lib.linux-x86_64-2.6/maxminddb copying maxminddb/const.py -> build/lib.linux-x86_64-2.6/maxminddb copying maxminddb/decoder.py -> build/lib.linux-x86_64-2.6/maxminddb copying maxminddb/__init__.py -> build/lib.linux-x86_64-2.6/maxminddb copying maxminddb/compat.py -> build/lib.linux-x86_64-2.6/maxminddb copying maxminddb/file.py -> build/lib.linux-x86_64-2.6/maxminddb copying maxminddb/errors.py -> build/lib.linux-x86_64-2.6/maxminddb running egg_info writing requirements to maxminddb.egg-info/requires.txt writing maxminddb.egg-info/PKG-INFO writing top-level names to maxminddb.egg-info/top_level.txt writing dependency_links to maxminddb.egg-info/dependency_links.txt reading manifest file 'maxminddb.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'maxminddb.egg-info/SOURCES.txt' creating build/lib.linux-x86_64-2.6/maxminddb/extension copying maxminddb/extension/maxminddb.c -> build/lib.linux-x86_64-2.6/maxminddb/extension running build_ext building 'maxminddb.extension' extension creating build/temp.linux-x86_64-2.6 creating build/temp.linux-x86_64-2.6/maxminddb creating build/temp.linux-x86_64-2.6/maxminddb/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 -fPIC -I/usr/include/python2.6 -c maxminddb/extension/maxminddb.c -o build/temp.linux-x86_64-2.6/maxminddb/extension/maxminddb.o -Wall -Wextra -fno-strict-aliasing gcc -pthread -shared build/temp.linux-x86_64-2.6/maxminddb/extension/maxminddb.o -L/usr/lib64 -lmaxminddb -lpython2.6 -o build/lib.linux-x86_64-2.6/maxminddb/extension.so + /usr/bin/python3 setup.py build running build running build_py creating build/lib.linux-x86_64-3.3 creating build/lib.linux-x86_64-3.3/maxminddb copying maxminddb/reader.py -> build/lib.linux-x86_64-3.3/maxminddb copying maxminddb/const.py -> build/lib.linux-x86_64-3.3/maxminddb copying maxminddb/decoder.py -> build/lib.linux-x86_64-3.3/maxminddb copying maxminddb/__init__.py -> build/lib.linux-x86_64-3.3/maxminddb copying maxminddb/compat.py -> build/lib.linux-x86_64-3.3/maxminddb copying maxminddb/file.py -> build/lib.linux-x86_64-3.3/maxminddb copying maxminddb/errors.py -> build/lib.linux-x86_64-3.3/maxminddb running egg_info writing dependency_links to maxminddb.egg-info/dependency_links.txt deleting maxminddb.egg-info/requires.txt writing top-level names to maxminddb.egg-info/top_level.txt writing maxminddb.egg-info/PKG-INFO reading manifest file 'maxminddb.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'maxminddb.egg-info/SOURCES.txt' creating build/lib.linux-x86_64-3.3/maxminddb/extension copying maxminddb/extension/maxminddb.c -> build/lib.linux-x86_64-3.3/maxminddb/extension running build_ext building 'maxminddb.extension' extension creating build/temp.linux-x86_64-3.3 creating build/temp.linux-x86_64-3.3/maxminddb creating build/temp.linux-x86_64-3.3/maxminddb/extension gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -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 -I/usr/include-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 -fPIC -I/usr/include/python3.3m -c maxminddb/extension/maxminddb.c -o build/temp.linux-x86_64-3.3/maxminddb/extension/maxminddb.o -Wall -Wextra gcc -pthread -shared -L/usr/lib64 build/temp.linux-x86_64-3.3/maxminddb/extension/maxminddb.o -L/usr/lib64 -lmaxminddb -lpython3.3m -o build/lib.linux-x86_64-3.3/maxminddb/extension.cpython-33m.so + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.JffaXP + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-maxminddb-1.2.1-1.ru6.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-maxminddb-1.2.1-1.ru6.x86_64 ++ dirname /builddir/build/BUILDROOT/python-maxminddb-1.2.1-1.ru6.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-maxminddb-1.2.1-1.ru6.x86_64 + cd maxminddb-1.2.1 + LANG=C + export LANG + unset DISPLAY + /usr/bin/python setup.py install -O1 --single-version-externally-managed --skip-build --root=/builddir/build/BUILDROOT/python-maxminddb-1.2.1-1.ru6.x86_64 running install running install_lib creating /builddir/build/BUILDROOT/python-maxminddb-1.2.1-1.ru6.x86_64/usr creating /builddir/build/BUILDROOT/python-maxminddb-1.2.1-1.ru6.x86_64/usr/lib64 creating /builddir/build/BUILDROOT/python-maxminddb-1.2.1-1.ru6.x86_64/usr/lib64/python2.6 creating /builddir/build/BUILDROOT/python-maxminddb-1.2.1-1.ru6.x86_64/usr/lib64/python2.6/site-packages creating /builddir/build/BUILDROOT/python-maxminddb-1.2.1-1.ru6.x86_64/usr/lib64/python2.6/site-packages/maxminddb copying build/lib.linux-x86_64-2.6/maxminddb/reader.py -> /builddir/build/BUILDROOT/python-maxminddb-1.2.1-1.ru6.x86_64/usr/lib64/python2.6/site-packages/maxminddb copying build/lib.linux-x86_64-2.6/maxminddb/const.py -> /builddir/build/BUILDROOT/python-maxminddb-1.2.1-1.ru6.x86_64/usr/lib64/python2.6/site-packages/maxminddb copying build/lib.linux-x86_64-2.6/maxminddb/decoder.py -> /builddir/build/BUILDROOT/python-maxminddb-1.2.1-1.ru6.x86_64/usr/lib64/python2.6/site-packages/maxminddb copying build/lib.linux-x86_64-2.6/maxminddb/__init__.py -> /builddir/build/BUILDROOT/python-maxminddb-1.2.1-1.ru6.x86_64/usr/lib64/python2.6/site-packages/maxminddb copying build/lib.linux-x86_64-2.6/maxminddb/compat.py -> /builddir/build/BUILDROOT/python-maxminddb-1.2.1-1.ru6.x86_64/usr/lib64/python2.6/site-packages/maxminddb copying build/lib.linux-x86_64-2.6/maxminddb/file.py -> /builddir/build/BUILDROOT/python-maxminddb-1.2.1-1.ru6.x86_64/usr/lib64/python2.6/site-packages/maxminddb copying build/lib.linux-x86_64-2.6/maxminddb/errors.py -> /builddir/build/BUILDROOT/python-maxminddb-1.2.1-1.ru6.x86_64/usr/lib64/python2.6/site-packages/maxminddb creating /builddir/build/BUILDROOT/python-maxminddb-1.2.1-1.ru6.x86_64/usr/lib64/python2.6/site-packages/maxminddb/extension copying build/lib.linux-x86_64-2.6/maxminddb/extension/maxminddb.c -> /builddir/build/BUILDROOT/python-maxminddb-1.2.1-1.ru6.x86_64/usr/lib64/python2.6/site-packages/maxminddb/extension copying build/lib.linux-x86_64-2.6/maxminddb/extension.so -> /builddir/build/BUILDROOT/python-maxminddb-1.2.1-1.ru6.x86_64/usr/lib64/python2.6/site-packages/maxminddb byte-compiling /builddir/build/BUILDROOT/python-maxminddb-1.2.1-1.ru6.x86_64/usr/lib64/python2.6/site-packages/maxminddb/reader.py to reader.pyc byte-compiling /builddir/build/BUILDROOT/python-maxminddb-1.2.1-1.ru6.x86_64/usr/lib64/python2.6/site-packages/maxminddb/const.py to const.pyc byte-compiling /builddir/build/BUILDROOT/python-maxminddb-1.2.1-1.ru6.x86_64/usr/lib64/python2.6/site-packages/maxminddb/decoder.py to decoder.pyc byte-compiling /builddir/build/BUILDROOT/python-maxminddb-1.2.1-1.ru6.x86_64/usr/lib64/python2.6/site-packages/maxminddb/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-maxminddb-1.2.1-1.ru6.x86_64/usr/lib64/python2.6/site-packages/maxminddb/compat.py to compat.pyc byte-compiling /builddir/build/BUILDROOT/python-maxminddb-1.2.1-1.ru6.x86_64/usr/lib64/python2.6/site-packages/maxminddb/file.py to file.pyc byte-compiling /builddir/build/BUILDROOT/python-maxminddb-1.2.1-1.ru6.x86_64/usr/lib64/python2.6/site-packages/maxminddb/errors.py to errors.pyc writing byte-compilation script '/tmp/tmpBuml4V.py' /usr/bin/python -O /tmp/tmpBuml4V.py removing /tmp/tmpBuml4V.py running install_egg_info running egg_info writing requirements to maxminddb.egg-info/requires.txt writing maxminddb.egg-info/PKG-INFO writing top-level names to maxminddb.egg-info/top_level.txt writing dependency_links to maxminddb.egg-info/dependency_links.txt reading manifest file 'maxminddb.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'maxminddb.egg-info/SOURCES.txt' Copying maxminddb.egg-info to /builddir/build/BUILDROOT/python-maxminddb-1.2.1-1.ru6.x86_64/usr/lib64/python2.6/site-packages/maxminddb-1.2.1-py2.6.egg-info running install_scripts + /usr/bin/python3 setup.py install -O1 --single-version-externally-managed --skip-build --root=/builddir/build/BUILDROOT/python-maxminddb-1.2.1-1.ru6.x86_64 running install running install_lib creating /builddir/build/BUILDROOT/python-maxminddb-1.2.1-1.ru6.x86_64/usr/lib64/python3.3 creating /builddir/build/BUILDROOT/python-maxminddb-1.2.1-1.ru6.x86_64/usr/lib64/python3.3/site-packages creating /builddir/build/BUILDROOT/python-maxminddb-1.2.1-1.ru6.x86_64/usr/lib64/python3.3/site-packages/maxminddb copying build/lib.linux-x86_64-3.3/maxminddb/reader.py -> /builddir/build/BUILDROOT/python-maxminddb-1.2.1-1.ru6.x86_64/usr/lib64/python3.3/site-packages/maxminddb copying build/lib.linux-x86_64-3.3/maxminddb/const.py -> /builddir/build/BUILDROOT/python-maxminddb-1.2.1-1.ru6.x86_64/usr/lib64/python3.3/site-packages/maxminddb copying build/lib.linux-x86_64-3.3/maxminddb/decoder.py -> /builddir/build/BUILDROOT/python-maxminddb-1.2.1-1.ru6.x86_64/usr/lib64/python3.3/site-packages/maxminddb copying build/lib.linux-x86_64-3.3/maxminddb/__init__.py -> /builddir/build/BUILDROOT/python-maxminddb-1.2.1-1.ru6.x86_64/usr/lib64/python3.3/site-packages/maxminddb copying build/lib.linux-x86_64-3.3/maxminddb/compat.py -> /builddir/build/BUILDROOT/python-maxminddb-1.2.1-1.ru6.x86_64/usr/lib64/python3.3/site-packages/maxminddb copying build/lib.linux-x86_64-3.3/maxminddb/file.py -> /builddir/build/BUILDROOT/python-maxminddb-1.2.1-1.ru6.x86_64/usr/lib64/python3.3/site-packages/maxminddb copying build/lib.linux-x86_64-3.3/maxminddb/errors.py -> /builddir/build/BUILDROOT/python-maxminddb-1.2.1-1.ru6.x86_64/usr/lib64/python3.3/site-packages/maxminddb creating /builddir/build/BUILDROOT/python-maxminddb-1.2.1-1.ru6.x86_64/usr/lib64/python3.3/site-packages/maxminddb/extension copying build/lib.linux-x86_64-3.3/maxminddb/extension/maxminddb.c -> /builddir/build/BUILDROOT/python-maxminddb-1.2.1-1.ru6.x86_64/usr/lib64/python3.3/site-packages/maxminddb/extension copying build/lib.linux-x86_64-3.3/maxminddb/extension.cpython-33m.so -> /builddir/build/BUILDROOT/python-maxminddb-1.2.1-1.ru6.x86_64/usr/lib64/python3.3/site-packages/maxminddb byte-compiling /builddir/build/BUILDROOT/python-maxminddb-1.2.1-1.ru6.x86_64/usr/lib64/python3.3/site-packages/maxminddb/reader.py to reader.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python-maxminddb-1.2.1-1.ru6.x86_64/usr/lib64/python3.3/site-packages/maxminddb/const.py to const.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python-maxminddb-1.2.1-1.ru6.x86_64/usr/lib64/python3.3/site-packages/maxminddb/decoder.py to decoder.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python-maxminddb-1.2.1-1.ru6.x86_64/usr/lib64/python3.3/site-packages/maxminddb/__init__.py to __init__.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python-maxminddb-1.2.1-1.ru6.x86_64/usr/lib64/python3.3/site-packages/maxminddb/compat.py to compat.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python-maxminddb-1.2.1-1.ru6.x86_64/usr/lib64/python3.3/site-packages/maxminddb/file.py to file.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python-maxminddb-1.2.1-1.ru6.x86_64/usr/lib64/python3.3/site-packages/maxminddb/errors.py to errors.cpython-33.pyc writing byte-compilation script '/tmp/tmpb_eqn9.py' /usr/bin/python3 -O /tmp/tmpb_eqn9.py removing /tmp/tmpb_eqn9.py running install_egg_info running egg_info writing dependency_links to maxminddb.egg-info/dependency_links.txt writing maxminddb.egg-info/PKG-INFO writing top-level names to maxminddb.egg-info/top_level.txt deleting maxminddb.egg-info/requires.txt reading manifest file 'maxminddb.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'maxminddb.egg-info/SOURCES.txt' Copying maxminddb.egg-info to /builddir/build/BUILDROOT/python-maxminddb-1.2.1-1.ru6.x86_64/usr/lib64/python3.3/site-packages/maxminddb-1.2.1-py3.3.egg-info running install_scripts + /usr/lib/rpm/find-debuginfo.sh --strict-build-id /builddir/build/BUILD/maxminddb-1.2.1 extracting debug info from /builddir/build/BUILDROOT/python-maxminddb-1.2.1-1.ru6.x86_64/usr/lib64/python2.6/site-packages/maxminddb/extension.so extracting debug info from /builddir/build/BUILDROOT/python-maxminddb-1.2.1-1.ru6.x86_64/usr/lib64/python3.3/site-packages/maxminddb/extension.cpython-33m.so 34 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 /usr/bin/python Bytecompiling .py files below /builddir/build/BUILDROOT/python-maxminddb-1.2.1-1.ru6.x86_64/usr/lib64/python2.6 using /usr/bin/python2.6 Bytecompiling .py files below /builddir/build/BUILDROOT/python-maxminddb-1.2.1-1.ru6.x86_64/usr/lib64/python3.3 using /usr/bin/python3.3 Bytecompiling .py files below /builddir/build/BUILDROOT/python-maxminddb-1.2.1-1.ru6.x86_64/usr/lib/debug/usr/lib64/python2.6 using /usr/bin/python2.6 Bytecompiling .py files below /builddir/build/BUILDROOT/python-maxminddb-1.2.1-1.ru6.x86_64/usr/lib/debug/usr/lib64/python3.3 using /usr/bin/python3.3 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.8FwWYQ + umask 022 + cd /builddir/build/BUILD + cd maxminddb-1.2.1 + unset DISPLAY + /usr/bin/python setup.py test running test running egg_info writing requirements to maxminddb.egg-info/requires.txt writing maxminddb.egg-info/PKG-INFO writing top-level names to maxminddb.egg-info/top_level.txt writing dependency_links to maxminddb.egg-info/dependency_links.txt reading manifest file 'maxminddb.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'maxminddb.egg-info/SOURCES.txt' running build_ext building 'maxminddb.extension' 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 -fPIC -I/usr/include/python2.6 -c maxminddb/extension/maxminddb.c -o build/temp.linux-x86_64-2.6/maxminddb/extension/maxminddb.o -Wall -Wextra -fno-strict-aliasing gcc -pthread -shared build/temp.linux-x86_64-2.6/maxminddb/extension/maxminddb.o -L/usr/lib64 -lmaxminddb -lpython2.6 -o /builddir/build/BUILD/maxminddb-1.2.1/maxminddb/extension.so test_arrays (decoder_test.TestDecoder) ... ok test_boolean (decoder_test.TestDecoder) ... ok test_byte (decoder_test.TestDecoder) ... ok test_double (decoder_test.TestDecoder) ... ok test_float (decoder_test.TestDecoder) ... ok test_int32 (decoder_test.TestDecoder) ... ok test_map (decoder_test.TestDecoder) ... ok test_pointer (decoder_test.TestDecoder) ... ok test_real_pointers (decoder_test.TestDecoder) ... ok test_string (decoder_test.TestDecoder) ... ok test_uint128 (decoder_test.TestDecoder) ... ok test_uint16 (decoder_test.TestDecoder) ... ok test_uint32 (decoder_test.TestDecoder) ... ok test_uint64 (decoder_test.TestDecoder) ... ok test_bad_constructor_mode (reader_test.TestAutoReader) ... ok test_broken_database (reader_test.TestAutoReader) ... ok test_byte_ip_on_python2 (reader_test.TestAutoReader) ... ok test_close (reader_test.TestAutoReader) ... ok test_closed_get (reader_test.TestAutoReader) ... ok test_closed_metadata (reader_test.TestAutoReader) ... ok test_decoder (reader_test.TestAutoReader) ... ok test_double_close (reader_test.TestAutoReader) ... ok test_ip_validation (reader_test.TestAutoReader) ... ok test_ipv6_address_in_ipv4_database (reader_test.TestAutoReader) ... ok test_metadata_args (reader_test.TestAutoReader) ... ok test_metadata_unknown_attribute (reader_test.TestAutoReader) ... ok test_missing_database (reader_test.TestAutoReader) ... ok test_multiprocessing (reader_test.TestAutoReader) ... ok test_no_constructor_args (reader_test.TestAutoReader) ... ok test_no_get_args (reader_test.TestAutoReader) ... ok test_no_ipv4_search_tree (reader_test.TestAutoReader) ... ok test_nondatabase (reader_test.TestAutoReader) ... ok test_reader (reader_test.TestAutoReader) ... ok test_threading (reader_test.TestAutoReader) ... ok test_too_many_constructor_args (reader_test.TestAutoReader) ... ok test_too_many_get_args (reader_test.TestAutoReader) ... ok test_bad_constructor_mode (reader_test.TestExtensionReader) ... ok test_broken_database (reader_test.TestExtensionReader) ... ok test_byte_ip_on_python2 (reader_test.TestExtensionReader) ... ok test_close (reader_test.TestExtensionReader) ... ok test_closed_get (reader_test.TestExtensionReader) ... ok test_closed_metadata (reader_test.TestExtensionReader) ... ok test_decoder (reader_test.TestExtensionReader) ... ok test_double_close (reader_test.TestExtensionReader) ... ok test_ip_validation (reader_test.TestExtensionReader) ... ok test_ipv6_address_in_ipv4_database (reader_test.TestExtensionReader) ... ok test_metadata_args (reader_test.TestExtensionReader) ... ok test_metadata_unknown_attribute (reader_test.TestExtensionReader) ... ok test_missing_database (reader_test.TestExtensionReader) ... ok test_multiprocessing (reader_test.TestExtensionReader) ... ok test_no_constructor_args (reader_test.TestExtensionReader) ... ok test_no_get_args (reader_test.TestExtensionReader) ... ok test_no_ipv4_search_tree (reader_test.TestExtensionReader) ... ok test_nondatabase (reader_test.TestExtensionReader) ... ok test_reader (reader_test.TestExtensionReader) ... ok test_threading (reader_test.TestExtensionReader) ... ok test_too_many_constructor_args (reader_test.TestExtensionReader) ... ok test_too_many_get_args (reader_test.TestExtensionReader) ... ok test_bad_constructor_mode (reader_test.TestFileReader) ... ok test_broken_database (reader_test.TestFileReader) ... ok test_byte_ip_on_python2 (reader_test.TestFileReader) ... ok test_close (reader_test.TestFileReader) ... ok test_closed_get (reader_test.TestFileReader) ... ok test_closed_metadata (reader_test.TestFileReader) ... ok test_decoder (reader_test.TestFileReader) ... ok test_double_close (reader_test.TestFileReader) ... ok test_ip_validation (reader_test.TestFileReader) ... ok test_ipv6_address_in_ipv4_database (reader_test.TestFileReader) ... ok test_metadata_args (reader_test.TestFileReader) ... ok test_metadata_unknown_attribute (reader_test.TestFileReader) ... ok test_missing_database (reader_test.TestFileReader) ... ok test_multiprocessing (reader_test.TestFileReader) ... ok test_no_constructor_args (reader_test.TestFileReader) ... ok test_no_get_args (reader_test.TestFileReader) ... ok test_no_ipv4_search_tree (reader_test.TestFileReader) ... ok test_nondatabase (reader_test.TestFileReader) ... ok test_reader (reader_test.TestFileReader) ... ok test_threading (reader_test.TestFileReader) ... ok test_too_many_constructor_args (reader_test.TestFileReader) ... ok test_too_many_get_args (reader_test.TestFileReader) ... ok test_bad_constructor_mode (reader_test.TestMMAPReader) ... ok test_broken_database (reader_test.TestMMAPReader) ... ok test_byte_ip_on_python2 (reader_test.TestMMAPReader) ... ok test_close (reader_test.TestMMAPReader) ... ok test_closed_get (reader_test.TestMMAPReader) ... ok test_closed_metadata (reader_test.TestMMAPReader) ... ok test_decoder (reader_test.TestMMAPReader) ... ok test_double_close (reader_test.TestMMAPReader) ... ok test_ip_validation (reader_test.TestMMAPReader) ... ok test_ipv6_address_in_ipv4_database (reader_test.TestMMAPReader) ... ok test_metadata_args (reader_test.TestMMAPReader) ... ok test_metadata_unknown_attribute (reader_test.TestMMAPReader) ... ok test_missing_database (reader_test.TestMMAPReader) ... ok test_multiprocessing (reader_test.TestMMAPReader) ... ok test_no_constructor_args (reader_test.TestMMAPReader) ... ok test_no_get_args (reader_test.TestMMAPReader) ... ok test_no_ipv4_search_tree (reader_test.TestMMAPReader) ... ok test_nondatabase (reader_test.TestMMAPReader) ... ok test_reader (reader_test.TestMMAPReader) ... ok test_threading (reader_test.TestMMAPReader) ... ok test_too_many_constructor_args (reader_test.TestMMAPReader) ... ok test_too_many_get_args (reader_test.TestMMAPReader) ... ok test_bad_constructor_mode (reader_test.TestMemoryReader) ... ok test_broken_database (reader_test.TestMemoryReader) ... ok test_byte_ip_on_python2 (reader_test.TestMemoryReader) ... ok test_close (reader_test.TestMemoryReader) ... ok test_closed_get (reader_test.TestMemoryReader) ... ok test_closed_metadata (reader_test.TestMemoryReader) ... ok test_decoder (reader_test.TestMemoryReader) ... ok test_double_close (reader_test.TestMemoryReader) ... ok test_ip_validation (reader_test.TestMemoryReader) ... ok test_ipv6_address_in_ipv4_database (reader_test.TestMemoryReader) ... ok test_metadata_args (reader_test.TestMemoryReader) ... ok test_metadata_unknown_attribute (reader_test.TestMemoryReader) ... ok test_missing_database (reader_test.TestMemoryReader) ... ok test_multiprocessing (reader_test.TestMemoryReader) ... ok test_no_constructor_args (reader_test.TestMemoryReader) ... ok test_no_get_args (reader_test.TestMemoryReader) ... ok test_no_ipv4_search_tree (reader_test.TestMemoryReader) ... ok test_nondatabase (reader_test.TestMemoryReader) ... ok test_reader (reader_test.TestMemoryReader) ... ok test_threading (reader_test.TestMemoryReader) ... ok test_too_many_constructor_args (reader_test.TestMemoryReader) ... ok test_too_many_get_args (reader_test.TestMemoryReader) ... ok test_old_reader (reader_test.TestOldReader) ... ok ---------------------------------------------------------------------- Ran 125 tests in 3.348s OK + /usr/bin/python3 setup.py test running test running egg_info writing maxminddb.egg-info/PKG-INFO writing dependency_links to maxminddb.egg-info/dependency_links.txt deleting maxminddb.egg-info/requires.txt writing top-level names to maxminddb.egg-info/top_level.txt reading manifest file 'maxminddb.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'maxminddb.egg-info/SOURCES.txt' running build_ext building 'maxminddb.extension' extension gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -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 -I/usr/include-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 -fPIC -I/usr/include/python3.3m -c maxminddb/extension/maxminddb.c -o build/temp.linux-x86_64-3.3/maxminddb/extension/maxminddb.o -Wall -Wextra gcc -pthread -shared -L/usr/lib64 build/temp.linux-x86_64-3.3/maxminddb/extension/maxminddb.o -L/usr/lib64 -lmaxminddb -lpython3.3m -o /builddir/build/BUILD/maxminddb-1.2.1/maxminddb/extension.cpython-33m.so test_arrays (decoder_test.TestDecoder) ... ok test_boolean (decoder_test.TestDecoder) ... ok test_byte (decoder_test.TestDecoder) ... ok test_double (decoder_test.TestDecoder) ... ok test_float (decoder_test.TestDecoder) ... ok test_int32 (decoder_test.TestDecoder) ... ok test_map (decoder_test.TestDecoder) ... ok test_pointer (decoder_test.TestDecoder) ... ok test_real_pointers (decoder_test.TestDecoder) ... ok test_string (decoder_test.TestDecoder) ... ok test_uint128 (decoder_test.TestDecoder) ... ok test_uint16 (decoder_test.TestDecoder) ... ok test_uint32 (decoder_test.TestDecoder) ... ok test_uint64 (decoder_test.TestDecoder) ... ok test_bad_constructor_mode (reader_test.TestAutoReader) ... ok test_broken_database (reader_test.TestAutoReader) ... ok test_close (reader_test.TestAutoReader) ... ok test_closed_get (reader_test.TestAutoReader) ... ok test_closed_metadata (reader_test.TestAutoReader) ... ok test_decoder (reader_test.TestAutoReader) ... ok test_double_close (reader_test.TestAutoReader) ... ok test_ip_validation (reader_test.TestAutoReader) ... ok test_ipv6_address_in_ipv4_database (reader_test.TestAutoReader) ... ok test_metadata_args (reader_test.TestAutoReader) ... ok test_metadata_unknown_attribute (reader_test.TestAutoReader) ... ok test_missing_database (reader_test.TestAutoReader) ... ok test_multiprocessing (reader_test.TestAutoReader) ... ok test_no_constructor_args (reader_test.TestAutoReader) ... ok test_no_get_args (reader_test.TestAutoReader) ... ok test_no_ipv4_search_tree (reader_test.TestAutoReader) ... ok test_nondatabase (reader_test.TestAutoReader) ... ok test_reader (reader_test.TestAutoReader) ... ok test_threading (reader_test.TestAutoReader) ... ok test_too_many_constructor_args (reader_test.TestAutoReader) ... ok test_too_many_get_args (reader_test.TestAutoReader) ... ok test_bad_constructor_mode (reader_test.TestExtensionReader) ... ok test_broken_database (reader_test.TestExtensionReader) ... ok test_close (reader_test.TestExtensionReader) ... ok test_closed_get (reader_test.TestExtensionReader) ... ok test_closed_metadata (reader_test.TestExtensionReader) ... ok test_decoder (reader_test.TestExtensionReader) ... ok test_double_close (reader_test.TestExtensionReader) ... ok test_ip_validation (reader_test.TestExtensionReader) ... ok test_ipv6_address_in_ipv4_database (reader_test.TestExtensionReader) ... ok test_metadata_args (reader_test.TestExtensionReader) ... ok test_metadata_unknown_attribute (reader_test.TestExtensionReader) ... ok test_missing_database (reader_test.TestExtensionReader) ... ok test_multiprocessing (reader_test.TestExtensionReader) ... ok test_no_constructor_args (reader_test.TestExtensionReader) ... ok test_no_get_args (reader_test.TestExtensionReader) ... ok test_no_ipv4_search_tree (reader_test.TestExtensionReader) ... ok test_nondatabase (reader_test.TestExtensionReader) ... ok test_reader (reader_test.TestExtensionReader) ... ok test_threading (reader_test.TestExtensionReader) ... ok test_too_many_constructor_args (reader_test.TestExtensionReader) ... ok test_too_many_get_args (reader_test.TestExtensionReader) ... ok test_bad_constructor_mode (reader_test.TestFileReader) ... ok test_broken_database (reader_test.TestFileReader) ... ok test_close (reader_test.TestFileReader) ... ok test_closed_get (reader_test.TestFileReader) ... ok test_closed_metadata (reader_test.TestFileReader) ... ok test_decoder (reader_test.TestFileReader) ... ok test_double_close (reader_test.TestFileReader) ... ok test_ip_validation (reader_test.TestFileReader) ... ok test_ipv6_address_in_ipv4_database (reader_test.TestFileReader) ... ok test_metadata_args (reader_test.TestFileReader) ... ok test_metadata_unknown_attribute (reader_test.TestFileReader) ... ok test_missing_database (reader_test.TestFileReader) ... ok test_multiprocessing (reader_test.TestFileReader) ... ok test_no_constructor_args (reader_test.TestFileReader) ... ok test_no_get_args (reader_test.TestFileReader) ... ok test_no_ipv4_search_tree (reader_test.TestFileReader) ... ok test_nondatabase (reader_test.TestFileReader) ... ok test_reader (reader_test.TestFileReader) ... ok test_threading (reader_test.TestFileReader) ... ok test_too_many_constructor_args (reader_test.TestFileReader) ... ok test_too_many_get_args (reader_test.TestFileReader) ... ok test_bad_constructor_mode (reader_test.TestMMAPReader) ... ok test_broken_database (reader_test.TestMMAPReader) ... ok test_close (reader_test.TestMMAPReader) ... ok test_closed_get (reader_test.TestMMAPReader) ... ok test_closed_metadata (reader_test.TestMMAPReader) ... ok test_decoder (reader_test.TestMMAPReader) ... ok test_double_close (reader_test.TestMMAPReader) ... ok test_ip_validation (reader_test.TestMMAPReader) ... ok test_ipv6_address_in_ipv4_database (reader_test.TestMMAPReader) ... ok test_metadata_args (reader_test.TestMMAPReader) ... ok test_metadata_unknown_attribute (reader_test.TestMMAPReader) ... ok test_missing_database (reader_test.TestMMAPReader) ... ok test_multiprocessing (reader_test.TestMMAPReader) ... ok test_no_constructor_args (reader_test.TestMMAPReader) ... ok test_no_get_args (reader_test.TestMMAPReader) ... ok test_no_ipv4_search_tree (reader_test.TestMMAPReader) ... ok test_nondatabase (reader_test.TestMMAPReader) ... ok test_reader (reader_test.TestMMAPReader) ... ok test_threading (reader_test.TestMMAPReader) ... ok test_too_many_constructor_args (reader_test.TestMMAPReader) ... ok test_too_many_get_args (reader_test.TestMMAPReader) ... ok test_bad_constructor_mode (reader_test.TestMemoryReader) ... ok test_broken_database (reader_test.TestMemoryReader) ... ok test_close (reader_test.TestMemoryReader) ... ok test_closed_get (reader_test.TestMemoryReader) ... ok test_closed_metadata (reader_test.TestMemoryReader) ... ok test_decoder (reader_test.TestMemoryReader) ... ok test_double_close (reader_test.TestMemoryReader) ... ok test_ip_validation (reader_test.TestMemoryReader) ... ok test_ipv6_address_in_ipv4_database (reader_test.TestMemoryReader) ... ok test_metadata_args (reader_test.TestMemoryReader) ... ok test_metadata_unknown_attribute (reader_test.TestMemoryReader) ... ok test_missing_database (reader_test.TestMemoryReader) ... ok test_multiprocessing (reader_test.TestMemoryReader) ... ok test_no_constructor_args (reader_test.TestMemoryReader) ... ok test_no_get_args (reader_test.TestMemoryReader) ... ok test_no_ipv4_search_tree (reader_test.TestMemoryReader) ... ok test_nondatabase (reader_test.TestMemoryReader) ... ok test_reader (reader_test.TestMemoryReader) ... ok test_threading (reader_test.TestMemoryReader) ... ok test_too_many_constructor_args (reader_test.TestMemoryReader) ... ok test_too_many_get_args (reader_test.TestMemoryReader) ... ok test_old_reader (reader_test.TestOldReader) ... ok ---------------------------------------------------------------------- Ran 120 tests in 3.186s OK + exit 0 Processing files: python-maxminddb-doc-1.2.1-1.ru6.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.1Lm0Vi + umask 022 + cd /builddir/build/BUILD + cd maxminddb-1.2.1 + DOCDIR=/builddir/build/BUILDROOT/python-maxminddb-1.2.1-1.ru6.x86_64/usr/share/doc/python-maxminddb-doc-1.2.1 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/python-maxminddb-1.2.1-1.ru6.x86_64/usr/share/doc/python-maxminddb-doc-1.2.1 + /bin/mkdir -p /builddir/build/BUILDROOT/python-maxminddb-1.2.1-1.ru6.x86_64/usr/share/doc/python-maxminddb-doc-1.2.1 + cp -pr docs/html /builddir/build/BUILDROOT/python-maxminddb-1.2.1-1.ru6.x86_64/usr/share/doc/python-maxminddb-doc-1.2.1 + exit 0 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python2-maxminddb-1.2.1-1.ru6.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.5h6TeP + umask 022 + cd /builddir/build/BUILD + cd maxminddb-1.2.1 + DOCDIR=/builddir/build/BUILDROOT/python-maxminddb-1.2.1-1.ru6.x86_64/usr/share/doc/python2-maxminddb-1.2.1 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/python-maxminddb-1.2.1-1.ru6.x86_64/usr/share/doc/python2-maxminddb-1.2.1 + /bin/mkdir -p /builddir/build/BUILDROOT/python-maxminddb-1.2.1-1.ru6.x86_64/usr/share/doc/python2-maxminddb-1.2.1 + cp -pr README.rst LICENSE /builddir/build/BUILDROOT/python-maxminddb-1.2.1-1.ru6.x86_64/usr/share/doc/python2-maxminddb-1.2.1 + exit 0 Provides: extension.so()(64bit) 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()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libmaxminddb.so.0()(64bit) libpthread.so.0()(64bit) libpython2.6.so.1.0()(64bit) python(abi) = 2.6 rtld(GNU_HASH) Processing files: python3-maxminddb-1.2.1-1.ru6.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.8swLwj + umask 022 + cd /builddir/build/BUILD + cd maxminddb-1.2.1 + DOCDIR=/builddir/build/BUILDROOT/python-maxminddb-1.2.1-1.ru6.x86_64/usr/share/doc/python3-maxminddb-1.2.1 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/python-maxminddb-1.2.1-1.ru6.x86_64/usr/share/doc/python3-maxminddb-1.2.1 + /bin/mkdir -p /builddir/build/BUILDROOT/python-maxminddb-1.2.1-1.ru6.x86_64/usr/share/doc/python3-maxminddb-1.2.1 + cp -pr README.rst LICENSE /builddir/build/BUILDROOT/python-maxminddb-1.2.1-1.ru6.x86_64/usr/share/doc/python3-maxminddb-1.2.1 + exit 0 Provides: extension.cpython-33m.so()(64bit) 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()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libmaxminddb.so.0()(64bit) libpthread.so.0()(64bit) libpython3.3m.so.1.0()(64bit) python(abi) = 3.3 rtld(GNU_HASH) Processing files: python-maxminddb-debuginfo-1.2.1-1.ru6.x86_64 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-maxminddb-1.2.1-1.ru6.x86_64 warning: Could not canonicalize hostname: opus7.rutgers.edu Wrote: /builddir/build/RPMS/python-maxminddb-doc-1.2.1-1.ru6.x86_64.rpm Wrote: /builddir/build/RPMS/python2-maxminddb-1.2.1-1.ru6.x86_64.rpm Wrote: /builddir/build/RPMS/python3-maxminddb-1.2.1-1.ru6.x86_64.rpm Wrote: /builddir/build/RPMS/python-maxminddb-debuginfo-1.2.1-1.ru6.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.UFb2J4 + umask 022 + cd /builddir/build/BUILD + cd maxminddb-1.2.1 + /bin/rm -rf /builddir/build/BUILDROOT/python-maxminddb-1.2.1-1.ru6.x86_64 + exit 0 error: Macro % has illegal name (%define) error: Macro % has illegal name (%define) error: Macro % has illegal name (%define) error: Macro % has illegal name (%define) error: Macro % has illegal name (%define) error: Macro % has illegal name (%define) Child return code was: 0