Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-opentracing.spec'], chrootPath='/var/lib/mock/openeuler-23.03-x86_64-1695608995.589573/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=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-opentracing.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 :1: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives :1: DeprecationWarning: The distutils.sysconfig module is deprecated, use sysconfig instead Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-opentracing-2.4.0-3.src.rpm Child return code was: 0 Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-opentracing.spec'], chrootPath='/var/lib/mock/openeuler-23.03-x86_64-1695608995.589573/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=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-opentracing.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 :1: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives :1: DeprecationWarning: The distutils.sysconfig module is deprecated, use sysconfig instead Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-opentracing-2.4.0-3.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-opentracing.spec'], chrootPath='/var/lib/mock/openeuler-23.03-x86_64-1695608995.589573/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=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-opentracing.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: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.grAeu0 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf opentracing-2.4.0 + /usr/lib/rpm/rpmuncompress -x /builddir/build/SOURCES/opentracing-2.4.0.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd opentracing-2.4.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/opentracing.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.ljvo5t + umask 022 + cd /builddir/build/BUILD + cd opentracing-2.4.0 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/generic-hardened-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection ' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' /usr/lib/python3.10/site-packages/setuptools/dist.py:738: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead warnings.warn( /usr/lib/python3.10/site-packages/setuptools/dist.py:738: UserWarning: Usage of dash-separated 'upload-dir' will not be supported in future versions. Please use the underscore name 'upload_dir' instead warnings.warn( running build running build_py creating build creating build/lib creating build/lib/opentracing copying opentracing/tags.py -> build/lib/opentracing copying opentracing/tracer.py -> build/lib/opentracing copying opentracing/__init__.py -> build/lib/opentracing copying opentracing/logs.py -> build/lib/opentracing copying opentracing/scope_manager.py -> build/lib/opentracing copying opentracing/span.py -> build/lib/opentracing copying opentracing/scope.py -> build/lib/opentracing copying opentracing/propagation.py -> build/lib/opentracing running egg_info writing opentracing.egg-info/PKG-INFO writing dependency_links to opentracing.egg-info/dependency_links.txt writing requirements to opentracing.egg-info/requires.txt writing top-level names to opentracing.egg-info/top_level.txt reading manifest file 'opentracing.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.py' under directory 'example' warning: no files found matching '*.thrift' under directory 'example' no previously-included directories found matching 'testbed' warning: no previously-included files matching '*.pyc' found anywhere in distribution no previously-included directories found matching 'docs/_build' adding license file 'LICENSE' writing manifest file 'opentracing.egg-info/SOURCES.txt' creating build/lib/opentracing/ext copying opentracing/ext/__init__.py -> build/lib/opentracing/ext copying opentracing/ext/tags.py -> build/lib/opentracing/ext creating build/lib/opentracing/harness copying opentracing/harness/__init__.py -> build/lib/opentracing/harness copying opentracing/harness/api_check.py -> build/lib/opentracing/harness copying opentracing/harness/scope_check.py -> build/lib/opentracing/harness creating build/lib/opentracing/mocktracer copying opentracing/mocktracer/__init__.py -> build/lib/opentracing/mocktracer copying opentracing/mocktracer/binary_propagator.py -> build/lib/opentracing/mocktracer copying opentracing/mocktracer/context.py -> build/lib/opentracing/mocktracer copying opentracing/mocktracer/propagator.py -> build/lib/opentracing/mocktracer copying opentracing/mocktracer/span.py -> build/lib/opentracing/mocktracer copying opentracing/mocktracer/text_propagator.py -> build/lib/opentracing/mocktracer copying opentracing/mocktracer/tracer.py -> build/lib/opentracing/mocktracer creating build/lib/opentracing/scope_managers copying opentracing/scope_managers/__init__.py -> build/lib/opentracing/scope_managers copying opentracing/scope_managers/asyncio.py -> build/lib/opentracing/scope_managers copying opentracing/scope_managers/constants.py -> build/lib/opentracing/scope_managers copying opentracing/scope_managers/contextvars.py -> build/lib/opentracing/scope_managers copying opentracing/scope_managers/gevent.py -> build/lib/opentracing/scope_managers copying opentracing/scope_managers/tornado.py -> build/lib/opentracing/scope_managers + sleep 1 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.YL4211 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-opentracing-2.4.0-3.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-opentracing-2.4.0-3.x86_64 ++ dirname /builddir/build/BUILDROOT/python-opentracing-2.4.0-3.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-opentracing-2.4.0-3.x86_64 + cd opentracing-2.4.0 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/generic-hardened-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection ' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-opentracing-2.4.0-3.x86_64 /usr/lib/python3.10/site-packages/setuptools/dist.py:738: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead warnings.warn( /usr/lib/python3.10/site-packages/setuptools/dist.py:738: UserWarning: Usage of dash-separated 'upload-dir' will not be supported in future versions. Please use the underscore name 'upload_dir' instead warnings.warn( running install /usr/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running install_lib creating /builddir/build/BUILDROOT/python-opentracing-2.4.0-3.x86_64/usr creating /builddir/build/BUILDROOT/python-opentracing-2.4.0-3.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-opentracing-2.4.0-3.x86_64/usr/lib/python3.10 creating /builddir/build/BUILDROOT/python-opentracing-2.4.0-3.x86_64/usr/lib/python3.10/site-packages creating /builddir/build/BUILDROOT/python-opentracing-2.4.0-3.x86_64/usr/lib/python3.10/site-packages/opentracing creating /builddir/build/BUILDROOT/python-opentracing-2.4.0-3.x86_64/usr/lib/python3.10/site-packages/opentracing/ext copying build/lib/opentracing/ext/tags.py -> /builddir/build/BUILDROOT/python-opentracing-2.4.0-3.x86_64/usr/lib/python3.10/site-packages/opentracing/ext copying build/lib/opentracing/ext/__init__.py -> /builddir/build/BUILDROOT/python-opentracing-2.4.0-3.x86_64/usr/lib/python3.10/site-packages/opentracing/ext creating /builddir/build/BUILDROOT/python-opentracing-2.4.0-3.x86_64/usr/lib/python3.10/site-packages/opentracing/mocktracer copying build/lib/opentracing/mocktracer/binary_propagator.py -> /builddir/build/BUILDROOT/python-opentracing-2.4.0-3.x86_64/usr/lib/python3.10/site-packages/opentracing/mocktracer copying build/lib/opentracing/mocktracer/tracer.py -> /builddir/build/BUILDROOT/python-opentracing-2.4.0-3.x86_64/usr/lib/python3.10/site-packages/opentracing/mocktracer copying build/lib/opentracing/mocktracer/__init__.py -> /builddir/build/BUILDROOT/python-opentracing-2.4.0-3.x86_64/usr/lib/python3.10/site-packages/opentracing/mocktracer copying build/lib/opentracing/mocktracer/context.py -> /builddir/build/BUILDROOT/python-opentracing-2.4.0-3.x86_64/usr/lib/python3.10/site-packages/opentracing/mocktracer copying build/lib/opentracing/mocktracer/text_propagator.py -> /builddir/build/BUILDROOT/python-opentracing-2.4.0-3.x86_64/usr/lib/python3.10/site-packages/opentracing/mocktracer copying build/lib/opentracing/mocktracer/span.py -> /builddir/build/BUILDROOT/python-opentracing-2.4.0-3.x86_64/usr/lib/python3.10/site-packages/opentracing/mocktracer copying build/lib/opentracing/mocktracer/propagator.py -> /builddir/build/BUILDROOT/python-opentracing-2.4.0-3.x86_64/usr/lib/python3.10/site-packages/opentracing/mocktracer copying build/lib/opentracing/tags.py -> /builddir/build/BUILDROOT/python-opentracing-2.4.0-3.x86_64/usr/lib/python3.10/site-packages/opentracing creating /builddir/build/BUILDROOT/python-opentracing-2.4.0-3.x86_64/usr/lib/python3.10/site-packages/opentracing/harness copying build/lib/opentracing/harness/api_check.py -> /builddir/build/BUILDROOT/python-opentracing-2.4.0-3.x86_64/usr/lib/python3.10/site-packages/opentracing/harness copying build/lib/opentracing/harness/scope_check.py -> /builddir/build/BUILDROOT/python-opentracing-2.4.0-3.x86_64/usr/lib/python3.10/site-packages/opentracing/harness copying build/lib/opentracing/harness/__init__.py -> /builddir/build/BUILDROOT/python-opentracing-2.4.0-3.x86_64/usr/lib/python3.10/site-packages/opentracing/harness copying build/lib/opentracing/tracer.py -> /builddir/build/BUILDROOT/python-opentracing-2.4.0-3.x86_64/usr/lib/python3.10/site-packages/opentracing copying build/lib/opentracing/__init__.py -> /builddir/build/BUILDROOT/python-opentracing-2.4.0-3.x86_64/usr/lib/python3.10/site-packages/opentracing copying build/lib/opentracing/logs.py -> /builddir/build/BUILDROOT/python-opentracing-2.4.0-3.x86_64/usr/lib/python3.10/site-packages/opentracing copying build/lib/opentracing/scope_manager.py -> /builddir/build/BUILDROOT/python-opentracing-2.4.0-3.x86_64/usr/lib/python3.10/site-packages/opentracing creating /builddir/build/BUILDROOT/python-opentracing-2.4.0-3.x86_64/usr/lib/python3.10/site-packages/opentracing/scope_managers copying build/lib/opentracing/scope_managers/asyncio.py -> /builddir/build/BUILDROOT/python-opentracing-2.4.0-3.x86_64/usr/lib/python3.10/site-packages/opentracing/scope_managers copying build/lib/opentracing/scope_managers/__init__.py -> /builddir/build/BUILDROOT/python-opentracing-2.4.0-3.x86_64/usr/lib/python3.10/site-packages/opentracing/scope_managers copying build/lib/opentracing/scope_managers/contextvars.py -> /builddir/build/BUILDROOT/python-opentracing-2.4.0-3.x86_64/usr/lib/python3.10/site-packages/opentracing/scope_managers copying build/lib/opentracing/scope_managers/constants.py -> /builddir/build/BUILDROOT/python-opentracing-2.4.0-3.x86_64/usr/lib/python3.10/site-packages/opentracing/scope_managers copying build/lib/opentracing/scope_managers/gevent.py -> /builddir/build/BUILDROOT/python-opentracing-2.4.0-3.x86_64/usr/lib/python3.10/site-packages/opentracing/scope_managers copying build/lib/opentracing/scope_managers/tornado.py -> /builddir/build/BUILDROOT/python-opentracing-2.4.0-3.x86_64/usr/lib/python3.10/site-packages/opentracing/scope_managers copying build/lib/opentracing/span.py -> /builddir/build/BUILDROOT/python-opentracing-2.4.0-3.x86_64/usr/lib/python3.10/site-packages/opentracing copying build/lib/opentracing/scope.py -> /builddir/build/BUILDROOT/python-opentracing-2.4.0-3.x86_64/usr/lib/python3.10/site-packages/opentracing copying build/lib/opentracing/propagation.py -> /builddir/build/BUILDROOT/python-opentracing-2.4.0-3.x86_64/usr/lib/python3.10/site-packages/opentracing byte-compiling /builddir/build/BUILDROOT/python-opentracing-2.4.0-3.x86_64/usr/lib/python3.10/site-packages/opentracing/ext/tags.py to tags.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-opentracing-2.4.0-3.x86_64/usr/lib/python3.10/site-packages/opentracing/ext/__init__.py to __init__.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-opentracing-2.4.0-3.x86_64/usr/lib/python3.10/site-packages/opentracing/mocktracer/binary_propagator.py to binary_propagator.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-opentracing-2.4.0-3.x86_64/usr/lib/python3.10/site-packages/opentracing/mocktracer/tracer.py to tracer.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-opentracing-2.4.0-3.x86_64/usr/lib/python3.10/site-packages/opentracing/mocktracer/__init__.py to __init__.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-opentracing-2.4.0-3.x86_64/usr/lib/python3.10/site-packages/opentracing/mocktracer/context.py to context.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-opentracing-2.4.0-3.x86_64/usr/lib/python3.10/site-packages/opentracing/mocktracer/text_propagator.py to text_propagator.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-opentracing-2.4.0-3.x86_64/usr/lib/python3.10/site-packages/opentracing/mocktracer/span.py to span.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-opentracing-2.4.0-3.x86_64/usr/lib/python3.10/site-packages/opentracing/mocktracer/propagator.py to propagator.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-opentracing-2.4.0-3.x86_64/usr/lib/python3.10/site-packages/opentracing/tags.py to tags.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-opentracing-2.4.0-3.x86_64/usr/lib/python3.10/site-packages/opentracing/harness/api_check.py to api_check.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-opentracing-2.4.0-3.x86_64/usr/lib/python3.10/site-packages/opentracing/harness/scope_check.py to scope_check.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-opentracing-2.4.0-3.x86_64/usr/lib/python3.10/site-packages/opentracing/harness/__init__.py to __init__.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-opentracing-2.4.0-3.x86_64/usr/lib/python3.10/site-packages/opentracing/tracer.py to tracer.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-opentracing-2.4.0-3.x86_64/usr/lib/python3.10/site-packages/opentracing/__init__.py to __init__.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-opentracing-2.4.0-3.x86_64/usr/lib/python3.10/site-packages/opentracing/logs.py to logs.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-opentracing-2.4.0-3.x86_64/usr/lib/python3.10/site-packages/opentracing/scope_manager.py to scope_manager.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-opentracing-2.4.0-3.x86_64/usr/lib/python3.10/site-packages/opentracing/scope_managers/asyncio.py to asyncio.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-opentracing-2.4.0-3.x86_64/usr/lib/python3.10/site-packages/opentracing/scope_managers/__init__.py to __init__.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-opentracing-2.4.0-3.x86_64/usr/lib/python3.10/site-packages/opentracing/scope_managers/contextvars.py to contextvars.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-opentracing-2.4.0-3.x86_64/usr/lib/python3.10/site-packages/opentracing/scope_managers/constants.py to constants.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-opentracing-2.4.0-3.x86_64/usr/lib/python3.10/site-packages/opentracing/scope_managers/gevent.py to gevent.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-opentracing-2.4.0-3.x86_64/usr/lib/python3.10/site-packages/opentracing/scope_managers/tornado.py to tornado.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-opentracing-2.4.0-3.x86_64/usr/lib/python3.10/site-packages/opentracing/span.py to span.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-opentracing-2.4.0-3.x86_64/usr/lib/python3.10/site-packages/opentracing/scope.py to scope.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/python-opentracing-2.4.0-3.x86_64/usr/lib/python3.10/site-packages/opentracing/propagation.py to propagation.cpython-310.pyc writing byte-compilation script '/tmp/tmpvzy8k59l.py' /usr/bin/python3 /tmp/tmpvzy8k59l.py removing /tmp/tmpvzy8k59l.py running install_egg_info running egg_info writing opentracing.egg-info/PKG-INFO writing dependency_links to opentracing.egg-info/dependency_links.txt writing requirements to opentracing.egg-info/requires.txt writing top-level names to opentracing.egg-info/top_level.txt reading manifest file 'opentracing.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.py' under directory 'example' warning: no files found matching '*.thrift' under directory 'example' no previously-included directories found matching 'testbed' warning: no previously-included files matching '*.pyc' found anywhere in distribution no previously-included directories found matching 'docs/_build' adding license file 'LICENSE' writing manifest file 'opentracing.egg-info/SOURCES.txt' Copying opentracing.egg-info to /builddir/build/BUILDROOT/python-opentracing-2.4.0-3.x86_64/usr/lib/python3.10/site-packages/opentracing-2.4.0-py3.10.egg-info running install_scripts + install -d -m755 /builddir/build/BUILDROOT/python-opentracing-2.4.0-3.x86_64//usr/share/doc/python-opentracing + '[' -d doc ']' + '[' -d docs ']' + cp -arf docs /builddir/build/BUILDROOT/python-opentracing-2.4.0-3.x86_64//usr/share/doc/python-opentracing + '[' -d example ']' ~/build/BUILDROOT/python-opentracing-2.4.0-3.x86_64 ~/build/BUILD/opentracing-2.4.0 + '[' -d examples ']' + pushd /builddir/build/BUILDROOT/python-opentracing-2.4.0-3.x86_64 + '[' -d usr/lib ']' + find usr/lib -type f -printf '/%h/%f\n' + '[' -d usr/lib64 ']' + '[' -d usr/bin ']' + '[' -d usr/sbin ']' + touch doclist.lst + '[' -d usr/share/man ']' + popd ~/build/BUILD/opentracing-2.4.0 + mv /builddir/build/BUILDROOT/python-opentracing-2.4.0-3.x86_64/filelist.lst . + mv /builddir/build/BUILDROOT/python-opentracing-2.4.0-3.x86_64/doclist.lst . + /usr/bin/find-debuginfo -j4 --strict-build-id -i --build-id-seed 2.4.0-3 --unique-debug-suffix -2.4.0-3.x86_64 --unique-debug-src-base python-opentracing-2.4.0-3.x86_64 -S debugsourcefiles.list /builddir/build/BUILD/opentracing-2.4.0 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-opentracing-2.4.0-3.x86_64/usr/lib/python3.10 using /usr/bin/python3.10 + /usr/lib/rpm/brp-python-hardlink Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.HGqPsR + umask 022 + cd /builddir/build/BUILD + cd opentracing-2.4.0 + pytest ============================= test session starts ============================== platform linux -- Python 3.10.9, pytest-7.0.1, pluggy-0.13.1 rootdir: /builddir/build/BUILD/opentracing-2.4.0 plugins: mock-3.6.1, cov-3.0.0 collected 122 items tests/test_api.py ......................... [ 20%] tests/test_api_check_mixin.py ..... [ 24%] tests/test_globaltracer.py .... [ 27%] tests/test_noop_span.py .... [ 31%] tests/test_noop_tracer.py .. [ 32%] tests/test_scope.py .... [ 36%] tests/test_scope_check_mixin.py .... [ 39%] tests/test_scope_manager.py . [ 40%] tests/mocktracer/test_api.py ......................... [ 60%] tests/mocktracer/test_propagation.py ... [ 63%] tests/mocktracer/test_span.py . [ 63%] tests/mocktracer/test_tracer.py .. [ 65%] tests/scope_managers/test_asyncio.py ......... [ 72%] tests/scope_managers/test_contextvars.py ......... [ 80%] tests/scope_managers/test_gevent.py ........ [ 86%] tests/scope_managers/test_threadlocal.py ........ [ 93%] tests/scope_managers/test_tornado.py ssssssss [100%] =============================== warnings summary =============================== tests/scope_managers/test_asyncio.py::AsyncioCompabilityCheck::test_activate /builddir/build/BUILD/opentracing-2.4.0/tests/scope_managers/test_asyncio.py:41: DeprecationWarning: There is no current event loop asyncio.get_event_loop().run_until_complete(async_test_fn()) -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ================== 114 passed, 8 skipped, 1 warning in 0.27s =================== + RPM_EC=0 ++ jobs -p + exit 0 Processing files: python3-opentracing-2.4.0-3.noarch Provides: python-opentracing python3-opentracing = 2.4.0-3 python3.10dist(opentracing) = 2.4 python3dist(opentracing) = 2.4 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: python(abi) = 3.10 Processing files: python-opentracing-help-2.4.0-3.noarch warning: Empty %files file /builddir/build/BUILD/opentracing-2.4.0/doclist.lst Provides: python-opentracing-help = 2.4.0-3 python3-opentracing-doc Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-opentracing-2.4.0-3.x86_64 Wrote: /builddir/build/RPMS/python-opentracing-help-2.4.0-3.noarch.rpm Wrote: /builddir/build/RPMS/python3-opentracing-2.4.0-3.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Z6ITTW + umask 022 + cd /builddir/build/BUILD + cd opentracing-2.4.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-opentracing-2.4.0-3.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(rmbuild): /bin/sh -e /var/tmp/rpm-tmp.JHdnUe + umask 022 + cd /builddir/build/BUILD + rm -rf opentracing-2.4.0 opentracing-2.4.0.gemspec + RPM_EC=0 ++ jobs -p + exit 0 RPM build warnings: Empty %files file /builddir/build/BUILD/opentracing-2.4.0/doclist.lst Child return code was: 0