coala / coala-quickstart

A tool that generates an initial coala config file for you!
GNU Affero General Public License v3.0
47 stars 76 forks source link

requirements.txt: Unpin lxml version #206

Closed satwikkansal closed 6 years ago

satwikkansal commented 6 years ago

The upstream issue https://bugs.launchpad.net/lxml/+bug/1704707 with lxml regarding missing wheel on Winows is fixed now.

Related to https://github.com/coala/coala-quickstart/issues/166

satwikkansal commented 6 years ago

Needs more work. https://ci.appveyor.com/project/satwikkansal/coala-quickstart/build/1.0.234/job/kvcvn9haviif1xrr

satwikkansal commented 6 years ago
 Building lxml version 3.8.0.
    Building without Cython.
    ERROR: b"'xslt-config' is not recognized as an internal or external command,\r\noperable program or batch file.\r\n"
    ** make sure the development packages of libxml2 and libxslt are installed **
jayvdb commented 6 years ago

@gitmate-bot rebase

gitmate-bot commented 6 years ago

Hey! I'm GitMate.io! This pull request is being rebased automatically. Please DO NOT push while rebase is in progress or your changes would be lost permanently :warning:

gitmate-bot commented 6 years ago

Automated rebase with GitMate.io was successful! :tada:

TravisBuddy commented 6 years ago

Travis tests have failed

Hey @satwikkansal, Please read the following log in order to understand the failure reason. It'll be awesome if you fix what's wrong and commit the changes.

1st Build

pytest ``` Using cached https://files.pythonhosted.org/packages/d8/e9/73246a565c34c5f203dd78bc2382e0e93aa7a249cdaeba709099eb1bc701/pytest-3.6.4-py2.py3-none-any.whl Collecting pytest-cov~=2.4 (from -r test-requirements.txt (line 11)) Using cached https://files.pythonhosted.org/packages/30/7d/7f6a78ae44a1248ee28cc777586c18b28a1df903470e5d34a6e25712b8aa/pytest_cov-2.5.1-py2.py3-none-any.whl Collecting pytest-env~=0.6.0 (from -r test-requirements.txt (line 12)) Collecting pytest-error-for-skips~=1.0 (from -r test-requirements.txt (line 13)) Using cached https://files.pythonhosted.org/packages/8a/0e/d5a0796809d3a6e06993cb40a22f92a5760b16b9256827d5b4d1504934c5/pytest_error_for_skips-1.0.0-py3-none-any.whl Collecting pytest-instafail~=0.3.0 (from -r test-requirements.txt (line 14)) Collecting pytest-mock~=1.1 (from -r test-requirements.txt (line 15)) Using cached https://files.pythonhosted.org/packages/5e/58/c97f24442020f91af0a4a266280f48b2cbbc43b4e33b0955ac3b3425a5ff/pytest_mock-1.10.0-py2.py3-none-any.whl Collecting pytest-profiling~=1.3.0 (from -r test-requirements.txt (line 16)) Collecting pytest-reorder~=0.1.0 (from -r test-requirements.txt (line 17)) Using cached https://files.pythonhosted.org/packages/4d/7e/35dacdd38028efe9a575ac1d87ed31f39920940d84dd6094f70c3ae28301/pytest_reorder-0.1.1-py3-none-any.whl Collecting pytest-reqs~=0.0.6 (from -r test-requirements.txt (line 18)) Using cached https://files.pythonhosted.org/packages/fa/0b/60b83988e33fb0be1985bc550d73fcf3455afa90eaa38c5f154349a11617/pytest_reqs-0.0.7-py3-none-any.whl Collecting pytest-timeout~=1.3.0 (from -r test-requirements.txt (line 19)) Using cached https://files.pythonhosted.org/packages/46/64/162772832e19a569c7d319f695496a047118c3306fb1f8bd7b52a4724ca5/pytest_timeout-1.3.1-py2.py3-none-any.whl Collecting pytest-travis-fold~=1.3.0 (from -r test-requirements.txt (line 20)) Using cached https://files.pythonhosted.org/packages/70/31/6735482529a3bdab04790c6573f7d3cb0184967786302dc7c82b9d711e2f/pytest_travis_fold-1.3.0-py2.py3-none-any.whl Collecting pytest-xdist~=1.15 (from -r test-requirements.txt (line 21)) Using cached https://files.pythonhosted.org/packages/3b/d9/f8bf06b042abe9da0b552dd600e06ee5bafbd432650476e44f91c7ceed43/pytest_xdist-1.22.5-py2.py3-none-any.whl Collecting requests-mock~=1.2 (from -r test-requirements.txt (line 22)) Using cached https://files.pythonhosted.org/packages/f3/5b/7fc2615e6ae2d229214fd4d7617dd28475d728124c5f3d0653663113ac85/requests_mock-1.5.2-py2.py3-none-any.whl Collecting pip!=10.0.*,!=18.0,!=9.0.2 (from -r test-requirements.txt (line 23)) Using cached https://files.pythonhosted.org/packages/ac/95/a05b56bb975efa78d3557efa36acaf9cf5d2fd0ee0062060493687432e03/pip-9.0.3-py2.py3-none-any.whl Requirement already satisfied: wheel~=0.29 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from -r test-requirements.txt (line 24)) (0.31.1) Collecting click==6.6 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Using cached https://files.pythonhosted.org/packages/1c/7c/10b4132dd952b6a04e37626258825b8aa8c1eb99545f2eb26a77c21efb55/click-6.6-py2.py3-none-any.whl Collecting nbformat~=4.1 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Using cached https://files.pythonhosted.org/packages/da/27/9a654d2b6cc1eaa517d1c5a4405166c7f6d72f04f6e7eea41855fe808a46/nbformat-4.4.0-py2.py3-none-any.whl Collecting html-linter~=0.3.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Collecting proselint~=0.7.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Collecting pyflakes~=1.5.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Using cached https://files.pythonhosted.org/packages/27/49/924098b3b85c286696f37e014475d79471ffc44509613af420645a3c12cb/pyflakes-1.5.0-py2.py3-none-any.whl Collecting memento-client~=0.6.1 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Using cached https://files.pythonhosted.org/packages/41/8d/8dfc683c1228779b2eb6e80681e70d450b20fce58d53483fb6e5c7f6ff34/memento_client-0.6.1-py2.py3-none-any.whl Collecting eradicate~=0.1.6 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Collecting yamllint~=1.6.1 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Using cached https://files.pythonhosted.org/packages/07/cf/213a023883122cc527bdc5cab135a4e30af93c1a0feaa6cabc16aaee68ac/yamllint-1.6.1-py2.py3-none-any.whl Collecting safety~=0.5.1 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Using cached https://files.pythonhosted.org/packages/78/91/710fd502f4a04c7eac855fd8cdd25c471aae86d86d944e1ab21cd6ec5ca7/safety-0.5.1-py2.py3-none-any.whl Collecting bandit~=1.2 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Using cached https://files.pythonhosted.org/packages/77/41/d57366098a30a86af1821e231949221d2b6b896cc4bdd060cc1be27fdd47/bandit-1.4.0-py2.py3-none-any.whl Collecting aenum~=2.0.8 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Using cached https://files.pythonhosted.org/packages/01/11/e0b5efc82daace980210c1b5f1458676ccc6513514955678801b44f9169c/aenum-2.0.10-py3-none-any.whl Collecting nltk~=3.2 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Collecting coala>=0.12.0.dev20170828055500 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Using cached https://files.pythonhosted.org/packages/24/5c/15242d3079510651c410f56672e6eceabda5b4e53b97344419c79e4239b3/coala-0.12.0.dev20180101025653-py34.py35.py36-none-any.whl Collecting HTTPolice~=0.5.2 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Using cached https://files.pythonhosted.org/packages/3a/b4/ad13fae41373a0734388b7fee1418fb9cdc57662ef46e25bcf805428c187/HTTPolice-0.5.2-py2.py3-none-any.whl Collecting mypy-lang~=0.4.6 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Collecting apertium-lint~=0.29 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Collecting cmakelint~=1.3 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Collecting pydocstyle~=2.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Using cached https://files.pythonhosted.org/packages/43/8a/f1141af0c8406788a5c38ad5001d4163d903b5384a6517239d2ac42734c8/pydocstyle-2.1.1-py3-none-any.whl Collecting isort~=4.2 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Using cached https://files.pythonhosted.org/packages/1f/2c/22eee714d7199ae0464beda6ad5fedec8fee6a2f7ffd1e8f1840928fe318/isort-4.3.4-py3-none-any.whl Collecting yapf~=0.16.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Using cached https://files.pythonhosted.org/packages/09/09/b062eb42ba2751ee29c4d227a3502ff4de617adbc744dd985134c35bf0b3/yapf-0.16.3-py2.py3-none-any.whl Collecting rstcheck~=3.1 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Collecting vulture~=0.25.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Using cached https://files.pythonhosted.org/packages/98/d7/3cc454c33422f1c43255928e7b4bac77a0bcabb113a946997edc60a2a176/vulture-0.25-py2.py3-none-any.whl Collecting cpplint~=1.3 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Collecting pycodestyle~=2.2 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Using cached https://files.pythonhosted.org/packages/e5/c6/ce130213489969aa58610042dff1d908c25c731c9575af6935c2dfad03aa/pycodestyle-2.4.0-py2.py3-none-any.whl Collecting radon==1.4.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Using cached https://files.pythonhosted.org/packages/b1/24/594df18af8141787d8e2d694fbc898fd26f0aa26597fe6f6652cdb773a7f/radon-1.4.0-py2.py3-none-any.whl Collecting cppclean~=0.12.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Collecting dennis~=0.8 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Using cached https://files.pythonhosted.org/packages/2d/2e/2cb43a5e787387b558d2eeefc2713305d2df97c4622cee37b1e6f5505031/dennis-0.9-py2.py3-none-any.whl Collecting autoflake~=0.7 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Collecting docutils-ast-writer~=0.1.2 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Collecting vim-vint~=0.3.12 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Using cached https://files.pythonhosted.org/packages/26/62/af455972b57d2640dec5fe12bb43790951c84f50f5c5f43eef38dc06365c/vim_vint-0.3.19-py2.py3-none-any.whl Collecting autopep8~=1.2 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Collecting restructuredtext-lint~=1.0.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Collecting guess-language-spirit~=0.5.2 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Collecting pyroma~=2.2.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Collecting pyyaml~=3.12 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Collecting munkres3~=1.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Collecting scspell3k~=2.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Collecting pylint~=1.6 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Using cached https://files.pythonhosted.org/packages/40/5f/2ba2603512cbf48b2d5fa9c3ed494d61bef84fcf2f7a03e602cd15929727/pylint-1.9.3-py2.py3-none-any.whl Collecting pyprint==0.2.* (from coala_utils~=0.6.6->-r requirements.txt (line 2)) Using cached https://files.pythonhosted.org/packages/b0/45/8912d660c6accfe665f6649433362aa0eb9a94a3a71ee3a71d8956f0a4ed/PyPrint-0.2.6-py3-none-any.whl Collecting appdirs==1.4.* (from coala_utils~=0.6.6->-r requirements.txt (line 2)) Using cached https://files.pythonhosted.org/packages/56/eb/810e700ed1349edde4cbdc1b2a21e28cdf115f9faf263f6bbf8447c1abf3/appdirs-1.4.3-py2.py3-none-any.whl Requirement already satisfied: nose in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from gemfileparser~=0.6.2->-r requirements.txt (line 3)) (1.3.7) Collecting requests>=2.7.9 (from codecov~=2.0.5->-r test-requirements.txt (line 7)) Using cached https://files.pythonhosted.org/packages/65/47/7e02164a2a3db50ed6d8a6ab1d6d60b69c4c3fdf57a284257925dfc12bda/requests-2.19.1-py2.py3-none-any.whl Collecting crayons (from moban~=0.2.4->-r test-requirements.txt (line 8)) Collecting lml==0.0.3 (from moban~=0.2.4->-r test-requirements.txt (line 8)) Using cached https://files.pythonhosted.org/packages/35/29/a0a2bc0b70a2eb21d2315d45590e9bcee640cb04d48090a19c36a07edf2d/lml-0.0.3-py2.py3-none-any.whl Collecting jinja2>=2.7.1 (from moban~=0.2.4->-r test-requirements.txt (line 8)) Using cached https://files.pythonhosted.org/packages/7f/ff/ae64bacdfc95f27a016a7bed8e8686763ba4d277a78ca76f32659220a731/Jinja2-2.10-py2.py3-none-any.whl Requirement already satisfied: six in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from packaging~=16.8->-r test-requirements.txt (line 9)) (1.11.0) Collecting pyparsing (from packaging~=16.8->-r test-requirements.txt (line 9)) Using cached https://files.pythonhosted.org/packages/6a/8a/718fd7d3458f9fab8e67186b00abdd345b639976bc7fb3ae722e1b026a50/pyparsing-2.2.0-py2.py3-none-any.whl Requirement already satisfied: more-itertools>=4.0.0 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from pytest~=3.6.1->-r test-requirements.txt (line 10)) (4.3.0) Requirement already satisfied: atomicwrites>=1.0 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from pytest~=3.6.1->-r test-requirements.txt (line 10)) (1.1.5) Requirement already satisfied: py>=1.5.0 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from pytest~=3.6.1->-r test-requirements.txt (line 10)) (1.5.4) Requirement already satisfied: attrs>=17.4.0 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from pytest~=3.6.1->-r test-requirements.txt (line 10)) (18.1.0) Requirement already satisfied: pluggy<0.8,>=0.5 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from pytest~=3.6.1->-r test-requirements.txt (line 10)) (0.7.1) Requirement already satisfied: setuptools in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from pytest~=3.6.1->-r test-requirements.txt (line 10)) (40.0.0) Collecting gprof2dot (from pytest-profiling~=1.3.0->-r test-requirements.txt (line 16)) Collecting execnet>=1.1 (from pytest-xdist~=1.15->-r test-requirements.txt (line 21)) Using cached https://files.pythonhosted.org/packages/f9/76/3343e69a2a1602052f587898934e5fea395d22310d39c07955596597227c/execnet-1.5.0-py2.py3-none-any.whl Collecting pytest-forked (from pytest-xdist~=1.15->-r test-requirements.txt (line 21)) Using cached https://files.pythonhosted.org/packages/dd/9d/fb75af584b850a902c9ce5ec96ea5c623978113b8a240ab414e1a435df93/pytest_forked-0.2-py2.py3-none-any.whl Collecting ipython-genutils (from nbformat~=4.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Using cached https://files.pythonhosted.org/packages/fa/bc/9bd3b5c2b4774d5f33b2d544f1460be9df7df2fe42f352135381c347c69a/ipython_genutils-0.2.0-py2.py3-none-any.whl Collecting jupyter-core (from nbformat~=4.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Using cached https://files.pythonhosted.org/packages/1d/44/065d2d7bae7bebc06f1dd70d23c36da8c50c0f08b4236716743d706762a8/jupyter_core-4.4.0-py2.py3-none-any.whl Collecting traitlets>=4.1 (from nbformat~=4.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Using cached https://files.pythonhosted.org/packages/93/d6/abcb22de61d78e2fc3959c964628a5771e47e7cc60d53e9342e21ed6cc9a/traitlets-4.3.2-py2.py3-none-any.whl Collecting jsonschema!=2.5.0,>=2.4 (from nbformat~=4.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Using cached https://files.pythonhosted.org/packages/77/de/47e35a97b2b05c2fadbec67d44cfcdcd09b8086951b331d82de90d2912da/jsonschema-2.6.0-py2.py3-none-any.whl Collecting template-remover (from html-linter~=0.3.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Collecting docopt>=0.6.1 (from html-linter~=0.3.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Collecting future (from proselint~=0.7.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Collecting stevedore>=1.17.1 (from bandit~=1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Using cached https://files.pythonhosted.org/packages/a1/d9/93a975469c53a9ee85de9ec0deb12345aa777748b4c263860668592344fe/stevedore-1.29.0-py2.py3-none-any.whl Collecting GitPython>=1.0.1 (from bandit~=1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Using cached https://files.pythonhosted.org/packages/fe/e5/fafe827507644c32d6dc553a1c435cdf882e0c28918a5bab29f7fbebfb70/GitPython-2.1.11-py2.py3-none-any.whl Collecting libclang-py3~=3.4.0 (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Collecting testfixtures~=4.14.3 (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Using cached https://files.pythonhosted.org/packages/6c/4e/0381a0ead1f270f0bd2854e3ad40c24242bcf9ee99093e786111f831cad2/testfixtures-4.14.3-py2.py3-none-any.whl Collecting Pygments~=2.1 (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Using cached https://files.pythonhosted.org/packages/02/ee/b6e02dc6529e82b75bb06823ff7d005b141037cb1416b10c6f00fc419dca/Pygments-2.2.0-py2.py3-none-any.whl Collecting unidiff~=0.5.2 (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Using cached https://files.pythonhosted.org/packages/68/52/c7278fc3c17d1aaade84597968d88f97f0f4ec7288ddedb6970a341c5170/unidiff-0.5.5-py2.py3-none-any.whl Collecting dependency-management~=0.4.0 (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Using cached https://files.pythonhosted.org/packages/1d/c7/e1ff3d4b90b1a4197e90bb43c87200ce89c677e26dadbc55cc9f943de47b/dependency_management-0.4.0-py3-none-any.whl Collecting colorlog~=2.7 (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Using cached https://files.pythonhosted.org/packages/61/ff/d6337d488739c1a7ade37f736880e44717bcb0e7cea178c17774a4a93700/colorlog-2.10.0-py2.py3-none-any.whl Collecting defusedxml>=0.5.0 (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Using cached https://files.pythonhosted.org/packages/87/1c/17f3e3935a913dfe2a5ca85fa5ccbef366bfd82eb318b1f75dadbf0affca/defusedxml-0.5.0-py2.py3-none-any.whl Collecting bitstring>=3.1.4 (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Collecting singledispatch>=3.4.0.3 (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Using cached https://files.pythonhosted.org/packages/c5/10/369f50bcd4621b263927b0a1519987a04383d4a98fb10438042ad410cf88/singledispatch-3.4.0.3-py2.py3-none-any.whl Collecting brotlipy>=0.5.1 (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Using cached https://files.pythonhosted.org/packages/5c/cf/30c9fa63ab89340584cad3b332e63d57bc18ac48302e628666c50c5cc637/brotlipy-0.7.0-cp35-cp35m-manylinux1_x86_64.whl Collecting lxml>=3.6.0 (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Downloading https://files.pythonhosted.org/packages/9e/3a/32438b5b54d2c13a9be88d2718b108eb6f3eb501fc68726b9faadebae160/lxml-4.2.4-cp35-cp35m-manylinux1_x86_64.whl (5.8MB) 0% | | 10kB 19.1MB/s eta 0:00:01 0% |▏ | 20kB 21.6MB/s eta 0:00:01 0% |▏ | 30kB 25.2MB/s eta 0:00:01 0% |▎ | 40kB 11.6MB/s eta 0:00:01 0% |▎ | 51kB 10.5MB/s eta 0:00:01 1% |▍ | 61kB 12.1MB/s eta 0:00:01 1% |▍ | 71kB 12.1MB/s eta 0:00:01 1% |▌ | 81kB 13.4MB/s eta 0:00:01 1% |▌ | 92kB 13.4MB/s eta 0:00:01 1% |▋ | 102kB 13.0MB/s eta 0:00:01 1% |▋ | 112kB 13.6MB/s eta 0:00:01 2% |▊ | 122kB 12.9MB/s eta 0:00:01 2% |▊ | 133kB 12.1MB/s eta 0:00:01 2% |▉ | 143kB 16.0MB/s eta 0:00:01 2% |▉ | 153kB 17.9MB/s eta 0:00:01 2% |█ | 163kB 17.9MB/s eta 0:00:01 2% |█ | 174kB 18.4MB/s eta 0:00:01 3% |█ | 184kB 16.0MB/s eta 0:00:01 3% |█ | 194kB 17.5MB/s eta 0:00:01 3% |█▏ | 204kB 19.1MB/s eta 0:00:01 3% |█▏ | 215kB 17.5MB/s eta 0:00:01 3% |█▎ | 225kB 19.3MB/s eta 0:00:01 4% |█▎ | 235kB 21.3MB/s eta 0:00:01 4% |█▍ | 245kB 21.2MB/s eta 0:00:01 4% |█▍ | 256kB 22.6MB/s eta 0:00:01 4% |█▌ | 266kB 22.0MB/s eta 0:00:01 4% |█▌ | 276kB 24.2MB/s eta 0:00:01 4% |█▋ | 286kB 27.2MB/s eta 0:00:01 5% |█▋ | 296kB 24.8MB/s eta 0:00:01 5% |█▊ | 307kB 26.5MB/s eta 0:00:01 5% |█▊ | 317kB 28.5MB/s eta 0:00:01 5% |█▉ | 327kB 28.4MB/s eta 0:00:01 5% |█▉ | 337kB 27.3MB/s eta 0:00:01 5% |██ | 348kB 26.3MB/s eta 0:00:01 6% |██ | 358kB 27.0MB/s eta 0:00:01 6% |██ | 368kB 27.8MB/s eta 0:00:01 6% |██ | 378kB 26.0MB/s eta 0:00:01 6% |██▏ | 389kB 28.9MB/s eta 0:00:01 6% |██▏ | 399kB 31.2MB/s eta 0:00:01 7% |██▎ | 409kB 30.9MB/s eta 0:00:01 7% |██▎ | 419kB 32.4MB/s eta 0:00:01 7% |██▍ | 430kB 32.0MB/s eta 0:00:01 7% |██▍ | 440kB 33.7MB/s eta 0:00:01 7% |██▌ | 450kB 35.0MB/s eta 0:00:01 7% |██▌ | 460kB 34.4MB/s eta 0:00:01 8% |██▋ | 471kB 33.9MB/s eta 0:00:01 8% |██▋ | 481kB 35.9MB/s eta 0:00:01 8% |██▊ | 491kB 35.0MB/s eta 0:00:01 8% |██▊ | 501kB 35.3MB/s eta 0:00:01 8% |██▉ | 512kB 34.5MB/s eta 0:00:01 8% |██▉ | 522kB 34.4MB/s eta 0:00:01 9% |███ | 532kB 34.4MB/s eta 0:00:01 9% |███ | 542kB 34.2MB/s eta 0:00:01 9% |███ | 552kB 34.5MB/s eta 0:00:01 9% |███ | 563kB 34.0MB/s eta 0:00:01 9% |███▏ | 573kB 34.4MB/s eta 0:00:01 10% |███▏ | 583kB 34.1MB/s eta 0:00:01 10% |███▎ | 593kB 33.6MB/s eta 0:00:01 10% |███▎ | 604kB 33.8MB/s eta 0:00:01 10% |███▍ | 614kB 33.5MB/s eta 0:00:01 10% |███▍ | 624kB 32.7MB/s eta 0:00:01 10% |███▌ | 634kB 33.6MB/s eta 0:00:01 11% |███▌ | 645kB 33.8MB/s eta 0:00:01 11% |███▋ | 655kB 33.9MB/s eta 0:00:01 11% |███▋ | 665kB 34.4MB/s eta 0:00:01 11% |███▊ | 675kB 34.2MB/s eta 0:00:01 11% |███▊ | 686kB 34.5MB/s eta 0:00:01 11% |███▉ | 696kB 35.0MB/s eta 0:00:01 12% |███▉ | 706kB 35.1MB/s eta 0:00:01 12% |████ | 716kB 36.2MB/s eta 0:00:01 12% |████ | 727kB 37.1MB/s eta 0:00:01 12% |████ | 737kB 37.1MB/s eta 0:00:01 12% |████ | 747kB 36.5MB/s eta 0:00:01 13% |████▏ | 757kB 35.8MB/s eta 0:00:01 13% |████▏ | 768kB 35.3MB/s eta 0:00:01 13% |████▎ | 778kB 35.4MB/s eta 0:00:01 13% |████▎ | 788kB 34.8MB/s eta 0:00:01 13% |████▍ | 798kB 35.4MB/s eta 0:00:01 13% |████▌ | 808kB 35.5MB/s eta 0:00:01 14% |████▌ | 819kB 35.2MB/s eta 0:00:01 14% |████▋ | 829kB 35.5MB/s eta 0:00:01 14% |████▋ | 839kB 34.4MB/s eta 0:00:01 14% |████▊ | 849kB 35.3MB/s eta 0:00:01 14% |████▊ | 860kB 35.3MB/s eta 0:00:01 14% |████▉ | 870kB 35.4MB/s eta 0:00:01 15% |████▉ | 880kB 35.4MB/s eta 0:00:01 15% |█████ | 890kB 36.1MB/s eta 0:00:01 15% |█████ | 901kB 35.8MB/s eta 0:00:01 15% |█████ | 911kB 34.9MB/s eta 0:00:01 15% |█████ | 921kB 34.9MB/s eta 0:00:01 16% |█████▏ | 931kB 35.3MB/s eta 0:00:01 16% |█████▏ | 942kB 35.1MB/s eta 0:00:01 16% |█████▎ | 952kB 34.7MB/s eta 0:00:01 16% |█████▎ | 962kB 35.0MB/s eta 0:00:01 16% |█████▍ | 972kB 35.2MB/s eta 0:00:01 16% |█████▍ | 983kB 35.5MB/s eta 0:00:01 17% |█████▌ | 993kB 34.8MB/s eta 0:00:01 17% |█████▌ | 1.0MB 34.6MB/s eta 0:00:01 17% |█████▋ | 1.0MB 35.2MB/s eta 0:00:01 17% |█████▋ | 1.0MB 34.7MB/s eta 0:00:01 17% |█████▊ | 1.0MB 33.7MB/s eta 0:00:01 17% |█████▊ | 1.0MB 34.4MB/s eta 0:00:01 18% |█████��� | 1.1MB 33.8MB/s eta 0:00:01 18% |█████▉ | 1.1MB 34.1MB/s eta 0:00:01 18% |██████ | 1.1MB 34.4MB/s eta 0:00:01 18% |██████ | 1.1MB 33.7MB/s eta 0:00:01 18% |██████ | 1.1MB 34.5MB/s eta 0:00:01 18% |██████ | 1.1MB 33.9MB/s eta 0:00:01 19% |██████▏ | 1.1MB 33.5MB/s eta 0:00:01 19% |██████▏ | 1.1MB 34.3MB/s eta 0:00:01 19% |██████▎ | 1.1MB 35.1MB/s eta 0:00:01 19% |██████▎ | 1.1MB 35.2MB/s eta 0:00:01 19% |██████▍ | 1.2MB 36.0MB/s eta 0:00:01 20% |██████▍ | 1.2MB 35.7MB/s eta 0:00:01 20% |██████▌ | 1.2MB 36.2MB/s eta 0:00:01 20% |██████▌ | 1.2MB 35.9MB/s eta 0:00:01 20% |██████▋ | 1.2MB 35.2MB/s eta 0:00:01 20% |██████▋ | 1.2MB 35.9MB/s eta 0:00:01 20% |██████▊ | 1.2MB 35.7MB/s eta 0:00:01 21% |██████▊ | 1.2MB 35.9MB/s eta 0:00:01 21% |██████▉ | 1.2MB 35.9MB/s eta 0:00:01 21% |██████▉ | 1.2MB 35.4MB/s eta 0:00:01 21% |███████ | 1.3MB 35.6MB/s eta 0:00:01 21% |███████ | 1.3MB 35.1MB/s eta 0:00:01 21% |███████ | 1.3MB 34.7MB/s eta 0:00:01 22% |███████ | 1.3MB 35.4MB/s eta 0:00:01 22% |███████▏ | 1.3MB 35.6MB/s eta 0:00:01 22% |███████▏ | 1.3MB 36.2MB/s eta 0:00:01 22% |███████▎ | 1.3MB 37.3MB/s eta 0:00:01 22% |███████▎ | 1.3MB 35.4MB/s eta 0:00:01 23% |███████▍ | 1.3MB 36.0MB/s eta 0:00:01 23% |███████▍ | 1.4MB 35.9MB/s eta 0:00:01 23% |███████▌ | 1.4MB 35.1MB/s eta 0:00:01 23% |███████▌ | 1.4MB 36.2MB/s eta 0:00:01 23% |███████▋ | 1.4MB 36.2MB/s eta 0:00:01 23% |███████▋ | 1.4MB 36.4MB/s eta 0:00:01 24% |███████▊ | 1.4MB 36.5MB/s eta 0:00:01 24% |███████▊ | 1.4MB 35.6MB/s eta 0:00:01 24% |███████▉ | 1.4MB 35.7MB/s eta 0:00:01 24% |███████▉ | 1.4MB 36.1MB/s eta 0:00:01 24% |���███████ | 1.4MB 35.5MB/s eta 0:00:01 24% |████████ | 1.5MB 36.0MB/s eta 0:00:01 25% |████████ | 1.5MB 36.2MB/s eta 0:00:01 25% |████████ | 1.5MB 35.0MB/s eta 0:00:01 25% |████████▏ | 1.5MB 34.6MB/s eta 0:00:01 25% |████████▏ | 1.5MB 34.0MB/s eta 0:00:01 25% |████████▎ | 1.5MB 34.9MB/s eta 0:00:01 26% |████████▎ | 1.5MB 35.2MB/s eta 0:00:01 26% |████████▍ | 1.5MB 34.2MB/s eta 0:00:01 26% |████████▍ | 1.5MB 35.6MB/s eta 0:00:01 26% |████████▌ | 1.5MB 34.9MB/s eta 0:00:01 26% |████████▌ | 1.6MB 35.3MB/s eta 0:00:01 26% |████████▋ | 1.6MB 35.5MB/s eta 0:00:01 27% |████████▋ | 1.6MB 35.7MB/s eta 0:00:01 27% |████████▊ | 1.6MB 36.8MB/s eta 0:00:01 27% |████████▉ | 1.6MB 37.0MB/s eta 0:00:01 27% |████████▉ | 1.6MB 35.8MB/s eta 0:00:01 27% |█████████ | 1.6MB 36.1MB/s eta 0:00:01 27% |█████████ | 1.6MB 36.1MB/s eta 0:00:01 28% |█████████ | 1.6MB 36.1MB/s eta 0:00:01 28% |█████████ | 1.6MB 36.6MB/s eta 0:00:01 28% |█████████▏ | 1.7MB 36.6MB/s eta 0:00:01 28% |█████████▏ | 1.7MB 37.1MB/s eta 0:00:01 28% |█████████▎ | 1.7MB 37.2MB/s eta 0:00:01 29% |█████████▎ | 1.7MB 36.4MB/s eta 0:00:01 29% |█████████▍ | 1.7MB 36.6MB/s eta 0:00:01 29% |█████████▍ | 1.7MB 36.8MB/s eta 0:00:01 29% |█████████▌ | 1.7MB 36.8MB/s eta 0:00:01 29% |█████████▌ | 1.7MB 37.5MB/s eta 0:00:01 29% |█████████▋ | 1.7MB 36.2MB/s eta 0:00:01 30% |█████████▋ | 1.8MB 36.8MB/s eta 0:00:01 30% |█████████▊ | 1.8MB 35.8MB/s eta 0:00:01 30% |█████████▊ | 1.8MB 35.4MB/s eta 0:00:01 30% |█████████▉ | 1.8MB 36.1MB/s eta 0:00:01 30% |█████████▉ | 1.8MB 35.6MB/s eta 0:00:01 30% |██████████ | 1.8MB 36.0MB/s eta 0:00:01 31% |██████████ | 1.8MB 36.7MB/s eta 0:00:01 31% |██████████ | 1.8MB 36.4MB/s eta 0:00:01 31% |██████████ | 1.8MB 36.5MB/s eta 0:00:01 31% |██████████▏ | 1.8MB 37.2MB/s eta 0:00:01 31% |██████████▏ | 1.9MB 36.6MB/s eta 0:00:01 32% |██████████▎ | 1.9MB 37.8MB/s eta 0:00:01 32% |██████████▎ | 1.9MB 37.8MB/s eta 0:00:01 32% |██████████▍ | 1.9MB 37.7MB/s eta 0:00:01 32% |██████████▍ | 1.9MB 38.2MB/s eta 0:00:01 32% |██████████▌ | 1.9MB 36.9MB/s eta 0:00:01 32% |██████████▌ | 1.9MB 36.6MB/s eta 0:00:01 33% |██████████▋ | 1.9MB 36.3MB/s eta 0:00:01 33% |██████████▋ | 1.9MB 35.9MB/s eta 0:00:01 33% |██████████▊ | 1.9MB 35.7MB/s eta 0:00:01 33% |██████████▊ | 2.0MB 35.4MB/s eta 0:00:01 33% |██████████▉ | 2.0MB 35.1MB/s eta 0:00:01 33% |██████████▉ | 2.0MB 34.7MB/s eta 0:00:01 34% |███████████ | 2.0MB 34.4MB/s eta 0:00:01 34% |███████████ | 2.0MB 34.8MB/s eta 0:00:01 34% |███████████ | 2.0MB 35.6MB/s eta 0:00:01 34% |███████████ | 2.0MB 35.2MB/s eta 0:00:01 34% |███████████▏ | 2.0MB 35.6MB/s eta 0:00:01 34% |███████████▏ | 2.0MB 35.5MB/s eta 0:00:01 35% |███████████▎ | 2.0MB 35.9MB/s eta 0:00:01 35% |███████████▎ | 2.1MB 36.2MB/s eta 0:00:01 35% |███████████▍ | 2.1MB 35.1MB/s eta 0:00:01 35% |███████████▍ | 2.1MB 35.9MB/s eta 0:00:01 35% |███████████▌ | 2.1MB 35.0MB/s eta 0:00:01 36% |███████████▌ | 2.1MB 34.8MB/s eta 0:00:01 36% |███████████▋ | 2.1MB 34.8MB/s eta 0:00:01 36% |███████████▋ | 2.1MB 34.8MB/s eta 0:00:01 36% |███████████▊ | 2.1MB 35.0MB/s eta 0:00:01 36% |███████████▊ | 2.1MB 34.8MB/s eta 0:00:01 36% |███████████▉ | 2.2MB 34.2MB/s eta 0:00:01 37% |███████████▉ | 2.2MB 34.0MB/s eta 0:00:01 37% |████████████ | 2.2MB 34.4MB/s eta 0:00:01 37% |████████████ | 2.2MB 33.1MB/s eta 0:00:01 37% |████████████ | 2.2MB 34.0MB/s eta 0:00:01 37% |████████████ | 2.2MB 33.6MB/s eta 0:00:01 37% |████████████▏ | 2.2MB 33.7MB/s eta 0:00:01 38% |████████████▏ | 2.2MB 33.6MB/s eta 0:00:01 38% |████████████▎ | 2.2MB 32.5MB/s eta 0:00:01 38% |████████████▎ | 2.2MB 33.2MB/s eta 0:00:01 38% |████████████▍ | 2.3MB 32.8MB/s eta 0:00:01 38% |████████████▍ | 2.3MB 32.6MB/s eta 0:00:01 39% |████████████▌ | 2.3MB 33.5MB/s eta 0:00:01 39% |████████████▌ | 2.3MB 33.4MB/s eta 0:00:01 39% |████████████▋ | 2.3MB 33.6MB/s eta 0:00:01 39% |████████████▋ | 2.3MB 33.7MB/s eta 0:00:01 39% |████████████▊ | 2.3MB 32.7MB/s eta 0:00:01 39% |████████████▊ | 2.3MB 33.3MB/s eta 0:00:01 40% |████████████▉ | 2.3MB 33.6MB/s eta 0:00:01 40% |████████████▉ | 2.3MB 33.2MB/s eta 0:00:01 40% |█████████████ | 2.4MB 34.1MB/s eta 0:00:01 40% |█████████████ | 2.4MB 34.6MB/s eta 0:00:01 40% |█████████████ | 2.4MB 34.7MB/s eta 0:00:01 40% |█████████████ | 2.4MB 36.1MB/s eta 0:00:01 41% |█████████████▏ | 2.4MB 35.2MB/s eta 0:00:01 41% |█████████████▎ | 2.4MB 36.5MB/s eta 0:00:01 41% |█████████████▎ | 2.4MB 36.8MB/s eta 0:00:01 41% |█████████████▍ | 2.4MB 36.8MB/s eta 0:00:01 41% |█████████████▍ | 2.4MB 37.8MB/s eta 0:00:01 42% |█████████████▌ | 2.4MB 37.7MB/s eta 0:00:01 42% |█████████████▌ | 2.5MB 38.3MB/s eta 0:00:01 42% |█████████████▋ | 2.5MB 38.4MB/s eta 0:00:01 42% |█████████████▋ | 2.5MB 37.2MB/s eta 0:00:01 42% |█████████████▊ | 2.5MB 37.9MB/s eta 0:00:01 42% |█████████████▊ | 2.5MB 38.4MB/s eta 0:00:01 43% |█████████████▉ | 2.5MB 37.1MB/s eta 0:00:01 43% |█████████████▉ | 2.5MB 38.2MB/s eta 0:00:01 43% |██████████████ | 2.5MB 37.5MB/s eta 0:00:01 43% |██████████████ | 2.5MB 37.6MB/s eta 0:00:01 43% |██████████████ | 2.5MB 37.8MB/s eta 0:00:01 43% |██████████████ | 2.6MB 36.4MB/s eta 0:00:01 44% |██████████████▏ | 2.6MB 37.0MB/s eta 0:00:01 44% |██████████████▏ | 2.6MB 37.0MB/s eta 0:00:01 44% |██████████████▎ | 2.6MB 36.6MB/s eta 0:00:01 44% |██████████████▎ | 2.6MB 37.4MB/s eta 0:00:01 44% |██████████████▍ | 2.6MB 36.8MB/s eta 0:00:01 45% |██████████████▍ | 2.6MB 36.8MB/s eta 0:00:01 45% |██████████████▌ | 2.6MB 37.8MB/s eta 0:00:01 45% |██████████████▌ | 2.6MB 37.3MB/s eta 0:00:01 45% |██████████████▋ | 2.7MB 37.9MB/s eta 0:00:01 45% |██████████████▋ | 2.7MB 37.9MB/s eta 0:00:01 45% |███���██████████▊ | 2.7MB 36.8MB/s eta 0:00:01 46% |██████████████▊ | 2.7MB 38.2MB/s eta 0:00:01 46% |██████████████▉ | 2.7MB 37.4MB/s eta 0:00:01 46% |██████████████▉ | 2.7MB 37.6MB/s eta 0:00:01 46% |███████████████ | 2.7MB 38.4MB/s eta 0:00:01 46% |███████████████ | 2.7MB 37.4MB/s eta 0:00:01 46% |███████████████ | 2.7MB 37.9MB/s eta 0:00:01 47% |███████████████ | 2.7MB 37.6MB/s eta 0:00:01 47% |███████████████▏ | 2.8MB 36.8MB/s eta 0:00:01 47% |███████████████▏ | 2.8MB 37.8MB/s eta 0:00:01 47% |███████████████▎ | 2.8MB 37.6MB/s eta 0:00:01 47% |███████████████▎ | 2.8MB 37.0MB/s eta 0:00:01 48% |███████████████▍ | 2.8MB 37.5MB/s eta 0:00:01 48% |███████████████▍ | 2.8MB 37.1MB/s eta 0:00:01 48% |███████████████▌ | 2.8MB 38.2MB/s eta 0:00:01 48% |███████████████▌ | 2.8MB 38.6MB/s eta 0:00:01 48% |███████████████▋ | 2.8MB 37.3MB/s eta 0:00:01 48% |███████████████▋ | 2.8MB 38.2MB/s eta 0:00:01 49% |███████████████▊ | 2.9MB 38.4MB/s eta 0:00:01 49% |███████████████▊ | 2.9MB 38.3MB/s eta 0:00:01 49% |███████████████▉ | 2.9MB 39.4MB/s eta 0:00:01 49% |███████████████▉ | 2.9MB 38.3MB/s eta 0:00:01 49% |████████████████ | 2.9MB 39.1MB/s eta 0:00:01 49% |████████████████ | 2.9MB 39.3MB/s eta 0:00:01 50% |████████████████ | 2.9MB 37.2MB/s eta 0:00:01 50% |████████████████ | 2.9MB 38.3MB/s eta 0:00:01 50% |████████████████▏ | 2.9MB 39.1MB/s eta 0:00:01 50% |████████████████▏ | 2.9MB 38.6MB/s eta 0:00:01 50% |████████████████▎ | 3.0MB 38.7MB/s eta 0:00:01 50% |████████████████▎ | 3.0MB 38.5MB/s eta 0:00:01 51% |████████████████▍ | 3.0MB 39.2MB/s eta 0:00:01 51% |████████████████▍ | 3.0MB 39.3MB/s eta 0:00:01 51% |████████████████▌ | 3.0MB 37.8MB/s eta 0:00:01 51% |████████████████▌ | 3.0MB 38.2MB/s eta 0:00:01 51% |████████████████▋ | 3.0MB 39.9MB/s eta 0:00:01 52% |████████████████▋ | 3.0MB 38.5MB/s eta 0:00:01 52% |████████████████▊ | 3.0MB 38.4MB/s eta 0:00:01 52% |████████████████▊ | 3.1MB 37.8MB/s eta 0:00:01 52% |████████████████▉ | 3.1MB 38.6MB/s eta 0:00:01 52% |████████████████▉ | 3.1MB 37.9MB/s eta 0:00:01 52% |█████████████████ | 3.1MB 36.6MB/s eta 0:00:01 53% |█████████████████ | 3.1MB 38.0MB/s eta 0:00:01 53% |█████████████████ | 3.1MB 38.0MB/s eta 0:00:01 53% |█████████████████ | 3.1MB 37.4MB/s eta 0:00:01 53% |█████████████████▏ | 3.1MB 36.9MB/s eta 0:00:01 53% |█████████████████▏ | 3.1MB 36.5MB/s eta 0:00:01 53% |█████████████████▎ | 3.1MB 37.3MB/s eta 0:00:01 54% |���████████████████▎ | 3.2MB 37.5MB/s eta 0:00:01 54% |█████████████████▍ | 3.2MB 36.2MB/s eta 0:00:01 54% |█████████████████▍ | 3.2MB 37.5MB/s eta 0:00:01 54% |█████████████████▌ | 3.2MB 37.2MB/s eta 0:00:01 54% |█████████████████▋ | 3.2MB 36.6MB/s eta 0:00:01 55% |█████████████████▋ | 3.2MB 37.3MB/s eta 0:00:01 55% |█████████████████▊ | 3.2MB 37.5MB/s eta 0:00:01 55% |█████████████████▊ | 3.2MB 37.2MB/s eta 0:00:01 55% |█████████████████▉ | 3.2MB 37.7MB/s eta 0:00:01 55% |█████████████████▉ | 3.2MB 36.6MB/s eta 0:00:01 55% |██████████████████ | 3.3MB 36.6MB/s eta 0:00:01 56% |██████████████████ | 3.3MB 37.7MB/s eta 0:00:01 56% |██████████████████ | 3.3MB 36.9MB/s eta 0:00:01 56% |██████████████████ | 3.3MB 37.8MB/s eta 0:00:01 56% |██████████████████▏ | 3.3MB 37.9MB/s eta 0:00:01 56% |██████████████████▏ | 3.3MB 38.7MB/s eta 0:00:01 56% |██████████████████▎ | 3.3MB 37.4MB/s eta 0:00:01 57% |██████████████████▎ | 3.3MB 38.1MB/s eta 0:00:01 57% |██████████████████▍ | 3.3MB 38.4MB/s eta 0:00:01 57% |██████████████████▍ | 3.3MB 38.2MB/s eta 0:00:01 57% |██████████████████▌ | 3.4MB 38.5MB/s eta 0:00:01 57% |██████████████████▌ | 3.4MB 38.2MB/s eta 0:00:01 58% |██████████████████▋ | 3.4MB 38.0MB/s eta 0:00:01 58% |██████████████████▋ | 3.4MB 37.9MB/s eta 0:00:01 58% |██████████████████▊ | 3.4MB 37.5MB/s eta 0:00:01 58% |██████████████████▊ | 3.4MB 36.2MB/s eta 0:00:01 58% |██████████████████▉ | 3.4MB 38.0MB/s eta 0:00:01 58% |██████████████████▉ | 3.4MB 37.9MB/s eta 0:00:01 59% |███████████████████ | 3.4MB 38.0MB/s eta 0:00:01 59% |███████████████████ | 3.5MB 38.5MB/s eta 0:00:01 59% |███████████████████ | 3.5MB 38.6MB/s eta 0:00:01 59% |███████████████████ | 3.5MB 39.7MB/s eta 0:00:01 59% |███████████████████▏ | 3.5MB 39.3MB/s eta 0:00:01 59% |███████████████████▏ | 3.5MB 39.7MB/s eta 0:00:01 60% |███████████████████▎ | 3.5MB 40.5MB/s eta 0:00:01 60% |███████████████████▎ | 3.5MB 40.2MB/s eta 0:00:01 60% |███████████████████▍ | 3.5MB 39.9MB/s eta 0:00:01 60% |███████████████████▍ | 3.5MB 38.5MB/s eta 0:00:01 60% |███████████████████▌ | 3.5MB 38.6MB/s eta 0:00:01 61% |███████████████████▌ | 3.6MB 39.0MB/s eta 0:00:01 61% |███████████████████▋ | 3.6MB 37.5MB/s eta 0:00:01 61% |███████████████████▋ | 3.6MB 36.7MB/s eta 0:00:01 61% |███████████████████▊ | 3.6MB 38.0MB/s eta 0:00:01 61% |███████████████████▊ | 3.6MB 37.1MB/s eta 0:00:01 61% |███████████████████▉ | 3.6MB 37.4MB/s eta 0:00:01 62% |███████████████████▉ | 3.6MB 37.6MB/s eta 0:00:01 62% |████████████████████ | 3.6MB 36.8MB/s eta 0:00:01 62% |████████████████████ | 3.6MB 38.3MB/s eta 0:00:01 62% |████████████████████ | 3.6MB 37.7MB/s eta 0:00:01 62% |████████████████████ | 3.7MB 37.1MB/s eta 0:00:01 62% |████████████████████▏ | 3.7MB 39.0MB/s eta 0:00:01 63% |████████████████████▏ | 3.7MB 37.7MB/s eta 0:00:01 63% |████████████████████▎ | 3.7MB 37.0MB/s eta 0:00:01 63% |████████████████████▎ | 3.7MB 37.3MB/s eta 0:00:01 63% |████████████████████▍ | 3.7MB 36.3MB/s eta 0:00:01 63% |████████████████████▍ | 3.7MB 37.7MB/s eta 0:00:01 64% |████████████████████▌ | 3.7MB 37.4MB/s eta 0:00:01 64% |████████████████████▌ | 3.7MB 36.5MB/s eta 0:00:01 64% |████████████████████▋ | 3.7MB 37.9MB/s eta 0:00:01 64% |████████████████████▋ | 3.8MB 38.4MB/s eta 0:00:01 64% |████████████████████▊ | 3.8MB 38.1MB/s eta 0:00:01 64% |████████████████████▊ | 3.8MB 38.6MB/s eta 0:00:01 65% |████████████████████▉ | 3.8MB 38.9MB/s eta 0:00:01 65% |████████████████████▉ | 3.8MB 40.2MB/s eta 0:00:01 65% |█████████████████████ | 3.8MB 40.2MB/s eta 0:00:01 65% |█████████████████████ | 3.8MB 39.0MB/s eta 0:00:01 65% |█████████████████████ | 3.8MB 40.0MB/s eta 0:00:01 65% |█████████████████████ | 3.8MB 39.7MB/s eta 0:00:01 66% |█████████████████████▏ | 3.9MB 39.7MB/s eta 0:00:01 66% |█████████████████████▏ | 3.9MB 39.5MB/s eta 0:00:01 66% |█████████████████████▎ | 3.9MB 37.6MB/s eta 0:00:01 66% |█████████████████████▎ | 3.9MB 39.2MB/s eta 0:00:01 66% |█████████████████████▍ | 3.9MB 38.7MB/s eta 0:00:01 66% |█████████████████████▍ | 3.9MB 37.6MB/s eta 0:00:01 67% |█████████████████████▌ | 3.9MB 38.7MB/s eta 0:00:01 67% |█████████████████████▌ | 3.9MB 38.7MB/s eta 0:00:01 67% |█████████████████████▋ | 3.9MB 38.5MB/s eta 0:00:01 67% |█████████████████████▋ | 3.9MB 38.9MB/s eta 0:00:01 67% |█████████████████████▊ | 4.0MB 37.5MB/s eta 0:00:01 68% |█████████████████████▊ | 4.0MB 38.1MB/s eta 0:00:01 68% |█████████████████████▉ | 4.0MB 39.0MB/s eta 0:00:01 68% |█████████████████████▉ | 4.0MB 37.3MB/s eta 0:00:01 68% |██████████████████████ | 4.0MB 37.5MB/s eta 0:00:01 68% |██████████████████████ | 4.0MB 37.2MB/s eta 0:00:01 68% |██████████████████████ | 4.0MB 37.1MB/s eta 0:00:01 69% |██████████████████████▏ | 4.0MB 37.2MB/s eta 0:00:01 69% |██████████████████████▏ | 4.0MB 36.2MB/s eta 0:00:01 69% |█████████████████████���▎ | 4.0MB 37.3MB/s eta 0:00:01 69% |██████████████████████▎ | 4.1MB 37.9MB/s eta 0:00:01 69% |██████████████████████▍ | 4.1MB 36.4MB/s eta 0:00:01 69% |██████████████████████▍ | 4.1MB 37.1MB/s eta 0:00:01 70% |██████████████████████▌ | 4.1MB 37.5MB/s eta 0:00:01 70% |██████████████████████▌ | 4.1MB 38.0MB/s eta 0:00:01 70% |██████████████████████▋ | 4.1MB 38.4MB/s eta 0:00:01 70% |██████████████████████▋ | 4.1MB 37.0MB/s eta 0:00:01 70% |██████████████████████▊ | 4.1MB 38.0MB/s eta 0:00:01 71% |██████████████████████▊ | 4.1MB 38.2MB/s eta 0:00:01 71% |██████████████████████▉ | 4.1MB 36.4MB/s eta 0:00:01 71% |██████████████████████▉ | 4.2MB 37.1MB/s eta 0:00:01 71% |███████████████████████ | 4.2MB 38.4MB/s eta 0:00:01 71% |███████████████████████ | 4.2MB 38.1MB/s eta 0:00:01 71% |█████████████████���█████ | 4.2MB 38.6MB/s eta 0:00:01 72% |███████████████████████ | 4.2MB 37.7MB/s eta 0:00:01 72% |███████████████████████▏ | 4.2MB 38.2MB/s eta 0:00:01 72% |███████████████████████▏ | 4.2MB 38.0MB/s eta 0:00:01 72% |███████████████████████▎ | 4.2MB 37.0MB/s eta 0:00:01 72% |███████████████████████▎ | 4.2MB 38.2MB/s eta 0:00:01 72% |███████████████████████▍ | 4.2MB 38.1MB/s eta 0:00:01 73% |███████████████████████▍ | 4.3MB 38.0MB/s eta 0:00:01 73% |███████████████████████▌ | 4.3MB 37.1MB/s eta 0:00:01 73% |███████████████████████▌ | 4.3MB 36.9MB/s eta 0:00:01 73% |███████████████████████▋ | 4.3MB 37.4MB/s eta 0:00:01 73% |███████████████████████▋ | 4.3MB 37.0MB/s eta 0:00:01 74% |███████████████████████▊ | 4.3MB 37.1MB/s eta 0:00:01 74% |███████████████████████▊ | 4.3MB 38.1MB/s eta 0:00:01 74% |███████████████████████▉ | 4.3MB 38.1MB/s eta 0:00:01 74% |███████████████████████▉ | 4.3MB 38.1MB/s eta 0:00:01 74% |████████████████████████ | 4.4MB 38.6MB/s eta 0:00:01 74% |████████████████████████ | 4.4MB 37.3MB/s eta 0:00:01 75% |████████████████████████ | 4.4MB 38.5MB/s eta 0:00:01 75% |████████████████████████ | 4.4MB 39.1MB/s eta 0:00:01 75% |████████████████████████▏ | 4.4MB 37.5MB/s eta 0:00:01 75% |████████████████████████▏ | 4.4MB 38.9MB/s eta 0:00:01 75% |████████████████████████▎ | 4.4MB 37.8MB/s eta 0:00:01 75% |████████████████████████▎ | 4.4MB 38.4MB/s eta 0:00:01 76% |████████████████████████▍ | 4.4MB 38.2MB/s eta 0:00:01 76% |████████████████████████▍ | 4.4MB 36.9MB/s eta 0:00:01 76% |████████████████████████▌ | 4.5MB 38.3MB/s eta 0:00:01 76% |████████████████████████▌ | 4.5MB 38.4MB/s eta 0:00:01 76% |████████████████████████▋ | 4.5MB 37.3MB/s eta 0:00:01 77% |████████████████████████▋ | 4.5MB 37.6MB/s eta 0:00:01 77% |████████████████████████▊ | 4.5MB 38.5MB/s eta 0:00:01 77% |████████████████████████▊ | 4.5MB 38.4MB/s eta 0:00:01 77% |████████████████████████▉ | 4.5MB 39.4MB/s eta 0:00:01 77% |████████████████████████▉ | 4.5MB 38.2MB/s eta 0:00:01 77% |█████████████████████████ | 4.5MB 39.5MB/s eta 0:00:01 78% |█████████████████████████ | 4.5MB 39.7MB/s eta 0:00:01 78% |█████████████████████████ | 4.6MB 38.6MB/s eta 0:00:01 78% |█████████████████████████ | 4.6MB 39.4MB/s eta 0:00:01 78% |█████████████████████████▏ | 4.6MB 38.8MB/s eta 0:00:01 78% |█████████████████████████▏ | 4.6MB 38.1MB/s eta 0:00:01 78% |█████████████████████████▎ | 4.6MB 37.6MB/s eta 0:00:01 79% |█████████████████████████▎ | 4.6MB 36.8MB/s eta 0:00:01 79% |█████████████████████████▍ | 4.6MB 37.1MB/s eta 0:00:01 79% |█████████████████████████▍ | 4.6MB 36.8MB/s eta 0:00:01 79% |█████████████████████████▌ | 4.6MB 35.7MB/s eta 0:00:01 79% |█████████████████████████▌ | 4.6MB 17.1MB/s eta 0:00:01 80% |█████████████████████████▋ | 4.7MB 17.1MB/s eta 0:00:01 80% |█████████████████████████▋ | 4.7MB 17.2MB/s eta 0:00:01 80% |█████████████████████████▊ | 4.7MB 17.5MB/s eta 0:00:01 80% |█████████████████████████▊ | 4.7MB 17.3MB/s eta 0:00:01 80% |█████████████████████████▉ | 4.7MB 17.6MB/s eta 0:00:01 80% |█████████████████████████▉ | 4.7MB 17.5MB/s eta 0:00:01 81% |██████████████████████████ | 4.7MB 17.3MB/s eta 0:00:01 81% |██████████████████████████ | 4.7MB 17.7MB/s eta 0:00:01 81% |███████████���██████████████ | 4.7MB 17.5MB/s eta 0:00:01 81% |██████████████████████████ | 4.8MB 39.0MB/s eta 0:00:01 81% |██████████████████████████▏ | 4.8MB 39.5MB/s eta 0:00:01 81% |██████████████████████████▏ | 4.8MB 37.4MB/s eta 0:00:01 82% |██████████████████████████▎ | 4.8MB 37.2MB/s eta 0:00:01 82% |██████████████████████████▍ | 4.8MB 37.5MB/s eta 0:00:01 82% |██████████████████████████▍ | 4.8MB 36.4MB/s eta 0:00:01 82% |██████████████████████████▌ | 4.8MB 37.7MB/s eta 0:00:01 82% |██████████████████████████▌ | 4.8MB 37.6MB/s eta 0:00:01 82% |██████████████████████████▋ | 4.8MB 37.1MB/s eta 0:00:01 83% |██████████████████████████▋ | 4.8MB 38.1MB/s eta 0:00:01 83% |██████████████████████████▊ | 4.9MB 37.3MB/s eta 0:00:01 83% |██████████████████████████▊ | 4.9MB 37.7MB/s eta 0:00:01 83% |█████████████���████████████▉ | 4.9MB 38.5MB/s eta 0:00:01 83% |██████████████████████████▉ | 4.9MB 38.4MB/s eta 0:00:01 84% |███████████████████████████ | 4.9MB 39.8MB/s eta 0:00:01 84% |███████████████████████████ | 4.9MB 40.0MB/s eta 0:00:01 84% |███████████████████████████ | 4.9MB 39.1MB/s eta 0:00:01 84% |███████████████████████████ | 4.9MB 38.3MB/s eta 0:00:01 84% |███████████████████████████▏ | 4.9MB 37.9MB/s eta 0:00:01 84% |███████████████████████████▏ | 4.9MB 38.3MB/s eta 0:00:01 85% |███████████████████████████▎ | 5.0MB 38.4MB/s eta 0:00:01 85% |███████████████████████████▎ | 5.0MB 37.1MB/s eta 0:00:01 85% |███████████████████████████▍ | 5.0MB 38.3MB/s eta 0:00:01 85% |███████████████████████████▍ | 5.0MB 38.3MB/s eta 0:00:01 85% |███████████████████████████▌ | 5.0MB 37.4MB/s eta 0:00:01 85% |█████████���█████████████████▌ | 5.0MB 37.9MB/s eta 0:00:01 86% |███████████████████████████▋ | 5.0MB 37.6MB/s eta 0:00:01 86% |███████████████████████████▋ | 5.0MB 39.5MB/s eta 0:00:01 86% |███████████████████████████▊ | 5.0MB 39.2MB/s eta 0:00:01 86% |███████████████████████████▊ | 5.0MB 38.6MB/s eta 0:00:01 86% |███████████████████████████▉ | 5.1MB 39.4MB/s eta 0:00:01 87% |███████████████████████████▉ | 5.1MB 39.3MB/s eta 0:00:01 87% |████████████████████████████ | 5.1MB 38.5MB/s eta 0:00:01 87% |████████████████████████████ | 5.1MB 38.0MB/s eta 0:00:01 87% |████████████████████████████ | 5.1MB 37.5MB/s eta 0:00:01 87% |████████████████████████████ | 5.1MB 38.0MB/s eta 0:00:01 87% |████████████████████████████▏ | 5.1MB 38.1MB/s eta 0:00:01 88% |████████████████████████████▏ | 5.1MB 37.2MB/s eta 0:00:01 88% |████████████████████████████▎ | 5.1MB 38.4MB/s eta 0:00:01 88% |████████████████████████████▎ | 5.2MB 38.1MB/s eta 0:00:01 88% |████████████████████████████▍ | 5.2MB 38.0MB/s eta 0:00:01 88% |████████████████████████████▍ | 5.2MB 38.8MB/s eta 0:00:01 88% |████████████████████████████▌ | 5.2MB 37.6MB/s eta 0:00:01 89% |████████████████████████████▌ | 5.2MB 38.5MB/s eta 0:00:01 89% |████████████████████████████▋ | 5.2MB 39.3MB/s eta 0:00:01 89% |████████████████████████████▋ | 5.2MB 38.2MB/s eta 0:00:01 89% |████████████████████████████▊ | 5.2MB 39.2MB/s eta 0:00:01 89% |████████████████████████████▊ | 5.2MB 37.6MB/s eta 0:00:01 90% |████████████████████████████▉ | 5.2MB 36.7MB/s eta 0:00:01 90% |████████████████████████████▉ | 5.3MB 37.3MB/s eta 0:00:01 90% |█████████████████████████████ | 5.3MB 37.0MB/s eta 0:00:01 90% |█████████████████████████████ | 5.3MB 37.8MB/s eta 0:00:01 90% |█████████████████████████████ | 5.3MB 38.8MB/s eta 0:00:01 90% |█████████████████████████████ | 5.3MB 37.6MB/s eta 0:00:01 91% |█████████████████████████████▏ | 5.3MB 37.7MB/s eta 0:00:01 91% |█████████████████████████████▏ | 5.3MB 37.5MB/s eta 0:00:01 91% |█████████████████████████████▎ | 5.3MB 37.1MB/s eta 0:00:01 91% |█████████████████████████████▎ | 5.3MB 38.5MB/s eta 0:00:01 91% |█████████████████████████████▍ | 5.3MB 38.9MB/s eta 0:00:01 91% |█████████████████████████████▍ | 5.4MB 39.7MB/s eta 0:00:01 92% |█████████████████████████████▌ | 5.4MB 38.1MB/s eta 0:00:01 92% |█████████████████████████████▌ | 5.4MB 36.6MB/s eta 0:00:01 92% |█████████████████████████████▋ | 5.4MB 36.5MB/s eta 0:00:01 92% |████���████████████████████████▋ | 5.4MB 35.9MB/s eta 0:00:01 92% |█████████████████████████████▊ | 5.4MB 36.0MB/s eta 0:00:01 93% |█████████████████████████████▊ | 5.4MB 36.3MB/s eta 0:00:01 93% |█████████████████████████████▉ | 5.4MB 35.4MB/s eta 0:00:01 93% |█████████████████████████████▉ | 5.4MB 35.5MB/s eta 0:00:01 93% |██████████████████████████████ | 5.4MB 34.5MB/s eta 0:00:01 93% |██████████████████████████████ | 5.5MB 33.2MB/s eta 0:00:01 93% |██████████████████████████████ | 5.5MB 34.1MB/s eta 0:00:01 94% |██████████████████████████████ | 5.5MB 34.0MB/s eta 0:00:01 94% |██████████████████████████████▏ | 5.5MB 34.2MB/s eta 0:00:01 94% |██████████████████████████████▏ | 5.5MB 34.4MB/s eta 0:00:01 94% |██████████████████████████████▎ | 5.5MB 32.9MB/s eta 0:00:01 94% |█████████████████████���████████▎ | 5.5MB 33.4MB/s eta 0:00:01 94% |██████████████████████████████▍ | 5.5MB 33.2MB/s eta 0:00:01 95% |██████████████████████████████▍ | 5.5MB 32.7MB/s eta 0:00:01 95% |██████████████████████████████▌ | 5.6MB 33.1MB/s eta 0:00:01 95% |██████████████████████████████▌ | 5.6MB 33.3MB/s eta 0:00:01 95% |██████████████████████████████▋ | 5.6MB 33.2MB/s eta 0:00:01 95% |██████████████████████████████▋ | 5.6MB 33.2MB/s eta 0:00:01 96% |██████████████████████████████▊ | 5.6MB 33.2MB/s eta 0:00:01 96% |██████████████████████████████▉ | 5.6MB 33.4MB/s eta 0:00:01 96% |██████████████████████████████▉ | 5.6MB 33.2MB/s eta 0:00:01 96% |███████████████████████████████ | 5.6MB 32.7MB/s eta 0:00:01 96% |███████████████████████████████ | 5.6MB 33.3MB/s eta 0:00:01 96% |███████████████████████████████ | 5.6MB 32.6MB/s eta 0:00:01 97% |███████████████████████████████ | 5.7MB 33.0MB/s eta 0:00:01 97% |███████████████████████████████▏| 5.7MB 33.2MB/s eta 0:00:01 97% |███████████████████████████████▏| 5.7MB 33.2MB/s eta 0:00:01 97% |███████████████████████████████▎| 5.7MB 33.7MB/s eta 0:00:01 97% |███████████████████████████████▎| 5.7MB 33.7MB/s eta 0:00:01 97% |███████████████████████████████▍| 5.7MB 34.2MB/s eta 0:00:01 98% |███████████████████████████████▍| 5.7MB 35.5MB/s eta 0:00:01 98% |███████████████████████████████▌| 5.7MB 35.2MB/s eta 0:00:01 98% |███████████████████████████████▌| 5.7MB 35.8MB/s eta 0:00:01 98% |███████████████████████████████▋| 5.7MB 37.1MB/s eta 0:00:01 98% |███████████████████████████████▋| 5.8MB 36.9MB/s eta 0:00:01 98% |███████████████████████████████▊| 5.8MB 37.3MB/s eta 0:00:01 99% |███████████████████████████████▊| 5.8MB 36.9MB/s eta 0:00:01 99% |███████████████████████████████▉| 5.8MB 37.0MB/s eta 0:00:01 99% |███████████████████████████████▉| 5.8MB 37.1MB/s eta 0:00:01 99% |████████████████████████████████| 5.8MB 36.7MB/s eta 0:00:01 99% |████████████████████████████████| 5.8MB 37.3MB/s eta 0:00:01 100% |████████████████████████████████| 5.8MB 8.1MB/s Collecting dominate>=2.2.0 (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Collecting snowballstemmer (from pydocstyle~=2.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Using cached https://files.pythonhosted.org/packages/d4/6c/8a935e2c7b54a37714656d753e4187ee0631988184ed50c0cf6476858566/snowballstemmer-1.2.1-py2.py3-none-any.whl Collecting docutils>=0.7 (from rstcheck~=3.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Using cached https://files.pythonhosted.org/packages/36/fa/08e9e6e0e3cbd1d362c3bbee8d01d0aedb2155c4ac112b19ef3cae8eed8d/docutils-0.14-py3-none-any.whl Collecting mando<0.4,>=0.3 (from radon==1.4.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Using cached https://files.pythonhosted.org/packages/4a/77/180f0b61dca785a6b76c4f1ba611100fbc628abeb8415fa7c5c4c5d99e0b/mando-0.3.3-py2.py3-none-any.whl Collecting colorama<0.4,>=0.3 (from radon==1.4.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Using cached https://files.pythonhosted.org/packages/db/c8/7dcf9dbcb22429512708fe3a547f8b6101c0d02137acbd892505aee57adf/colorama-0.3.9-py2.py3-none-any.whl Collecting polib>=1.0.8 (from dennis~=0.8->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Using cached https://files.pythonhosted.org/packages/30/a2/e407c3b00cace3d7fc8df14d364deeecfeb96044e1a317de583bc26eae58/polib-1.1.0-py2.py3-none-any.whl Collecting ansicolor~=0.2.4 (from vim-vint~=0.3.12->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Using cached https://files.pythonhosted.org/packages/42/0b/f370fae6d0070758e8bbf46c77da779e4ea79870ea5197893b2678848aeb/ansicolor-0.2.6-py2.py3-none-any.whl Collecting chardet>=2.3.0 (from vim-vint~=0.3.12->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Using cached https://files.pythonhosted.org/packages/bc/a9/01ffebfb562e4274b6487b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whl Collecting astroid<2.0,>=1.6 (from pylint~=1.6->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Using cached https://files.pythonhosted.org/packages/0e/9b/18b08991c8c6aaa827faf394f4468b8fee41db1f73aa5157f9f5fb2e69c3/astroid-1.6.5-py2.py3-none-any.whl Collecting mccabe (from pylint~=1.6->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Using cached https://files.pythonhosted.org/packages/87/89/479dc97e18549e21354893e4ee4ef36db1d237534982482c3681ee6e7b57/mccabe-0.6.1-py2.py3-none-any.whl Collecting termcolor~=1.1.0 (from pyprint==0.2.*->coala_utils~=0.6.6->-r requirements.txt (line 2)) Requirement already satisfied: certifi>=2017.4.17 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from requests>=2.7.9->codecov~=2.0.5->-r test-requirements.txt (line 7)) (2018.4.16) Collecting urllib3<1.24,>=1.21.1 (from requests>=2.7.9->codecov~=2.0.5->-r test-requirements.txt (line 7)) Using cached https://files.pythonhosted.org/packages/bd/c9/6fdd990019071a4a32a5e7cb78a1d92c53851ef4f56f62a3486e6a7d8ffb/urllib3-1.23-py2.py3-none-any.whl Collecting idna<2.8,>=2.5 (from requests>=2.7.9->codecov~=2.0.5->-r test-requirements.txt (line 7)) Using cached https://files.pythonhosted.org/packages/4b/2a/0276479a4b3caeb8a8c1af2f8e4355746a97fab05a372e4a2c6a6b876165/idna-2.7-py2.py3-none-any.whl Collecting MarkupSafe>=0.23 (from jinja2>=2.7.1->moban~=0.2.4->-r test-requirements.txt (line 8)) Collecting apipkg>=1.4 (from execnet>=1.1->pytest-xdist~=1.15->-r test-requirements.txt (line 21)) Using cached https://files.pythonhosted.org/packages/67/08/4815a09603fc800209431bec5b8bd2acf2f95abdfb558a44a42507fb94da/apipkg-1.5-py2.py3-none-any.whl Collecting decorator (from traitlets>=4.1->nbformat~=4.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Using cached https://files.pythonhosted.org/packages/bc/bb/a24838832ba35baf52f32ab1a49b906b5f82fb7c76b2f6a7e35e140bac30/decorator-4.3.0-py2.py3-none-any.whl Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from stevedore>=1.17.1->bandit~=1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) (4.2.0) Collecting gitdb2>=2.0.0 (from GitPython>=1.0.1->bandit~=1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Using cached https://files.pythonhosted.org/packages/a9/fb/d3afc4e2a8d506a07af19f125f7a473ae1b56f942ed2ba80776eb8ae23b1/gitdb2-2.0.4-py2.py3-none-any.whl Collecting sarge~=0.1.4 (from dependency-management~=0.4.0->coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Collecting cffi>=1.0.0 (from brotlipy>=0.5.1->HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Using cached https://files.pythonhosted.org/packages/59/cc/0e1635b4951021ef35f5c92b32c865ae605fac2a19d724fb6ff99d745c81/cffi-1.11.5-cp35-cp35m-manylinux1_x86_64.whl Collecting wrapt (from astroid<2.0,>=1.6->pylint~=1.6->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Collecting lazy-object-proxy (from astroid<2.0,>=1.6->pylint~=1.6->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Using cached https://files.pythonhosted.org/packages/10/88/d7b8274edf912be71d73a1e5de7988f62b63d9e88e591da2e6f921ab69e6/lazy_object_proxy-1.3.1-cp35-cp35m-manylinux1_x86_64.whl Collecting smmap2>=2.0.0 (from gitdb2>=2.0.0->GitPython>=1.0.1->bandit~=1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Using cached https://files.pythonhosted.org/packages/0f/14/e3112808b727f72df9531fc2f00b84d4966e66001748b6883a21c767e902/smmap2-2.0.4-py2.py3-none-any.whl Collecting pycparser (from cffi>=1.0.0->brotlipy>=0.5.1->HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Installing collected packages: click, ipython-genutils, decorator, traitlets, jupyter-core, jsonschema, nbformat, docopt, template-remover, html-linter, future, proselint, pyflakes, chardet, urllib3, idna, requests, memento-client, eradicate, pyyaml, yamllint, pyparsing, packaging, safety, stevedore, smmap2, gitdb2, GitPython, bandit, aenum, nltk, libclang-py3, colorama, termcolor, pyprint, appdirs, coala-utils, testfixtures, Pygments, unidiff, sarge, dependency-management, colorlog, coala, defusedxml, bitstring, singledispatch, pycparser, cffi, brotlipy, lxml, dominate, HTTPolice, mypy-lang, apertium-lint, cmakelint, snowballstemmer, pydocstyle, isort, yapf, docutils, rstcheck, vulture, cpplint, pycodestyle, mando, radon, cppclean, polib, dennis, autoflake, docutils-ast-writer, ansicolor, vim-vint, autopep8, restructuredtext-lint, guess-language-spirit, pyroma, munkres3, scspell3k, wrapt, lazy-object-proxy, astroid, mccabe, pylint, coala-bears, gemfileparser, pyjsparser, coverage, coverage-env-plugin, coverage-config-reload-plugin, codecov, crayons, lml, MarkupSafe, jinja2, moban, pytest, pytest-cov, pytest-env, pytest-error-for-skips, pytest-instafail, pytest-mock, gprof2dot, pytest-profiling, pytest-reorder, pytest-reqs, pytest-timeout, pytest-travis-fold, apipkg, execnet, pytest-forked, pytest-xdist, requests-mock, pip Found existing installation: pytest 3.7.1 Uninstalling pytest-3.7.1: Successfully uninstalled pytest-3.7.1 Found existing installation: pip 18.0 Uninstalling pip-18.0: Successfully uninstalled pip-18.0 Successfully installed GitPython-2.1.11 HTTPolice-0.5.2 MarkupSafe-1.0 Pygments-2.2.0 aenum-2.0.10 ansicolor-0.2.6 apertium-lint-0.29 apipkg-1.5 appdirs-1.4.3 astroid-1.6.5 autoflake-0.7 autopep8-1.3.5 bandit-1.4.0 bitstring-3.1.5 brotlipy-0.7.0 cffi-1.11.5 chardet-3.0.4 click-6.6 cmakelint-1.3.4.1 coala-0.12.0.dev20180101025653 coala-bears-0.12.0.dev20171110210444 coala-utils-0.6.7 codecov-2.0.15 colorama-0.3.9 colorlog-2.10.0 coverage-4.4.1 coverage-config-reload-plugin-0.2.0 coverage-env-plugin-0.1 cppclean-0.12 cpplint-1.3.0 crayons-0.1.2 decorator-4.3.0 defusedxml-0.5.0 dennis-0.9 dependency-management-0.4.0 docopt-0.6.2 docutils-0.14 docutils-ast-writer-0.1.2 dominate-2.3.1 eradicate-0.1.6 execnet-1.5.0 future-0.16.0 gemfileparser-0.6.2 gitdb2-2.0.4 gprof2dot-2017.9.19 guess-language-spirit-0.5.3 html-linter-0.3.0 idna-2.7 ipython-genutils-0.2.0 isort-4.3.4 jinja2-2.10 jsonschema-2.6.0 jupyter-core-4.4.0 lazy-object-proxy-1.3.1 libclang-py3-3.4.0 lml-0.0.3 lxml-4.2.4 mando-0.3.3 mccabe-0.6.1 memento-client-0.6.1 moban-0.2.4 munkres3-1.0.5.5 mypy-lang-0.4.6 nbformat-4.4.0 nltk-3.3 packaging-16.8 pip-9.0.3 polib-1.1.0 proselint-0.7.0 pycodestyle-2.4.0 pycparser-2.18 pydocstyle-2.1.1 pyflakes-1.5.0 pyjsparser-2.4.5 pylint-1.9.3 pyparsing-2.2.0 pyprint-0.2.6 pyroma-2.2 pytest-3.6.4 pytest-cov-2.5.1 pytest-env-0.6.2 pytest-error-for-skips-1.0.0 pytest-forked-0.2 pytest-instafail-0.3.0 pytest-mock-1.10.0 pytest-profiling-1.3.0 pytest-reorder-0.1.1 pytest-reqs-0.0.7 pytest-timeout-1.3.1 pytest-travis-fold-1.3.0 pytest-xdist-1.22.5 pyyaml-3.13 radon-1.4.0 requests-2.19.1 requests-mock-1.5.2 restructuredtext-lint-1.0.1 rstcheck-3.3 safety-0.5.1 sarge-0.1.5.post0 scspell3k-2.1 singledispatch-3.4.0.3 smmap2-2.0.4 snowballstemmer-1.2.1 stevedore-1.29.0 template-remover-0.1.9 termcolor-1.1.0 testfixtures-4.14.3 traitlets-4.3.2 unidiff-0.5.5 urllib3-1.23 vim-vint-0.3.19 vulture-0.25 wrapt-1.10.11 yamllint-1.6.1 yapf-0.16.3 travis_time:end:153507d2:start=1534327458851658005,finish=1534327481230316246,duration=22378658241 travis_fold:end:before_install.2 travis_fold:start:install travis_time:start:00b16832 $ pip install -r requirements.txt Requirement already satisfied: coala_bears~=0.12.0.dev20170722110839 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from -r requirements.txt (line 1)) Requirement already satisfied: coala_utils~=0.6.6 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from -r requirements.txt (line 2)) Requirement already satisfied: gemfileparser~=0.6.2 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from -r requirements.txt (line 3)) Requirement already satisfied: pyjsparser~=2.4.5 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from -r requirements.txt (line 4)) Requirement already satisfied: guess-language-spirit~=0.5.2 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: nbformat~=4.1 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: mypy-lang~=0.4.6 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: dennis~=0.8 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: autopep8~=1.2 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: radon==1.4.0 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: vim-vint~=0.3.12 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: scspell3k~=2.0 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: coala>=0.12.0.dev20170828055500 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: pyyaml~=3.12 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: docutils-ast-writer~=0.1.2 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: bandit~=1.2 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: yapf~=0.16.0 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: memento-client~=0.6.1 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: pyflakes~=1.5.0 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: vulture~=0.25.0 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: html-linter~=0.3.0 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: rstcheck~=3.1 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: proselint~=0.7.0 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: restructuredtext-lint~=1.0.0 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: aenum~=2.0.8 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: pycodestyle~=2.2 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: pydocstyle~=2.0 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: autoflake~=0.7 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: cmakelint~=1.3 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: safety~=0.5.1 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: apertium-lint~=0.29 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: cpplint~=1.3 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: isort~=4.2 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: munkres3~=1.0 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: nltk~=3.2 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: eradicate~=0.1.6 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: HTTPolice~=0.5.2 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: cppclean~=0.12.0 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: yamllint~=1.6.1 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: click==6.6 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: pyroma~=2.2.0 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: pylint~=1.6 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: appdirs==1.4.* in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from coala_utils~=0.6.6->-r requirements.txt (line 2)) Requirement already satisfied: pyprint==0.2.* in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from coala_utils~=0.6.6->-r requirements.txt (line 2)) Requirement already satisfied: nose in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from gemfileparser~=0.6.2->-r requirements.txt (line 3)) Requirement already satisfied: traitlets>=4.1 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from nbformat~=4.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: ipython-genutils in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from nbformat~=4.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: jupyter-core in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from nbformat~=4.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: jsonschema!=2.5.0,>=2.4 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from nbformat~=4.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: polib>=1.0.8 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from dennis~=0.8->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: mando<0.4,>=0.3 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from radon==1.4.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: colorama<0.4,>=0.3 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from radon==1.4.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: ansicolor~=0.2.4 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from vim-vint~=0.3.12->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: chardet>=2.3.0 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from vim-vint~=0.3.12->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: Pygments~=2.1 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: dependency-management~=0.4.0 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: colorlog~=2.7 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: requests~=2.12 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: testfixtures~=4.14.3 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: unidiff~=0.5.2 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: libclang-py3~=3.4.0 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: setuptools>=19.0 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: packaging~=16.8 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: docutils>=0.12 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from docutils-ast-writer~=0.1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: GitPython>=1.0.1 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from bandit~=1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: six>=1.9.0 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from bandit~=1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: stevedore>=1.17.1 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from bandit~=1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: docopt>=0.6.1 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from html-linter~=0.3.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: template-remover in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from html-linter~=0.3.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: future in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from proselint~=0.7.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: snowballstemmer in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from pydocstyle~=2.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: brotlipy>=0.5.1 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: dominate>=2.2.0 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: singledispatch>=3.4.0.3 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: lxml>=3.6.0 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: defusedxml>=0.5.0 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: bitstring>=3.1.4 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: mccabe in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from pylint~=1.6->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: astroid<2.0,>=1.6 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from pylint~=1.6->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: termcolor~=1.1.0 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from pyprint==0.2.*->coala_utils~=0.6.6->-r requirements.txt (line 2)) Requirement already satisfied: decorator in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from traitlets>=4.1->nbformat~=4.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: sarge~=0.1.4 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from dependency-management~=0.4.0->coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: idna<2.8,>=2.5 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from requests~=2.12->coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: certifi>=2017.4.17 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from requests~=2.12->coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: urllib3<1.24,>=1.21.1 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from requests~=2.12->coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: pyparsing in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from packaging~=16.8->coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: gitdb2>=2.0.0 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from GitPython>=1.0.1->bandit~=1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from stevedore>=1.17.1->bandit~=1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: cffi>=1.0.0 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from brotlipy>=0.5.1->HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: wrapt in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from astroid<2.0,>=1.6->pylint~=1.6->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: lazy-object-proxy in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from astroid<2.0,>=1.6->pylint~=1.6->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: smmap2>=2.0.0 in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from gitdb2>=2.0.0->GitPython>=1.0.1->bandit~=1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) Requirement already satisfied: pycparser in /home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages (from cffi>=1.0.0->brotlipy>=0.5.1->HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1)) travis_time:end:00b16832:start=1534327481236708215,finish=1534327482405205069,duration=1168496854 travis_fold:end:install travis_time:start:0137be3c $ pytest ============================= test session starts ============================== platform linux -- Python 3.5.6, pytest-3.6.4, py-1.5.4, pluggy-0.7.1 rootdir: /home/travis/build/coala/coala-quickstart, inifile: setup.cfg plugins: requests-mock-1.5.2, xdist-1.22.5, travis-fold-1.3.0, timeout-1.3.1, reqs-0.0.7, reorder-0.1.1, profiling-1.3.0, mock-1.10.0, instafail-0.3.0, forked-0.2, error-for-skips-1.0.0, env-0.6.2, cov-2.5.1 timeout: 60.0s timeout method: signal timeout func_only: False collecting 0 items collecting 0 items collecting 0 items collecting 0 items collecting 0 items collecting 0 items collecting 0 items collecting 0 items collecting 0 items collecting 1 item collecting 1 item collecting 1 item collecting 1 item collecting 2 items collecting 2 items collecting 2 items collecting 2 items collecting 2 items collecting 2 items collecting 2 items collecting 2 items collecting 2 items collecting 2 items collecting 2 items collecting 2 items collecting 2 items collecting 3 items collecting 3 items collecting 3 items collecting 3 items collecting 3 items collecting 3 items collecting 3 items collecting 3 items collecting 3 items collecting 4 items collecting 4 items collecting 4 items collecting 4 items collecting 4 items collecting 17 items collecting 17 items collecting 17 items collecting 17 items collecting 18 items collecting 18 items collecting 18 items collecting 21 items collecting 22 items collecting 22 items collecting 22 items collecting 24 items collecting 24 items collecting 24 items collecting 35 items collecting 35 items collecting 35 items collecting 38 items collecting 38 items collecting 38 items collecting 42 items collecting 44 items collecting 50 items collecting 50 items collecting 50 items collecting 50 items collecting 50 items collecting 50 items collecting 51 items collecting 51 items collecting 51 items collecting 53 items collecting 53 items collecting 53 items collecting 81 items collecting 81 items collecting 81 items collecting 82 items collecting 82 items collecting 82 items collecting 82 items collecting 90 items collecting 90 items collecting 90 items collecting 93 items collecting 93 items collecting 93 items collecting 96 items collecting 96 items collecting 96 items collecting 96 items collecting 97 items collecting 97 items collecting 97 items collecting 98 items collecting 98 items collecting 98 items collecting 99 items collecting 99 items collecting 99 items collecting 101 items collecting 101 items collecting 101 items collecting 103 items collecting 103 items collecting 103 items collecting 106 items collecting 106 items collecting 106 items collecting 106 items collecting 106 items collecting 106 items collecting 106 items collecting 106 items collecting 106 items collecting 106 items collecting 106 items collecting 106 items collecting 106 items collecting 106 items collecting 106 items collecting 106 items collecting 106 items collecting 106 items collecting 106 items collecting 106 items collecting 106 items collecting 106 items collecting 106 items collecting 106 items collecting 106 items collected 106 items coala_quickstart/generation/Project.py . [ 0%] coala_quickstart/generation/Utilities.py . [ 1%] coala_quickstart/info_extraction/Utilities.py . [ 2%] coala_quickstart/interaction/Logo.py . [ 3%] tests/generation/BearsTest.py ............. [ 16%] tests/generation/InfoCollectorTest.py . [ 16%] tests/generation/ProjectTest.py .... [ 20%] tests/generation/SettingsClassTest.py .. [ 22%] tests/generation/SettingsFillingTest.py ........... [ 33%] tests/generation/SettingsTest.py ... [ 35%] tests/generation/UtilitiesTest.py ............ [ 47%] tests/green_mode/QuickstartBearTest.py . [ 48%] tests/green_mode/filename_operationsTest.py .. [ 50%] tests/green_mode/green_modeTest.py ....... +++++++++++++++++++++++++++++++++++ Timeout ++++++++++++++++++++++++++++++++++++ ~~~~~~~~~~~~~~~~~~~~~ Stack of Thread-21 (140715748394752) ~~~~~~~~~~~~~~~~~~~~~ File "/opt/python/3.5.6/lib/python3.5/threading.py", line 882, in _bootstrap self._bootstrap_inner() File "/opt/python/3.5.6/lib/python3.5/threading.py", line 914, in _bootstrap_inner self.run() File "/opt/python/3.5.6/lib/python3.5/threading.py", line 862, in run self._target(*self._args, **self._kwargs) File "/opt/python/3.5.6/lib/python3.5/multiprocessing/pool.py", line 463, in _handle_results task = get() File "/opt/python/3.5.6/lib/python3.5/multiprocessing/connection.py", line 250, in recv buf = self._recv_bytes() File "/opt/python/3.5.6/lib/python3.5/multiprocessing/connection.py", line 407, in _recv_bytes buf = self._recv(4) File "/opt/python/3.5.6/lib/python3.5/multiprocessing/connection.py", line 379, in _recv chunk = read(handle, remaining) ~~~~~~~~~~~~~~~~~~~~~ Stack of Thread-20 (140715857450752) ~~~~~~~~~~~~~~~~~~~~~ File "/opt/python/3.5.6/lib/python3.5/threading.py", line 882, in _bootstrap self._bootstrap_inner() File "/opt/python/3.5.6/lib/python3.5/threading.py", line 914, in _bootstrap_inner self.run() File "/opt/python/3.5.6/lib/python3.5/threading.py", line 862, in run self._target(*self._args, **self._kwargs) File "/opt/python/3.5.6/lib/python3.5/multiprocessing/pool.py", line 415, in _handle_tasks for taskseq, set_length in iter(taskqueue.get, None): File "/opt/python/3.5.6/lib/python3.5/queue.py", line 164, in get self.not_empty.wait() File "/opt/python/3.5.6/lib/python3.5/threading.py", line 293, in wait waiter.acquire() ~~~~~~~~~~~~~~~~~~~~~ Stack of Thread-10 (140716042041088) ~~~~~~~~~~~~~~~~~~~~~ File "/opt/python/3.5.6/lib/python3.5/threading.py", line 882, in _bootstrap self._bootstrap_inner() File "/opt/python/3.5.6/lib/python3.5/threading.py", line 914, in _bootstrap_inner self.run() File "/opt/python/3.5.6/lib/python3.5/threading.py", line 862, in run self._target(*self._args, **self._kwargs) File "/opt/python/3.5.6/lib/python3.5/multiprocessing/pool.py", line 406, in _handle_workers time.sleep(0.1) ~~~~~~~~~~~~~~~~~~~~~ Stack of Thread-9 (140716050433792) ~~~~~~~~~~~~~~~~~~~~~~ File "/opt/python/3.5.6/lib/python3.5/threading.py", line 882, in _bootstrap self._bootstrap_inner() File "/opt/python/3.5.6/lib/python3.5/threading.py", line 914, in _bootstrap_inner self.run() File "/opt/python/3.5.6/lib/python3.5/threading.py", line 862, in run self._target(*self._args, **self._kwargs) File "/opt/python/3.5.6/lib/python3.5/multiprocessing/pool.py", line 463, in _handle_results task = get() File "/opt/python/3.5.6/lib/python3.5/multiprocessing/connection.py", line 250, in recv buf = self._recv_bytes() File "/opt/python/3.5.6/lib/python3.5/multiprocessing/connection.py", line 407, in _recv_bytes buf = self._recv(4) File "/opt/python/3.5.6/lib/python3.5/multiprocessing/connection.py", line 379, in _recv chunk = read(handle, remaining) ~~~~~~~~~~~~~~~~~~~~~ Stack of Thread-7 (140716100773632) ~~~~~~~~~~~~~~~~~~~~~~ File "/opt/python/3.5.6/lib/python3.5/threading.py", line 882, in _bootstrap self._bootstrap_inner() File "/opt/python/3.5.6/lib/python3.5/threading.py", line 914, in _bootstrap_inner self.run() File "/opt/python/3.5.6/lib/python3.5/threading.py", line 862, in run self._target(*self._args, **self._kwargs) File "/opt/python/3.5.6/lib/python3.5/multiprocessing/pool.py", line 406, in _handle_workers time.sleep(0.1) File "/opt/python/3.5.6/lib/python3.5/multiprocessing/pool.py", line 245, in _maintain_pool if self._join_exited_workers(): File "/opt/python/3.5.6/lib/python3.5/multiprocessing/pool.py", line 223, in _join_exited_workers return cleaned File "/opt/python/3.5.6/lib/python3.5/multiprocessing/process.py", line 182, in exitcode return self._popen.poll() File "/opt/python/3.5.6/lib/python3.5/multiprocessing/popen_fork.py", line 42, in poll return self.returncode ~~~~~~~~~~~~~~~~~~~~~ Stack of Thread-4 (140715656075008) ~~~~~~~~~~~~~~~~~~~~~~ File "/opt/python/3.5.6/lib/python3.5/threading.py", line 882, in _bootstrap self._bootstrap_inner() File "/opt/python/3.5.6/lib/python3.5/threading.py", line 914, in _bootstrap_inner self.run() File "/opt/python/3.5.6/lib/python3.5/threading.py", line 862, in run self._target(*self._args, **self._kwargs) File "/opt/python/3.5.6/lib/python3.5/multiprocessing/pool.py", line 406, in _handle_workers time.sleep(0.1) File "/opt/python/3.5.6/lib/python3.5/multiprocessing/pool.py", line 245, in _maintain_pool if self._join_exited_workers(): File "/opt/python/3.5.6/lib/python3.5/multiprocessing/pool.py", line 223, in _join_exited_workers return cleaned File "/opt/python/3.5.6/lib/python3.5/multiprocessing/process.py", line 182, in exitcode return self._popen.poll() File "/opt/python/3.5.6/lib/python3.5/multiprocessing/popen_fork.py", line 42, in poll return self.returncode ~~~~~~~~~~~~~~~~~~~~~ Stack of Thread-6 (140716109166336) ~~~~~~~~~~~~~~~~~~~~~~ File "/opt/python/3.5.6/lib/python3.5/threading.py", line 882, in _bootstrap self._bootstrap_inner() File "/opt/python/3.5.6/lib/python3.5/threading.py", line 914, in _bootstrap_inner self.run() File "/opt/python/3.5.6/lib/python3.5/threading.py", line 862, in run self._target(*self._args, **self._kwargs) File "/opt/python/3.5.6/lib/python3.5/multiprocessing/pool.py", line 463, in _handle_results task = get() File "/opt/python/3.5.6/lib/python3.5/multiprocessing/connection.py", line 250, in recv buf = self._recv_bytes() File "/opt/python/3.5.6/lib/python3.5/multiprocessing/connection.py", line 407, in _recv_bytes buf = self._recv(4) File "/opt/python/3.5.6/lib/python3.5/multiprocessing/connection.py", line 379, in _recv chunk = read(handle, remaining) ~~~~~~~~~~~~~~~~~~~~~ Stack of Thread-5 (140716117559040) ~~~~~~~~~~~~~~~~~~~~~~ File "/opt/python/3.5.6/lib/python3.5/threading.py", line 882, in _bootstrap self._bootstrap_inner() File "/opt/python/3.5.6/lib/python3.5/threading.py", line 914, in _bootstrap_inner self.run() File "/opt/python/3.5.6/lib/python3.5/threading.py", line 862, in run self._target(*self._args, **self._kwargs) File "/opt/python/3.5.6/lib/python3.5/multiprocessing/pool.py", line 415, in _handle_tasks for taskseq, set_length in iter(taskqueue.get, None): File "/opt/python/3.5.6/lib/python3.5/queue.py", line 164, in get self.not_empty.wait() File "/opt/python/3.5.6/lib/python3.5/threading.py", line 293, in wait waiter.acquire() ~~~~~~~~~~~~~~~~~~~~~ Stack of Thread-2 (140715639289600) ~~~~~~~~~~~~~~~~~~~~~~ File "/opt/python/3.5.6/lib/python3.5/threading.py", line 882, in _bootstrap self._bootstrap_inner() File "/opt/python/3.5.6/lib/python3.5/threading.py", line 914, in _bootstrap_inner self.run() File "/opt/python/3.5.6/lib/python3.5/threading.py", line 862, in run self._target(*self._args, **self._kwargs) File "/opt/python/3.5.6/lib/python3.5/multiprocessing/pool.py", line 415, in _handle_tasks for taskseq, set_length in iter(taskqueue.get, None): File "/opt/python/3.5.6/lib/python3.5/queue.py", line 164, in get self.not_empty.wait() File "/opt/python/3.5.6/lib/python3.5/threading.py", line 293, in wait waiter.acquire() ~~~~~~~~~~~~~~~~~~~~~ Stack of Thread-19 (140715966506752) ~~~~~~~~~~~~~~~~~~~~~ File "/opt/python/3.5.6/lib/python3.5/threading.py", line 882, in _bootstrap self._bootstrap_inner() File "/opt/python/3.5.6/lib/python3.5/threading.py", line 914, in _bootstrap_inner self.run() File "/opt/python/3.5.6/lib/python3.5/threading.py", line 862, in run self._target(*self._args, **self._kwargs) File "/opt/python/3.5.6/lib/python3.5/multiprocessing/pool.py", line 406, in _handle_workers time.sleep(0.1) File "/opt/python/3.5.6/lib/python3.5/multiprocessing/pool.py", line 245, in _maintain_pool if self._join_exited_workers(): File "/opt/python/3.5.6/lib/python3.5/multiprocessing/pool.py", line 223, in _join_exited_workers return cleaned File "/opt/python/3.5.6/lib/python3.5/multiprocessing/process.py", line 182, in exitcode return self._popen.poll() File "/opt/python/3.5.6/lib/python3.5/multiprocessing/popen_fork.py", line 42, in poll return self.returncode ~~~~~~~~~~~~~~~~~~~~~ Stack of Thread-18 (140715974899456) ~~~~~~~~~~~~~~~~~~~~~ File "/opt/python/3.5.6/lib/python3.5/threading.py", line 882, in _bootstrap self._bootstrap_inner() File "/opt/python/3.5.6/lib/python3.5/threading.py", line 914, in _bootstrap_inner self.run() File "/opt/python/3.5.6/lib/python3.5/threading.py", line 862, in run self._target(*self._args, **self._kwargs) File "/opt/python/3.5.6/lib/python3.5/multiprocessing/pool.py", line 463, in _handle_results task = get() File "/opt/python/3.5.6/lib/python3.5/multiprocessing/connection.py", line 250, in recv buf = self._recv_bytes() File "/opt/python/3.5.6/lib/python3.5/multiprocessing/connection.py", line 407, in _recv_bytes buf = self._recv(4) File "/opt/python/3.5.6/lib/python3.5/multiprocessing/connection.py", line 379, in _recv chunk = read(handle, remaining) ~~~~~~~~~~~~~~~~~~~~~ Stack of Thread-11 (140716033648384) ~~~~~~~~~~~~~~~~~~~~~ File "/opt/python/3.5.6/lib/python3.5/threading.py", line 882, in _bootstrap self._bootstrap_inner() File "/opt/python/3.5.6/lib/python3.5/threading.py", line 914, in _bootstrap_inner self.run() File "/opt/python/3.5.6/lib/python3.5/threading.py", line 862, in run self._target(*self._args, **self._kwargs) File "/opt/python/3.5.6/lib/python3.5/multiprocessing/pool.py", line 415, in _handle_tasks for taskseq, set_length in iter(taskqueue.get, None): File "/opt/python/3.5.6/lib/python3.5/queue.py", line 164, in get self.not_empty.wait() File "/opt/python/3.5.6/lib/python3.5/threading.py", line 293, in wait waiter.acquire() ~~~~~~~~~~~~~~~~~~~~~ Stack of Thread-17 (140715983292160) ~~~~~~~~~~~~~~~~~~~~~ File "/opt/python/3.5.6/lib/python3.5/threading.py", line 882, in _bootstrap self._bootstrap_inner() File "/opt/python/3.5.6/lib/python3.5/threading.py", line 914, in _bootstrap_inner self.run() File "/opt/python/3.5.6/lib/python3.5/threading.py", line 862, in run self._target(*self._args, **self._kwargs) File "/opt/python/3.5.6/lib/python3.5/multiprocessing/pool.py", line 415, in _handle_tasks for taskseq, set_length in iter(taskqueue.get, None): File "/opt/python/3.5.6/lib/python3.5/queue.py", line 164, in get self.not_empty.wait() File "/opt/python/3.5.6/lib/python3.5/threading.py", line 293, in wait waiter.acquire() ~~~~~~~~~~~~~~~~~~~~~ Stack of Thread-16 (140715991684864) ~~~~~~~~~~~~~~~~~~~~~ File "/opt/python/3.5.6/lib/python3.5/threading.py", line 882, in _bootstrap self._bootstrap_inner() File "/opt/python/3.5.6/lib/python3.5/threading.py", line 914, in _bootstrap_inner self.run() File "/opt/python/3.5.6/lib/python3.5/threading.py", line 862, in run self._target(*self._args, **self._kwargs) File "/opt/python/3.5.6/lib/python3.5/multiprocessing/pool.py", line 406, in _handle_workers time.sleep(0.1) File "/opt/python/3.5.6/lib/python3.5/multiprocessing/pool.py", line 245, in _maintain_pool if self._join_exited_workers(): File "/opt/python/3.5.6/lib/python3.5/multiprocessing/pool.py", line 223, in _join_exited_workers return cleaned File "/opt/python/3.5.6/lib/python3.5/multiprocessing/process.py", line 182, in exitcode return self._popen.poll() File "/opt/python/3.5.6/lib/python3.5/multiprocessing/popen_fork.py", line 42, in poll return self.returncode ~~~~~~~~~~~~~~~~~~~~~ Stack of Thread-15 (140716000077568) ~~~~~~~~~~~~~~~~~~~~~ File "/opt/python/3.5.6/lib/python3.5/threading.py", line 882, in _bootstrap self._bootstrap_inner() File "/opt/python/3.5.6/lib/python3.5/threading.py", line 914, in _bootstrap_inner self.run() File "/opt/python/3.5.6/lib/python3.5/threading.py", line 862, in run self._target(*self._args, **self._kwargs) File "/opt/python/3.5.6/lib/python3.5/multiprocessing/pool.py", line 463, in _handle_results task = get() File "/opt/python/3.5.6/lib/python3.5/multiprocessing/connection.py", line 250, in recv buf = self._recv_bytes() File "/opt/python/3.5.6/lib/python3.5/multiprocessing/connection.py", line 407, in _recv_bytes buf = self._recv(4) File "/opt/python/3.5.6/lib/python3.5/multiprocessing/connection.py", line 379, in _recv chunk = read(handle, remaining) ~~~~~~~~~~~~~~~~~~~~~ Stack of Thread-14 (140716008470272) ~~~~~~~~~~~~~~~~~~~~~ File "/opt/python/3.5.6/lib/python3.5/threading.py", line 882, in _bootstrap self._bootstrap_inner() File "/opt/python/3.5.6/lib/python3.5/threading.py", line 914, in _bootstrap_inner self.run() File "/opt/python/3.5.6/lib/python3.5/threading.py", line 862, in run self._target(*self._args, **self._kwargs) File "/opt/python/3.5.6/lib/python3.5/multiprocessing/pool.py", line 415, in _handle_tasks for taskseq, set_length in iter(taskqueue.get, None): File "/opt/python/3.5.6/lib/python3.5/queue.py", line 164, in get self.not_empty.wait() File "/opt/python/3.5.6/lib/python3.5/threading.py", line 293, in wait waiter.acquire() ~~~~~~~~~~~~~~~~~~~~~ Stack of Thread-3 (140715647682304) ~~~~~~~~~~~~~~~~~~~~~~ File "/opt/python/3.5.6/lib/python3.5/threading.py", line 882, in _bootstrap self._bootstrap_inner() File "/opt/python/3.5.6/lib/python3.5/threading.py", line 914, in _bootstrap_inner self.run() File "/opt/python/3.5.6/lib/python3.5/threading.py", line 862, in run self._target(*self._args, **self._kwargs) File "/opt/python/3.5.6/lib/python3.5/multiprocessing/pool.py", line 463, in _handle_results task = get() File "/opt/python/3.5.6/lib/python3.5/multiprocessing/connection.py", line 250, in recv buf = self._recv_bytes() File "/opt/python/3.5.6/lib/python3.5/multiprocessing/connection.py", line 407, in _recv_bytes buf = self._recv(4) File "/opt/python/3.5.6/lib/python3.5/multiprocessing/connection.py", line 379, in _recv chunk = read(handle, remaining) ~~~~~~~~~~~~~~~~~~~~~ Stack of Thread-13 (140716016862976) ~~~~~~~~~~~~~~~~~~~~~ File "/opt/python/3.5.6/lib/python3.5/threading.py", line 882, in _bootstrap self._bootstrap_inner() File "/opt/python/3.5.6/lib/python3.5/threading.py", line 914, in _bootstrap_inner self.run() File "/opt/python/3.5.6/lib/python3.5/threading.py", line 862, in run self._target(*self._args, **self._kwargs) File "/opt/python/3.5.6/lib/python3.5/multiprocessing/pool.py", line 406, in _handle_workers time.sleep(0.1) File "/opt/python/3.5.6/lib/python3.5/multiprocessing/pool.py", line 245, in _maintain_pool if self._join_exited_workers(): File "/opt/python/3.5.6/lib/python3.5/multiprocessing/pool.py", line 223, in _join_exited_workers return cleaned File "/opt/python/3.5.6/lib/python3.5/multiprocessing/process.py", line 182, in exitcode return self._popen.poll() File "/opt/python/3.5.6/lib/python3.5/multiprocessing/popen_fork.py", line 42, in poll return self.returncode ~~~~~~~~~~~~~~~~~~~~~ Stack of Thread-12 (140716025255680) ~~~~~~~~~~~~~~~~~~~~~ File "/opt/python/3.5.6/lib/python3.5/threading.py", line 882, in _bootstrap self._bootstrap_inner() File "/opt/python/3.5.6/lib/python3.5/threading.py", line 914, in _bootstrap_inner self.run() File "/opt/python/3.5.6/lib/python3.5/threading.py", line 862, in run self._target(*self._args, **self._kwargs) File "/opt/python/3.5.6/lib/python3.5/multiprocessing/pool.py", line 463, in _handle_results task = get() File "/opt/python/3.5.6/lib/python3.5/multiprocessing/connection.py", line 250, in recv buf = self._recv_bytes() File "/opt/python/3.5.6/lib/python3.5/multiprocessing/connection.py", line 407, in _recv_bytes buf = self._recv(4) File "/opt/python/3.5.6/lib/python3.5/multiprocessing/connection.py", line 379, in _recv chunk = read(handle, remaining) ~~~~~~~~~~~~~~~~~~~~~ Stack of Thread-1 (140715630896896) ~~~~~~~~~~~~~~~~~~~~~~ File "/opt/python/3.5.6/lib/python3.5/threading.py", line 882, in _bootstrap self._bootstrap_inner() File "/opt/python/3.5.6/lib/python3.5/threading.py", line 914, in _bootstrap_inner self.run() File "/opt/python/3.5.6/lib/python3.5/threading.py", line 862, in run self._target(*self._args, **self._kwargs) File "/opt/python/3.5.6/lib/python3.5/multiprocessing/pool.py", line 406, in _handle_workers time.sleep(0.1) File "/opt/python/3.5.6/lib/python3.5/multiprocessing/pool.py", line 245, in _maintain_pool if self._join_exited_workers(): File "/opt/python/3.5.6/lib/python3.5/multiprocessing/pool.py", line 223, in _join_exited_workers return cleaned File "/opt/python/3.5.6/lib/python3.5/multiprocessing/process.py", line 182, in exitcode return self._popen.poll() File "/opt/python/3.5.6/lib/python3.5/multiprocessing/popen_fork.py", line 42, in poll return self.returncode ~~~~~~~~~~~~~~~~~~~~~ Stack of Thread-8 (140716058826496) ~~~~~~~~~~~~~~~~~~~~~~ File "/opt/python/3.5.6/lib/python3.5/threading.py", line 882, in _bootstrap self._bootstrap_inner() File "/opt/python/3.5.6/lib/python3.5/threading.py", line 914, in _bootstrap_inner self.run() File "/opt/python/3.5.6/lib/python3.5/threading.py", line 862, in run self._target(*self._args, **self._kwargs) File "/opt/python/3.5.6/lib/python3.5/multiprocessing/pool.py", line 415, in _handle_tasks for taskseq, set_length in iter(taskqueue.get, None): File "/opt/python/3.5.6/lib/python3.5/queue.py", line 164, in get self.not_empty.wait() File "/opt/python/3.5.6/lib/python3.5/threading.py", line 293, in wait waiter.acquire() +++++++++++++++++++++++++++++++++++ Timeout ++++++++++++++++++++++++++++++++++++ INTERNALERROR> Traceback (most recent call last): INTERNALERROR> File "/home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages/_pytest/main.py", line 178, in wrap_session INTERNALERROR> session.exitstatus = doit(config, session) or 0 INTERNALERROR> File "/home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages/_pytest/main.py", line 215, in _main INTERNALERROR> config.hook.pytest_runtestloop(session=session) INTERNALERROR> File "/home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages/pluggy/hooks.py", line 258, in __call__ INTERNALERROR> return self._hookexec(self, self._nonwrappers + self._wrappers, kwargs) INTERNALERROR> File "/home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages/pluggy/manager.py", line 67, in _hookexec INTERNALERROR> return self._inner_hookexec(hook, methods, kwargs) INTERNALERROR> File "/home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages/pluggy/manager.py", line 61, in INTERNALERROR> firstresult=hook.spec_opts.get('firstresult'), INTERNALERROR> File "/home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages/pluggy/callers.py", line 196, in _multicall INTERNALERROR> gen.send(outcome) INTERNALERROR> File "/home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages/pluggy/callers.py", line 76, in get_result INTERNALERROR> raise ex[1].with_traceback(ex[2]) INTERNALERROR> File "/home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages/pluggy/callers.py", line 180, in _multicall INTERNALERROR> res = hook_impl.function(*args) INTERNALERROR> File "/home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages/_pytest/main.py", line 236, in pytest_runtestloop INTERNALERROR> item.config.hook.pytest_runtest_protocol(item=item, nextitem=nextitem) INTERNALERROR> File "/home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages/pluggy/hooks.py", line 258, in __call__ INTERNALERROR> return self._hookexec(self, self._nonwrappers + self._wrappers, kwargs) INTERNALERROR> File "/home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages/pluggy/manager.py", line 67, in _hookexec INTERNALERROR> return self._inner_hookexec(hook, methods, kwargs) INTERNALERROR> File "/home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages/pluggy/manager.py", line 61, in INTERNALERROR> firstresult=hook.spec_opts.get('firstresult'), INTERNALERROR> File "/home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages/pluggy/callers.py", line 201, in _multicall INTERNALERROR> return outcome.get_result() INTERNALERROR> File "/home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages/pluggy/callers.py", line 76, in get_result INTERNALERROR> raise ex[1].with_traceback(ex[2]) INTERNALERROR> File "/home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages/pluggy/callers.py", line 180, in _multicall INTERNALERROR> res = hook_impl.function(*args) INTERNALERROR> File "/home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages/_pytest/runner.py", line 64, in pytest_runtest_protocol INTERNALERROR> runtestprotocol(item, nextitem=nextitem) INTERNALERROR> File "/home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages/_pytest/runner.py", line 79, in runtestprotocol INTERNALERROR> reports.append(call_and_report(item, "call", log)) INTERNALERROR> File "/home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages/_pytest/runner.py", line 161, in call_and_report INTERNALERROR> report = hook.pytest_runtest_makereport(item=item, call=call) INTERNALERROR> File "/home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages/pluggy/hooks.py", line 258, in __call__ INTERNALERROR> return self._hookexec(self, self._nonwrappers + self._wrappers, kwargs) INTERNALERROR> File "/home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages/pluggy/manager.py", line 67, in _hookexec INTERNALERROR> return self._inner_hookexec(hook, methods, kwargs) INTERNALERROR> File "/home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages/pluggy/manager.py", line 61, in INTERNALERROR> firstresult=hook.spec_opts.get('firstresult'), INTERNALERROR> File "/home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages/pluggy/callers.py", line 196, in _multicall INTERNALERROR> gen.send(outcome) INTERNALERROR> File "/home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages/_pytest/skipping.py", line 123, in pytest_runtest_makereport INTERNALERROR> rep = outcome.get_result() INTERNALERROR> File "/home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages/pluggy/callers.py", line 76, in get_result INTERNALERROR> raise ex[1].with_traceback(ex[2]) INTERNALERROR> File "/home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages/pluggy/callers.py", line 180, in _multicall INTERNALERROR> res = hook_impl.function(*args) INTERNALERROR> File "/home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages/_pytest/runner.py", line 331, in pytest_runtest_makereport INTERNALERROR> longrepr = item.repr_failure(excinfo) INTERNALERROR> File "/home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages/_pytest/python.py", line 674, in repr_failure INTERNALERROR> return self._repr_failure_py(excinfo, style=style) INTERNALERROR> File "/home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages/_pytest/python.py", line 667, in _repr_failure_py INTERNALERROR> return super(FunctionMixin, self)._repr_failure_py(excinfo, style=style) INTERNALERROR> File "/home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages/_pytest/nodes.py", line 295, in _repr_failure_py INTERNALERROR> tbfilter=tbfilter, INTERNALERROR> File "/home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages/_pytest/_code/code.py", line 476, in getrepr INTERNALERROR> return fmt.repr_excinfo(self) INTERNALERROR> File "/home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages/_pytest/_code/code.py", line 717, in repr_excinfo INTERNALERROR> reprtraceback = self.repr_traceback(excinfo) INTERNALERROR> File "/home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages/_pytest/_code/code.py", line 664, in repr_traceback INTERNALERROR> reprentry = self.repr_traceback_entry(entry, einfo) INTERNALERROR> File "/home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages/_pytest/_code/code.py", line 630, in repr_traceback_entry INTERNALERROR> path = self._makepath(entry.path) INTERNALERROR> File "/home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages/_pytest/_code/code.py", line 643, in _makepath INTERNALERROR> np = py.path.local().bestrelpath(path) INTERNALERROR> File "/home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages/py/_path/common.py", line 289, in bestrelpath INTERNALERROR> base = self.common(dest) INTERNALERROR> File "/home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages/py/_path/common.py", line 336, in common INTERNALERROR> for x, y in zip(self.parts(), other.parts()): INTERNALERROR> File "/home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages/py/_path/common.py", line 326, in parts INTERNALERROR> l.append(current) INTERNALERROR> File "/home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages/pytest_timeout.py", line 139, in handler INTERNALERROR> timeout_sigalrm(item, params.timeout) INTERNALERROR> File "/home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages/pytest_timeout.py", line 312, in timeout_sigalrm INTERNALERROR> pytest.fail('Timeout >%ss' % timeout) INTERNALERROR> File "/home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages/_pytest/outcomes.py", line 97, in fail INTERNALERROR> raise Failed(msg=msg, pytrace=pytrace) INTERNALERROR> Failed: Timeout >60.0s ========================= 60 passed in 181.48 seconds ========================== travis_time:end:0137be3c:start=1534327482411416646,finish=1534327684054427663,duration=201643011017 ```
jayvdb commented 6 years ago

ack https://github.com/coala/coala-quickstart/pull/206/commits/204dcd9ce4c5fbf52156fe56acddd83d44fe84fa

jayvdb commented 6 years ago

unack 204dcd9

jayvdb commented 6 years ago

You can also remove test_py36: false from .moban.yaml and regenerate templates using moban, if you want, as Appveyor 3.6 is working when I test it without the lxml pin

TravisBuddy commented 6 years ago

Hey @satwikkansal, Something went wrong with the build.

TravisCI finished with status errored, which means the build failed because of something unrelated to the tests, such as a problem with a dependency or the build process itself.

jayvdb commented 6 years ago

ack https://github.com/coala/coala-quickstart/pull/206/commits/5027672de3df61e900b3efb58d8cadf4db3b67bf

jayvdb commented 6 years ago

@gitmate-bot ff

gitmate-bot commented 6 years ago

Hey! I'm GitMate.io! This pull request is being fastforwarded automatically. Please DO NOT push while fastforward is in progress or your changes would be lost permanently :warning:

gitmate-bot commented 6 years ago

Automated fastforward with GitMate.io was successful! :tada: