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 noarch --nodeps /builddir/build/SPECS/python-socketio.spec'], chrootPath='/var/lib/mock/f39-build-1607212-38627/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=864000uid=996gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target noarch --nodeps /builddir/build/SPECS/python-socketio.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: noarch Building for target noarch setting SOURCE_DATE_EPOCH=1699401600 Wrote: /builddir/build/SRPMS/python-socketio-5.9.0-1.fc39.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -br --noclean --target noarch --nodeps /builddir/build/SPECS/python-socketio.spec'], chrootPath='/var/lib/mock/f39-build-1607212-38627/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=864000uid=996gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueraiseExc=FalseprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -br --noclean --target noarch --nodeps /builddir/build/SPECS/python-socketio.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: noarch Building for target noarch setting SOURCE_DATE_EPOCH=1699401600 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.5gMNZ5 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf python-socketio-5.9.0 + /usr/lib/rpm/rpmuncompress -x /builddir/build/SOURCES/python-socketio-5.9.0.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd python-socketio-5.9.0 + rm -rf /builddir/build/BUILD/python-socketio-5.9.0-SPECPARTS + /usr/bin/mkdir -p /builddir/build/BUILD/python-socketio-5.9.0-SPECPARTS + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0001-Downstream-only-patch-out-test-coverage-analysis.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + '[' -z sP ']' + shebang_flags=-kasP + /usr/bin/python3 -B /usr/lib/rpm/redhat/pathfix.py -pni /usr/bin/python3 -kasP examples recursedown('examples') recursedown('examples/client') recursedown('examples/client/asyncio') recursedown('examples/client/javascript') recursedown('examples/client/threads') recursedown('examples/server') recursedown('examples/server/aiohttp') recursedown('examples/server/aiohttp/static') recursedown('examples/server/asgi') recursedown('examples/server/asgi/static') recursedown('examples/server/javascript') recursedown('examples/server/javascript/fiddle_public') recursedown('examples/server/javascript/latency_public') recursedown('examples/server/sanic') recursedown('examples/server/sanic/static') recursedown('examples/server/tornado') recursedown('examples/server/tornado/static') recursedown('examples/server/tornado/templates') recursedown('examples/server/wsgi') recursedown('examples/server/wsgi/django_socketio') recursedown('examples/server/wsgi/django_socketio/django_socketio') recursedown('examples/server/wsgi/django_socketio/socketio_app') recursedown('examples/server/wsgi/django_socketio/socketio_app/migrations') recursedown('examples/server/wsgi/django_socketio/socketio_app/static') recursedown('examples/server/wsgi/static') recursedown('examples/server/wsgi/templates') examples/client/asyncio/fiddle_client.py: no change examples/client/asyncio/latency_client.py: no change examples/client/threads/fiddle_client.py: no change examples/client/threads/latency_client.py: no change examples/server/aiohttp/app.py: no change examples/server/aiohttp/fiddle.py: no change examples/server/aiohttp/latency.py: no change examples/server/asgi/app.py: updating examples/server/asgi/fiddle.py: updating examples/server/asgi/latency.py: updating examples/server/sanic/app.py: no change examples/server/sanic/fiddle.py: no change examples/server/sanic/latency.py: no change examples/server/tornado/app.py: no change examples/server/tornado/fiddle.py: no change examples/server/tornado/latency.py: no change examples/server/wsgi/app.py: no change examples/server/wsgi/fiddle.py: no change examples/server/wsgi/latency.py: no change examples/server/wsgi/django_socketio/manage.py: updating examples/server/wsgi/django_socketio/django_socketio/__init__.py: no change examples/server/wsgi/django_socketio/django_socketio/asgi.py: no change examples/server/wsgi/django_socketio/django_socketio/settings.py: no change examples/server/wsgi/django_socketio/django_socketio/urls.py: no change examples/server/wsgi/django_socketio/django_socketio/wsgi.py: no change examples/server/wsgi/django_socketio/socketio_app/__init__.py: no change examples/server/wsgi/django_socketio/socketio_app/admin.py: no change examples/server/wsgi/django_socketio/socketio_app/apps.py: no change examples/server/wsgi/django_socketio/socketio_app/models.py: no change examples/server/wsgi/django_socketio/socketio_app/tests.py: no change examples/server/wsgi/django_socketio/socketio_app/urls.py: no change examples/server/wsgi/django_socketio/socketio_app/views.py: no change examples/server/wsgi/django_socketio/socketio_app/migrations/__init__.py: no change + find examples -type f -name package-lock.json -print -delete examples/server/javascript/package-lock.json examples/client/javascript/package-lock.json + RPM_EC=0 ++ jobs -p + exit 0 Executing(%generate_buildrequires): /bin/sh -e /var/tmp/rpm-tmp.RKMk9i + umask 022 + cd /builddir/build/BUILD + cd python-socketio-5.9.0 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer ' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer ' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -I/usr/lib/gfortran/modules ' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -I/usr/lib/gfortran/modules ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none -Cforce-frame-pointers=yes -Clink-arg=-Wl,-z,relro -Clink-arg=-Wl,-z,now --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + echo pyproject-rpm-macros + echo python3-devel + echo 'python3dist(pip) >= 19' + echo 'python3dist(packaging)' + '[' -f pyproject.toml ']' + echo '(python3dist(tomli) if python3-devel < 3.11)' + rm -rfv '*.dist-info/' + '[' -f /usr/bin/python3 ']' + mkdir -p /builddir/build/BUILD/python-socketio-5.9.0/.pyproject-builddir + echo -n + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer ' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 ' + TMPDIR=/builddir/build/BUILD/python-socketio-5.9.0/.pyproject-builddir + RPM_TOXENV=py312 + HOSTNAME=rpmbuild + /usr/bin/python3 -Bs /usr/lib/rpm/redhat/pyproject_buildrequires.py --generate-extras --python3_pkgversion 3 --wheeldir /builddir/build/BUILD/python-socketio-5.9.0/pyproject-wheeldir --output /builddir/build/BUILD/python-socketio-5.9.0-1.fc39.noarch-pyproject-buildrequires -x client,asyncio_client -t Handling setuptools>=42 from build-system.requires Requirement not satisfied: setuptools>=42 Handling wheel from build-system.requires Requirement not satisfied: wheel Exiting dependency generation pass: build backend + cat /builddir/build/BUILD/python-socketio-5.9.0-1.fc39.noarch-pyproject-buildrequires + rm -rfv '*.dist-info/' + RPM_EC=0 ++ jobs -p + exit 0 Wrote: /builddir/build/SRPMS/python-socketio-5.9.0-1.fc39.buildreqs.nosrc.rpm Child return code was: 11 Dynamic buildrequires detected Going to install missing buildrequires. See root.log for details. ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -br --noclean --target noarch --nodeps /builddir/build/SPECS/python-socketio.spec'], chrootPath='/var/lib/mock/f39-build-1607212-38627/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=864000uid=996gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueraiseExc=FalseprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -br --noclean --target noarch --nodeps /builddir/build/SPECS/python-socketio.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: noarch Building for target noarch setting SOURCE_DATE_EPOCH=1699401600 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Gox1g5 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf python-socketio-5.9.0 + /usr/lib/rpm/rpmuncompress -x /builddir/build/SOURCES/python-socketio-5.9.0.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd python-socketio-5.9.0 + rm -rf /builddir/build/BUILD/python-socketio-5.9.0-SPECPARTS + /usr/bin/mkdir -p /builddir/build/BUILD/python-socketio-5.9.0-SPECPARTS + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0001-Downstream-only-patch-out-test-coverage-analysis.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + '[' -z sP ']' + shebang_flags=-kasP + /usr/bin/python3 -B /usr/lib/rpm/redhat/pathfix.py -pni /usr/bin/python3 -kasP examples recursedown('examples') recursedown('examples/client') recursedown('examples/client/asyncio') recursedown('examples/client/javascript') recursedown('examples/client/threads') recursedown('examples/server') recursedown('examples/server/aiohttp') recursedown('examples/server/aiohttp/static') recursedown('examples/server/asgi') recursedown('examples/server/asgi/static') recursedown('examples/server/javascript') recursedown('examples/server/javascript/fiddle_public') recursedown('examples/server/javascript/latency_public') recursedown('examples/server/sanic') recursedown('examples/server/sanic/static') recursedown('examples/server/tornado') recursedown('examples/server/tornado/static') recursedown('examples/server/tornado/templates') recursedown('examples/server/wsgi') recursedown('examples/server/wsgi/django_socketio') recursedown('examples/server/wsgi/django_socketio/django_socketio') recursedown('examples/server/wsgi/django_socketio/socketio_app') recursedown('examples/server/wsgi/django_socketio/socketio_app/migrations') recursedown('examples/server/wsgi/django_socketio/socketio_app/static') recursedown('examples/server/wsgi/static') recursedown('examples/server/wsgi/templates') examples/client/asyncio/fiddle_client.py: no change examples/client/asyncio/latency_client.py: no change examples/client/threads/fiddle_client.py: no change examples/client/threads/latency_client.py: no change examples/server/aiohttp/app.py: no change examples/server/aiohttp/fiddle.py: no change examples/server/aiohttp/latency.py: no change examples/server/asgi/app.py: updating examples/server/asgi/fiddle.py: updating examples/server/asgi/latency.py: updating examples/server/sanic/app.py: no change examples/server/sanic/fiddle.py: no change examples/server/sanic/latency.py: no change examples/server/tornado/app.py: no change examples/server/tornado/fiddle.py: no change examples/server/tornado/latency.py: no change examples/server/wsgi/app.py: no change examples/server/wsgi/fiddle.py: no change examples/server/wsgi/latency.py: no change examples/server/wsgi/django_socketio/manage.py: updating examples/server/wsgi/django_socketio/django_socketio/__init__.py: no change examples/server/wsgi/django_socketio/django_socketio/asgi.py: no change examples/server/wsgi/django_socketio/django_socketio/settings.py: no change examples/server/wsgi/django_socketio/django_socketio/urls.py: no change examples/server/wsgi/django_socketio/django_socketio/wsgi.py: no change examples/server/wsgi/django_socketio/socketio_app/__init__.py: no change examples/server/wsgi/django_socketio/socketio_app/admin.py: no change examples/server/wsgi/django_socketio/socketio_app/apps.py: no change examples/server/wsgi/django_socketio/socketio_app/models.py: no change examples/server/wsgi/django_socketio/socketio_app/tests.py: no change examples/server/wsgi/django_socketio/socketio_app/urls.py: no change examples/server/wsgi/django_socketio/socketio_app/views.py: no change examples/server/wsgi/django_socketio/socketio_app/migrations/__init__.py: no change + find examples -type f -name package-lock.json -print -delete examples/server/javascript/package-lock.json examples/client/javascript/package-lock.json + RPM_EC=0 ++ jobs -p + exit 0 Executing(%generate_buildrequires): /bin/sh -e /var/tmp/rpm-tmp.txaq0H + umask 022 + cd /builddir/build/BUILD + cd python-socketio-5.9.0 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer ' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer ' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -I/usr/lib/gfortran/modules ' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -I/usr/lib/gfortran/modules ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none -Cforce-frame-pointers=yes -Clink-arg=-Wl,-z,relro -Clink-arg=-Wl,-z,now --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + echo pyproject-rpm-macros + echo python3-devel + echo 'python3dist(pip) >= 19' + echo 'python3dist(packaging)' + '[' -f pyproject.toml ']' + echo '(python3dist(tomli) if python3-devel < 3.11)' + rm -rfv '*.dist-info/' + '[' -f /usr/bin/python3 ']' + mkdir -p /builddir/build/BUILD/python-socketio-5.9.0/.pyproject-builddir + echo -n + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer ' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 ' + TMPDIR=/builddir/build/BUILD/python-socketio-5.9.0/.pyproject-builddir + RPM_TOXENV=py312 + HOSTNAME=rpmbuild + /usr/bin/python3 -Bs /usr/lib/rpm/redhat/pyproject_buildrequires.py --generate-extras --python3_pkgversion 3 --wheeldir /builddir/build/BUILD/python-socketio-5.9.0/pyproject-wheeldir --output /builddir/build/BUILD/python-socketio-5.9.0-1.fc39.noarch-pyproject-buildrequires -x client,asyncio_client -t Handling setuptools>=42 from build-system.requires Requirement satisfied: setuptools>=42 (installed: setuptools 67.7.2) Handling wheel from build-system.requires Requirement satisfied: wheel (installed: wheel 0.40.0) running egg_info creating src/python_socketio.egg-info writing src/python_socketio.egg-info/PKG-INFO writing dependency_links to src/python_socketio.egg-info/dependency_links.txt writing requirements to src/python_socketio.egg-info/requires.txt writing top-level names to src/python_socketio.egg-info/top_level.txt writing manifest file 'src/python_socketio.egg-info/SOURCES.txt' reading manifest file 'src/python_socketio.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'src/python_socketio.egg-info/SOURCES.txt' Handling wheel from get_requires_for_build_wheel Requirement satisfied: wheel (installed: wheel 0.40.0) Handling tox-current-env >= 0.0.6 from tox itself Requirement not satisfied: tox-current-env >= 0.0.6 Exiting dependency generation pass: tox itself + cat /builddir/build/BUILD/python-socketio-5.9.0-1.fc39.noarch-pyproject-buildrequires + rm -rfv '*.dist-info/' + RPM_EC=0 ++ jobs -p + exit 0 Wrote: /builddir/build/SRPMS/python-socketio-5.9.0-1.fc39.buildreqs.nosrc.rpm Child return code was: 11 Dynamic buildrequires detected Going to install missing buildrequires. See root.log for details. ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -br --noclean --target noarch --nodeps /builddir/build/SPECS/python-socketio.spec'], chrootPath='/var/lib/mock/f39-build-1607212-38627/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=864000uid=996gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueraiseExc=FalseprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -br --noclean --target noarch --nodeps /builddir/build/SPECS/python-socketio.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: noarch Building for target noarch setting SOURCE_DATE_EPOCH=1699401600 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.91BX5m + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf python-socketio-5.9.0 + /usr/lib/rpm/rpmuncompress -x /builddir/build/SOURCES/python-socketio-5.9.0.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd python-socketio-5.9.0 + rm -rf /builddir/build/BUILD/python-socketio-5.9.0-SPECPARTS + /usr/bin/mkdir -p /builddir/build/BUILD/python-socketio-5.9.0-SPECPARTS + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0001-Downstream-only-patch-out-test-coverage-analysis.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + '[' -z sP ']' + shebang_flags=-kasP + /usr/bin/python3 -B /usr/lib/rpm/redhat/pathfix.py -pni /usr/bin/python3 -kasP examples recursedown('examples') recursedown('examples/client') recursedown('examples/client/asyncio') recursedown('examples/client/javascript') recursedown('examples/client/threads') recursedown('examples/server') recursedown('examples/server/aiohttp') recursedown('examples/server/aiohttp/static') recursedown('examples/server/asgi') recursedown('examples/server/asgi/static') recursedown('examples/server/javascript') recursedown('examples/server/javascript/fiddle_public') recursedown('examples/server/javascript/latency_public') recursedown('examples/server/sanic') recursedown('examples/server/sanic/static') recursedown('examples/server/tornado') recursedown('examples/server/tornado/static') recursedown('examples/server/tornado/templates') recursedown('examples/server/wsgi') recursedown('examples/server/wsgi/django_socketio') recursedown('examples/server/wsgi/django_socketio/django_socketio') recursedown('examples/server/wsgi/django_socketio/socketio_app') recursedown('examples/server/wsgi/django_socketio/socketio_app/migrations') recursedown('examples/server/wsgi/django_socketio/socketio_app/static') recursedown('examples/server/wsgi/static') recursedown('examples/server/wsgi/templates') examples/client/asyncio/fiddle_client.py: no change examples/client/asyncio/latency_client.py: no change examples/client/threads/fiddle_client.py: no change examples/client/threads/latency_client.py: no change examples/server/aiohttp/app.py: no change examples/server/aiohttp/fiddle.py: no change examples/server/aiohttp/latency.py: no change examples/server/asgi/app.py: updating examples/server/asgi/fiddle.py: updating examples/server/asgi/latency.py: updating examples/server/sanic/app.py: no change examples/server/sanic/fiddle.py: no change examples/server/sanic/latency.py: no change examples/server/tornado/app.py: no change examples/server/tornado/fiddle.py: no change examples/server/tornado/latency.py: no change examples/server/wsgi/app.py: no change examples/server/wsgi/fiddle.py: no change examples/server/wsgi/latency.py: no change examples/server/wsgi/django_socketio/manage.py: updating examples/server/wsgi/django_socketio/django_socketio/__init__.py: no change examples/server/wsgi/django_socketio/django_socketio/asgi.py: no change examples/server/wsgi/django_socketio/django_socketio/settings.py: no change examples/server/wsgi/django_socketio/django_socketio/urls.py: no change examples/server/wsgi/django_socketio/django_socketio/wsgi.py: no change examples/server/wsgi/django_socketio/socketio_app/__init__.py: no change examples/server/wsgi/django_socketio/socketio_app/admin.py: no change examples/server/wsgi/django_socketio/socketio_app/apps.py: no change examples/server/wsgi/django_socketio/socketio_app/models.py: no change examples/server/wsgi/django_socketio/socketio_app/tests.py: no change examples/server/wsgi/django_socketio/socketio_app/urls.py: no change examples/server/wsgi/django_socketio/socketio_app/views.py: no change examples/server/wsgi/django_socketio/socketio_app/migrations/__init__.py: no change + find examples -type f -name package-lock.json -print -delete examples/server/javascript/package-lock.json examples/client/javascript/package-lock.json + RPM_EC=0 ++ jobs -p + exit 0 Executing(%generate_buildrequires): /bin/sh -e /var/tmp/rpm-tmp.dpVi8L + umask 022 + cd /builddir/build/BUILD + cd python-socketio-5.9.0 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer ' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer ' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -I/usr/lib/gfortran/modules ' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -I/usr/lib/gfortran/modules ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none -Cforce-frame-pointers=yes -Clink-arg=-Wl,-z,relro -Clink-arg=-Wl,-z,now --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + echo pyproject-rpm-macros + echo python3-devel + echo 'python3dist(pip) >= 19' + echo 'python3dist(packaging)' + '[' -f pyproject.toml ']' + echo '(python3dist(tomli) if python3-devel < 3.11)' + rm -rfv '*.dist-info/' + '[' -f /usr/bin/python3 ']' + mkdir -p /builddir/build/BUILD/python-socketio-5.9.0/.pyproject-builddir + echo -n + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer ' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 ' + TMPDIR=/builddir/build/BUILD/python-socketio-5.9.0/.pyproject-builddir + RPM_TOXENV=py312 + HOSTNAME=rpmbuild + /usr/bin/python3 -Bs /usr/lib/rpm/redhat/pyproject_buildrequires.py --generate-extras --python3_pkgversion 3 --wheeldir /builddir/build/BUILD/python-socketio-5.9.0/pyproject-wheeldir --output /builddir/build/BUILD/python-socketio-5.9.0-1.fc39.noarch-pyproject-buildrequires -x client,asyncio_client -t Handling setuptools>=42 from build-system.requires Requirement satisfied: setuptools>=42 (installed: setuptools 67.7.2) Handling wheel from build-system.requires Requirement satisfied: wheel (installed: wheel 0.40.0) running egg_info creating src/python_socketio.egg-info writing src/python_socketio.egg-info/PKG-INFO writing dependency_links to src/python_socketio.egg-info/dependency_links.txt writing requirements to src/python_socketio.egg-info/requires.txt writing top-level names to src/python_socketio.egg-info/top_level.txt writing manifest file 'src/python_socketio.egg-info/SOURCES.txt' reading manifest file 'src/python_socketio.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'src/python_socketio.egg-info/SOURCES.txt' Handling wheel from get_requires_for_build_wheel Requirement satisfied: wheel (installed: wheel 0.40.0) Handling tox-current-env >= 0.0.6 from tox itself Requirement satisfied: tox-current-env >= 0.0.6 (installed: tox-current-env 0.0.11) py312: OK (0.51 seconds) congratulations :) (3.25 seconds) Handling tox from tox --print-deps-only: py312 Requirement satisfied: tox (installed: tox 4.11.1) Handling msgpack from tox --print-deps-only: py312 Requirement not satisfied: msgpack Handling pytest from tox --print-deps-only: py312 Requirement satisfied: pytest (installed: pytest 7.3.2) running dist_info creating python_socketio.egg-info writing python_socketio.egg-info/PKG-INFO writing dependency_links to python_socketio.egg-info/dependency_links.txt writing requirements to python_socketio.egg-info/requires.txt writing top-level names to python_socketio.egg-info/top_level.txt writing manifest file 'python_socketio.egg-info/SOURCES.txt' reading manifest file 'python_socketio.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'python_socketio.egg-info/SOURCES.txt' creating '/builddir/build/BUILD/python-socketio-5.9.0/python_socketio-5.9.0.dist-info' Handling bidict (>=0.21.0) from hook generated metadata: Requires-Dist (python-socketio) Requirement not satisfied: bidict (>=0.21.0) Handling python-engineio (>=4.7.0) from hook generated metadata: Requires-Dist (python-socketio) Requirement not satisfied: python-engineio (>=4.7.0) Handling aiohttp (>=3.4) ; extra == 'asyncio_client' from hook generated metadata: Requires-Dist (python-socketio) Requirement not satisfied: aiohttp (>=3.4) ; extra == 'asyncio_client' Handling requests (>=2.21.0) ; extra == 'client' from hook generated metadata: Requires-Dist (python-socketio) Requirement satisfied: requests (>=2.21.0) ; extra == 'client' (installed: requests 2.28.2) Handling websocket-client (>=0.54.0) ; extra == 'client' from hook generated metadata: Requires-Dist (python-socketio) Requirement not satisfied: websocket-client (>=0.54.0) ; extra == 'client' Handling sphinx ; extra == 'docs' from hook generated metadata: Requires-Dist (python-socketio) Ignoring alien requirement: sphinx ; extra == 'docs' + cat /builddir/build/BUILD/python-socketio-5.9.0-1.fc39.noarch-pyproject-buildrequires + rm -rfv python_socketio-5.9.0.dist-info/ removed 'python_socketio-5.9.0.dist-info/LICENSE' removed 'python_socketio-5.9.0.dist-info/top_level.txt' removed 'python_socketio-5.9.0.dist-info/METADATA' removed directory 'python_socketio-5.9.0.dist-info/' + RPM_EC=0 ++ jobs -p + exit 0 Wrote: /builddir/build/SRPMS/python-socketio-5.9.0-1.fc39.buildreqs.nosrc.rpm Child return code was: 11 Dynamic buildrequires detected Going to install missing buildrequires. See root.log for details.