Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target s390x --nodeps /builddir/build/SPECS/py-radix.spec'], chrootPath='/var/lib/mock/f29-python-12782299-932959/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target s390x --nodeps /builddir/build/SPECS/py-radix.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: s390x Building for target s390x Wrote: /builddir/build/SRPMS/py-radix-0.9.3-10.fc29.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target s390x --nodeps /builddir/build/SPECS/py-radix.spec'], chrootPath='/var/lib/mock/f29-python-12782299-932959/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target s390x --nodeps /builddir/build/SPECS/py-radix.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: s390x Building for target s390x Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.gfAtWc + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf py-radix-0.9.3 + /usr/bin/tar -xof - + /usr/bin/gzip -dc /builddir/build/SOURCES/v0.9.3.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd py-radix-0.9.3 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -f inet_ntop.c strlcpy.c + touch inet_ntop.c strlcpy.c + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.8Wtazj + umask 022 + cd /builddir/build/BUILD + cd py-radix-0.9.3 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' running build running build_py creating build creating build/lib.linux-s390x-2.7 creating build/lib.linux-s390x-2.7/radix copying radix/__init__.py -> build/lib.linux-s390x-2.7/radix copying radix/radix.py -> build/lib.linux-s390x-2.7/radix running build_ext building 'radix._radix' extension creating build/temp.linux-s390x-2.7 creating build/temp.linux-s390x-2.7/radix creating build/temp.linux-s390x-2.7/radix/_radix gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/builddir/build/BUILD/py-radix-0.9.3/radix -I/usr/include/python2.7 -c radix/_radix.c -o build/temp.linux-s390x-2.7/radix/_radix.o radix/_radix.c: In function 'add_node_to_list': radix/_radix.c:528:37: warning: passing argument 2 of 'PyList_Append' from incompatible pointer type [-Wincompatible-pointer-types] PyList_Append(ret, ((RadixNodeObject *)node->data)); ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python2.7/Python.h:103, from radix/_radix.c:17: /usr/include/python2.7/listobject.h:52:43: note: expected 'PyObject *' {aka 'struct _object *'} but argument is of type 'RadixNodeObject *' {aka 'struct *'} PyAPI_FUNC(int) PyList_Append(PyObject *, PyObject *); ^~~~~~~~~~ gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/builddir/build/BUILD/py-radix-0.9.3/radix -I/usr/include/python2.7 -c radix/_radix/radix.c -o build/temp.linux-s390x-2.7/radix/_radix/radix.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-s390x-2.7/radix/_radix.o build/temp.linux-s390x-2.7/radix/_radix/radix.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-s390x-2.7/radix/_radix.so + sleep 1 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build/lib.linux-s390x-3.7 creating build/lib.linux-s390x-3.7/radix copying radix/__init__.py -> build/lib.linux-s390x-3.7/radix copying radix/radix.py -> build/lib.linux-s390x-3.7/radix running build_ext building 'radix._radix' extension creating build/temp.linux-s390x-3.7 creating build/temp.linux-s390x-3.7/radix creating build/temp.linux-s390x-3.7/radix/_radix gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/builddir/build/BUILD/py-radix-0.9.3/radix -I/usr/include/python3.7m -c radix/_radix.c -o build/temp.linux-s390x-3.7/radix/_radix.o radix/_radix.c: In function ‘add_node_to_list’: radix/_radix.c:528:37: warning: passing argument 2 of ‘PyList_Append’ from incompatible pointer type [-Wincompatible-pointer-types] PyList_Append(ret, ((RadixNodeObject *)node->data)); ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python3.7m/Python.h:89, from radix/_radix.c:17: /usr/include/python3.7m/listobject.h:57:43: note: expected ‘PyObject *’ {aka ‘struct _object *’} but argument is of type ‘RadixNodeObject *’ {aka ‘struct *’} PyAPI_FUNC(int) PyList_Append(PyObject *, PyObject *); ^~~~~~~~~~ gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/builddir/build/BUILD/py-radix-0.9.3/radix -I/usr/include/python3.7m -c radix/_radix/radix.c -o build/temp.linux-s390x-3.7/radix/_radix/radix.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-s390x-3.7/radix/_radix.o build/temp.linux-s390x-3.7/radix/_radix/radix.o -L/usr/lib64 -lpython3.7m -o build/lib.linux-s390x-3.7/radix/_radix.cpython-37m-s390x-linux-gnu.so + sleep 1 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.GDyvsv + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/py-radix-0.9.3-10.fc29.s390x '!=' / ']' + rm -rf /builddir/build/BUILDROOT/py-radix-0.9.3-10.fc29.s390x ++ dirname /builddir/build/BUILDROOT/py-radix-0.9.3-10.fc29.s390x + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/py-radix-0.9.3-10.fc29.s390x + cd py-radix-0.9.3 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/py-radix-0.9.3-10.fc29.s390x running install running install_lib creating /builddir/build/BUILDROOT/py-radix-0.9.3-10.fc29.s390x/usr creating /builddir/build/BUILDROOT/py-radix-0.9.3-10.fc29.s390x/usr/lib64 creating /builddir/build/BUILDROOT/py-radix-0.9.3-10.fc29.s390x/usr/lib64/python2.7 creating /builddir/build/BUILDROOT/py-radix-0.9.3-10.fc29.s390x/usr/lib64/python2.7/site-packages creating /builddir/build/BUILDROOT/py-radix-0.9.3-10.fc29.s390x/usr/lib64/python2.7/site-packages/radix copying build/lib.linux-s390x-2.7/radix/__init__.py -> /builddir/build/BUILDROOT/py-radix-0.9.3-10.fc29.s390x/usr/lib64/python2.7/site-packages/radix copying build/lib.linux-s390x-2.7/radix/radix.py -> /builddir/build/BUILDROOT/py-radix-0.9.3-10.fc29.s390x/usr/lib64/python2.7/site-packages/radix copying build/lib.linux-s390x-2.7/radix/_radix.so -> /builddir/build/BUILDROOT/py-radix-0.9.3-10.fc29.s390x/usr/lib64/python2.7/site-packages/radix byte-compiling /builddir/build/BUILDROOT/py-radix-0.9.3-10.fc29.s390x/usr/lib64/python2.7/site-packages/radix/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/py-radix-0.9.3-10.fc29.s390x/usr/lib64/python2.7/site-packages/radix/radix.py to radix.pyc writing byte-compilation script '/tmp/tmpl2aP0b.py' /usr/bin/python2 -O /tmp/tmpl2aP0b.py removing /tmp/tmpl2aP0b.py running install_egg_info running egg_info creating py_radix.egg-info writing py_radix.egg-info/PKG-INFO writing top-level names to py_radix.egg-info/top_level.txt writing dependency_links to py_radix.egg-info/dependency_links.txt writing manifest file 'py_radix.egg-info/SOURCES.txt' reading manifest file 'py_radix.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'py_radix.egg-info/SOURCES.txt' Copying py_radix.egg-info to /builddir/build/BUILDROOT/py-radix-0.9.3-10.fc29.s390x/usr/lib64/python2.7/site-packages/py_radix-0.9.3-py2.7.egg-info running install_scripts + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/py-radix-0.9.3-10.fc29.s390x running install running install_lib creating /builddir/build/BUILDROOT/py-radix-0.9.3-10.fc29.s390x/usr/lib64/python3.7 creating /builddir/build/BUILDROOT/py-radix-0.9.3-10.fc29.s390x/usr/lib64/python3.7/site-packages creating /builddir/build/BUILDROOT/py-radix-0.9.3-10.fc29.s390x/usr/lib64/python3.7/site-packages/radix copying build/lib.linux-s390x-3.7/radix/__init__.py -> /builddir/build/BUILDROOT/py-radix-0.9.3-10.fc29.s390x/usr/lib64/python3.7/site-packages/radix copying build/lib.linux-s390x-3.7/radix/radix.py -> /builddir/build/BUILDROOT/py-radix-0.9.3-10.fc29.s390x/usr/lib64/python3.7/site-packages/radix copying build/lib.linux-s390x-3.7/radix/_radix.cpython-37m-s390x-linux-gnu.so -> /builddir/build/BUILDROOT/py-radix-0.9.3-10.fc29.s390x/usr/lib64/python3.7/site-packages/radix byte-compiling /builddir/build/BUILDROOT/py-radix-0.9.3-10.fc29.s390x/usr/lib64/python3.7/site-packages/radix/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/py-radix-0.9.3-10.fc29.s390x/usr/lib64/python3.7/site-packages/radix/radix.py to radix.cpython-37.pyc writing byte-compilation script '/tmp/tmpa4dnwpze.py' /usr/bin/python3 /tmp/tmpa4dnwpze.py removing /tmp/tmpa4dnwpze.py running install_egg_info running egg_info writing py_radix.egg-info/PKG-INFO writing dependency_links to py_radix.egg-info/dependency_links.txt writing top-level names to py_radix.egg-info/top_level.txt reading manifest file 'py_radix.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'py_radix.egg-info/SOURCES.txt' Copying py_radix.egg-info to /builddir/build/BUILDROOT/py-radix-0.9.3-10.fc29.s390x/usr/lib64/python3.7/site-packages/py_radix-0.9.3-py3.7.egg-info running install_scripts + /usr/lib/rpm/find-debuginfo.sh -j2 --strict-build-id -m -i --build-id-seed 0.9.3-10.fc29 --unique-debug-suffix -0.9.3-10.fc29.s390x --unique-debug-src-base py-radix-0.9.3-10.fc29.s390x --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/py-radix-0.9.3 extracting debug info from /builddir/build/BUILDROOT/py-radix-0.9.3-10.fc29.s390x/usr/lib64/python2.7/site-packages/radix/_radix.so extracting debug info from /builddir/build/BUILDROOT/py-radix-0.9.3-10.fc29.s390x/usr/lib64/python3.7/site-packages/radix/_radix.cpython-37m-s390x-linux-gnu.so /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. 141 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /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 1 Bytecompiling .py files below /builddir/build/BUILDROOT/py-radix-0.9.3-10.fc29.s390x/usr/lib64/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/py-radix-0.9.3-10.fc29.s390x/usr/lib64/python3.7 using /usr/bin/python3.7 Bytecompiling .py files below /builddir/build/BUILDROOT/py-radix-0.9.3-10.fc29.s390x/usr/lib/debug/usr/lib64/python3.7 using /usr/bin/python3.7 Bytecompiling .py files below /builddir/build/BUILDROOT/py-radix-0.9.3-10.fc29.s390x/usr/lib/debug/usr/lib64/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.rNq8gP + umask 022 + cd /builddir/build/BUILD + cd py-radix-0.9.3 + /usr/bin/python2 setup.py test running test running egg_info writing py_radix.egg-info/PKG-INFO writing top-level names to py_radix.egg-info/top_level.txt writing dependency_links to py_radix.egg-info/dependency_links.txt reading manifest file 'py_radix.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'py_radix.egg-info/SOURCES.txt' running build_ext copying build/lib.linux-s390x-2.7/radix/_radix.so -> radix /usr/lib/python2.7/site-packages/nose/config.py:264: RuntimeWarning: Option 'with-coverage' in config file 'setup.cfg' ignored: excluded by runtime environment warn(msg, RuntimeWarning) /usr/lib/python2.7/site-packages/nose/config.py:264: RuntimeWarning: Option 'cover-package' in config file 'setup.cfg' ignored: excluded by runtime environment warn(msg, RuntimeWarning) test_radix_0_5_c_ext (tests.test_compat.LoadRadixPickle) ... ok test_radix_0_6_c_ext (tests.test_compat.LoadRadixPickle) ... ok test_radix_0_6_no_ext (tests.test_compat.LoadRadixPickle) ... ok test_00__create_destroy (tests.test_regression.TestRadix) ... ok test_01__create_node (tests.test_regression.TestRadix) ... ok test_02__node_userdata (tests.test_regression.TestRadix) ... ok test_03__search_exact (tests.test_regression.TestRadix) ... ok test_04__search_best (tests.test_regression.TestRadix) ... ok test_05__concurrent_trees (tests.test_regression.TestRadix) ... ok test_06__deletes (tests.test_regression.TestRadix) ... ok test_07__nodes (tests.test_regression.TestRadix) ... ok test_08__nodes_empty_tree (tests.test_regression.TestRadix) ... ok test_09__prefixes (tests.test_regression.TestRadix) ... ok test_10__use_after_free (tests.test_regression.TestRadix) ... ok test_11__unique_instance (tests.test_regression.TestRadix) ... ok test_12__inconsistent_masks4 (tests.test_regression.TestRadix) ... ok test_13__inconsistent_masks6 (tests.test_regression.TestRadix) ... ok test_14__packed_addresses4 (tests.test_regression.TestRadix) ... ok test_15__packed_addresses6 (tests.test_regression.TestRadix) ... ok test_16__bad_addresses (tests.test_regression.TestRadix) ... ok test_17__mixed_address_family (tests.test_regression.TestRadix) ... ok test_18__iterator (tests.test_regression.TestRadix) ... ok test_19__iterate_on_empty (tests.test_regression.TestRadix) ... ok test_20__iterate_and_modify_tree (tests.test_regression.TestRadix) ... ok test_21__cpickle (tests.test_regression.TestRadix) ... ok test_21__lots_of_prefixes (tests.test_regression.TestRadix) ... ok test_21__pickle (tests.test_regression.TestRadix) ... ok test_22__broken_sanitise (tests.test_regression.TestRadix) ... ok test_22_search_best (tests.test_regression.TestRadix) ... ok test_23_add_with_glue (tests.test_regression.TestRadix) ... ok test_24_search_worst (tests.test_regression.TestRadix) ... ok test_25_search_default (tests.test_regression.TestRadix) ... ok test_26_search_covered (tests.test_regression.TestRadix) ... ok test_27_search_covered_segfault (tests.test_regression.TestRadix) ... ok test_28_search_covered_super_node_error (tests.test_regression.TestRadix) ... ok test_29_search_covering (tests.test_regression.TestRadix) ... ok test_30_remove (tests.test_regression.TestRadix) ... ok test_31_parent (tests.test_regression.TestRadix) ... ok test_32_covering_with_delete_error (tests.test_regression.TestRadix) ... ok ---------------------------------------------------------------------- Ran 39 tests in 3.118s OK + /usr/bin/python3 setup.py test running test running egg_info writing py_radix.egg-info/PKG-INFO writing dependency_links to py_radix.egg-info/dependency_links.txt writing top-level names to py_radix.egg-info/top_level.txt reading manifest file 'py_radix.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'py_radix.egg-info/SOURCES.txt' running build_ext copying build/lib.linux-s390x-3.7/radix/_radix.cpython-37m-s390x-linux-gnu.so -> radix /usr/lib/python3.7/site-packages/nose/config.py:264: RuntimeWarning: Option 'with-coverage' in config file 'setup.cfg' ignored: excluded by runtime environment warn(msg, RuntimeWarning) /usr/lib/python3.7/site-packages/nose/config.py:264: RuntimeWarning: Option 'cover-package' in config file 'setup.cfg' ignored: excluded by runtime environment warn(msg, RuntimeWarning) test_radix_0_5_c_ext (tests.test_compat.LoadRadixPickle) ... /builddir/build/BUILD/py-radix-0.9.3/tests/test_compat.py:33: DeprecationWarning: Please use assertEqual instead. self.assertEquals(len(tree.nodes()), 3) ok test_radix_0_6_c_ext (tests.test_compat.LoadRadixPickle) ... ok test_radix_0_6_no_ext (tests.test_compat.LoadRadixPickle) ... ok test_00__create_destroy (tests.test_regression.TestRadix) ... ok test_01__create_node (tests.test_regression.TestRadix) ... ok test_02__node_userdata (tests.test_regression.TestRadix) ... ok test_03__search_exact (tests.test_regression.TestRadix) ... ok test_04__search_best (tests.test_regression.TestRadix) ... ok test_05__concurrent_trees (tests.test_regression.TestRadix) ... ok test_06__deletes (tests.test_regression.TestRadix) ... ok test_07__nodes (tests.test_regression.TestRadix) ... ok test_08__nodes_empty_tree (tests.test_regression.TestRadix) ... ok test_09__prefixes (tests.test_regression.TestRadix) ... ok test_10__use_after_free (tests.test_regression.TestRadix) ... /builddir/build/BUILD/py-radix-0.9.3/tests/test_regression.py:171: DeprecationWarning: Please use assertEqual instead. self.assertEquals(node1.prefix, "10.0.0.0/8") ok test_11__unique_instance (tests.test_regression.TestRadix) ... ok test_12__inconsistent_masks4 (tests.test_regression.TestRadix) ... ok test_13__inconsistent_masks6 (tests.test_regression.TestRadix) ... ok test_14__packed_addresses4 (tests.test_regression.TestRadix) ... ok test_15__packed_addresses6 (tests.test_regression.TestRadix) ... ok test_16__bad_addresses (tests.test_regression.TestRadix) ... ok test_17__mixed_address_family (tests.test_regression.TestRadix) ... /builddir/build/BUILD/py-radix-0.9.3/tests/test_regression.py:238: DeprecationWarning: Please use assertNotEqual instead. self.assertNotEquals(node1.prefix, node2.prefix) ok test_18__iterator (tests.test_regression.TestRadix) ... ok test_19__iterate_on_empty (tests.test_regression.TestRadix) ... ok test_20__iterate_and_modify_tree (tests.test_regression.TestRadix) ... ok test_21__cpickle (tests.test_regression.TestRadix) ... ok test_21__lots_of_prefixes (tests.test_regression.TestRadix) ... ok test_21__pickle (tests.test_regression.TestRadix) ... ok test_22__broken_sanitise (tests.test_regression.TestRadix) ... ok test_22_search_best (tests.test_regression.TestRadix) ... ok test_23_add_with_glue (tests.test_regression.TestRadix) ... ok test_24_search_worst (tests.test_regression.TestRadix) ... ok test_25_search_default (tests.test_regression.TestRadix) ... ok test_26_search_covered (tests.test_regression.TestRadix) ... ok test_27_search_covered_segfault (tests.test_regression.TestRadix) ... ok test_28_search_covered_super_node_error (tests.test_regression.TestRadix) ... ok test_29_search_covering (tests.test_regression.TestRadix) ... ok test_30_remove (tests.test_regression.TestRadix) ... ok test_31_parent (tests.test_regression.TestRadix) ... ok test_32_covering_with_delete_error (tests.test_regression.TestRadix) ... ok ---------------------------------------------------------------------- Ran 39 tests in 1.204s OK + exit 0 Processing files: python2-py-radix-0.9.3-10.fc29.s390x Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.JRTaGZ + umask 022 + cd /builddir/build/BUILD + cd py-radix-0.9.3 + DOCDIR=/builddir/build/BUILDROOT/py-radix-0.9.3-10.fc29.s390x/usr/share/doc/python2-py-radix + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/py-radix-0.9.3-10.fc29.s390x/usr/share/doc/python2-py-radix + cp -pr README.rst /builddir/build/BUILDROOT/py-radix-0.9.3-10.fc29.s390x/usr/share/doc/python2-py-radix + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.G4GWnh + umask 022 + cd /builddir/build/BUILD + cd py-radix-0.9.3 + LICENSEDIR=/builddir/build/BUILDROOT/py-radix-0.9.3-10.fc29.s390x/usr/share/licenses/python2-py-radix + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/py-radix-0.9.3-10.fc29.s390x/usr/share/licenses/python2-py-radix + cp -pr LICENSE /builddir/build/BUILDROOT/py-radix-0.9.3-10.fc29.s390x/usr/share/licenses/python2-py-radix + exit 0 Provides: py-radix = 0.9.3-10.fc29 python-py-radix = 0.9.3-10.fc29 python-py-radix(s390-64) = 0.9.3-10.fc29 python2-py-radix = 0.9.3-10.fc29 python2-py-radix(s390-64) = 0.9.3-10.fc29 python2.7dist(py-radix) = 0.9.3 python2dist(py-radix) = 0.9.3 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)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libpthread.so.0()(64bit) libpython2.7.so.1.0()(64bit) python(abi) = 2.7 rtld(GNU_HASH) Obsoletes: py-radix <= 0.9.3-3 python-py-radix < 0.9.3-10.fc29 Processing files: python3-py-radix-0.9.3-10.fc29.s390x Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.ehn7M3 + umask 022 + cd /builddir/build/BUILD + cd py-radix-0.9.3 + DOCDIR=/builddir/build/BUILDROOT/py-radix-0.9.3-10.fc29.s390x/usr/share/doc/python3-py-radix + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/py-radix-0.9.3-10.fc29.s390x/usr/share/doc/python3-py-radix + cp -pr README.rst /builddir/build/BUILDROOT/py-radix-0.9.3-10.fc29.s390x/usr/share/doc/python3-py-radix + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.8IbrzQ + umask 022 + cd /builddir/build/BUILD + cd py-radix-0.9.3 + LICENSEDIR=/builddir/build/BUILDROOT/py-radix-0.9.3-10.fc29.s390x/usr/share/licenses/python3-py-radix + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/py-radix-0.9.3-10.fc29.s390x/usr/share/licenses/python3-py-radix + cp -pr LICENSE /builddir/build/BUILDROOT/py-radix-0.9.3-10.fc29.s390x/usr/share/licenses/python3-py-radix + exit 0 Provides: python3-py-radix = 0.9.3-10.fc29 python3-py-radix(s390-64) = 0.9.3-10.fc29 python3.7dist(py-radix) = 0.9.3 python3dist(py-radix) = 0.9.3 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)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libpthread.so.0()(64bit) libpython3.7m.so.1.0()(64bit) python(abi) = 3.7 rtld(GNU_HASH) Processing files: py-radix-debugsource-0.9.3-10.fc29.s390x Provides: py-radix-debugsource = 0.9.3-10.fc29 py-radix-debugsource(s390-64) = 0.9.3-10.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: py-radix-debuginfo-0.9.3-10.fc29.s390x Provides: py-radix-debuginfo = 0.9.3-10.fc29 py-radix-debuginfo(s390-64) = 0.9.3-10.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: py-radix-debugsource(s390-64) = 0.9.3-10.fc29 Processing files: python2-py-radix-debuginfo-0.9.3-10.fc29.s390x Provides: debuginfo(build-id) = 582e9d99d14bf5b5d293b939b0c04ba7303bc74f python2-py-radix-debuginfo = 0.9.3-10.fc29 python2-py-radix-debuginfo(s390-64) = 0.9.3-10.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: py-radix-debugsource(s390-64) = 0.9.3-10.fc29 Processing files: python3-py-radix-debuginfo-0.9.3-10.fc29.s390x Provides: debuginfo(build-id) = a4378edb216b0d650f2fb839af61f0b43066c500 python3-py-radix-debuginfo = 0.9.3-10.fc29 python3-py-radix-debuginfo(s390-64) = 0.9.3-10.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: py-radix-debugsource(s390-64) = 0.9.3-10.fc29 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/py-radix-0.9.3-10.fc29.s390x Wrote: /builddir/build/RPMS/python2-py-radix-0.9.3-10.fc29.s390x.rpm Wrote: /builddir/build/RPMS/python3-py-radix-0.9.3-10.fc29.s390x.rpm Wrote: /builddir/build/RPMS/py-radix-debugsource-0.9.3-10.fc29.s390x.rpm Wrote: /builddir/build/RPMS/py-radix-debuginfo-0.9.3-10.fc29.s390x.rpm Wrote: /builddir/build/RPMS/python2-py-radix-debuginfo-0.9.3-10.fc29.s390x.rpm Wrote: /builddir/build/RPMS/python3-py-radix-debuginfo-0.9.3-10.fc29.s390x.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.cQHjfE + umask 022 + cd /builddir/build/BUILD + cd py-radix-0.9.3 + /usr/bin/rm -rf /builddir/build/BUILDROOT/py-radix-0.9.3-10.fc29.s390x + exit 0 Child return code was: 0