------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/libffi-3.2.1_3.txz Installing /packages/All/expat-2.2.8.txz Installing /packages/All/ncurses-6.1.20190525.txz Installing /packages/All/readline-8.0.4.txz Installing /packages/All/gettext-runtime-0.20.2.txz Installing /packages/All/openssl-1.1.1g,1.txz Installing /packages/All/python37-3.7.7.txz ===== Message from python37-3.7.7: -- Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: py37-gdbm databases/py-gdbm@py37 py37-sqlite3 databases/py-sqlite3@py37 py37-tkinter x11-toolkits/py-tkinter@py37 Installing /packages/All/py37-setuptools-44.0.0.txz Installing /packages/All/py37-six-1.14.0.txz Installing /packages/All/py37-isodate-0.6.0.txz Installing /packages/All/py37-pycryptodome-3.9.0.txz UNFLAVORED net/py-pysocks -> use net/py-pysocks@py37 Installing /packages/All/py37-pysocks-1.7.1.txz Installing /packages/All/py37-certifi-2020.4.5.1.txz Installing /packages/All/py37-chardet-3.0.4_3.txz Installing /packages/All/py37-idna-2.8.txz Installing /packages/All/py37-asn1crypto-1.3.0.txz Installing /packages/All/py37-pycparser-2.19.txz Installing /packages/All/py37-cffi-1.14.0.txz Installing /packages/All/py37-cryptography-2.6.1.txz Installing /packages/All/py37-openssl-19.0.0.txz Installing /packages/All/py37-urllib3-1.25.7,1.txz ===== Message from py37-urllib3-1.25.7,1: -- Since version 1.25 HTTPS connections are now verified by default which is done via "cert_reqs = 'CERT_REQUIRED'". While certificate verification can be disabled via "cert_reqs = 'CERT_NONE'", it's highly recommended to leave it on. Various consumers of net/py-urllib3 already have implemented routines that either explicitly enable or disable HTTPS certificate verification (e.g. via configuration settings, CLI arguments, etc.). Yet it may happen that there are still some consumers which don't explicitly enable/disable certificate verification for HTTPS connections which could then lead to errors (as is often the case with self-signed certificates). In case of an error one should try first to temporarily disable certificate verification of the problematic urllib3 consumer to see if that approach will remedy the issue. Installing /packages/All/py37-requests-2.22.0.txz Installing /packages/All/py37-websocket-client-0.56.0_1.txz Installing /packages/All/aom-2.0.0.r1.txz Installing /packages/All/freetype2-2.10.1.txz ===== Message from freetype2-2.10.1: -- The 2.7.x series now uses the new subpixel hinting mode (V40 port's option) as the default, emulating a modern version of ClearType. This change inevitably leads to different rendering results, and you might change port's options to adapt it to your taste (or use the new "FREETYPE_PROPERTIES" environment variable). The environment variable "FREETYPE_PROPERTIES" can be used to control the driver properties. Example: FREETYPE_PROPERTIES=truetype:interpreter-version=35 \ cff:no-stem-darkening=1 \ autofitter:warping=1 This allows to select, say, the subpixel hinting mode at runtime for a given application. If LONG_PCF_NAMES port's option was enabled, the PCF family names may include the foundry and information whether they contain wide characters. For example, "Sony Fixed" or "Misc Fixed Wide", instead of "Fixed". This can be disabled at run time with using pcf:no-long-family-names property, if needed. Example: FREETYPE_PROPERTIES=pcf:no-long-family-names=1 How to recreate fontconfig cache with using such environment variable, if needed: # env FREETYPE_PROPERTIES=pcf:no-long-family-names=1 fc-cache -fsv The controllable properties are listed in the section "Controlling FreeType Modules" in the reference's table of contents (/usr/local/share/doc/freetype2/reference/site/index.html, if documentation was installed). Installing /packages/All/fribidi-0.19.7.txz Installing /packages/All/fontconfig-2.13.92_2,1.txz Running fc-cache to build fontconfig cache... Font directories: /usr/local/share/fonts /usr/local/lib/X11/fonts /usr/local/share/fonts: skipping, no such directory /usr/local/lib/X11/fonts: skipping, no such directory /var/db/fontconfig: cleaning cache directory fc-cache: succeeded Installing /packages/All/graphite2-1.3.14.txz Installing /packages/All/pcre-8.43_2.txz Installing /packages/All/libxml2-2.9.10.txz Installing /packages/All/libiconv-1.14_11.txz Installing /packages/All/glib-2.56.3_7,1.txz No schema files found: doing nothing. Installing /packages/All/harfbuzz-2.6.5.txz Installing /packages/All/libass-0.14.0.txz Installing /packages/All/dav1d-0.6.0_1.txz Installing /packages/All/gmp-6.2.0.txz Installing /packages/All/nettle-3.5.1_1.txz Installing /packages/All/libtasn1-4.16.0.txz Installing /packages/All/libunistring-0.9.10_1.txz Installing /packages/All/libidn2-2.3.0_1.txz Installing /packages/All/ca_root_nss-3.52.txz ===== Message from ca_root_nss-3.52: -- FreeBSD does not, and can not warrant that the certification authorities whose certificates are included in this package have in any way been audited for trustworthiness or RFC 3647 compliance. Assessment and verification of trust is the complete responsibility of the system administrator. This package installs symlinks to support root certificates discovery by default for software that uses OpenSSL. This enables SSL Certificate Verification by client software without manual intervention. If you prefer to do this manually, replace the following symlinks with either an empty file or your site-local certificate bundle. * /etc/ssl/cert.pem * /usr/local/etc/ssl/cert.pem * /usr/local/openssl/cert.pem Installing /packages/All/p11-kit-0.23.20.txz Installing /packages/All/tpm-emulator-0.7.4_2.txz ===> Creating groups. Creating group '_tss' with gid '601'. ===> Creating users Creating user '_tss' with uid '601'. Installing /packages/All/trousers-0.3.14_2.txz ===> Creating groups. Using existing group '_tss'. ===> Creating users Using existing user '_tss'. ===== Message from trousers-0.3.14_2: -- To run tcsd automatically, add the following line to /etc/rc.conf: tcsd_enable="YES" You might want to edit /usr/local/etc/tcsd.conf to reflect your setup. If you want to use tcsd with software TPM emulator, use the following configuration in /etc/rc.conf: tcsd_enable="YES" tcsd_mode="emulator" tpmd_enable="YES" To use TPM, add your_account to '_tss' group like following: # pw groupmod _tss -m your_account Installing /packages/All/gnutls-3.6.13.txz Installing /packages/All/opencv-core-3.4.1_31.txz ===== Message from opencv-core-3.4.1_31: -- ===> NOTICE: The opencv-core port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port Installing /packages/All/opus-1.3.1.txz Installing /packages/All/libogg-1.3.4,4.txz Installing /packages/All/libvorbis-1.3.6,3.txz Installing /packages/All/libtheora-1.1.1_7.txz Installing /packages/All/argp-standalone-1.3_4.txz ===== Message from argp-standalone-1.3_4: -- ===> NOTICE: The argp-standalone port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port Installing /packages/All/libudev-devd-0.4.2.txz Installing /packages/All/jpeg-turbo-2.0.4.txz Installing /packages/All/libv4l-1.18.0.txz Installing /packages/All/pciids-20200421.txz Installing /packages/All/libpciaccess-0.16.txz Installing /packages/All/libdrm-2.4.101.txz Installing /packages/All/wayland-1.16.0.txz Installing /packages/All/libXau-1.0.9.txz Installing /packages/All/libpthread-stubs-0.4.txz Installing /packages/All/xorgproto-2020.1.txz Installing /packages/All/libXdmcp-1.1.3.txz Installing /packages/All/libxcb-1.13.1.txz Installing /packages/All/libX11-1.6.9_1,1.txz Installing /packages/All/libXext-1.3.4,1.txz Installing /packages/All/libXfixes-5.0.3_2.txz Installing /packages/All/libva-2.7.1.txz Installing /packages/All/libvdpau-1.3_1.txz Installing /packages/All/libvpx-1.8.2_1.txz Installing /packages/All/libx264-0.159.2999.txz Installing /packages/All/x265-3.2.1_2.txz Installing /packages/All/xvid-1.3.7,1.txz Installing /packages/All/ffmpeg-4.2.2_17,1.txz Installing /packages/All/py37-country-18.5.26.txz Installing /packages/All/librtmp-2.4.20190330.txz Installing /packages/All/rtmpdump-2.4.20190330.txz UNFLAVORED net/py-pysocks -> use net/py-pysocks@py37 SUCCEEDED 00:00:46 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> py37-streamlink-1.4.1_1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> py37-streamlink-1.4.1_1 depends on file: /usr/local/sbin/pkg - found => streamlink-1.4.1.tar.gz doesn't seem to exist in /distfiles/. => Attempting to fetch https://files.pythonhosted.org/packages/source/s/streamlink/streamlink-1.4.1.tar.gz streamlink-1.4.1.tar.gz 0% of 703 kB 0 Bps streamlink-1.4.1.tar.gz 703 kB 22 MBps 00s ===> Fetching all distfiles required by py37-streamlink-1.4.1_1 for building SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> py37-streamlink-1.4.1_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-streamlink-1.4.1_1 for building => SHA256 Checksum OK for streamlink-1.4.1.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> py37-streamlink-1.4.1_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-streamlink-1.4.1_1 for building ===> Extracting for py37-streamlink-1.4.1_1 => SHA256 Checksum OK for streamlink-1.4.1.tar.gz. Extracted Memory Use: 3.79M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for py37-streamlink-1.4.1_1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> py37-streamlink-1.4.1_1 depends on package: py37-setuptools>0 - found ===> py37-streamlink-1.4.1_1 depends on file: /usr/local/bin/python3.7 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> py37-streamlink-1.4.1_1 depends on package: py37-setuptools>0 - found ===> py37-streamlink-1.4.1_1 depends on file: /usr/local/bin/python3.7 - found ===> Configuring for py37-streamlink-1.4.1_1 running config SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for py37-streamlink-1.4.1_1 running build running build_py creating build creating build/lib creating build/lib/streamlink copying src/streamlink/session.py -> build/lib/streamlink copying src/streamlink/_version.py -> build/lib/streamlink copying src/streamlink/exceptions.py -> build/lib/streamlink copying src/streamlink/cache.py -> build/lib/streamlink copying src/streamlink/buffers.py -> build/lib/streamlink copying src/streamlink/__init__.py -> build/lib/streamlink copying src/streamlink/compat.py -> build/lib/streamlink copying src/streamlink/api.py -> build/lib/streamlink copying src/streamlink/logger.py -> build/lib/streamlink copying src/streamlink/options.py -> build/lib/streamlink creating build/lib/streamlink_cli copying src/streamlink_cli/compat.py -> build/lib/streamlink_cli copying src/streamlink_cli/output.py -> build/lib/streamlink_cli copying src/streamlink_cli/main.py -> build/lib/streamlink_cli copying src/streamlink_cli/__init__.py -> build/lib/streamlink_cli copying src/streamlink_cli/console.py -> build/lib/streamlink_cli copying src/streamlink_cli/argparser.py -> build/lib/streamlink_cli copying src/streamlink_cli/constants.py -> build/lib/streamlink_cli creating build/lib/streamlink/packages copying src/streamlink/packages/requests_file.py -> build/lib/streamlink/packages copying src/streamlink/packages/__init__.py -> build/lib/streamlink/packages creating build/lib/streamlink/plugin copying src/streamlink/plugin/__init__.py -> build/lib/streamlink/plugin copying src/streamlink/plugin/plugin.py -> build/lib/streamlink/plugin creating build/lib/streamlink/stream copying src/streamlink/stream/hls_playlist.py -> build/lib/streamlink/stream copying src/streamlink/stream/hls.py -> build/lib/streamlink/stream copying src/streamlink/stream/http.py -> build/lib/streamlink/stream copying src/streamlink/stream/hds.py -> build/lib/streamlink/stream copying src/streamlink/stream/segmented.py -> build/lib/streamlink/stream copying src/streamlink/stream/file.py -> build/lib/streamlink/stream copying src/streamlink/stream/playlist.py -> build/lib/streamlink/stream copying src/streamlink/stream/akamaihd.py -> build/lib/streamlink/stream copying src/streamlink/stream/stream.py -> build/lib/streamlink/stream copying src/streamlink/stream/__init__.py -> build/lib/streamlink/stream copying src/streamlink/stream/dash_manifest.py -> build/lib/streamlink/stream copying src/streamlink/stream/flvconcat.py -> build/lib/streamlink/stream copying src/streamlink/stream/rtmpdump.py -> build/lib/streamlink/stream copying src/streamlink/stream/dash.py -> build/lib/streamlink/stream copying src/streamlink/stream/ffmpegmux.py -> build/lib/streamlink/stream copying src/streamlink/stream/wrappers.py -> build/lib/streamlink/stream copying src/streamlink/stream/streamprocess.py -> build/lib/streamlink/stream creating build/lib/streamlink/utils copying src/streamlink/utils/args.py -> build/lib/streamlink/utils copying src/streamlink/utils/lazy_formatter.py -> build/lib/streamlink/utils copying src/streamlink/utils/url.py -> build/lib/streamlink/utils copying src/streamlink/utils/l10n.py -> build/lib/streamlink/utils copying src/streamlink/utils/encoding.py -> build/lib/streamlink/utils copying src/streamlink/utils/named_pipe.py -> build/lib/streamlink/utils copying src/streamlink/utils/crypto.py -> build/lib/streamlink/utils copying src/streamlink/utils/times.py -> build/lib/streamlink/utils copying src/streamlink/utils/__init__.py -> build/lib/streamlink/utils creating build/lib/streamlink/plugins copying src/streamlink/plugins/skai.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/streamme.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/nownews.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/foxtr.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/oneplusone.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/sbscokr.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/eltrecetv.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/dogus.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/tvibo.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/hitbox.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/delfi.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/drdk.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/streamingvideoprovider.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/onetv.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/facebook.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/okru.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/tf1.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/abematv.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/ltv_lsm_lv.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/invintus.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/clubbingtv.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/zeenews.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/trtspor.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/rtmp.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/__init__.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/tvnbg.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/aljazeeraen.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/rtbf.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/bilibili.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/tv4play.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/egame.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/picarto.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/ard_mediathek.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/crunchyroll.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/btv.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/teleclubzoom.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/stv.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/cnews.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/tv360.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/streamable.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/huya.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/webcast_india_gov.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/tv3cat.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/welt.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/garena.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/willax.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/goodgame.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/viutv.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/akamaihd.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/vtvgo.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/zattoo.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/tigerdile.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/itvplayer.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/ntv.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/wwenetwork.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/srgssr.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/linelive.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/zdf_mediathek.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/bloomberg.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/ceskatelevize.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/bigo.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/mixer.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/hls.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/cubetv.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/tamago.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/youtube.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/playtv.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/vlive.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/tvtoya.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/goltelevision.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/startv.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/common_jwplayer.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/vimeo.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/tvplayer.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/piczel.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/ruv.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/googledrive.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/radiko.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/gardenersworld.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/yupptv.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/funimationnow.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/rtve.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/olympicchannel.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/sportal.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/ine.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/huajiao.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/deutschewelle.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/hds.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/ssh101.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/openrectv.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/wasd.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/app17.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/rotana.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/sportschau.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/cybergame.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/liveme.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/bbciplayer.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/gulli.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/adultswim.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/nbcsports.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/rtvs.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/euronews.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/nhkworld.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/huomao.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/twitch.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/tv8.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/tvrplus.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/senategov.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/btsports.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/abweb.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/idf1.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/mjunoon.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/kugou.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/orf_tvthek.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/metube.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/ard_live.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/earthcam.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/tv5monde.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/zengatv.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/dailymotion.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/nrk.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/rtlxl.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/afreeca.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/canalplus.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/europaplus.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/tga.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/schoolism.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/cdnbg.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/periscope.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/swisstxt.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/beattv.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/teamliquid.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/powerapp.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/rtpplay.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/webtv.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/douyutv.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/atresplayer.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/svtplay.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/reshet.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/animelab.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/live_russia_tv.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/vrtbe.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/vidio.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/galatasaraytv.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/mitele.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/raiplay.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/radionet.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/nos.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/pandatv.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/telefe.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/tvp.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/lrt.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/vk.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/http.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/bfmtv.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/dash.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/zhanqi.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/livestream.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/qq.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/pixiv.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/latina.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/dogan.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/dommune.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/nbc.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/showroom.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/streann.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/viasat.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/ustreamtv.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/stadium.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/dingittv.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/turkuvaz.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/nicolive.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/albavision.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/reuters.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/brightcove.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/pluzz.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/vinhlongtv.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/ellobo.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/vaughnlive.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/steam.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/liveedu.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/tlctr.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/tvrby.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/mediaklikk.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/artetv.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/twitcasting.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/filmon.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/dlive.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/trt.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/theplatform.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/cinergroup.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/ustvnow.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/common_swf.py -> build/lib/streamlink/plugins copying src/streamlink/plugins/kingkong.py -> build/lib/streamlink/plugins creating build/lib/streamlink/packages/flashmedia copying src/streamlink/packages/flashmedia/compat.py -> build/lib/streamlink/packages/flashmedia copying src/streamlink/packages/flashmedia/types.py -> build/lib/streamlink/packages/flashmedia copying src/streamlink/packages/flashmedia/error.py -> build/lib/streamlink/packages/flashmedia copying src/streamlink/packages/flashmedia/flv.py -> build/lib/streamlink/packages/flashmedia copying src/streamlink/packages/flashmedia/f4v.py -> build/lib/streamlink/packages/flashmedia copying src/streamlink/packages/flashmedia/amf.py -> build/lib/streamlink/packages/flashmedia copying src/streamlink/packages/flashmedia/__init__.py -> build/lib/streamlink/packages/flashmedia copying src/streamlink/packages/flashmedia/packet.py -> build/lib/streamlink/packages/flashmedia copying src/streamlink/packages/flashmedia/ordereddict.py -> build/lib/streamlink/packages/flashmedia copying src/streamlink/packages/flashmedia/box.py -> build/lib/streamlink/packages/flashmedia copying src/streamlink/packages/flashmedia/util.py -> build/lib/streamlink/packages/flashmedia copying src/streamlink/packages/flashmedia/tag.py -> build/lib/streamlink/packages/flashmedia creating build/lib/streamlink/plugin/api copying src/streamlink/plugin/api/useragents.py -> build/lib/streamlink/plugin/api copying src/streamlink/plugin/api/support_plugin.py -> build/lib/streamlink/plugin/api copying src/streamlink/plugin/api/__init__.py -> build/lib/streamlink/plugin/api copying src/streamlink/plugin/api/http_session.py -> build/lib/streamlink/plugin/api copying src/streamlink/plugin/api/utils.py -> build/lib/streamlink/plugin/api copying src/streamlink/plugin/api/validate.py -> build/lib/streamlink/plugin/api copying src/streamlink/plugin/api/mapper.py -> build/lib/streamlink/plugin/api creating build/lib/streamlink_cli/utils copying src/streamlink_cli/utils/named_pipe.py -> build/lib/streamlink_cli/utils copying src/streamlink_cli/utils/__init__.py -> build/lib/streamlink_cli/utils copying src/streamlink_cli/utils/progress.py -> build/lib/streamlink_cli/utils copying src/streamlink_cli/utils/player.py -> build/lib/streamlink_cli/utils copying src/streamlink_cli/utils/http_server.py -> build/lib/streamlink_cli/utils copying src/streamlink_cli/utils/stream.py -> build/lib/streamlink_cli/utils UPDATING build/lib/streamlink/_version.py set build/lib/streamlink/_version.py to '1.4.1' SUCCEEDED 00:00:04 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> py37-streamlink-1.4.1_1 depends on package: py37-isodate>0 - found ===> py37-streamlink-1.4.1_1 depends on package: py37-pycryptodome>=3.4.3 - found ===> py37-streamlink-1.4.1_1 depends on package: py37-pysocks>0 - found ===> py37-streamlink-1.4.1_1 depends on package: py37-requests>0 - found ===> py37-streamlink-1.4.1_1 depends on package: py37-websocket-client>0 - found ===> py37-streamlink-1.4.1_1 depends on executable: ffmpeg - found ===> py37-streamlink-1.4.1_1 depends on package: py37-country>0 - found ===> py37-streamlink-1.4.1_1 depends on executable: rtmpdump - found ===> py37-streamlink-1.4.1_1 depends on package: py37-setuptools>0 - found ===> py37-streamlink-1.4.1_1 depends on file: /usr/local/bin/python3.7 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for py37-streamlink-1.4.1_1 ===> py37-streamlink-1.4.1_1 depends on package: py37-isodate>0 - found ===> py37-streamlink-1.4.1_1 depends on package: py37-pycryptodome>=3.4.3 - found ===> py37-streamlink-1.4.1_1 depends on package: py37-pysocks>0 - found ===> py37-streamlink-1.4.1_1 depends on package: py37-requests>0 - found ===> py37-streamlink-1.4.1_1 depends on package: py37-websocket-client>0 - found ===> py37-streamlink-1.4.1_1 depends on executable: ffmpeg - found ===> py37-streamlink-1.4.1_1 depends on package: py37-country>0 - found ===> py37-streamlink-1.4.1_1 depends on executable: rtmpdump - found ===> py37-streamlink-1.4.1_1 depends on package: py37-setuptools>0 - found ===> py37-streamlink-1.4.1_1 depends on file: /usr/local/bin/python3.7 - found ===> Generating temporary packing list running install running build running build_py UPDATING build/lib/streamlink/_version.py set build/lib/streamlink/_version.py to '1.4.1' running install_lib creating /construction/multimedia/streamlink/stage/usr/local/lib/python3.7 creating /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages creating /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink copying build/lib/streamlink/session.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink copying build/lib/streamlink/_version.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink copying build/lib/streamlink/exceptions.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink copying build/lib/streamlink/buffers.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink copying build/lib/streamlink/__init__.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink copying build/lib/streamlink/api.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink copying build/lib/streamlink/compat.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink copying build/lib/streamlink/logger.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink creating /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/stream copying build/lib/streamlink/stream/hls_playlist.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/stream copying build/lib/streamlink/stream/dash_manifest.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/stream copying build/lib/streamlink/stream/file.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/stream copying build/lib/streamlink/stream/__init__.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/stream copying build/lib/streamlink/stream/playlist.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/stream copying build/lib/streamlink/stream/stream.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/stream copying build/lib/streamlink/stream/akamaihd.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/stream copying build/lib/streamlink/stream/flvconcat.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/stream copying build/lib/streamlink/stream/dash.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/stream copying build/lib/streamlink/stream/ffmpegmux.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/stream copying build/lib/streamlink/stream/streamprocess.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/stream copying build/lib/streamlink/stream/wrappers.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/stream copying build/lib/streamlink/stream/rtmpdump.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/stream copying build/lib/streamlink/stream/segmented.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/stream copying build/lib/streamlink/stream/hds.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/stream copying build/lib/streamlink/stream/hls.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/stream copying build/lib/streamlink/stream/http.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/stream creating /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/streamme.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/skai.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/nownews.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/oneplusone.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/foxtr.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/delfi.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/drdk.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/eltrecetv.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/streamingvideoprovider.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/crunchyroll.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/trtspor.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/okru.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/stv.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/tv360.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/cnews.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/btv.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/streamable.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/teleclubzoom.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/huya.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/ard_mediathek.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/facebook.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/picarto.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/invintus.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/tvnbg.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/ltv_lsm_lv.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/abematv.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/tf1.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/zeenews.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/rtbf.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/aljazeeraen.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/tv4play.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/ceskatelevize.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/welt.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/vtvgo.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/akamaihd.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/webcast_india_gov.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/linelive.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/srgssr.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/tv3cat.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/viutv.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/bloomberg.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/wwenetwork.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/ntv.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/itvplayer.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/tigerdile.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/zattoo.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/goodgame.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/zdf_mediathek.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/willax.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/garena.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/onetv.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/bilibili.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/egame.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/__init__.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/clubbingtv.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/rtmp.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/sbscokr.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/hitbox.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/tvibo.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/dogus.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/bigo.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/vlive.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/cubetv.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/youtube.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/hls.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/playtv.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/tamago.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/mixer.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/tvtoya.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/funimationnow.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/huomao.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/hds.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/rotana.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/openrectv.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/euronews.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/nbcsports.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/app17.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/adultswim.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/nhkworld.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/rtvs.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/liveme.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/cybergame.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/ssh101.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/sportschau.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/gulli.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/bbciplayer.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/wasd.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/tvplayer.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/idf1.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/twitch.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/abweb.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/tvrplus.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/kugou.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/senategov.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/mjunoon.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/btsports.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/tv8.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/radiko.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/metube.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/orf_tvthek.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/startv.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/ine.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/earthcam.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/ard_live.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/yupptv.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/dailymotion.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/canalplus.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/afreeca.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/rtlxl.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/nrk.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/tv5monde.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/zengatv.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/gardenersworld.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/europaplus.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/swisstxt.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/atresplayer.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/periscope.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/tga.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/svtplay.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/schoolism.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/webtv.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/douyutv.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/beattv.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/rtpplay.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/teamliquid.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/cdnbg.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/powerapp.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/common_jwplayer.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/galatasaraytv.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/vidio.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/animelab.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/live_russia_tv.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/reshet.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/vrtbe.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/deutschewelle.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/telefe.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/pandatv.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/raiplay.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/radionet.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/vk.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/lrt.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/tvp.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/sportal.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/dash.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/livestream.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/qq.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/zhanqi.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/http.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/bfmtv.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/olympicchannel.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/latina.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/ustreamtv.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/pixiv.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/nbc.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/streann.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/showroom.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/dommune.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/viasat.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/dogan.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/huajiao.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/dingittv.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/albavision.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/nicolive.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/stadium.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/turkuvaz.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/ruv.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/reuters.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/dlive.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/liveedu.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/steam.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/tvrby.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/brightcove.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/filmon.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/tlctr.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/ellobo.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/vaughnlive.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/artetv.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/mediaklikk.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/twitcasting.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/pluzz.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/vinhlongtv.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/rtve.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/theplatform.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/cinergroup.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/common_swf.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/kingkong.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/trt.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/ustvnow.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/piczel.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/googledrive.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/goltelevision.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/vimeo.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/mitele.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins copying build/lib/streamlink/plugins/nos.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins creating /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/utils copying build/lib/streamlink/utils/crypto.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/utils copying build/lib/streamlink/utils/encoding.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/utils copying build/lib/streamlink/utils/l10n.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/utils copying build/lib/streamlink/utils/lazy_formatter.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/utils copying build/lib/streamlink/utils/args.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/utils copying build/lib/streamlink/utils/__init__.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/utils copying build/lib/streamlink/utils/named_pipe.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/utils copying build/lib/streamlink/utils/url.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/utils copying build/lib/streamlink/utils/times.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/utils creating /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugin copying build/lib/streamlink/plugin/__init__.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugin copying build/lib/streamlink/plugin/plugin.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugin creating /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugin/api copying build/lib/streamlink/plugin/api/support_plugin.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugin/api copying build/lib/streamlink/plugin/api/useragents.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugin/api copying build/lib/streamlink/plugin/api/validate.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugin/api copying build/lib/streamlink/plugin/api/http_session.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugin/api copying build/lib/streamlink/plugin/api/utils.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugin/api copying build/lib/streamlink/plugin/api/__init__.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugin/api copying build/lib/streamlink/plugin/api/mapper.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugin/api creating /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/packages copying build/lib/streamlink/packages/__init__.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/packages copying build/lib/streamlink/packages/requests_file.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/packages creating /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/packages/flashmedia copying build/lib/streamlink/packages/flashmedia/ordereddict.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/packages/flashmedia copying build/lib/streamlink/packages/flashmedia/flv.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/packages/flashmedia copying build/lib/streamlink/packages/flashmedia/amf.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/packages/flashmedia copying build/lib/streamlink/packages/flashmedia/compat.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/packages/flashmedia copying build/lib/streamlink/packages/flashmedia/packet.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/packages/flashmedia copying build/lib/streamlink/packages/flashmedia/f4v.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/packages/flashmedia copying build/lib/streamlink/packages/flashmedia/error.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/packages/flashmedia copying build/lib/streamlink/packages/flashmedia/types.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/packages/flashmedia copying build/lib/streamlink/packages/flashmedia/__init__.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/packages/flashmedia copying build/lib/streamlink/packages/flashmedia/util.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/packages/flashmedia copying build/lib/streamlink/packages/flashmedia/tag.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/packages/flashmedia copying build/lib/streamlink/packages/flashmedia/box.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/packages/flashmedia copying build/lib/streamlink/options.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink copying build/lib/streamlink/cache.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink creating /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink_cli copying build/lib/streamlink_cli/output.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink_cli copying build/lib/streamlink_cli/__init__.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink_cli copying build/lib/streamlink_cli/argparser.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink_cli copying build/lib/streamlink_cli/console.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink_cli copying build/lib/streamlink_cli/main.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink_cli copying build/lib/streamlink_cli/constants.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink_cli copying build/lib/streamlink_cli/compat.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink_cli creating /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink_cli/utils copying build/lib/streamlink_cli/utils/named_pipe.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink_cli/utils copying build/lib/streamlink_cli/utils/stream.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink_cli/utils copying build/lib/streamlink_cli/utils/http_server.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink_cli/utils copying build/lib/streamlink_cli/utils/player.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink_cli/utils copying build/lib/streamlink_cli/utils/progress.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink_cli/utils copying build/lib/streamlink_cli/utils/__init__.py -> /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink_cli/utils byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/session.py to session.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/_version.py to _version.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/exceptions.py to exceptions.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/buffers.py to buffers.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/api.py to api.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/compat.py to compat.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/logger.py to logger.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/stream/hls_playlist.py to hls_playlist.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/stream/dash_manifest.py to dash_manifest.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/stream/file.py to file.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/stream/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/stream/playlist.py to playlist.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/stream/stream.py to stream.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/stream/akamaihd.py to akamaihd.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/stream/flvconcat.py to flvconcat.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/stream/dash.py to dash.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/stream/ffmpegmux.py to ffmpegmux.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/stream/streamprocess.py to streamprocess.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/stream/wrappers.py to wrappers.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/stream/rtmpdump.py to rtmpdump.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/stream/segmented.py to segmented.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/stream/hds.py to hds.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/stream/hls.py to hls.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/stream/http.py to http.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/streamme.py to streamme.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/skai.py to skai.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/nownews.py to nownews.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/oneplusone.py to oneplusone.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/foxtr.py to foxtr.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/delfi.py to delfi.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/drdk.py to drdk.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/eltrecetv.py to eltrecetv.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/streamingvideoprovider.py to streamingvideoprovider.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/crunchyroll.py to crunchyroll.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/trtspor.py to trtspor.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/okru.py to okru.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/stv.py to stv.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/tv360.py to tv360.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/cnews.py to cnews.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/btv.py to btv.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/streamable.py to streamable.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/teleclubzoom.py to teleclubzoom.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/huya.py to huya.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/ard_mediathek.py to ard_mediathek.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/facebook.py to facebook.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/picarto.py to picarto.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/invintus.py to invintus.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/tvnbg.py to tvnbg.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/ltv_lsm_lv.py to ltv_lsm_lv.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/abematv.py to abematv.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/tf1.py to tf1.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/zeenews.py to zeenews.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/rtbf.py to rtbf.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/aljazeeraen.py to aljazeeraen.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/tv4play.py to tv4play.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/ceskatelevize.py to ceskatelevize.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/welt.py to welt.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/vtvgo.py to vtvgo.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/akamaihd.py to akamaihd.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/webcast_india_gov.py to webcast_india_gov.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/linelive.py to linelive.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/srgssr.py to srgssr.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/tv3cat.py to tv3cat.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/viutv.py to viutv.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/bloomberg.py to bloomberg.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/wwenetwork.py to wwenetwork.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/ntv.py to ntv.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/itvplayer.py to itvplayer.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/tigerdile.py to tigerdile.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/zattoo.py to zattoo.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/goodgame.py to goodgame.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/zdf_mediathek.py to zdf_mediathek.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/willax.py to willax.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/garena.py to garena.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/onetv.py to onetv.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/bilibili.py to bilibili.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/egame.py to egame.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/clubbingtv.py to clubbingtv.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/rtmp.py to rtmp.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/sbscokr.py to sbscokr.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/hitbox.py to hitbox.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/tvibo.py to tvibo.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/dogus.py to dogus.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/bigo.py to bigo.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/vlive.py to vlive.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/cubetv.py to cubetv.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/youtube.py to youtube.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/hls.py to hls.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/playtv.py to playtv.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/tamago.py to tamago.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/mixer.py to mixer.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/tvtoya.py to tvtoya.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/funimationnow.py to funimationnow.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/huomao.py to huomao.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/hds.py to hds.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/rotana.py to rotana.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/openrectv.py to openrectv.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/euronews.py to euronews.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/nbcsports.py to nbcsports.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/app17.py to app17.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/adultswim.py to adultswim.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/nhkworld.py to nhkworld.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/rtvs.py to rtvs.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/liveme.py to liveme.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/cybergame.py to cybergame.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/ssh101.py to ssh101.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/sportschau.py to sportschau.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/gulli.py to gulli.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/bbciplayer.py to bbciplayer.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/wasd.py to wasd.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/tvplayer.py to tvplayer.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/idf1.py to idf1.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/twitch.py to twitch.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/abweb.py to abweb.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/tvrplus.py to tvrplus.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/kugou.py to kugou.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/senategov.py to senategov.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/mjunoon.py to mjunoon.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/btsports.py to btsports.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/tv8.py to tv8.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/radiko.py to radiko.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/metube.py to metube.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/orf_tvthek.py to orf_tvthek.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/startv.py to startv.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/ine.py to ine.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/earthcam.py to earthcam.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/ard_live.py to ard_live.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/yupptv.py to yupptv.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/dailymotion.py to dailymotion.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/canalplus.py to canalplus.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/afreeca.py to afreeca.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/rtlxl.py to rtlxl.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/nrk.py to nrk.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/tv5monde.py to tv5monde.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/zengatv.py to zengatv.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/gardenersworld.py to gardenersworld.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/europaplus.py to europaplus.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/swisstxt.py to swisstxt.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/atresplayer.py to atresplayer.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/periscope.py to periscope.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/tga.py to tga.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/svtplay.py to svtplay.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/schoolism.py to schoolism.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/webtv.py to webtv.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/douyutv.py to douyutv.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/beattv.py to beattv.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/rtpplay.py to rtpplay.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/teamliquid.py to teamliquid.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/cdnbg.py to cdnbg.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/powerapp.py to powerapp.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/common_jwplayer.py to common_jwplayer.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/galatasaraytv.py to galatasaraytv.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/vidio.py to vidio.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/animelab.py to animelab.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/live_russia_tv.py to live_russia_tv.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/reshet.py to reshet.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/vrtbe.py to vrtbe.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/deutschewelle.py to deutschewelle.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/telefe.py to telefe.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/pandatv.py to pandatv.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/raiplay.py to raiplay.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/radionet.py to radionet.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/vk.py to vk.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/lrt.py to lrt.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/tvp.py to tvp.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/sportal.py to sportal.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/dash.py to dash.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/livestream.py to livestream.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/qq.py to qq.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/zhanqi.py to zhanqi.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/http.py to http.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/bfmtv.py to bfmtv.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/olympicchannel.py to olympicchannel.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/latina.py to latina.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/ustreamtv.py to ustreamtv.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/pixiv.py to pixiv.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/nbc.py to nbc.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/streann.py to streann.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/showroom.py to showroom.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/dommune.py to dommune.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/viasat.py to viasat.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/dogan.py to dogan.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/huajiao.py to huajiao.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/dingittv.py to dingittv.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/albavision.py to albavision.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/nicolive.py to nicolive.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/stadium.py to stadium.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/turkuvaz.py to turkuvaz.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/ruv.py to ruv.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/reuters.py to reuters.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/dlive.py to dlive.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/liveedu.py to liveedu.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/steam.py to steam.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/tvrby.py to tvrby.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/brightcove.py to brightcove.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/filmon.py to filmon.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/tlctr.py to tlctr.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/ellobo.py to ellobo.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/vaughnlive.py to vaughnlive.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/artetv.py to artetv.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/mediaklikk.py to mediaklikk.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/twitcasting.py to twitcasting.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/pluzz.py to pluzz.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/vinhlongtv.py to vinhlongtv.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/rtve.py to rtve.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/theplatform.py to theplatform.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/cinergroup.py to cinergroup.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/common_swf.py to common_swf.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/kingkong.py to kingkong.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/trt.py to trt.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/ustvnow.py to ustvnow.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/piczel.py to piczel.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/googledrive.py to googledrive.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/goltelevision.py to goltelevision.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/vimeo.py to vimeo.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/mitele.py to mitele.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugins/nos.py to nos.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/utils/crypto.py to crypto.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/utils/encoding.py to encoding.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/utils/l10n.py to l10n.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/utils/lazy_formatter.py to lazy_formatter.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/utils/args.py to args.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/utils/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/utils/named_pipe.py to named_pipe.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/utils/url.py to url.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/utils/times.py to times.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugin/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugin/plugin.py to plugin.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugin/api/support_plugin.py to support_plugin.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugin/api/useragents.py to useragents.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugin/api/validate.py to validate.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugin/api/http_session.py to http_session.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugin/api/utils.py to utils.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugin/api/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/plugin/api/mapper.py to mapper.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/packages/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/packages/requests_file.py to requests_file.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/packages/flashmedia/ordereddict.py to ordereddict.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/packages/flashmedia/flv.py to flv.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/packages/flashmedia/amf.py to amf.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/packages/flashmedia/compat.py to compat.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/packages/flashmedia/packet.py to packet.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/packages/flashmedia/f4v.py to f4v.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/packages/flashmedia/error.py to error.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/packages/flashmedia/types.py to types.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/packages/flashmedia/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/packages/flashmedia/util.py to util.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/packages/flashmedia/tag.py to tag.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/packages/flashmedia/box.py to box.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/options.py to options.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink/cache.py to cache.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink_cli/output.py to output.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink_cli/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink_cli/argparser.py to argparser.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink_cli/console.py to console.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink_cli/main.py to main.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink_cli/constants.py to constants.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink_cli/compat.py to compat.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink_cli/utils/named_pipe.py to named_pipe.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink_cli/utils/stream.py to stream.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink_cli/utils/http_server.py to http_server.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink_cli/utils/player.py to player.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink_cli/utils/progress.py to progress.cpython-37.pyc byte-compiling /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink_cli/utils/__init__.py to __init__.cpython-37.pyc writing byte-compilation script '/tmp/tmpvy5ajnyk.py' /usr/local/bin/python3.7 /tmp/tmpvy5ajnyk.py removing /tmp/tmpvy5ajnyk.py running install_egg_info running egg_info writing src/streamlink.egg-info/PKG-INFO writing dependency_links to src/streamlink.egg-info/dependency_links.txt writing entry points to src/streamlink.egg-info/entry_points.txt writing requirements to src/streamlink.egg-info/requires.txt writing top-level names to src/streamlink.egg-info/top_level.txt reading manifest file 'src/streamlink.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' no previously-included directories found matching '*/__pycache__' warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '*~' found anywhere in distribution warning: no previously-included files matching '*.bak' found anywhere in distribution warning: no previously-included files matching '*.swp' found anywhere in distribution warning: no previously-included files matching '*.pyo' found anywhere in distribution writing manifest file 'src/streamlink.egg-info/SOURCES.txt' Copying src/streamlink.egg-info to /construction/multimedia/streamlink/stage/usr/local/lib/python3.7/site-packages/streamlink-1.4.1-py3.7.egg-info running install_scripts Installing streamlink script to /construction/multimedia/streamlink/stage/usr/local/bin writing list of installed files to '/construction/multimedia/streamlink/.PLIST.pymodtmp' ===> Creating unique files: Move MAN files needing SUFFIX ===> Creating unique files: Move files needing SUFFIX Move: bin/streamlink --> bin/streamlink-3.7 Link: @bin/streamlink --> bin/streamlink-3.7 ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:10 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for py37-streamlink-1.4.1_1 file sizes/checksums [806]: 0% file sizes/checksums [806]: 12% file sizes/checksums [806]: 24% file sizes/checksums [806]: 37% file sizes/checksums [806]: 49% file sizes/checksums [806]: 62% file sizes/checksums [806]: 74% file sizes/checksums [806]: 86% file sizes/checksums [806]: 99% file sizes/checksums [806]: 100% packing files [806]: 0% packing files [806]: 12% packing files [806]: 24% packing files [806]: 37% packing files [806]: 49% packing files [806]: 62% packing files [806]: 74% packing files [806]: 86% packing files [806]: 99% packing files [806]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:13 TOTAL TIME 00:01:18