Mock Version: 1.4.9 Mock Version: 1.4.9 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/python-websockets.spec'], chrootPath='/var/lib/mock/f29-build-20878-10909/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8', 'http_proxy': 'http://192.168.0.254:3128', 'https_proxy': 'http://192.168.0.254:3128'}shell=Falselogger=timeout=345600uid=998gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/python-websockets.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8', 'http_proxy': 'http://192.168.0.254:3128', 'https_proxy': 'http://192.168.0.254:3128'} and shell False Building target platforms: riscv64 Building for target riscv64 Wrote: /builddir/build/SRPMS/python-websockets-5.0.1-3.fc29.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/python-websockets.spec'], chrootPath='/var/lib/mock/f29-build-20878-10909/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8', 'http_proxy': 'http://192.168.0.254:3128', 'https_proxy': 'http://192.168.0.254:3128'}shell=Falselogger=timeout=345600uid=998gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/python-websockets.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8', 'http_proxy': 'http://192.168.0.254:3128', 'https_proxy': 'http://192.168.0.254:3128'} and shell False Building target platforms: riscv64 Building for target riscv64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Fyn0sw + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf websockets-5.0.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/websockets-5.0.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd websockets-5.0.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /builddir/build/SOURCES/0001-Add-support-for-Python-3.7.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /builddir/build/SOURCES/0002-Replace-conditional-errors-with-version-checks.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /builddir/build/SOURCES/0003-Support-yield-from-connect-serve-on-Python-3.7.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + rm -vrf websockets.egg-info removed 'websockets.egg-info/PKG-INFO' removed 'websockets.egg-info/dependency_links.txt' removed 'websockets.egg-info/top_level.txt' removed 'websockets.egg-info/zip-safe' removed 'websockets.egg-info/SOURCES.txt' removed directory 'websockets.egg-info' + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.HPquEG + umask 022 + cd /builddir/build/BUILD + cd websockets-5.0.1 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib.linux-riscv64-3.7 creating build/lib.linux-riscv64-3.7/websockets copying websockets/test_headers.py -> build/lib.linux-riscv64-3.7/websockets copying websockets/test_handshake.py -> build/lib.linux-riscv64-3.7/websockets copying websockets/framing.py -> build/lib.linux-riscv64-3.7/websockets copying websockets/client.py -> build/lib.linux-riscv64-3.7/websockets copying websockets/handshake.py -> build/lib.linux-riscv64-3.7/websockets copying websockets/test_speedups.py -> build/lib.linux-riscv64-3.7/websockets copying websockets/test_protocol.py -> build/lib.linux-riscv64-3.7/websockets copying websockets/test_framing.py -> build/lib.linux-riscv64-3.7/websockets copying websockets/server.py -> build/lib.linux-riscv64-3.7/websockets copying websockets/utils.py -> build/lib.linux-riscv64-3.7/websockets copying websockets/test_utils.py -> build/lib.linux-riscv64-3.7/websockets copying websockets/test_exceptions.py -> build/lib.linux-riscv64-3.7/websockets copying websockets/test_http.py -> build/lib.linux-riscv64-3.7/websockets copying websockets/compatibility.py -> build/lib.linux-riscv64-3.7/websockets copying websockets/headers.py -> build/lib.linux-riscv64-3.7/websockets copying websockets/protocol.py -> build/lib.linux-riscv64-3.7/websockets copying websockets/exceptions.py -> build/lib.linux-riscv64-3.7/websockets copying websockets/uri.py -> build/lib.linux-riscv64-3.7/websockets copying websockets/test_client_server.py -> build/lib.linux-riscv64-3.7/websockets copying websockets/version.py -> build/lib.linux-riscv64-3.7/websockets copying websockets/__init__.py -> build/lib.linux-riscv64-3.7/websockets copying websockets/test_uri.py -> build/lib.linux-riscv64-3.7/websockets copying websockets/http.py -> build/lib.linux-riscv64-3.7/websockets creating build/lib.linux-riscv64-3.7/websockets/extensions copying websockets/extensions/test_base.py -> build/lib.linux-riscv64-3.7/websockets/extensions copying websockets/extensions/test_permessage_deflate.py -> build/lib.linux-riscv64-3.7/websockets/extensions copying websockets/extensions/__init__.py -> build/lib.linux-riscv64-3.7/websockets/extensions copying websockets/extensions/base.py -> build/lib.linux-riscv64-3.7/websockets/extensions copying websockets/extensions/permessage_deflate.py -> build/lib.linux-riscv64-3.7/websockets/extensions creating build/lib.linux-riscv64-3.7/websockets/py35 copying websockets/py35/_test_client_server.py -> build/lib.linux-riscv64-3.7/websockets/py35 copying websockets/py35/client.py -> build/lib.linux-riscv64-3.7/websockets/py35 copying websockets/py35/server.py -> build/lib.linux-riscv64-3.7/websockets/py35 copying websockets/py35/__init__.py -> build/lib.linux-riscv64-3.7/websockets/py35 creating build/lib.linux-riscv64-3.7/websockets/py36 copying websockets/py36/_test_client_server.py -> build/lib.linux-riscv64-3.7/websockets/py36 copying websockets/py36/protocol.py -> build/lib.linux-riscv64-3.7/websockets/py36 copying websockets/py36/__init__.py -> build/lib.linux-riscv64-3.7/websockets/py36 running egg_info creating websockets.egg-info writing websockets.egg-info/PKG-INFO writing dependency_links to websockets.egg-info/dependency_links.txt writing top-level names to websockets.egg-info/top_level.txt writing manifest file 'websockets.egg-info/SOURCES.txt' reading manifest file 'websockets.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'websockets.egg-info/SOURCES.txt' copying websockets/speedups.c -> build/lib.linux-riscv64-3.7/websockets copying websockets/test_localhost.pem -> build/lib.linux-riscv64-3.7/websockets running build_ext building 'websockets.speedups' extension creating build/temp.linux-riscv64-3.7 creating build/temp.linux-riscv64-3.7/websockets gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.7m -c websockets/speedups.c -o build/temp.linux-riscv64-3.7/websockets/speedups.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-riscv64-3.7/websockets/speedups.o -L/usr/lib64 -lpython3.7m -o build/lib.linux-riscv64-3.7/websockets/speedups.cpython-37m-riscv64-linux-gnu.so + sleep 1 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.lmioYI + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64 + cd websockets-5.0.1 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64 running install running install_lib creating /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr creating /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64 creating /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7 creating /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7/site-packages creating /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7/site-packages/websockets copying build/lib.linux-riscv64-3.7/websockets/test_headers.py -> /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7/site-packages/websockets copying build/lib.linux-riscv64-3.7/websockets/test_handshake.py -> /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7/site-packages/websockets copying build/lib.linux-riscv64-3.7/websockets/framing.py -> /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7/site-packages/websockets copying build/lib.linux-riscv64-3.7/websockets/client.py -> /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7/site-packages/websockets creating /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7/site-packages/websockets/py35 copying build/lib.linux-riscv64-3.7/websockets/py35/_test_client_server.py -> /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7/site-packages/websockets/py35 copying build/lib.linux-riscv64-3.7/websockets/py35/client.py -> /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7/site-packages/websockets/py35 copying build/lib.linux-riscv64-3.7/websockets/py35/server.py -> /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7/site-packages/websockets/py35 copying build/lib.linux-riscv64-3.7/websockets/py35/__init__.py -> /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7/site-packages/websockets/py35 copying build/lib.linux-riscv64-3.7/websockets/handshake.py -> /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7/site-packages/websockets copying build/lib.linux-riscv64-3.7/websockets/test_speedups.py -> /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7/site-packages/websockets copying build/lib.linux-riscv64-3.7/websockets/test_protocol.py -> /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7/site-packages/websockets copying build/lib.linux-riscv64-3.7/websockets/test_framing.py -> /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7/site-packages/websockets copying build/lib.linux-riscv64-3.7/websockets/server.py -> /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7/site-packages/websockets copying build/lib.linux-riscv64-3.7/websockets/utils.py -> /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7/site-packages/websockets copying build/lib.linux-riscv64-3.7/websockets/test_utils.py -> /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7/site-packages/websockets copying build/lib.linux-riscv64-3.7/websockets/test_exceptions.py -> /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7/site-packages/websockets creating /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7/site-packages/websockets/py36 copying build/lib.linux-riscv64-3.7/websockets/py36/_test_client_server.py -> /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7/site-packages/websockets/py36 copying build/lib.linux-riscv64-3.7/websockets/py36/protocol.py -> /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7/site-packages/websockets/py36 copying build/lib.linux-riscv64-3.7/websockets/py36/__init__.py -> /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7/site-packages/websockets/py36 creating /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7/site-packages/websockets/extensions copying build/lib.linux-riscv64-3.7/websockets/extensions/test_base.py -> /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7/site-packages/websockets/extensions copying build/lib.linux-riscv64-3.7/websockets/extensions/test_permessage_deflate.py -> /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7/site-packages/websockets/extensions copying build/lib.linux-riscv64-3.7/websockets/extensions/__init__.py -> /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7/site-packages/websockets/extensions copying build/lib.linux-riscv64-3.7/websockets/extensions/base.py -> /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7/site-packages/websockets/extensions copying build/lib.linux-riscv64-3.7/websockets/extensions/permessage_deflate.py -> /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7/site-packages/websockets/extensions copying build/lib.linux-riscv64-3.7/websockets/test_http.py -> /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7/site-packages/websockets copying build/lib.linux-riscv64-3.7/websockets/compatibility.py -> /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7/site-packages/websockets copying build/lib.linux-riscv64-3.7/websockets/headers.py -> /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7/site-packages/websockets copying build/lib.linux-riscv64-3.7/websockets/protocol.py -> /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7/site-packages/websockets copying build/lib.linux-riscv64-3.7/websockets/exceptions.py -> /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7/site-packages/websockets copying build/lib.linux-riscv64-3.7/websockets/uri.py -> /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7/site-packages/websockets copying build/lib.linux-riscv64-3.7/websockets/test_client_server.py -> /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7/site-packages/websockets copying build/lib.linux-riscv64-3.7/websockets/version.py -> /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7/site-packages/websockets copying build/lib.linux-riscv64-3.7/websockets/speedups.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7/site-packages/websockets copying build/lib.linux-riscv64-3.7/websockets/__init__.py -> /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7/site-packages/websockets copying build/lib.linux-riscv64-3.7/websockets/test_uri.py -> /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7/site-packages/websockets copying build/lib.linux-riscv64-3.7/websockets/test_localhost.pem -> /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7/site-packages/websockets copying build/lib.linux-riscv64-3.7/websockets/http.py -> /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7/site-packages/websockets copying build/lib.linux-riscv64-3.7/websockets/speedups.c -> /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7/site-packages/websockets byte-compiling /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7/site-packages/websockets/test_headers.py to test_headers.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7/site-packages/websockets/test_handshake.py to test_handshake.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7/site-packages/websockets/framing.py to framing.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7/site-packages/websockets/client.py to client.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7/site-packages/websockets/py35/_test_client_server.py to _test_client_server.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7/site-packages/websockets/py35/client.py to client.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7/site-packages/websockets/py35/server.py to server.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7/site-packages/websockets/py35/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7/site-packages/websockets/handshake.py to handshake.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7/site-packages/websockets/test_speedups.py to test_speedups.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7/site-packages/websockets/test_protocol.py to test_protocol.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7/site-packages/websockets/test_framing.py to test_framing.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7/site-packages/websockets/server.py to server.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7/site-packages/websockets/utils.py to utils.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7/site-packages/websockets/test_utils.py to test_utils.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7/site-packages/websockets/test_exceptions.py to test_exceptions.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7/site-packages/websockets/py36/_test_client_server.py to _test_client_server.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7/site-packages/websockets/py36/protocol.py to protocol.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7/site-packages/websockets/py36/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7/site-packages/websockets/extensions/test_base.py to test_base.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7/site-packages/websockets/extensions/test_permessage_deflate.py to test_permessage_deflate.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7/site-packages/websockets/extensions/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7/site-packages/websockets/extensions/base.py to base.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7/site-packages/websockets/extensions/permessage_deflate.py to permessage_deflate.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7/site-packages/websockets/test_http.py to test_http.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7/site-packages/websockets/compatibility.py to compatibility.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7/site-packages/websockets/headers.py to headers.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7/site-packages/websockets/protocol.py to protocol.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7/site-packages/websockets/exceptions.py to exceptions.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7/site-packages/websockets/uri.py to uri.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7/site-packages/websockets/test_client_server.py to test_client_server.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7/site-packages/websockets/version.py to version.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7/site-packages/websockets/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7/site-packages/websockets/test_uri.py to test_uri.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7/site-packages/websockets/http.py to http.cpython-37.pyc writing byte-compilation script '/tmp/tmpc4rcfumn.py' /usr/bin/python3 /tmp/tmpc4rcfumn.py removing /tmp/tmpc4rcfumn.py running install_egg_info running egg_info writing websockets.egg-info/PKG-INFO writing dependency_links to websockets.egg-info/dependency_links.txt writing top-level names to websockets.egg-info/top_level.txt reading manifest file 'websockets.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'websockets.egg-info/SOURCES.txt' Copying websockets.egg-info to /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7/site-packages/websockets-5.0.1-py3.7.egg-info running install_scripts + rm -vf /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7/site-packages/websockets/speedups.c removed '/builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7/site-packages/websockets/speedups.c' + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 5.0.1-3.fc29 --unique-debug-suffix -5.0.1-3.fc29.riscv64 --unique-debug-src-base python-websockets-5.0.1-3.fc29.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/websockets-5.0.1 extracting debug info from /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7/site-packages/websockets/speedups.cpython-37m-riscv64-linux-gnu.so /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. BUILDSTDERR: 7 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig BUILDSTDERR: /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib/debug/usr/lib64/python3.7 using /usr/bin/python3.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/lib64/python3.7 using /usr/bin/python3.7 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.FKXXt6 Processing files: python3-websockets-5.0.1-3.fc29.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.27dfar + umask 022 + cd /builddir/build/BUILD + cd websockets-5.0.1 + DOCDIR=/builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/share/doc/python3-websockets + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/share/doc/python3-websockets + cp -pr README.rst /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/share/doc/python3-websockets + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.DQLnba + umask 022 + cd /builddir/build/BUILD + cd websockets-5.0.1 + LICENSEDIR=/builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/share/licenses/python3-websockets + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/share/licenses/python3-websockets + cp -pr LICENSE /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64/usr/share/licenses/python3-websockets + exit 0 Provides: python3-websockets = 5.0.1-3.fc29 python3-websockets(riscv-64) = 5.0.1-3.fc29 python3.7dist(websockets) = 5.0.1 python3dist(websockets) = 5.0.1 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: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libpthread.so.0()(64bit) libpython3.7m.so.1.0()(64bit) python(abi) = 3.7 rtld(GNU_HASH) Processing files: python-websockets-debugsource-5.0.1-3.fc29.riscv64 Provides: python-websockets-debugsource = 5.0.1-3.fc29 python-websockets-debugsource(riscv-64) = 5.0.1-3.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python3-websockets-debuginfo-5.0.1-3.fc29.riscv64 Provides: debuginfo(build-id) = 41b73dd638ffb1088a4ca6bddfb12a7defab6883 python3-websockets-debuginfo = 5.0.1-3.fc29 python3-websockets-debuginfo(riscv-64) = 5.0.1-3.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-websockets-debugsource(riscv-64) = 5.0.1-3.fc29 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64 Wrote: /builddir/build/RPMS/python3-websockets-5.0.1-3.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/python-websockets-debugsource-5.0.1-3.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/python3-websockets-debuginfo-5.0.1-3.fc29.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.oRUYv7 + umask 022 + cd /builddir/build/BUILD + cd websockets-5.0.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-websockets-5.0.1-3.fc29.riscv64 + exit 0 Child return code was: 0