Mock Version: 3.5 Mock Version: 3.5 Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target ppc64le --nodeps /builddir/build/SPECS/python-cffi.spec'], chrootPath='/home/mockroot/dist-circle8-build-108992-60595/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': 'C.UTF-8'}shell=Falselogger=timeout=86400uid=994gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target ppc64le --nodeps /builddir/build/SPECS/python-cffi.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': 'C.UTF-8'} and shell False Building target platforms: ppc64le Building for target ppc64le Wrote: /builddir/build/SRPMS/python-cffi-1.11.5-6.el8.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --noclean --target ppc64le --nodeps /builddir/build/SPECS/python-cffi.spec'], chrootPath='/home/mockroot/dist-circle8-build-108992-60595/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': 'C.UTF-8'}shell=Falselogger=timeout=86400uid=994gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --noclean --target ppc64le --nodeps /builddir/build/SPECS/python-cffi.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': 'C.UTF-8'} and shell False Building target platforms: ppc64le Building for target ppc64le Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.LcPHnc + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf cffi-1.11.5 + /usr/bin/gzip -dc /builddir/build/SOURCES/cffi-1.11.5.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd cffi-1.11.5 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /builddir/build/SOURCES/0001-from-buffer-require-writable.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.YKQWmI + umask 022 + cd /builddir/build/BUILD + cd cffi-1.11.5 + 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 -mcpu=power8 -mtune=power8 -funwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/libexec/platform-python setup.py build '--executable=/usr/libexec/platform-python -s' running build running build_py creating build creating build/lib.linux-ppc64le-3.6 creating build/lib.linux-ppc64le-3.6/cffi copying cffi/vengine_cpy.py -> build/lib.linux-ppc64le-3.6/cffi copying cffi/model.py -> build/lib.linux-ppc64le-3.6/cffi copying cffi/commontypes.py -> build/lib.linux-ppc64le-3.6/cffi copying cffi/error.py -> build/lib.linux-ppc64le-3.6/cffi copying cffi/backend_ctypes.py -> build/lib.linux-ppc64le-3.6/cffi copying cffi/cparser.py -> build/lib.linux-ppc64le-3.6/cffi copying cffi/ffiplatform.py -> build/lib.linux-ppc64le-3.6/cffi copying cffi/vengine_gen.py -> build/lib.linux-ppc64le-3.6/cffi copying cffi/api.py -> build/lib.linux-ppc64le-3.6/cffi copying cffi/lock.py -> build/lib.linux-ppc64le-3.6/cffi copying cffi/__init__.py -> build/lib.linux-ppc64le-3.6/cffi copying cffi/setuptools_ext.py -> build/lib.linux-ppc64le-3.6/cffi copying cffi/cffi_opcode.py -> build/lib.linux-ppc64le-3.6/cffi copying cffi/verifier.py -> build/lib.linux-ppc64le-3.6/cffi copying cffi/recompiler.py -> build/lib.linux-ppc64le-3.6/cffi copying cffi/_cffi_include.h -> build/lib.linux-ppc64le-3.6/cffi copying cffi/parse_c_type.h -> build/lib.linux-ppc64le-3.6/cffi copying cffi/_embedding.h -> build/lib.linux-ppc64le-3.6/cffi copying cffi/_cffi_errors.h -> build/lib.linux-ppc64le-3.6/cffi running build_ext building '_cffi_backend' extension creating build/temp.linux-ppc64le-3.6 creating build/temp.linux-ppc64le-3.6/c 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 -m64 -mcpu=power8 -mtune=power8 -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 -mcpu=power8 -mtune=power8 -funwind-tables -fstack-clash-protection -fPIC -DUSE__THREAD -DHAVE_SYNC_SYNCHRONIZE -I/usr/include/python3.6m -c c/_cffi_backend.c -o build/temp.linux-ppc64le-3.6/c/_cffi_backend.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -g -Wl,-z,relro -Wl,-z,now -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 -mcpu=power8 -mtune=power8 -funwind-tables -fstack-clash-protection build/temp.linux-ppc64le-3.6/c/_cffi_backend.o -L/usr/lib64 -lffi -lpython3.6m -o build/lib.linux-ppc64le-3.6/_cffi_backend.cpython-36m-ppc64le-linux-gnu.so + sleep 1 + cd doc + make html sphinx-build -b html -d build/doctrees source build/html Running Sphinx v1.7.6 making output directory... loading pickled environment... not yet created building [mo]: targets for 0 po files that are out of date building [html]: targets for 9 source files that are out of date updating environment: 9 added, 0 changed, 0 removed reading sources... [ 11%] cdef reading sources... [ 22%] embedding reading sources... [ 33%] goals reading sources... [ 44%] index reading sources... [ 55%] installation reading sources... [ 66%] overview reading sources... [ 77%] ref reading sources... [ 88%] using reading sources... [100%] whatsnew looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 11%] cdef writing output... [ 22%] embedding writing output... [ 33%] goals writing output... [ 44%] index writing output... [ 55%] installation writing output... [ 66%] overview writing output... [ 77%] ref writing output... [ 88%] using writing output... [100%] whatsnew generating indices... genindex writing additional pages... search copying static files... done copying extra files... done dumping search index in English (code: en) ... done dumping object inventory... done build succeeded. The HTML pages are in build/html. Build finished. The HTML pages are in build/html. + rm build/html/.buildinfo + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.0EPqkS + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-cffi-1.11.5-6.el8.ppc64le '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-cffi-1.11.5-6.el8.ppc64le ++ dirname /builddir/build/BUILDROOT/python-cffi-1.11.5-6.el8.ppc64le + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-cffi-1.11.5-6.el8.ppc64le + cd cffi-1.11.5 + 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 -mcpu=power8 -mtune=power8 -funwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/libexec/platform-python setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-cffi-1.11.5-6.el8.ppc64le --record /builddir/build/BUILDROOT/python-cffi-1.11.5-6.el8.ppc64le/usr/lib64/python3.6/site-packages/cffi-1.11.5-py3.6.egg-info/installed-files.txt running install running install_lib creating /builddir/build/BUILDROOT/python-cffi-1.11.5-6.el8.ppc64le/usr creating /builddir/build/BUILDROOT/python-cffi-1.11.5-6.el8.ppc64le/usr/lib64 creating /builddir/build/BUILDROOT/python-cffi-1.11.5-6.el8.ppc64le/usr/lib64/python3.6 creating /builddir/build/BUILDROOT/python-cffi-1.11.5-6.el8.ppc64le/usr/lib64/python3.6/site-packages creating /builddir/build/BUILDROOT/python-cffi-1.11.5-6.el8.ppc64le/usr/lib64/python3.6/site-packages/cffi copying build/lib.linux-ppc64le-3.6/cffi/vengine_cpy.py -> /builddir/build/BUILDROOT/python-cffi-1.11.5-6.el8.ppc64le/usr/lib64/python3.6/site-packages/cffi copying build/lib.linux-ppc64le-3.6/cffi/model.py -> /builddir/build/BUILDROOT/python-cffi-1.11.5-6.el8.ppc64le/usr/lib64/python3.6/site-packages/cffi copying build/lib.linux-ppc64le-3.6/cffi/commontypes.py -> /builddir/build/BUILDROOT/python-cffi-1.11.5-6.el8.ppc64le/usr/lib64/python3.6/site-packages/cffi copying build/lib.linux-ppc64le-3.6/cffi/error.py -> /builddir/build/BUILDROOT/python-cffi-1.11.5-6.el8.ppc64le/usr/lib64/python3.6/site-packages/cffi copying build/lib.linux-ppc64le-3.6/cffi/backend_ctypes.py -> /builddir/build/BUILDROOT/python-cffi-1.11.5-6.el8.ppc64le/usr/lib64/python3.6/site-packages/cffi copying build/lib.linux-ppc64le-3.6/cffi/cparser.py -> /builddir/build/BUILDROOT/python-cffi-1.11.5-6.el8.ppc64le/usr/lib64/python3.6/site-packages/cffi copying build/lib.linux-ppc64le-3.6/cffi/ffiplatform.py -> /builddir/build/BUILDROOT/python-cffi-1.11.5-6.el8.ppc64le/usr/lib64/python3.6/site-packages/cffi copying build/lib.linux-ppc64le-3.6/cffi/vengine_gen.py -> /builddir/build/BUILDROOT/python-cffi-1.11.5-6.el8.ppc64le/usr/lib64/python3.6/site-packages/cffi copying build/lib.linux-ppc64le-3.6/cffi/api.py -> /builddir/build/BUILDROOT/python-cffi-1.11.5-6.el8.ppc64le/usr/lib64/python3.6/site-packages/cffi copying build/lib.linux-ppc64le-3.6/cffi/lock.py -> /builddir/build/BUILDROOT/python-cffi-1.11.5-6.el8.ppc64le/usr/lib64/python3.6/site-packages/cffi copying build/lib.linux-ppc64le-3.6/cffi/__init__.py -> /builddir/build/BUILDROOT/python-cffi-1.11.5-6.el8.ppc64le/usr/lib64/python3.6/site-packages/cffi copying build/lib.linux-ppc64le-3.6/cffi/setuptools_ext.py -> /builddir/build/BUILDROOT/python-cffi-1.11.5-6.el8.ppc64le/usr/lib64/python3.6/site-packages/cffi copying build/lib.linux-ppc64le-3.6/cffi/cffi_opcode.py -> /builddir/build/BUILDROOT/python-cffi-1.11.5-6.el8.ppc64le/usr/lib64/python3.6/site-packages/cffi copying build/lib.linux-ppc64le-3.6/cffi/verifier.py -> /builddir/build/BUILDROOT/python-cffi-1.11.5-6.el8.ppc64le/usr/lib64/python3.6/site-packages/cffi copying build/lib.linux-ppc64le-3.6/cffi/recompiler.py -> /builddir/build/BUILDROOT/python-cffi-1.11.5-6.el8.ppc64le/usr/lib64/python3.6/site-packages/cffi copying build/lib.linux-ppc64le-3.6/cffi/_cffi_include.h -> /builddir/build/BUILDROOT/python-cffi-1.11.5-6.el8.ppc64le/usr/lib64/python3.6/site-packages/cffi copying build/lib.linux-ppc64le-3.6/cffi/parse_c_type.h -> /builddir/build/BUILDROOT/python-cffi-1.11.5-6.el8.ppc64le/usr/lib64/python3.6/site-packages/cffi copying build/lib.linux-ppc64le-3.6/cffi/_embedding.h -> /builddir/build/BUILDROOT/python-cffi-1.11.5-6.el8.ppc64le/usr/lib64/python3.6/site-packages/cffi copying build/lib.linux-ppc64le-3.6/cffi/_cffi_errors.h -> /builddir/build/BUILDROOT/python-cffi-1.11.5-6.el8.ppc64le/usr/lib64/python3.6/site-packages/cffi copying build/lib.linux-ppc64le-3.6/_cffi_backend.cpython-36m-ppc64le-linux-gnu.so -> /builddir/build/BUILDROOT/python-cffi-1.11.5-6.el8.ppc64le/usr/lib64/python3.6/site-packages byte-compiling /builddir/build/BUILDROOT/python-cffi-1.11.5-6.el8.ppc64le/usr/lib64/python3.6/site-packages/cffi/vengine_cpy.py to vengine_cpy.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cffi-1.11.5-6.el8.ppc64le/usr/lib64/python3.6/site-packages/cffi/model.py to model.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cffi-1.11.5-6.el8.ppc64le/usr/lib64/python3.6/site-packages/cffi/commontypes.py to commontypes.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cffi-1.11.5-6.el8.ppc64le/usr/lib64/python3.6/site-packages/cffi/error.py to error.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cffi-1.11.5-6.el8.ppc64le/usr/lib64/python3.6/site-packages/cffi/backend_ctypes.py to backend_ctypes.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cffi-1.11.5-6.el8.ppc64le/usr/lib64/python3.6/site-packages/cffi/cparser.py to cparser.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cffi-1.11.5-6.el8.ppc64le/usr/lib64/python3.6/site-packages/cffi/ffiplatform.py to ffiplatform.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cffi-1.11.5-6.el8.ppc64le/usr/lib64/python3.6/site-packages/cffi/vengine_gen.py to vengine_gen.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cffi-1.11.5-6.el8.ppc64le/usr/lib64/python3.6/site-packages/cffi/api.py to api.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cffi-1.11.5-6.el8.ppc64le/usr/lib64/python3.6/site-packages/cffi/lock.py to lock.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cffi-1.11.5-6.el8.ppc64le/usr/lib64/python3.6/site-packages/cffi/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cffi-1.11.5-6.el8.ppc64le/usr/lib64/python3.6/site-packages/cffi/setuptools_ext.py to setuptools_ext.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cffi-1.11.5-6.el8.ppc64le/usr/lib64/python3.6/site-packages/cffi/cffi_opcode.py to cffi_opcode.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cffi-1.11.5-6.el8.ppc64le/usr/lib64/python3.6/site-packages/cffi/verifier.py to verifier.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-cffi-1.11.5-6.el8.ppc64le/usr/lib64/python3.6/site-packages/cffi/recompiler.py to recompiler.cpython-36.pyc writing byte-compilation script '/tmp/tmp7mj6bqas.py' /usr/libexec/platform-python /tmp/tmp7mj6bqas.py removing /tmp/tmp7mj6bqas.py running install_egg_info running egg_info writing cffi.egg-info/PKG-INFO writing dependency_links to cffi.egg-info/dependency_links.txt writing entry points to cffi.egg-info/entry_points.txt writing requirements to cffi.egg-info/requires.txt writing top-level names to cffi.egg-info/top_level.txt reading manifest file 'cffi.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'cffi.egg-info/SOURCES.txt' Copying cffi.egg-info to /builddir/build/BUILDROOT/python-cffi-1.11.5-6.el8.ppc64le/usr/lib64/python3.6/site-packages/cffi-1.11.5-py3.6.egg-info running install_scripts writing list of installed files to '/builddir/build/BUILDROOT/python-cffi-1.11.5-6.el8.ppc64le/usr/lib64/python3.6/site-packages/cffi-1.11.5-py3.6.egg-info/installed-files.txt' + /usr/lib/rpm/find-debuginfo.sh -j32 --strict-build-id -m -i --build-id-seed 1.11.5-6.el8 --unique-debug-suffix -1.11.5-6.el8.ppc64le --unique-debug-src-base python-cffi-1.11.5-6.el8.ppc64le --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/cffi-1.11.5 extracting debug info from /builddir/build/BUILDROOT/python-cffi-1.11.5-6.el8.ppc64le/usr/lib64/python3.6/site-packages/_cffi_backend.cpython-36m-ppc64le-linux-gnu.so /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 881 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 '' 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-cffi-1.11.5-6.el8.ppc64le/usr/lib64/python3.6 using /usr/libexec/platform-python Bytecompiling .py files below /builddir/build/BUILDROOT/python-cffi-1.11.5-6.el8.ppc64le/usr/lib/debug/usr/lib64/python3.6 using /usr/libexec/platform-python + /usr/lib/rpm/brp-python-hardlink + PYTHON3=/usr/libexec/platform-python + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.uljS38 + umask 022 + cd /builddir/build/BUILD + cd cffi-1.11.5 + PYTHONPATH=/builddir/build/BUILDROOT/python-cffi-1.11.5-6.el8.ppc64le/usr/lib64/python3.6/site-packages + /usr/libexec/platform-python -m pytest testing/cffi0 testing/cffi1 ============================= test session starts ============================== platform linux -- Python 3.6.8, pytest-3.4.2, py-1.5.3, pluggy-0.6.0 rootdir: /builddir/build/BUILD/cffi-1.11.5, inifile: collected 1748 items testing/cffi0/test_cdata.py . [ 0%] testing/cffi0/test_ctypes.py ..................s...............s.s.s.... [ 2%] ...s.........................sssssss..s..s.............................. [ 6%] ...........sssssssss [ 7%] testing/cffi0/test_ffi_backend.py ...................................... [ 9%] .............................................s...s...................... [ 14%] ......................................s....................ss........... [ 18%] ....s.s...s.................. [ 19%] testing/cffi0/test_function.py ......s............s..ss..sss..s [ 21%] testing/cffi0/test_model.py ............. [ 22%] testing/cffi0/test_ownlib.py ..ss...ss [ 22%] testing/cffi0/test_parsing.py ......................s......... [ 24%] testing/cffi0/test_platform.py .... [ 25%] testing/cffi0/test_unicode_literals.py ............ [ 25%] testing/cffi0/test_verify.py ................s........s.....s........... [ 28%] ....................................................................s... [ 32%] ..............................s...s............sss [ 35%] testing/cffi0/test_verify2.py ................s........s.....s.......... [ 37%] .....................................................................s.. [ 41%] ...............................s...s............sss [ 44%] testing/cffi0/test_version.py ...... [ 44%] testing/cffi0/test_vgen.py ................s........s.....s............. [ 47%] ..................................................................s..... [ 51%] ............................s...s............sss [ 54%] testing/cffi0/test_vgen2.py ................s........s.....s............ [ 56%] ...................................................................s.... [ 60%] .............................s...s............sss [ 63%] testing/cffi0/test_zdistutils.py ...................................... [ 65%] testing/cffi0/test_zintegration.py sssssss. [ 66%] testing/cffi1/test_cffi_binary.py . [ 66%] testing/cffi1/test_commontypes.py ... [ 66%] testing/cffi1/test_dlopen.py ............... [ 67%] testing/cffi1/test_dlopen_unicode_literals.py ............... [ 68%] testing/cffi1/test_ffi_obj.py .............................s............ [ 70%] . [ 70%] testing/cffi1/test_new_ffi_1.py ........................................ [ 73%] .........................................s...s.......................... [ 77%] .......... [ 77%] testing/cffi1/test_parse_c_type.py .................. [ 78%] testing/cffi1/test_re_python.py ................... [ 79%] testing/cffi1/test_realize_c_type.py ......... [ 80%] testing/cffi1/test_recompiler.py ....................................... [ 82%] ..........................s............................................. [ 86%] .......................s.................... [ 89%] testing/cffi1/test_unicode_literals.py ....... [ 89%] testing/cffi1/test_verify1.py ...............s.............s............ [ 92%] ..............................................................s..s..xxx. [ 96%] ...x......................s...s....s...ssss [ 98%] testing/cffi1/test_zdist.py ....................... [100%] =============================== warnings summary =============================== testing/cffi0/test_verify.py::test_bogus_ptr /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x9bfcfc9x40a944e6' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify.py::test_nonfull_enum /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__xea571d17x173fc73' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify.py::test_keepalive_ffi /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x63b6ae1ex6235f254' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify.py::test_verify_dlopen_flags /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__xec5f7dbdx65137eda' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_module_type /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__xe7204a3x84a2ed64' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_simple_case /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__xe8f85250xc62e3132' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_Wconversion_unsigned /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x3084044bx5779d8d7' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_Wconversion_integer /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x433b0359xdc74483a' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_Wconversion_floating /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__xf0a16829xe756c5c4' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_Wconversion_float2int /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x404f4e62x407a3e01' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_Wconversion_double2int /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x81855783x37e13f36' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_rounding_1 /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x3f344aa7x7ee40f3c' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_rounding_2 /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__xce7dd8cfx10a48175' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_strlen_exact /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x5c9aa8b9x38478537' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_strlen_approximate /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__xeb10b68x9271a32a' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_return_approximate /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x809a2383x914917fb' might overwrite older definitions % (self.verifier.get_module_name())) /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x2b5bdd4bxee12fbb6' might overwrite older definitions % (self.verifier.get_module_name())) /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__xbb78e748x7ea947a1' might overwrite older definitions % (self.verifier.get_module_name())) /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x5679fc98xb7c83ca0' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_strlen_array_of_char /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x354234e0xddb789aa' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_longdouble /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__xd09cf002x6225e41e' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_longdouble_precision /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__xbd5cc1dex7c8642f2' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_all_integer_and_float_types /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x6ecde8cdxd2439f2a' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_var_signed_integer_types /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__xf9f9b1daxcbde6e1b' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_var_unsigned_integer_types /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__xdd4bc6ccxcbfda809' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_fn_signed_integer_types /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x2f10cde0x200ca839' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_fn_unsigned_integer_types /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x90fca200x3bd8116' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_char_type /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x217c873cxa1babfcd' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_wchar_type /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__xbc2c311bxf2a730a9' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_no_argument /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x6d7d06b2x820bdd8' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_two_arguments /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x769cf31dx50512cb4' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_macro /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__xbbdcac4cx8da592eb' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_ptr /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x9bfcfc9x40a944e6' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_bogus_ptr /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x9bfcfc9x40a944e6' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_nondecl_struct /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__xb8d29c97xbe679ed9' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_ffi_full_struct /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__xe631a9e3x6d2a27ec' might overwrite older definitions % (self.verifier.get_module_name())) /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__xb5876ac1xde6e4b0b' might overwrite older definitions % (self.verifier.get_module_name())) /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__xc65bdefexda832bb9' might overwrite older definitions % (self.verifier.get_module_name())) /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x59c8009x2815f9f9' might overwrite older definitions % (self.verifier.get_module_name())) /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__xa2f461d2x4f813891' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_ffi_nonfull_struct /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__xde56fcaax8158e666' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_ffi_nonfull_alignment /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__xea6d5a1dx7d40f28f' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_struct_bad_sized_integer /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__xbf0d4873xafd2e916' might overwrite older definitions % (self.verifier.get_module_name())) /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x9e3f12afx1bf46bf9' might overwrite older definitions % (self.verifier.get_module_name())) /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__xda38748fx1d62cd21' might overwrite older definitions % (self.verifier.get_module_name())) /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x70350bdfx18bf3895' might overwrite older definitions % (self.verifier.get_module_name())) /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x9a5a33a1xefe6d054' might overwrite older definitions % (self.verifier.get_module_name())) /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__xde0b2bedx9793a0bc' might overwrite older definitions % (self.verifier.get_module_name())) /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x9a0c4dcdx1f9d6cfc' might overwrite older definitions % (self.verifier.get_module_name())) /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x3001329dxd394c69c' might overwrite older definitions % (self.verifier.get_module_name())) /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__xd87f34dcx1ba9f447' might overwrite older definitions % (self.verifier.get_module_name())) /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x2a440ffexd5b6a7c1' might overwrite older definitions % (self.verifier.get_module_name())) /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x6e4369dex5db86b81' might overwrite older definitions % (self.verifier.get_module_name())) /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__xc44e168ex91b1c1e1' might overwrite older definitions % (self.verifier.get_module_name())) /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x909f3ab8x7879c17d' might overwrite older definitions % (self.verifier.get_module_name())) /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x49943ac4x9d56a9a5' might overwrite older definitions % (self.verifier.get_module_name())) /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__xd935ce4x155865e5' might overwrite older definitions % (self.verifier.get_module_name())) /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__xa79e23b4xd951cf85' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_struct_bad_sized_float /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x9d4ad953x82d79749' might overwrite older definitions % (self.verifier.get_module_name())) /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__xdb120f67xaa7dca0d' might overwrite older definitions % (self.verifier.get_module_name())) /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__xc3d9b3cax9a087ddd' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_struct_signedness_ignored /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__xbe1851bx670df08e' might overwrite older definitions % (self.verifier.get_module_name())) /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__xa001ddx212311af' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_struct_array_field /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__xe10390ecxc21be725' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_struct_array_no_length /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__xbb3fb882x4212bd93' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_struct_array_guess_length /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x5e430caxe3031619' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_struct_array_c99_1 /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__xadc93a3axe42b0de8' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_struct_array_c99_2 /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x42db8acxafbc3cfe' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_struct_ptr_to_array_field /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x947077b5x536bc395' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_struct_with_bitfield_exact /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x3d9444eax2e0e2c12' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_struct_with_bitfield_enum /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__xecad5672xe6881e82' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_global_constants /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x488a68b7x5342fb65' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_global_const_int_size /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__xd5d7ebd0x6cbd35c0' might overwrite older definitions % (self.verifier.get_module_name())) /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x3a87dabfx45fcb0d2' might overwrite older definitions % (self.verifier.get_module_name())) /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__xf00433cexf7e1c540' might overwrite older definitions % (self.verifier.get_module_name())) /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x79f35b79x40660650' might overwrite older definitions % (self.verifier.get_module_name())) /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x79f35b79xbc0f55b7' might overwrite older definitions % (self.verifier.get_module_name())) /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x3837cccdx1bfc26e8' might overwrite older definitions % (self.verifier.get_module_name())) /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__xc45e9f2ax1bfc26e8' might overwrite older definitions % (self.verifier.get_module_name())) /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__xf216dd78xf0e5cc82' might overwrite older definitions % (self.verifier.get_module_name())) /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x7724cf8cxf0e5cc82' might overwrite older definitions % (self.verifier.get_module_name())) /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x2b533cf0x6679a844' might overwrite older definitions % (self.verifier.get_module_name())) /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__xa45157dx9e5b0795' might overwrite older definitions % (self.verifier.get_module_name())) /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__xb12f6e1dx814a38b1' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_global_constants_non_int /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x9ab8d7dax82f631ee' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_nonfull_enum /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__xea571d17x173fc73' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_full_enum /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x85a9164fxc361b8d0' might overwrite older definitions % (self.verifier.get_module_name())) /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x245de45axcc152f9f' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_enum_usage /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x441147efxe1d78349' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_anonymous_enum /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x4975d30ex430a087a' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_nonfull_anonymous_enum /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__xd10c500ex6fcfa30d' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_nonfull_enum_syntax2 /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x8cf7e4d0x7a449b1f' might overwrite older definitions % (self.verifier.get_module_name())) /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x526bf498x999935b0' might overwrite older definitions % (self.verifier.get_module_name())) /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__xc8aa1055x910ee9b3' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_get_set_errno /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x6ab7dd96xe8049f93' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_define_int /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x4383cefax16dd2989' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_access_variable /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__xdf4ace77x6fbef711' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_access_address_of_variable /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x9fac85a8xaa982f2e' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_access_array_variable /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x4a9cf4d7x9995744b' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_access_array_variable_length_hidden /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__xf520f13x3d44b026' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_access_struct_variable /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x687a0d1ax84d3ac89' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_access_callback /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x351827d7x6a9fc678' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_access_callback_function_typedef /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__xd402c116xa2d96975' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_call_with_struct_ptr /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x16bf3333x7a526475' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_unknown_type /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__xd186a753xd6c45eea' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_unknown_type_2 /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__xbd90fed1x60f92b86' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_unknown_type_3 /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__xe70fb82fx7026b628' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_varargs /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__xfbbcfac5xca4e5e11' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_varargs_struct /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x251f30edx6efea2e0' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_autofilled_struct_as_argument /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x69abf9d1xe0cf389c' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_autofilled_struct_as_argument_dynamic /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__xd1bc0cd7x7b995f9a' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_func_returns_struct /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x20d57ef0x2710652e' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_func_as_funcptr /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x9da856dxffa45572' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_funcptr_as_argument /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x6393a9f8x751be2ee' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_func_as_argument /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x35174111xb22737f0' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_array_as_argument /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x8a660b60x15858f9c' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_enum_as_argument /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x141af55x8e5d26ae' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_enum_as_function_result /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x20762754xfdcc9e68' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_enum_values /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x5276daa2xbe1b74e1' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_typedef_complete_enum /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x9645f7f7xe4f1cfa9' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_typedef_incomplete_enum /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x9673fd5dx9c487e77' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_typedef_enum_as_argument /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x34fc4a07x41b44eae' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_typedef_enum_as_function_result /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x707f4dx95c4b2a' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_function_typedef /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x7a3f05f2xff3a7962' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_opaque_integer_as_function_result /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x1840a469x404ecdde' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_return_partial_struct /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__xc6b4cc8cx2f82d1a2' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_take_and_return_partial_structs /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x3a0294c2xf5262905' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_dont_check_unnamable_fields /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x2e1fd2dexae06648f' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_nested_anonymous_struct_exact /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__xd845b73ax750ec004' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_nested_anonymous_struct_exact_error /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x2d58bfdex5f94bebd' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_nested_anonymous_struct_inexact_1 /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x7ea1182cxad6ad5d6' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_nested_anonymous_struct_inexact_2 /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__xa7dd9d09x861d01a8' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_ffi_union /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__xb9071cbdx4fc79676' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_ffi_union_partial /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__xd854d1f3x7a8d8447' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_ffi_union_with_partial_struct /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x3007307ax6d231ed2' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_ffi_union_partial_2 /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__xa01475f0xa11e346b' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_ffi_union_with_partial_struct_2 /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x253c6d65x31086e20' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_ffi_struct_packed /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x9882d0a8x8b8593da' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_relative_to /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x9dd81e5bx5fc98e1b' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_bug1 /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__xbfb7b110xc08d7f5a' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_bool /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x8704a33fx600183c2' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_bool_on_long_double /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__xd24f2cdfx6678a156' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_cannot_pass_float /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__xf2c27b55xffbca8da' might overwrite older definitions % (self.verifier.get_module_name())) /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x3f89e47dx8b53330b' might overwrite older definitions % (self.verifier.get_module_name())) /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__xe1f536c6xacf08f7a' might overwrite older definitions % (self.verifier.get_module_name())) /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__xdfb64fe8x8ca5b001' might overwrite older definitions % (self.verifier.get_module_name())) /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x7f77ead6x991e6d6' might overwrite older definitions % (self.verifier.get_module_name())) /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x17d89809xdd763729' might overwrite older definitions % (self.verifier.get_module_name())) /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x6f5ae5fdxf5408d8a' might overwrite older definitions % (self.verifier.get_module_name())) /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x43af2686x6bf6bb06' might overwrite older definitions % (self.verifier.get_module_name())) /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__xe8d45750x1b74869e' might overwrite older definitions % (self.verifier.get_module_name())) /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x45346b32x81b0dea' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_addressof /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x7ccd6cd5xd06ef6e5' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_keepalive_lib /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x63b6ae1ex6235f254' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_keepalive_ffi /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x63b6ae1ex6235f254' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_FILE_stored_in_stdout /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x2fcbaeefxe18a7755' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_FILE_stored_explicitly /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x3afcb84cxe355e810' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_global_array_with_missing_length /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x2bca3a7bxb28ef9b7' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_global_array_with_dotdotdot_length /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x3791465exc287e4b7' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_struct_containing_struct /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__xf65ab467x6b5767ed' might overwrite older definitions % (self.verifier.get_module_name())) /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x94da62d9xea375673' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_include /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__xc170569fx704442a6' might overwrite older definitions % (self.verifier.get_module_name())) /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x776cf68exaeed1629' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_include_enum /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x4103eafex3f9d2311' might overwrite older definitions % (self.verifier.get_module_name())) /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__xea223d69x271ef3d2' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_named_pointer_as_argument /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x35d0c198x51d03f51' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_enum_size /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__xd90bd892x93a3db94' might overwrite older definitions % (self.verifier.get_module_name())) /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__xc0259117x3749f7ac' might overwrite older definitions % (self.verifier.get_module_name())) /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__xbd54974dx9249f4aa' might overwrite older definitions % (self.verifier.get_module_name())) /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x9a646b54xf4922b4b' might overwrite older definitions % (self.verifier.get_module_name())) /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x76250f67x606bdbfe' might overwrite older definitions % (self.verifier.get_module_name())) /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__xedce1f7cx663f2238' might overwrite older definitions % (self.verifier.get_module_name())) /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x5d87b2f5x3a4753ac' might overwrite older definitions % (self.verifier.get_module_name())) /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__xe83f9a66xea621af1' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_string_to_voidp_arg /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x71d5d12cxdf68ffaa' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_callback_indirection /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x3a66f9acx402c1778' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_floatstar_argument /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x82d5f44exfa9581dc' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_charstar_argument /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__xc8f1de9dx193e94a' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_passing_string_or_NULL /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x78a14228x2f04c8c3' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_typeof_function /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__xd6d111aax18b3804a' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_call_with_voidstar_arg /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x581bc0fdx13a97219' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_dir /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__xda9960faxb9c9905b' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_typeof_func_with_struct_argument /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x73951602x4b81aa8' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_bug_const_char_ptr_array_1 /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x80f12e73xce5f80ef' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_bug_const_char_ptr_array_2 /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__xa22712f2xc9978150' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_various_calls_direct /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x2018090ex821955ff' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_various_calls_libffi /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x569178bcx26172808' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_ptr_to_opaque /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x4e81f6fcx1bb0fc74' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_errno_working_even_with_pypys_jit /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x6986dd8x47d772de' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_verify_dlopen_flags /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__xec5f7dbdx65137eda' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_verify_extra_arguments /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x2bd4cfa0xaf649e62' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_use_local_dir /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting 'test_use_local_dir' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_define_known_value /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__xb01baeadx3456ee0b' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_static_const_int_known_value /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__xc66e4db1xa6e7e8d2' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_const_struct_global /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__xe11f73c5x65e65f2f' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_const_fields /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x756fcfbexd5123ed5' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_win32_calling_convention_0 /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__xced81691x3e1ba98b' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_win32_calling_convention_1 /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x97d58f5exffee8652' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_win32_calling_convention_2 /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x759aeef2x822b539f' might overwrite older definitions % (self.verifier.get_module_name())) testing/cffi0/test_verify2.py::test_win32_calling_convention_3 /builddir/build/BUILD/cffi-1.11.5/cffi/vengine_cpy.py:192: UserWarning: reimporting '_cffi__x9fa41792x2de1b2d5' might overwrite older definitions % (self.verifier.get_module_name())) -- Docs: http://doc.pytest.org/en/latest/warnings.html ===== 1641 passed, 103 skipped, 4 xfailed, 200 warnings in 152.76 seconds ====== + exit 0 Processing files: python3-cffi-1.11.5-6.el8.ppc64le Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.GeFSph + umask 022 + cd /builddir/build/BUILD + cd cffi-1.11.5 + DOCDIR=/builddir/build/BUILDROOT/python-cffi-1.11.5-6.el8.ppc64le/usr/share/doc/python3-cffi + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-cffi-1.11.5-6.el8.ppc64le/usr/share/doc/python3-cffi + cp -pr PKG-INFO /builddir/build/BUILDROOT/python-cffi-1.11.5-6.el8.ppc64le/usr/share/doc/python3-cffi + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.L8R2Nh + umask 022 + cd /builddir/build/BUILD + cd cffi-1.11.5 + LICENSEDIR=/builddir/build/BUILDROOT/python-cffi-1.11.5-6.el8.ppc64le/usr/share/licenses/python3-cffi + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-cffi-1.11.5-6.el8.ppc64le/usr/share/licenses/python3-cffi + cp -pr LICENSE /builddir/build/BUILDROOT/python-cffi-1.11.5-6.el8.ppc64le/usr/share/licenses/python3-cffi + exit 0 Provides: python3-cffi = 1.11.5-6.el8 python3-cffi(ppc-64) = 1.11.5-6.el8 python3.6dist(cffi) = 1.11.5 python3dist(cffi) = 1.11.5 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: ld64.so.2()(64bit) ld64.so.2(GLIBC_2.22)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libffi.so.6()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.17)(64bit) libpython3.6m.so.1.0()(64bit) python(abi) = 3.6 rtld(GNU_HASH) Processing files: python-cffi-doc-1.11.5-6.el8.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.SisTWu + umask 022 + cd /builddir/build/BUILD + cd cffi-1.11.5 + DOCDIR=/builddir/build/BUILDROOT/python-cffi-1.11.5-6.el8.ppc64le/usr/share/doc/python-cffi-doc + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-cffi-1.11.5-6.el8.ppc64le/usr/share/doc/python-cffi-doc + cp -pr doc/build/html /builddir/build/BUILDROOT/python-cffi-1.11.5-6.el8.ppc64le/usr/share/doc/python-cffi-doc + exit 0 Provides: python-cffi-doc = 1.11.5-6.el8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python-cffi-debugsource-1.11.5-6.el8.ppc64le Provides: python-cffi-debugsource = 1.11.5-6.el8 python-cffi-debugsource(ppc-64) = 1.11.5-6.el8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python3-cffi-debuginfo-1.11.5-6.el8.ppc64le Provides: debuginfo(build-id) = 05fec27372c8b485b9ac49b43fc9592478400027 python3-cffi-debuginfo = 1.11.5-6.el8 python3-cffi-debuginfo(ppc-64) = 1.11.5-6.el8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-cffi-debugsource(ppc-64) = 1.11.5-6.el8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-cffi-1.11.5-6.el8.ppc64le Wrote: /builddir/build/RPMS/python3-cffi-1.11.5-6.el8.ppc64le.rpm Wrote: /builddir/build/RPMS/python-cffi-doc-1.11.5-6.el8.noarch.rpm Wrote: /builddir/build/RPMS/python-cffi-debugsource-1.11.5-6.el8.ppc64le.rpm Wrote: /builddir/build/RPMS/python3-cffi-debuginfo-1.11.5-6.el8.ppc64le.rpm Child return code was: 0