Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-autobahn.spec'], chrootPath='/var/lib/mock/f26-build-10003041-789563/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-autobahn.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/python-autobahn-17.9.3-1.gitd398c4d.fc26.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-autobahn.spec'], chrootPath='/var/lib/mock/f26-build-10003041-789563/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-autobahn.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.52uJJx + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf autobahn-python-d398c4dd7b446ab68c142e18a3bf722b8e96a372 + /usr/bin/gzip -dc /builddir/build/SOURCES/autobahn-python-d398c4dd7b446ab68c142e18a3bf722b8e96a372.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd autobahn-python-d398c4dd7b446ab68c142e18a3bf722b8e96a372 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -rf autobahn.egg-info + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.80n5dv + umask 022 + cd /builddir/build/BUILD + cd autobahn-python-d398c4dd7b446ab68c142e18a3bf722b8e96a372 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' running build running build_py creating build creating build/lib creating build/lib/autobahn copying autobahn/_version.py -> build/lib/autobahn copying autobahn/__init__.py -> build/lib/autobahn copying autobahn/util.py -> build/lib/autobahn creating build/lib/autobahn/test copying autobahn/test/__init__.py -> build/lib/autobahn/test copying autobahn/test/test_util.py -> build/lib/autobahn/test creating build/lib/autobahn/wamp copying autobahn/wamp/serializer.py -> build/lib/autobahn/wamp copying autobahn/wamp/cryptobox.py -> build/lib/autobahn/wamp copying autobahn/wamp/request.py -> build/lib/autobahn/wamp copying autobahn/wamp/exception.py -> build/lib/autobahn/wamp copying autobahn/wamp/__init__.py -> build/lib/autobahn/wamp copying autobahn/wamp/types.py -> build/lib/autobahn/wamp copying autobahn/wamp/role.py -> build/lib/autobahn/wamp copying autobahn/wamp/cryptosign.py -> build/lib/autobahn/wamp copying autobahn/wamp/component.py -> build/lib/autobahn/wamp copying autobahn/wamp/websocket.py -> build/lib/autobahn/wamp copying autobahn/wamp/interfaces.py -> build/lib/autobahn/wamp copying autobahn/wamp/uri.py -> build/lib/autobahn/wamp copying autobahn/wamp/message.py -> build/lib/autobahn/wamp copying autobahn/wamp/auth.py -> build/lib/autobahn/wamp copying autobahn/wamp/protocol.py -> build/lib/autobahn/wamp creating build/lib/autobahn/wamp/test copying autobahn/wamp/test/test_auth.py -> build/lib/autobahn/wamp/test copying autobahn/wamp/test/test_uri_pattern.py -> build/lib/autobahn/wamp/test copying autobahn/wamp/test/test_exception.py -> build/lib/autobahn/wamp/test copying autobahn/wamp/test/test_protocol.py -> build/lib/autobahn/wamp/test copying autobahn/wamp/test/__init__.py -> build/lib/autobahn/wamp/test copying autobahn/wamp/test/test_protocol_peer.py -> build/lib/autobahn/wamp/test copying autobahn/wamp/test/test_websocket.py -> build/lib/autobahn/wamp/test copying autobahn/wamp/test/test_runner.py -> build/lib/autobahn/wamp/test copying autobahn/wamp/test/test_cryptosign.py -> build/lib/autobahn/wamp/test copying autobahn/wamp/test/test_message.py -> build/lib/autobahn/wamp/test copying autobahn/wamp/test/test_serializer.py -> build/lib/autobahn/wamp/test copying autobahn/wamp/test/test_component.py -> build/lib/autobahn/wamp/test copying autobahn/wamp/test/test_user_handler_errors.py -> build/lib/autobahn/wamp/test creating build/lib/autobahn/websocket copying autobahn/websocket/utf8validator.py -> build/lib/autobahn/websocket copying autobahn/websocket/compress_base.py -> build/lib/autobahn/websocket copying autobahn/websocket/__init__.py -> build/lib/autobahn/websocket copying autobahn/websocket/compress_snappy.py -> build/lib/autobahn/websocket copying autobahn/websocket/types.py -> build/lib/autobahn/websocket copying autobahn/websocket/interfaces.py -> build/lib/autobahn/websocket copying autobahn/websocket/compress_bzip2.py -> build/lib/autobahn/websocket copying autobahn/websocket/compress_deflate.py -> build/lib/autobahn/websocket copying autobahn/websocket/xormasker.py -> build/lib/autobahn/websocket copying autobahn/websocket/util.py -> build/lib/autobahn/websocket copying autobahn/websocket/protocol.py -> build/lib/autobahn/websocket copying autobahn/websocket/compress.py -> build/lib/autobahn/websocket creating build/lib/autobahn/websocket/test copying autobahn/websocket/test/test_websocket_url.py -> build/lib/autobahn/websocket/test copying autobahn/websocket/test/test_protocol.py -> build/lib/autobahn/websocket/test copying autobahn/websocket/test/__init__.py -> build/lib/autobahn/websocket/test copying autobahn/websocket/test/test_websocket.py -> build/lib/autobahn/websocket/test creating build/lib/autobahn/rawsocket copying autobahn/rawsocket/__init__.py -> build/lib/autobahn/rawsocket copying autobahn/rawsocket/util.py -> build/lib/autobahn/rawsocket creating build/lib/autobahn/rawsocket/test copying autobahn/rawsocket/test/__init__.py -> build/lib/autobahn/rawsocket/test copying autobahn/rawsocket/test/test_rawsocket_url.py -> build/lib/autobahn/rawsocket/test creating build/lib/autobahn/asyncio copying autobahn/asyncio/__init__.py -> build/lib/autobahn/asyncio copying autobahn/asyncio/component.py -> build/lib/autobahn/asyncio copying autobahn/asyncio/websocket.py -> build/lib/autobahn/asyncio copying autobahn/asyncio/wamp.py -> build/lib/autobahn/asyncio copying autobahn/asyncio/util.py -> build/lib/autobahn/asyncio copying autobahn/asyncio/rawsocket.py -> build/lib/autobahn/asyncio creating build/lib/autobahn/twisted copying autobahn/twisted/forwarder.py -> build/lib/autobahn/twisted copying autobahn/twisted/__init__.py -> build/lib/autobahn/twisted copying autobahn/twisted/cryptosign.py -> build/lib/autobahn/twisted copying autobahn/twisted/component.py -> build/lib/autobahn/twisted copying autobahn/twisted/websocket.py -> build/lib/autobahn/twisted copying autobahn/twisted/wamp.py -> build/lib/autobahn/twisted copying autobahn/twisted/choosereactor.py -> build/lib/autobahn/twisted copying autobahn/twisted/util.py -> build/lib/autobahn/twisted copying autobahn/twisted/rawsocket.py -> build/lib/autobahn/twisted copying autobahn/twisted/resource.py -> build/lib/autobahn/twisted package init file 'twisted/plugins/__init__.py' not found (or not a regular file) creating build/lib/twisted creating build/lib/twisted/plugins copying twisted/plugins/autobahn_endpoints.py -> build/lib/twisted/plugins copying twisted/plugins/autobahn_twistd.py -> build/lib/twisted/plugins running egg_info creating autobahn.egg-info writing requirements to autobahn.egg-info/requires.txt writing autobahn.egg-info/PKG-INFO writing top-level names to autobahn.egg-info/top_level.txt writing dependency_links to autobahn.egg-info/dependency_links.txt writing manifest file 'autobahn.egg-info/SOURCES.txt' reading manifest file 'autobahn.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'autobahn.egg-info/SOURCES.txt' creating build/lib/autobahn/asyncio/test copying autobahn/asyncio/test/README -> build/lib/autobahn/asyncio/test copying autobahn/asyncio/test/test_asyncio_rawsocket.py -> build/lib/autobahn/asyncio/test copying autobahn/asyncio/test/test_asyncio_websocket.py -> build/lib/autobahn/asyncio/test Twisted found (default reactor is ) Twisted dropin.cache regenerated. + sleep 1 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py package init file 'twisted/plugins/__init__.py' not found (or not a regular file) running egg_info writing autobahn.egg-info/PKG-INFO writing dependency_links to autobahn.egg-info/dependency_links.txt writing requirements to autobahn.egg-info/requires.txt writing top-level names to autobahn.egg-info/top_level.txt reading manifest file 'autobahn.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'autobahn.egg-info/SOURCES.txt' + sleep 1 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.ThFGqA + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch ++ dirname /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch + cd autobahn-python-d398c4dd7b446ab68c142e18a3bf722b8e96a372 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch running install running install_lib creating /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr creating /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib creating /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn copying build/lib/autobahn/_version.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn creating /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/test copying build/lib/autobahn/test/__init__.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/test copying build/lib/autobahn/test/test_util.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/test creating /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/rawsocket creating /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/rawsocket/test copying build/lib/autobahn/rawsocket/test/__init__.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/rawsocket/test copying build/lib/autobahn/rawsocket/test/test_rawsocket_url.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/rawsocket/test copying build/lib/autobahn/rawsocket/__init__.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/rawsocket copying build/lib/autobahn/rawsocket/util.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/rawsocket copying build/lib/autobahn/__init__.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn creating /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/asyncio creating /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/asyncio/test copying build/lib/autobahn/asyncio/test/README -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/asyncio/test copying build/lib/autobahn/asyncio/test/test_asyncio_rawsocket.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/asyncio/test copying build/lib/autobahn/asyncio/test/test_asyncio_websocket.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/asyncio/test copying build/lib/autobahn/asyncio/__init__.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/asyncio copying build/lib/autobahn/asyncio/component.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/asyncio copying build/lib/autobahn/asyncio/websocket.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/asyncio copying build/lib/autobahn/asyncio/wamp.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/asyncio copying build/lib/autobahn/asyncio/util.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/asyncio copying build/lib/autobahn/asyncio/rawsocket.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/asyncio creating /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/twisted copying build/lib/autobahn/twisted/forwarder.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/twisted copying build/lib/autobahn/twisted/__init__.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/twisted copying build/lib/autobahn/twisted/cryptosign.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/twisted copying build/lib/autobahn/twisted/component.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/twisted copying build/lib/autobahn/twisted/websocket.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/twisted copying build/lib/autobahn/twisted/wamp.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/twisted copying build/lib/autobahn/twisted/choosereactor.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/twisted copying build/lib/autobahn/twisted/util.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/twisted copying build/lib/autobahn/twisted/rawsocket.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/twisted copying build/lib/autobahn/twisted/resource.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/twisted copying build/lib/autobahn/util.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn creating /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/wamp copying build/lib/autobahn/wamp/serializer.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/wamp copying build/lib/autobahn/wamp/cryptobox.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/wamp creating /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/wamp/test copying build/lib/autobahn/wamp/test/test_auth.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/wamp/test copying build/lib/autobahn/wamp/test/test_uri_pattern.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/wamp/test copying build/lib/autobahn/wamp/test/test_exception.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/wamp/test copying build/lib/autobahn/wamp/test/test_protocol.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/wamp/test copying build/lib/autobahn/wamp/test/__init__.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/wamp/test copying build/lib/autobahn/wamp/test/test_protocol_peer.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/wamp/test copying build/lib/autobahn/wamp/test/test_websocket.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/wamp/test copying build/lib/autobahn/wamp/test/test_runner.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/wamp/test copying build/lib/autobahn/wamp/test/test_cryptosign.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/wamp/test copying build/lib/autobahn/wamp/test/test_message.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/wamp/test copying build/lib/autobahn/wamp/test/test_serializer.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/wamp/test copying build/lib/autobahn/wamp/test/test_component.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/wamp/test copying build/lib/autobahn/wamp/test/test_user_handler_errors.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/wamp/test copying build/lib/autobahn/wamp/request.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/wamp copying build/lib/autobahn/wamp/exception.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/wamp copying build/lib/autobahn/wamp/__init__.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/wamp copying build/lib/autobahn/wamp/types.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/wamp copying build/lib/autobahn/wamp/role.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/wamp copying build/lib/autobahn/wamp/cryptosign.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/wamp copying build/lib/autobahn/wamp/component.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/wamp copying build/lib/autobahn/wamp/websocket.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/wamp copying build/lib/autobahn/wamp/interfaces.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/wamp copying build/lib/autobahn/wamp/uri.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/wamp copying build/lib/autobahn/wamp/message.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/wamp copying build/lib/autobahn/wamp/auth.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/wamp copying build/lib/autobahn/wamp/protocol.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/wamp creating /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/websocket copying build/lib/autobahn/websocket/utf8validator.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/websocket copying build/lib/autobahn/websocket/compress_base.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/websocket creating /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/websocket/test copying build/lib/autobahn/websocket/test/test_websocket_url.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/websocket/test copying build/lib/autobahn/websocket/test/test_protocol.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/websocket/test copying build/lib/autobahn/websocket/test/__init__.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/websocket/test copying build/lib/autobahn/websocket/test/test_websocket.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/websocket/test copying build/lib/autobahn/websocket/__init__.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/websocket copying build/lib/autobahn/websocket/compress_snappy.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/websocket copying build/lib/autobahn/websocket/types.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/websocket copying build/lib/autobahn/websocket/interfaces.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/websocket copying build/lib/autobahn/websocket/compress_bzip2.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/websocket copying build/lib/autobahn/websocket/compress_deflate.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/websocket copying build/lib/autobahn/websocket/xormasker.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/websocket copying build/lib/autobahn/websocket/util.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/websocket copying build/lib/autobahn/websocket/protocol.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/websocket copying build/lib/autobahn/websocket/compress.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/websocket creating /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/twisted creating /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/twisted/plugins copying build/lib/twisted/plugins/autobahn_endpoints.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/twisted/plugins copying build/lib/twisted/plugins/autobahn_twistd.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/twisted/plugins byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/_version.py to _version.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/test/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/test/test_util.py to test_util.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/rawsocket/test/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/rawsocket/test/test_rawsocket_url.py to test_rawsocket_url.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/rawsocket/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/rawsocket/util.py to util.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/asyncio/test/test_asyncio_rawsocket.py to test_asyncio_rawsocket.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/asyncio/test/test_asyncio_websocket.py to test_asyncio_websocket.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/asyncio/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/asyncio/component.py to component.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/asyncio/websocket.py to websocket.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/asyncio/wamp.py to wamp.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/asyncio/util.py to util.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/asyncio/rawsocket.py to rawsocket.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/twisted/forwarder.py to forwarder.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/twisted/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/twisted/cryptosign.py to cryptosign.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/twisted/component.py to component.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/twisted/websocket.py to websocket.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/twisted/wamp.py to wamp.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/twisted/choosereactor.py to choosereactor.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/twisted/util.py to util.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/twisted/rawsocket.py to rawsocket.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/twisted/resource.py to resource.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/util.py to util.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/wamp/serializer.py to serializer.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/wamp/cryptobox.py to cryptobox.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/wamp/test/test_auth.py to test_auth.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/wamp/test/test_uri_pattern.py to test_uri_pattern.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/wamp/test/test_exception.py to test_exception.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/wamp/test/test_protocol.py to test_protocol.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/wamp/test/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/wamp/test/test_protocol_peer.py to test_protocol_peer.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/wamp/test/test_websocket.py to test_websocket.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/wamp/test/test_runner.py to test_runner.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/wamp/test/test_cryptosign.py to test_cryptosign.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/wamp/test/test_message.py to test_message.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/wamp/test/test_serializer.py to test_serializer.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/wamp/test/test_component.py to test_component.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/wamp/test/test_user_handler_errors.py to test_user_handler_errors.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/wamp/request.py to request.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/wamp/exception.py to exception.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/wamp/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/wamp/types.py to types.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/wamp/role.py to role.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/wamp/cryptosign.py to cryptosign.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/wamp/component.py to component.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/wamp/websocket.py to websocket.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/wamp/interfaces.py to interfaces.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/wamp/uri.py to uri.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/wamp/message.py to message.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/wamp/auth.py to auth.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/wamp/protocol.py to protocol.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/websocket/utf8validator.py to utf8validator.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/websocket/compress_base.py to compress_base.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/websocket/test/test_websocket_url.py to test_websocket_url.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/websocket/test/test_protocol.py to test_protocol.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/websocket/test/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/websocket/test/test_websocket.py to test_websocket.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/websocket/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/websocket/compress_snappy.py to compress_snappy.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/websocket/types.py to types.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/websocket/interfaces.py to interfaces.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/websocket/compress_bzip2.py to compress_bzip2.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/websocket/compress_deflate.py to compress_deflate.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/websocket/xormasker.py to xormasker.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/websocket/util.py to util.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/websocket/protocol.py to protocol.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn/websocket/compress.py to compress.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/twisted/plugins/autobahn_endpoints.py to autobahn_endpoints.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/twisted/plugins/autobahn_twistd.py to autobahn_twistd.pyc writing byte-compilation script '/tmp/tmpgdxYC0.py' /usr/bin/python2 -O /tmp/tmpgdxYC0.py removing /tmp/tmpgdxYC0.py running install_egg_info running egg_info writing requirements to autobahn.egg-info/requires.txt writing autobahn.egg-info/PKG-INFO writing top-level names to autobahn.egg-info/top_level.txt writing dependency_links to autobahn.egg-info/dependency_links.txt package init file 'twisted/plugins/__init__.py' not found (or not a regular file) reading manifest file 'autobahn.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'autobahn.egg-info/SOURCES.txt' Copying autobahn.egg-info to /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7/site-packages/autobahn-17.9.3-py2.7.egg-info running install_scripts Twisted found (default reactor is ) Twisted dropin.cache regenerated. + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch running install running install_lib creating /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6 creating /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages creating /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn copying build/lib/autobahn/_version.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn creating /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/test copying build/lib/autobahn/test/__init__.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/test copying build/lib/autobahn/test/test_util.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/test creating /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/rawsocket creating /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/rawsocket/test copying build/lib/autobahn/rawsocket/test/__init__.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/rawsocket/test copying build/lib/autobahn/rawsocket/test/test_rawsocket_url.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/rawsocket/test copying build/lib/autobahn/rawsocket/__init__.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/rawsocket copying build/lib/autobahn/rawsocket/util.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/rawsocket copying build/lib/autobahn/__init__.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn creating /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/asyncio creating /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/asyncio/test copying build/lib/autobahn/asyncio/test/README -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/asyncio/test copying build/lib/autobahn/asyncio/test/test_asyncio_rawsocket.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/asyncio/test copying build/lib/autobahn/asyncio/test/test_asyncio_websocket.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/asyncio/test copying build/lib/autobahn/asyncio/__init__.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/asyncio copying build/lib/autobahn/asyncio/component.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/asyncio copying build/lib/autobahn/asyncio/websocket.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/asyncio copying build/lib/autobahn/asyncio/wamp.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/asyncio copying build/lib/autobahn/asyncio/util.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/asyncio copying build/lib/autobahn/asyncio/rawsocket.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/asyncio creating /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/twisted copying build/lib/autobahn/twisted/forwarder.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/twisted copying build/lib/autobahn/twisted/__init__.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/twisted copying build/lib/autobahn/twisted/cryptosign.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/twisted copying build/lib/autobahn/twisted/component.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/twisted copying build/lib/autobahn/twisted/websocket.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/twisted copying build/lib/autobahn/twisted/wamp.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/twisted copying build/lib/autobahn/twisted/choosereactor.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/twisted copying build/lib/autobahn/twisted/util.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/twisted copying build/lib/autobahn/twisted/rawsocket.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/twisted copying build/lib/autobahn/twisted/resource.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/twisted copying build/lib/autobahn/util.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn creating /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/wamp copying build/lib/autobahn/wamp/serializer.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/wamp copying build/lib/autobahn/wamp/cryptobox.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/wamp creating /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/wamp/test copying build/lib/autobahn/wamp/test/test_auth.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/wamp/test copying build/lib/autobahn/wamp/test/test_uri_pattern.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/wamp/test copying build/lib/autobahn/wamp/test/test_exception.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/wamp/test copying build/lib/autobahn/wamp/test/test_protocol.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/wamp/test copying build/lib/autobahn/wamp/test/__init__.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/wamp/test copying build/lib/autobahn/wamp/test/test_protocol_peer.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/wamp/test copying build/lib/autobahn/wamp/test/test_websocket.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/wamp/test copying build/lib/autobahn/wamp/test/test_runner.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/wamp/test copying build/lib/autobahn/wamp/test/test_cryptosign.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/wamp/test copying build/lib/autobahn/wamp/test/test_message.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/wamp/test copying build/lib/autobahn/wamp/test/test_serializer.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/wamp/test copying build/lib/autobahn/wamp/test/test_component.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/wamp/test copying build/lib/autobahn/wamp/test/test_user_handler_errors.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/wamp/test copying build/lib/autobahn/wamp/request.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/wamp copying build/lib/autobahn/wamp/exception.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/wamp copying build/lib/autobahn/wamp/__init__.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/wamp copying build/lib/autobahn/wamp/types.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/wamp copying build/lib/autobahn/wamp/role.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/wamp copying build/lib/autobahn/wamp/cryptosign.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/wamp copying build/lib/autobahn/wamp/component.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/wamp copying build/lib/autobahn/wamp/websocket.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/wamp copying build/lib/autobahn/wamp/interfaces.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/wamp copying build/lib/autobahn/wamp/uri.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/wamp copying build/lib/autobahn/wamp/message.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/wamp copying build/lib/autobahn/wamp/auth.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/wamp copying build/lib/autobahn/wamp/protocol.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/wamp creating /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/websocket copying build/lib/autobahn/websocket/utf8validator.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/websocket copying build/lib/autobahn/websocket/compress_base.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/websocket creating /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/websocket/test copying build/lib/autobahn/websocket/test/test_websocket_url.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/websocket/test copying build/lib/autobahn/websocket/test/test_protocol.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/websocket/test copying build/lib/autobahn/websocket/test/__init__.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/websocket/test copying build/lib/autobahn/websocket/test/test_websocket.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/websocket/test copying build/lib/autobahn/websocket/__init__.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/websocket copying build/lib/autobahn/websocket/compress_snappy.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/websocket copying build/lib/autobahn/websocket/types.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/websocket copying build/lib/autobahn/websocket/interfaces.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/websocket copying build/lib/autobahn/websocket/compress_bzip2.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/websocket copying build/lib/autobahn/websocket/compress_deflate.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/websocket copying build/lib/autobahn/websocket/xormasker.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/websocket copying build/lib/autobahn/websocket/util.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/websocket copying build/lib/autobahn/websocket/protocol.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/websocket copying build/lib/autobahn/websocket/compress.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/websocket creating /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/twisted creating /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/twisted/plugins copying build/lib/twisted/plugins/autobahn_endpoints.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/twisted/plugins copying build/lib/twisted/plugins/autobahn_twistd.py -> /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/twisted/plugins byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/_version.py to _version.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/test/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/test/test_util.py to test_util.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/rawsocket/test/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/rawsocket/test/test_rawsocket_url.py to test_rawsocket_url.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/rawsocket/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/rawsocket/util.py to util.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/asyncio/test/test_asyncio_rawsocket.py to test_asyncio_rawsocket.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/asyncio/test/test_asyncio_websocket.py to test_asyncio_websocket.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/asyncio/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/asyncio/component.py to component.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/asyncio/websocket.py to websocket.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/asyncio/wamp.py to wamp.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/asyncio/util.py to util.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/asyncio/rawsocket.py to rawsocket.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/twisted/forwarder.py to forwarder.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/twisted/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/twisted/cryptosign.py to cryptosign.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/twisted/component.py to component.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/twisted/websocket.py to websocket.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/twisted/wamp.py to wamp.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/twisted/choosereactor.py to choosereactor.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/twisted/util.py to util.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/twisted/rawsocket.py to rawsocket.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/twisted/resource.py to resource.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/util.py to util.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/wamp/serializer.py to serializer.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/wamp/cryptobox.py to cryptobox.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/wamp/test/test_auth.py to test_auth.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/wamp/test/test_uri_pattern.py to test_uri_pattern.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/wamp/test/test_exception.py to test_exception.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/wamp/test/test_protocol.py to test_protocol.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/wamp/test/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/wamp/test/test_protocol_peer.py to test_protocol_peer.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/wamp/test/test_websocket.py to test_websocket.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/wamp/test/test_runner.py to test_runner.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/wamp/test/test_cryptosign.py to test_cryptosign.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/wamp/test/test_message.py to test_message.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/wamp/test/test_serializer.py to test_serializer.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/wamp/test/test_component.py to test_component.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/wamp/test/test_user_handler_errors.py to test_user_handler_errors.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/wamp/request.py to request.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/wamp/exception.py to exception.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/wamp/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/wamp/types.py to types.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/wamp/role.py to role.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/wamp/cryptosign.py to cryptosign.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/wamp/component.py to component.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/wamp/websocket.py to websocket.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/wamp/interfaces.py to interfaces.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/wamp/uri.py to uri.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/wamp/message.py to message.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/wamp/auth.py to auth.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/wamp/protocol.py to protocol.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/websocket/utf8validator.py to utf8validator.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/websocket/compress_base.py to compress_base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/websocket/test/test_websocket_url.py to test_websocket_url.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/websocket/test/test_protocol.py to test_protocol.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/websocket/test/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/websocket/test/test_websocket.py to test_websocket.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/websocket/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/websocket/compress_snappy.py to compress_snappy.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/websocket/types.py to types.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/websocket/interfaces.py to interfaces.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/websocket/compress_bzip2.py to compress_bzip2.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/websocket/compress_deflate.py to compress_deflate.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/websocket/xormasker.py to xormasker.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/websocket/util.py to util.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/websocket/protocol.py to protocol.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn/websocket/compress.py to compress.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/twisted/plugins/autobahn_endpoints.py to autobahn_endpoints.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/twisted/plugins/autobahn_twistd.py to autobahn_twistd.cpython-36.pyc writing byte-compilation script '/tmp/tmp5t4i3am4.py' /usr/bin/python3 /tmp/tmp5t4i3am4.py removing /tmp/tmp5t4i3am4.py running install_egg_info running egg_info writing autobahn.egg-info/PKG-INFO writing dependency_links to autobahn.egg-info/dependency_links.txt writing requirements to autobahn.egg-info/requires.txt writing top-level names to autobahn.egg-info/top_level.txt package init file 'twisted/plugins/__init__.py' not found (or not a regular file) reading manifest file 'autobahn.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'autobahn.egg-info/SOURCES.txt' Copying autobahn.egg-info to /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6/site-packages/autobahn-17.9.3-py3.6.egg-info running install_scripts + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/autobahn-python-d398c4dd7b446ab68c142e18a3bf722b8e96a372 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/lib/python3.6 using /usr/bin/python3.6 + /usr/lib/rpm/brp-python-hardlink Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.HuzodQ + umask 022 + cd /builddir/build/BUILD + cd autobahn-python-d398c4dd7b446ab68c142e18a3bf722b8e96a372 ++ pwd + PYTHONPATH=/builddir/build/BUILD/autobahn-python-d398c4dd7b446ab68c142e18a3bf722b8e96a372 + py.test-3.6 --pyargs autobahn ============================= test session starts ============================== platform linux -- Python 3.6.2, pytest-3.2.1, py-1.4.34, pluggy-0.4.0 rootdir: /builddir/build/BUILD/autobahn-python-d398c4dd7b446ab68c142e18a3bf722b8e96a372, inifile: setup.cfg plugins: asyncio-0.6.0 collected 171 items autobahn/asyncio/test/test_asyncio_rawsocket.py ssssssss autobahn/asyncio/test/test_asyncio_websocket.py ss autobahn/rawsocket/test/test_rawsocket_url.py ................. autobahn/test/test_util.py .. autobahn/wamp/test/test_auth.py ......... autobahn/wamp/test/test_cryptosign.py s.s autobahn/wamp/test/test_exception.py .. autobahn/wamp/test/test_message.py ............................................................... autobahn/wamp/test/test_protocol_peer.py .. autobahn/wamp/test/test_runner.py ..... autobahn/wamp/test/test_serializer.py .... autobahn/wamp/test/test_uri_pattern.py ................ autobahn/websocket/test/test_protocol.py ......... autobahn/websocket/test/test_websocket_url.py ............................. ==================== 159 passed, 12 skipped in 0.81 seconds ==================== + rm -f autobahn/asyncio/test/test_asyncio_websocket.py ++ pwd + PYTHONPATH=/builddir/build/BUILD/autobahn-python-d398c4dd7b446ab68c142e18a3bf722b8e96a372 + py.test-2.7 --pyargs autobahn ============================= test session starts ============================== platform linux2 -- Python 2.7.13, pytest-3.2.1, py-1.4.34, pluggy-0.4.0 rootdir: /builddir/build/BUILD/autobahn-python-d398c4dd7b446ab68c142e18a3bf722b8e96a372, inifile: setup.cfg collected 169 items autobahn/asyncio/test/test_asyncio_rawsocket.py ssssssss autobahn/rawsocket/test/test_rawsocket_url.py ................. autobahn/test/test_util.py .. autobahn/wamp/test/test_auth.py ......... autobahn/wamp/test/test_cryptosign.py s.s autobahn/wamp/test/test_exception.py .. autobahn/wamp/test/test_message.py ............................................................... autobahn/wamp/test/test_protocol_peer.py .. autobahn/wamp/test/test_runner.py ..... autobahn/wamp/test/test_serializer.py .... autobahn/wamp/test/test_uri_pattern.py ................ autobahn/websocket/test/test_protocol.py ......... autobahn/websocket/test/test_websocket_url.py ............................. ==================== 159 passed, 10 skipped in 0.89 seconds ==================== + exit 0 Processing files: python2-autobahn-17.9.3-1.gitd398c4d.fc26.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.9ytBOc + umask 022 + cd /builddir/build/BUILD + cd autobahn-python-d398c4dd7b446ab68c142e18a3bf722b8e96a372 + DOCDIR=/builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/share/doc/python-autobahn + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/share/doc/python-autobahn + cp -pr README.rst /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/share/doc/python-autobahn + cp -pr DEVELOPERS.md /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/share/doc/python-autobahn + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.Gga5qz + umask 022 + cd /builddir/build/BUILD + cd autobahn-python-d398c4dd7b446ab68c142e18a3bf722b8e96a372 + LICENSEDIR=/builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/share/licenses/python-autobahn + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/share/licenses/python-autobahn + cp -pr LICENSE /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/share/licenses/python-autobahn + exit 0 Provides: python-autobahn = 17.9.3-1.gitd398c4d.fc26 python2-autobahn = 17.9.3-1.gitd398c4d.fc26 python2.7dist(autobahn) = 17.9.3 python2dist(autobahn) = 17.9.3 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) = 2.7 Obsoletes: python-autobahn < 17.9.3-1.gitd398c4d.fc26 Processing files: python3-autobahn-17.9.3-1.gitd398c4d.fc26.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.T7WVes + umask 022 + cd /builddir/build/BUILD + cd autobahn-python-d398c4dd7b446ab68c142e18a3bf722b8e96a372 + DOCDIR=/builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/share/doc/python-autobahn + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/share/doc/python-autobahn + cp -pr README.rst /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/share/doc/python-autobahn + cp -pr DEVELOPERS.md /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/share/doc/python-autobahn + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.wdoM3k + umask 022 + cd /builddir/build/BUILD + cd autobahn-python-d398c4dd7b446ab68c142e18a3bf722b8e96a372 + LICENSEDIR=/builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/share/licenses/python-autobahn + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/share/licenses/python-autobahn + cp -pr LICENSE /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch/usr/share/licenses/python-autobahn + exit 0 Provides: python3-autobahn = 17.9.3-1.gitd398c4d.fc26 python3.6dist(autobahn) = 17.9.3 python3dist(autobahn) = 17.9.3 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.6 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch Wrote: /builddir/build/RPMS/python2-autobahn-17.9.3-1.gitd398c4d.fc26.noarch.rpm Wrote: /builddir/build/RPMS/python3-autobahn-17.9.3-1.gitd398c4d.fc26.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.mQHvRL + umask 022 + cd /builddir/build/BUILD + cd autobahn-python-d398c4dd7b446ab68c142e18a3bf722b8e96a372 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-autobahn-17.9.3-1.gitd398c4d.fc26.noarch + exit 0 Child return code was: 0