Mock Version: 1.4.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/livestreamer.spec'], chrootPath='/var/lib/mock/610194-epel-7-x86_64/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=0uid=1001gid=135user='mockbuild'nspawn_args=[]printOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/livestreamer.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 warning: Could not canonicalize hostname: copr-builder-172092870.novalocal Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/livestreamer-1.12.2-9.el7.centos.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/livestreamer.spec'], chrootPath='/var/lib/mock/610194-epel-7-x86_64/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=0uid=1001gid=135user='mockbuild'nspawn_args=[]printOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/livestreamer.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: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.ecemij + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf livestreamer-1.12.2 + /usr/bin/gzip -dc /builddir/build/SOURCES/livestreamer-1.12.2.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd livestreamer-1.12.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + find . -name '*.py' + xargs sed -i '1s|^#!python|#!/usr/bin/python3.4|' + find . -name .gitignore -exec rm -f '{}' ';' + rm -r docs/_themes/sphinx_rtd_theme_violet/static/fonts + rm -rf src/livestreamer.egg-info + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.z2tbvN + umask 022 + cd /builddir/build/BUILD + cd livestreamer-1.12.2 + /usr/bin/python3.4 setup.py build running build running build_py creating build creating build/lib creating build/lib/livestreamer copying src/livestreamer/utils.py -> build/lib/livestreamer copying src/livestreamer/session.py -> build/lib/livestreamer copying src/livestreamer/options.py -> build/lib/livestreamer copying src/livestreamer/logger.py -> build/lib/livestreamer copying src/livestreamer/exceptions.py -> build/lib/livestreamer copying src/livestreamer/compat.py -> build/lib/livestreamer copying src/livestreamer/cache.py -> build/lib/livestreamer copying src/livestreamer/buffers.py -> build/lib/livestreamer copying src/livestreamer/api.py -> build/lib/livestreamer copying src/livestreamer/__init__.py -> build/lib/livestreamer creating build/lib/livestreamer/stream copying src/livestreamer/stream/wrappers.py -> build/lib/livestreamer/stream copying src/livestreamer/stream/streamprocess.py -> build/lib/livestreamer/stream copying src/livestreamer/stream/stream.py -> build/lib/livestreamer/stream copying src/livestreamer/stream/segmented.py -> build/lib/livestreamer/stream copying src/livestreamer/stream/rtmpdump.py -> build/lib/livestreamer/stream copying src/livestreamer/stream/playlist.py -> build/lib/livestreamer/stream copying src/livestreamer/stream/http.py -> build/lib/livestreamer/stream copying src/livestreamer/stream/hls_playlist.py -> build/lib/livestreamer/stream copying src/livestreamer/stream/hls.py -> build/lib/livestreamer/stream copying src/livestreamer/stream/hds.py -> build/lib/livestreamer/stream copying src/livestreamer/stream/flvconcat.py -> build/lib/livestreamer/stream copying src/livestreamer/stream/akamaihd.py -> build/lib/livestreamer/stream copying src/livestreamer/stream/__init__.py -> build/lib/livestreamer/stream creating build/lib/livestreamer/plugin copying src/livestreamer/plugin/plugin.py -> build/lib/livestreamer/plugin copying src/livestreamer/plugin/__init__.py -> build/lib/livestreamer/plugin creating build/lib/livestreamer/plugin/api copying src/livestreamer/plugin/api/validate.py -> build/lib/livestreamer/plugin/api copying src/livestreamer/plugin/api/utils.py -> build/lib/livestreamer/plugin/api copying src/livestreamer/plugin/api/support_plugin.py -> build/lib/livestreamer/plugin/api copying src/livestreamer/plugin/api/mapper.py -> build/lib/livestreamer/plugin/api copying src/livestreamer/plugin/api/http_session.py -> build/lib/livestreamer/plugin/api copying src/livestreamer/plugin/api/__init__.py -> build/lib/livestreamer/plugin/api creating build/lib/livestreamer/plugins copying src/livestreamer/plugins/zdf_mediathek.py -> build/lib/livestreamer/plugins copying src/livestreamer/plugins/youtube.py -> build/lib/livestreamer/plugins copying src/livestreamer/plugins/weeb.py -> build/lib/livestreamer/plugins copying src/livestreamer/plugins/wattv.py -> build/lib/livestreamer/plugins copying src/livestreamer/plugins/viasat_embed.py -> build/lib/livestreamer/plugins copying src/livestreamer/plugins/viasat.py -> build/lib/livestreamer/plugins copying src/livestreamer/plugins/viagame.py -> build/lib/livestreamer/plugins copying src/livestreamer/plugins/vgtv.py -> build/lib/livestreamer/plugins copying src/livestreamer/plugins/veetle.py -> build/lib/livestreamer/plugins copying src/livestreamer/plugins/vaughnlive.py -> build/lib/livestreamer/plugins copying src/livestreamer/plugins/ustreamtv.py -> build/lib/livestreamer/plugins copying src/livestreamer/plugins/twitch.py -> build/lib/livestreamer/plugins copying src/livestreamer/plugins/tvplayer.py -> build/lib/livestreamer/plugins copying src/livestreamer/plugins/tvcatchup.py -> build/lib/livestreamer/plugins copying src/livestreamer/plugins/tv4play.py -> build/lib/livestreamer/plugins copying src/livestreamer/plugins/tv3cat.py -> build/lib/livestreamer/plugins copying src/livestreamer/plugins/tga.py -> build/lib/livestreamer/plugins copying src/livestreamer/plugins/svtplay.py -> build/lib/livestreamer/plugins copying src/livestreamer/plugins/streamlive.py -> build/lib/livestreamer/plugins copying src/livestreamer/plugins/streamingvideoprovider.py -> build/lib/livestreamer/plugins copying src/livestreamer/plugins/stream.py -> build/lib/livestreamer/plugins copying src/livestreamer/plugins/ssh101.py -> build/lib/livestreamer/plugins copying src/livestreamer/plugins/speedrunslive.py -> build/lib/livestreamer/plugins copying src/livestreamer/plugins/seemeplay.py -> build/lib/livestreamer/plugins copying src/livestreamer/plugins/sbsdiscovery.py -> build/lib/livestreamer/plugins copying src/livestreamer/plugins/rtve.py -> build/lib/livestreamer/plugins copying src/livestreamer/plugins/picarto.py -> build/lib/livestreamer/plugins copying src/livestreamer/plugins/periscope.py -> build/lib/livestreamer/plugins copying src/livestreamer/plugins/oldlivestream.py -> build/lib/livestreamer/plugins copying src/livestreamer/plugins/nrk.py -> build/lib/livestreamer/plugins copying src/livestreamer/plugins/npo.py -> build/lib/livestreamer/plugins copying src/livestreamer/plugins/nos.py -> build/lib/livestreamer/plugins copying src/livestreamer/plugins/nhkworld.py -> build/lib/livestreamer/plugins copying src/livestreamer/plugins/mlgtv.py -> build/lib/livestreamer/plugins copying src/livestreamer/plugins/mips.py -> build/lib/livestreamer/plugins copying src/livestreamer/plugins/media_ccc_de.py -> build/lib/livestreamer/plugins copying src/livestreamer/plugins/livestream.py -> build/lib/livestreamer/plugins copying src/livestreamer/plugins/livestation.py -> build/lib/livestreamer/plugins copying src/livestreamer/plugins/letontv.py -> build/lib/livestreamer/plugins copying src/livestreamer/plugins/itvplayer.py -> build/lib/livestreamer/plugins copying src/livestreamer/plugins/hitbox.py -> build/lib/livestreamer/plugins copying src/livestreamer/plugins/goodgame.py -> build/lib/livestreamer/plugins copying src/livestreamer/plugins/gomexp.py -> build/lib/livestreamer/plugins copying src/livestreamer/plugins/gaminglive.py -> build/lib/livestreamer/plugins copying src/livestreamer/plugins/furstream.py -> build/lib/livestreamer/plugins copying src/livestreamer/plugins/filmon_us.py -> build/lib/livestreamer/plugins copying src/livestreamer/plugins/filmon.py -> build/lib/livestreamer/plugins copying src/livestreamer/plugins/euronews.py -> build/lib/livestreamer/plugins copying src/livestreamer/plugins/drdk.py -> build/lib/livestreamer/plugins copying src/livestreamer/plugins/douyutv.py -> build/lib/livestreamer/plugins copying src/livestreamer/plugins/dommune.py -> build/lib/livestreamer/plugins copying src/livestreamer/plugins/dmcloud_embed.py -> build/lib/livestreamer/plugins copying src/livestreamer/plugins/dmcloud.py -> build/lib/livestreamer/plugins copying src/livestreamer/plugins/disney_de.py -> build/lib/livestreamer/plugins copying src/livestreamer/plugins/dailymotion.py -> build/lib/livestreamer/plugins copying src/livestreamer/plugins/cybergame.py -> build/lib/livestreamer/plugins copying src/livestreamer/plugins/crunchyroll.py -> build/lib/livestreamer/plugins copying src/livestreamer/plugins/connectcast.py -> build/lib/livestreamer/plugins copying src/livestreamer/plugins/common_swf.py -> build/lib/livestreamer/plugins copying src/livestreamer/plugins/common_jwplayer.py -> build/lib/livestreamer/plugins copying src/livestreamer/plugins/chaturbate.py -> build/lib/livestreamer/plugins copying src/livestreamer/plugins/beattv.py -> build/lib/livestreamer/plugins copying src/livestreamer/plugins/bambuser.py -> build/lib/livestreamer/plugins copying src/livestreamer/plugins/azubutv.py -> build/lib/livestreamer/plugins copying src/livestreamer/plugins/artetv.py -> build/lib/livestreamer/plugins copying src/livestreamer/plugins/ard_mediathek.py -> build/lib/livestreamer/plugins copying src/livestreamer/plugins/ard_live.py -> build/lib/livestreamer/plugins copying src/livestreamer/plugins/alieztv.py -> build/lib/livestreamer/plugins copying src/livestreamer/plugins/aftonbladet.py -> build/lib/livestreamer/plugins copying src/livestreamer/plugins/afreecatv.py -> build/lib/livestreamer/plugins copying src/livestreamer/plugins/afreeca.py -> build/lib/livestreamer/plugins copying src/livestreamer/plugins/__init__.py -> build/lib/livestreamer/plugins creating build/lib/livestreamer/packages copying src/livestreamer/packages/pbs.py -> build/lib/livestreamer/packages copying src/livestreamer/packages/__init__.py -> build/lib/livestreamer/packages creating build/lib/livestreamer/packages/flashmedia copying src/livestreamer/packages/flashmedia/util.py -> build/lib/livestreamer/packages/flashmedia copying src/livestreamer/packages/flashmedia/types.py -> build/lib/livestreamer/packages/flashmedia copying src/livestreamer/packages/flashmedia/tag.py -> build/lib/livestreamer/packages/flashmedia copying src/livestreamer/packages/flashmedia/packet.py -> build/lib/livestreamer/packages/flashmedia copying src/livestreamer/packages/flashmedia/ordereddict.py -> build/lib/livestreamer/packages/flashmedia copying src/livestreamer/packages/flashmedia/flv.py -> build/lib/livestreamer/packages/flashmedia copying src/livestreamer/packages/flashmedia/f4v.py -> build/lib/livestreamer/packages/flashmedia copying src/livestreamer/packages/flashmedia/error.py -> build/lib/livestreamer/packages/flashmedia copying src/livestreamer/packages/flashmedia/compat.py -> build/lib/livestreamer/packages/flashmedia copying src/livestreamer/packages/flashmedia/box.py -> build/lib/livestreamer/packages/flashmedia copying src/livestreamer/packages/flashmedia/amf.py -> build/lib/livestreamer/packages/flashmedia copying src/livestreamer/packages/flashmedia/__init__.py -> build/lib/livestreamer/packages/flashmedia creating build/lib/livestreamer_cli copying src/livestreamer_cli/output.py -> build/lib/livestreamer_cli copying src/livestreamer_cli/main.py -> build/lib/livestreamer_cli copying src/livestreamer_cli/constants.py -> build/lib/livestreamer_cli copying src/livestreamer_cli/console.py -> build/lib/livestreamer_cli copying src/livestreamer_cli/compat.py -> build/lib/livestreamer_cli copying src/livestreamer_cli/argparser.py -> build/lib/livestreamer_cli copying src/livestreamer_cli/__init__.py -> build/lib/livestreamer_cli creating build/lib/livestreamer_cli/packages copying src/livestreamer_cli/packages/shutil_backport.py -> build/lib/livestreamer_cli/packages copying src/livestreamer_cli/packages/__init__.py -> build/lib/livestreamer_cli/packages creating build/lib/livestreamer_cli/utils copying src/livestreamer_cli/utils/stream.py -> build/lib/livestreamer_cli/utils copying src/livestreamer_cli/utils/progress.py -> build/lib/livestreamer_cli/utils copying src/livestreamer_cli/utils/player.py -> build/lib/livestreamer_cli/utils copying src/livestreamer_cli/utils/named_pipe.py -> build/lib/livestreamer_cli/utils copying src/livestreamer_cli/utils/http_server.py -> build/lib/livestreamer_cli/utils copying src/livestreamer_cli/utils/__init__.py -> build/lib/livestreamer_cli/utils + python setup.py build_sphinx -b man running build_sphinx creating build/sphinx creating build/sphinx/doctrees creating build/sphinx/man Running Sphinx v1.1.3 loading pickled environment... not yet created building [man]: all manpages updating environment: 10 added, 0 changed, 0 removed reading sources... [ 10%] api reading sources... [ 20%] api_guide reading sources... [ 30%] changelog reading sources... [ 40%] cli reading sources... [ 50%] index reading sources... [ 60%] install reading sources... [ 70%] issues reading sources... [ 80%] players reading sources... [ 90%] plugin_matrix reading sources... [100%] twitch_oauth CHANGELOG.rst:631: ERROR: Unexpected indentation. CHANGELOG.rst:746: WARNING: Inline emphasis start-string without end-string. /builddir/build/BUILD/livestreamer-1.12.2/docs/install.rst:201: WARNING: Title underline too short. :releaseref:`Installer ` ^^^^^^^^^^^^^^^^^^^^^^ /builddir/build/BUILD/livestreamer-1.12.2/docs/install.rst:217: WARNING: Title underline too short. :releaseref:`Zip archive ` ^^^^^^^^^^^^^^^^^^^^^^^^ /builddir/build/BUILD/livestreamer-1.12.2/docs/install.rst:217: WARNING: Title underline too short. :releaseref:`Zip archive ` ^^^^^^^^^^^^^^^^^^^^^^^^ looking for now-outdated files... none found pickling environment... done checking consistency... /builddir/build/BUILD/livestreamer-1.12.2/docs/changelog.rst:: WARNING: document isn't included in any toctree /builddir/build/BUILD/livestreamer-1.12.2/docs/twitch_oauth.rst:: WARNING: document isn't included in any toctree done writing... livestreamer.1 { } build succeeded, 7 warnings. + python setup.py build_sphinx -b html running build_sphinx creating build/sphinx/html Running Sphinx v1.1.3 loading pickled environment... done building [html]: targets for 10 source files that are out of date updating environment: 0 added, 0 changed, 0 removed looking for now-outdated files... none found preparing documents... done writing output... [ 10%] api writing output... [ 20%] api_guide writing output... [ 30%] changelog writing output... [ 40%] cli writing output... [ 50%] index writing output... [ 60%] install writing output... [ 70%] issues writing output... [ 80%] players writing output... [ 90%] plugin_matrix writing output... [100%] twitch_oauth writing additional files... genindex search copying static files... done dumping search index... done dumping object inventory... done build succeeded. + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.aLTGrx + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64 ++ dirname /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64 + cd livestreamer-1.12.2 + /usr/bin/python3.4 setup.py install --root=/builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64 --skip-build running install running install_lib creating /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr creating /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib creating /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4 creating /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages creating /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer_cli creating /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer_cli/utils copying build/lib/livestreamer_cli/utils/__init__.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer_cli/utils copying build/lib/livestreamer_cli/utils/http_server.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer_cli/utils copying build/lib/livestreamer_cli/utils/named_pipe.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer_cli/utils copying build/lib/livestreamer_cli/utils/player.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer_cli/utils copying build/lib/livestreamer_cli/utils/progress.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer_cli/utils copying build/lib/livestreamer_cli/utils/stream.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer_cli/utils creating /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer_cli/packages copying build/lib/livestreamer_cli/packages/__init__.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer_cli/packages copying build/lib/livestreamer_cli/packages/shutil_backport.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer_cli/packages copying build/lib/livestreamer_cli/__init__.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer_cli copying build/lib/livestreamer_cli/argparser.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer_cli copying build/lib/livestreamer_cli/compat.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer_cli copying build/lib/livestreamer_cli/console.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer_cli copying build/lib/livestreamer_cli/constants.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer_cli copying build/lib/livestreamer_cli/main.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer_cli copying build/lib/livestreamer_cli/output.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer_cli creating /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer creating /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/packages creating /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/packages/flashmedia copying build/lib/livestreamer/packages/flashmedia/__init__.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/packages/flashmedia copying build/lib/livestreamer/packages/flashmedia/amf.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/packages/flashmedia copying build/lib/livestreamer/packages/flashmedia/box.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/packages/flashmedia copying build/lib/livestreamer/packages/flashmedia/compat.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/packages/flashmedia copying build/lib/livestreamer/packages/flashmedia/error.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/packages/flashmedia copying build/lib/livestreamer/packages/flashmedia/f4v.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/packages/flashmedia copying build/lib/livestreamer/packages/flashmedia/flv.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/packages/flashmedia copying build/lib/livestreamer/packages/flashmedia/ordereddict.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/packages/flashmedia copying build/lib/livestreamer/packages/flashmedia/packet.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/packages/flashmedia copying build/lib/livestreamer/packages/flashmedia/tag.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/packages/flashmedia copying build/lib/livestreamer/packages/flashmedia/types.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/packages/flashmedia copying build/lib/livestreamer/packages/flashmedia/util.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/packages/flashmedia copying build/lib/livestreamer/packages/__init__.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/packages copying build/lib/livestreamer/packages/pbs.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/packages creating /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins copying build/lib/livestreamer/plugins/__init__.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins copying build/lib/livestreamer/plugins/afreeca.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins copying build/lib/livestreamer/plugins/afreecatv.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins copying build/lib/livestreamer/plugins/aftonbladet.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins copying build/lib/livestreamer/plugins/alieztv.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins copying build/lib/livestreamer/plugins/ard_live.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins copying build/lib/livestreamer/plugins/ard_mediathek.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins copying build/lib/livestreamer/plugins/artetv.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins copying build/lib/livestreamer/plugins/azubutv.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins copying build/lib/livestreamer/plugins/bambuser.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins copying build/lib/livestreamer/plugins/beattv.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins copying build/lib/livestreamer/plugins/chaturbate.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins copying build/lib/livestreamer/plugins/common_jwplayer.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins copying build/lib/livestreamer/plugins/common_swf.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins copying build/lib/livestreamer/plugins/connectcast.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins copying build/lib/livestreamer/plugins/crunchyroll.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins copying build/lib/livestreamer/plugins/cybergame.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins copying build/lib/livestreamer/plugins/dailymotion.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins copying build/lib/livestreamer/plugins/disney_de.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins copying build/lib/livestreamer/plugins/dmcloud.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins copying build/lib/livestreamer/plugins/dmcloud_embed.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins copying build/lib/livestreamer/plugins/dommune.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins copying build/lib/livestreamer/plugins/douyutv.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins copying build/lib/livestreamer/plugins/drdk.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins copying build/lib/livestreamer/plugins/euronews.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins copying build/lib/livestreamer/plugins/filmon.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins copying build/lib/livestreamer/plugins/filmon_us.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins copying build/lib/livestreamer/plugins/furstream.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins copying build/lib/livestreamer/plugins/gaminglive.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins copying build/lib/livestreamer/plugins/gomexp.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins copying build/lib/livestreamer/plugins/goodgame.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins copying build/lib/livestreamer/plugins/hitbox.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins copying build/lib/livestreamer/plugins/itvplayer.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins copying build/lib/livestreamer/plugins/letontv.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins copying build/lib/livestreamer/plugins/livestation.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins copying build/lib/livestreamer/plugins/livestream.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins copying build/lib/livestreamer/plugins/media_ccc_de.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins copying build/lib/livestreamer/plugins/mips.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins copying build/lib/livestreamer/plugins/mlgtv.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins copying build/lib/livestreamer/plugins/nhkworld.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins copying build/lib/livestreamer/plugins/nos.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins copying build/lib/livestreamer/plugins/npo.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins copying build/lib/livestreamer/plugins/nrk.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins copying build/lib/livestreamer/plugins/oldlivestream.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins copying build/lib/livestreamer/plugins/periscope.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins copying build/lib/livestreamer/plugins/picarto.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins copying build/lib/livestreamer/plugins/rtve.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins copying build/lib/livestreamer/plugins/sbsdiscovery.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins copying build/lib/livestreamer/plugins/seemeplay.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins copying build/lib/livestreamer/plugins/speedrunslive.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins copying build/lib/livestreamer/plugins/ssh101.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins copying build/lib/livestreamer/plugins/stream.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins copying build/lib/livestreamer/plugins/streamingvideoprovider.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins copying build/lib/livestreamer/plugins/streamlive.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins copying build/lib/livestreamer/plugins/svtplay.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins copying build/lib/livestreamer/plugins/tga.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins copying build/lib/livestreamer/plugins/tv3cat.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins copying build/lib/livestreamer/plugins/tv4play.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins copying build/lib/livestreamer/plugins/tvcatchup.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins copying build/lib/livestreamer/plugins/tvplayer.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins copying build/lib/livestreamer/plugins/twitch.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins copying build/lib/livestreamer/plugins/ustreamtv.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins copying build/lib/livestreamer/plugins/vaughnlive.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins copying build/lib/livestreamer/plugins/veetle.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins copying build/lib/livestreamer/plugins/vgtv.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins copying build/lib/livestreamer/plugins/viagame.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins copying build/lib/livestreamer/plugins/viasat.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins copying build/lib/livestreamer/plugins/viasat_embed.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins copying build/lib/livestreamer/plugins/wattv.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins copying build/lib/livestreamer/plugins/weeb.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins copying build/lib/livestreamer/plugins/youtube.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins copying build/lib/livestreamer/plugins/zdf_mediathek.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins creating /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugin creating /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugin/api copying build/lib/livestreamer/plugin/api/__init__.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugin/api copying build/lib/livestreamer/plugin/api/http_session.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugin/api copying build/lib/livestreamer/plugin/api/mapper.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugin/api copying build/lib/livestreamer/plugin/api/support_plugin.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugin/api copying build/lib/livestreamer/plugin/api/utils.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugin/api copying build/lib/livestreamer/plugin/api/validate.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugin/api copying build/lib/livestreamer/plugin/__init__.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugin copying build/lib/livestreamer/plugin/plugin.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugin creating /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/stream copying build/lib/livestreamer/stream/__init__.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/stream copying build/lib/livestreamer/stream/akamaihd.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/stream copying build/lib/livestreamer/stream/flvconcat.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/stream copying build/lib/livestreamer/stream/hds.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/stream copying build/lib/livestreamer/stream/hls.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/stream copying build/lib/livestreamer/stream/hls_playlist.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/stream copying build/lib/livestreamer/stream/http.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/stream copying build/lib/livestreamer/stream/playlist.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/stream copying build/lib/livestreamer/stream/rtmpdump.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/stream copying build/lib/livestreamer/stream/segmented.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/stream copying build/lib/livestreamer/stream/stream.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/stream copying build/lib/livestreamer/stream/streamprocess.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/stream copying build/lib/livestreamer/stream/wrappers.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/stream copying build/lib/livestreamer/__init__.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer copying build/lib/livestreamer/api.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer copying build/lib/livestreamer/buffers.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer copying build/lib/livestreamer/cache.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer copying build/lib/livestreamer/compat.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer copying build/lib/livestreamer/exceptions.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer copying build/lib/livestreamer/logger.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer copying build/lib/livestreamer/options.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer copying build/lib/livestreamer/session.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer copying build/lib/livestreamer/utils.py -> /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer_cli/utils/__init__.py to __init__.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer_cli/utils/http_server.py to http_server.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer_cli/utils/named_pipe.py to named_pipe.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer_cli/utils/player.py to player.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer_cli/utils/progress.py to progress.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer_cli/utils/stream.py to stream.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer_cli/packages/__init__.py to __init__.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer_cli/packages/shutil_backport.py to shutil_backport.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer_cli/__init__.py to __init__.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer_cli/argparser.py to argparser.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer_cli/compat.py to compat.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer_cli/console.py to console.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer_cli/constants.py to constants.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer_cli/main.py to main.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer_cli/output.py to output.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/packages/flashmedia/__init__.py to __init__.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/packages/flashmedia/amf.py to amf.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/packages/flashmedia/box.py to box.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/packages/flashmedia/compat.py to compat.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/packages/flashmedia/error.py to error.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/packages/flashmedia/f4v.py to f4v.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/packages/flashmedia/flv.py to flv.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/packages/flashmedia/ordereddict.py to ordereddict.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/packages/flashmedia/packet.py to packet.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/packages/flashmedia/tag.py to tag.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/packages/flashmedia/types.py to types.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/packages/flashmedia/util.py to util.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/packages/__init__.py to __init__.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/packages/pbs.py to pbs.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins/__init__.py to __init__.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins/afreeca.py to afreeca.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins/afreecatv.py to afreecatv.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins/aftonbladet.py to aftonbladet.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins/alieztv.py to alieztv.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins/ard_live.py to ard_live.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins/ard_mediathek.py to ard_mediathek.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins/artetv.py to artetv.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins/azubutv.py to azubutv.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins/bambuser.py to bambuser.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins/beattv.py to beattv.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins/chaturbate.py to chaturbate.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins/common_jwplayer.py to common_jwplayer.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins/common_swf.py to common_swf.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins/connectcast.py to connectcast.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins/crunchyroll.py to crunchyroll.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins/cybergame.py to cybergame.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins/dailymotion.py to dailymotion.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins/disney_de.py to disney_de.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins/dmcloud.py to dmcloud.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins/dmcloud_embed.py to dmcloud_embed.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins/dommune.py to dommune.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins/douyutv.py to douyutv.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins/drdk.py to drdk.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins/euronews.py to euronews.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins/filmon.py to filmon.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins/filmon_us.py to filmon_us.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins/furstream.py to furstream.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins/gaminglive.py to gaminglive.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins/gomexp.py to gomexp.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins/goodgame.py to goodgame.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins/hitbox.py to hitbox.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins/itvplayer.py to itvplayer.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins/letontv.py to letontv.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins/livestation.py to livestation.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins/livestream.py to livestream.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins/media_ccc_de.py to media_ccc_de.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins/mips.py to mips.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins/mlgtv.py to mlgtv.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins/nhkworld.py to nhkworld.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins/nos.py to nos.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins/npo.py to npo.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins/nrk.py to nrk.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins/oldlivestream.py to oldlivestream.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins/periscope.py to periscope.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins/picarto.py to picarto.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins/rtve.py to rtve.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins/sbsdiscovery.py to sbsdiscovery.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins/seemeplay.py to seemeplay.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins/speedrunslive.py to speedrunslive.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins/ssh101.py to ssh101.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins/stream.py to stream.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins/streamingvideoprovider.py to streamingvideoprovider.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins/streamlive.py to streamlive.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins/svtplay.py to svtplay.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins/tga.py to tga.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins/tv3cat.py to tv3cat.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins/tv4play.py to tv4play.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins/tvcatchup.py to tvcatchup.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins/tvplayer.py to tvplayer.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins/twitch.py to twitch.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins/ustreamtv.py to ustreamtv.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins/vaughnlive.py to vaughnlive.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins/veetle.py to veetle.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins/vgtv.py to vgtv.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins/viagame.py to viagame.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins/viasat.py to viasat.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins/viasat_embed.py to viasat_embed.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins/wattv.py to wattv.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins/weeb.py to weeb.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins/youtube.py to youtube.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins/zdf_mediathek.py to zdf_mediathek.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugin/api/__init__.py to __init__.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugin/api/http_session.py to http_session.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugin/api/mapper.py to mapper.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugin/api/support_plugin.py to support_plugin.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugin/api/utils.py to utils.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugin/api/validate.py to validate.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugin/__init__.py to __init__.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugin/plugin.py to plugin.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/stream/__init__.py to __init__.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/stream/akamaihd.py to akamaihd.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/stream/flvconcat.py to flvconcat.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/stream/hds.py to hds.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/stream/hls.py to hls.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/stream/hls_playlist.py to hls_playlist.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/stream/http.py to http.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/stream/playlist.py to playlist.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/stream/rtmpdump.py to rtmpdump.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/stream/segmented.py to segmented.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/stream/stream.py to stream.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/stream/streamprocess.py to streamprocess.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/stream/wrappers.py to wrappers.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/__init__.py to __init__.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/api.py to api.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/buffers.py to buffers.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/cache.py to cache.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/compat.py to compat.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/exceptions.py to exceptions.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/logger.py to logger.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/options.py to options.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/session.py to session.cpython-34.pyc byte-compiling /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/utils.py to utils.cpython-34.pyc running install_egg_info running egg_info creating src/livestreamer.egg-info writing requirements to src/livestreamer.egg-info/requires.txt writing dependency_links to src/livestreamer.egg-info/dependency_links.txt writing top-level names to src/livestreamer.egg-info/top_level.txt writing src/livestreamer.egg-info/PKG-INFO writing entry points to src/livestreamer.egg-info/entry_points.txt writing manifest file 'src/livestreamer.egg-info/SOURCES.txt' reading manifest file 'src/livestreamer.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'AUTHORS' writing manifest file 'src/livestreamer.egg-info/SOURCES.txt' Copying src/livestreamer.egg-info to /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer-1.12.2-py3.4.egg-info running install_scripts Installing livestreamer script to /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/bin + for file in '/builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/packages/flashmedia/{tag,packet,__init__,flv,f4v,util,error}.py' + chmod a+x /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/packages/flashmedia/tag.py + for file in '/builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/packages/flashmedia/{tag,packet,__init__,flv,f4v,util,error}.py' + chmod a+x /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/packages/flashmedia/packet.py + for file in '/builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/packages/flashmedia/{tag,packet,__init__,flv,f4v,util,error}.py' + chmod a+x /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/packages/flashmedia/__init__.py + for file in '/builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/packages/flashmedia/{tag,packet,__init__,flv,f4v,util,error}.py' + chmod a+x /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/packages/flashmedia/flv.py + for file in '/builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/packages/flashmedia/{tag,packet,__init__,flv,f4v,util,error}.py' + chmod a+x /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/packages/flashmedia/f4v.py + for file in '/builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/packages/flashmedia/{tag,packet,__init__,flv,f4v,util,error}.py' + chmod a+x /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/packages/flashmedia/util.py + for file in '/builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/packages/flashmedia/{tag,packet,__init__,flv,f4v,util,error}.py' + chmod a+x /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/packages/flashmedia/error.py + install -p -d -m755 /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/share/man/man1 + install -p -m644 build/sphinx/man/livestreamer.1 /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/share/man/man1/livestreamer.1 + install -p -d -m755 /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/share/doc/livestreamer + mv build/sphinx/html /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/share/doc/livestreamer + dos2unix /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64//usr/share/doc/livestreamer/html/_static/jquery.js dos2unix: converting file /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64//usr/share/doc/livestreamer/html/_static/jquery.js to Unix format ... + iconv -f iso-8859-1 -t utf-8 /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64//usr/share/doc/livestreamer/html/objects.inv + mv objects.inv.utf8 /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64//usr/share/doc/livestreamer/html/objects.inv + chmod a+x /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins/tvplayer.py /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4/site-packages/livestreamer/plugins/tv3cat.py + dos2unix /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64//usr/share/doc/livestreamer/html/objects.inv dos2unix: Binary symbol found at line 5 dos2unix: Skipping binary file /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64//usr/share/doc/livestreamer/html/objects.inv + rm /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64//usr/share/doc/livestreamer/html/.buildinfo + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 /builddir/build/BUILD/livestreamer-1.12.2 /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/lib/python3.4 using /usr/bin/python3.4 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.L7c3wn + umask 022 + cd /builddir/build/BUILD + cd livestreamer-1.12.2 + /usr/bin/python3.4 setup.py test running test running egg_info writing dependency_links to src/livestreamer.egg-info/dependency_links.txt writing top-level names to src/livestreamer.egg-info/top_level.txt writing entry points to src/livestreamer.egg-info/entry_points.txt writing src/livestreamer.egg-info/PKG-INFO writing requirements to src/livestreamer.egg-info/requires.txt reading manifest file 'src/livestreamer.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'AUTHORS' writing manifest file 'src/livestreamer.egg-info/SOURCES.txt' running build_ext test_iter (tests.test_stream_wrappers.TestPluginStream) ... ok test_builtin_plugins (tests.test_session.TestSession) ... /builddir/build/BUILD/livestreamer-1.12.2/src/livestreamer/plugin/api/support_plugin.py:34: DeprecationWarning: Use importlib.util.find_spec() instead. loader = importlib.find_loader(name, [path]) ok test_exceptions (tests.test_session.TestSession) ... ok test_load_plugins (tests.test_session.TestSession) ... ok test_options (tests.test_session.TestSession) ... ok test_plugin (tests.test_session.TestSession) ... ok test_plugin_stream_sorted_excludes (tests.test_session.TestSession) ... ok test_plugin_stream_types (tests.test_session.TestSession) ... ok test_plugin_support (tests.test_session.TestSession) ... ok test_resolve_url (tests.test_session.TestSession) ... ok test_plugin (tests.test_plugin_stream.TestPluginStream) ... ok test_all (tests.test_plugin_api_validate.TestPluginAPIValidate) ... ok test_any (tests.test_plugin_api_validate.TestPluginAPIValidate) ... ok test_attr (tests.test_plugin_api_validate.TestPluginAPIValidate) ... ok test_basic (tests.test_plugin_api_validate.TestPluginAPIValidate) ... ok test_dict (tests.test_plugin_api_validate.TestPluginAPIValidate) ... ok test_dict_keys (tests.test_plugin_api_validate.TestPluginAPIValidate) ... ok test_dict_optional_keys (tests.test_plugin_api_validate.TestPluginAPIValidate) ... ok test_endswith (tests.test_plugin_api_validate.TestPluginAPIValidate) ... ok test_filter (tests.test_plugin_api_validate.TestPluginAPIValidate) ... ok test_get (tests.test_plugin_api_validate.TestPluginAPIValidate) ... ok test_get_re (tests.test_plugin_api_validate.TestPluginAPIValidate) ... ok test_getattr (tests.test_plugin_api_validate.TestPluginAPIValidate) ... ok test_hasattr (tests.test_plugin_api_validate.TestPluginAPIValidate) ... ok test_length (tests.test_plugin_api_validate.TestPluginAPIValidate) ... ok test_list (tests.test_plugin_api_validate.TestPluginAPIValidate) ... ok test_list_tuple_set_frozenset (tests.test_plugin_api_validate.TestPluginAPIValidate) ... ok test_map (tests.test_plugin_api_validate.TestPluginAPIValidate) ... ok test_map_dict (tests.test_plugin_api_validate.TestPluginAPIValidate) ... ok test_nested_dict_keys (tests.test_plugin_api_validate.TestPluginAPIValidate) ... ok test_startswith (tests.test_plugin_api_validate.TestPluginAPIValidate) ... ok test_union (tests.test_plugin_api_validate.TestPluginAPIValidate) ... ok test_url (tests.test_plugin_api_validate.TestPluginAPIValidate) ... ok test_xml_element (tests.test_plugin_api_validate.TestPluginAPIValidate) ... ok test_xml_find (tests.test_plugin_api_validate.TestPluginAPIValidate) ... ok test_xml_findall (tests.test_plugin_api_validate.TestPluginAPIValidate) ... ok test_xml_findtext (tests.test_plugin_api_validate.TestPluginAPIValidate) ... ok test_read_timeout (tests.test_plugin_api_http_session.TestPluginAPIHTTPSession) ... ok test_options (tests.test_options.TestOptions) ... ok test_level (tests.test_log.TestSession) ... ok test_output (tests.test_log.TestSession) ... ok test_close (tests.test_buffer.TestBuffer) ... ok test_read (tests.test_buffer.TestBuffer) ... ok test_readwrite (tests.test_buffer.TestBuffer) ... ok test_reuse_input (tests.test_buffer.TestBuffer) Objects should be reusable after write() ... ok test_write (tests.test_buffer.TestBuffer) ... ok ---------------------------------------------------------------------- Ran 46 tests in 4.661s OK + exit 0 Processing files: livestreamer-1.12.2-9.el7.centos.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Cb3Nix + umask 022 + cd /builddir/build/BUILD + cd livestreamer-1.12.2 + DOCDIR=/builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/share/doc/livestreamer-1.12.2 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/share/doc/livestreamer-1.12.2 + cp -pr CHANGELOG.rst CONTRIBUTING.rst README.rst /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/share/doc/livestreamer-1.12.2 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.FBtm5G + umask 022 + cd /builddir/build/BUILD + cd livestreamer-1.12.2 + LICENSEDIR=/builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/share/licenses/livestreamer-1.12.2 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/share/licenses/livestreamer-1.12.2 + cp -pr LICENSE LICENSE.flashmedia LICENSE.pbs /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64/usr/share/licenses/livestreamer-1.12.2 + exit 0 Provides: livestreamer = 1.12.2-9.el7.centos 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: /usr/bin/env /usr/bin/python3.4 python(abi) = 3.4 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64 warning: Could not canonicalize hostname: copr-builder-172092870.novalocal Wrote: /builddir/build/RPMS/livestreamer-1.12.2-9.el7.centos.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.tMn08n + umask 022 + cd /builddir/build/BUILD + cd livestreamer-1.12.2 + /usr/bin/rm -rf /builddir/build/BUILDROOT/livestreamer-1.12.2-9.el7.centos.x86_64 + exit 0 Child return code was: 0