Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target ppc64 --nodeps /builddir/build/SPECS/python-rencode.spec'], chrootPath='/var/lib/mock/f28-build-14226670-1019246/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 ppc64 --nodeps /builddir/build/SPECS/python-rencode.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: ppc64 Building for target ppc64 Wrote: /builddir/build/SRPMS/python-rencode-1.0.6-3.fc28.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target ppc64 --nodeps /builddir/build/SPECS/python-rencode.spec'], chrootPath='/var/lib/mock/f28-build-14226670-1019246/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 ppc64 --nodeps /builddir/build/SPECS/python-rencode.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: ppc64 Building for target ppc64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.0tuzxn + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf rencode-1.0.6 + /usr/bin/gzip -dc /builddir/build/SOURCES/rencode-1.0.6.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd rencode-1.0.6 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + cp -a /builddir/build/SOURCES/rencode.pyx ./rencode + rm -f ./rencode/rencode.c + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.g1PGQG + umask 022 + cd /builddir/build/BUILD + cd rencode-1.0.6 + 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 -funwind-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' Compiling rencode/rencode.pyx because it changed. [1/1] Cythonizing rencode/rencode.pyx running build running build_py creating build creating build/lib.linux-ppc64-2.7 creating build/lib.linux-ppc64-2.7/rencode copying rencode/__init__.py -> build/lib.linux-ppc64-2.7/rencode copying rencode/rencode_orig.py -> build/lib.linux-ppc64-2.7/rencode running build_ext building 'rencode._rencode' extension creating build/temp.linux-ppc64-2.7 creating build/temp.linux-ppc64-2.7/rencode 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 -funwind-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 -funwind-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 -funwind-tables -fstack-clash-protection -fPIC -I/usr/include/python2.7 -c rencode/rencode.c -o build/temp.linux-ppc64-2.7/rencode/rencode.o -O3 In file included from /usr/include/python2.7/Python.h:83, from rencode/rencode.c:20: rencode/rencode.c: In function 'init_rencode': /usr/include/python2.7/object.h:769:6: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ((PyObject*)(op))->ob_refcnt++) ~^~~~~~~~~~~~~~~~ rencode/rencode.c:883:27: note: in expansion of macro 'Py_INCREF' #define __Pyx_INCREF(r) Py_INCREF(r) ^~~~~~~~~ rencode/rencode.c:8432:3: note: in expansion of macro '__Pyx_INCREF' __Pyx_INCREF(Py_False); ^~~~~~~~~~~~ /usr/include/python2.7/object.h:769:6: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ((PyObject*)(op))->ob_refcnt++) ~^~~~~~~~~~~~~~~~ rencode/rencode.c:883:27: note: in expansion of macro 'Py_INCREF' #define __Pyx_INCREF(r) Py_INCREF(r) ^~~~~~~~~ rencode/rencode.c:8444:3: note: in expansion of macro '__Pyx_INCREF' __Pyx_INCREF(Py_False); ^~~~~~~~~~~~ /usr/include/python2.7/object.h:769:6: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ((PyObject*)(op))->ob_refcnt++) ~^~~~~~~~~~~~~~~~ rencode/rencode.c:883:27: note: in expansion of macro 'Py_INCREF' #define __Pyx_INCREF(r) Py_INCREF(r) ^~~~~~~~~ rencode/rencode.c:8484:5: note: in expansion of macro '__Pyx_INCREF' __Pyx_INCREF(Py_True); ^~~~~~~~~~~~ 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 -funwind-tables -fstack-clash-protection build/temp.linux-ppc64-2.7/rencode/rencode.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-ppc64-2.7/rencode/_rencode.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 -funwind-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-ppc64-3.6 creating build/lib.linux-ppc64-3.6/rencode copying rencode/__init__.py -> build/lib.linux-ppc64-3.6/rencode copying rencode/rencode_orig.py -> build/lib.linux-ppc64-3.6/rencode running build_ext building 'rencode._rencode' extension creating build/temp.linux-ppc64-3.6 creating build/temp.linux-ppc64-3.6/rencode 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 -funwind-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 -funwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.6m -c rencode/rencode.c -o build/temp.linux-ppc64-3.6/rencode/rencode.o -O3 gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -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 -funwind-tables -fstack-clash-protection build/temp.linux-ppc64-3.6/rencode/rencode.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-ppc64-3.6/rencode/_rencode.cpython-36m-ppc64-linux-gnu.so + sleep 1 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.unwei6 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-rencode-1.0.6-3.fc28.ppc64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-rencode-1.0.6-3.fc28.ppc64 ++ dirname /builddir/build/BUILDROOT/python-rencode-1.0.6-3.fc28.ppc64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-rencode-1.0.6-3.fc28.ppc64 + cd rencode-1.0.6 + 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 -funwind-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/python-rencode-1.0.6-3.fc28.ppc64 running install running install_lib creating /builddir/build/BUILDROOT/python-rencode-1.0.6-3.fc28.ppc64/usr creating /builddir/build/BUILDROOT/python-rencode-1.0.6-3.fc28.ppc64/usr/lib64 creating /builddir/build/BUILDROOT/python-rencode-1.0.6-3.fc28.ppc64/usr/lib64/python2.7 creating /builddir/build/BUILDROOT/python-rencode-1.0.6-3.fc28.ppc64/usr/lib64/python2.7/site-packages creating /builddir/build/BUILDROOT/python-rencode-1.0.6-3.fc28.ppc64/usr/lib64/python2.7/site-packages/rencode copying build/lib.linux-ppc64-2.7/rencode/_rencode.so -> /builddir/build/BUILDROOT/python-rencode-1.0.6-3.fc28.ppc64/usr/lib64/python2.7/site-packages/rencode copying build/lib.linux-ppc64-2.7/rencode/__init__.py -> /builddir/build/BUILDROOT/python-rencode-1.0.6-3.fc28.ppc64/usr/lib64/python2.7/site-packages/rencode copying build/lib.linux-ppc64-2.7/rencode/rencode_orig.py -> /builddir/build/BUILDROOT/python-rencode-1.0.6-3.fc28.ppc64/usr/lib64/python2.7/site-packages/rencode byte-compiling /builddir/build/BUILDROOT/python-rencode-1.0.6-3.fc28.ppc64/usr/lib64/python2.7/site-packages/rencode/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-rencode-1.0.6-3.fc28.ppc64/usr/lib64/python2.7/site-packages/rencode/rencode_orig.py to rencode_orig.pyc writing byte-compilation script '/tmp/tmpMcfMQe.py' /usr/bin/python2 -O /tmp/tmpMcfMQe.py removing /tmp/tmpMcfMQe.py running install_egg_info running egg_info writing rencode.egg-info/PKG-INFO writing top-level names to rencode.egg-info/top_level.txt writing dependency_links to rencode.egg-info/dependency_links.txt reading manifest file 'rencode.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'rencode.egg-info/SOURCES.txt' Copying rencode.egg-info to /builddir/build/BUILDROOT/python-rencode-1.0.6-3.fc28.ppc64/usr/lib64/python2.7/site-packages/rencode-1.0.6-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 -funwind-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/python-rencode-1.0.6-3.fc28.ppc64 running install running install_lib creating /builddir/build/BUILDROOT/python-rencode-1.0.6-3.fc28.ppc64/usr/lib64/python3.6 creating /builddir/build/BUILDROOT/python-rencode-1.0.6-3.fc28.ppc64/usr/lib64/python3.6/site-packages creating /builddir/build/BUILDROOT/python-rencode-1.0.6-3.fc28.ppc64/usr/lib64/python3.6/site-packages/rencode copying build/lib.linux-ppc64-3.6/rencode/_rencode.cpython-36m-ppc64-linux-gnu.so -> /builddir/build/BUILDROOT/python-rencode-1.0.6-3.fc28.ppc64/usr/lib64/python3.6/site-packages/rencode copying build/lib.linux-ppc64-3.6/rencode/__init__.py -> /builddir/build/BUILDROOT/python-rencode-1.0.6-3.fc28.ppc64/usr/lib64/python3.6/site-packages/rencode copying build/lib.linux-ppc64-3.6/rencode/rencode_orig.py -> /builddir/build/BUILDROOT/python-rencode-1.0.6-3.fc28.ppc64/usr/lib64/python3.6/site-packages/rencode byte-compiling /builddir/build/BUILDROOT/python-rencode-1.0.6-3.fc28.ppc64/usr/lib64/python3.6/site-packages/rencode/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-rencode-1.0.6-3.fc28.ppc64/usr/lib64/python3.6/site-packages/rencode/rencode_orig.py to rencode_orig.cpython-36.pyc writing byte-compilation script '/tmp/tmpdlh0vb04.py' /usr/bin/python3 /tmp/tmpdlh0vb04.py removing /tmp/tmpdlh0vb04.py running install_egg_info running egg_info writing rencode.egg-info/PKG-INFO writing dependency_links to rencode.egg-info/dependency_links.txt writing top-level names to rencode.egg-info/top_level.txt reading manifest file 'rencode.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'rencode.egg-info/SOURCES.txt' Copying rencode.egg-info to /builddir/build/BUILDROOT/python-rencode-1.0.6-3.fc28.ppc64/usr/lib64/python3.6/site-packages/rencode-1.0.6-py3.6.egg-info running install_scripts + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 1.0.6-3.fc28 --unique-debug-suffix -1.0.6-3.fc28.ppc64 --unique-debug-src-base python-rencode-1.0.6-3.fc28.ppc64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/rencode-1.0.6 extracting debug info from /builddir/build/BUILDROOT/python-rencode-1.0.6-3.fc28.ppc64/usr/lib64/python2.7/site-packages/rencode/_rencode.so extracting debug info from /builddir/build/BUILDROOT/python-rencode-1.0.6-3.fc28.ppc64/usr/lib64/python3.6/site-packages/rencode/_rencode.cpython-36m-ppc64-linux-gnu.so /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. 861 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 Bytecompiling .py files below /builddir/build/BUILDROOT/python-rencode-1.0.6-3.fc28.ppc64/usr/lib/debug/usr/lib64/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-rencode-1.0.6-3.fc28.ppc64/usr/lib/debug/usr/lib64/python3.6 using /usr/bin/python3.6 Bytecompiling .py files below /builddir/build/BUILDROOT/python-rencode-1.0.6-3.fc28.ppc64/usr/lib64/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-rencode-1.0.6-3.fc28.ppc64/usr/lib64/python3.6 using /usr/bin/python3.6 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs '' '' Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.GEv7Dx + umask 022 + cd /builddir/build/BUILD + cd rencode-1.0.6 + pushd tests ~/build/BUILD/rencode-1.0.6/tests ~/build/BUILD/rencode-1.0.6 + PYTHONPATH=/builddir/build/BUILDROOT/python-rencode-1.0.6-3.fc28.ppc64/usr/lib64/python2.7/site-packages + /usr/bin/python2 test_rencode.py ......................................... ---------------------------------------------------------------------- Ran 41 tests in 0.004s OK + PYTHONPATH=/builddir/build/BUILDROOT/python-rencode-1.0.6-3.fc28.ppc64/usr/lib64/python2.7/site-packages + /usr/bin/python2 timetest.py ******************************************************************************* Encode functions: ******************************************************************************* test_encode_fixed_pos_int: rencode.pyx: 0.007s (+0.034s) 575.99% rencode.py: 0.041s test_encode_int_int_size: rencode.pyx: 0.019s (+0.083s) 535.76% rencode.py: 0.102s test_encode_int_long_long_size: rencode.pyx: 0.028s (+0.083s) 393.79% rencode.py: 0.111s test_encode_float_32bit: rencode.pyx: 0.009s (+0.034s) 495.11% rencode.py: 0.042s test_encode_int_short_size: rencode.pyx: 0.017s (+0.082s) 589.74% rencode.py: 0.099s test_encode_str: rencode.pyx: 0.021s (+0.026s) 224.93% rencode.py: 0.046s test_encode_dict: rencode.pyx: 0.273s (+0.748s) 373.91% rencode.py: 1.021s test_encode_fixed_list: rencode.pyx: 0.028s (+0.053s) 290.95% rencode.py: 0.080s test_encode_fixed_neg_int: rencode.pyx: 0.007s (+0.037s) 611.99% rencode.py: 0.044s test_encode_fixed_dict: rencode.pyx: 0.096s (+0.262s) 373.61% rencode.py: 0.358s test_encode_int_char_size: rencode.pyx: 0.015s (+0.081s) 658.41% rencode.py: 0.096s test_encode_fixed_str: rencode.pyx: 0.009s (+0.037s) 511.82% rencode.py: 0.046s test_encode_list: rencode.pyx: 0.322s (+0.295s) 191.55% rencode.py: 0.617s test_encode_none: rencode.pyx: 0.009s (+0.023s) 359.59% rencode.py: 0.032s test_encode_int_big_number: rencode.pyx: 0.034s (+0.047s) 239.48% rencode.py: 0.080s test_encode_float_64bit: rencode.pyx: 0.008s (+0.034s) 510.49% rencode.py: 0.043s test_encode_bool: rencode.pyx: 0.010s (+0.032s) 421.06% rencode.py: 0.042s Encode functions totals: rencode.pyx: 0.910s (+1.991s) 318.66% rencode.py: 2.901s ******************************************************************************* Decode functions: ******************************************************************************* test_decode_fixed_list: rencode.pyx: 0.008s (+0.057s) 785.09% rencode.py: 0.066s test_decode_int_long_long_size: rencode.pyx: 0.008s (+0.041s) 589.29% rencode.py: 0.049s test_decode_dict: rencode.pyx: 0.046s (+0.641s) 1505.08% rencode.py: 0.687s test_decode_fixed_dict: rencode.pyx: 0.018s (+0.187s) 1135.00% rencode.py: 0.205s test_decode_float_32bit: rencode.pyx: 0.005s (+0.022s) 518.97% rencode.py: 0.027s test_decode_int_big_number: rencode.pyx: 0.027s (+0.026s) 196.95% rencode.py: 0.052s test_decode_int_char_size: rencode.pyx: 0.008s (+0.038s) 560.52% rencode.py: 0.046s test_decode_fixed_neg_int: rencode.pyx: 0.005s (+0.011s) 302.38% rencode.py: 0.016s test_decode_fixed_str: rencode.pyx: 0.006s (+0.015s) 355.20% rencode.py: 0.020s test_decode_float_64bit: rencode.pyx: 0.005s (+0.021s) 509.01% rencode.py: 0.027s test_decode_bool: rencode.pyx: 0.005s (+0.011s) 317.03% rencode.py: 0.016s test_decode_fixed_pos_int: rencode.pyx: 0.005s (+0.011s) 309.86% rencode.py: 0.016s test_decode_list: rencode.pyx: 0.049s (+0.810s) 1764.87% rencode.py: 0.859s test_decode_none: rencode.pyx: 0.005s (+0.010s) 304.82% rencode.py: 0.015s test_decode_int_short_size: rencode.pyx: 0.008s (+0.041s) 589.63% rencode.py: 0.049s test_decode_str: rencode.pyx: 0.017s (+0.030s) 279.60% rencode.py: 0.047s test_decode_int_int_size: rencode.pyx: 0.008s (+0.041s) 590.78% rencode.py: 0.049s Decode functions totals: rencode.pyx: 0.234s (+2.011s) 960.94% rencode.py: 2.244s ******************************************************************************* Overall functions: ******************************************************************************* test_overall_encode: rencode.pyx: 0.151s (+0.343s) 326.99% rencode.py: 0.494s test_overall_decode: rencode.pyx: 0.063s (+0.313s) 593.77% rencode.py: 0.376s Overall functions totals: rencode.pyx: 0.215s (+0.656s) 405.79% rencode.py: 0.871s + PYTHONPATH=/builddir/build/BUILDROOT/python-rencode-1.0.6-3.fc28.ppc64/usr/lib64/python3.6/site-packages + /usr/bin/python3 test_rencode.py ......................................... ---------------------------------------------------------------------- Ran 41 tests in 0.007s OK + PYTHONPATH=/builddir/build/BUILDROOT/python-rencode-1.0.6-3.fc28.ppc64/usr/lib64/python3.6/site-packages + /usr/bin/python3 timetest.py ******************************************************************************* Encode functions: ******************************************************************************* test_encode_fixed_pos_int: rencode.pyx: 0.010s (+0.050s) 620.48% rencode.py: 0.060s test_encode_fixed_neg_int: rencode.pyx: 0.010s (+0.053s) 643.32% rencode.py: 0.062s test_encode_int_char_size: rencode.pyx: 0.019s (+0.100s) 616.68% rencode.py: 0.119s test_encode_int_short_size: rencode.pyx: 0.021s (+0.101s) 571.36% rencode.py: 0.122s test_encode_int_int_size: rencode.pyx: 0.023s (+0.103s) 556.64% rencode.py: 0.125s test_encode_int_long_long_size: rencode.pyx: 0.026s (+0.102s) 496.31% rencode.py: 0.128s test_encode_int_big_number: rencode.pyx: 0.035s (+0.051s) 248.51% rencode.py: 0.086s test_encode_float_32bit: rencode.pyx: 0.012s (+0.041s) 450.26% rencode.py: 0.052s test_encode_float_64bit: rencode.pyx: 0.012s (+0.042s) 455.91% rencode.py: 0.053s test_encode_fixed_str: rencode.pyx: 0.012s (+0.053s) 543.32% rencode.py: 0.064s test_encode_str: rencode.pyx: 0.033s (+0.035s) 204.31% rencode.py: 0.068s test_encode_none: rencode.pyx: 0.011s (+0.029s) 364.25% rencode.py: 0.040s test_encode_bool: rencode.pyx: 0.012s (+0.040s) 435.15% rencode.py: 0.051s test_encode_fixed_list: rencode.pyx: 0.029s (+0.081s) 376.58% rencode.py: 0.111s test_encode_list: rencode.pyx: 0.273s (+0.608s) 322.61% rencode.py: 0.881s test_encode_fixed_dict: rencode.pyx: 0.084s (+0.463s) 648.88% rencode.py: 0.547s test_encode_dict: rencode.pyx: 0.215s (+1.372s) 737.83% rencode.py: 1.587s Encode functions totals: rencode.pyx: 0.836s (+3.322s) 497.31% rencode.py: 4.158s ******************************************************************************* Decode functions: ******************************************************************************* test_decode_fixed_pos_int: rencode.pyx: 0.007s (+0.018s) 343.61% rencode.py: 0.026s test_decode_fixed_neg_int: rencode.pyx: 0.009s (+0.017s) 295.09% rencode.py: 0.025s test_decode_int_char_size: rencode.pyx: 0.013s (+0.061s) 570.38% rencode.py: 0.074s test_decode_int_short_size: rencode.pyx: 0.014s (+0.065s) 560.52% rencode.py: 0.079s test_decode_int_int_size: rencode.pyx: 0.014s (+0.065s) 567.16% rencode.py: 0.078s test_decode_int_long_long_size: rencode.pyx: 0.014s (+0.064s) 549.32% rencode.py: 0.078s test_decode_int_big_number: rencode.pyx: 0.021s (+0.044s) 313.44% rencode.py: 0.065s test_decode_float_32bit: rencode.pyx: 0.008s (+0.033s) 528.28% rencode.py: 0.041s test_decode_float_64bit: rencode.pyx: 0.008s (+0.033s) 523.09% rencode.py: 0.041s test_decode_fixed_str: rencode.pyx: 0.009s (+0.024s) 366.12% rencode.py: 0.033s test_decode_str: rencode.pyx: 0.014s (+0.046s) 417.17% rencode.py: 0.060s test_decode_none: rencode.pyx: 0.007s (+0.018s) 354.06% rencode.py: 0.025s test_decode_bool: rencode.pyx: 0.007s (+0.018s) 358.01% rencode.py: 0.025s test_decode_fixed_list: rencode.pyx: 0.011s (+0.098s) 968.41% rencode.py: 0.109s test_decode_list: rencode.pyx: 0.052s (+1.477s) 2964.49% rencode.py: 1.528s test_decode_fixed_dict: rencode.pyx: 0.030s (+0.325s) 1202.70% rencode.py: 0.355s test_decode_dict: rencode.pyx: 0.063s (+1.119s) 1875.01% rencode.py: 1.182s Decode functions totals: rencode.pyx: 0.301s (+3.524s) 1272.81% rencode.py: 3.825s ******************************************************************************* Overall functions: ******************************************************************************* test_overall_encode: rencode.pyx: 0.141s (+0.507s) 458.77% rencode.py: 0.648s test_overall_decode: rencode.pyx: 0.050s (+0.512s) 1122.02% rencode.py: 0.562s Overall functions totals: rencode.pyx: 0.191s (+1.019s) 632.34% rencode.py: 1.211s ~/build/BUILD/rencode-1.0.6 Processing files: python2-rencode-1.0.6-3.fc28.ppc64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.D9Qea9 + popd + exit 0 + umask 022 + cd /builddir/build/BUILD + cd rencode-1.0.6 + DOCDIR=/builddir/build/BUILDROOT/python-rencode-1.0.6-3.fc28.ppc64/usr/share/doc/python2-rencode + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-rencode-1.0.6-3.fc28.ppc64/usr/share/doc/python2-rencode + cp -pr README.md /builddir/build/BUILDROOT/python-rencode-1.0.6-3.fc28.ppc64/usr/share/doc/python2-rencode + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.bj8BGK + umask 022 + cd /builddir/build/BUILD + cd rencode-1.0.6 + LICENSEDIR=/builddir/build/BUILDROOT/python-rencode-1.0.6-3.fc28.ppc64/usr/share/licenses/python2-rencode + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-rencode-1.0.6-3.fc28.ppc64/usr/share/licenses/python2-rencode + cp -pr COPYING /builddir/build/BUILDROOT/python-rencode-1.0.6-3.fc28.ppc64/usr/share/licenses/python2-rencode + exit 0 Provides: python-rencode = 1.0.6-3.fc28 python-rencode(ppc-64) = 1.0.6-3.fc28 python2-rencode = 1.0.6-3.fc28 python2-rencode(ppc-64) = 1.0.6-3.fc28 python2.7dist(rencode) = 1.0.6 python2dist(rencode) = 1.0.6 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.3)(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: python-rencode < 1.0.6-3.fc28 Processing files: python3-rencode-1.0.6-3.fc28.ppc64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.ID5Ftn + umask 022 + cd /builddir/build/BUILD + cd rencode-1.0.6 + DOCDIR=/builddir/build/BUILDROOT/python-rencode-1.0.6-3.fc28.ppc64/usr/share/doc/python3-rencode + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-rencode-1.0.6-3.fc28.ppc64/usr/share/doc/python3-rencode + cp -pr README.md /builddir/build/BUILDROOT/python-rencode-1.0.6-3.fc28.ppc64/usr/share/doc/python3-rencode + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.2Wk2g0 + umask 022 + cd /builddir/build/BUILD + cd rencode-1.0.6 + LICENSEDIR=/builddir/build/BUILDROOT/python-rencode-1.0.6-3.fc28.ppc64/usr/share/licenses/python3-rencode + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-rencode-1.0.6-3.fc28.ppc64/usr/share/licenses/python3-rencode + cp -pr COPYING /builddir/build/BUILDROOT/python-rencode-1.0.6-3.fc28.ppc64/usr/share/licenses/python3-rencode + exit 0 Provides: python3-rencode = 1.0.6-3.fc28 python3-rencode(ppc-64) = 1.0.6-3.fc28 python3.6dist(rencode) = 1.0.6 python3dist(rencode) = 1.0.6 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.3)(64bit) libc.so.6(GLIBC_2.4)(64bit) libpthread.so.0()(64bit) libpython3.6m.so.1.0()(64bit) python(abi) = 3.6 rtld(GNU_HASH) Processing files: python-rencode-debugsource-1.0.6-3.fc28.ppc64 Provides: python-rencode-debugsource = 1.0.6-3.fc28 python-rencode-debugsource(ppc-64) = 1.0.6-3.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python-rencode-debuginfo-1.0.6-3.fc28.ppc64 Provides: python-rencode-debuginfo = 1.0.6-3.fc28 python-rencode-debuginfo(ppc-64) = 1.0.6-3.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-rencode-debugsource(ppc-64) = 1.0.6-3.fc28 Processing files: python2-rencode-debuginfo-1.0.6-3.fc28.ppc64 Provides: debuginfo(build-id) = 2cc91e5243f72982b3a2d613ade218aba589ac9d python2-rencode-debuginfo = 1.0.6-3.fc28 python2-rencode-debuginfo(ppc-64) = 1.0.6-3.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-rencode-debugsource(ppc-64) = 1.0.6-3.fc28 Processing files: python3-rencode-debuginfo-1.0.6-3.fc28.ppc64 Provides: debuginfo(build-id) = 313744578f76d7cf31949371f31e4df45770febb python3-rencode-debuginfo = 1.0.6-3.fc28 python3-rencode-debuginfo(ppc-64) = 1.0.6-3.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-rencode-debugsource(ppc-64) = 1.0.6-3.fc28 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-rencode-1.0.6-3.fc28.ppc64 Wrote: /builddir/build/RPMS/python2-rencode-1.0.6-3.fc28.ppc64.rpm Wrote: /builddir/build/RPMS/python3-rencode-1.0.6-3.fc28.ppc64.rpm Wrote: /builddir/build/RPMS/python-rencode-debugsource-1.0.6-3.fc28.ppc64.rpm Wrote: /builddir/build/RPMS/python-rencode-debuginfo-1.0.6-3.fc28.ppc64.rpm Wrote: /builddir/build/RPMS/python2-rencode-debuginfo-1.0.6-3.fc28.ppc64.rpm Wrote: /builddir/build/RPMS/python3-rencode-debuginfo-1.0.6-3.fc28.ppc64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.AQdVxE + umask 022 + cd /builddir/build/BUILD + cd rencode-1.0.6 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-rencode-1.0.6-3.fc28.ppc64 + exit 0 Child return code was: 0