Created temporary directory: /tmp/pip-ephem-wheel-cache-oymt86fh Created temporary directory: /tmp/pip-req-tracker-e6vnuczo Created requirements tracker '/tmp/pip-req-tracker-e6vnuczo' Created temporary directory: /tmp/pip-wheel-pdrky4ma Collecting v2rayU==1.0.1 1 location(s) to search for versions of v2rayU: * https://pypi.org/simple/v2rayu/ Getting page https://pypi.org/simple/v2rayu/ Analyzing links from page https://pypi.org/simple/v2rayu/ Found link https://files.pythonhosted.org/packages/cf/9f/50c8cddefcaeb3ed439efed29fded83e2a6eb748400ef422a4fc56e6898f/v2rayU-1.0.1.tar.gz#sha256=4157406c9a4c6fe4867a0d39b2ddf00387889e113efa536c5f8317f098b3264a (from https://pypi.org/simple/v2rayu/) (requires-python:>=3), version: 1.0.1 Using version 1.0.1 (newest of versions: 1.0.1) Created temporary directory: /tmp/pip-unpack-tnmk2urm Downloading https://files.pythonhosted.org/packages/cf/9f/50c8cddefcaeb3ed439efed29fded83e2a6eb748400ef422a4fc56e6898f/v2rayU-1.0.1.tar.gz Downloading from URL https://files.pythonhosted.org/packages/cf/9f/50c8cddefcaeb3ed439efed29fded83e2a6eb748400ef422a4fc56e6898f/v2rayU-1.0.1.tar.gz#sha256=4157406c9a4c6fe4867a0d39b2ddf00387889e113efa536c5f8317f098b3264a (from https://pypi.org/simple/v2rayu/) (requires-python:>=3) Added v2rayU==1.0.1 from https://files.pythonhosted.org/packages/cf/9f/50c8cddefcaeb3ed439efed29fded83e2a6eb748400ef422a4fc56e6898f/v2rayU-1.0.1.tar.gz#sha256=4157406c9a4c6fe4867a0d39b2ddf00387889e113efa536c5f8317f098b3264a to build tracker '/tmp/pip-req-tracker-e6vnuczo' Running setup.py (path:/tmp/pip-wheel-pdrky4ma/v2rayU/setup.py) egg_info for package v2rayU Running command python setup.py egg_info running egg_info creating pip-egg-info/v2rayU.egg-info writing dependency_links to pip-egg-info/v2rayU.egg-info/dependency_links.txt writing top-level names to pip-egg-info/v2rayU.egg-info/top_level.txt writing entry points to pip-egg-info/v2rayU.egg-info/entry_points.txt writing pip-egg-info/v2rayU.egg-info/PKG-INFO writing manifest file 'pip-egg-info/v2rayU.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/v2rayU.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'v2rayU/util_core/util.dat' writing manifest file 'pip-egg-info/v2rayU.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-pdrky4ma/v2rayU has version 1.0.1, which satisfies requirement v2rayU==1.0.1 from https://files.pythonhosted.org/packages/cf/9f/50c8cddefcaeb3ed439efed29fded83e2a6eb748400ef422a4fc56e6898f/v2rayU-1.0.1.tar.gz#sha256=4157406c9a4c6fe4867a0d39b2ddf00387889e113efa536c5f8317f098b3264a Removed v2rayU==1.0.1 from https://files.pythonhosted.org/packages/cf/9f/50c8cddefcaeb3ed439efed29fded83e2a6eb748400ef422a4fc56e6898f/v2rayU-1.0.1.tar.gz#sha256=4157406c9a4c6fe4867a0d39b2ddf00387889e113efa536c5f8317f098b3264a from build tracker '/tmp/pip-req-tracker-e6vnuczo' Building wheels for collected packages: v2rayU Created temporary directory: /tmp/pip-wheel-a6szcaey Running setup.py bdist_wheel for v2rayU: started Destination directory: /tmp/pip-wheel-a6szcaey Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-pdrky4ma/v2rayU/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/pip-wheel-a6szcaey running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/v2rayU copying v2rayU/web.py -> build/lib/v2rayU copying v2rayU/__init__.py -> build/lib/v2rayU copying v2rayU/main.py -> build/lib/v2rayU copying v2rayU/app.py -> build/lib/v2rayU creating build/lib/v2rayU/config_modify copying v2rayU/config_modify/base.py -> build/lib/v2rayU/config_modify copying v2rayU/config_modify/cdn.py -> build/lib/v2rayU/config_modify copying v2rayU/config_modify/ss.py -> build/lib/v2rayU/config_modify copying v2rayU/config_modify/__init__.py -> build/lib/v2rayU/config_modify copying v2rayU/config_modify/stream.py -> build/lib/v2rayU/config_modify copying v2rayU/config_modify/multiple.py -> build/lib/v2rayU/config_modify copying v2rayU/config_modify/tls.py -> build/lib/v2rayU/config_modify creating build/lib/v2rayU/util_core copying v2rayU/util_core/client.py -> build/lib/v2rayU/util_core copying v2rayU/util_core/config.py -> build/lib/v2rayU/util_core copying v2rayU/util_core/trans.py -> build/lib/v2rayU/util_core copying v2rayU/util_core/profile.py -> build/lib/v2rayU/util_core copying v2rayU/util_core/utils.py -> build/lib/v2rayU/util_core copying v2rayU/util_core/group.py -> build/lib/v2rayU/util_core copying v2rayU/util_core/converter.py -> build/lib/v2rayU/util_core copying v2rayU/util_core/selector.py -> build/lib/v2rayU/util_core copying v2rayU/util_core/loader.py -> build/lib/v2rayU/util_core copying v2rayU/util_core/v2ray.py -> build/lib/v2rayU/util_core copying v2rayU/util_core/__init__.py -> build/lib/v2rayU/util_core copying v2rayU/util_core/writer.py -> build/lib/v2rayU/util_core creating build/lib/v2rayU/global_setting copying v2rayU/global_setting/ban_bt.py -> build/lib/v2rayU/global_setting copying v2rayU/global_setting/stats_ctr.py -> build/lib/v2rayU/global_setting copying v2rayU/global_setting/iptables_ctr.py -> build/lib/v2rayU/global_setting copying v2rayU/global_setting/update_timer.py -> build/lib/v2rayU/global_setting copying v2rayU/global_setting/__init__.py -> build/lib/v2rayU/global_setting running egg_info writing v2rayU.egg-info/PKG-INFO writing dependency_links to v2rayU.egg-info/dependency_links.txt writing top-level names to v2rayU.egg-info/top_level.txt writing entry points to v2rayU.egg-info/entry_points.txt reading manifest file 'v2rayU.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'v2rayU/util_core/util.dat' writing manifest file 'v2rayU.egg-info/SOURCES.txt' creating build/lib/v2rayU/json_template copying v2rayU/json_template/client.json -> build/lib/v2rayU/json_template copying v2rayU/json_template/client_socks.json -> build/lib/v2rayU/json_template copying v2rayU/json_template/client_ss.json -> build/lib/v2rayU/json_template copying v2rayU/json_template/dyn_port.json -> build/lib/v2rayU/json_template copying v2rayU/json_template/http.json -> build/lib/v2rayU/json_template copying v2rayU/json_template/http2.json -> build/lib/v2rayU/json_template copying v2rayU/json_template/kcp.json -> build/lib/v2rayU/json_template copying v2rayU/json_template/mtproto.json -> build/lib/v2rayU/json_template copying v2rayU/json_template/quic.json -> build/lib/v2rayU/json_template copying v2rayU/json_template/server.json -> build/lib/v2rayU/json_template copying v2rayU/json_template/socks.json -> build/lib/v2rayU/json_template copying v2rayU/json_template/ss.json -> build/lib/v2rayU/json_template copying v2rayU/json_template/stats_settings.json -> build/lib/v2rayU/json_template copying v2rayU/json_template/tcp.json -> build/lib/v2rayU/json_template copying v2rayU/json_template/ws.json -> build/lib/v2rayU/json_template creating build/lib/v2rayU/locale_i18n creating build/lib/v2rayU/locale_i18n/en_US creating build/lib/v2rayU/locale_i18n/en_US/LC_MESSAGES copying v2rayU/locale_i18n/en_US/LC_MESSAGES/lang.mo -> build/lib/v2rayU/locale_i18n/en_US/LC_MESSAGES creating build/lib/v2rayU/locale_i18n/zh_CH creating build/lib/v2rayU/locale_i18n/zh_CH/LC_MESSAGES copying v2rayU/locale_i18n/zh_CH/LC_MESSAGES/lang.mo -> build/lib/v2rayU/locale_i18n/zh_CH/LC_MESSAGES copying v2rayU/util_core/util.cfg -> build/lib/v2rayU/util_core copying v2rayU/global_setting/calcul_traffic.sh -> build/lib/v2rayU/global_setting copying v2rayU/global_setting/clean_iptables.sh -> build/lib/v2rayU/global_setting copying v2rayU/global_setting/clean_traffic.sh -> build/lib/v2rayU/global_setting installing to build/bdist.linux-armv7l/wheel running install running install_lib creating build/bdist.linux-armv7l creating build/bdist.linux-armv7l/wheel creating build/bdist.linux-armv7l/wheel/v2rayU creating build/bdist.linux-armv7l/wheel/v2rayU/config_modify copying build/lib/v2rayU/config_modify/base.py -> build/bdist.linux-armv7l/wheel/v2rayU/config_modify copying build/lib/v2rayU/config_modify/cdn.py -> build/bdist.linux-armv7l/wheel/v2rayU/config_modify copying build/lib/v2rayU/config_modify/ss.py -> build/bdist.linux-armv7l/wheel/v2rayU/config_modify copying build/lib/v2rayU/config_modify/__init__.py -> build/bdist.linux-armv7l/wheel/v2rayU/config_modify copying build/lib/v2rayU/config_modify/stream.py -> build/bdist.linux-armv7l/wheel/v2rayU/config_modify copying build/lib/v2rayU/config_modify/multiple.py -> build/bdist.linux-armv7l/wheel/v2rayU/config_modify copying build/lib/v2rayU/config_modify/tls.py -> build/bdist.linux-armv7l/wheel/v2rayU/config_modify creating build/bdist.linux-armv7l/wheel/v2rayU/locale_i18n creating build/bdist.linux-armv7l/wheel/v2rayU/locale_i18n/en_US creating build/bdist.linux-armv7l/wheel/v2rayU/locale_i18n/en_US/LC_MESSAGES copying build/lib/v2rayU/locale_i18n/en_US/LC_MESSAGES/lang.mo -> build/bdist.linux-armv7l/wheel/v2rayU/locale_i18n/en_US/LC_MESSAGES creating build/bdist.linux-armv7l/wheel/v2rayU/locale_i18n/zh_CH creating build/bdist.linux-armv7l/wheel/v2rayU/locale_i18n/zh_CH/LC_MESSAGES copying build/lib/v2rayU/locale_i18n/zh_CH/LC_MESSAGES/lang.mo -> build/bdist.linux-armv7l/wheel/v2rayU/locale_i18n/zh_CH/LC_MESSAGES copying build/lib/v2rayU/web.py -> build/bdist.linux-armv7l/wheel/v2rayU creating build/bdist.linux-armv7l/wheel/v2rayU/util_core copying build/lib/v2rayU/util_core/client.py -> build/bdist.linux-armv7l/wheel/v2rayU/util_core copying build/lib/v2rayU/util_core/config.py -> build/bdist.linux-armv7l/wheel/v2rayU/util_core copying build/lib/v2rayU/util_core/trans.py -> build/bdist.linux-armv7l/wheel/v2rayU/util_core copying build/lib/v2rayU/util_core/profile.py -> build/bdist.linux-armv7l/wheel/v2rayU/util_core copying build/lib/v2rayU/util_core/utils.py -> build/bdist.linux-armv7l/wheel/v2rayU/util_core copying build/lib/v2rayU/util_core/group.py -> build/bdist.linux-armv7l/wheel/v2rayU/util_core copying build/lib/v2rayU/util_core/converter.py -> build/bdist.linux-armv7l/wheel/v2rayU/util_core copying build/lib/v2rayU/util_core/selector.py -> build/bdist.linux-armv7l/wheel/v2rayU/util_core copying build/lib/v2rayU/util_core/loader.py -> build/bdist.linux-armv7l/wheel/v2rayU/util_core copying build/lib/v2rayU/util_core/v2ray.py -> build/bdist.linux-armv7l/wheel/v2rayU/util_core copying build/lib/v2rayU/util_core/util.cfg -> build/bdist.linux-armv7l/wheel/v2rayU/util_core copying build/lib/v2rayU/util_core/__init__.py -> build/bdist.linux-armv7l/wheel/v2rayU/util_core copying build/lib/v2rayU/util_core/writer.py -> build/bdist.linux-armv7l/wheel/v2rayU/util_core creating build/bdist.linux-armv7l/wheel/v2rayU/json_template copying build/lib/v2rayU/json_template/client.json -> build/bdist.linux-armv7l/wheel/v2rayU/json_template copying build/lib/v2rayU/json_template/quic.json -> build/bdist.linux-armv7l/wheel/v2rayU/json_template copying build/lib/v2rayU/json_template/dyn_port.json -> build/bdist.linux-armv7l/wheel/v2rayU/json_template copying build/lib/v2rayU/json_template/client_socks.json -> build/bdist.linux-armv7l/wheel/v2rayU/json_template copying build/lib/v2rayU/json_template/ws.json -> build/bdist.linux-armv7l/wheel/v2rayU/json_template copying build/lib/v2rayU/json_template/ss.json -> build/bdist.linux-armv7l/wheel/v2rayU/json_template copying build/lib/v2rayU/json_template/tcp.json -> build/bdist.linux-armv7l/wheel/v2rayU/json_template copying build/lib/v2rayU/json_template/kcp.json -> build/bdist.linux-armv7l/wheel/v2rayU/json_template copying build/lib/v2rayU/json_template/mtproto.json -> build/bdist.linux-armv7l/wheel/v2rayU/json_template copying build/lib/v2rayU/json_template/stats_settings.json -> build/bdist.linux-armv7l/wheel/v2rayU/json_template copying build/lib/v2rayU/json_template/http.json -> build/bdist.linux-armv7l/wheel/v2rayU/json_template copying build/lib/v2rayU/json_template/client_ss.json -> build/bdist.linux-armv7l/wheel/v2rayU/json_template copying build/lib/v2rayU/json_template/server.json -> build/bdist.linux-armv7l/wheel/v2rayU/json_template copying build/lib/v2rayU/json_template/socks.json -> build/bdist.linux-armv7l/wheel/v2rayU/json_template copying build/lib/v2rayU/json_template/http2.json -> build/bdist.linux-armv7l/wheel/v2rayU/json_template copying build/lib/v2rayU/__init__.py -> build/bdist.linux-armv7l/wheel/v2rayU copying build/lib/v2rayU/main.py -> build/bdist.linux-armv7l/wheel/v2rayU creating build/bdist.linux-armv7l/wheel/v2rayU/global_setting copying build/lib/v2rayU/global_setting/ban_bt.py -> build/bdist.linux-armv7l/wheel/v2rayU/global_setting copying build/lib/v2rayU/global_setting/stats_ctr.py -> build/bdist.linux-armv7l/wheel/v2rayU/global_setting copying build/lib/v2rayU/global_setting/iptables_ctr.py -> build/bdist.linux-armv7l/wheel/v2rayU/global_setting copying build/lib/v2rayU/global_setting/clean_iptables.sh -> build/bdist.linux-armv7l/wheel/v2rayU/global_setting copying build/lib/v2rayU/global_setting/update_timer.py -> build/bdist.linux-armv7l/wheel/v2rayU/global_setting copying build/lib/v2rayU/global_setting/calcul_traffic.sh -> build/bdist.linux-armv7l/wheel/v2rayU/global_setting copying build/lib/v2rayU/global_setting/clean_traffic.sh -> build/bdist.linux-armv7l/wheel/v2rayU/global_setting copying build/lib/v2rayU/global_setting/__init__.py -> build/bdist.linux-armv7l/wheel/v2rayU/global_setting copying build/lib/v2rayU/app.py -> build/bdist.linux-armv7l/wheel/v2rayU running install_egg_info Copying v2rayU.egg-info to build/bdist.linux-armv7l/wheel/v2rayU-1.0.1-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/v2rayU-1.0.1.dist-info/WHEEL creating '/tmp/pip-wheel-a6szcaey/v2rayU-1.0.1-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it adding 'v2rayU/__init__.py' adding 'v2rayU/app.py' adding 'v2rayU/main.py' adding 'v2rayU/web.py' adding 'v2rayU/config_modify/__init__.py' adding 'v2rayU/config_modify/base.py' adding 'v2rayU/config_modify/cdn.py' adding 'v2rayU/config_modify/multiple.py' adding 'v2rayU/config_modify/ss.py' adding 'v2rayU/config_modify/stream.py' adding 'v2rayU/config_modify/tls.py' adding 'v2rayU/global_setting/__init__.py' adding 'v2rayU/global_setting/ban_bt.py' adding 'v2rayU/global_setting/calcul_traffic.sh' adding 'v2rayU/global_setting/clean_iptables.sh' adding 'v2rayU/global_setting/clean_traffic.sh' adding 'v2rayU/global_setting/iptables_ctr.py' adding 'v2rayU/global_setting/stats_ctr.py' adding 'v2rayU/global_setting/update_timer.py' adding 'v2rayU/json_template/client.json' adding 'v2rayU/json_template/client_socks.json' adding 'v2rayU/json_template/client_ss.json' adding 'v2rayU/json_template/dyn_port.json' adding 'v2rayU/json_template/http.json' adding 'v2rayU/json_template/http2.json' adding 'v2rayU/json_template/kcp.json' adding 'v2rayU/json_template/mtproto.json' adding 'v2rayU/json_template/quic.json' adding 'v2rayU/json_template/server.json' adding 'v2rayU/json_template/socks.json' adding 'v2rayU/json_template/ss.json' adding 'v2rayU/json_template/stats_settings.json' adding 'v2rayU/json_template/tcp.json' adding 'v2rayU/json_template/ws.json' adding 'v2rayU/locale_i18n/en_US/LC_MESSAGES/lang.mo' adding 'v2rayU/locale_i18n/zh_CH/LC_MESSAGES/lang.mo' adding 'v2rayU/util_core/__init__.py' adding 'v2rayU/util_core/client.py' adding 'v2rayU/util_core/config.py' adding 'v2rayU/util_core/converter.py' adding 'v2rayU/util_core/group.py' adding 'v2rayU/util_core/loader.py' adding 'v2rayU/util_core/profile.py' adding 'v2rayU/util_core/selector.py' adding 'v2rayU/util_core/trans.py' adding 'v2rayU/util_core/util.cfg' adding 'v2rayU/util_core/utils.py' adding 'v2rayU/util_core/v2ray.py' adding 'v2rayU/util_core/writer.py' adding 'v2rayU-1.0.1.dist-info/METADATA' adding 'v2rayU-1.0.1.dist-info/WHEEL' adding 'v2rayU-1.0.1.dist-info/entry_points.txt' adding 'v2rayU-1.0.1.dist-info/top_level.txt' adding 'v2rayU-1.0.1.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for v2rayU: finished with status 'done' Stored in directory: /tmp/tmpxp_7ej70 Successfully built v2rayU Cleaning up... Removing source in /tmp/pip-wheel-pdrky4ma/v2rayU Removed build tracker '/tmp/pip-req-tracker-e6vnuczo'