Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.travis.yml: Install using pip once #466

Merged
merged 2 commits into from
Aug 13, 2018
Merged

Conversation

jayvdb
Copy link
Member

@jayvdb jayvdb commented Dec 3, 2017

The default install: phase of Travis CI does
pip install -r requirements.txt, which was
duplicated by the custom before_script: block.

Reviewers Checklist

  • Appropriate logging is done.
  • Appropriate error responses.
  • Handle every possible exception.
  • Make sure there is a docstring in the command functions. Hint: Lookout for
    botcmd and re_botcmd decorators.
  • See that 100% coverage is there.
  • See to it that mocking is not done where it is not necessary.

@Mixih
Copy link
Member

Mixih commented Dec 20, 2017

dependency conflict present with this current version https://travis-ci.org/Mixih/corobo/builds/319003240#L896. I suspect a pin is misplaced

.travis.yml Outdated
- pip install -r requirements.txt
- pip install -r test-requirements.txt
before_install:
- sed -i '1s/^/coala-bears/' requirements.txt
Copy link
Member

@Mixih Mixih Dec 20, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this regex creates a malformed dep since it just mushes it together. add a newline after the sub? https://travis-ci.org/Mixih/corobo/builds/319014020#L490

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oops ;-)

@Mixih
Copy link
Member

Mixih commented Dec 20, 2017

@meetmangukiya
Copy link
Member

@gitmate-bot rebase

@gitmate-bot
Copy link

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 ⚠️

@gitmate-bot
Copy link

Automated rebase with GitMate.io was successful! 🎉

@jayvdb
Copy link
Member Author

jayvdb commented Apr 17, 2018

There is a travis breakage in the tests, which should get solved first

@jayvdb
Copy link
Member Author

jayvdb commented May 2, 2018

@gitmate-bot rebase

@gitmate-bot
Copy link

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 ⚠️

@gitmate-bot
Copy link

Automated rebase with GitMate.io was successful! 🎉

@jayvdb
Copy link
Member Author

jayvdb commented May 2, 2018

This is blocked on a pre-release of coala

@TravisBuddy
Copy link

Travis tests have failed

Hey @jayvdb,
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

docker build -t "corobo" .
Step 1/9 : FROM python:3-alpine
3-alpine: Pulling from library/python





Digest: sha256:b05268397e827d415eb8736eb75bdb8118fbe7566ee5c5e11b44a3c8b1379df7
Status: Downloaded newer image for python:3-alpine
 ---> a5f497d596f5
Step 2/9 : ENV BOT_ROOT /opt/errbot
 ---> Running in 5af551e226e1
 ---> 51d3d9b4f795
Removing intermediate container 5af551e226e1
Step 3/9 : ADD requirements.txt $BOT_ROOT/requirements.txt
 ---> e493729450d9
Step 4/9 : RUN apk add --no-cache libffi openssl git     && apk add --no-cache --virtual .build-deps            gcc            libc-dev            libffi-dev            openssl-dev     && pip install -r $BOT_ROOT/requirements.txt     && pip install slackclient python-telegram-bot     && apk del .build-deps
 ---> Running in 5337e38e60b8
fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/community/x86_64/APKINDEX.tar.gz
(1/8) Installing nghttp2-libs (1.32.0-r0)
(2/8) Installing libssh2 (1.8.0-r3)
(3/8) Installing libcurl (7.61.0-r0)
(4/8) Installing pcre2 (10.31-r0)
(5/8) Installing git (2.18.0-r0)
(6/8) Installing libcrypto1.0 (1.0.2o-r2)
(7/8) Installing libssl1.0 (1.0.2o-r2)
(8/8) Installing openssl (1.0.2o-r2)
Executing busybox-1.28.4-r0.trigger
Executing ca-certificates-20171114-r3.trigger
OK: 34 MiB in 42 packages
fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/community/x86_64/APKINDEX.tar.gz
(1/17) Installing binutils (2.30-r5)
(2/17) Installing gmp (6.1.2-r1)
(3/17) Installing isl (0.18-r0)
(4/17) Installing libgomp (6.4.0-r8)
(5/17) Installing libatomic (6.4.0-r8)
(6/17) Installing pkgconf (1.5.3-r0)
(7/17) Installing libgcc (6.4.0-r8)
(8/17) Installing mpfr3 (3.1.5-r1)
(9/17) Installing mpc1 (1.0.3-r1)
(10/17) Installing libstdc++ (6.4.0-r8)
(11/17) Installing gcc (6.4.0-r8)
(12/17) Installing musl-dev (1.1.19-r10)
(13/17) Installing libc-dev (0.7.1-r0)
(14/17) Installing libffi-dev (3.2.1-r4)
(15/17) Installing zlib-dev (1.2.11-r1)
(16/17) Installing openssl-dev (1.0.2o-r2)
(17/17) Installing .build-deps (0)
Executing busybox-1.28.4-r0.trigger
OK: 146 MiB in 59 packages
Collecting git+https://github.com/coala/coala (from -r /opt/errbot/requirements.txt (line 1))
  Cloning https://github.com/coala/coala to /tmp/pip-req-build-xru1pk12
Collecting git+https://github.com/coala/coala-bears (from -r /opt/errbot/requirements.txt (line 2))
  Cloning https://github.com/coala/coala-bears to /tmp/pip-req-build-759_b27q
Collecting git+https://github.com/errbotio/errbot@a0f35732484c8c0692e123c48653517cffa21a42 (from -r /opt/errbot/requirements.txt (line 28))
  Cloning https://github.com/errbotio/errbot (to revision a0f35732484c8c0692e123c48653517cffa21a42) to /tmp/pip-req-build-sg1xt9ds
Collecting coverage==4.4.1 (from -r /opt/errbot/requirements.txt (line 6))
  Downloading https://files.pythonhosted.org/packages/36/db/690ee79312bb60f121c0da1c973856ddb751afe09cc10caec1452208eaf4/coverage-4.4.1.tar.gz (369kB)
Collecting coverage-env-plugin~=0.1 (from -r /opt/errbot/requirements.txt (line 7))
  Downloading https://files.pythonhosted.org/packages/e9/75/2ab8affca8ba19d64e1edb270025faa8e08fe3132cbb814474ad90a00da0/coverage_env_plugin-0.1-py2.py3-none-any.whl
Collecting coverage-config-reload-plugin~=0.2 (from -r /opt/errbot/requirements.txt (line 8))
  Downloading https://files.pythonhosted.org/packages/a1/9b/5a81825ad9f5798d495f0b96ddbd8416efaafdb46effd7a5335c8c091959/coverage_config_reload_plugin-0.2.0-py2.py3-none-any.whl
Collecting codecov~=2.0.5 (from -r /opt/errbot/requirements.txt (line 9))
  Downloading https://files.pythonhosted.org/packages/8b/28/4c1950a61c3c5786f0f34d643d0d28ec832433c9a7c0bd157690d4eb1d5f/codecov-2.0.15-py2.py3-none-any.whl
Collecting moban~=0.2.4 (from -r /opt/errbot/requirements.txt (line 10))
  Downloading https://files.pythonhosted.org/packages/3e/d5/fb1198a5d92a417b6881daaed3efda477e242a734a664e1cf29e9599ec67/moban-0.2.4-py2.py3-none-any.whl
Collecting packaging~=16.8 (from -r /opt/errbot/requirements.txt (line 11))
  Downloading https://files.pythonhosted.org/packages/87/1b/c39b7c65b5612812b83d6cab7ef2885eac9f6beb0b7b8a7071a186aea3b1/packaging-16.8-py2.py3-none-any.whl
Collecting pytest~=3.6.1 (from -r /opt/errbot/requirements.txt (line 12))
  Downloading https://files.pythonhosted.org/packages/d8/e9/73246a565c34c5f203dd78bc2382e0e93aa7a249cdaeba709099eb1bc701/pytest-3.6.4-py2.py3-none-any.whl (196kB)
Collecting pytest-cov~=2.4 (from -r /opt/errbot/requirements.txt (line 13))
  Downloading 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 /opt/errbot/requirements.txt (line 14))
  Downloading https://files.pythonhosted.org/packages/f9/6e/31efb8dc1d17052c12f39262223e94038bfcc4cc7a124235630a6d50f166/pytest-env-0.6.2.tar.gz
Collecting pytest-error-for-skips~=1.0 (from -r /opt/errbot/requirements.txt (line 15))
  Downloading 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 /opt/errbot/requirements.txt (line 16))
  Downloading https://files.pythonhosted.org/packages/11/d0/371d9e86e823c775e9f23ad797d7738b1afa94223ac82c20b5bdc735ea1d/pytest-instafail-0.3.0.tar.gz
Collecting pytest-mock~=1.1 (from -r /opt/errbot/requirements.txt (line 17))
  Downloading 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 /opt/errbot/requirements.txt (line 18))
  Downloading https://files.pythonhosted.org/packages/f5/34/4626126e041a51ef50a80d0619519b18d20aef249aac25b0d0fdd47e57ee/pytest-profiling-1.3.0.tar.gz
Collecting pytest-reorder~=0.1.0 (from -r /opt/errbot/requirements.txt (line 19))
  Downloading 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 /opt/errbot/requirements.txt (line 20))
  Downloading 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 /opt/errbot/requirements.txt (line 21))
  Downloading 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 /opt/errbot/requirements.txt (line 22))
  Downloading 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 /opt/errbot/requirements.txt (line 23))
  Downloading 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 /opt/errbot/requirements.txt (line 24))
  Downloading 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 /opt/errbot/requirements.txt (line 25))
  Downloading https://files.pythonhosted.org/packages/ac/95/a05b56bb975efa78d3557efa36acaf9cf5d2fd0ee0062060493687432e03/pip-9.0.3-py2.py3-none-any.whl (1.4MB)
Requirement already satisfied: wheel~=0.29 in /usr/local/lib/python3.7/site-packages (from -r /opt/errbot/requirements.txt (line 26)) (0.31.1)
Collecting vcrpy (from -r /opt/errbot/requirements.txt (line 27))
  Downloading https://files.pythonhosted.org/packages/45/1d/bd0d6688beb429c23723e4270cdb53342d57fb11563dbd46759f6a050c8c/vcrpy-1.13.0-py2.py3-none-any.whl
Collecting wolframalpha (from -r /opt/errbot/requirements.txt (line 29))
  Downloading https://files.pythonhosted.org/packages/11/59/0344ef8af315626203b9711fc4c8c794ad175424a9d71fd5c28e6463e387/wolframalpha-3.0.1-py2.py3-none-any.whl
Collecting github3.py~=1.0.0 (from -r /opt/errbot/requirements.txt (line 30))
  Downloading https://files.pythonhosted.org/packages/55/22/d1893dfb010407189ae872c58b338e8848151f034125477922c8f0881770/github3.py-1.0.2-py2.py3-none-any.whl (140kB)
Collecting IGitt==0.4.1.dev20180317153318 (from -r /opt/errbot/requirements.txt (line 31))
  Downloading https://files.pythonhosted.org/packages/d1/be/e5862872c906dfd6dbffb82483805e08ef40757424265bf7c9fd7035ed6b/IGitt-0.4.1.dev20180317153318-py3-none-any.whl (78kB)
Collecting gitpython (from -r /opt/errbot/requirements.txt (line 32))
  Downloading https://files.pythonhosted.org/packages/fe/e5/fafe827507644c32d6dc553a1c435cdf882e0c28918a5bab29f7fbebfb70/GitPython-2.1.11-py2.py3-none-any.whl (448kB)
Collecting ramlient (from -r /opt/errbot/requirements.txt (line 33))
  Downloading https://files.pythonhosted.org/packages/4b/d6/9faed66978d538673241e8d9aafe118d85fe699a33ae1028ce9f385b0f40/ramlient-0.1.4-py2.py3-none-any.whl
Collecting appdirs~=1.4 (from coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/56/eb/810e700ed1349edde4cbdc1b2a21e28cdf115f9faf263f6bbf8447c1abf3/appdirs-1.4.3-py2.py3-none-any.whl
Collecting cached_property~=1.4.3 (from coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/88/09/4b7a484f96cbceda746e03f0167021c909c3ceae1c6f2e844d79476cb70e/cached_property-1.4.3-py2.py3-none-any.whl
Collecting cli_helpers~=1.0.2 (from coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/bf/4a/f3a506a57619978e1775279d2bc4435821db1c391087ac02aa20137f765d/cli_helpers-1.0.2-py3-none-any.whl
Collecting coala-utils==0.7.0 (from coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/93/7d/65d619f7a64ac2ea6d43b047e63a8605d1c7193195b52a59c7ea342f5a53/coala_utils-0.7.0-py3-none-any.whl
Collecting colorlog<4.0,>=2.7 (from coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/69/eb/58ae10d3c46a0195ffdd0e3943d255d0d5029d71e5457785ecd665bcf0f3/colorlog-3.1.4-py2.py3-none-any.whl
Collecting dependency-management>0.4.* (from coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/1d/c7/e1ff3d4b90b1a4197e90bb43c87200ce89c677e26dadbc55cc9f943de47b/dependency_management-0.4.0-py3-none-any.whl
Collecting Pygments~=2.1 (from coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/02/ee/b6e02dc6529e82b75bb06823ff7d005b141037cb1416b10c6f00fc419dca/Pygments-2.2.0-py2.py3-none-any.whl (841kB)
Collecting PyPrint~=0.2.6 (from coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/b0/45/8912d660c6accfe665f6649433362aa0eb9a94a3a71ee3a71d8956f0a4ed/PyPrint-0.2.6-py3-none-any.whl
Collecting requests~=2.12 (from coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/65/47/7e02164a2a3db50ed6d8a6ab1d6d60b69c4c3fdf57a284257925dfc12bda/requests-2.19.1-py2.py3-none-any.whl (91kB)
Requirement already satisfied: setuptools>=21.0.0 in /usr/local/lib/python3.7/site-packages (from coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1)) (40.0.0)
Collecting unidiff~=0.5.2 (from coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/68/52/c7278fc3c17d1aaade84597968d88f97f0f4ec7288ddedb6970a341c5170/unidiff-0.5.5-py2.py3-none-any.whl
Collecting HTTPolice~=0.5.2 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/3a/b4/ad13fae41373a0734388b7fee1418fb9cdc57662ef46e25bcf805428c187/HTTPolice-0.5.2-py2.py3-none-any.whl (139kB)
Collecting aenum~=2.0.8 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/01/11/e0b5efc82daace980210c1b5f1458676ccc6513514955678801b44f9169c/aenum-2.0.10-py3-none-any.whl
Collecting apertium-lint~=0.29 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/44/98/910b25b2e12a758304f08ac96eedf019af113add128defc9d28bbdc63613/apertium_lint-0.29.tar.gz
Collecting autoflake~=0.7 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/b0/1b/69f59b068a688aa8b0ff77fb1f486c57f3506726add27433b9171b5514f0/autoflake-0.7.tar.gz
Collecting autopep8~=1.2 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/b7/0c/20cf0a438d5273bfd2d607ada3a7a782845ab3776c1c83c1d3baca05535e/autopep8-1.3.5.tar.gz (109kB)
Collecting bandit~=1.2 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/77/41/d57366098a30a86af1821e231949221d2b6b896cc4bdd060cc1be27fdd47/bandit-1.4.0-py2.py3-none-any.whl (116kB)
Collecting bashate~=0.5.1 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/22/3c/10efc0119b59e77c74e94eb9768f409b4ba25238a0e3082203bc5386793f/bashate-0.5.1.tar.gz
Collecting cmakelint~=1.3 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/e4/96/9399aa215a3e848961866f5951b9c8f9317b456bc7ef39d264a75379cf65/cmakelint-1.3.4.1.tar.gz
Collecting cppclean~=0.12.0 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/5d/b6/add9db6792f6a2f1fe09341a668deda702e1d8c6b893d867c387fe28ec49/cppclean-0.12.tar.gz
Collecting cpplint~=1.3 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/95/42/27a16ef7fc609aba82bec923e2d29a1fa163bc95a267eaf1acc780e949fc/cpplint-1.3.0.tar.gz (71kB)
Collecting dennis~=0.9 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/2d/2e/2cb43a5e787387b558d2eeefc2713305d2df97c4622cee37b1e6f5505031/dennis-0.9-py2.py3-none-any.whl
Collecting docutils-ast-writer~=0.1.2 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/08/d4/2e84997a6af71654048e1d7d000239ba3a8656c09fe1b07d951492cbab30/docutils-ast-writer-0.1.2.tar.gz
Collecting eradicate~=0.1.6 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/9e/be/eddefaace7d3254a9bd61b23f121db2bc43b660b87bca2b2c220e38f7404/eradicate-0.1.6.tar.gz
Collecting git-url-parse~=1.1.0 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/0d/66/3f4a12c4e13aae46aaa8062c3bef12e86478aac1ed31f4c05c3e1887d367/git_url_parse-1.1.0-py3-none-any.whl
Collecting guess-language-spirit~=0.5.2 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/8b/4f/9ed0280b24e9e6875c3870a97659d0106a14e36db0d7d65c5277066fc7d0/guess_language-spirit-0.5.3.tar.bz2 (81kB)
Collecting html-linter~=0.4.0 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/0b/45/12b968a45d223bc9a3131022514eacdaeffd591973bb2025330057a7b7c6/html-linter-0.4.0.tar.gz
Collecting isort~=4.2 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/1f/2c/22eee714d7199ae0464beda6ad5fedec8fee6a2f7ffd1e8f1840928fe318/isort-4.3.4-py3-none-any.whl (45kB)
Collecting libclang-py3~=3.4.0 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/d7/30/aa84ad1b75cf67272a4b27a818ed0aa6f41532d9837ca798506747deffb4/libclang-py3-3.4.0.tar.gz
Collecting memento_client~=0.6.1 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/41/8d/8dfc683c1228779b2eb6e80681e70d450b20fce58d53483fb6e5c7f6ff34/memento_client-0.6.1-py2.py3-none-any.whl
Collecting munkres3~=1.0 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/a3/07/f535738fa57756f53f7bbe6338f1a2e809528c542045769d89c633b47b62/munkres3-1.0.5.5.tar.gz
Collecting mypy==0.590 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/d6/e2/37a8a5dce634a094b90e13eda246a4b736a660124e78808f47fbad99f510/mypy-0.590-py3-none-any.whl (1.3MB)
Collecting nbformat~=4.1 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/da/27/9a654d2b6cc1eaa517d1c5a4405166c7f6d72f04f6e7eea41855fe808a46/nbformat-4.4.0-py2.py3-none-any.whl (155kB)
Collecting nltk~=3.2 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/50/09/3b1755d528ad9156ee7243d52aa5cd2b809ef053a0f31b53d92853dd653a/nltk-3.3.0.zip (1.4MB)
Collecting proselint~=0.7.0 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/e6/78/c46f694a0e43ce47d0d6ae089f750131544018dc1119fc7da58ffd4b1e03/proselint-0.7.0.tar.gz (78kB)
Collecting pycodestyle~=2.2 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/e5/c6/ce130213489969aa58610042dff1d908c25c731c9575af6935c2dfad03aa/pycodestyle-2.4.0-py2.py3-none-any.whl (62kB)
Collecting pydocstyle~=2.0 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/43/8a/f1141af0c8406788a5c38ad5001d4163d903b5384a6517239d2ac42734c8/pydocstyle-2.1.1-py3-none-any.whl
Collecting pyflakes~=2.0.0 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/44/98/af7a72c9a543b1487d92813c648cb9b9adfbc96faef5455d60f4439aa99b/pyflakes-2.0.0-py2.py3-none-any.whl (53kB)
Collecting pylint~=1.7.2 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/f8/86/410d53faff049641f34951843245d168261512aea787a1f9f05c3fa025a0/pylint-1.7.6-py2.py3-none-any.whl (640kB)
Collecting pyroma~=2.2.0 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/de/f3/104ae27624982cd4b6de786d9afe23a2dc0b8c0999443ba370b3755848c7/pyroma-2.2.tar.gz (349kB)
Collecting pyyaml~=3.12 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/9e/a3/1d13970c3f36777c583f136c136f804d70f500168edc1edea6daa7200769/PyYAML-3.13.tar.gz (270kB)
Collecting radon==1.4.0 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/b1/24/594df18af8141787d8e2d694fbc898fd26f0aa26597fe6f6652cdb773a7f/radon-1.4.0-py2.py3-none-any.whl (44kB)
Collecting restructuredtext-lint~=1.0.0 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/7f/ff/b4e6cdba3fb40858e07c4508a552426f49160ba9feeb4300ffaca9c508e5/restructuredtext_lint-1.0.1.tar.gz
Collecting rstcheck~=3.1 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/ea/6e/c7a910dce2cafa17942b456cdbb5cf637a87a549e491d794b424b90e2bb1/rstcheck-3.3.tar.gz
Collecting safety~=1.8.2 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/3f/98/619b918db417299e0f7a5f7c6239bec6abc18746ef533734a64e1feca241/safety-1.8.4-py2.py3-none-any.whl
Collecting scspell3k~=2.0 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/fe/0a/38e98cce6114542c7b2ef887767c2f9a0bff031a3f21e14927be1fbc2203/scspell3k-2.1.tar.gz (272kB)
Collecting vim-vint!=0.3.19,~=0.3.12 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/fe/eb/b7f535ed5fe329d8e23f95e79645a9aac8c0bc569cf7882bf11fc84388fe/vim-vint-0.3.18.tar.gz (65kB)
Collecting vulture~=0.25.0 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/98/d7/3cc454c33422f1c43255928e7b4bac77a0bcabb113a946997edc60a2a176/vulture-0.25-py2.py3-none-any.whl
Collecting yamllint~=1.6.1 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/07/cf/213a023883122cc527bdc5cab135a4e30af93c1a0feaa6cabc16aaee68ac/yamllint-1.6.1-py2.py3-none-any.whl
Collecting yapf~=0.21.0 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/6d/0c/65c7318a7f134270ef565d1cdfffdb714a0de1526f9a6c71452552633da7/yapf-0.21.0-py2.py3-none-any.whl (162kB)
Collecting webtest (from errbot==9.9.9->-r /opt/errbot/requirements.txt (line 28))
  Downloading https://files.pythonhosted.org/packages/12/2c/77b8f02582ed1aa70f82608ee437ecce087019a2f3e0ac5cf830299504d2/WebTest-2.0.30-py2.py3-none-any.whl
Collecting flask (from errbot==9.9.9->-r /opt/errbot/requirements.txt (line 28))
  Downloading https://files.pythonhosted.org/packages/7f/e7/08578774ed4536d3242b14dacb4696386634607af824ea997202cd0edb4b/Flask-1.0.2-py2.py3-none-any.whl (91kB)
Collecting jinja2 (from errbot==9.9.9->-r /opt/errbot/requirements.txt (line 28))
  Downloading https://files.pythonhosted.org/packages/7f/ff/ae64bacdfc95f27a016a7bed8e8686763ba4d277a78ca76f32659220a731/Jinja2-2.10-py2.py3-none-any.whl (126kB)
Collecting pyOpenSSL (from errbot==9.9.9->-r /opt/errbot/requirements.txt (line 28))
  Downloading https://files.pythonhosted.org/packages/96/af/9d29e6bd40823061aea2e0574ccb2fcf72bfd6130ce53d32773ec375458c/pyOpenSSL-18.0.0-py2.py3-none-any.whl (53kB)
Collecting markdown (from errbot==9.9.9->-r /opt/errbot/requirements.txt (line 28))
  Downloading https://files.pythonhosted.org/packages/6d/7d/488b90f470b96531a3f5788cf12a93332f543dbab13c423a5e7ce96a0493/Markdown-2.6.11-py2.py3-none-any.whl (78kB)
Collecting ansi (from errbot==9.9.9->-r /opt/errbot/requirements.txt (line 28))
  Downloading https://files.pythonhosted.org/packages/60/d3/ffdb7b88446f124e2a550e5444c9ee2fb531f8d79103a318c061b63c87aa/ansi-0.1.3.tar.gz
Collecting pygments-markdown-lexer>=0.1.0.dev39 (from errbot==9.9.9->-r /opt/errbot/requirements.txt (line 28))
  Downloading https://files.pythonhosted.org/packages/c3/12/674cdee66635d638cedb2c5d9c85ce507b7b2f91bdba29e482f1b1160ff6/pygments-markdown-lexer-0.1.0.dev39.zip
Collecting dnspython3 (from errbot==9.9.9->-r /opt/errbot/requirements.txt (line 28))
  Downloading https://files.pythonhosted.org/packages/f0/bb/f41cbc8eaa807afb9d44418f092aa3e4acf0e4f42b439c49824348f1f45c/dnspython3-1.15.0.zip
Collecting daemonize (from errbot==9.9.9->-r /opt/errbot/requirements.txt (line 28))
  Downloading https://files.pythonhosted.org/packages/65/58/80ecb001c5892f03bd2c9266d986a070e705eb0db8e3b0fdbb10168af31b/daemonize-2.4.7-py2.py3-none-any.whl
Collecting lml==0.0.3 (from moban~=0.2.4->-r /opt/errbot/requirements.txt (line 10))
  Downloading https://files.pythonhosted.org/packages/35/29/a0a2bc0b70a2eb21d2315d45590e9bcee640cb04d48090a19c36a07edf2d/lml-0.0.3-py2.py3-none-any.whl
Collecting crayons (from moban~=0.2.4->-r /opt/errbot/requirements.txt (line 10))
  Downloading https://files.pythonhosted.org/packages/14/fa/635fdd47686a0f29692d927333fcf39e0279fc39c81704866c97adc34053/crayons-0.1.2.tar.gz
Collecting six (from packaging~=16.8->-r /opt/errbot/requirements.txt (line 11))
  Downloading https://files.pythonhosted.org/packages/67/4b/141a581104b1f6397bfa78ac9d43d8ad29a7ca43ea90a2d863fe3056e86a/six-1.11.0-py2.py3-none-any.whl
Collecting pyparsing (from packaging~=16.8->-r /opt/errbot/requirements.txt (line 11))
  Downloading https://files.pythonhosted.org/packages/6a/8a/718fd7d3458f9fab8e67186b00abdd345b639976bc7fb3ae722e1b026a50/pyparsing-2.2.0-py2.py3-none-any.whl (56kB)
Collecting py>=1.5.0 (from pytest~=3.6.1->-r /opt/errbot/requirements.txt (line 12))
  Downloading https://files.pythonhosted.org/packages/f3/bd/83369ff2dee18f22f27d16b78dd651e8939825af5f8b0b83c38729069962/py-1.5.4-py2.py3-none-any.whl (83kB)
Collecting pluggy<0.8,>=0.5 (from pytest~=3.6.1->-r /opt/errbot/requirements.txt (line 12))
  Downloading https://files.pythonhosted.org/packages/f5/f1/5a93c118663896d83f7bcbfb7f657ce1d0c0d617e6b4a443a53abcc658ca/pluggy-0.7.1-py2.py3-none-any.whl
Collecting attrs>=17.4.0 (from pytest~=3.6.1->-r /opt/errbot/requirements.txt (line 12))
  Downloading https://files.pythonhosted.org/packages/41/59/cedf87e91ed541be7957c501a92102f9cc6363c623a7666d69d51c78ac5b/attrs-18.1.0-py2.py3-none-any.whl
Collecting atomicwrites>=1.0 (from pytest~=3.6.1->-r /opt/errbot/requirements.txt (line 12))
  Downloading https://files.pythonhosted.org/packages/0a/e8/cd6375e7a59664eeea9e1c77a766eeac0fc3083bb958c2b41ec46b95f29c/atomicwrites-1.1.5-py2.py3-none-any.whl
Collecting more-itertools>=4.0.0 (from pytest~=3.6.1->-r /opt/errbot/requirements.txt (line 12))
  Downloading https://files.pythonhosted.org/packages/79/b1/eace304ef66bd7d3d8b2f78cc374b73ca03bc53664d78151e9df3b3996cc/more_itertools-4.3.0-py3-none-any.whl (48kB)
Collecting gprof2dot (from pytest-profiling~=1.3.0->-r /opt/errbot/requirements.txt (line 18))
  Downloading https://files.pythonhosted.org/packages/9d/36/f977122502979f3dfb50704979c9ed70e6b620787942b089bf1af15f5aba/gprof2dot-2017.9.19.tar.gz
Collecting execnet>=1.1 (from pytest-xdist~=1.15->-r /opt/errbot/requirements.txt (line 23))
  Downloading 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 /opt/errbot/requirements.txt (line 23))
  Downloading https://files.pythonhosted.org/packages/dd/9d/fb75af584b850a902c9ce5ec96ea5c623978113b8a240ab414e1a435df93/pytest_forked-0.2-py2.py3-none-any.whl
Collecting yarl; python_version >= "3.4" (from vcrpy->-r /opt/errbot/requirements.txt (line 27))
  Downloading https://files.pythonhosted.org/packages/43/b8/057c3e5b546ff4b24263164ecda13f6962d85c9dc477fcc0bcdcb3adb658/yarl-1.2.6.tar.gz (159kB)
Collecting wrapt (from vcrpy->-r /opt/errbot/requirements.txt (line 27))
  Downloading https://files.pythonhosted.org/packages/a0/47/66897906448185fcb77fc3c2b1bc20ed0ecca81a0f2f88eda3fc5a34fc3d/wrapt-1.10.11.tar.gz
Collecting jaraco.itertools>=2.0 (from wolframalpha->-r /opt/errbot/requirements.txt (line 29))
  Downloading https://files.pythonhosted.org/packages/0e/0e/65b821469e94a5ff2774dab4b4e54cf4253372c0f8be5acdf797089e160e/jaraco.itertools-2.4-py2.py3-none-any.whl
Collecting xmltodict (from wolframalpha->-r /opt/errbot/requirements.txt (line 29))
  Downloading https://files.pythonhosted.org/packages/42/a9/7e99652c6bc619d19d58cdd8c47560730eb5825d43a7e25db2e1d776ceb7/xmltodict-0.11.0-py2.py3-none-any.whl
Collecting python-dateutil>=2.6.0 (from github3.py~=1.0.0->-r /opt/errbot/requirements.txt (line 30))
  Downloading https://files.pythonhosted.org/packages/cf/f5/af2b09c957ace60dcfac112b669c45c8c97e32f94aa8b56da4c6d1682825/python_dateutil-2.7.3-py2.py3-none-any.whl (211kB)
Collecting uritemplate>=3.0.0 (from github3.py~=1.0.0->-r /opt/errbot/requirements.txt (line 30))
  Downloading https://files.pythonhosted.org/packages/e5/7d/9d5a640c4f8bf2c8b1afc015e9a9d8de32e13c9016dcc4b0ec03481fb396/uritemplate-3.0.0-py2.py3-none-any.whl
Collecting cryptography~=2.1.4 (from IGitt==0.4.1.dev20180317153318->-r /opt/errbot/requirements.txt (line 31))
  Downloading https://files.pythonhosted.org/packages/78/c5/7188f15a92413096c93053d5304718e1f6ba88b818357d05d19250ebff85/cryptography-2.1.4.tar.gz (441kB)
Collecting backoff~=1.4.3 (from IGitt==0.4.1.dev20180317153318->-r /opt/errbot/requirements.txt (line 31))
  Downloading https://files.pythonhosted.org/packages/e8/f6/c77665cefc8c943c53857909c41cd7efe685ae02029762703e99f18ee7b3/backoff-1.4.3.tar.gz
Collecting PyJWT~=1.5.3 (from IGitt==0.4.1.dev20180317153318->-r /opt/errbot/requirements.txt (line 31))
  Downloading https://files.pythonhosted.org/packages/8a/a6/4d931a2c77a224d27c78382f4ce8ec07542d4426ea2793bea77a689273c2/PyJWT-1.5.3-py2.py3-none-any.whl
Collecting beautifulsoup4~=4.6.0 (from IGitt==0.4.1.dev20180317153318->-r /opt/errbot/requirements.txt (line 31))
  Downloading https://files.pythonhosted.org/packages/21/0a/47fdf541c97fd9b6a610cb5fd518175308a7cc60569962e776ac52420387/beautifulsoup4-4.6.3-py3-none-any.whl (90kB)
Collecting gitdb2>=2.0.0 (from gitpython->-r /opt/errbot/requirements.txt (line 32))
  Downloading https://files.pythonhosted.org/packages/a9/fb/d3afc4e2a8d506a07af19f125f7a473ae1b56f942ed2ba80776eb8ae23b1/gitdb2-2.0.4-py2.py3-none-any.whl (62kB)
Collecting ramlfications (from ramlient->-r /opt/errbot/requirements.txt (line 33))
  Downloading https://files.pythonhosted.org/packages/92/a6/2c55224098adb71ffcaf02fbf9309043baf9f0594a67b6fa609db8f59fe4/ramlfications-0.1.9-py2.py3-none-any.whl (49kB)
Collecting terminaltables>=3.0.0 (from cli_helpers~=1.0.2->coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/9b/c4/4a21174f32f8a7e1104798c445dacdc1d4df86f2f26722767034e4de4bff/terminaltables-3.1.0.tar.gz
Collecting tabulate[widechars]>=0.8.2 (from cli_helpers~=1.0.2->coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/12/c2/11d6845db5edf1295bc08b2f488cf5937806586afe42936c3f34c097ebdc/tabulate-0.8.2.tar.gz (45kB)
Collecting testfixtures~=5.3.1 (from coala-utils==0.7.0->coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/29/7f/b199f5850b713b81e93fb2df53e11fe2ef987e55f0ae42475b25ecf5066c/testfixtures-5.3.1-py2.py3-none-any.whl (75kB)
Collecting sarge~=0.1.4 (from dependency-management>0.4.*->coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/c4/2b/deaaacf4af3f9c45c48be04a6a48fec60515fb34dafda9fe61ecd2c5e4cc/sarge-0.1.5.post0.tar.gz
Collecting termcolor~=1.1.0 (from PyPrint~=0.2.6->coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/8a/48/a76be51647d0eb9f10e2a4511bf3ffb8cc1e6b14e9e4fab46173aa79f981/termcolor-1.1.0.tar.gz
Collecting colorama~=0.3.7 (from PyPrint~=0.2.6->coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/db/c8/7dcf9dbcb22429512708fe3a547f8b6101c0d02137acbd892505aee57adf/colorama-0.3.9-py2.py3-none-any.whl
Collecting urllib3<1.24,>=1.21.1 (from requests~=2.12->coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/bd/c9/6fdd990019071a4a32a5e7cb78a1d92c53851ef4f56f62a3486e6a7d8ffb/urllib3-1.23-py2.py3-none-any.whl (133kB)
Collecting chardet<3.1.0,>=3.0.2 (from requests~=2.12->coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/bc/a9/01ffebfb562e4274b6487b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whl (133kB)
Collecting idna<2.8,>=2.5 (from requests~=2.12->coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/4b/2a/0276479a4b3caeb8a8c1af2f8e4355746a97fab05a372e4a2c6a6b876165/idna-2.7-py2.py3-none-any.whl (58kB)
Collecting certifi>=2017.4.17 (from requests~=2.12->coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/7c/e6/92ad559b7192d846975fc916b65f667c7b8c3a32bea7372340bfe9a15fa5/certifi-2018.4.16-py2.py3-none-any.whl (150kB)
Collecting brotlipy>=0.5.1 (from HTTPolice~=0.5.2->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/d9/91/bc79b88590e4f662bd40a55a2b6beb0f15da4726732efec5aa5a3763d856/brotlipy-0.7.0.tar.gz (413kB)
Collecting dominate>=2.2.0 (from HTTPolice~=0.5.2->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/43/b2/3b7d67dd59dab93ae08569384b254323516e8868b453eea5614a53835baf/dominate-2.3.1.tar.gz
Collecting singledispatch>=3.4.0.3 (from HTTPolice~=0.5.2->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/c5/10/369f50bcd4621b263927b0a1519987a04383d4a98fb10438042ad410cf88/singledispatch-3.4.0.3-py2.py3-none-any.whl
Collecting lxml>=3.6.0 (from HTTPolice~=0.5.2->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/ca/63/139b710671c1655aed3b20c1e6776118c62e9f9311152f4c6031e12a0554/lxml-4.2.4.tar.gz (2.5MB)
Collecting bitstring>=3.1.4 (from HTTPolice~=0.5.2->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/f3/e5/dfe4c49c93d174a5fd807ed307d3a3f38c6b3e140972945f81a5f5578ca7/bitstring-3.1.5.zip (624kB)
Collecting defusedxml>=0.5.0 (from HTTPolice~=0.5.2->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/87/1c/17f3e3935a913dfe2a5ca85fa5ccbef366bfd82eb318b1f75dadbf0affca/defusedxml-0.5.0-py2.py3-none-any.whl
Collecting stevedore>=1.17.1 (from bandit~=1.2->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/a1/d9/93a975469c53a9ee85de9ec0deb12345aa777748b4c263860668592344fe/stevedore-1.29.0-py2.py3-none-any.whl
Collecting pbr>=1.6 (from bashate~=0.5.1->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/69/1c/98cba002ed975a91a0294863d9c774cc0ebe38e05bbb65e83314550b1677/pbr-4.2.0-py2.py3-none-any.whl (100kB)
Collecting Babel>=1.3 (from bashate~=0.5.1->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/b8/ad/c6f60602d3ee3d92fbed87675b6fb6a6f9a38c223343ababdb44ba201f10/Babel-2.6.0-py2.py3-none-any.whl (8.1MB)
Collecting polib>=1.0.8 (from dennis~=0.9->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/30/a2/e407c3b00cace3d7fc8df14d364deeecfeb96044e1a317de583bc26eae58/polib-1.1.0-py2.py3-none-any.whl
Collecting click>=6 (from dennis~=0.9->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/34/c1/8806f99713ddb993c5366c362b2f908f18269f8d792aff1abfd700775a77/click-6.7-py2.py3-none-any.whl (71kB)
Collecting docutils>=0.12 (from docutils-ast-writer~=0.1.2->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/36/fa/08e9e6e0e3cbd1d362c3bbee8d01d0aedb2155c4ac112b19ef3cae8eed8d/docutils-0.14-py3-none-any.whl (543kB)
Collecting template-remover (from html-linter~=0.4.0->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/34/89/e440ff92cd0de37dbd7d7660fe75bb29e8674dae56bd2e20ab2ef3e377c8/template-remover-0.1.9.tar.gz
Collecting docopt>=0.6.1 (from html-linter~=0.4.0->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/a2/55/8f8cab2afd404cf578136ef2cc5dfb50baa1761b68c9da1fb1e4eed343c9/docopt-0.6.2.tar.gz
Collecting typed-ast<1.2.0,>=1.1.0 (from mypy==0.590->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/52/cf/2ebc7d282f026e21eed4987e42e10964a077c13cfc168b42f3573a7f178c/typed-ast-1.1.0.tar.gz (200kB)
Collecting ipython-genutils (from nbformat~=4.1->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/fa/bc/9bd3b5c2b4774d5f33b2d544f1460be9df7df2fe42f352135381c347c69a/ipython_genutils-0.2.0-py2.py3-none-any.whl
Collecting jsonschema!=2.5.0,>=2.4 (from nbformat~=4.1->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/77/de/47e35a97b2b05c2fadbec67d44cfcdcd09b8086951b331d82de90d2912da/jsonschema-2.6.0-py2.py3-none-any.whl
Collecting traitlets>=4.1 (from nbformat~=4.1->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/93/d6/abcb22de61d78e2fc3959c964628a5771e47e7cc60d53e9342e21ed6cc9a/traitlets-4.3.2-py2.py3-none-any.whl (74kB)
Collecting jupyter-core (from nbformat~=4.1->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/1d/44/065d2d7bae7bebc06f1dd70d23c36da8c50c0f08b4236716743d706762a8/jupyter_core-4.4.0-py2.py3-none-any.whl (126kB)
Collecting future (from proselint~=0.7.0->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/00/2b/8d082ddfed935f3608cc61140df6dcbf0edea1bc3ab52fb6c29ae3e81e85/future-0.16.0.tar.gz (824kB)
Collecting snowballstemmer (from pydocstyle~=2.0->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/d4/6c/8a935e2c7b54a37714656d753e4187ee0631988184ed50c0cf6476858566/snowballstemmer-1.2.1-py2.py3-none-any.whl (64kB)
Collecting mccabe (from pylint~=1.7.2->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/87/89/479dc97e18549e21354893e4ee4ef36db1d237534982482c3681ee6e7b57/mccabe-0.6.1-py2.py3-none-any.whl
Collecting astroid<1.6,>=1.5.1 (from pylint~=1.7.2->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/9a/a7/d8155abf1c58457f1c65a20208ff128ec403d810dd55c40a39047f1bbddd/astroid-1.5.3-py2.py3-none-any.whl (269kB)
Collecting mando<0.4,>=0.3 (from radon==1.4.0->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/4a/77/180f0b61dca785a6b76c4f1ba611100fbc628abeb8415fa7c5c4c5d99e0b/mando-0.3.3-py2.py3-none-any.whl
Collecting dparse>=0.4.1 (from safety~=1.8.2->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/8d/89/39cdc1b885e0af65fd172be21c318c3c750d1fbca0582c7b7ffe9873ed78/dparse-0.4.1.tar.gz
Collecting ansicolor~=0.2.4 (from vim-vint!=0.3.19,~=0.3.12->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/42/0b/f370fae6d0070758e8bbf46c77da779e4ea79870ea5197893b2678848aeb/ansicolor-0.2.6-py2.py3-none-any.whl
Collecting WebOb>=1.2 (from webtest->errbot==9.9.9->-r /opt/errbot/requirements.txt (line 28))
  Downloading https://files.pythonhosted.org/packages/d2/df/9b3b374ea2a82b875a90d1fdcf2c4a652d48f0d1e7c2d1034d636551d4d2/WebOb-1.8.2-py2.py3-none-any.whl (115kB)
Collecting waitress>=0.8.5 (from webtest->errbot==9.9.9->-r /opt/errbot/requirements.txt (line 28))
  Downloading https://files.pythonhosted.org/packages/ee/af/ac32a716d64e56561ee9c23ce45ee2865d7ac4e0678b737d2f5ee49b5fd6/waitress-1.1.0-py2.py3-none-any.whl (114kB)
Collecting Werkzeug>=0.14 (from flask->errbot==9.9.9->-r /opt/errbot/requirements.txt (line 28))
  Downloading https://files.pythonhosted.org/packages/20/c4/12e3e56473e52375aa29c4764e70d1b8f3efa6682bef8d0aae04fe335243/Werkzeug-0.14.1-py2.py3-none-any.whl (322kB)
Collecting itsdangerous>=0.24 (from flask->errbot==9.9.9->-r /opt/errbot/requirements.txt (line 28))
  Downloading https://files.pythonhosted.org/packages/dc/b4/a60bcdba945c00f6d608d8975131ab3f25b22f2bcfe1dab221165194b2d4/itsdangerous-0.24.tar.gz (46kB)
Collecting MarkupSafe>=0.23 (from jinja2->errbot==9.9.9->-r /opt/errbot/requirements.txt (line 28))
  Downloading https://files.pythonhosted.org/packages/4d/de/32d741db316d8fdb7680822dd37001ef7a448255de9699ab4bfcbdf4172b/MarkupSafe-1.0.tar.gz
Collecting dnspython==1.15.0 (from dnspython3->errbot==9.9.9->-r /opt/errbot/requirements.txt (line 28))
  Downloading https://files.pythonhosted.org/packages/a6/72/209e18bdfedfd78c6994e9ec96981624a5ad7738524dd474237268422cb8/dnspython-1.15.0-py2.py3-none-any.whl (177kB)
Collecting apipkg>=1.4 (from execnet>=1.1->pytest-xdist~=1.15->-r /opt/errbot/requirements.txt (line 23))
  Downloading https://files.pythonhosted.org/packages/67/08/4815a09603fc800209431bec5b8bd2acf2f95abdfb558a44a42507fb94da/apipkg-1.5-py2.py3-none-any.whl
Collecting multidict>=4.0 (from yarl; python_version >= "3.4"->vcrpy->-r /opt/errbot/requirements.txt (line 27))
  Downloading https://files.pythonhosted.org/packages/9d/b9/3cf1b908d7af6530209a7a16d71ab2734a736c3cdf0657e3a06d0209811e/multidict-4.3.1.tar.gz (137kB)
Collecting inflect (from jaraco.itertools>=2.0->wolframalpha->-r /opt/errbot/requirements.txt (line 29))
  Downloading https://files.pythonhosted.org/packages/82/12/af36f5420b495ad6e75f4532eaad64ee7301d0ef568a4eb87ded9bfcacb3/inflect-1.0.0-py2.py3-none-any.whl (59kB)
Collecting asn1crypto>=0.21.0 (from cryptography~=2.1.4->IGitt==0.4.1.dev20180317153318->-r /opt/errbot/requirements.txt (line 31))
  Downloading https://files.pythonhosted.org/packages/ea/cd/35485615f45f30a510576f1a56d1e0a7ad7bd8ab5ed7cdc600ef7cd06222/asn1crypto-0.24.0-py2.py3-none-any.whl (101kB)
Collecting cffi>=1.7 (from cryptography~=2.1.4->IGitt==0.4.1.dev20180317153318->-r /opt/errbot/requirements.txt (line 31))
  Downloading https://files.pythonhosted.org/packages/e7/a7/4cd50e57cc6f436f1cc3a7e8fa700ff9b8b4d471620629074913e3735fb2/cffi-1.11.5.tar.gz (438kB)
Collecting smmap2>=2.0.0 (from gitdb2>=2.0.0->gitpython->-r /opt/errbot/requirements.txt (line 32))
  Downloading https://files.pythonhosted.org/packages/0f/14/e3112808b727f72df9531fc2f00b84d4966e66001748b6883a21c767e902/smmap2-2.0.4-py2.py3-none-any.whl
Collecting markdown2 (from ramlfications->ramlient->-r /opt/errbot/requirements.txt (line 33))
  Downloading https://files.pythonhosted.org/packages/64/75/03ad43fdc360438357ecc0c8e98b739ec204276fe4c64a684df6883dffeb/markdown2-2.3.5.zip (161kB)
Collecting jsonref (from ramlfications->ramlient->-r /opt/errbot/requirements.txt (line 33))
  Downloading https://files.pythonhosted.org/packages/3a/fe/42aca2f2a2e668375a92fcf74e0977a4943ca508e171c9a311b7d5fb9b07/jsonref-0.1.tar.gz
Collecting wcwidth (from tabulate[widechars]>=0.8.2->cli_helpers~=1.0.2->coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/7e/9f/526a6947247599b084ee5232e4f9190a38f398d7300d866af3ab571a5bfe/wcwidth-0.1.7-py2.py3-none-any.whl
Collecting pytz>=0a (from Babel>=1.3->bashate~=0.5.1->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/30/4e/27c34b62430286c6d59177a0842ed90dc789ce5d1ed740887653b898779a/pytz-2018.5-py2.py3-none-any.whl (510kB)
Collecting decorator (from traitlets>=4.1->nbformat~=4.1->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/bc/bb/a24838832ba35baf52f32ab1a49b906b5f82fb7c76b2f6a7e35e140bac30/decorator-4.3.0-py2.py3-none-any.whl
Collecting lazy-object-proxy (from astroid<1.6,>=1.5.1->pylint~=1.7.2->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/55/08/23c0753599bdec1aec273e322f277c4e875150325f565017f6280549f554/lazy-object-proxy-1.3.1.tar.gz
Collecting pycparser (from cffi>=1.7->cryptography~=2.1.4->IGitt==0.4.1.dev20180317153318->-r /opt/errbot/requirements.txt (line 31))
  Downloading https://files.pythonhosted.org/packages/8c/2d/aad7f16146f4197a11f8e91fb81df177adcc2073d36a17b1491fd09df6ed/pycparser-2.18.tar.gz (245kB)
Building wheels for collected packages: coverage, pytest-env, pytest-instafail, pytest-profiling, coala, coala-bears, apertium-lint, autoflake, autopep8, bashate, cmakelint, cppclean, cpplint, docutils-ast-writer, eradicate, guess-language-spirit, html-linter, libclang-py3, munkres3, nltk, proselint, pyroma, pyyaml, restructuredtext-lint, rstcheck, scspell3k, vim-vint, errbot, ansi, pygments-markdown-lexer, dnspython3, crayons, gprof2dot, yarl, wrapt, cryptography, backoff, terminaltables, tabulate, sarge, termcolor, brotlipy, dominate, lxml, bitstring, template-remover, docopt, typed-ast, future, dparse, itsdangerous, MarkupSafe, multidict, cffi, markdown2, jsonref, lazy-object-proxy, pycparser
  Running setup.py bdist_wheel for coverage: started
  Running setup.py bdist_wheel for coverage: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/14/ac/8c/1f9b70078ccfb05df0a056de4c8ce643a569763f08739071bd
  Running setup.py bdist_wheel for pytest-env: started
  Running setup.py bdist_wheel for pytest-env: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/75/fc/26/357bc139b726977ab08817308ce76d96a26bdbe2329a43b15a
  Running setup.py bdist_wheel for pytest-instafail: started
  Running setup.py bdist_wheel for pytest-instafail: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/6e/da/90/d15c472888a430f33ad750656ed2e7509d6b54272416f9733c
  Running setup.py bdist_wheel for pytest-profiling: started
  Running setup.py bdist_wheel for pytest-profiling: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/62/c7/07/cbe779b16bfb07ae05c09877fde107bb8dff487fbb7c1df992
  Running setup.py bdist_wheel for coala: started
  Running setup.py bdist_wheel for coala: finished with status 'done'
  Stored in directory: /tmp/pip-ephem-wheel-cache-u62x1b1b/wheels/2a/f8/57/f94da34e55de77f8145d33fe91c29d7e57aecf8e34014c8243
  Running setup.py bdist_wheel for coala-bears: started
  Running setup.py bdist_wheel for coala-bears: finished with status 'done'
  Stored in directory: /tmp/pip-ephem-wheel-cache-u62x1b1b/wheels/4f/2f/23/2f9157ee3f658708c1190f364219a80e50c774e8c44b7a67ae
  Running setup.py bdist_wheel for apertium-lint: started
  Running setup.py bdist_wheel for apertium-lint: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/7e/60/cf/a15a083c5e6abda0d0590cc739a0c4516131eb3bd666f1361f
  Running setup.py bdist_wheel for autoflake: started
  Running setup.py bdist_wheel for autoflake: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/c9/74/4c/373f3b8f1a3543724bd445667009c22f4c4b19a45e20e4583f
  Running setup.py bdist_wheel for autopep8: started
  Running setup.py bdist_wheel for autopep8: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/6e/1f/9b/d331305a861e6a7be37e0307d464e0d33db746e450185b825f
  Running setup.py bdist_wheel for bashate: started
  Running setup.py bdist_wheel for bashate: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/0f/05/21/19c9e935459c5f5a62695afc5c772699a94e7fccd4f54f55b8
  Running setup.py bdist_wheel for cmakelint: started
  Running setup.py bdist_wheel for cmakelint: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/14/4a/3b/99b227baeb72272f5f1f190cc15fbf4487983c0d1c91a1b844
  Running setup.py bdist_wheel for cppclean: started
  Running setup.py bdist_wheel for cppclean: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/17/eb/04/dd80414e9396b07e5c86648feb7f58ff08f72aee476921d21c
  Running setup.py bdist_wheel for cpplint: started
  Running setup.py bdist_wheel for cpplint: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/7b/7a/94/b87321c119b8d7265fc3980f5e479eb239e305daafb1e01c26
  Running setup.py bdist_wheel for docutils-ast-writer: started
  Running setup.py bdist_wheel for docutils-ast-writer: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/bf/a2/2d/b9e50da4b8c03b5dfdea95312bd75a26f0fbb39984bf2d480a
  Running setup.py bdist_wheel for eradicate: started
  Running setup.py bdist_wheel for eradicate: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/e5/24/3a/8845a187ae68cb62f772e33ae543acfb4d77d63f58b95f7609
  Running setup.py bdist_wheel for guess-language-spirit: started
  Running setup.py bdist_wheel for guess-language-spirit: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/e3/34/c3/1583565badc832e3962ea9153ee8930189d497ea8b1d310466
  Running setup.py bdist_wheel for html-linter: started
  Running setup.py bdist_wheel for html-linter: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/c9/5b/16/a85a243890917144786b4dfe710f62b36415f696236a71cac2
  Running setup.py bdist_wheel for libclang-py3: started
  Running setup.py bdist_wheel for libclang-py3: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/2d/3e/e1/64dcd073de9fc0079c5a72b4c5816eb2ce170f2d2b6606362f
  Running setup.py bdist_wheel for munkres3: started
  Running setup.py bdist_wheel for munkres3: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/17/77/5f/93e817b60b1949a63268064bde6be85b13ee3cb09cc18971a5
  Running setup.py bdist_wheel for nltk: started
  Running setup.py bdist_wheel for nltk: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/d1/ab/40/3bceea46922767e42986aef7606a600538ca80de6062dc266c
  Running setup.py bdist_wheel for proselint: started
  Running setup.py bdist_wheel for proselint: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/ac/4e/1f/de213ca3be9b505ddac551e5fb82acc0a6425c2bdfa6b93b42
  Running setup.py bdist_wheel for pyroma: started
  Running setup.py bdist_wheel for pyroma: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/92/51/fc/e96cfc5e1e14982d6f1820020494a943dbc05874ac63cd1e9b
  Running setup.py bdist_wheel for pyyaml: started
  Running setup.py bdist_wheel for pyyaml: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/ad/da/0c/74eb680767247273e2cf2723482cb9c924fe70af57c334513f
  Running setup.py bdist_wheel for restructuredtext-lint: started
  Running setup.py bdist_wheel for restructuredtext-lint: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/37/96/63/3d4a320bfe7d53fb49592edd152f93706c4aba06e4fe7c3c91
  Running setup.py bdist_wheel for rstcheck: started
  Running setup.py bdist_wheel for rstcheck: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/71/a6/7e/2e4f9e7be3b92c5e486c53c0130bf504dd732daec6ca2e23aa
  Running setup.py bdist_wheel for scspell3k: started
  Running setup.py bdist_wheel for scspell3k: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/d8/a0/6d/f9a787d92cca1af6e02802627e6bd610e8b3d9ce8b1f1734a7
  Running setup.py bdist_wheel for vim-vint: started
  Running setup.py bdist_wheel for vim-vint: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/fe/f9/12/a349f90e6b18e1d029484a25d1e07fe4babb86244855f4a7e7
  Running setup.py bdist_wheel for errbot: started
  Running setup.py bdist_wheel for errbot: finished with status 'done'
  Stored in directory: /tmp/pip-ephem-wheel-cache-u62x1b1b/wheels/0a/00/ba/1421c3a3f8a75e930da269a45312e7005a087f7c7f489122a8
  Running setup.py bdist_wheel for ansi: started
  Running setup.py bdist_wheel for ansi: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/48/52/fd/670f79c4bde50505647446c7ed82dc876696d185560fab75bd
  Running setup.py bdist_wheel for pygments-markdown-lexer: started
  Running setup.py bdist_wheel for pygments-markdown-lexer: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/db/5c/3a/3d2a4132f2187809f0d8e03bb6663d3e2ddaed623899f858a9
  Running setup.py bdist_wheel for dnspython3: started
  Running setup.py bdist_wheel for dnspython3: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/0d/88/bc/48625aeedc619aeb4987329d973b73aef251a6fcd6ce8fb862
  Running setup.py bdist_wheel for crayons: started
  Running setup.py bdist_wheel for crayons: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/e4/2f/b8/40d854f55361937ecc4248232469778de9583eaad0bc547325
  Running setup.py bdist_wheel for gprof2dot: started
  Running setup.py bdist_wheel for gprof2dot: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/0f/20/4e/416cc3d5d870aff6a0aafacbc6f00ea9294fcadd026483b5a9
  Running setup.py bdist_wheel for yarl: started
  Running setup.py bdist_wheel for yarl: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/fd/1c/e7/9df9bfc03a2f55c2201b52db3545b1314eb807148563a6521b
  Running setup.py bdist_wheel for wrapt: started
  Running setup.py bdist_wheel for wrapt: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/48/5d/04/22361a593e70d23b1f7746d932802efe1f0e523376a74f321e
  Running setup.py bdist_wheel for cryptography: started
  Running setup.py bdist_wheel for cryptography: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/11/f1/29/e2d79ac972f25e42e2d480fee56c1e04b7d72a1fc3d98b142c
  Running setup.py bdist_wheel for backoff: started
  Running setup.py bdist_wheel for backoff: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/3e/10/00/a4cd3781fbd200c0ae8fecf48bf45af73dfdd9f12374184894
  Running setup.py bdist_wheel for terminaltables: started
  Running setup.py bdist_wheel for terminaltables: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/30/6b/50/6c75775b681fb36cdfac7f19799888ef9d8813aff9e379663e
  Running setup.py bdist_wheel for tabulate: started
  Running setup.py bdist_wheel for tabulate: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/2a/85/33/2f6da85d5f10614cbe5a625eab3b3aebfdf43e7b857f25f829
  Running setup.py bdist_wheel for sarge: started
  Running setup.py bdist_wheel for sarge: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/0d/63/b8/373b46048d907970de2201ee6ea3d1fe30c2bec2a5a03dbc3e
  Running setup.py bdist_wheel for termcolor: started
  Running setup.py bdist_wheel for termcolor: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/7c/06/54/bc84598ba1daf8f970247f550b175aaaee85f68b4b0c5ab2c6
  Running setup.py bdist_wheel for brotlipy: started
  Running setup.py bdist_wheel for brotlipy: finished with status 'error'
  Complete output from command /usr/local/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-l7abz8qa/brotlipy/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/pip-wheel-b_xlk0k1 --python-tag cp37:
  running bdist_wheel
  running build
  running build_py
  creating build
  creating build/lib.linux-x86_64-3.7
  creating build/lib.linux-x86_64-3.7/brotli
  copying src/brotli/brotli.py -> build/lib.linux-x86_64-3.7/brotli
  copying src/brotli/build.py -> build/lib.linux-x86_64-3.7/brotli
  copying src/brotli/__init__.py -> build/lib.linux-x86_64-3.7/brotli
  running build_clib
  building 'libbrotli' library
  creating build/temp.linux-x86_64-3.7
  creating build/temp.linux-x86_64-3.7/libbrotli
  creating build/temp.linux-x86_64-3.7/libbrotli/common
  creating build/temp.linux-x86_64-3.7/libbrotli/dec
  creating build/temp.linux-x86_64-3.7/libbrotli/enc
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/common/dictionary.c -o build/temp.linux-x86_64-3.7/libbrotli/common/dictionary.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/dec/huffman.c -o build/temp.linux-x86_64-3.7/libbrotli/dec/huffman.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/dec/bit_reader.c -o build/temp.linux-x86_64-3.7/libbrotli/dec/bit_reader.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/dec/decode.c -o build/temp.linux-x86_64-3.7/libbrotli/dec/decode.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/dec/state.c -o build/temp.linux-x86_64-3.7/libbrotli/dec/state.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/backward_references.c -o build/temp.linux-x86_64-3.7/libbrotli/enc/backward_references.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/backward_references_hq.c -o build/temp.linux-x86_64-3.7/libbrotli/enc/backward_references_hq.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/bit_cost.c -o build/temp.linux-x86_64-3.7/libbrotli/enc/bit_cost.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/block_splitter.c -o build/temp.linux-x86_64-3.7/libbrotli/enc/block_splitter.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/histogram.c -o build/temp.linux-x86_64-3.7/libbrotli/enc/histogram.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/memory.c -o build/temp.linux-x86_64-3.7/libbrotli/enc/memory.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/literal_cost.c -o build/temp.linux-x86_64-3.7/libbrotli/enc/literal_cost.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/brotli_bit_stream.c -o build/temp.linux-x86_64-3.7/libbrotli/enc/brotli_bit_stream.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/compress_fragment_two_pass.c -o build/temp.linux-x86_64-3.7/libbrotli/enc/compress_fragment_two_pass.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/compress_fragment.c -o build/temp.linux-x86_64-3.7/libbrotli/enc/compress_fragment.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/cluster.c -o build/temp.linux-x86_64-3.7/libbrotli/enc/cluster.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/utf8_util.c -o build/temp.linux-x86_64-3.7/libbrotli/enc/utf8_util.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/encode.c -o build/temp.linux-x86_64-3.7/libbrotli/enc/encode.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/metablock.c -o build/temp.linux-x86_64-3.7/libbrotli/enc/metablock.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/static_dict.c -o build/temp.linux-x86_64-3.7/libbrotli/enc/static_dict.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/dictionary_hash.c -o build/temp.linux-x86_64-3.7/libbrotli/enc/dictionary_hash.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/entropy_encode.c -o build/temp.linux-x86_64-3.7/libbrotli/enc/entropy_encode.o
  ar rcs build/temp.linux-x86_64-3.7/liblibbrotli.a build/temp.linux-x86_64-3.7/libbrotli/common/dictionary.o build/temp.linux-x86_64-3.7/libbrotli/dec/huffman.o build/temp.linux-x86_64-3.7/libbrotli/dec/bit_reader.o build/temp.linux-x86_64-3.7/libbrotli/dec/decode.o build/temp.linux-x86_64-3.7/libbrotli/dec/state.o build/temp.linux-x86_64-3.7/libbrotli/enc/backward_references.o build/temp.linux-x86_64-3.7/libbrotli/enc/backward_references_hq.o build/temp.linux-x86_64-3.7/libbrotli/enc/bit_cost.o build/temp.linux-x86_64-3.7/libbrotli/enc/block_splitter.o build/temp.linux-x86_64-3.7/libbrotli/enc/histogram.o build/temp.linux-x86_64-3.7/libbrotli/enc/memory.o build/temp.linux-x86_64-3.7/libbrotli/enc/literal_cost.o build/temp.linux-x86_64-3.7/libbrotli/enc/brotli_bit_stream.o build/temp.linux-x86_64-3.7/libbrotli/enc/compress_fragment_two_pass.o build/temp.linux-x86_64-3.7/libbrotli/enc/compress_fragment.o build/temp.linux-x86_64-3.7/libbrotli/enc/cluster.o build/temp.linux-x86_64-3.7/libbrotli/enc/utf8_util.o build/temp.linux-x86_64-3.7/libbrotli/enc/encode.o build/temp.linux-x86_64-3.7/libbrotli/enc/metablock.o build/temp.linux-x86_64-3.7/libbrotli/enc/static_dict.o build/temp.linux-x86_64-3.7/libbrotli/enc/dictionary_hash.o build/temp.linux-x86_64-3.7/libbrotli/enc/entropy_encode.o
  running build_ext
  generating cffi module 'build/temp.linux-x86_64-3.7/_brotli.c'
  building '_brotli' extension
  creating build/temp.linux-x86_64-3.7/build
  creating build/temp.linux-x86_64-3.7/build/temp.linux-x86_64-3.7
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli -Ilibbrotli/include -I/usr/local/include/python3.7m -c build/temp.linux-x86_64-3.7/_brotli.c -o build/temp.linux-x86_64-3.7/build/temp.linux-x86_64-3.7/_brotli.o
  gcc -shared build/temp.linux-x86_64-3.7/build/temp.linux-x86_64-3.7/_brotli.o -L/usr/local/lib -Lbuild/temp.linux-x86_64-3.7 -llibbrotli -lstdc++ -lpython3.7m -llibbrotli -o build/lib.linux-x86_64-3.7/brotli/_brotli.abi3.so
  /usr/lib/gcc/x86_64-alpine-linux-musl/6.4.0/../../../../x86_64-alpine-linux-musl/bin/ld: cannot find -lstdc++
  collect2: error: ld returned 1 exit status
  error: command 'gcc' failed with exit status 1
  
  ----------------------------------------
  Failed building wheel for brotlipy
  Running setup.py clean for brotlipy
  Running setup.py bdist_wheel for dominate: started
  Running setup.py bdist_wheel for dominate: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/86/7c/76/a514f343c9e4f85f4c98fe13138ab9c8f756647155c4c1f25e
  Running setup.py bdist_wheel for lxml: started
  Running setup.py bdist_wheel for lxml: finished with status 'error'
  Complete output from command /usr/local/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-l7abz8qa/lxml/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/pip-wheel-l2uea4z8 --python-tag cp37:
  Building lxml version 4.2.4.
  Building without Cython.
  ERROR: b'/bin/sh: xslt-config: not found\n'
  ** make sure the development packages of libxml2 and libxslt are installed **
  
  Using build configuration of libxslt
  running bdist_wheel
  running build
  running build_py
  creating build
  creating build/lib.linux-x86_64-3.7
  creating build/lib.linux-x86_64-3.7/lxml
  copying src/lxml/pyclasslookup.py -> build/lib.linux-x86_64-3.7/lxml
  copying src/lxml/_elementpath.py -> build/lib.linux-x86_64-3.7/lxml
  copying src/lxml/__init__.py -> build/lib.linux-x86_64-3.7/lxml
  copying src/lxml/cssselect.py -> build/lib.linux-x86_64-3.7/lxml
  copying src/lxml/usedoctest.py -> build/lib.linux-x86_64-3.7/lxml
  copying src/lxml/doctestcompare.py -> build/lib.linux-x86_64-3.7/lxml
  copying src/lxml/sax.py -> build/lib.linux-x86_64-3.7/lxml
  copying src/lxml/builder.py -> build/lib.linux-x86_64-3.7/lxml
  copying src/lxml/ElementInclude.py -> build/lib.linux-x86_64-3.7/lxml
  creating build/lib.linux-x86_64-3.7/lxml/includes
  copying src/lxml/includes/__init__.py -> build/lib.linux-x86_64-3.7/lxml/includes
  creating build/lib.linux-x86_64-3.7/lxml/html
  copying src/lxml/html/_html5builder.py -> build/lib.linux-x86_64-3.7/lxml/html
  copying src/lxml/html/formfill.py -> build/lib.linux-x86_64-3.7/lxml/html
  copying src/lxml/html/__init__.py -> build/lib.linux-x86_64-3.7/lxml/html
  copying src/lxml/html/ElementSoup.py -> build/lib.linux-x86_64-3.7/lxml/html
  copying src/lxml/html/_diffcommand.py -> build/lib.linux-x86_64-3.7/lxml/html
  copying src/lxml/html/_setmixin.py -> build/lib.linux-x86_64-3.7/lxml/html
  copying src/lxml/html/usedoctest.py -> build/lib.linux-x86_64-3.7/lxml/html
  copying src/lxml/html/diff.py -> build/lib.linux-x86_64-3.7/lxml/html
  copying src/lxml/html/builder.py -> build/lib.linux-x86_64-3.7/lxml/html
  copying src/lxml/html/clean.py -> build/lib.linux-x86_64-3.7/lxml/html
  copying src/lxml/html/html5parser.py -> build/lib.linux-x86_64-3.7/lxml/html
  copying src/lxml/html/soupparser.py -> build/lib.linux-x86_64-3.7/lxml/html
  copying src/lxml/html/defs.py -> build/lib.linux-x86_64-3.7/lxml/html
  creating build/lib.linux-x86_64-3.7/lxml/isoschematron
  copying src/lxml/isoschematron/__init__.py -> build/lib.linux-x86_64-3.7/lxml/isoschematron
  copying src/lxml/etree.h -> build/lib.linux-x86_64-3.7/lxml
  copying src/lxml/etree_api.h -> build/lib.linux-x86_64-3.7/lxml
  copying src/lxml/lxml.etree.h -> build/lib.linux-x86_64-3.7/lxml
  copying src/lxml/lxml.etree_api.h -> build/lib.linux-x86_64-3.7/lxml
  copying src/lxml/includes/xmlparser.pxd -> build/lib.linux-x86_64-3.7/lxml/includes
  copying src/lxml/includes/xpath.pxd -> build/lib.linux-x86_64-3.7/lxml/includes
  copying src/lxml/includes/__init__.pxd -> build/lib.linux-x86_64-3.7/lxml/includes
  copying src/lxml/includes/xslt.pxd -> build/lib.linux-x86_64-3.7/lxml/includes
  copying src/lxml/includes/xinclude.pxd -> build/lib.linux-x86_64-3.7/lxml/includes
  copying src/lxml/includes/schematron.pxd -> build/lib.linux-x86_64-3.7/lxml/includes
  copying src/lxml/includes/htmlparser.pxd -> build/lib.linux-x86_64-3.7/lxml/includes
  copying src/lxml/includes/c14n.pxd -> build/lib.linux-x86_64-3.7/lxml/includes
  copying src/lxml/includes/uri.pxd -> build/lib.linux-x86_64-3.7/lxml/includes
  copying src/lxml/includes/dtdvalid.pxd -> build/lib.linux-x86_64-3.7/lxml/includes
  copying src/lxml/includes/etreepublic.pxd -> build/lib.linux-x86_64-3.7/lxml/includes
  copying src/lxml/includes/xmlschema.pxd -> build/lib.linux-x86_64-3.7/lxml/includes
  copying src/lxml/includes/xmlerror.pxd -> build/lib.linux-x86_64-3.7/lxml/includes
  copying src/lxml/includes/tree.pxd -> build/lib.linux-x86_64-3.7/lxml/includes
  copying src/lxml/includes/relaxng.pxd -> build/lib.linux-x86_64-3.7/lxml/includes
  copying src/lxml/includes/config.pxd -> build/lib.linux-x86_64-3.7/lxml/includes
  copying src/lxml/includes/lxml-version.h -> build/lib.linux-x86_64-3.7/lxml/includes
  copying src/lxml/includes/etree_defs.h -> build/lib.linux-x86_64-3.7/lxml/includes
  creating build/lib.linux-x86_64-3.7/lxml/isoschematron/resources
  creating build/lib.linux-x86_64-3.7/lxml/isoschematron/resources/rng
  copying src/lxml/isoschematron/resources/rng/iso-schematron.rng -> build/lib.linux-x86_64-3.7/lxml/isoschematron/resources/rng
  creating build/lib.linux-x86_64-3.7/lxml/isoschematron/resources/xsl
  copying src/lxml/isoschematron/resources/xsl/XSD2Schtrn.xsl -> build/lib.linux-x86_64-3.7/lxml/isoschematron/resources/xsl
  copying src/lxml/isoschematron/resources/xsl/RNG2Schtrn.xsl -> build/lib.linux-x86_64-3.7/lxml/isoschematron/resources/xsl
  creating build/lib.linux-x86_64-3.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
  copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_skeleton_for_xslt1.xsl -> build/lib.linux-x86_64-3.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
  copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_message.xsl -> build/lib.linux-x86_64-3.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
  copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_dsdl_include.xsl -> build/lib.linux-x86_64-3.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
  copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_abstract_expand.xsl -> build/lib.linux-x86_64-3.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
  copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_svrl_for_xslt1.xsl -> build/lib.linux-x86_64-3.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
  copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/readme.txt -> build/lib.linux-x86_64-3.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
  running build_ext
  building 'lxml.etree' extension
  creating build/temp.linux-x86_64-3.7
  creating build/temp.linux-x86_64-3.7/src
  creating build/temp.linux-x86_64-3.7/src/lxml
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -DCYTHON_CLINE_IN_TRACEBACK=0 -Isrc -Isrc/lxml/includes -I/usr/local/include/python3.7m -c src/lxml/etree.c -o build/temp.linux-x86_64-3.7/src/lxml/etree.o -w
  In file included from src/lxml/etree.c:662:0:
  src/lxml/includes/etree_defs.h:14:31: fatal error: libxml/xmlversion.h: No such file or directory
   #include "libxml/xmlversion.h"
                                 ^
  compilation terminated.
  Compile failed: command 'gcc' failed with exit status 1
  creating tmp
  cc -I/usr/include/libxml2 -c /tmp/xmlXPathInitggqnva_p.c -o tmp/xmlXPathInitggqnva_p.o
  /tmp/xmlXPathInitggqnva_p.c:1:26: fatal error: libxml/xpath.h: No such file or directory
   #include "libxml/xpath.h"
                            ^
  compilation terminated.
  *********************************************************************************
  Could not find function xmlCheckVersion in library libxml2. Is libxml2 installed?
  *********************************************************************************
  error: command 'gcc' failed with exit status 1
  
  ----------------------------------------
  Failed building wheel for lxml
  Running setup.py clean for lxml
  Running setup.py bdist_wheel for bitstring: started
  Running setup.py bdist_wheel for bitstring: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/2d/29/47/179175c4ddff694032837432ae45c04c6bf93e4b01c23fb5b3
  Running setup.py bdist_wheel for template-remover: started
  Running setup.py bdist_wheel for template-remover: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/14/1d/4e/cc9061fb59162c9b733ce5d7e567f8be2033352155b101ac0d
  Running setup.py bdist_wheel for docopt: started
  Running setup.py bdist_wheel for docopt: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/9b/04/dd/7daf4150b6d9b12949298737de9431a324d4b797ffd63f526e
  Running setup.py bdist_wheel for typed-ast: started
  Running setup.py bdist_wheel for typed-ast: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/8f/81/3a/bdd2bfdf9b5136d1b1c5feb00c79fad1b3ac255093b5838565
  Running setup.py bdist_wheel for future: started
  Running setup.py bdist_wheel for future: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/bf/c9/a3/c538d90ef17cf7823fa51fc701a7a7a910a80f6a405bf15b1a
  Running setup.py bdist_wheel for dparse: started
  Running setup.py bdist_wheel for dparse: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/4a/8d/fa/d8d1526ad5615bc0fc10502e16dfc2a70802106cba099d2518
  Running setup.py bdist_wheel for itsdangerous: started
  Running setup.py bdist_wheel for itsdangerous: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/2c/4a/61/5599631c1554768c6290b08c02c72d7317910374ca602ff1e5
  Running setup.py bdist_wheel for MarkupSafe: started
  Running setup.py bdist_wheel for MarkupSafe: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/33/56/20/ebe49a5c612fffe1c5a632146b16596f9e64676768661e4e46
  Running setup.py bdist_wheel for multidict: started
  Running setup.py bdist_wheel for multidict: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/97/06/92/091e8e6546ccaa08c78527058a6662e8bf5e0db9aeff0392bb
  Running setup.py bdist_wheel for cffi: started
  Running setup.py bdist_wheel for cffi: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/e6/9e/cd/9f0b900a715af094d5a08cc50230728c08ef745ffb195c67e8
  Running setup.py bdist_wheel for markdown2: started
  Running setup.py bdist_wheel for markdown2: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/07/99/0b/89995aca5b1253b89caa7de4041fabea6fba469f42da697664
  Running setup.py bdist_wheel for jsonref: started
  Running setup.py bdist_wheel for jsonref: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/9b/ac/52/1caebe0f45f2a559ed3d79760dd3c913972abc73d665208593
  Running setup.py bdist_wheel for lazy-object-proxy: started
  Running setup.py bdist_wheel for lazy-object-proxy: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/a0/63/e2/6d93295282cb35b53b14b50b602c76dfb04471e21b31d8ad7b
  Running setup.py bdist_wheel for pycparser: started
  Running setup.py bdist_wheel for pycparser: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/c0/a1/27/5ba234bd77ea5a290cbf6d675259ec52293193467a12ef1f46
Successfully built coverage pytest-env pytest-instafail pytest-profiling coala coala-bears apertium-lint autoflake autopep8 bashate cmakelint cppclean cpplint docutils-ast-writer eradicate guess-language-spirit html-linter libclang-py3 munkres3 nltk proselint pyroma pyyaml restructuredtext-lint rstcheck scspell3k vim-vint errbot ansi pygments-markdown-lexer dnspython3 crayons gprof2dot yarl wrapt cryptography backoff terminaltables tabulate sarge termcolor dominate bitstring template-remover docopt typed-ast future dparse itsdangerous MarkupSafe multidict cffi markdown2 jsonref lazy-object-proxy pycparser
Failed to build brotlipy lxml
igitt 0.4.1.dev20180317153318 has requirement requests~=2.18.4, but you'll have requests 2.19.1 which is incompatible.
pyopenssl 18.0.0 has requirement cryptography>=2.2.1, but you'll have cryptography 2.1.4 which is incompatible.
Installing collected packages: coverage, six, pyparsing, packaging, coverage-env-plugin, coverage-config-reload-plugin, urllib3, chardet, idna, certifi, requests, codecov, lml, colorama, crayons, MarkupSafe, jinja2, pyyaml, moban, py, pluggy, attrs, atomicwrites, more-itertools, 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, multidict, yarl, wrapt, vcrpy, inflect, jaraco.itertools, xmltodict, wolframalpha, python-dateutil, uritemplate, github3.py, asn1crypto, pycparser, cffi, cryptography, backoff, PyJWT, beautifulsoup4, smmap2, gitdb2, gitpython, IGitt, markdown2, click, termcolor, jsonref, ramlfications, ramlient, appdirs, cached-property, terminaltables, wcwidth, tabulate, cli-helpers, testfixtures, PyPrint, coala-utils, colorlog, sarge, dependency-management, Pygments, unidiff, coala, brotlipy, dominate, singledispatch, lxml, bitstring, defusedxml, HTTPolice, aenum, apertium-lint, pyflakes, autoflake, pycodestyle, autopep8, pbr, stevedore, bandit, pytz, Babel, bashate, cmakelint, cppclean, cpplint, polib, dennis, docutils, docutils-ast-writer, eradicate, git-url-parse, guess-language-spirit, docopt, template-remover, html-linter, isort, libclang-py3, memento-client, munkres3, typed-ast, mypy, ipython-genutils, jsonschema, decorator, traitlets, jupyter-core, nbformat, nltk, future, proselint, snowballstemmer, pydocstyle, mccabe, lazy-object-proxy, astroid, pylint, pyroma, mando, radon, restructuredtext-lint, rstcheck, dparse, safety, scspell3k, ansicolor, vim-vint, vulture, yamllint, yapf, coala-bears, WebOb, waitress, webtest, Werkzeug, itsdangerous, flask, pyOpenSSL, markdown, ansi, pygments-markdown-lexer, dnspython, dnspython3, daemonize, errbot
  Found existing installation: pip 18.0
    Uninstalling pip-18.0:
      Successfully uninstalled pip-18.0
  Running setup.py install for brotlipy: started
    Running setup.py install for brotlipy: finished with status 'error'
    Complete output from command /usr/local/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-l7abz8qa/brotlipy/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-record-gwa7wv7r/install-record.txt --single-version-externally-managed --compile:
    running install
    running build
    running build_py
    creating build
    creating build/lib.linux-x86_64-3.7
    creating build/lib.linux-x86_64-3.7/brotli
    copying src/brotli/brotli.py -> build/lib.linux-x86_64-3.7/brotli
    copying src/brotli/build.py -> build/lib.linux-x86_64-3.7/brotli
    copying src/brotli/__init__.py -> build/lib.linux-x86_64-3.7/brotli
    running build_clib
    building 'libbrotli' library
    creating build/temp.linux-x86_64-3.7
    creating build/temp.linux-x86_64-3.7/libbrotli
    creating build/temp.linux-x86_64-3.7/libbrotli/common
    creating build/temp.linux-x86_64-3.7/libbrotli/dec
    creating build/temp.linux-x86_64-3.7/libbrotli/enc
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/common/dictionary.c -o build/temp.linux-x86_64-3.7/libbrotli/common/dictionary.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/dec/huffman.c -o build/temp.linux-x86_64-3.7/libbrotli/dec/huffman.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/dec/bit_reader.c -o build/temp.linux-x86_64-3.7/libbrotli/dec/bit_reader.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/dec/decode.c -o build/temp.linux-x86_64-3.7/libbrotli/dec/decode.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/dec/state.c -o build/temp.linux-x86_64-3.7/libbrotli/dec/state.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/backward_references.c -o build/temp.linux-x86_64-3.7/libbrotli/enc/backward_references.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/backward_references_hq.c -o build/temp.linux-x86_64-3.7/libbrotli/enc/backward_references_hq.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/bit_cost.c -o build/temp.linux-x86_64-3.7/libbrotli/enc/bit_cost.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/block_splitter.c -o build/temp.linux-x86_64-3.7/libbrotli/enc/block_splitter.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/histogram.c -o build/temp.linux-x86_64-3.7/libbrotli/enc/histogram.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/memory.c -o build/temp.linux-x86_64-3.7/libbrotli/enc/memory.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/literal_cost.c -o build/temp.linux-x86_64-3.7/libbrotli/enc/literal_cost.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/brotli_bit_stream.c -o build/temp.linux-x86_64-3.7/libbrotli/enc/brotli_bit_stream.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/compress_fragment_two_pass.c -o build/temp.linux-x86_64-3.7/libbrotli/enc/compress_fragment_two_pass.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/compress_fragment.c -o build/temp.linux-x86_64-3.7/libbrotli/enc/compress_fragment.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/cluster.c -o build/temp.linux-x86_64-3.7/libbrotli/enc/cluster.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/utf8_util.c -o build/temp.linux-x86_64-3.7/libbrotli/enc/utf8_util.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/encode.c -o build/temp.linux-x86_64-3.7/libbrotli/enc/encode.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/metablock.c -o build/temp.linux-x86_64-3.7/libbrotli/enc/metablock.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/static_dict.c -o build/temp.linux-x86_64-3.7/libbrotli/enc/static_dict.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/dictionary_hash.c -o build/temp.linux-x86_64-3.7/libbrotli/enc/dictionary_hash.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/entropy_encode.c -o build/temp.linux-x86_64-3.7/libbrotli/enc/entropy_encode.o
    ar rcs build/temp.linux-x86_64-3.7/liblibbrotli.a build/temp.linux-x86_64-3.7/libbrotli/common/dictionary.o build/temp.linux-x86_64-3.7/libbrotli/dec/huffman.o build/temp.linux-x86_64-3.7/libbrotli/dec/bit_reader.o build/temp.linux-x86_64-3.7/libbrotli/dec/decode.o build/temp.linux-x86_64-3.7/libbrotli/dec/state.o build/temp.linux-x86_64-3.7/libbrotli/enc/backward_references.o build/temp.linux-x86_64-3.7/libbrotli/enc/backward_references_hq.o build/temp.linux-x86_64-3.7/libbrotli/enc/bit_cost.o build/temp.linux-x86_64-3.7/libbrotli/enc/block_splitter.o build/temp.linux-x86_64-3.7/libbrotli/enc/histogram.o build/temp.linux-x86_64-3.7/libbrotli/enc/memory.o build/temp.linux-x86_64-3.7/libbrotli/enc/literal_cost.o build/temp.linux-x86_64-3.7/libbrotli/enc/brotli_bit_stream.o build/temp.linux-x86_64-3.7/libbrotli/enc/compress_fragment_two_pass.o build/temp.linux-x86_64-3.7/libbrotli/enc/compress_fragment.o build/temp.linux-x86_64-3.7/libbrotli/enc/cluster.o build/temp.linux-x86_64-3.7/libbrotli/enc/utf8_util.o build/temp.linux-x86_64-3.7/libbrotli/enc/encode.o build/temp.linux-x86_64-3.7/libbrotli/enc/metablock.o build/temp.linux-x86_64-3.7/libbrotli/enc/static_dict.o build/temp.linux-x86_64-3.7/libbrotli/enc/dictionary_hash.o build/temp.linux-x86_64-3.7/libbrotli/enc/entropy_encode.o
    running build_ext
    generating cffi module 'build/temp.linux-x86_64-3.7/_brotli.c'
    building '_brotli' extension
    creating build/temp.linux-x86_64-3.7/build
    creating build/temp.linux-x86_64-3.7/build/temp.linux-x86_64-3.7
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli -Ilibbrotli/include -I/usr/local/include/python3.7m -c build/temp.linux-x86_64-3.7/_brotli.c -o build/temp.linux-x86_64-3.7/build/temp.linux-x86_64-3.7/_brotli.o
    gcc -shared build/temp.linux-x86_64-3.7/build/temp.linux-x86_64-3.7/_brotli.o -L/usr/local/lib -Lbuild/temp.linux-x86_64-3.7 -llibbrotli -lstdc++ -lpython3.7m -llibbrotli -o build/lib.linux-x86_64-3.7/brotli/_brotli.abi3.so
    /usr/lib/gcc/x86_64-alpine-linux-musl/6.4.0/../../../../x86_64-alpine-linux-musl/bin/ld: cannot find -lstdc++
    collect2: error: ld returned 1 exit status
    error: command 'gcc' failed with exit status 1
    
    ----------------------------------------
Command "/usr/local/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-l7abz8qa/brotlipy/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-record-gwa7wv7r/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-install-l7abz8qa/brotlipy/
The command '/bin/sh -c apk add --no-cache libffi openssl git     && apk add --no-cache --virtual .build-deps            gcc            libc-dev            libffi-dev            openssl-dev     && pip install -r $BOT_ROOT/requirements.txt     && pip install slackclient python-telegram-bot     && apk del .build-deps' returned a non-zero code: 1

@TravisBuddy
Copy link

Travis tests have failed

Hey @jayvdb,
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

docker build -t "corobo" .
Step 1/9 : FROM python:3-alpine
3-alpine: Pulling from library/python





Digest: sha256:b05268397e827d415eb8736eb75bdb8118fbe7566ee5c5e11b44a3c8b1379df7
Status: Downloaded newer image for python:3-alpine
 ---> a5f497d596f5
Step 2/9 : ENV BOT_ROOT /opt/errbot
 ---> Running in 4d43663cbcc0
 ---> f44d71bc37cf
Removing intermediate container 4d43663cbcc0
Step 3/9 : ADD requirements.txt $BOT_ROOT/requirements.txt
 ---> 5507e6b869f8
Step 4/9 : RUN apk add --no-cache libffi openssl git     && apk add --no-cache --virtual .build-deps            gcc            libc-dev            libffi-dev            openssl-dev     && pip install -r $BOT_ROOT/requirements.txt     && pip install slackclient python-telegram-bot     && apk del .build-deps
 ---> Running in 2ce300ad57af
fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/community/x86_64/APKINDEX.tar.gz
(1/8) Installing nghttp2-libs (1.32.0-r0)
(2/8) Installing libssh2 (1.8.0-r3)
(3/8) Installing libcurl (7.61.0-r0)
(4/8) Installing pcre2 (10.31-r0)
(5/8) Installing git (2.18.0-r0)
(6/8) Installing libcrypto1.0 (1.0.2o-r2)
(7/8) Installing libssl1.0 (1.0.2o-r2)
(8/8) Installing openssl (1.0.2o-r2)
Executing busybox-1.28.4-r0.trigger
Executing ca-certificates-20171114-r3.trigger
OK: 34 MiB in 42 packages
fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/community/x86_64/APKINDEX.tar.gz
(1/17) Installing binutils (2.30-r5)
(2/17) Installing gmp (6.1.2-r1)
(3/17) Installing isl (0.18-r0)
(4/17) Installing libgomp (6.4.0-r8)
(5/17) Installing libatomic (6.4.0-r8)
(6/17) Installing pkgconf (1.5.3-r0)
(7/17) Installing libgcc (6.4.0-r8)
(8/17) Installing mpfr3 (3.1.5-r1)
(9/17) Installing mpc1 (1.0.3-r1)
(10/17) Installing libstdc++ (6.4.0-r8)
(11/17) Installing gcc (6.4.0-r8)
(12/17) Installing musl-dev (1.1.19-r10)
(13/17) Installing libc-dev (0.7.1-r0)
(14/17) Installing libffi-dev (3.2.1-r4)
(15/17) Installing zlib-dev (1.2.11-r1)
(16/17) Installing openssl-dev (1.0.2o-r2)
(17/17) Installing .build-deps (0)
Executing busybox-1.28.4-r0.trigger
OK: 146 MiB in 59 packages
Collecting git+https://github.com/coala/coala (from -r /opt/errbot/requirements.txt (line 1))
  Cloning https://github.com/coala/coala to /tmp/pip-req-build-rx5b5gq0
Collecting git+https://github.com/coala/coala-bears (from -r /opt/errbot/requirements.txt (line 2))
  Cloning https://github.com/coala/coala-bears to /tmp/pip-req-build-f9y7q9fe
Collecting git+https://github.com/errbotio/errbot@a0f35732484c8c0692e123c48653517cffa21a42 (from -r /opt/errbot/requirements.txt (line 29))
  Cloning https://github.com/errbotio/errbot (to revision a0f35732484c8c0692e123c48653517cffa21a42) to /tmp/pip-req-build-_g1bojxx
Collecting coverage==4.4.1 (from -r /opt/errbot/requirements.txt (line 6))
  Downloading https://files.pythonhosted.org/packages/36/db/690ee79312bb60f121c0da1c973856ddb751afe09cc10caec1452208eaf4/coverage-4.4.1.tar.gz (369kB)
Collecting coverage-env-plugin~=0.1 (from -r /opt/errbot/requirements.txt (line 7))
  Downloading https://files.pythonhosted.org/packages/e9/75/2ab8affca8ba19d64e1edb270025faa8e08fe3132cbb814474ad90a00da0/coverage_env_plugin-0.1-py2.py3-none-any.whl
Collecting coverage-config-reload-plugin~=0.2 (from -r /opt/errbot/requirements.txt (line 8))
  Downloading https://files.pythonhosted.org/packages/a1/9b/5a81825ad9f5798d495f0b96ddbd8416efaafdb46effd7a5335c8c091959/coverage_config_reload_plugin-0.2.0-py2.py3-none-any.whl
Collecting codecov~=2.0.5 (from -r /opt/errbot/requirements.txt (line 9))
  Downloading https://files.pythonhosted.org/packages/8b/28/4c1950a61c3c5786f0f34d643d0d28ec832433c9a7c0bd157690d4eb1d5f/codecov-2.0.15-py2.py3-none-any.whl
Collecting moban~=0.2.4 (from -r /opt/errbot/requirements.txt (line 10))
  Downloading https://files.pythonhosted.org/packages/3e/d5/fb1198a5d92a417b6881daaed3efda477e242a734a664e1cf29e9599ec67/moban-0.2.4-py2.py3-none-any.whl
Collecting packaging~=16.8 (from -r /opt/errbot/requirements.txt (line 11))
  Downloading https://files.pythonhosted.org/packages/87/1b/c39b7c65b5612812b83d6cab7ef2885eac9f6beb0b7b8a7071a186aea3b1/packaging-16.8-py2.py3-none-any.whl
Collecting pytest~=3.6.1 (from -r /opt/errbot/requirements.txt (line 12))
  Downloading https://files.pythonhosted.org/packages/d8/e9/73246a565c34c5f203dd78bc2382e0e93aa7a249cdaeba709099eb1bc701/pytest-3.6.4-py2.py3-none-any.whl (196kB)
Collecting pytest-cov~=2.4 (from -r /opt/errbot/requirements.txt (line 13))
  Downloading 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 /opt/errbot/requirements.txt (line 14))
  Downloading https://files.pythonhosted.org/packages/f9/6e/31efb8dc1d17052c12f39262223e94038bfcc4cc7a124235630a6d50f166/pytest-env-0.6.2.tar.gz
Collecting pytest-error-for-skips~=1.0 (from -r /opt/errbot/requirements.txt (line 15))
  Downloading 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 /opt/errbot/requirements.txt (line 16))
  Downloading https://files.pythonhosted.org/packages/11/d0/371d9e86e823c775e9f23ad797d7738b1afa94223ac82c20b5bdc735ea1d/pytest-instafail-0.3.0.tar.gz
Collecting pytest-mock~=1.1 (from -r /opt/errbot/requirements.txt (line 17))
  Downloading 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 /opt/errbot/requirements.txt (line 18))
  Downloading https://files.pythonhosted.org/packages/f5/34/4626126e041a51ef50a80d0619519b18d20aef249aac25b0d0fdd47e57ee/pytest-profiling-1.3.0.tar.gz
Collecting pytest-reorder~=0.1.0 (from -r /opt/errbot/requirements.txt (line 19))
  Downloading 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 /opt/errbot/requirements.txt (line 20))
  Downloading 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 /opt/errbot/requirements.txt (line 21))
  Downloading 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 /opt/errbot/requirements.txt (line 22))
  Downloading 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 /opt/errbot/requirements.txt (line 23))
  Downloading 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 /opt/errbot/requirements.txt (line 24))
  Downloading 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 /opt/errbot/requirements.txt (line 25))
  Downloading https://files.pythonhosted.org/packages/ac/95/a05b56bb975efa78d3557efa36acaf9cf5d2fd0ee0062060493687432e03/pip-9.0.3-py2.py3-none-any.whl (1.4MB)
Requirement already satisfied: wheel~=0.29 in /usr/local/lib/python3.7/site-packages (from -r /opt/errbot/requirements.txt (line 26)) (0.31.1)
Collecting vcrpy (from -r /opt/errbot/requirements.txt (line 27))
  Downloading https://files.pythonhosted.org/packages/45/1d/bd0d6688beb429c23723e4270cdb53342d57fb11563dbd46759f6a050c8c/vcrpy-1.13.0-py2.py3-none-any.whl
Collecting pyopenssl (from -r /opt/errbot/requirements.txt (line 28))
  Downloading https://files.pythonhosted.org/packages/96/af/9d29e6bd40823061aea2e0574ccb2fcf72bfd6130ce53d32773ec375458c/pyOpenSSL-18.0.0-py2.py3-none-any.whl (53kB)
Collecting wolframalpha (from -r /opt/errbot/requirements.txt (line 30))
  Downloading https://files.pythonhosted.org/packages/11/59/0344ef8af315626203b9711fc4c8c794ad175424a9d71fd5c28e6463e387/wolframalpha-3.0.1-py2.py3-none-any.whl
Collecting github3.py~=1.0.0 (from -r /opt/errbot/requirements.txt (line 31))
  Downloading https://files.pythonhosted.org/packages/55/22/d1893dfb010407189ae872c58b338e8848151f034125477922c8f0881770/github3.py-1.0.2-py2.py3-none-any.whl (140kB)
Collecting IGitt==0.4.1.dev20180317153318 (from -r /opt/errbot/requirements.txt (line 32))
  Downloading https://files.pythonhosted.org/packages/d1/be/e5862872c906dfd6dbffb82483805e08ef40757424265bf7c9fd7035ed6b/IGitt-0.4.1.dev20180317153318-py3-none-any.whl (78kB)
Collecting gitpython (from -r /opt/errbot/requirements.txt (line 33))
  Downloading https://files.pythonhosted.org/packages/fe/e5/fafe827507644c32d6dc553a1c435cdf882e0c28918a5bab29f7fbebfb70/GitPython-2.1.11-py2.py3-none-any.whl (448kB)
Collecting ramlient (from -r /opt/errbot/requirements.txt (line 34))
  Downloading https://files.pythonhosted.org/packages/4b/d6/9faed66978d538673241e8d9aafe118d85fe699a33ae1028ce9f385b0f40/ramlient-0.1.4-py2.py3-none-any.whl
Collecting appdirs~=1.4 (from coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/56/eb/810e700ed1349edde4cbdc1b2a21e28cdf115f9faf263f6bbf8447c1abf3/appdirs-1.4.3-py2.py3-none-any.whl
Collecting cached_property~=1.4.3 (from coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/88/09/4b7a484f96cbceda746e03f0167021c909c3ceae1c6f2e844d79476cb70e/cached_property-1.4.3-py2.py3-none-any.whl
Collecting cli_helpers~=1.0.2 (from coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/bf/4a/f3a506a57619978e1775279d2bc4435821db1c391087ac02aa20137f765d/cli_helpers-1.0.2-py3-none-any.whl
Collecting coala-utils==0.7.0 (from coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/93/7d/65d619f7a64ac2ea6d43b047e63a8605d1c7193195b52a59c7ea342f5a53/coala_utils-0.7.0-py3-none-any.whl
Collecting colorlog<4.0,>=2.7 (from coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/69/eb/58ae10d3c46a0195ffdd0e3943d255d0d5029d71e5457785ecd665bcf0f3/colorlog-3.1.4-py2.py3-none-any.whl
Collecting dependency-management>0.4.* (from coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/1d/c7/e1ff3d4b90b1a4197e90bb43c87200ce89c677e26dadbc55cc9f943de47b/dependency_management-0.4.0-py3-none-any.whl
Collecting Pygments~=2.1 (from coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/02/ee/b6e02dc6529e82b75bb06823ff7d005b141037cb1416b10c6f00fc419dca/Pygments-2.2.0-py2.py3-none-any.whl (841kB)
Collecting PyPrint~=0.2.6 (from coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/b0/45/8912d660c6accfe665f6649433362aa0eb9a94a3a71ee3a71d8956f0a4ed/PyPrint-0.2.6-py3-none-any.whl
Collecting requests~=2.12 (from coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/65/47/7e02164a2a3db50ed6d8a6ab1d6d60b69c4c3fdf57a284257925dfc12bda/requests-2.19.1-py2.py3-none-any.whl (91kB)
Requirement already satisfied: setuptools>=21.0.0 in /usr/local/lib/python3.7/site-packages (from coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1)) (40.0.0)
Collecting unidiff~=0.5.2 (from coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/68/52/c7278fc3c17d1aaade84597968d88f97f0f4ec7288ddedb6970a341c5170/unidiff-0.5.5-py2.py3-none-any.whl
Collecting HTTPolice~=0.5.2 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/3a/b4/ad13fae41373a0734388b7fee1418fb9cdc57662ef46e25bcf805428c187/HTTPolice-0.5.2-py2.py3-none-any.whl (139kB)
Collecting aenum~=2.0.8 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/01/11/e0b5efc82daace980210c1b5f1458676ccc6513514955678801b44f9169c/aenum-2.0.10-py3-none-any.whl
Collecting apertium-lint~=0.29 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/44/98/910b25b2e12a758304f08ac96eedf019af113add128defc9d28bbdc63613/apertium_lint-0.29.tar.gz
Collecting autoflake~=0.7 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/b0/1b/69f59b068a688aa8b0ff77fb1f486c57f3506726add27433b9171b5514f0/autoflake-0.7.tar.gz
Collecting autopep8~=1.2 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/b7/0c/20cf0a438d5273bfd2d607ada3a7a782845ab3776c1c83c1d3baca05535e/autopep8-1.3.5.tar.gz (109kB)
Collecting bandit~=1.2 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/77/41/d57366098a30a86af1821e231949221d2b6b896cc4bdd060cc1be27fdd47/bandit-1.4.0-py2.py3-none-any.whl (116kB)
Collecting bashate~=0.5.1 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/22/3c/10efc0119b59e77c74e94eb9768f409b4ba25238a0e3082203bc5386793f/bashate-0.5.1.tar.gz
Collecting cmakelint~=1.3 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/e4/96/9399aa215a3e848961866f5951b9c8f9317b456bc7ef39d264a75379cf65/cmakelint-1.3.4.1.tar.gz
Collecting cppclean~=0.12.0 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/5d/b6/add9db6792f6a2f1fe09341a668deda702e1d8c6b893d867c387fe28ec49/cppclean-0.12.tar.gz
Collecting cpplint~=1.3 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/95/42/27a16ef7fc609aba82bec923e2d29a1fa163bc95a267eaf1acc780e949fc/cpplint-1.3.0.tar.gz (71kB)
Collecting dennis~=0.9 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/2d/2e/2cb43a5e787387b558d2eeefc2713305d2df97c4622cee37b1e6f5505031/dennis-0.9-py2.py3-none-any.whl
Collecting docutils-ast-writer~=0.1.2 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/08/d4/2e84997a6af71654048e1d7d000239ba3a8656c09fe1b07d951492cbab30/docutils-ast-writer-0.1.2.tar.gz
Collecting eradicate~=0.1.6 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/9e/be/eddefaace7d3254a9bd61b23f121db2bc43b660b87bca2b2c220e38f7404/eradicate-0.1.6.tar.gz
Collecting git-url-parse~=1.1.0 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/0d/66/3f4a12c4e13aae46aaa8062c3bef12e86478aac1ed31f4c05c3e1887d367/git_url_parse-1.1.0-py3-none-any.whl
Collecting guess-language-spirit~=0.5.2 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/8b/4f/9ed0280b24e9e6875c3870a97659d0106a14e36db0d7d65c5277066fc7d0/guess_language-spirit-0.5.3.tar.bz2 (81kB)
Collecting html-linter~=0.4.0 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/0b/45/12b968a45d223bc9a3131022514eacdaeffd591973bb2025330057a7b7c6/html-linter-0.4.0.tar.gz
Collecting isort~=4.2 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/1f/2c/22eee714d7199ae0464beda6ad5fedec8fee6a2f7ffd1e8f1840928fe318/isort-4.3.4-py3-none-any.whl (45kB)
Collecting libclang-py3~=3.4.0 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/d7/30/aa84ad1b75cf67272a4b27a818ed0aa6f41532d9837ca798506747deffb4/libclang-py3-3.4.0.tar.gz
Collecting memento_client~=0.6.1 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/41/8d/8dfc683c1228779b2eb6e80681e70d450b20fce58d53483fb6e5c7f6ff34/memento_client-0.6.1-py2.py3-none-any.whl
Collecting munkres3~=1.0 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/a3/07/f535738fa57756f53f7bbe6338f1a2e809528c542045769d89c633b47b62/munkres3-1.0.5.5.tar.gz
Collecting mypy==0.590 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/d6/e2/37a8a5dce634a094b90e13eda246a4b736a660124e78808f47fbad99f510/mypy-0.590-py3-none-any.whl (1.3MB)
Collecting nbformat~=4.1 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/da/27/9a654d2b6cc1eaa517d1c5a4405166c7f6d72f04f6e7eea41855fe808a46/nbformat-4.4.0-py2.py3-none-any.whl (155kB)
Collecting nltk~=3.2 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/50/09/3b1755d528ad9156ee7243d52aa5cd2b809ef053a0f31b53d92853dd653a/nltk-3.3.0.zip (1.4MB)
Collecting proselint~=0.7.0 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/e6/78/c46f694a0e43ce47d0d6ae089f750131544018dc1119fc7da58ffd4b1e03/proselint-0.7.0.tar.gz (78kB)
Collecting pycodestyle~=2.2 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/e5/c6/ce130213489969aa58610042dff1d908c25c731c9575af6935c2dfad03aa/pycodestyle-2.4.0-py2.py3-none-any.whl (62kB)
Collecting pydocstyle~=2.0 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/43/8a/f1141af0c8406788a5c38ad5001d4163d903b5384a6517239d2ac42734c8/pydocstyle-2.1.1-py3-none-any.whl
Collecting pyflakes~=2.0.0 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/44/98/af7a72c9a543b1487d92813c648cb9b9adfbc96faef5455d60f4439aa99b/pyflakes-2.0.0-py2.py3-none-any.whl (53kB)
Collecting pylint~=1.7.2 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/f8/86/410d53faff049641f34951843245d168261512aea787a1f9f05c3fa025a0/pylint-1.7.6-py2.py3-none-any.whl (640kB)
Collecting pyroma~=2.2.0 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/de/f3/104ae27624982cd4b6de786d9afe23a2dc0b8c0999443ba370b3755848c7/pyroma-2.2.tar.gz (349kB)
Collecting pyyaml~=3.12 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/9e/a3/1d13970c3f36777c583f136c136f804d70f500168edc1edea6daa7200769/PyYAML-3.13.tar.gz (270kB)
Collecting radon==1.4.0 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/b1/24/594df18af8141787d8e2d694fbc898fd26f0aa26597fe6f6652cdb773a7f/radon-1.4.0-py2.py3-none-any.whl (44kB)
Collecting restructuredtext-lint~=1.0.0 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/7f/ff/b4e6cdba3fb40858e07c4508a552426f49160ba9feeb4300ffaca9c508e5/restructuredtext_lint-1.0.1.tar.gz
Collecting rstcheck~=3.1 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/ea/6e/c7a910dce2cafa17942b456cdbb5cf637a87a549e491d794b424b90e2bb1/rstcheck-3.3.tar.gz
Collecting safety~=1.8.2 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/3f/98/619b918db417299e0f7a5f7c6239bec6abc18746ef533734a64e1feca241/safety-1.8.4-py2.py3-none-any.whl
Collecting scspell3k~=2.0 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/fe/0a/38e98cce6114542c7b2ef887767c2f9a0bff031a3f21e14927be1fbc2203/scspell3k-2.1.tar.gz (272kB)
Collecting vim-vint!=0.3.19,~=0.3.12 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/fe/eb/b7f535ed5fe329d8e23f95e79645a9aac8c0bc569cf7882bf11fc84388fe/vim-vint-0.3.18.tar.gz (65kB)
Collecting vulture~=0.25.0 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/98/d7/3cc454c33422f1c43255928e7b4bac77a0bcabb113a946997edc60a2a176/vulture-0.25-py2.py3-none-any.whl
Collecting yamllint~=1.6.1 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/07/cf/213a023883122cc527bdc5cab135a4e30af93c1a0feaa6cabc16aaee68ac/yamllint-1.6.1-py2.py3-none-any.whl
Collecting yapf~=0.21.0 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/6d/0c/65c7318a7f134270ef565d1cdfffdb714a0de1526f9a6c71452552633da7/yapf-0.21.0-py2.py3-none-any.whl (162kB)
Collecting webtest (from errbot==9.9.9->-r /opt/errbot/requirements.txt (line 29))
  Downloading https://files.pythonhosted.org/packages/12/2c/77b8f02582ed1aa70f82608ee437ecce087019a2f3e0ac5cf830299504d2/WebTest-2.0.30-py2.py3-none-any.whl
Collecting flask (from errbot==9.9.9->-r /opt/errbot/requirements.txt (line 29))
  Downloading https://files.pythonhosted.org/packages/7f/e7/08578774ed4536d3242b14dacb4696386634607af824ea997202cd0edb4b/Flask-1.0.2-py2.py3-none-any.whl (91kB)
Collecting jinja2 (from errbot==9.9.9->-r /opt/errbot/requirements.txt (line 29))
  Downloading https://files.pythonhosted.org/packages/7f/ff/ae64bacdfc95f27a016a7bed8e8686763ba4d277a78ca76f32659220a731/Jinja2-2.10-py2.py3-none-any.whl (126kB)
Collecting markdown (from errbot==9.9.9->-r /opt/errbot/requirements.txt (line 29))
  Downloading https://files.pythonhosted.org/packages/6d/7d/488b90f470b96531a3f5788cf12a93332f543dbab13c423a5e7ce96a0493/Markdown-2.6.11-py2.py3-none-any.whl (78kB)
Collecting ansi (from errbot==9.9.9->-r /opt/errbot/requirements.txt (line 29))
  Downloading https://files.pythonhosted.org/packages/60/d3/ffdb7b88446f124e2a550e5444c9ee2fb531f8d79103a318c061b63c87aa/ansi-0.1.3.tar.gz
Collecting pygments-markdown-lexer>=0.1.0.dev39 (from errbot==9.9.9->-r /opt/errbot/requirements.txt (line 29))
  Downloading https://files.pythonhosted.org/packages/c3/12/674cdee66635d638cedb2c5d9c85ce507b7b2f91bdba29e482f1b1160ff6/pygments-markdown-lexer-0.1.0.dev39.zip
Collecting dnspython3 (from errbot==9.9.9->-r /opt/errbot/requirements.txt (line 29))
  Downloading https://files.pythonhosted.org/packages/f0/bb/f41cbc8eaa807afb9d44418f092aa3e4acf0e4f42b439c49824348f1f45c/dnspython3-1.15.0.zip
Collecting daemonize (from errbot==9.9.9->-r /opt/errbot/requirements.txt (line 29))
  Downloading https://files.pythonhosted.org/packages/65/58/80ecb001c5892f03bd2c9266d986a070e705eb0db8e3b0fdbb10168af31b/daemonize-2.4.7-py2.py3-none-any.whl
Collecting crayons (from moban~=0.2.4->-r /opt/errbot/requirements.txt (line 10))
  Downloading https://files.pythonhosted.org/packages/14/fa/635fdd47686a0f29692d927333fcf39e0279fc39c81704866c97adc34053/crayons-0.1.2.tar.gz
Collecting lml==0.0.3 (from moban~=0.2.4->-r /opt/errbot/requirements.txt (line 10))
  Downloading https://files.pythonhosted.org/packages/35/29/a0a2bc0b70a2eb21d2315d45590e9bcee640cb04d48090a19c36a07edf2d/lml-0.0.3-py2.py3-none-any.whl
Collecting pyparsing (from packaging~=16.8->-r /opt/errbot/requirements.txt (line 11))
  Downloading https://files.pythonhosted.org/packages/6a/8a/718fd7d3458f9fab8e67186b00abdd345b639976bc7fb3ae722e1b026a50/pyparsing-2.2.0-py2.py3-none-any.whl (56kB)
Collecting six (from packaging~=16.8->-r /opt/errbot/requirements.txt (line 11))
  Downloading https://files.pythonhosted.org/packages/67/4b/141a581104b1f6397bfa78ac9d43d8ad29a7ca43ea90a2d863fe3056e86a/six-1.11.0-py2.py3-none-any.whl
Collecting atomicwrites>=1.0 (from pytest~=3.6.1->-r /opt/errbot/requirements.txt (line 12))
  Downloading https://files.pythonhosted.org/packages/0a/e8/cd6375e7a59664eeea9e1c77a766eeac0fc3083bb958c2b41ec46b95f29c/atomicwrites-1.1.5-py2.py3-none-any.whl
Collecting more-itertools>=4.0.0 (from pytest~=3.6.1->-r /opt/errbot/requirements.txt (line 12))
  Downloading https://files.pythonhosted.org/packages/79/b1/eace304ef66bd7d3d8b2f78cc374b73ca03bc53664d78151e9df3b3996cc/more_itertools-4.3.0-py3-none-any.whl (48kB)
Collecting pluggy<0.8,>=0.5 (from pytest~=3.6.1->-r /opt/errbot/requirements.txt (line 12))
  Downloading https://files.pythonhosted.org/packages/f5/f1/5a93c118663896d83f7bcbfb7f657ce1d0c0d617e6b4a443a53abcc658ca/pluggy-0.7.1-py2.py3-none-any.whl
Collecting py>=1.5.0 (from pytest~=3.6.1->-r /opt/errbot/requirements.txt (line 12))
  Downloading https://files.pythonhosted.org/packages/f3/bd/83369ff2dee18f22f27d16b78dd651e8939825af5f8b0b83c38729069962/py-1.5.4-py2.py3-none-any.whl (83kB)
Collecting attrs>=17.4.0 (from pytest~=3.6.1->-r /opt/errbot/requirements.txt (line 12))
  Downloading https://files.pythonhosted.org/packages/41/59/cedf87e91ed541be7957c501a92102f9cc6363c623a7666d69d51c78ac5b/attrs-18.1.0-py2.py3-none-any.whl
Collecting gprof2dot (from pytest-profiling~=1.3.0->-r /opt/errbot/requirements.txt (line 18))
  Downloading https://files.pythonhosted.org/packages/9d/36/f977122502979f3dfb50704979c9ed70e6b620787942b089bf1af15f5aba/gprof2dot-2017.9.19.tar.gz
Collecting pytest-forked (from pytest-xdist~=1.15->-r /opt/errbot/requirements.txt (line 23))
  Downloading https://files.pythonhosted.org/packages/dd/9d/fb75af584b850a902c9ce5ec96ea5c623978113b8a240ab414e1a435df93/pytest_forked-0.2-py2.py3-none-any.whl
Collecting execnet>=1.1 (from pytest-xdist~=1.15->-r /opt/errbot/requirements.txt (line 23))
  Downloading https://files.pythonhosted.org/packages/f9/76/3343e69a2a1602052f587898934e5fea395d22310d39c07955596597227c/execnet-1.5.0-py2.py3-none-any.whl
Collecting wrapt (from vcrpy->-r /opt/errbot/requirements.txt (line 27))
  Downloading https://files.pythonhosted.org/packages/a0/47/66897906448185fcb77fc3c2b1bc20ed0ecca81a0f2f88eda3fc5a34fc3d/wrapt-1.10.11.tar.gz
Collecting yarl; python_version >= "3.4" (from vcrpy->-r /opt/errbot/requirements.txt (line 27))
  Downloading https://files.pythonhosted.org/packages/43/b8/057c3e5b546ff4b24263164ecda13f6962d85c9dc477fcc0bcdcb3adb658/yarl-1.2.6.tar.gz (159kB)
Collecting cryptography>=2.2.1 (from pyopenssl->-r /opt/errbot/requirements.txt (line 28))
  Downloading https://files.pythonhosted.org/packages/79/a2/61c8625f96c8582d3053f89368c483ba62e56233d055e58e372f94a393f0/cryptography-2.3.tar.gz (449kB)
Collecting xmltodict (from wolframalpha->-r /opt/errbot/requirements.txt (line 30))
  Downloading https://files.pythonhosted.org/packages/42/a9/7e99652c6bc619d19d58cdd8c47560730eb5825d43a7e25db2e1d776ceb7/xmltodict-0.11.0-py2.py3-none-any.whl
Collecting jaraco.itertools>=2.0 (from wolframalpha->-r /opt/errbot/requirements.txt (line 30))
  Downloading https://files.pythonhosted.org/packages/0e/0e/65b821469e94a5ff2774dab4b4e54cf4253372c0f8be5acdf797089e160e/jaraco.itertools-2.4-py2.py3-none-any.whl
Collecting python-dateutil>=2.6.0 (from github3.py~=1.0.0->-r /opt/errbot/requirements.txt (line 31))
  Downloading https://files.pythonhosted.org/packages/cf/f5/af2b09c957ace60dcfac112b669c45c8c97e32f94aa8b56da4c6d1682825/python_dateutil-2.7.3-py2.py3-none-any.whl (211kB)
Collecting uritemplate>=3.0.0 (from github3.py~=1.0.0->-r /opt/errbot/requirements.txt (line 31))
  Downloading https://files.pythonhosted.org/packages/e5/7d/9d5a640c4f8bf2c8b1afc015e9a9d8de32e13c9016dcc4b0ec03481fb396/uritemplate-3.0.0-py2.py3-none-any.whl
Collecting backoff~=1.4.3 (from IGitt==0.4.1.dev20180317153318->-r /opt/errbot/requirements.txt (line 32))
  Downloading https://files.pythonhosted.org/packages/e8/f6/c77665cefc8c943c53857909c41cd7efe685ae02029762703e99f18ee7b3/backoff-1.4.3.tar.gz
Collecting beautifulsoup4~=4.6.0 (from IGitt==0.4.1.dev20180317153318->-r /opt/errbot/requirements.txt (line 32))
  Downloading https://files.pythonhosted.org/packages/21/0a/47fdf541c97fd9b6a610cb5fd518175308a7cc60569962e776ac52420387/beautifulsoup4-4.6.3-py3-none-any.whl (90kB)
Collecting PyJWT~=1.5.3 (from IGitt==0.4.1.dev20180317153318->-r /opt/errbot/requirements.txt (line 32))
  Downloading https://files.pythonhosted.org/packages/8a/a6/4d931a2c77a224d27c78382f4ce8ec07542d4426ea2793bea77a689273c2/PyJWT-1.5.3-py2.py3-none-any.whl
Collecting gitdb2>=2.0.0 (from gitpython->-r /opt/errbot/requirements.txt (line 33))
  Downloading https://files.pythonhosted.org/packages/a9/fb/d3afc4e2a8d506a07af19f125f7a473ae1b56f942ed2ba80776eb8ae23b1/gitdb2-2.0.4-py2.py3-none-any.whl (62kB)
Collecting ramlfications (from ramlient->-r /opt/errbot/requirements.txt (line 34))
  Downloading https://files.pythonhosted.org/packages/92/a6/2c55224098adb71ffcaf02fbf9309043baf9f0594a67b6fa609db8f59fe4/ramlfications-0.1.9-py2.py3-none-any.whl (49kB)
Collecting terminaltables>=3.0.0 (from cli_helpers~=1.0.2->coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/9b/c4/4a21174f32f8a7e1104798c445dacdc1d4df86f2f26722767034e4de4bff/terminaltables-3.1.0.tar.gz
Collecting tabulate[widechars]>=0.8.2 (from cli_helpers~=1.0.2->coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/12/c2/11d6845db5edf1295bc08b2f488cf5937806586afe42936c3f34c097ebdc/tabulate-0.8.2.tar.gz (45kB)
Collecting testfixtures~=5.3.1 (from coala-utils==0.7.0->coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/29/7f/b199f5850b713b81e93fb2df53e11fe2ef987e55f0ae42475b25ecf5066c/testfixtures-5.3.1-py2.py3-none-any.whl (75kB)
Collecting sarge~=0.1.4 (from dependency-management>0.4.*->coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/c4/2b/deaaacf4af3f9c45c48be04a6a48fec60515fb34dafda9fe61ecd2c5e4cc/sarge-0.1.5.post0.tar.gz
Collecting termcolor~=1.1.0 (from PyPrint~=0.2.6->coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/8a/48/a76be51647d0eb9f10e2a4511bf3ffb8cc1e6b14e9e4fab46173aa79f981/termcolor-1.1.0.tar.gz
Collecting colorama~=0.3.7 (from PyPrint~=0.2.6->coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/db/c8/7dcf9dbcb22429512708fe3a547f8b6101c0d02137acbd892505aee57adf/colorama-0.3.9-py2.py3-none-any.whl
Collecting urllib3<1.24,>=1.21.1 (from requests~=2.12->coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/bd/c9/6fdd990019071a4a32a5e7cb78a1d92c53851ef4f56f62a3486e6a7d8ffb/urllib3-1.23-py2.py3-none-any.whl (133kB)
Collecting certifi>=2017.4.17 (from requests~=2.12->coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/7c/e6/92ad559b7192d846975fc916b65f667c7b8c3a32bea7372340bfe9a15fa5/certifi-2018.4.16-py2.py3-none-any.whl (150kB)
Collecting chardet<3.1.0,>=3.0.2 (from requests~=2.12->coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/bc/a9/01ffebfb562e4274b6487b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whl (133kB)
Collecting idna<2.8,>=2.5 (from requests~=2.12->coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/4b/2a/0276479a4b3caeb8a8c1af2f8e4355746a97fab05a372e4a2c6a6b876165/idna-2.7-py2.py3-none-any.whl (58kB)
Collecting bitstring>=3.1.4 (from HTTPolice~=0.5.2->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/f3/e5/dfe4c49c93d174a5fd807ed307d3a3f38c6b3e140972945f81a5f5578ca7/bitstring-3.1.5.zip (624kB)
Collecting dominate>=2.2.0 (from HTTPolice~=0.5.2->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/43/b2/3b7d67dd59dab93ae08569384b254323516e8868b453eea5614a53835baf/dominate-2.3.1.tar.gz
Collecting brotlipy>=0.5.1 (from HTTPolice~=0.5.2->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/d9/91/bc79b88590e4f662bd40a55a2b6beb0f15da4726732efec5aa5a3763d856/brotlipy-0.7.0.tar.gz (413kB)
Collecting defusedxml>=0.5.0 (from HTTPolice~=0.5.2->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/87/1c/17f3e3935a913dfe2a5ca85fa5ccbef366bfd82eb318b1f75dadbf0affca/defusedxml-0.5.0-py2.py3-none-any.whl
Collecting lxml>=3.6.0 (from HTTPolice~=0.5.2->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/ca/63/139b710671c1655aed3b20c1e6776118c62e9f9311152f4c6031e12a0554/lxml-4.2.4.tar.gz (2.5MB)
Collecting singledispatch>=3.4.0.3 (from HTTPolice~=0.5.2->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/c5/10/369f50bcd4621b263927b0a1519987a04383d4a98fb10438042ad410cf88/singledispatch-3.4.0.3-py2.py3-none-any.whl
Collecting stevedore>=1.17.1 (from bandit~=1.2->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/a1/d9/93a975469c53a9ee85de9ec0deb12345aa777748b4c263860668592344fe/stevedore-1.29.0-py2.py3-none-any.whl
Collecting pbr>=1.6 (from bashate~=0.5.1->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/69/1c/98cba002ed975a91a0294863d9c774cc0ebe38e05bbb65e83314550b1677/pbr-4.2.0-py2.py3-none-any.whl (100kB)
Collecting Babel>=1.3 (from bashate~=0.5.1->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/b8/ad/c6f60602d3ee3d92fbed87675b6fb6a6f9a38c223343ababdb44ba201f10/Babel-2.6.0-py2.py3-none-any.whl (8.1MB)
Collecting polib>=1.0.8 (from dennis~=0.9->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/30/a2/e407c3b00cace3d7fc8df14d364deeecfeb96044e1a317de583bc26eae58/polib-1.1.0-py2.py3-none-any.whl
Collecting click>=6 (from dennis~=0.9->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/34/c1/8806f99713ddb993c5366c362b2f908f18269f8d792aff1abfd700775a77/click-6.7-py2.py3-none-any.whl (71kB)
Collecting docutils>=0.12 (from docutils-ast-writer~=0.1.2->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/36/fa/08e9e6e0e3cbd1d362c3bbee8d01d0aedb2155c4ac112b19ef3cae8eed8d/docutils-0.14-py3-none-any.whl (543kB)
Collecting template-remover (from html-linter~=0.4.0->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/34/89/e440ff92cd0de37dbd7d7660fe75bb29e8674dae56bd2e20ab2ef3e377c8/template-remover-0.1.9.tar.gz
Collecting docopt>=0.6.1 (from html-linter~=0.4.0->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/a2/55/8f8cab2afd404cf578136ef2cc5dfb50baa1761b68c9da1fb1e4eed343c9/docopt-0.6.2.tar.gz
Collecting typed-ast<1.2.0,>=1.1.0 (from mypy==0.590->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/52/cf/2ebc7d282f026e21eed4987e42e10964a077c13cfc168b42f3573a7f178c/typed-ast-1.1.0.tar.gz (200kB)
Collecting jupyter-core (from nbformat~=4.1->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/1d/44/065d2d7bae7bebc06f1dd70d23c36da8c50c0f08b4236716743d706762a8/jupyter_core-4.4.0-py2.py3-none-any.whl (126kB)
Collecting ipython-genutils (from nbformat~=4.1->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/fa/bc/9bd3b5c2b4774d5f33b2d544f1460be9df7df2fe42f352135381c347c69a/ipython_genutils-0.2.0-py2.py3-none-any.whl
Collecting jsonschema!=2.5.0,>=2.4 (from nbformat~=4.1->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/77/de/47e35a97b2b05c2fadbec67d44cfcdcd09b8086951b331d82de90d2912da/jsonschema-2.6.0-py2.py3-none-any.whl
Collecting traitlets>=4.1 (from nbformat~=4.1->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/93/d6/abcb22de61d78e2fc3959c964628a5771e47e7cc60d53e9342e21ed6cc9a/traitlets-4.3.2-py2.py3-none-any.whl (74kB)
Collecting future (from proselint~=0.7.0->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/00/2b/8d082ddfed935f3608cc61140df6dcbf0edea1bc3ab52fb6c29ae3e81e85/future-0.16.0.tar.gz (824kB)
Collecting snowballstemmer (from pydocstyle~=2.0->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/d4/6c/8a935e2c7b54a37714656d753e4187ee0631988184ed50c0cf6476858566/snowballstemmer-1.2.1-py2.py3-none-any.whl (64kB)
Collecting astroid<1.6,>=1.5.1 (from pylint~=1.7.2->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/9a/a7/d8155abf1c58457f1c65a20208ff128ec403d810dd55c40a39047f1bbddd/astroid-1.5.3-py2.py3-none-any.whl (269kB)
Collecting mccabe (from pylint~=1.7.2->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/87/89/479dc97e18549e21354893e4ee4ef36db1d237534982482c3681ee6e7b57/mccabe-0.6.1-py2.py3-none-any.whl
Collecting mando<0.4,>=0.3 (from radon==1.4.0->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/4a/77/180f0b61dca785a6b76c4f1ba611100fbc628abeb8415fa7c5c4c5d99e0b/mando-0.3.3-py2.py3-none-any.whl
Collecting dparse>=0.4.1 (from safety~=1.8.2->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/8d/89/39cdc1b885e0af65fd172be21c318c3c750d1fbca0582c7b7ffe9873ed78/dparse-0.4.1.tar.gz
Collecting ansicolor~=0.2.4 (from vim-vint!=0.3.19,~=0.3.12->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/42/0b/f370fae6d0070758e8bbf46c77da779e4ea79870ea5197893b2678848aeb/ansicolor-0.2.6-py2.py3-none-any.whl
Collecting WebOb>=1.2 (from webtest->errbot==9.9.9->-r /opt/errbot/requirements.txt (line 29))
  Downloading https://files.pythonhosted.org/packages/d2/df/9b3b374ea2a82b875a90d1fdcf2c4a652d48f0d1e7c2d1034d636551d4d2/WebOb-1.8.2-py2.py3-none-any.whl (115kB)
Collecting waitress>=0.8.5 (from webtest->errbot==9.9.9->-r /opt/errbot/requirements.txt (line 29))
  Downloading https://files.pythonhosted.org/packages/ee/af/ac32a716d64e56561ee9c23ce45ee2865d7ac4e0678b737d2f5ee49b5fd6/waitress-1.1.0-py2.py3-none-any.whl (114kB)
Collecting Werkzeug>=0.14 (from flask->errbot==9.9.9->-r /opt/errbot/requirements.txt (line 29))
  Downloading https://files.pythonhosted.org/packages/20/c4/12e3e56473e52375aa29c4764e70d1b8f3efa6682bef8d0aae04fe335243/Werkzeug-0.14.1-py2.py3-none-any.whl (322kB)
Collecting itsdangerous>=0.24 (from flask->errbot==9.9.9->-r /opt/errbot/requirements.txt (line 29))
  Downloading https://files.pythonhosted.org/packages/dc/b4/a60bcdba945c00f6d608d8975131ab3f25b22f2bcfe1dab221165194b2d4/itsdangerous-0.24.tar.gz (46kB)
Collecting MarkupSafe>=0.23 (from jinja2->errbot==9.9.9->-r /opt/errbot/requirements.txt (line 29))
  Downloading https://files.pythonhosted.org/packages/4d/de/32d741db316d8fdb7680822dd37001ef7a448255de9699ab4bfcbdf4172b/MarkupSafe-1.0.tar.gz
Collecting dnspython==1.15.0 (from dnspython3->errbot==9.9.9->-r /opt/errbot/requirements.txt (line 29))
  Downloading https://files.pythonhosted.org/packages/a6/72/209e18bdfedfd78c6994e9ec96981624a5ad7738524dd474237268422cb8/dnspython-1.15.0-py2.py3-none-any.whl (177kB)
Collecting apipkg>=1.4 (from execnet>=1.1->pytest-xdist~=1.15->-r /opt/errbot/requirements.txt (line 23))
  Downloading https://files.pythonhosted.org/packages/67/08/4815a09603fc800209431bec5b8bd2acf2f95abdfb558a44a42507fb94da/apipkg-1.5-py2.py3-none-any.whl
Collecting multidict>=4.0 (from yarl; python_version >= "3.4"->vcrpy->-r /opt/errbot/requirements.txt (line 27))
  Downloading https://files.pythonhosted.org/packages/9d/b9/3cf1b908d7af6530209a7a16d71ab2734a736c3cdf0657e3a06d0209811e/multidict-4.3.1.tar.gz (137kB)
Collecting asn1crypto>=0.21.0 (from cryptography>=2.2.1->pyopenssl->-r /opt/errbot/requirements.txt (line 28))
  Downloading https://files.pythonhosted.org/packages/ea/cd/35485615f45f30a510576f1a56d1e0a7ad7bd8ab5ed7cdc600ef7cd06222/asn1crypto-0.24.0-py2.py3-none-any.whl (101kB)
Collecting cffi!=1.11.3,>=1.7 (from cryptography>=2.2.1->pyopenssl->-r /opt/errbot/requirements.txt (line 28))
  Downloading https://files.pythonhosted.org/packages/e7/a7/4cd50e57cc6f436f1cc3a7e8fa700ff9b8b4d471620629074913e3735fb2/cffi-1.11.5.tar.gz (438kB)
Collecting inflect (from jaraco.itertools>=2.0->wolframalpha->-r /opt/errbot/requirements.txt (line 30))
  Downloading https://files.pythonhosted.org/packages/82/12/af36f5420b495ad6e75f4532eaad64ee7301d0ef568a4eb87ded9bfcacb3/inflect-1.0.0-py2.py3-none-any.whl (59kB)
Collecting smmap2>=2.0.0 (from gitdb2>=2.0.0->gitpython->-r /opt/errbot/requirements.txt (line 33))
  Downloading https://files.pythonhosted.org/packages/0f/14/e3112808b727f72df9531fc2f00b84d4966e66001748b6883a21c767e902/smmap2-2.0.4-py2.py3-none-any.whl
Collecting jsonref (from ramlfications->ramlient->-r /opt/errbot/requirements.txt (line 34))
  Downloading https://files.pythonhosted.org/packages/3a/fe/42aca2f2a2e668375a92fcf74e0977a4943ca508e171c9a311b7d5fb9b07/jsonref-0.1.tar.gz
Collecting markdown2 (from ramlfications->ramlient->-r /opt/errbot/requirements.txt (line 34))
  Downloading https://files.pythonhosted.org/packages/64/75/03ad43fdc360438357ecc0c8e98b739ec204276fe4c64a684df6883dffeb/markdown2-2.3.5.zip (161kB)
Collecting wcwidth (from tabulate[widechars]>=0.8.2->cli_helpers~=1.0.2->coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/7e/9f/526a6947247599b084ee5232e4f9190a38f398d7300d866af3ab571a5bfe/wcwidth-0.1.7-py2.py3-none-any.whl
Collecting pytz>=0a (from Babel>=1.3->bashate~=0.5.1->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/30/4e/27c34b62430286c6d59177a0842ed90dc789ce5d1ed740887653b898779a/pytz-2018.5-py2.py3-none-any.whl (510kB)
Collecting decorator (from traitlets>=4.1->nbformat~=4.1->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/bc/bb/a24838832ba35baf52f32ab1a49b906b5f82fb7c76b2f6a7e35e140bac30/decorator-4.3.0-py2.py3-none-any.whl
Collecting lazy-object-proxy (from astroid<1.6,>=1.5.1->pylint~=1.7.2->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/55/08/23c0753599bdec1aec273e322f277c4e875150325f565017f6280549f554/lazy-object-proxy-1.3.1.tar.gz
Collecting pycparser (from cffi!=1.11.3,>=1.7->cryptography>=2.2.1->pyopenssl->-r /opt/errbot/requirements.txt (line 28))
  Downloading https://files.pythonhosted.org/packages/8c/2d/aad7f16146f4197a11f8e91fb81df177adcc2073d36a17b1491fd09df6ed/pycparser-2.18.tar.gz (245kB)
Building wheels for collected packages: coverage, pytest-env, pytest-instafail, pytest-profiling, coala, coala-bears, apertium-lint, autoflake, autopep8, bashate, cmakelint, cppclean, cpplint, docutils-ast-writer, eradicate, guess-language-spirit, html-linter, libclang-py3, munkres3, nltk, proselint, pyroma, pyyaml, restructuredtext-lint, rstcheck, scspell3k, vim-vint, errbot, ansi, pygments-markdown-lexer, dnspython3, crayons, gprof2dot, wrapt, yarl, cryptography, backoff, terminaltables, tabulate, sarge, termcolor, bitstring, dominate, brotlipy, lxml, template-remover, docopt, typed-ast, future, dparse, itsdangerous, MarkupSafe, multidict, cffi, jsonref, markdown2, lazy-object-proxy, pycparser
  Running setup.py bdist_wheel for coverage: started
  Running setup.py bdist_wheel for coverage: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/14/ac/8c/1f9b70078ccfb05df0a056de4c8ce643a569763f08739071bd
  Running setup.py bdist_wheel for pytest-env: started
  Running setup.py bdist_wheel for pytest-env: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/75/fc/26/357bc139b726977ab08817308ce76d96a26bdbe2329a43b15a
  Running setup.py bdist_wheel for pytest-instafail: started
  Running setup.py bdist_wheel for pytest-instafail: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/6e/da/90/d15c472888a430f33ad750656ed2e7509d6b54272416f9733c
  Running setup.py bdist_wheel for pytest-profiling: started
  Running setup.py bdist_wheel for pytest-profiling: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/62/c7/07/cbe779b16bfb07ae05c09877fde107bb8dff487fbb7c1df992
  Running setup.py bdist_wheel for coala: started
  Running setup.py bdist_wheel for coala: finished with status 'done'
  Stored in directory: /tmp/pip-ephem-wheel-cache-hdkl08p4/wheels/2a/f8/57/f94da34e55de77f8145d33fe91c29d7e57aecf8e34014c8243
  Running setup.py bdist_wheel for coala-bears: started
  Running setup.py bdist_wheel for coala-bears: finished with status 'done'
  Stored in directory: /tmp/pip-ephem-wheel-cache-hdkl08p4/wheels/4f/2f/23/2f9157ee3f658708c1190f364219a80e50c774e8c44b7a67ae
  Running setup.py bdist_wheel for apertium-lint: started
  Running setup.py bdist_wheel for apertium-lint: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/7e/60/cf/a15a083c5e6abda0d0590cc739a0c4516131eb3bd666f1361f
  Running setup.py bdist_wheel for autoflake: started
  Running setup.py bdist_wheel for autoflake: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/c9/74/4c/373f3b8f1a3543724bd445667009c22f4c4b19a45e20e4583f
  Running setup.py bdist_wheel for autopep8: started
  Running setup.py bdist_wheel for autopep8: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/6e/1f/9b/d331305a861e6a7be37e0307d464e0d33db746e450185b825f
  Running setup.py bdist_wheel for bashate: started
  Running setup.py bdist_wheel for bashate: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/0f/05/21/19c9e935459c5f5a62695afc5c772699a94e7fccd4f54f55b8
  Running setup.py bdist_wheel for cmakelint: started
  Running setup.py bdist_wheel for cmakelint: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/14/4a/3b/99b227baeb72272f5f1f190cc15fbf4487983c0d1c91a1b844
  Running setup.py bdist_wheel for cppclean: started
  Running setup.py bdist_wheel for cppclean: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/17/eb/04/dd80414e9396b07e5c86648feb7f58ff08f72aee476921d21c
  Running setup.py bdist_wheel for cpplint: started
  Running setup.py bdist_wheel for cpplint: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/7b/7a/94/b87321c119b8d7265fc3980f5e479eb239e305daafb1e01c26
  Running setup.py bdist_wheel for docutils-ast-writer: started
  Running setup.py bdist_wheel for docutils-ast-writer: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/bf/a2/2d/b9e50da4b8c03b5dfdea95312bd75a26f0fbb39984bf2d480a
  Running setup.py bdist_wheel for eradicate: started
  Running setup.py bdist_wheel for eradicate: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/e5/24/3a/8845a187ae68cb62f772e33ae543acfb4d77d63f58b95f7609
  Running setup.py bdist_wheel for guess-language-spirit: started
  Running setup.py bdist_wheel for guess-language-spirit: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/e3/34/c3/1583565badc832e3962ea9153ee8930189d497ea8b1d310466
  Running setup.py bdist_wheel for html-linter: started
  Running setup.py bdist_wheel for html-linter: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/c9/5b/16/a85a243890917144786b4dfe710f62b36415f696236a71cac2
  Running setup.py bdist_wheel for libclang-py3: started
  Running setup.py bdist_wheel for libclang-py3: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/2d/3e/e1/64dcd073de9fc0079c5a72b4c5816eb2ce170f2d2b6606362f
  Running setup.py bdist_wheel for munkres3: started
  Running setup.py bdist_wheel for munkres3: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/17/77/5f/93e817b60b1949a63268064bde6be85b13ee3cb09cc18971a5
  Running setup.py bdist_wheel for nltk: started
  Running setup.py bdist_wheel for nltk: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/d1/ab/40/3bceea46922767e42986aef7606a600538ca80de6062dc266c
  Running setup.py bdist_wheel for proselint: started
  Running setup.py bdist_wheel for proselint: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/ac/4e/1f/de213ca3be9b505ddac551e5fb82acc0a6425c2bdfa6b93b42
  Running setup.py bdist_wheel for pyroma: started
  Running setup.py bdist_wheel for pyroma: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/92/51/fc/e96cfc5e1e14982d6f1820020494a943dbc05874ac63cd1e9b
  Running setup.py bdist_wheel for pyyaml: started
  Running setup.py bdist_wheel for pyyaml: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/ad/da/0c/74eb680767247273e2cf2723482cb9c924fe70af57c334513f
  Running setup.py bdist_wheel for restructuredtext-lint: started
  Running setup.py bdist_wheel for restructuredtext-lint: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/37/96/63/3d4a320bfe7d53fb49592edd152f93706c4aba06e4fe7c3c91
  Running setup.py bdist_wheel for rstcheck: started
  Running setup.py bdist_wheel for rstcheck: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/71/a6/7e/2e4f9e7be3b92c5e486c53c0130bf504dd732daec6ca2e23aa
  Running setup.py bdist_wheel for scspell3k: started
  Running setup.py bdist_wheel for scspell3k: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/d8/a0/6d/f9a787d92cca1af6e02802627e6bd610e8b3d9ce8b1f1734a7
  Running setup.py bdist_wheel for vim-vint: started
  Running setup.py bdist_wheel for vim-vint: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/fe/f9/12/a349f90e6b18e1d029484a25d1e07fe4babb86244855f4a7e7
  Running setup.py bdist_wheel for errbot: started
  Running setup.py bdist_wheel for errbot: finished with status 'done'
  Stored in directory: /tmp/pip-ephem-wheel-cache-hdkl08p4/wheels/0a/00/ba/1421c3a3f8a75e930da269a45312e7005a087f7c7f489122a8
  Running setup.py bdist_wheel for ansi: started
  Running setup.py bdist_wheel for ansi: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/48/52/fd/670f79c4bde50505647446c7ed82dc876696d185560fab75bd
  Running setup.py bdist_wheel for pygments-markdown-lexer: started
  Running setup.py bdist_wheel for pygments-markdown-lexer: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/db/5c/3a/3d2a4132f2187809f0d8e03bb6663d3e2ddaed623899f858a9
  Running setup.py bdist_wheel for dnspython3: started
  Running setup.py bdist_wheel for dnspython3: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/0d/88/bc/48625aeedc619aeb4987329d973b73aef251a6fcd6ce8fb862
  Running setup.py bdist_wheel for crayons: started
  Running setup.py bdist_wheel for crayons: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/e4/2f/b8/40d854f55361937ecc4248232469778de9583eaad0bc547325
  Running setup.py bdist_wheel for gprof2dot: started
  Running setup.py bdist_wheel for gprof2dot: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/0f/20/4e/416cc3d5d870aff6a0aafacbc6f00ea9294fcadd026483b5a9
  Running setup.py bdist_wheel for wrapt: started
  Running setup.py bdist_wheel for wrapt: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/48/5d/04/22361a593e70d23b1f7746d932802efe1f0e523376a74f321e
  Running setup.py bdist_wheel for yarl: started
  Running setup.py bdist_wheel for yarl: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/fd/1c/e7/9df9bfc03a2f55c2201b52db3545b1314eb807148563a6521b
  Running setup.py bdist_wheel for cryptography: started
  Running setup.py bdist_wheel for cryptography: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/df/48/b1/3d840d966621dd2428781a80e4a43958c5e84edf2ac4635eec
  Running setup.py bdist_wheel for backoff: started
  Running setup.py bdist_wheel for backoff: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/3e/10/00/a4cd3781fbd200c0ae8fecf48bf45af73dfdd9f12374184894
  Running setup.py bdist_wheel for terminaltables: started
  Running setup.py bdist_wheel for terminaltables: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/30/6b/50/6c75775b681fb36cdfac7f19799888ef9d8813aff9e379663e
  Running setup.py bdist_wheel for tabulate: started
  Running setup.py bdist_wheel for tabulate: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/2a/85/33/2f6da85d5f10614cbe5a625eab3b3aebfdf43e7b857f25f829
  Running setup.py bdist_wheel for sarge: started
  Running setup.py bdist_wheel for sarge: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/0d/63/b8/373b46048d907970de2201ee6ea3d1fe30c2bec2a5a03dbc3e
  Running setup.py bdist_wheel for termcolor: started
  Running setup.py bdist_wheel for termcolor: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/7c/06/54/bc84598ba1daf8f970247f550b175aaaee85f68b4b0c5ab2c6
  Running setup.py bdist_wheel for bitstring: started
  Running setup.py bdist_wheel for bitstring: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/2d/29/47/179175c4ddff694032837432ae45c04c6bf93e4b01c23fb5b3
  Running setup.py bdist_wheel for dominate: started
  Running setup.py bdist_wheel for dominate: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/86/7c/76/a514f343c9e4f85f4c98fe13138ab9c8f756647155c4c1f25e
  Running setup.py bdist_wheel for brotlipy: started
  Running setup.py bdist_wheel for brotlipy: finished with status 'error'
  Complete output from command /usr/local/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-di59wy9y/brotlipy/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/pip-wheel-iews4lnl --python-tag cp37:
  running bdist_wheel
  running build
  running build_py
  creating build
  creating build/lib.linux-x86_64-3.7
  creating build/lib.linux-x86_64-3.7/brotli
  copying src/brotli/brotli.py -> build/lib.linux-x86_64-3.7/brotli
  copying src/brotli/build.py -> build/lib.linux-x86_64-3.7/brotli
  copying src/brotli/__init__.py -> build/lib.linux-x86_64-3.7/brotli
  running build_clib
  building 'libbrotli' library
  creating build/temp.linux-x86_64-3.7
  creating build/temp.linux-x86_64-3.7/libbrotli
  creating build/temp.linux-x86_64-3.7/libbrotli/common
  creating build/temp.linux-x86_64-3.7/libbrotli/dec
  creating build/temp.linux-x86_64-3.7/libbrotli/enc
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/common/dictionary.c -o build/temp.linux-x86_64-3.7/libbrotli/common/dictionary.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/dec/huffman.c -o build/temp.linux-x86_64-3.7/libbrotli/dec/huffman.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/dec/bit_reader.c -o build/temp.linux-x86_64-3.7/libbrotli/dec/bit_reader.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/dec/decode.c -o build/temp.linux-x86_64-3.7/libbrotli/dec/decode.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/dec/state.c -o build/temp.linux-x86_64-3.7/libbrotli/dec/state.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/backward_references.c -o build/temp.linux-x86_64-3.7/libbrotli/enc/backward_references.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/backward_references_hq.c -o build/temp.linux-x86_64-3.7/libbrotli/enc/backward_references_hq.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/bit_cost.c -o build/temp.linux-x86_64-3.7/libbrotli/enc/bit_cost.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/block_splitter.c -o build/temp.linux-x86_64-3.7/libbrotli/enc/block_splitter.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/histogram.c -o build/temp.linux-x86_64-3.7/libbrotli/enc/histogram.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/memory.c -o build/temp.linux-x86_64-3.7/libbrotli/enc/memory.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/literal_cost.c -o build/temp.linux-x86_64-3.7/libbrotli/enc/literal_cost.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/brotli_bit_stream.c -o build/temp.linux-x86_64-3.7/libbrotli/enc/brotli_bit_stream.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/compress_fragment_two_pass.c -o build/temp.linux-x86_64-3.7/libbrotli/enc/compress_fragment_two_pass.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/compress_fragment.c -o build/temp.linux-x86_64-3.7/libbrotli/enc/compress_fragment.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/cluster.c -o build/temp.linux-x86_64-3.7/libbrotli/enc/cluster.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/utf8_util.c -o build/temp.linux-x86_64-3.7/libbrotli/enc/utf8_util.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/encode.c -o build/temp.linux-x86_64-3.7/libbrotli/enc/encode.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/metablock.c -o build/temp.linux-x86_64-3.7/libbrotli/enc/metablock.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/static_dict.c -o build/temp.linux-x86_64-3.7/libbrotli/enc/static_dict.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/dictionary_hash.c -o build/temp.linux-x86_64-3.7/libbrotli/enc/dictionary_hash.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/entropy_encode.c -o build/temp.linux-x86_64-3.7/libbrotli/enc/entropy_encode.o
  ar rcs build/temp.linux-x86_64-3.7/liblibbrotli.a build/temp.linux-x86_64-3.7/libbrotli/common/dictionary.o build/temp.linux-x86_64-3.7/libbrotli/dec/huffman.o build/temp.linux-x86_64-3.7/libbrotli/dec/bit_reader.o build/temp.linux-x86_64-3.7/libbrotli/dec/decode.o build/temp.linux-x86_64-3.7/libbrotli/dec/state.o build/temp.linux-x86_64-3.7/libbrotli/enc/backward_references.o build/temp.linux-x86_64-3.7/libbrotli/enc/backward_references_hq.o build/temp.linux-x86_64-3.7/libbrotli/enc/bit_cost.o build/temp.linux-x86_64-3.7/libbrotli/enc/block_splitter.o build/temp.linux-x86_64-3.7/libbrotli/enc/histogram.o build/temp.linux-x86_64-3.7/libbrotli/enc/memory.o build/temp.linux-x86_64-3.7/libbrotli/enc/literal_cost.o build/temp.linux-x86_64-3.7/libbrotli/enc/brotli_bit_stream.o build/temp.linux-x86_64-3.7/libbrotli/enc/compress_fragment_two_pass.o build/temp.linux-x86_64-3.7/libbrotli/enc/compress_fragment.o build/temp.linux-x86_64-3.7/libbrotli/enc/cluster.o build/temp.linux-x86_64-3.7/libbrotli/enc/utf8_util.o build/temp.linux-x86_64-3.7/libbrotli/enc/encode.o build/temp.linux-x86_64-3.7/libbrotli/enc/metablock.o build/temp.linux-x86_64-3.7/libbrotli/enc/static_dict.o build/temp.linux-x86_64-3.7/libbrotli/enc/dictionary_hash.o build/temp.linux-x86_64-3.7/libbrotli/enc/entropy_encode.o
  running build_ext
  generating cffi module 'build/temp.linux-x86_64-3.7/_brotli.c'
  building '_brotli' extension
  creating build/temp.linux-x86_64-3.7/build
  creating build/temp.linux-x86_64-3.7/build/temp.linux-x86_64-3.7
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli -Ilibbrotli/include -I/usr/local/include/python3.7m -c build/temp.linux-x86_64-3.7/_brotli.c -o build/temp.linux-x86_64-3.7/build/temp.linux-x86_64-3.7/_brotli.o
  gcc -shared build/temp.linux-x86_64-3.7/build/temp.linux-x86_64-3.7/_brotli.o -L/usr/local/lib -Lbuild/temp.linux-x86_64-3.7 -llibbrotli -lstdc++ -lpython3.7m -llibbrotli -o build/lib.linux-x86_64-3.7/brotli/_brotli.abi3.so
  /usr/lib/gcc/x86_64-alpine-linux-musl/6.4.0/../../../../x86_64-alpine-linux-musl/bin/ld: cannot find -lstdc++
  collect2: error: ld returned 1 exit status
  error: command 'gcc' failed with exit status 1
  
  ----------------------------------------
  Failed building wheel for brotlipy
  Running setup.py clean for brotlipy
  Running setup.py bdist_wheel for lxml: started
  Running setup.py bdist_wheel for lxml: finished with status 'error'
  Complete output from command /usr/local/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-di59wy9y/lxml/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/pip-wheel-xqzufir9 --python-tag cp37:
  Building lxml version 4.2.4.
  Building without Cython.
  ERROR: b'/bin/sh: xslt-config: not found\n'
  ** make sure the development packages of libxml2 and libxslt are installed **
  
  Using build configuration of libxslt
  running bdist_wheel
  running build
  running build_py
  creating build
  creating build/lib.linux-x86_64-3.7
  creating build/lib.linux-x86_64-3.7/lxml
  copying src/lxml/pyclasslookup.py -> build/lib.linux-x86_64-3.7/lxml
  copying src/lxml/_elementpath.py -> build/lib.linux-x86_64-3.7/lxml
  copying src/lxml/__init__.py -> build/lib.linux-x86_64-3.7/lxml
  copying src/lxml/cssselect.py -> build/lib.linux-x86_64-3.7/lxml
  copying src/lxml/usedoctest.py -> build/lib.linux-x86_64-3.7/lxml
  copying src/lxml/doctestcompare.py -> build/lib.linux-x86_64-3.7/lxml
  copying src/lxml/sax.py -> build/lib.linux-x86_64-3.7/lxml
  copying src/lxml/builder.py -> build/lib.linux-x86_64-3.7/lxml
  copying src/lxml/ElementInclude.py -> build/lib.linux-x86_64-3.7/lxml
  creating build/lib.linux-x86_64-3.7/lxml/includes
  copying src/lxml/includes/__init__.py -> build/lib.linux-x86_64-3.7/lxml/includes
  creating build/lib.linux-x86_64-3.7/lxml/html
  copying src/lxml/html/_html5builder.py -> build/lib.linux-x86_64-3.7/lxml/html
  copying src/lxml/html/formfill.py -> build/lib.linux-x86_64-3.7/lxml/html
  copying src/lxml/html/__init__.py -> build/lib.linux-x86_64-3.7/lxml/html
  copying src/lxml/html/ElementSoup.py -> build/lib.linux-x86_64-3.7/lxml/html
  copying src/lxml/html/_diffcommand.py -> build/lib.linux-x86_64-3.7/lxml/html
  copying src/lxml/html/_setmixin.py -> build/lib.linux-x86_64-3.7/lxml/html
  copying src/lxml/html/usedoctest.py -> build/lib.linux-x86_64-3.7/lxml/html
  copying src/lxml/html/diff.py -> build/lib.linux-x86_64-3.7/lxml/html
  copying src/lxml/html/builder.py -> build/lib.linux-x86_64-3.7/lxml/html
  copying src/lxml/html/clean.py -> build/lib.linux-x86_64-3.7/lxml/html
  copying src/lxml/html/html5parser.py -> build/lib.linux-x86_64-3.7/lxml/html
  copying src/lxml/html/soupparser.py -> build/lib.linux-x86_64-3.7/lxml/html
  copying src/lxml/html/defs.py -> build/lib.linux-x86_64-3.7/lxml/html
  creating build/lib.linux-x86_64-3.7/lxml/isoschematron
  copying src/lxml/isoschematron/__init__.py -> build/lib.linux-x86_64-3.7/lxml/isoschematron
  copying src/lxml/etree.h -> build/lib.linux-x86_64-3.7/lxml
  copying src/lxml/etree_api.h -> build/lib.linux-x86_64-3.7/lxml
  copying src/lxml/lxml.etree.h -> build/lib.linux-x86_64-3.7/lxml
  copying src/lxml/lxml.etree_api.h -> build/lib.linux-x86_64-3.7/lxml
  copying src/lxml/includes/xmlparser.pxd -> build/lib.linux-x86_64-3.7/lxml/includes
  copying src/lxml/includes/xpath.pxd -> build/lib.linux-x86_64-3.7/lxml/includes
  copying src/lxml/includes/__init__.pxd -> build/lib.linux-x86_64-3.7/lxml/includes
  copying src/lxml/includes/xslt.pxd -> build/lib.linux-x86_64-3.7/lxml/includes
  copying src/lxml/includes/xinclude.pxd -> build/lib.linux-x86_64-3.7/lxml/includes
  copying src/lxml/includes/schematron.pxd -> build/lib.linux-x86_64-3.7/lxml/includes
  copying src/lxml/includes/htmlparser.pxd -> build/lib.linux-x86_64-3.7/lxml/includes
  copying src/lxml/includes/c14n.pxd -> build/lib.linux-x86_64-3.7/lxml/includes
  copying src/lxml/includes/uri.pxd -> build/lib.linux-x86_64-3.7/lxml/includes
  copying src/lxml/includes/dtdvalid.pxd -> build/lib.linux-x86_64-3.7/lxml/includes
  copying src/lxml/includes/etreepublic.pxd -> build/lib.linux-x86_64-3.7/lxml/includes
  copying src/lxml/includes/xmlschema.pxd -> build/lib.linux-x86_64-3.7/lxml/includes
  copying src/lxml/includes/xmlerror.pxd -> build/lib.linux-x86_64-3.7/lxml/includes
  copying src/lxml/includes/tree.pxd -> build/lib.linux-x86_64-3.7/lxml/includes
  copying src/lxml/includes/relaxng.pxd -> build/lib.linux-x86_64-3.7/lxml/includes
  copying src/lxml/includes/config.pxd -> build/lib.linux-x86_64-3.7/lxml/includes
  copying src/lxml/includes/lxml-version.h -> build/lib.linux-x86_64-3.7/lxml/includes
  copying src/lxml/includes/etree_defs.h -> build/lib.linux-x86_64-3.7/lxml/includes
  creating build/lib.linux-x86_64-3.7/lxml/isoschematron/resources
  creating build/lib.linux-x86_64-3.7/lxml/isoschematron/resources/rng
  copying src/lxml/isoschematron/resources/rng/iso-schematron.rng -> build/lib.linux-x86_64-3.7/lxml/isoschematron/resources/rng
  creating build/lib.linux-x86_64-3.7/lxml/isoschematron/resources/xsl
  copying src/lxml/isoschematron/resources/xsl/XSD2Schtrn.xsl -> build/lib.linux-x86_64-3.7/lxml/isoschematron/resources/xsl
  copying src/lxml/isoschematron/resources/xsl/RNG2Schtrn.xsl -> build/lib.linux-x86_64-3.7/lxml/isoschematron/resources/xsl
  creating build/lib.linux-x86_64-3.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
  copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_skeleton_for_xslt1.xsl -> build/lib.linux-x86_64-3.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
  copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_message.xsl -> build/lib.linux-x86_64-3.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
  copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_dsdl_include.xsl -> build/lib.linux-x86_64-3.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
  copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_abstract_expand.xsl -> build/lib.linux-x86_64-3.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
  copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_svrl_for_xslt1.xsl -> build/lib.linux-x86_64-3.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
  copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/readme.txt -> build/lib.linux-x86_64-3.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
  running build_ext
  building 'lxml.etree' extension
  creating build/temp.linux-x86_64-3.7
  creating build/temp.linux-x86_64-3.7/src
  creating build/temp.linux-x86_64-3.7/src/lxml
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -DCYTHON_CLINE_IN_TRACEBACK=0 -Isrc -Isrc/lxml/includes -I/usr/local/include/python3.7m -c src/lxml/etree.c -o build/temp.linux-x86_64-3.7/src/lxml/etree.o -w
  In file included from src/lxml/etree.c:662:0:
  src/lxml/includes/etree_defs.h:14:31: fatal error: libxml/xmlversion.h: No such file or directory
   #include "libxml/xmlversion.h"
                                 ^
  compilation terminated.
  Compile failed: command 'gcc' failed with exit status 1
  creating tmp
  cc -I/usr/include/libxml2 -c /tmp/xmlXPathInit3lg1fhnx.c -o tmp/xmlXPathInit3lg1fhnx.o
  /tmp/xmlXPathInit3lg1fhnx.c:1:26: fatal error: libxml/xpath.h: No such file or directory
   #include "libxml/xpath.h"
                            ^
  compilation terminated.
  *********************************************************************************
  Could not find function xmlCheckVersion in library libxml2. Is libxml2 installed?
  *********************************************************************************
  error: command 'gcc' failed with exit status 1
  
  ----------------------------------------
  Failed building wheel for lxml
  Running setup.py clean for lxml
  Running setup.py bdist_wheel for template-remover: started
  Running setup.py bdist_wheel for template-remover: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/14/1d/4e/cc9061fb59162c9b733ce5d7e567f8be2033352155b101ac0d
  Running setup.py bdist_wheel for docopt: started
  Running setup.py bdist_wheel for docopt: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/9b/04/dd/7daf4150b6d9b12949298737de9431a324d4b797ffd63f526e
  Running setup.py bdist_wheel for typed-ast: started
  Running setup.py bdist_wheel for typed-ast: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/8f/81/3a/bdd2bfdf9b5136d1b1c5feb00c79fad1b3ac255093b5838565
  Running setup.py bdist_wheel for future: started
  Running setup.py bdist_wheel for future: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/bf/c9/a3/c538d90ef17cf7823fa51fc701a7a7a910a80f6a405bf15b1a
  Running setup.py bdist_wheel for dparse: started
  Running setup.py bdist_wheel for dparse: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/4a/8d/fa/d8d1526ad5615bc0fc10502e16dfc2a70802106cba099d2518
  Running setup.py bdist_wheel for itsdangerous: started
  Running setup.py bdist_wheel for itsdangerous: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/2c/4a/61/5599631c1554768c6290b08c02c72d7317910374ca602ff1e5
  Running setup.py bdist_wheel for MarkupSafe: started
  Running setup.py bdist_wheel for MarkupSafe: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/33/56/20/ebe49a5c612fffe1c5a632146b16596f9e64676768661e4e46
  Running setup.py bdist_wheel for multidict: started
  Running setup.py bdist_wheel for multidict: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/97/06/92/091e8e6546ccaa08c78527058a6662e8bf5e0db9aeff0392bb
  Running setup.py bdist_wheel for cffi: started
  Running setup.py bdist_wheel for cffi: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/e6/9e/cd/9f0b900a715af094d5a08cc50230728c08ef745ffb195c67e8
  Running setup.py bdist_wheel for jsonref: started
  Running setup.py bdist_wheel for jsonref: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/9b/ac/52/1caebe0f45f2a559ed3d79760dd3c913972abc73d665208593
  Running setup.py bdist_wheel for markdown2: started
  Running setup.py bdist_wheel for markdown2: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/07/99/0b/89995aca5b1253b89caa7de4041fabea6fba469f42da697664
  Running setup.py bdist_wheel for lazy-object-proxy: started
  Running setup.py bdist_wheel for lazy-object-proxy: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/a0/63/e2/6d93295282cb35b53b14b50b602c76dfb04471e21b31d8ad7b
  Running setup.py bdist_wheel for pycparser: started
  Running setup.py bdist_wheel for pycparser: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/c0/a1/27/5ba234bd77ea5a290cbf6d675259ec52293193467a12ef1f46
Successfully built coverage pytest-env pytest-instafail pytest-profiling coala coala-bears apertium-lint autoflake autopep8 bashate cmakelint cppclean cpplint docutils-ast-writer eradicate guess-language-spirit html-linter libclang-py3 munkres3 nltk proselint pyroma pyyaml restructuredtext-lint rstcheck scspell3k vim-vint errbot ansi pygments-markdown-lexer dnspython3 crayons gprof2dot wrapt yarl cryptography backoff terminaltables tabulate sarge termcolor bitstring dominate template-remover docopt typed-ast future dparse itsdangerous MarkupSafe multidict cffi jsonref markdown2 lazy-object-proxy pycparser
Failed to build brotlipy lxml
igitt 0.4.1.dev20180317153318 has requirement cryptography~=2.1.4, but you'll have cryptography 2.3 which is incompatible.
igitt 0.4.1.dev20180317153318 has requirement requests~=2.18.4, but you'll have requests 2.19.1 which is incompatible.
Installing collected packages: coverage, pyparsing, six, packaging, coverage-env-plugin, coverage-config-reload-plugin, urllib3, certifi, chardet, idna, requests, codecov, colorama, crayons, MarkupSafe, jinja2, pyyaml, lml, moban, atomicwrites, more-itertools, pluggy, py, attrs, 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, pytest-forked, apipkg, execnet, pytest-xdist, requests-mock, pip, wrapt, multidict, yarl, vcrpy, asn1crypto, pycparser, cffi, cryptography, pyopenssl, xmltodict, inflect, jaraco.itertools, wolframalpha, python-dateutil, uritemplate, github3.py, backoff, beautifulsoup4, PyJWT, smmap2, gitdb2, gitpython, IGitt, jsonref, click, termcolor, markdown2, ramlfications, ramlient, appdirs, cached-property, terminaltables, wcwidth, tabulate, cli-helpers, testfixtures, PyPrint, coala-utils, colorlog, sarge, dependency-management, Pygments, unidiff, coala, bitstring, dominate, brotlipy, defusedxml, lxml, singledispatch, HTTPolice, aenum, apertium-lint, pyflakes, autoflake, pycodestyle, autopep8, pbr, stevedore, bandit, pytz, Babel, bashate, cmakelint, cppclean, cpplint, polib, dennis, docutils, docutils-ast-writer, eradicate, git-url-parse, guess-language-spirit, docopt, template-remover, html-linter, isort, libclang-py3, memento-client, munkres3, typed-ast, mypy, decorator, ipython-genutils, traitlets, jupyter-core, jsonschema, nbformat, nltk, future, proselint, snowballstemmer, pydocstyle, lazy-object-proxy, astroid, mccabe, pylint, pyroma, mando, radon, restructuredtext-lint, rstcheck, dparse, safety, scspell3k, ansicolor, vim-vint, vulture, yamllint, yapf, coala-bears, WebOb, waitress, webtest, Werkzeug, itsdangerous, flask, markdown, ansi, pygments-markdown-lexer, dnspython, dnspython3, daemonize, errbot
  Found existing installation: pip 18.0
    Uninstalling pip-18.0:
      Successfully uninstalled pip-18.0
  Running setup.py install for brotlipy: started
    Running setup.py install for brotlipy: finished with status 'error'
    Complete output from command /usr/local/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-di59wy9y/brotlipy/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-record-hs6yimd7/install-record.txt --single-version-externally-managed --compile:
    running install
    running build
    running build_py
    creating build
    creating build/lib.linux-x86_64-3.7
    creating build/lib.linux-x86_64-3.7/brotli
    copying src/brotli/brotli.py -> build/lib.linux-x86_64-3.7/brotli
    copying src/brotli/build.py -> build/lib.linux-x86_64-3.7/brotli
    copying src/brotli/__init__.py -> build/lib.linux-x86_64-3.7/brotli
    running build_clib
    building 'libbrotli' library
    creating build/temp.linux-x86_64-3.7
    creating build/temp.linux-x86_64-3.7/libbrotli
    creating build/temp.linux-x86_64-3.7/libbrotli/common
    creating build/temp.linux-x86_64-3.7/libbrotli/dec
    creating build/temp.linux-x86_64-3.7/libbrotli/enc
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/common/dictionary.c -o build/temp.linux-x86_64-3.7/libbrotli/common/dictionary.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/dec/huffman.c -o build/temp.linux-x86_64-3.7/libbrotli/dec/huffman.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/dec/bit_reader.c -o build/temp.linux-x86_64-3.7/libbrotli/dec/bit_reader.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/dec/decode.c -o build/temp.linux-x86_64-3.7/libbrotli/dec/decode.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/dec/state.c -o build/temp.linux-x86_64-3.7/libbrotli/dec/state.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/backward_references.c -o build/temp.linux-x86_64-3.7/libbrotli/enc/backward_references.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/backward_references_hq.c -o build/temp.linux-x86_64-3.7/libbrotli/enc/backward_references_hq.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/bit_cost.c -o build/temp.linux-x86_64-3.7/libbrotli/enc/bit_cost.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/block_splitter.c -o build/temp.linux-x86_64-3.7/libbrotli/enc/block_splitter.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/histogram.c -o build/temp.linux-x86_64-3.7/libbrotli/enc/histogram.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/memory.c -o build/temp.linux-x86_64-3.7/libbrotli/enc/memory.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/literal_cost.c -o build/temp.linux-x86_64-3.7/libbrotli/enc/literal_cost.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/brotli_bit_stream.c -o build/temp.linux-x86_64-3.7/libbrotli/enc/brotli_bit_stream.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/compress_fragment_two_pass.c -o build/temp.linux-x86_64-3.7/libbrotli/enc/compress_fragment_two_pass.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/compress_fragment.c -o build/temp.linux-x86_64-3.7/libbrotli/enc/compress_fragment.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/cluster.c -o build/temp.linux-x86_64-3.7/libbrotli/enc/cluster.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/utf8_util.c -o build/temp.linux-x86_64-3.7/libbrotli/enc/utf8_util.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/encode.c -o build/temp.linux-x86_64-3.7/libbrotli/enc/encode.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/metablock.c -o build/temp.linux-x86_64-3.7/libbrotli/enc/metablock.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/static_dict.c -o build/temp.linux-x86_64-3.7/libbrotli/enc/static_dict.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/dictionary_hash.c -o build/temp.linux-x86_64-3.7/libbrotli/enc/dictionary_hash.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/entropy_encode.c -o build/temp.linux-x86_64-3.7/libbrotli/enc/entropy_encode.o
    ar rcs build/temp.linux-x86_64-3.7/liblibbrotli.a build/temp.linux-x86_64-3.7/libbrotli/common/dictionary.o build/temp.linux-x86_64-3.7/libbrotli/dec/huffman.o build/temp.linux-x86_64-3.7/libbrotli/dec/bit_reader.o build/temp.linux-x86_64-3.7/libbrotli/dec/decode.o build/temp.linux-x86_64-3.7/libbrotli/dec/state.o build/temp.linux-x86_64-3.7/libbrotli/enc/backward_references.o build/temp.linux-x86_64-3.7/libbrotli/enc/backward_references_hq.o build/temp.linux-x86_64-3.7/libbrotli/enc/bit_cost.o build/temp.linux-x86_64-3.7/libbrotli/enc/block_splitter.o build/temp.linux-x86_64-3.7/libbrotli/enc/histogram.o build/temp.linux-x86_64-3.7/libbrotli/enc/memory.o build/temp.linux-x86_64-3.7/libbrotli/enc/literal_cost.o build/temp.linux-x86_64-3.7/libbrotli/enc/brotli_bit_stream.o build/temp.linux-x86_64-3.7/libbrotli/enc/compress_fragment_two_pass.o build/temp.linux-x86_64-3.7/libbrotli/enc/compress_fragment.o build/temp.linux-x86_64-3.7/libbrotli/enc/cluster.o build/temp.linux-x86_64-3.7/libbrotli/enc/utf8_util.o build/temp.linux-x86_64-3.7/libbrotli/enc/encode.o build/temp.linux-x86_64-3.7/libbrotli/enc/metablock.o build/temp.linux-x86_64-3.7/libbrotli/enc/static_dict.o build/temp.linux-x86_64-3.7/libbrotli/enc/dictionary_hash.o build/temp.linux-x86_64-3.7/libbrotli/enc/entropy_encode.o
    running build_ext
    generating cffi module 'build/temp.linux-x86_64-3.7/_brotli.c'
    building '_brotli' extension
    creating build/temp.linux-x86_64-3.7/build
    creating build/temp.linux-x86_64-3.7/build/temp.linux-x86_64-3.7
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli -Ilibbrotli/include -I/usr/local/include/python3.7m -c build/temp.linux-x86_64-3.7/_brotli.c -o build/temp.linux-x86_64-3.7/build/temp.linux-x86_64-3.7/_brotli.o
    gcc -shared build/temp.linux-x86_64-3.7/build/temp.linux-x86_64-3.7/_brotli.o -L/usr/local/lib -Lbuild/temp.linux-x86_64-3.7 -llibbrotli -lstdc++ -lpython3.7m -llibbrotli -o build/lib.linux-x86_64-3.7/brotli/_brotli.abi3.so
    /usr/lib/gcc/x86_64-alpine-linux-musl/6.4.0/../../../../x86_64-alpine-linux-musl/bin/ld: cannot find -lstdc++
    collect2: error: ld returned 1 exit status
    error: command 'gcc' failed with exit status 1
    
    ----------------------------------------
Command "/usr/local/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-di59wy9y/brotlipy/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-record-hs6yimd7/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-install-di59wy9y/brotlipy/
The command '/bin/sh -c apk add --no-cache libffi openssl git     && apk add --no-cache --virtual .build-deps            gcc            libc-dev            libffi-dev            openssl-dev     && pip install -r $BOT_ROOT/requirements.txt     && pip install slackclient python-telegram-bot     && apk del .build-deps' returned a non-zero code: 1

@TravisBuddy
Copy link

Travis tests have failed

Hey @jayvdb,
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

docker build -t "corobo" .
Step 1/9 : FROM python:3.6-alpine
3.6-alpine: Pulling from library/python





Digest: sha256:d823074318482a65bee0bf7c59a05bbbba789487357f6436116e1b80af4af829
Status: Downloaded newer image for python:3.6-alpine
 ---> 267db919e15e
Step 2/9 : ENV BOT_ROOT /opt/errbot
 ---> Running in faf50aa3367e
 ---> 5813a5d8f6e2
Removing intermediate container faf50aa3367e
Step 3/9 : ADD requirements.txt $BOT_ROOT/requirements.txt
 ---> 08896b613f2f
Step 4/9 : RUN apk add --no-cache libffi openssl git     && apk add --no-cache --virtual .build-deps            gcc            libc-dev            libffi-dev            openssl-dev     && pip install -r $BOT_ROOT/requirements.txt     && pip install slackclient python-telegram-bot     && apk del .build-deps
 ---> Running in 3697c0f35b6f
fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/community/x86_64/APKINDEX.tar.gz
(1/8) Installing nghttp2-libs (1.32.0-r0)
(2/8) Installing libssh2 (1.8.0-r3)
(3/8) Installing libcurl (7.61.0-r0)
(4/8) Installing pcre2 (10.31-r0)
(5/8) Installing git (2.18.0-r0)
(6/8) Installing libcrypto1.0 (1.0.2o-r2)
(7/8) Installing libssl1.0 (1.0.2o-r2)
(8/8) Installing openssl (1.0.2o-r2)
Executing busybox-1.28.4-r0.trigger
Executing ca-certificates-20171114-r3.trigger
OK: 34 MiB in 41 packages
fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/community/x86_64/APKINDEX.tar.gz
(1/17) Installing binutils (2.30-r5)
(2/17) Installing gmp (6.1.2-r1)
(3/17) Installing isl (0.18-r0)
(4/17) Installing libgomp (6.4.0-r8)
(5/17) Installing libatomic (6.4.0-r8)
(6/17) Installing pkgconf (1.5.3-r0)
(7/17) Installing libgcc (6.4.0-r8)
(8/17) Installing mpfr3 (3.1.5-r1)
(9/17) Installing mpc1 (1.0.3-r1)
(10/17) Installing libstdc++ (6.4.0-r8)
(11/17) Installing gcc (6.4.0-r8)
(12/17) Installing musl-dev (1.1.19-r10)
(13/17) Installing libc-dev (0.7.1-r0)
(14/17) Installing libffi-dev (3.2.1-r4)
(15/17) Installing zlib-dev (1.2.11-r1)
(16/17) Installing openssl-dev (1.0.2o-r2)
(17/17) Installing .build-deps (0)
Executing busybox-1.28.4-r0.trigger
OK: 146 MiB in 58 packages
Collecting git+https://github.com/coala/coala (from -r /opt/errbot/requirements.txt (line 1))
  Cloning https://github.com/coala/coala to /tmp/pip-req-build-qh3nlduo
Collecting git+https://github.com/coala/coala-bears (from -r /opt/errbot/requirements.txt (line 2))
  Cloning https://github.com/coala/coala-bears to /tmp/pip-req-build-har6i30q
Collecting git+https://github.com/errbotio/errbot@a0f35732484c8c0692e123c48653517cffa21a42 (from -r /opt/errbot/requirements.txt (line 29))
  Cloning https://github.com/errbotio/errbot (to revision a0f35732484c8c0692e123c48653517cffa21a42) to /tmp/pip-req-build-aw0r1qka
Collecting coverage==4.4.1 (from -r /opt/errbot/requirements.txt (line 6))
  Downloading https://files.pythonhosted.org/packages/36/db/690ee79312bb60f121c0da1c973856ddb751afe09cc10caec1452208eaf4/coverage-4.4.1.tar.gz (369kB)
Collecting coverage-env-plugin~=0.1 (from -r /opt/errbot/requirements.txt (line 7))
  Downloading https://files.pythonhosted.org/packages/e9/75/2ab8affca8ba19d64e1edb270025faa8e08fe3132cbb814474ad90a00da0/coverage_env_plugin-0.1-py2.py3-none-any.whl
Collecting coverage-config-reload-plugin~=0.2 (from -r /opt/errbot/requirements.txt (line 8))
  Downloading https://files.pythonhosted.org/packages/a1/9b/5a81825ad9f5798d495f0b96ddbd8416efaafdb46effd7a5335c8c091959/coverage_config_reload_plugin-0.2.0-py2.py3-none-any.whl
Collecting codecov~=2.0.5 (from -r /opt/errbot/requirements.txt (line 9))
  Downloading https://files.pythonhosted.org/packages/8b/28/4c1950a61c3c5786f0f34d643d0d28ec832433c9a7c0bd157690d4eb1d5f/codecov-2.0.15-py2.py3-none-any.whl
Collecting moban~=0.2.4 (from -r /opt/errbot/requirements.txt (line 10))
  Downloading https://files.pythonhosted.org/packages/3e/d5/fb1198a5d92a417b6881daaed3efda477e242a734a664e1cf29e9599ec67/moban-0.2.4-py2.py3-none-any.whl
Collecting packaging~=16.8 (from -r /opt/errbot/requirements.txt (line 11))
  Downloading https://files.pythonhosted.org/packages/87/1b/c39b7c65b5612812b83d6cab7ef2885eac9f6beb0b7b8a7071a186aea3b1/packaging-16.8-py2.py3-none-any.whl
Collecting pytest~=3.6.1 (from -r /opt/errbot/requirements.txt (line 12))
  Downloading https://files.pythonhosted.org/packages/d8/e9/73246a565c34c5f203dd78bc2382e0e93aa7a249cdaeba709099eb1bc701/pytest-3.6.4-py2.py3-none-any.whl (196kB)
Collecting pytest-cov~=2.4 (from -r /opt/errbot/requirements.txt (line 13))
  Downloading 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 /opt/errbot/requirements.txt (line 14))
  Downloading https://files.pythonhosted.org/packages/f9/6e/31efb8dc1d17052c12f39262223e94038bfcc4cc7a124235630a6d50f166/pytest-env-0.6.2.tar.gz
Collecting pytest-error-for-skips~=1.0 (from -r /opt/errbot/requirements.txt (line 15))
  Downloading 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 /opt/errbot/requirements.txt (line 16))
  Downloading https://files.pythonhosted.org/packages/11/d0/371d9e86e823c775e9f23ad797d7738b1afa94223ac82c20b5bdc735ea1d/pytest-instafail-0.3.0.tar.gz
Collecting pytest-mock~=1.1 (from -r /opt/errbot/requirements.txt (line 17))
  Downloading 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 /opt/errbot/requirements.txt (line 18))
  Downloading https://files.pythonhosted.org/packages/f5/34/4626126e041a51ef50a80d0619519b18d20aef249aac25b0d0fdd47e57ee/pytest-profiling-1.3.0.tar.gz
Collecting pytest-reorder~=0.1.0 (from -r /opt/errbot/requirements.txt (line 19))
  Downloading 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 /opt/errbot/requirements.txt (line 20))
  Downloading 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 /opt/errbot/requirements.txt (line 21))
  Downloading 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 /opt/errbot/requirements.txt (line 22))
  Downloading 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 /opt/errbot/requirements.txt (line 23))
  Downloading 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 /opt/errbot/requirements.txt (line 24))
  Downloading 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 /opt/errbot/requirements.txt (line 25))
  Downloading https://files.pythonhosted.org/packages/ac/95/a05b56bb975efa78d3557efa36acaf9cf5d2fd0ee0062060493687432e03/pip-9.0.3-py2.py3-none-any.whl (1.4MB)
Requirement already satisfied: wheel~=0.29 in /usr/local/lib/python3.6/site-packages (from -r /opt/errbot/requirements.txt (line 26)) (0.31.1)
Collecting vcrpy (from -r /opt/errbot/requirements.txt (line 27))
  Downloading https://files.pythonhosted.org/packages/45/1d/bd0d6688beb429c23723e4270cdb53342d57fb11563dbd46759f6a050c8c/vcrpy-1.13.0-py2.py3-none-any.whl
Collecting pyopenssl (from -r /opt/errbot/requirements.txt (line 28))
  Downloading https://files.pythonhosted.org/packages/96/af/9d29e6bd40823061aea2e0574ccb2fcf72bfd6130ce53d32773ec375458c/pyOpenSSL-18.0.0-py2.py3-none-any.whl (53kB)
Collecting wolframalpha (from -r /opt/errbot/requirements.txt (line 30))
  Downloading https://files.pythonhosted.org/packages/11/59/0344ef8af315626203b9711fc4c8c794ad175424a9d71fd5c28e6463e387/wolframalpha-3.0.1-py2.py3-none-any.whl
Collecting github3.py~=1.0.0 (from -r /opt/errbot/requirements.txt (line 31))
  Downloading https://files.pythonhosted.org/packages/55/22/d1893dfb010407189ae872c58b338e8848151f034125477922c8f0881770/github3.py-1.0.2-py2.py3-none-any.whl (140kB)
Collecting IGitt==0.4.1.dev20180317153318 (from -r /opt/errbot/requirements.txt (line 32))
  Downloading https://files.pythonhosted.org/packages/d1/be/e5862872c906dfd6dbffb82483805e08ef40757424265bf7c9fd7035ed6b/IGitt-0.4.1.dev20180317153318-py3-none-any.whl (78kB)
Collecting gitpython (from -r /opt/errbot/requirements.txt (line 33))
  Downloading https://files.pythonhosted.org/packages/fe/e5/fafe827507644c32d6dc553a1c435cdf882e0c28918a5bab29f7fbebfb70/GitPython-2.1.11-py2.py3-none-any.whl (448kB)
Collecting ramlient (from -r /opt/errbot/requirements.txt (line 34))
  Downloading https://files.pythonhosted.org/packages/4b/d6/9faed66978d538673241e8d9aafe118d85fe699a33ae1028ce9f385b0f40/ramlient-0.1.4-py2.py3-none-any.whl
Collecting appdirs~=1.4 (from coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/56/eb/810e700ed1349edde4cbdc1b2a21e28cdf115f9faf263f6bbf8447c1abf3/appdirs-1.4.3-py2.py3-none-any.whl
Collecting cached_property~=1.4.3 (from coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/88/09/4b7a484f96cbceda746e03f0167021c909c3ceae1c6f2e844d79476cb70e/cached_property-1.4.3-py2.py3-none-any.whl
Collecting cli_helpers~=1.0.2 (from coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/bf/4a/f3a506a57619978e1775279d2bc4435821db1c391087ac02aa20137f765d/cli_helpers-1.0.2-py3-none-any.whl
Collecting coala-utils==0.7.0 (from coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/93/7d/65d619f7a64ac2ea6d43b047e63a8605d1c7193195b52a59c7ea342f5a53/coala_utils-0.7.0-py3-none-any.whl
Collecting colorlog<4.0,>=2.7 (from coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/69/eb/58ae10d3c46a0195ffdd0e3943d255d0d5029d71e5457785ecd665bcf0f3/colorlog-3.1.4-py2.py3-none-any.whl
Collecting dependency-management>0.4.* (from coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/1d/c7/e1ff3d4b90b1a4197e90bb43c87200ce89c677e26dadbc55cc9f943de47b/dependency_management-0.4.0-py3-none-any.whl
Collecting Pygments~=2.1 (from coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/02/ee/b6e02dc6529e82b75bb06823ff7d005b141037cb1416b10c6f00fc419dca/Pygments-2.2.0-py2.py3-none-any.whl (841kB)
Collecting PyPrint~=0.2.6 (from coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/b0/45/8912d660c6accfe665f6649433362aa0eb9a94a3a71ee3a71d8956f0a4ed/PyPrint-0.2.6-py3-none-any.whl
Collecting requests~=2.12 (from coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/65/47/7e02164a2a3db50ed6d8a6ab1d6d60b69c4c3fdf57a284257925dfc12bda/requests-2.19.1-py2.py3-none-any.whl (91kB)
Requirement already satisfied: setuptools>=21.0.0 in /usr/local/lib/python3.6/site-packages (from coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1)) (40.0.0)
Collecting unidiff~=0.5.2 (from coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/68/52/c7278fc3c17d1aaade84597968d88f97f0f4ec7288ddedb6970a341c5170/unidiff-0.5.5-py2.py3-none-any.whl
Collecting HTTPolice~=0.5.2 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/3a/b4/ad13fae41373a0734388b7fee1418fb9cdc57662ef46e25bcf805428c187/HTTPolice-0.5.2-py2.py3-none-any.whl (139kB)
Collecting aenum~=2.0.8 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/01/11/e0b5efc82daace980210c1b5f1458676ccc6513514955678801b44f9169c/aenum-2.0.10-py3-none-any.whl
Collecting apertium-lint~=0.29 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/44/98/910b25b2e12a758304f08ac96eedf019af113add128defc9d28bbdc63613/apertium_lint-0.29.tar.gz
Collecting autoflake~=0.7 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/b0/1b/69f59b068a688aa8b0ff77fb1f486c57f3506726add27433b9171b5514f0/autoflake-0.7.tar.gz
Collecting autopep8~=1.2 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/b7/0c/20cf0a438d5273bfd2d607ada3a7a782845ab3776c1c83c1d3baca05535e/autopep8-1.3.5.tar.gz (109kB)
Collecting bandit~=1.2 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/77/41/d57366098a30a86af1821e231949221d2b6b896cc4bdd060cc1be27fdd47/bandit-1.4.0-py2.py3-none-any.whl (116kB)
Collecting bashate~=0.5.1 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/22/3c/10efc0119b59e77c74e94eb9768f409b4ba25238a0e3082203bc5386793f/bashate-0.5.1.tar.gz
Collecting cmakelint~=1.3 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/e4/96/9399aa215a3e848961866f5951b9c8f9317b456bc7ef39d264a75379cf65/cmakelint-1.3.4.1.tar.gz
Collecting cppclean~=0.12.0 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/5d/b6/add9db6792f6a2f1fe09341a668deda702e1d8c6b893d867c387fe28ec49/cppclean-0.12.tar.gz
Collecting cpplint~=1.3 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/95/42/27a16ef7fc609aba82bec923e2d29a1fa163bc95a267eaf1acc780e949fc/cpplint-1.3.0.tar.gz (71kB)
Collecting dennis~=0.9 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/2d/2e/2cb43a5e787387b558d2eeefc2713305d2df97c4622cee37b1e6f5505031/dennis-0.9-py2.py3-none-any.whl
Collecting docutils-ast-writer~=0.1.2 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/08/d4/2e84997a6af71654048e1d7d000239ba3a8656c09fe1b07d951492cbab30/docutils-ast-writer-0.1.2.tar.gz
Collecting eradicate~=0.1.6 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/9e/be/eddefaace7d3254a9bd61b23f121db2bc43b660b87bca2b2c220e38f7404/eradicate-0.1.6.tar.gz
Collecting git-url-parse~=1.1.0 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/0d/66/3f4a12c4e13aae46aaa8062c3bef12e86478aac1ed31f4c05c3e1887d367/git_url_parse-1.1.0-py3-none-any.whl
Collecting guess-language-spirit~=0.5.2 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/8b/4f/9ed0280b24e9e6875c3870a97659d0106a14e36db0d7d65c5277066fc7d0/guess_language-spirit-0.5.3.tar.bz2 (81kB)
Collecting html-linter~=0.4.0 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/0b/45/12b968a45d223bc9a3131022514eacdaeffd591973bb2025330057a7b7c6/html-linter-0.4.0.tar.gz
Collecting isort~=4.2 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/1f/2c/22eee714d7199ae0464beda6ad5fedec8fee6a2f7ffd1e8f1840928fe318/isort-4.3.4-py3-none-any.whl (45kB)
Collecting libclang-py3~=3.4.0 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/d7/30/aa84ad1b75cf67272a4b27a818ed0aa6f41532d9837ca798506747deffb4/libclang-py3-3.4.0.tar.gz
Collecting memento_client~=0.6.1 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/41/8d/8dfc683c1228779b2eb6e80681e70d450b20fce58d53483fb6e5c7f6ff34/memento_client-0.6.1-py2.py3-none-any.whl
Collecting munkres3~=1.0 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/a3/07/f535738fa57756f53f7bbe6338f1a2e809528c542045769d89c633b47b62/munkres3-1.0.5.5.tar.gz
Collecting mypy==0.590 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/d6/e2/37a8a5dce634a094b90e13eda246a4b736a660124e78808f47fbad99f510/mypy-0.590-py3-none-any.whl (1.3MB)
Collecting nbformat~=4.1 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/da/27/9a654d2b6cc1eaa517d1c5a4405166c7f6d72f04f6e7eea41855fe808a46/nbformat-4.4.0-py2.py3-none-any.whl (155kB)
Collecting nltk~=3.2 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/50/09/3b1755d528ad9156ee7243d52aa5cd2b809ef053a0f31b53d92853dd653a/nltk-3.3.0.zip (1.4MB)
Collecting proselint~=0.7.0 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/e6/78/c46f694a0e43ce47d0d6ae089f750131544018dc1119fc7da58ffd4b1e03/proselint-0.7.0.tar.gz (78kB)
Collecting pycodestyle~=2.2 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/e5/c6/ce130213489969aa58610042dff1d908c25c731c9575af6935c2dfad03aa/pycodestyle-2.4.0-py2.py3-none-any.whl (62kB)
Collecting pydocstyle~=2.0 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/43/8a/f1141af0c8406788a5c38ad5001d4163d903b5384a6517239d2ac42734c8/pydocstyle-2.1.1-py3-none-any.whl
Collecting pyflakes~=2.0.0 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/44/98/af7a72c9a543b1487d92813c648cb9b9adfbc96faef5455d60f4439aa99b/pyflakes-2.0.0-py2.py3-none-any.whl (53kB)
Collecting pylint~=1.7.2 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/f8/86/410d53faff049641f34951843245d168261512aea787a1f9f05c3fa025a0/pylint-1.7.6-py2.py3-none-any.whl (640kB)
Collecting pyroma~=2.2.0 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/de/f3/104ae27624982cd4b6de786d9afe23a2dc0b8c0999443ba370b3755848c7/pyroma-2.2.tar.gz (349kB)
Collecting pyyaml~=3.12 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/9e/a3/1d13970c3f36777c583f136c136f804d70f500168edc1edea6daa7200769/PyYAML-3.13.tar.gz (270kB)
Collecting radon==1.4.0 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/b1/24/594df18af8141787d8e2d694fbc898fd26f0aa26597fe6f6652cdb773a7f/radon-1.4.0-py2.py3-none-any.whl (44kB)
Collecting restructuredtext-lint~=1.0.0 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/7f/ff/b4e6cdba3fb40858e07c4508a552426f49160ba9feeb4300ffaca9c508e5/restructuredtext_lint-1.0.1.tar.gz
Collecting rstcheck~=3.1 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/ea/6e/c7a910dce2cafa17942b456cdbb5cf637a87a549e491d794b424b90e2bb1/rstcheck-3.3.tar.gz
Collecting safety~=1.8.2 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/3f/98/619b918db417299e0f7a5f7c6239bec6abc18746ef533734a64e1feca241/safety-1.8.4-py2.py3-none-any.whl
Collecting scspell3k~=2.0 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/fe/0a/38e98cce6114542c7b2ef887767c2f9a0bff031a3f21e14927be1fbc2203/scspell3k-2.1.tar.gz (272kB)
Collecting vim-vint!=0.3.19,~=0.3.12 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/fe/eb/b7f535ed5fe329d8e23f95e79645a9aac8c0bc569cf7882bf11fc84388fe/vim-vint-0.3.18.tar.gz (65kB)
Collecting vulture~=0.25.0 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/98/d7/3cc454c33422f1c43255928e7b4bac77a0bcabb113a946997edc60a2a176/vulture-0.25-py2.py3-none-any.whl
Collecting yamllint~=1.6.1 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/07/cf/213a023883122cc527bdc5cab135a4e30af93c1a0feaa6cabc16aaee68ac/yamllint-1.6.1-py2.py3-none-any.whl
Collecting yapf~=0.21.0 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/6d/0c/65c7318a7f134270ef565d1cdfffdb714a0de1526f9a6c71452552633da7/yapf-0.21.0-py2.py3-none-any.whl (162kB)
Collecting webtest (from errbot==9.9.9->-r /opt/errbot/requirements.txt (line 29))
  Downloading https://files.pythonhosted.org/packages/12/2c/77b8f02582ed1aa70f82608ee437ecce087019a2f3e0ac5cf830299504d2/WebTest-2.0.30-py2.py3-none-any.whl
Collecting flask (from errbot==9.9.9->-r /opt/errbot/requirements.txt (line 29))
  Downloading https://files.pythonhosted.org/packages/7f/e7/08578774ed4536d3242b14dacb4696386634607af824ea997202cd0edb4b/Flask-1.0.2-py2.py3-none-any.whl (91kB)
Collecting jinja2 (from errbot==9.9.9->-r /opt/errbot/requirements.txt (line 29))
  Downloading https://files.pythonhosted.org/packages/7f/ff/ae64bacdfc95f27a016a7bed8e8686763ba4d277a78ca76f32659220a731/Jinja2-2.10-py2.py3-none-any.whl (126kB)
Collecting markdown (from errbot==9.9.9->-r /opt/errbot/requirements.txt (line 29))
  Downloading https://files.pythonhosted.org/packages/6d/7d/488b90f470b96531a3f5788cf12a93332f543dbab13c423a5e7ce96a0493/Markdown-2.6.11-py2.py3-none-any.whl (78kB)
Collecting ansi (from errbot==9.9.9->-r /opt/errbot/requirements.txt (line 29))
  Downloading https://files.pythonhosted.org/packages/60/d3/ffdb7b88446f124e2a550e5444c9ee2fb531f8d79103a318c061b63c87aa/ansi-0.1.3.tar.gz
Collecting pygments-markdown-lexer>=0.1.0.dev39 (from errbot==9.9.9->-r /opt/errbot/requirements.txt (line 29))
  Downloading https://files.pythonhosted.org/packages/c3/12/674cdee66635d638cedb2c5d9c85ce507b7b2f91bdba29e482f1b1160ff6/pygments-markdown-lexer-0.1.0.dev39.zip
Collecting dnspython3 (from errbot==9.9.9->-r /opt/errbot/requirements.txt (line 29))
  Downloading https://files.pythonhosted.org/packages/f0/bb/f41cbc8eaa807afb9d44418f092aa3e4acf0e4f42b439c49824348f1f45c/dnspython3-1.15.0.zip
Collecting dataclasses (from errbot==9.9.9->-r /opt/errbot/requirements.txt (line 29))
  Downloading https://files.pythonhosted.org/packages/26/2f/1095cdc2868052dd1e64520f7c0d5c8c550ad297e944e641dbf1ffbb9a5d/dataclasses-0.6-py3-none-any.whl
Collecting daemonize (from errbot==9.9.9->-r /opt/errbot/requirements.txt (line 29))
  Downloading https://files.pythonhosted.org/packages/65/58/80ecb001c5892f03bd2c9266d986a070e705eb0db8e3b0fdbb10168af31b/daemonize-2.4.7-py2.py3-none-any.whl
Collecting crayons (from moban~=0.2.4->-r /opt/errbot/requirements.txt (line 10))
  Downloading https://files.pythonhosted.org/packages/14/fa/635fdd47686a0f29692d927333fcf39e0279fc39c81704866c97adc34053/crayons-0.1.2.tar.gz
Collecting lml==0.0.3 (from moban~=0.2.4->-r /opt/errbot/requirements.txt (line 10))
  Downloading https://files.pythonhosted.org/packages/35/29/a0a2bc0b70a2eb21d2315d45590e9bcee640cb04d48090a19c36a07edf2d/lml-0.0.3-py2.py3-none-any.whl
Collecting pyparsing (from packaging~=16.8->-r /opt/errbot/requirements.txt (line 11))
  Downloading https://files.pythonhosted.org/packages/6a/8a/718fd7d3458f9fab8e67186b00abdd345b639976bc7fb3ae722e1b026a50/pyparsing-2.2.0-py2.py3-none-any.whl (56kB)
Collecting six (from packaging~=16.8->-r /opt/errbot/requirements.txt (line 11))
  Downloading https://files.pythonhosted.org/packages/67/4b/141a581104b1f6397bfa78ac9d43d8ad29a7ca43ea90a2d863fe3056e86a/six-1.11.0-py2.py3-none-any.whl
Collecting pluggy<0.8,>=0.5 (from pytest~=3.6.1->-r /opt/errbot/requirements.txt (line 12))
  Downloading https://files.pythonhosted.org/packages/f5/f1/5a93c118663896d83f7bcbfb7f657ce1d0c0d617e6b4a443a53abcc658ca/pluggy-0.7.1-py2.py3-none-any.whl
Collecting attrs>=17.4.0 (from pytest~=3.6.1->-r /opt/errbot/requirements.txt (line 12))
  Downloading https://files.pythonhosted.org/packages/41/59/cedf87e91ed541be7957c501a92102f9cc6363c623a7666d69d51c78ac5b/attrs-18.1.0-py2.py3-none-any.whl
Collecting more-itertools>=4.0.0 (from pytest~=3.6.1->-r /opt/errbot/requirements.txt (line 12))
  Downloading https://files.pythonhosted.org/packages/79/b1/eace304ef66bd7d3d8b2f78cc374b73ca03bc53664d78151e9df3b3996cc/more_itertools-4.3.0-py3-none-any.whl (48kB)
Collecting atomicwrites>=1.0 (from pytest~=3.6.1->-r /opt/errbot/requirements.txt (line 12))
  Downloading https://files.pythonhosted.org/packages/0a/e8/cd6375e7a59664eeea9e1c77a766eeac0fc3083bb958c2b41ec46b95f29c/atomicwrites-1.1.5-py2.py3-none-any.whl
Collecting py>=1.5.0 (from pytest~=3.6.1->-r /opt/errbot/requirements.txt (line 12))
  Downloading https://files.pythonhosted.org/packages/f3/bd/83369ff2dee18f22f27d16b78dd651e8939825af5f8b0b83c38729069962/py-1.5.4-py2.py3-none-any.whl (83kB)
Collecting gprof2dot (from pytest-profiling~=1.3.0->-r /opt/errbot/requirements.txt (line 18))
  Downloading https://files.pythonhosted.org/packages/9d/36/f977122502979f3dfb50704979c9ed70e6b620787942b089bf1af15f5aba/gprof2dot-2017.9.19.tar.gz
Collecting pytest-forked (from pytest-xdist~=1.15->-r /opt/errbot/requirements.txt (line 23))
  Downloading https://files.pythonhosted.org/packages/dd/9d/fb75af584b850a902c9ce5ec96ea5c623978113b8a240ab414e1a435df93/pytest_forked-0.2-py2.py3-none-any.whl
Collecting execnet>=1.1 (from pytest-xdist~=1.15->-r /opt/errbot/requirements.txt (line 23))
  Downloading https://files.pythonhosted.org/packages/f9/76/3343e69a2a1602052f587898934e5fea395d22310d39c07955596597227c/execnet-1.5.0-py2.py3-none-any.whl
Collecting wrapt (from vcrpy->-r /opt/errbot/requirements.txt (line 27))
  Downloading https://files.pythonhosted.org/packages/a0/47/66897906448185fcb77fc3c2b1bc20ed0ecca81a0f2f88eda3fc5a34fc3d/wrapt-1.10.11.tar.gz
Collecting yarl; python_version >= "3.4" (from vcrpy->-r /opt/errbot/requirements.txt (line 27))
  Downloading https://files.pythonhosted.org/packages/43/b8/057c3e5b546ff4b24263164ecda13f6962d85c9dc477fcc0bcdcb3adb658/yarl-1.2.6.tar.gz (159kB)
Collecting cryptography>=2.2.1 (from pyopenssl->-r /opt/errbot/requirements.txt (line 28))
  Downloading https://files.pythonhosted.org/packages/79/a2/61c8625f96c8582d3053f89368c483ba62e56233d055e58e372f94a393f0/cryptography-2.3.tar.gz (449kB)
Collecting xmltodict (from wolframalpha->-r /opt/errbot/requirements.txt (line 30))
  Downloading https://files.pythonhosted.org/packages/42/a9/7e99652c6bc619d19d58cdd8c47560730eb5825d43a7e25db2e1d776ceb7/xmltodict-0.11.0-py2.py3-none-any.whl
Collecting jaraco.itertools>=2.0 (from wolframalpha->-r /opt/errbot/requirements.txt (line 30))
  Downloading https://files.pythonhosted.org/packages/0e/0e/65b821469e94a5ff2774dab4b4e54cf4253372c0f8be5acdf797089e160e/jaraco.itertools-2.4-py2.py3-none-any.whl
Collecting uritemplate>=3.0.0 (from github3.py~=1.0.0->-r /opt/errbot/requirements.txt (line 31))
  Downloading https://files.pythonhosted.org/packages/e5/7d/9d5a640c4f8bf2c8b1afc015e9a9d8de32e13c9016dcc4b0ec03481fb396/uritemplate-3.0.0-py2.py3-none-any.whl
Collecting python-dateutil>=2.6.0 (from github3.py~=1.0.0->-r /opt/errbot/requirements.txt (line 31))
  Downloading https://files.pythonhosted.org/packages/cf/f5/af2b09c957ace60dcfac112b669c45c8c97e32f94aa8b56da4c6d1682825/python_dateutil-2.7.3-py2.py3-none-any.whl (211kB)
Collecting PyJWT~=1.5.3 (from IGitt==0.4.1.dev20180317153318->-r /opt/errbot/requirements.txt (line 32))
  Downloading https://files.pythonhosted.org/packages/8a/a6/4d931a2c77a224d27c78382f4ce8ec07542d4426ea2793bea77a689273c2/PyJWT-1.5.3-py2.py3-none-any.whl
Collecting backoff~=1.4.3 (from IGitt==0.4.1.dev20180317153318->-r /opt/errbot/requirements.txt (line 32))
  Downloading https://files.pythonhosted.org/packages/e8/f6/c77665cefc8c943c53857909c41cd7efe685ae02029762703e99f18ee7b3/backoff-1.4.3.tar.gz
Collecting beautifulsoup4~=4.6.0 (from IGitt==0.4.1.dev20180317153318->-r /opt/errbot/requirements.txt (line 32))
  Downloading https://files.pythonhosted.org/packages/21/0a/47fdf541c97fd9b6a610cb5fd518175308a7cc60569962e776ac52420387/beautifulsoup4-4.6.3-py3-none-any.whl (90kB)
Collecting gitdb2>=2.0.0 (from gitpython->-r /opt/errbot/requirements.txt (line 33))
  Downloading https://files.pythonhosted.org/packages/a9/fb/d3afc4e2a8d506a07af19f125f7a473ae1b56f942ed2ba80776eb8ae23b1/gitdb2-2.0.4-py2.py3-none-any.whl (62kB)
Collecting ramlfications (from ramlient->-r /opt/errbot/requirements.txt (line 34))
  Downloading https://files.pythonhosted.org/packages/92/a6/2c55224098adb71ffcaf02fbf9309043baf9f0594a67b6fa609db8f59fe4/ramlfications-0.1.9-py2.py3-none-any.whl (49kB)
Collecting terminaltables>=3.0.0 (from cli_helpers~=1.0.2->coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/9b/c4/4a21174f32f8a7e1104798c445dacdc1d4df86f2f26722767034e4de4bff/terminaltables-3.1.0.tar.gz
Collecting tabulate[widechars]>=0.8.2 (from cli_helpers~=1.0.2->coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/12/c2/11d6845db5edf1295bc08b2f488cf5937806586afe42936c3f34c097ebdc/tabulate-0.8.2.tar.gz (45kB)
Collecting testfixtures~=5.3.1 (from coala-utils==0.7.0->coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/29/7f/b199f5850b713b81e93fb2df53e11fe2ef987e55f0ae42475b25ecf5066c/testfixtures-5.3.1-py2.py3-none-any.whl (75kB)
Collecting sarge~=0.1.4 (from dependency-management>0.4.*->coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/c4/2b/deaaacf4af3f9c45c48be04a6a48fec60515fb34dafda9fe61ecd2c5e4cc/sarge-0.1.5.post0.tar.gz
Collecting termcolor~=1.1.0 (from PyPrint~=0.2.6->coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/8a/48/a76be51647d0eb9f10e2a4511bf3ffb8cc1e6b14e9e4fab46173aa79f981/termcolor-1.1.0.tar.gz
Collecting colorama~=0.3.7 (from PyPrint~=0.2.6->coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/db/c8/7dcf9dbcb22429512708fe3a547f8b6101c0d02137acbd892505aee57adf/colorama-0.3.9-py2.py3-none-any.whl
Collecting idna<2.8,>=2.5 (from requests~=2.12->coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/4b/2a/0276479a4b3caeb8a8c1af2f8e4355746a97fab05a372e4a2c6a6b876165/idna-2.7-py2.py3-none-any.whl (58kB)
Collecting certifi>=2017.4.17 (from requests~=2.12->coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/7c/e6/92ad559b7192d846975fc916b65f667c7b8c3a32bea7372340bfe9a15fa5/certifi-2018.4.16-py2.py3-none-any.whl (150kB)
Collecting urllib3<1.24,>=1.21.1 (from requests~=2.12->coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/bd/c9/6fdd990019071a4a32a5e7cb78a1d92c53851ef4f56f62a3486e6a7d8ffb/urllib3-1.23-py2.py3-none-any.whl (133kB)
Collecting chardet<3.1.0,>=3.0.2 (from requests~=2.12->coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/bc/a9/01ffebfb562e4274b6487b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whl (133kB)
Collecting brotlipy>=0.5.1 (from HTTPolice~=0.5.2->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/d9/91/bc79b88590e4f662bd40a55a2b6beb0f15da4726732efec5aa5a3763d856/brotlipy-0.7.0.tar.gz (413kB)
Collecting defusedxml>=0.5.0 (from HTTPolice~=0.5.2->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/87/1c/17f3e3935a913dfe2a5ca85fa5ccbef366bfd82eb318b1f75dadbf0affca/defusedxml-0.5.0-py2.py3-none-any.whl
Collecting singledispatch>=3.4.0.3 (from HTTPolice~=0.5.2->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/c5/10/369f50bcd4621b263927b0a1519987a04383d4a98fb10438042ad410cf88/singledispatch-3.4.0.3-py2.py3-none-any.whl
Collecting bitstring>=3.1.4 (from HTTPolice~=0.5.2->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/f3/e5/dfe4c49c93d174a5fd807ed307d3a3f38c6b3e140972945f81a5f5578ca7/bitstring-3.1.5.zip (624kB)
Collecting dominate>=2.2.0 (from HTTPolice~=0.5.2->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/43/b2/3b7d67dd59dab93ae08569384b254323516e8868b453eea5614a53835baf/dominate-2.3.1.tar.gz
Collecting lxml>=3.6.0 (from HTTPolice~=0.5.2->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/ca/63/139b710671c1655aed3b20c1e6776118c62e9f9311152f4c6031e12a0554/lxml-4.2.4.tar.gz (2.5MB)
Collecting stevedore>=1.17.1 (from bandit~=1.2->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/a1/d9/93a975469c53a9ee85de9ec0deb12345aa777748b4c263860668592344fe/stevedore-1.29.0-py2.py3-none-any.whl
Collecting pbr>=1.6 (from bashate~=0.5.1->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/69/1c/98cba002ed975a91a0294863d9c774cc0ebe38e05bbb65e83314550b1677/pbr-4.2.0-py2.py3-none-any.whl (100kB)
Collecting Babel>=1.3 (from bashate~=0.5.1->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/b8/ad/c6f60602d3ee3d92fbed87675b6fb6a6f9a38c223343ababdb44ba201f10/Babel-2.6.0-py2.py3-none-any.whl (8.1MB)
Collecting click>=6 (from dennis~=0.9->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/34/c1/8806f99713ddb993c5366c362b2f908f18269f8d792aff1abfd700775a77/click-6.7-py2.py3-none-any.whl (71kB)
Collecting polib>=1.0.8 (from dennis~=0.9->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/30/a2/e407c3b00cace3d7fc8df14d364deeecfeb96044e1a317de583bc26eae58/polib-1.1.0-py2.py3-none-any.whl
Collecting docutils>=0.12 (from docutils-ast-writer~=0.1.2->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/36/fa/08e9e6e0e3cbd1d362c3bbee8d01d0aedb2155c4ac112b19ef3cae8eed8d/docutils-0.14-py3-none-any.whl (543kB)
Collecting template-remover (from html-linter~=0.4.0->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/34/89/e440ff92cd0de37dbd7d7660fe75bb29e8674dae56bd2e20ab2ef3e377c8/template-remover-0.1.9.tar.gz
Collecting docopt>=0.6.1 (from html-linter~=0.4.0->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/a2/55/8f8cab2afd404cf578136ef2cc5dfb50baa1761b68c9da1fb1e4eed343c9/docopt-0.6.2.tar.gz
Collecting typed-ast<1.2.0,>=1.1.0 (from mypy==0.590->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/52/cf/2ebc7d282f026e21eed4987e42e10964a077c13cfc168b42f3573a7f178c/typed-ast-1.1.0.tar.gz (200kB)
Collecting jupyter-core (from nbformat~=4.1->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/1d/44/065d2d7bae7bebc06f1dd70d23c36da8c50c0f08b4236716743d706762a8/jupyter_core-4.4.0-py2.py3-none-any.whl (126kB)
Collecting traitlets>=4.1 (from nbformat~=4.1->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/93/d6/abcb22de61d78e2fc3959c964628a5771e47e7cc60d53e9342e21ed6cc9a/traitlets-4.3.2-py2.py3-none-any.whl (74kB)
Collecting jsonschema!=2.5.0,>=2.4 (from nbformat~=4.1->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/77/de/47e35a97b2b05c2fadbec67d44cfcdcd09b8086951b331d82de90d2912da/jsonschema-2.6.0-py2.py3-none-any.whl
Collecting ipython-genutils (from nbformat~=4.1->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/fa/bc/9bd3b5c2b4774d5f33b2d544f1460be9df7df2fe42f352135381c347c69a/ipython_genutils-0.2.0-py2.py3-none-any.whl
Collecting future (from proselint~=0.7.0->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/00/2b/8d082ddfed935f3608cc61140df6dcbf0edea1bc3ab52fb6c29ae3e81e85/future-0.16.0.tar.gz (824kB)
Collecting snowballstemmer (from pydocstyle~=2.0->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/d4/6c/8a935e2c7b54a37714656d753e4187ee0631988184ed50c0cf6476858566/snowballstemmer-1.2.1-py2.py3-none-any.whl (64kB)
Collecting astroid<1.6,>=1.5.1 (from pylint~=1.7.2->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/9a/a7/d8155abf1c58457f1c65a20208ff128ec403d810dd55c40a39047f1bbddd/astroid-1.5.3-py2.py3-none-any.whl (269kB)
Collecting mccabe (from pylint~=1.7.2->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/87/89/479dc97e18549e21354893e4ee4ef36db1d237534982482c3681ee6e7b57/mccabe-0.6.1-py2.py3-none-any.whl
Collecting mando<0.4,>=0.3 (from radon==1.4.0->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/4a/77/180f0b61dca785a6b76c4f1ba611100fbc628abeb8415fa7c5c4c5d99e0b/mando-0.3.3-py2.py3-none-any.whl
Collecting dparse>=0.4.1 (from safety~=1.8.2->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/8d/89/39cdc1b885e0af65fd172be21c318c3c750d1fbca0582c7b7ffe9873ed78/dparse-0.4.1.tar.gz
Collecting ansicolor~=0.2.4 (from vim-vint!=0.3.19,~=0.3.12->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/42/0b/f370fae6d0070758e8bbf46c77da779e4ea79870ea5197893b2678848aeb/ansicolor-0.2.6-py2.py3-none-any.whl
Collecting waitress>=0.8.5 (from webtest->errbot==9.9.9->-r /opt/errbot/requirements.txt (line 29))
  Downloading https://files.pythonhosted.org/packages/ee/af/ac32a716d64e56561ee9c23ce45ee2865d7ac4e0678b737d2f5ee49b5fd6/waitress-1.1.0-py2.py3-none-any.whl (114kB)
Collecting WebOb>=1.2 (from webtest->errbot==9.9.9->-r /opt/errbot/requirements.txt (line 29))
  Downloading https://files.pythonhosted.org/packages/d2/df/9b3b374ea2a82b875a90d1fdcf2c4a652d48f0d1e7c2d1034d636551d4d2/WebOb-1.8.2-py2.py3-none-any.whl (115kB)
Collecting itsdangerous>=0.24 (from flask->errbot==9.9.9->-r /opt/errbot/requirements.txt (line 29))
  Downloading https://files.pythonhosted.org/packages/dc/b4/a60bcdba945c00f6d608d8975131ab3f25b22f2bcfe1dab221165194b2d4/itsdangerous-0.24.tar.gz (46kB)
Collecting Werkzeug>=0.14 (from flask->errbot==9.9.9->-r /opt/errbot/requirements.txt (line 29))
  Downloading https://files.pythonhosted.org/packages/20/c4/12e3e56473e52375aa29c4764e70d1b8f3efa6682bef8d0aae04fe335243/Werkzeug-0.14.1-py2.py3-none-any.whl (322kB)
Collecting MarkupSafe>=0.23 (from jinja2->errbot==9.9.9->-r /opt/errbot/requirements.txt (line 29))
  Downloading https://files.pythonhosted.org/packages/4d/de/32d741db316d8fdb7680822dd37001ef7a448255de9699ab4bfcbdf4172b/MarkupSafe-1.0.tar.gz
Collecting dnspython==1.15.0 (from dnspython3->errbot==9.9.9->-r /opt/errbot/requirements.txt (line 29))
  Downloading https://files.pythonhosted.org/packages/a6/72/209e18bdfedfd78c6994e9ec96981624a5ad7738524dd474237268422cb8/dnspython-1.15.0-py2.py3-none-any.whl (177kB)
Collecting apipkg>=1.4 (from execnet>=1.1->pytest-xdist~=1.15->-r /opt/errbot/requirements.txt (line 23))
  Downloading https://files.pythonhosted.org/packages/67/08/4815a09603fc800209431bec5b8bd2acf2f95abdfb558a44a42507fb94da/apipkg-1.5-py2.py3-none-any.whl
Collecting multidict>=4.0 (from yarl; python_version >= "3.4"->vcrpy->-r /opt/errbot/requirements.txt (line 27))
  Downloading https://files.pythonhosted.org/packages/9d/b9/3cf1b908d7af6530209a7a16d71ab2734a736c3cdf0657e3a06d0209811e/multidict-4.3.1.tar.gz (137kB)
Collecting asn1crypto>=0.21.0 (from cryptography>=2.2.1->pyopenssl->-r /opt/errbot/requirements.txt (line 28))
  Downloading https://files.pythonhosted.org/packages/ea/cd/35485615f45f30a510576f1a56d1e0a7ad7bd8ab5ed7cdc600ef7cd06222/asn1crypto-0.24.0-py2.py3-none-any.whl (101kB)
Collecting cffi!=1.11.3,>=1.7 (from cryptography>=2.2.1->pyopenssl->-r /opt/errbot/requirements.txt (line 28))
  Downloading https://files.pythonhosted.org/packages/e7/a7/4cd50e57cc6f436f1cc3a7e8fa700ff9b8b4d471620629074913e3735fb2/cffi-1.11.5.tar.gz (438kB)
Collecting inflect (from jaraco.itertools>=2.0->wolframalpha->-r /opt/errbot/requirements.txt (line 30))
  Downloading https://files.pythonhosted.org/packages/82/12/af36f5420b495ad6e75f4532eaad64ee7301d0ef568a4eb87ded9bfcacb3/inflect-1.0.0-py2.py3-none-any.whl (59kB)
Collecting smmap2>=2.0.0 (from gitdb2>=2.0.0->gitpython->-r /opt/errbot/requirements.txt (line 33))
  Downloading https://files.pythonhosted.org/packages/0f/14/e3112808b727f72df9531fc2f00b84d4966e66001748b6883a21c767e902/smmap2-2.0.4-py2.py3-none-any.whl
Collecting jsonref (from ramlfications->ramlient->-r /opt/errbot/requirements.txt (line 34))
  Downloading https://files.pythonhosted.org/packages/3a/fe/42aca2f2a2e668375a92fcf74e0977a4943ca508e171c9a311b7d5fb9b07/jsonref-0.1.tar.gz
Collecting markdown2 (from ramlfications->ramlient->-r /opt/errbot/requirements.txt (line 34))
  Downloading https://files.pythonhosted.org/packages/64/75/03ad43fdc360438357ecc0c8e98b739ec204276fe4c64a684df6883dffeb/markdown2-2.3.5.zip (161kB)
Collecting wcwidth (from tabulate[widechars]>=0.8.2->cli_helpers~=1.0.2->coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/7e/9f/526a6947247599b084ee5232e4f9190a38f398d7300d866af3ab571a5bfe/wcwidth-0.1.7-py2.py3-none-any.whl
Collecting pytz>=0a (from Babel>=1.3->bashate~=0.5.1->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/30/4e/27c34b62430286c6d59177a0842ed90dc789ce5d1ed740887653b898779a/pytz-2018.5-py2.py3-none-any.whl (510kB)
Collecting decorator (from traitlets>=4.1->nbformat~=4.1->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/bc/bb/a24838832ba35baf52f32ab1a49b906b5f82fb7c76b2f6a7e35e140bac30/decorator-4.3.0-py2.py3-none-any.whl
Collecting lazy-object-proxy (from astroid<1.6,>=1.5.1->pylint~=1.7.2->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/55/08/23c0753599bdec1aec273e322f277c4e875150325f565017f6280549f554/lazy-object-proxy-1.3.1.tar.gz
Collecting pycparser (from cffi!=1.11.3,>=1.7->cryptography>=2.2.1->pyopenssl->-r /opt/errbot/requirements.txt (line 28))
  Downloading https://files.pythonhosted.org/packages/8c/2d/aad7f16146f4197a11f8e91fb81df177adcc2073d36a17b1491fd09df6ed/pycparser-2.18.tar.gz (245kB)
Building wheels for collected packages: coverage, pytest-env, pytest-instafail, pytest-profiling, coala, coala-bears, apertium-lint, autoflake, autopep8, bashate, cmakelint, cppclean, cpplint, docutils-ast-writer, eradicate, guess-language-spirit, html-linter, libclang-py3, munkres3, nltk, proselint, pyroma, pyyaml, restructuredtext-lint, rstcheck, scspell3k, vim-vint, errbot, ansi, pygments-markdown-lexer, dnspython3, crayons, gprof2dot, wrapt, yarl, cryptography, backoff, terminaltables, tabulate, sarge, termcolor, brotlipy, bitstring, dominate, lxml, template-remover, docopt, typed-ast, future, dparse, itsdangerous, MarkupSafe, multidict, cffi, jsonref, markdown2, lazy-object-proxy, pycparser
  Running setup.py bdist_wheel for coverage: started
  Running setup.py bdist_wheel for coverage: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/14/ac/8c/1f9b70078ccfb05df0a056de4c8ce643a569763f08739071bd
  Running setup.py bdist_wheel for pytest-env: started
  Running setup.py bdist_wheel for pytest-env: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/75/fc/26/357bc139b726977ab08817308ce76d96a26bdbe2329a43b15a
  Running setup.py bdist_wheel for pytest-instafail: started
  Running setup.py bdist_wheel for pytest-instafail: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/6e/da/90/d15c472888a430f33ad750656ed2e7509d6b54272416f9733c
  Running setup.py bdist_wheel for pytest-profiling: started
  Running setup.py bdist_wheel for pytest-profiling: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/62/c7/07/cbe779b16bfb07ae05c09877fde107bb8dff487fbb7c1df992
  Running setup.py bdist_wheel for coala: started
  Running setup.py bdist_wheel for coala: finished with status 'done'
  Stored in directory: /tmp/pip-ephem-wheel-cache-utdph9gj/wheels/2a/f8/57/f94da34e55de77f8145d33fe91c29d7e57aecf8e34014c8243
  Running setup.py bdist_wheel for coala-bears: started
  Running setup.py bdist_wheel for coala-bears: finished with status 'done'
  Stored in directory: /tmp/pip-ephem-wheel-cache-utdph9gj/wheels/4f/2f/23/2f9157ee3f658708c1190f364219a80e50c774e8c44b7a67ae
  Running setup.py bdist_wheel for apertium-lint: started
  Running setup.py bdist_wheel for apertium-lint: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/7e/60/cf/a15a083c5e6abda0d0590cc739a0c4516131eb3bd666f1361f
  Running setup.py bdist_wheel for autoflake: started
  Running setup.py bdist_wheel for autoflake: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/c9/74/4c/373f3b8f1a3543724bd445667009c22f4c4b19a45e20e4583f
  Running setup.py bdist_wheel for autopep8: started
  Running setup.py bdist_wheel for autopep8: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/6e/1f/9b/d331305a861e6a7be37e0307d464e0d33db746e450185b825f
  Running setup.py bdist_wheel for bashate: started
  Running setup.py bdist_wheel for bashate: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/0f/05/21/19c9e935459c5f5a62695afc5c772699a94e7fccd4f54f55b8
  Running setup.py bdist_wheel for cmakelint: started
  Running setup.py bdist_wheel for cmakelint: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/14/4a/3b/99b227baeb72272f5f1f190cc15fbf4487983c0d1c91a1b844
  Running setup.py bdist_wheel for cppclean: started
  Running setup.py bdist_wheel for cppclean: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/17/eb/04/dd80414e9396b07e5c86648feb7f58ff08f72aee476921d21c
  Running setup.py bdist_wheel for cpplint: started
  Running setup.py bdist_wheel for cpplint: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/7b/7a/94/b87321c119b8d7265fc3980f5e479eb239e305daafb1e01c26
  Running setup.py bdist_wheel for docutils-ast-writer: started
  Running setup.py bdist_wheel for docutils-ast-writer: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/bf/a2/2d/b9e50da4b8c03b5dfdea95312bd75a26f0fbb39984bf2d480a
  Running setup.py bdist_wheel for eradicate: started
  Running setup.py bdist_wheel for eradicate: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/e5/24/3a/8845a187ae68cb62f772e33ae543acfb4d77d63f58b95f7609
  Running setup.py bdist_wheel for guess-language-spirit: started
  Running setup.py bdist_wheel for guess-language-spirit: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/e3/34/c3/1583565badc832e3962ea9153ee8930189d497ea8b1d310466
  Running setup.py bdist_wheel for html-linter: started
  Running setup.py bdist_wheel for html-linter: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/c9/5b/16/a85a243890917144786b4dfe710f62b36415f696236a71cac2
  Running setup.py bdist_wheel for libclang-py3: started
  Running setup.py bdist_wheel for libclang-py3: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/2d/3e/e1/64dcd073de9fc0079c5a72b4c5816eb2ce170f2d2b6606362f
  Running setup.py bdist_wheel for munkres3: started
  Running setup.py bdist_wheel for munkres3: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/17/77/5f/93e817b60b1949a63268064bde6be85b13ee3cb09cc18971a5
  Running setup.py bdist_wheel for nltk: started
  Running setup.py bdist_wheel for nltk: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/d1/ab/40/3bceea46922767e42986aef7606a600538ca80de6062dc266c
  Running setup.py bdist_wheel for proselint: started
  Running setup.py bdist_wheel for proselint: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/ac/4e/1f/de213ca3be9b505ddac551e5fb82acc0a6425c2bdfa6b93b42
  Running setup.py bdist_wheel for pyroma: started
  Running setup.py bdist_wheel for pyroma: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/92/51/fc/e96cfc5e1e14982d6f1820020494a943dbc05874ac63cd1e9b
  Running setup.py bdist_wheel for pyyaml: started
  Running setup.py bdist_wheel for pyyaml: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/ad/da/0c/74eb680767247273e2cf2723482cb9c924fe70af57c334513f
  Running setup.py bdist_wheel for restructuredtext-lint: started
  Running setup.py bdist_wheel for restructuredtext-lint: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/37/96/63/3d4a320bfe7d53fb49592edd152f93706c4aba06e4fe7c3c91
  Running setup.py bdist_wheel for rstcheck: started
  Running setup.py bdist_wheel for rstcheck: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/71/a6/7e/2e4f9e7be3b92c5e486c53c0130bf504dd732daec6ca2e23aa
  Running setup.py bdist_wheel for scspell3k: started
  Running setup.py bdist_wheel for scspell3k: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/d8/a0/6d/f9a787d92cca1af6e02802627e6bd610e8b3d9ce8b1f1734a7
  Running setup.py bdist_wheel for vim-vint: started
  Running setup.py bdist_wheel for vim-vint: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/fe/f9/12/a349f90e6b18e1d029484a25d1e07fe4babb86244855f4a7e7
  Running setup.py bdist_wheel for errbot: started
  Running setup.py bdist_wheel for errbot: finished with status 'done'
  Stored in directory: /tmp/pip-ephem-wheel-cache-utdph9gj/wheels/0a/00/ba/1421c3a3f8a75e930da269a45312e7005a087f7c7f489122a8
  Running setup.py bdist_wheel for ansi: started
  Running setup.py bdist_wheel for ansi: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/48/52/fd/670f79c4bde50505647446c7ed82dc876696d185560fab75bd
  Running setup.py bdist_wheel for pygments-markdown-lexer: started
  Running setup.py bdist_wheel for pygments-markdown-lexer: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/db/5c/3a/3d2a4132f2187809f0d8e03bb6663d3e2ddaed623899f858a9
  Running setup.py bdist_wheel for dnspython3: started
  Running setup.py bdist_wheel for dnspython3: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/0d/88/bc/48625aeedc619aeb4987329d973b73aef251a6fcd6ce8fb862
  Running setup.py bdist_wheel for crayons: started
  Running setup.py bdist_wheel for crayons: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/e4/2f/b8/40d854f55361937ecc4248232469778de9583eaad0bc547325
  Running setup.py bdist_wheel for gprof2dot: started
  Running setup.py bdist_wheel for gprof2dot: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/0f/20/4e/416cc3d5d870aff6a0aafacbc6f00ea9294fcadd026483b5a9
  Running setup.py bdist_wheel for wrapt: started
  Running setup.py bdist_wheel for wrapt: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/48/5d/04/22361a593e70d23b1f7746d932802efe1f0e523376a74f321e
  Running setup.py bdist_wheel for yarl: started
  Running setup.py bdist_wheel for yarl: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/fd/1c/e7/9df9bfc03a2f55c2201b52db3545b1314eb807148563a6521b
  Running setup.py bdist_wheel for cryptography: started
  Running setup.py bdist_wheel for cryptography: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/df/48/b1/3d840d966621dd2428781a80e4a43958c5e84edf2ac4635eec
  Running setup.py bdist_wheel for backoff: started
  Running setup.py bdist_wheel for backoff: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/3e/10/00/a4cd3781fbd200c0ae8fecf48bf45af73dfdd9f12374184894
  Running setup.py bdist_wheel for terminaltables: started
  Running setup.py bdist_wheel for terminaltables: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/30/6b/50/6c75775b681fb36cdfac7f19799888ef9d8813aff9e379663e
  Running setup.py bdist_wheel for tabulate: started
  Running setup.py bdist_wheel for tabulate: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/2a/85/33/2f6da85d5f10614cbe5a625eab3b3aebfdf43e7b857f25f829
  Running setup.py bdist_wheel for sarge: started
  Running setup.py bdist_wheel for sarge: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/0d/63/b8/373b46048d907970de2201ee6ea3d1fe30c2bec2a5a03dbc3e
  Running setup.py bdist_wheel for termcolor: started
  Running setup.py bdist_wheel for termcolor: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/7c/06/54/bc84598ba1daf8f970247f550b175aaaee85f68b4b0c5ab2c6
  Running setup.py bdist_wheel for brotlipy: started
  Running setup.py bdist_wheel for brotlipy: finished with status 'error'
  Complete output from command /usr/local/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-4eh54awx/brotlipy/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/pip-wheel-7e9covbu --python-tag cp36:
  running bdist_wheel
  running build
  running build_py
  creating build
  creating build/lib.linux-x86_64-3.6
  creating build/lib.linux-x86_64-3.6/brotli
  copying src/brotli/brotli.py -> build/lib.linux-x86_64-3.6/brotli
  copying src/brotli/build.py -> build/lib.linux-x86_64-3.6/brotli
  copying src/brotli/__init__.py -> build/lib.linux-x86_64-3.6/brotli
  running build_clib
  building 'libbrotli' library
  creating build/temp.linux-x86_64-3.6
  creating build/temp.linux-x86_64-3.6/libbrotli
  creating build/temp.linux-x86_64-3.6/libbrotli/common
  creating build/temp.linux-x86_64-3.6/libbrotli/dec
  creating build/temp.linux-x86_64-3.6/libbrotli/enc
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/common/dictionary.c -o build/temp.linux-x86_64-3.6/libbrotli/common/dictionary.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/dec/huffman.c -o build/temp.linux-x86_64-3.6/libbrotli/dec/huffman.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/dec/bit_reader.c -o build/temp.linux-x86_64-3.6/libbrotli/dec/bit_reader.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/dec/decode.c -o build/temp.linux-x86_64-3.6/libbrotli/dec/decode.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/dec/state.c -o build/temp.linux-x86_64-3.6/libbrotli/dec/state.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/backward_references.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/backward_references.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/backward_references_hq.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/backward_references_hq.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/bit_cost.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/bit_cost.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/block_splitter.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/block_splitter.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/histogram.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/histogram.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/memory.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/memory.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/literal_cost.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/literal_cost.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/brotli_bit_stream.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/brotli_bit_stream.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/compress_fragment_two_pass.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/compress_fragment_two_pass.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/compress_fragment.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/compress_fragment.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/cluster.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/cluster.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/utf8_util.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/utf8_util.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/encode.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/encode.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/metablock.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/metablock.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/static_dict.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/static_dict.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/dictionary_hash.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/dictionary_hash.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/entropy_encode.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/entropy_encode.o
  ar rc build/temp.linux-x86_64-3.6/liblibbrotli.a build/temp.linux-x86_64-3.6/libbrotli/common/dictionary.o build/temp.linux-x86_64-3.6/libbrotli/dec/huffman.o build/temp.linux-x86_64-3.6/libbrotli/dec/bit_reader.o build/temp.linux-x86_64-3.6/libbrotli/dec/decode.o build/temp.linux-x86_64-3.6/libbrotli/dec/state.o build/temp.linux-x86_64-3.6/libbrotli/enc/backward_references.o build/temp.linux-x86_64-3.6/libbrotli/enc/backward_references_hq.o build/temp.linux-x86_64-3.6/libbrotli/enc/bit_cost.o build/temp.linux-x86_64-3.6/libbrotli/enc/block_splitter.o build/temp.linux-x86_64-3.6/libbrotli/enc/histogram.o build/temp.linux-x86_64-3.6/libbrotli/enc/memory.o build/temp.linux-x86_64-3.6/libbrotli/enc/literal_cost.o build/temp.linux-x86_64-3.6/libbrotli/enc/brotli_bit_stream.o build/temp.linux-x86_64-3.6/libbrotli/enc/compress_fragment_two_pass.o build/temp.linux-x86_64-3.6/libbrotli/enc/compress_fragment.o build/temp.linux-x86_64-3.6/libbrotli/enc/cluster.o build/temp.linux-x86_64-3.6/libbrotli/enc/utf8_util.o build/temp.linux-x86_64-3.6/libbrotli/enc/encode.o build/temp.linux-x86_64-3.6/libbrotli/enc/metablock.o build/temp.linux-x86_64-3.6/libbrotli/enc/static_dict.o build/temp.linux-x86_64-3.6/libbrotli/enc/dictionary_hash.o build/temp.linux-x86_64-3.6/libbrotli/enc/entropy_encode.o
  running build_ext
  generating cffi module 'build/temp.linux-x86_64-3.6/_brotli.c'
  building '_brotli' extension
  creating build/temp.linux-x86_64-3.6/build
  creating build/temp.linux-x86_64-3.6/build/temp.linux-x86_64-3.6
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli -Ilibbrotli/include -I/usr/local/include/python3.6m -c build/temp.linux-x86_64-3.6/_brotli.c -o build/temp.linux-x86_64-3.6/build/temp.linux-x86_64-3.6/_brotli.o
  gcc -shared build/temp.linux-x86_64-3.6/build/temp.linux-x86_64-3.6/_brotli.o -L/usr/local/lib -Lbuild/temp.linux-x86_64-3.6 -llibbrotli -lstdc++ -lpython3.6m -llibbrotli -o build/lib.linux-x86_64-3.6/brotli/_brotli.abi3.so
  /usr/lib/gcc/x86_64-alpine-linux-musl/6.4.0/../../../../x86_64-alpine-linux-musl/bin/ld: cannot find -lstdc++
  collect2: error: ld returned 1 exit status
  error: command 'gcc' failed with exit status 1
  
  ----------------------------------------
  Failed building wheel for brotlipy
  Running setup.py clean for brotlipy
  Running setup.py bdist_wheel for bitstring: started
  Running setup.py bdist_wheel for bitstring: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/2d/29/47/179175c4ddff694032837432ae45c04c6bf93e4b01c23fb5b3
  Running setup.py bdist_wheel for dominate: started
  Running setup.py bdist_wheel for dominate: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/86/7c/76/a514f343c9e4f85f4c98fe13138ab9c8f756647155c4c1f25e
  Running setup.py bdist_wheel for lxml: started
  Running setup.py bdist_wheel for lxml: finished with status 'error'
  Complete output from command /usr/local/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-4eh54awx/lxml/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/pip-wheel-_p3xr_41 --python-tag cp36:
  Building lxml version 4.2.4.
  Building without Cython.
  ERROR: b'/bin/sh: xslt-config: not found\n'
  ** make sure the development packages of libxml2 and libxslt are installed **
  
  Using build configuration of libxslt
  running bdist_wheel
  running build
  running build_py
  creating build
  creating build/lib.linux-x86_64-3.6
  creating build/lib.linux-x86_64-3.6/lxml
  copying src/lxml/pyclasslookup.py -> build/lib.linux-x86_64-3.6/lxml
  copying src/lxml/_elementpath.py -> build/lib.linux-x86_64-3.6/lxml
  copying src/lxml/__init__.py -> build/lib.linux-x86_64-3.6/lxml
  copying src/lxml/cssselect.py -> build/lib.linux-x86_64-3.6/lxml
  copying src/lxml/usedoctest.py -> build/lib.linux-x86_64-3.6/lxml
  copying src/lxml/doctestcompare.py -> build/lib.linux-x86_64-3.6/lxml
  copying src/lxml/sax.py -> build/lib.linux-x86_64-3.6/lxml
  copying src/lxml/builder.py -> build/lib.linux-x86_64-3.6/lxml
  copying src/lxml/ElementInclude.py -> build/lib.linux-x86_64-3.6/lxml
  creating build/lib.linux-x86_64-3.6/lxml/includes
  copying src/lxml/includes/__init__.py -> build/lib.linux-x86_64-3.6/lxml/includes
  creating build/lib.linux-x86_64-3.6/lxml/html
  copying src/lxml/html/_html5builder.py -> build/lib.linux-x86_64-3.6/lxml/html
  copying src/lxml/html/formfill.py -> build/lib.linux-x86_64-3.6/lxml/html
  copying src/lxml/html/__init__.py -> build/lib.linux-x86_64-3.6/lxml/html
  copying src/lxml/html/ElementSoup.py -> build/lib.linux-x86_64-3.6/lxml/html
  copying src/lxml/html/_diffcommand.py -> build/lib.linux-x86_64-3.6/lxml/html
  copying src/lxml/html/_setmixin.py -> build/lib.linux-x86_64-3.6/lxml/html
  copying src/lxml/html/usedoctest.py -> build/lib.linux-x86_64-3.6/lxml/html
  copying src/lxml/html/diff.py -> build/lib.linux-x86_64-3.6/lxml/html
  copying src/lxml/html/builder.py -> build/lib.linux-x86_64-3.6/lxml/html
  copying src/lxml/html/clean.py -> build/lib.linux-x86_64-3.6/lxml/html
  copying src/lxml/html/html5parser.py -> build/lib.linux-x86_64-3.6/lxml/html
  copying src/lxml/html/soupparser.py -> build/lib.linux-x86_64-3.6/lxml/html
  copying src/lxml/html/defs.py -> build/lib.linux-x86_64-3.6/lxml/html
  creating build/lib.linux-x86_64-3.6/lxml/isoschematron
  copying src/lxml/isoschematron/__init__.py -> build/lib.linux-x86_64-3.6/lxml/isoschematron
  copying src/lxml/etree.h -> build/lib.linux-x86_64-3.6/lxml
  copying src/lxml/etree_api.h -> build/lib.linux-x86_64-3.6/lxml
  copying src/lxml/lxml.etree.h -> build/lib.linux-x86_64-3.6/lxml
  copying src/lxml/lxml.etree_api.h -> build/lib.linux-x86_64-3.6/lxml
  copying src/lxml/includes/xmlparser.pxd -> build/lib.linux-x86_64-3.6/lxml/includes
  copying src/lxml/includes/xpath.pxd -> build/lib.linux-x86_64-3.6/lxml/includes
  copying src/lxml/includes/__init__.pxd -> build/lib.linux-x86_64-3.6/lxml/includes
  copying src/lxml/includes/xslt.pxd -> build/lib.linux-x86_64-3.6/lxml/includes
  copying src/lxml/includes/xinclude.pxd -> build/lib.linux-x86_64-3.6/lxml/includes
  copying src/lxml/includes/schematron.pxd -> build/lib.linux-x86_64-3.6/lxml/includes
  copying src/lxml/includes/htmlparser.pxd -> build/lib.linux-x86_64-3.6/lxml/includes
  copying src/lxml/includes/c14n.pxd -> build/lib.linux-x86_64-3.6/lxml/includes
  copying src/lxml/includes/uri.pxd -> build/lib.linux-x86_64-3.6/lxml/includes
  copying src/lxml/includes/dtdvalid.pxd -> build/lib.linux-x86_64-3.6/lxml/includes
  copying src/lxml/includes/etreepublic.pxd -> build/lib.linux-x86_64-3.6/lxml/includes
  copying src/lxml/includes/xmlschema.pxd -> build/lib.linux-x86_64-3.6/lxml/includes
  copying src/lxml/includes/xmlerror.pxd -> build/lib.linux-x86_64-3.6/lxml/includes
  copying src/lxml/includes/tree.pxd -> build/lib.linux-x86_64-3.6/lxml/includes
  copying src/lxml/includes/relaxng.pxd -> build/lib.linux-x86_64-3.6/lxml/includes
  copying src/lxml/includes/config.pxd -> build/lib.linux-x86_64-3.6/lxml/includes
  copying src/lxml/includes/lxml-version.h -> build/lib.linux-x86_64-3.6/lxml/includes
  copying src/lxml/includes/etree_defs.h -> build/lib.linux-x86_64-3.6/lxml/includes
  creating build/lib.linux-x86_64-3.6/lxml/isoschematron/resources
  creating build/lib.linux-x86_64-3.6/lxml/isoschematron/resources/rng
  copying src/lxml/isoschematron/resources/rng/iso-schematron.rng -> build/lib.linux-x86_64-3.6/lxml/isoschematron/resources/rng
  creating build/lib.linux-x86_64-3.6/lxml/isoschematron/resources/xsl
  copying src/lxml/isoschematron/resources/xsl/XSD2Schtrn.xsl -> build/lib.linux-x86_64-3.6/lxml/isoschematron/resources/xsl
  copying src/lxml/isoschematron/resources/xsl/RNG2Schtrn.xsl -> build/lib.linux-x86_64-3.6/lxml/isoschematron/resources/xsl
  creating build/lib.linux-x86_64-3.6/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
  copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_skeleton_for_xslt1.xsl -> build/lib.linux-x86_64-3.6/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
  copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_message.xsl -> build/lib.linux-x86_64-3.6/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
  copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_dsdl_include.xsl -> build/lib.linux-x86_64-3.6/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
  copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_abstract_expand.xsl -> build/lib.linux-x86_64-3.6/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
  copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_svrl_for_xslt1.xsl -> build/lib.linux-x86_64-3.6/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
  copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/readme.txt -> build/lib.linux-x86_64-3.6/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
  running build_ext
  building 'lxml.etree' extension
  creating build/temp.linux-x86_64-3.6
  creating build/temp.linux-x86_64-3.6/src
  creating build/temp.linux-x86_64-3.6/src/lxml
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -DCYTHON_CLINE_IN_TRACEBACK=0 -Isrc -Isrc/lxml/includes -I/usr/local/include/python3.6m -c src/lxml/etree.c -o build/temp.linux-x86_64-3.6/src/lxml/etree.o -w
  In file included from src/lxml/etree.c:662:0:
  src/lxml/includes/etree_defs.h:14:31: fatal error: libxml/xmlversion.h: No such file or directory
   #include "libxml/xmlversion.h"
                                 ^
  compilation terminated.
  Compile failed: command 'gcc' failed with exit status 1
  creating tmp
  cc -I/usr/include/libxml2 -c /tmp/xmlXPathInitkxeg4egw.c -o tmp/xmlXPathInitkxeg4egw.o
  /tmp/xmlXPathInitkxeg4egw.c:1:26: fatal error: libxml/xpath.h: No such file or directory
   #include "libxml/xpath.h"
                            ^
  compilation terminated.
  *********************************************************************************
  Could not find function xmlCheckVersion in library libxml2. Is libxml2 installed?
  *********************************************************************************
  error: command 'gcc' failed with exit status 1
  
  ----------------------------------------
  Failed building wheel for lxml
  Running setup.py clean for lxml
  Running setup.py bdist_wheel for template-remover: started
  Running setup.py bdist_wheel for template-remover: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/14/1d/4e/cc9061fb59162c9b733ce5d7e567f8be2033352155b101ac0d
  Running setup.py bdist_wheel for docopt: started
  Running setup.py bdist_wheel for docopt: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/9b/04/dd/7daf4150b6d9b12949298737de9431a324d4b797ffd63f526e
  Running setup.py bdist_wheel for typed-ast: started
  Running setup.py bdist_wheel for typed-ast: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/8f/81/3a/bdd2bfdf9b5136d1b1c5feb00c79fad1b3ac255093b5838565
  Running setup.py bdist_wheel for future: started
  Running setup.py bdist_wheel for future: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/bf/c9/a3/c538d90ef17cf7823fa51fc701a7a7a910a80f6a405bf15b1a
  Running setup.py bdist_wheel for dparse: started
  Running setup.py bdist_wheel for dparse: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/4a/8d/fa/d8d1526ad5615bc0fc10502e16dfc2a70802106cba099d2518
  Running setup.py bdist_wheel for itsdangerous: started
  Running setup.py bdist_wheel for itsdangerous: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/2c/4a/61/5599631c1554768c6290b08c02c72d7317910374ca602ff1e5
  Running setup.py bdist_wheel for MarkupSafe: started
  Running setup.py bdist_wheel for MarkupSafe: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/33/56/20/ebe49a5c612fffe1c5a632146b16596f9e64676768661e4e46
  Running setup.py bdist_wheel for multidict: started
  Running setup.py bdist_wheel for multidict: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/97/06/92/091e8e6546ccaa08c78527058a6662e8bf5e0db9aeff0392bb
  Running setup.py bdist_wheel for cffi: started
  Running setup.py bdist_wheel for cffi: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/e6/9e/cd/9f0b900a715af094d5a08cc50230728c08ef745ffb195c67e8
  Running setup.py bdist_wheel for jsonref: started
  Running setup.py bdist_wheel for jsonref: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/9b/ac/52/1caebe0f45f2a559ed3d79760dd3c913972abc73d665208593
  Running setup.py bdist_wheel for markdown2: started
  Running setup.py bdist_wheel for markdown2: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/07/99/0b/89995aca5b1253b89caa7de4041fabea6fba469f42da697664
  Running setup.py bdist_wheel for lazy-object-proxy: started
  Running setup.py bdist_wheel for lazy-object-proxy: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/a0/63/e2/6d93295282cb35b53b14b50b602c76dfb04471e21b31d8ad7b
  Running setup.py bdist_wheel for pycparser: started
  Running setup.py bdist_wheel for pycparser: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/c0/a1/27/5ba234bd77ea5a290cbf6d675259ec52293193467a12ef1f46
Successfully built coverage pytest-env pytest-instafail pytest-profiling coala coala-bears apertium-lint autoflake autopep8 bashate cmakelint cppclean cpplint docutils-ast-writer eradicate guess-language-spirit html-linter libclang-py3 munkres3 nltk proselint pyroma pyyaml restructuredtext-lint rstcheck scspell3k vim-vint errbot ansi pygments-markdown-lexer dnspython3 crayons gprof2dot wrapt yarl cryptography backoff terminaltables tabulate sarge termcolor bitstring dominate template-remover docopt typed-ast future dparse itsdangerous MarkupSafe multidict cffi jsonref markdown2 lazy-object-proxy pycparser
Failed to build brotlipy lxml
igitt 0.4.1.dev20180317153318 has requirement cryptography~=2.1.4, but you'll have cryptography 2.3 which is incompatible.
igitt 0.4.1.dev20180317153318 has requirement requests~=2.18.4, but you'll have requests 2.19.1 which is incompatible.
Installing collected packages: coverage, pyparsing, six, packaging, coverage-env-plugin, coverage-config-reload-plugin, idna, certifi, urllib3, chardet, requests, codecov, colorama, crayons, MarkupSafe, jinja2, lml, pyyaml, moban, pluggy, attrs, more-itertools, atomicwrites, py, 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, pytest-forked, apipkg, execnet, pytest-xdist, requests-mock, pip, wrapt, multidict, yarl, vcrpy, asn1crypto, pycparser, cffi, cryptography, pyopenssl, xmltodict, inflect, jaraco.itertools, wolframalpha, uritemplate, python-dateutil, github3.py, PyJWT, backoff, beautifulsoup4, smmap2, gitdb2, gitpython, IGitt, jsonref, click, termcolor, markdown2, ramlfications, ramlient, appdirs, cached-property, terminaltables, wcwidth, tabulate, cli-helpers, testfixtures, PyPrint, coala-utils, colorlog, sarge, dependency-management, Pygments, unidiff, coala, brotlipy, defusedxml, singledispatch, bitstring, dominate, lxml, HTTPolice, aenum, apertium-lint, pyflakes, autoflake, pycodestyle, autopep8, pbr, stevedore, bandit, pytz, Babel, bashate, cmakelint, cppclean, cpplint, polib, dennis, docutils, docutils-ast-writer, eradicate, git-url-parse, guess-language-spirit, docopt, template-remover, html-linter, isort, libclang-py3, memento-client, munkres3, typed-ast, mypy, decorator, ipython-genutils, traitlets, jupyter-core, jsonschema, nbformat, nltk, future, proselint, snowballstemmer, pydocstyle, lazy-object-proxy, astroid, mccabe, pylint, pyroma, mando, radon, restructuredtext-lint, rstcheck, dparse, safety, scspell3k, ansicolor, vim-vint, vulture, yamllint, yapf, coala-bears, waitress, WebOb, webtest, itsdangerous, Werkzeug, flask, markdown, ansi, pygments-markdown-lexer, dnspython, dnspython3, dataclasses, daemonize, errbot
  Found existing installation: pip 18.0
    Uninstalling pip-18.0:
      Successfully uninstalled pip-18.0
  Running setup.py install for brotlipy: started
    Running setup.py install for brotlipy: finished with status 'error'
    Complete output from command /usr/local/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-4eh54awx/brotlipy/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-record-kteikfgd/install-record.txt --single-version-externally-managed --compile:
    running install
    running build
    running build_py
    creating build
    creating build/lib.linux-x86_64-3.6
    creating build/lib.linux-x86_64-3.6/brotli
    copying src/brotli/brotli.py -> build/lib.linux-x86_64-3.6/brotli
    copying src/brotli/build.py -> build/lib.linux-x86_64-3.6/brotli
    copying src/brotli/__init__.py -> build/lib.linux-x86_64-3.6/brotli
    running build_clib
    building 'libbrotli' library
    creating build/temp.linux-x86_64-3.6
    creating build/temp.linux-x86_64-3.6/libbrotli
    creating build/temp.linux-x86_64-3.6/libbrotli/common
    creating build/temp.linux-x86_64-3.6/libbrotli/dec
    creating build/temp.linux-x86_64-3.6/libbrotli/enc
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/common/dictionary.c -o build/temp.linux-x86_64-3.6/libbrotli/common/dictionary.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/dec/huffman.c -o build/temp.linux-x86_64-3.6/libbrotli/dec/huffman.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/dec/bit_reader.c -o build/temp.linux-x86_64-3.6/libbrotli/dec/bit_reader.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/dec/decode.c -o build/temp.linux-x86_64-3.6/libbrotli/dec/decode.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/dec/state.c -o build/temp.linux-x86_64-3.6/libbrotli/dec/state.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/backward_references.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/backward_references.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/backward_references_hq.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/backward_references_hq.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/bit_cost.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/bit_cost.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/block_splitter.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/block_splitter.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/histogram.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/histogram.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/memory.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/memory.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/literal_cost.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/literal_cost.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/brotli_bit_stream.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/brotli_bit_stream.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/compress_fragment_two_pass.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/compress_fragment_two_pass.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/compress_fragment.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/compress_fragment.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/cluster.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/cluster.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/utf8_util.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/utf8_util.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/encode.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/encode.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/metablock.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/metablock.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/static_dict.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/static_dict.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/dictionary_hash.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/dictionary_hash.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/entropy_encode.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/entropy_encode.o
    ar rc build/temp.linux-x86_64-3.6/liblibbrotli.a build/temp.linux-x86_64-3.6/libbrotli/common/dictionary.o build/temp.linux-x86_64-3.6/libbrotli/dec/huffman.o build/temp.linux-x86_64-3.6/libbrotli/dec/bit_reader.o build/temp.linux-x86_64-3.6/libbrotli/dec/decode.o build/temp.linux-x86_64-3.6/libbrotli/dec/state.o build/temp.linux-x86_64-3.6/libbrotli/enc/backward_references.o build/temp.linux-x86_64-3.6/libbrotli/enc/backward_references_hq.o build/temp.linux-x86_64-3.6/libbrotli/enc/bit_cost.o build/temp.linux-x86_64-3.6/libbrotli/enc/block_splitter.o build/temp.linux-x86_64-3.6/libbrotli/enc/histogram.o build/temp.linux-x86_64-3.6/libbrotli/enc/memory.o build/temp.linux-x86_64-3.6/libbrotli/enc/literal_cost.o build/temp.linux-x86_64-3.6/libbrotli/enc/brotli_bit_stream.o build/temp.linux-x86_64-3.6/libbrotli/enc/compress_fragment_two_pass.o build/temp.linux-x86_64-3.6/libbrotli/enc/compress_fragment.o build/temp.linux-x86_64-3.6/libbrotli/enc/cluster.o build/temp.linux-x86_64-3.6/libbrotli/enc/utf8_util.o build/temp.linux-x86_64-3.6/libbrotli/enc/encode.o build/temp.linux-x86_64-3.6/libbrotli/enc/metablock.o build/temp.linux-x86_64-3.6/libbrotli/enc/static_dict.o build/temp.linux-x86_64-3.6/libbrotli/enc/dictionary_hash.o build/temp.linux-x86_64-3.6/libbrotli/enc/entropy_encode.o
    running build_ext
    generating cffi module 'build/temp.linux-x86_64-3.6/_brotli.c'
    building '_brotli' extension
    creating build/temp.linux-x86_64-3.6/build
    creating build/temp.linux-x86_64-3.6/build/temp.linux-x86_64-3.6
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli -Ilibbrotli/include -I/usr/local/include/python3.6m -c build/temp.linux-x86_64-3.6/_brotli.c -o build/temp.linux-x86_64-3.6/build/temp.linux-x86_64-3.6/_brotli.o
    gcc -shared build/temp.linux-x86_64-3.6/build/temp.linux-x86_64-3.6/_brotli.o -L/usr/local/lib -Lbuild/temp.linux-x86_64-3.6 -llibbrotli -lstdc++ -lpython3.6m -llibbrotli -o build/lib.linux-x86_64-3.6/brotli/_brotli.abi3.so
    /usr/lib/gcc/x86_64-alpine-linux-musl/6.4.0/../../../../x86_64-alpine-linux-musl/bin/ld: cannot find -lstdc++
    collect2: error: ld returned 1 exit status
    error: command 'gcc' failed with exit status 1
    
    ----------------------------------------
Command "/usr/local/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-4eh54awx/brotlipy/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-record-kteikfgd/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-install-4eh54awx/brotlipy/
The command '/bin/sh -c apk add --no-cache libffi openssl git     && apk add --no-cache --virtual .build-deps            gcc            libc-dev            libffi-dev            openssl-dev     && pip install -r $BOT_ROOT/requirements.txt     && pip install slackclient python-telegram-bot     && apk del .build-deps' returned a non-zero code: 1

@TravisBuddy
Copy link

Travis tests have failed

Hey @jayvdb,
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

docker build -t "corobo" .
Step 1/9 : FROM python:3.6-alpine
3.6-alpine: Pulling from library/python





Digest: sha256:d823074318482a65bee0bf7c59a05bbbba789487357f6436116e1b80af4af829
Status: Downloaded newer image for python:3.6-alpine
 ---> 267db919e15e
Step 2/9 : ENV BOT_ROOT /opt/errbot
 ---> Running in 5a0373859a55
 ---> e542770e4776
Removing intermediate container 5a0373859a55
Step 3/9 : ADD requirements.txt $BOT_ROOT/requirements.txt
 ---> c78d5c7788b8
Step 4/9 : RUN apk add --no-cache libffi openssl git     && apk add --no-cache --virtual .build-deps            gcc            libc-dev            libffi-dev            openssl-dev     && pip install -r $BOT_ROOT/requirements.txt     && pip install slackclient python-telegram-bot     && apk del .build-deps
 ---> Running in 941a518887b4
fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/community/x86_64/APKINDEX.tar.gz
(1/8) Installing nghttp2-libs (1.32.0-r0)
(2/8) Installing libssh2 (1.8.0-r3)
(3/8) Installing libcurl (7.61.0-r0)
(4/8) Installing pcre2 (10.31-r0)
(5/8) Installing git (2.18.0-r0)
(6/8) Installing libcrypto1.0 (1.0.2o-r2)
(7/8) Installing libssl1.0 (1.0.2o-r2)
(8/8) Installing openssl (1.0.2o-r2)
Executing busybox-1.28.4-r0.trigger
Executing ca-certificates-20171114-r3.trigger
OK: 34 MiB in 41 packages
fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/community/x86_64/APKINDEX.tar.gz
(1/17) Installing binutils (2.30-r5)
(2/17) Installing gmp (6.1.2-r1)
(3/17) Installing isl (0.18-r0)
(4/17) Installing libgomp (6.4.0-r8)
(5/17) Installing libatomic (6.4.0-r8)
(6/17) Installing pkgconf (1.5.3-r0)
(7/17) Installing libgcc (6.4.0-r8)
(8/17) Installing mpfr3 (3.1.5-r1)
(9/17) Installing mpc1 (1.0.3-r1)
(10/17) Installing libstdc++ (6.4.0-r8)
(11/17) Installing gcc (6.4.0-r8)
(12/17) Installing musl-dev (1.1.19-r10)
(13/17) Installing libc-dev (0.7.1-r0)
(14/17) Installing libffi-dev (3.2.1-r4)
(15/17) Installing zlib-dev (1.2.11-r1)
(16/17) Installing openssl-dev (1.0.2o-r2)
(17/17) Installing .build-deps (0)
Executing busybox-1.28.4-r0.trigger
OK: 146 MiB in 58 packages
Collecting git+https://github.com/coala/coala (from -r /opt/errbot/requirements.txt (line 1))
  Cloning https://github.com/coala/coala to /tmp/pip-req-build-subbx46s
Collecting git+https://github.com/coala/coala-bears (from -r /opt/errbot/requirements.txt (line 2))
  Cloning https://github.com/coala/coala-bears to /tmp/pip-req-build-wiribnbp
Collecting git+https://github.com/errbotio/errbot@a0f35732484c8c0692e123c48653517cffa21a42 (from -r /opt/errbot/requirements.txt (line 29))
  Cloning https://github.com/errbotio/errbot (to revision a0f35732484c8c0692e123c48653517cffa21a42) to /tmp/pip-req-build-a0d77nqi
Collecting coverage==4.4.1 (from -r /opt/errbot/requirements.txt (line 6))
  Downloading https://files.pythonhosted.org/packages/36/db/690ee79312bb60f121c0da1c973856ddb751afe09cc10caec1452208eaf4/coverage-4.4.1.tar.gz (369kB)
Collecting coverage-env-plugin~=0.1 (from -r /opt/errbot/requirements.txt (line 7))
  Downloading https://files.pythonhosted.org/packages/e9/75/2ab8affca8ba19d64e1edb270025faa8e08fe3132cbb814474ad90a00da0/coverage_env_plugin-0.1-py2.py3-none-any.whl
Collecting coverage-config-reload-plugin~=0.2 (from -r /opt/errbot/requirements.txt (line 8))
  Downloading https://files.pythonhosted.org/packages/a1/9b/5a81825ad9f5798d495f0b96ddbd8416efaafdb46effd7a5335c8c091959/coverage_config_reload_plugin-0.2.0-py2.py3-none-any.whl
Collecting codecov~=2.0.5 (from -r /opt/errbot/requirements.txt (line 9))
  Downloading https://files.pythonhosted.org/packages/8b/28/4c1950a61c3c5786f0f34d643d0d28ec832433c9a7c0bd157690d4eb1d5f/codecov-2.0.15-py2.py3-none-any.whl
Collecting moban~=0.2.4 (from -r /opt/errbot/requirements.txt (line 10))
  Downloading https://files.pythonhosted.org/packages/3e/d5/fb1198a5d92a417b6881daaed3efda477e242a734a664e1cf29e9599ec67/moban-0.2.4-py2.py3-none-any.whl
Collecting packaging~=16.8 (from -r /opt/errbot/requirements.txt (line 11))
  Downloading https://files.pythonhosted.org/packages/87/1b/c39b7c65b5612812b83d6cab7ef2885eac9f6beb0b7b8a7071a186aea3b1/packaging-16.8-py2.py3-none-any.whl
Collecting pytest~=3.6.1 (from -r /opt/errbot/requirements.txt (line 12))
  Downloading https://files.pythonhosted.org/packages/d8/e9/73246a565c34c5f203dd78bc2382e0e93aa7a249cdaeba709099eb1bc701/pytest-3.6.4-py2.py3-none-any.whl (196kB)
Collecting pytest-cov~=2.4 (from -r /opt/errbot/requirements.txt (line 13))
  Downloading 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 /opt/errbot/requirements.txt (line 14))
  Downloading https://files.pythonhosted.org/packages/f9/6e/31efb8dc1d17052c12f39262223e94038bfcc4cc7a124235630a6d50f166/pytest-env-0.6.2.tar.gz
Collecting pytest-error-for-skips~=1.0 (from -r /opt/errbot/requirements.txt (line 15))
  Downloading 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 /opt/errbot/requirements.txt (line 16))
  Downloading https://files.pythonhosted.org/packages/11/d0/371d9e86e823c775e9f23ad797d7738b1afa94223ac82c20b5bdc735ea1d/pytest-instafail-0.3.0.tar.gz
Collecting pytest-mock~=1.1 (from -r /opt/errbot/requirements.txt (line 17))
  Downloading 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 /opt/errbot/requirements.txt (line 18))
  Downloading https://files.pythonhosted.org/packages/f5/34/4626126e041a51ef50a80d0619519b18d20aef249aac25b0d0fdd47e57ee/pytest-profiling-1.3.0.tar.gz
Collecting pytest-reorder~=0.1.0 (from -r /opt/errbot/requirements.txt (line 19))
  Downloading 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 /opt/errbot/requirements.txt (line 20))
  Downloading 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 /opt/errbot/requirements.txt (line 21))
  Downloading 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 /opt/errbot/requirements.txt (line 22))
  Downloading 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 /opt/errbot/requirements.txt (line 23))
  Downloading 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 /opt/errbot/requirements.txt (line 24))
  Downloading 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 /opt/errbot/requirements.txt (line 25))
  Downloading https://files.pythonhosted.org/packages/ac/95/a05b56bb975efa78d3557efa36acaf9cf5d2fd0ee0062060493687432e03/pip-9.0.3-py2.py3-none-any.whl (1.4MB)
Requirement already satisfied: wheel~=0.29 in /usr/local/lib/python3.6/site-packages (from -r /opt/errbot/requirements.txt (line 26)) (0.31.1)
Collecting vcrpy (from -r /opt/errbot/requirements.txt (line 27))
  Downloading https://files.pythonhosted.org/packages/45/1d/bd0d6688beb429c23723e4270cdb53342d57fb11563dbd46759f6a050c8c/vcrpy-1.13.0-py2.py3-none-any.whl
Collecting pyopenssl (from -r /opt/errbot/requirements.txt (line 28))
  Downloading https://files.pythonhosted.org/packages/96/af/9d29e6bd40823061aea2e0574ccb2fcf72bfd6130ce53d32773ec375458c/pyOpenSSL-18.0.0-py2.py3-none-any.whl (53kB)
Collecting wolframalpha (from -r /opt/errbot/requirements.txt (line 30))
  Downloading https://files.pythonhosted.org/packages/11/59/0344ef8af315626203b9711fc4c8c794ad175424a9d71fd5c28e6463e387/wolframalpha-3.0.1-py2.py3-none-any.whl
Collecting github3.py~=1.0.0 (from -r /opt/errbot/requirements.txt (line 31))
  Downloading https://files.pythonhosted.org/packages/55/22/d1893dfb010407189ae872c58b338e8848151f034125477922c8f0881770/github3.py-1.0.2-py2.py3-none-any.whl (140kB)
Collecting IGitt==0.4.1.dev20180317153318 (from -r /opt/errbot/requirements.txt (line 32))
  Downloading https://files.pythonhosted.org/packages/d1/be/e5862872c906dfd6dbffb82483805e08ef40757424265bf7c9fd7035ed6b/IGitt-0.4.1.dev20180317153318-py3-none-any.whl (78kB)
Collecting gitpython (from -r /opt/errbot/requirements.txt (line 33))
  Downloading https://files.pythonhosted.org/packages/fe/e5/fafe827507644c32d6dc553a1c435cdf882e0c28918a5bab29f7fbebfb70/GitPython-2.1.11-py2.py3-none-any.whl (448kB)
Collecting ramlient (from -r /opt/errbot/requirements.txt (line 34))
  Downloading https://files.pythonhosted.org/packages/4b/d6/9faed66978d538673241e8d9aafe118d85fe699a33ae1028ce9f385b0f40/ramlient-0.1.4-py2.py3-none-any.whl
Collecting appdirs~=1.4 (from coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/56/eb/810e700ed1349edde4cbdc1b2a21e28cdf115f9faf263f6bbf8447c1abf3/appdirs-1.4.3-py2.py3-none-any.whl
Collecting cached_property~=1.4.3 (from coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/88/09/4b7a484f96cbceda746e03f0167021c909c3ceae1c6f2e844d79476cb70e/cached_property-1.4.3-py2.py3-none-any.whl
Collecting cli_helpers~=1.0.2 (from coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/bf/4a/f3a506a57619978e1775279d2bc4435821db1c391087ac02aa20137f765d/cli_helpers-1.0.2-py3-none-any.whl
Collecting coala-utils==0.7.0 (from coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/93/7d/65d619f7a64ac2ea6d43b047e63a8605d1c7193195b52a59c7ea342f5a53/coala_utils-0.7.0-py3-none-any.whl
Collecting colorlog<4.0,>=2.7 (from coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/69/eb/58ae10d3c46a0195ffdd0e3943d255d0d5029d71e5457785ecd665bcf0f3/colorlog-3.1.4-py2.py3-none-any.whl
Collecting dependency-management>0.4.* (from coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/1d/c7/e1ff3d4b90b1a4197e90bb43c87200ce89c677e26dadbc55cc9f943de47b/dependency_management-0.4.0-py3-none-any.whl
Collecting Pygments~=2.1 (from coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/02/ee/b6e02dc6529e82b75bb06823ff7d005b141037cb1416b10c6f00fc419dca/Pygments-2.2.0-py2.py3-none-any.whl (841kB)
Collecting PyPrint~=0.2.6 (from coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/b0/45/8912d660c6accfe665f6649433362aa0eb9a94a3a71ee3a71d8956f0a4ed/PyPrint-0.2.6-py3-none-any.whl
Collecting requests~=2.12 (from coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/65/47/7e02164a2a3db50ed6d8a6ab1d6d60b69c4c3fdf57a284257925dfc12bda/requests-2.19.1-py2.py3-none-any.whl (91kB)
Requirement already satisfied: setuptools>=21.0.0 in /usr/local/lib/python3.6/site-packages (from coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1)) (40.0.0)
Collecting unidiff~=0.5.2 (from coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/68/52/c7278fc3c17d1aaade84597968d88f97f0f4ec7288ddedb6970a341c5170/unidiff-0.5.5-py2.py3-none-any.whl
Collecting HTTPolice~=0.5.2 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/3a/b4/ad13fae41373a0734388b7fee1418fb9cdc57662ef46e25bcf805428c187/HTTPolice-0.5.2-py2.py3-none-any.whl (139kB)
Collecting aenum~=2.0.8 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/01/11/e0b5efc82daace980210c1b5f1458676ccc6513514955678801b44f9169c/aenum-2.0.10-py3-none-any.whl
Collecting apertium-lint~=0.29 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/44/98/910b25b2e12a758304f08ac96eedf019af113add128defc9d28bbdc63613/apertium_lint-0.29.tar.gz
Collecting autoflake~=0.7 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/b0/1b/69f59b068a688aa8b0ff77fb1f486c57f3506726add27433b9171b5514f0/autoflake-0.7.tar.gz
Collecting autopep8~=1.2 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/b7/0c/20cf0a438d5273bfd2d607ada3a7a782845ab3776c1c83c1d3baca05535e/autopep8-1.3.5.tar.gz (109kB)
Collecting bandit~=1.2 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/77/41/d57366098a30a86af1821e231949221d2b6b896cc4bdd060cc1be27fdd47/bandit-1.4.0-py2.py3-none-any.whl (116kB)
Collecting bashate~=0.5.1 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/22/3c/10efc0119b59e77c74e94eb9768f409b4ba25238a0e3082203bc5386793f/bashate-0.5.1.tar.gz
Collecting cmakelint~=1.3 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/e4/96/9399aa215a3e848961866f5951b9c8f9317b456bc7ef39d264a75379cf65/cmakelint-1.3.4.1.tar.gz
Collecting cppclean~=0.12.0 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/5d/b6/add9db6792f6a2f1fe09341a668deda702e1d8c6b893d867c387fe28ec49/cppclean-0.12.tar.gz
Collecting cpplint~=1.3 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/95/42/27a16ef7fc609aba82bec923e2d29a1fa163bc95a267eaf1acc780e949fc/cpplint-1.3.0.tar.gz (71kB)
Collecting dennis~=0.9 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/2d/2e/2cb43a5e787387b558d2eeefc2713305d2df97c4622cee37b1e6f5505031/dennis-0.9-py2.py3-none-any.whl
Collecting docutils-ast-writer~=0.1.2 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/08/d4/2e84997a6af71654048e1d7d000239ba3a8656c09fe1b07d951492cbab30/docutils-ast-writer-0.1.2.tar.gz
Collecting eradicate~=0.1.6 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/9e/be/eddefaace7d3254a9bd61b23f121db2bc43b660b87bca2b2c220e38f7404/eradicate-0.1.6.tar.gz
Collecting git-url-parse~=1.1.0 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/0d/66/3f4a12c4e13aae46aaa8062c3bef12e86478aac1ed31f4c05c3e1887d367/git_url_parse-1.1.0-py3-none-any.whl
Collecting guess-language-spirit~=0.5.2 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/8b/4f/9ed0280b24e9e6875c3870a97659d0106a14e36db0d7d65c5277066fc7d0/guess_language-spirit-0.5.3.tar.bz2 (81kB)
Collecting html-linter~=0.4.0 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/0b/45/12b968a45d223bc9a3131022514eacdaeffd591973bb2025330057a7b7c6/html-linter-0.4.0.tar.gz
Collecting isort~=4.2 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/1f/2c/22eee714d7199ae0464beda6ad5fedec8fee6a2f7ffd1e8f1840928fe318/isort-4.3.4-py3-none-any.whl (45kB)
Collecting libclang-py3~=3.4.0 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/d7/30/aa84ad1b75cf67272a4b27a818ed0aa6f41532d9837ca798506747deffb4/libclang-py3-3.4.0.tar.gz
Collecting memento_client~=0.6.1 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/41/8d/8dfc683c1228779b2eb6e80681e70d450b20fce58d53483fb6e5c7f6ff34/memento_client-0.6.1-py2.py3-none-any.whl
Collecting munkres3~=1.0 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/a3/07/f535738fa57756f53f7bbe6338f1a2e809528c542045769d89c633b47b62/munkres3-1.0.5.5.tar.gz
Collecting mypy==0.590 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/d6/e2/37a8a5dce634a094b90e13eda246a4b736a660124e78808f47fbad99f510/mypy-0.590-py3-none-any.whl (1.3MB)
Collecting nbformat~=4.1 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/da/27/9a654d2b6cc1eaa517d1c5a4405166c7f6d72f04f6e7eea41855fe808a46/nbformat-4.4.0-py2.py3-none-any.whl (155kB)
Collecting nltk~=3.2 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/50/09/3b1755d528ad9156ee7243d52aa5cd2b809ef053a0f31b53d92853dd653a/nltk-3.3.0.zip (1.4MB)
Collecting proselint~=0.7.0 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/e6/78/c46f694a0e43ce47d0d6ae089f750131544018dc1119fc7da58ffd4b1e03/proselint-0.7.0.tar.gz (78kB)
Collecting pycodestyle~=2.2 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/e5/c6/ce130213489969aa58610042dff1d908c25c731c9575af6935c2dfad03aa/pycodestyle-2.4.0-py2.py3-none-any.whl (62kB)
Collecting pydocstyle~=2.0 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/43/8a/f1141af0c8406788a5c38ad5001d4163d903b5384a6517239d2ac42734c8/pydocstyle-2.1.1-py3-none-any.whl
Collecting pyflakes~=2.0.0 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/44/98/af7a72c9a543b1487d92813c648cb9b9adfbc96faef5455d60f4439aa99b/pyflakes-2.0.0-py2.py3-none-any.whl (53kB)
Collecting pylint~=1.7.2 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/f8/86/410d53faff049641f34951843245d168261512aea787a1f9f05c3fa025a0/pylint-1.7.6-py2.py3-none-any.whl (640kB)
Collecting pyroma~=2.2.0 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/de/f3/104ae27624982cd4b6de786d9afe23a2dc0b8c0999443ba370b3755848c7/pyroma-2.2.tar.gz (349kB)
Collecting pyyaml~=3.12 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/9e/a3/1d13970c3f36777c583f136c136f804d70f500168edc1edea6daa7200769/PyYAML-3.13.tar.gz (270kB)
Collecting radon==1.4.0 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/b1/24/594df18af8141787d8e2d694fbc898fd26f0aa26597fe6f6652cdb773a7f/radon-1.4.0-py2.py3-none-any.whl (44kB)
Collecting restructuredtext-lint~=1.0.0 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/7f/ff/b4e6cdba3fb40858e07c4508a552426f49160ba9feeb4300ffaca9c508e5/restructuredtext_lint-1.0.1.tar.gz
Collecting rstcheck~=3.1 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/ea/6e/c7a910dce2cafa17942b456cdbb5cf637a87a549e491d794b424b90e2bb1/rstcheck-3.3.tar.gz
Collecting safety~=1.8.2 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/3f/98/619b918db417299e0f7a5f7c6239bec6abc18746ef533734a64e1feca241/safety-1.8.4-py2.py3-none-any.whl
Collecting scspell3k~=2.0 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/fe/0a/38e98cce6114542c7b2ef887767c2f9a0bff031a3f21e14927be1fbc2203/scspell3k-2.1.tar.gz (272kB)
Collecting vim-vint!=0.3.19,~=0.3.12 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/fe/eb/b7f535ed5fe329d8e23f95e79645a9aac8c0bc569cf7882bf11fc84388fe/vim-vint-0.3.18.tar.gz (65kB)
Collecting vulture~=0.25.0 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/98/d7/3cc454c33422f1c43255928e7b4bac77a0bcabb113a946997edc60a2a176/vulture-0.25-py2.py3-none-any.whl
Collecting yamllint~=1.6.1 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/07/cf/213a023883122cc527bdc5cab135a4e30af93c1a0feaa6cabc16aaee68ac/yamllint-1.6.1-py2.py3-none-any.whl
Collecting yapf~=0.21.0 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/6d/0c/65c7318a7f134270ef565d1cdfffdb714a0de1526f9a6c71452552633da7/yapf-0.21.0-py2.py3-none-any.whl (162kB)
Collecting webtest (from errbot==9.9.9->-r /opt/errbot/requirements.txt (line 29))
  Downloading https://files.pythonhosted.org/packages/12/2c/77b8f02582ed1aa70f82608ee437ecce087019a2f3e0ac5cf830299504d2/WebTest-2.0.30-py2.py3-none-any.whl
Collecting flask (from errbot==9.9.9->-r /opt/errbot/requirements.txt (line 29))
  Downloading https://files.pythonhosted.org/packages/7f/e7/08578774ed4536d3242b14dacb4696386634607af824ea997202cd0edb4b/Flask-1.0.2-py2.py3-none-any.whl (91kB)
Collecting jinja2 (from errbot==9.9.9->-r /opt/errbot/requirements.txt (line 29))
  Downloading https://files.pythonhosted.org/packages/7f/ff/ae64bacdfc95f27a016a7bed8e8686763ba4d277a78ca76f32659220a731/Jinja2-2.10-py2.py3-none-any.whl (126kB)
Collecting markdown (from errbot==9.9.9->-r /opt/errbot/requirements.txt (line 29))
  Downloading https://files.pythonhosted.org/packages/6d/7d/488b90f470b96531a3f5788cf12a93332f543dbab13c423a5e7ce96a0493/Markdown-2.6.11-py2.py3-none-any.whl (78kB)
Collecting ansi (from errbot==9.9.9->-r /opt/errbot/requirements.txt (line 29))
  Downloading https://files.pythonhosted.org/packages/60/d3/ffdb7b88446f124e2a550e5444c9ee2fb531f8d79103a318c061b63c87aa/ansi-0.1.3.tar.gz
Collecting pygments-markdown-lexer>=0.1.0.dev39 (from errbot==9.9.9->-r /opt/errbot/requirements.txt (line 29))
  Downloading https://files.pythonhosted.org/packages/c3/12/674cdee66635d638cedb2c5d9c85ce507b7b2f91bdba29e482f1b1160ff6/pygments-markdown-lexer-0.1.0.dev39.zip
Collecting dnspython3 (from errbot==9.9.9->-r /opt/errbot/requirements.txt (line 29))
  Downloading https://files.pythonhosted.org/packages/f0/bb/f41cbc8eaa807afb9d44418f092aa3e4acf0e4f42b439c49824348f1f45c/dnspython3-1.15.0.zip
Collecting dataclasses (from errbot==9.9.9->-r /opt/errbot/requirements.txt (line 29))
  Downloading https://files.pythonhosted.org/packages/26/2f/1095cdc2868052dd1e64520f7c0d5c8c550ad297e944e641dbf1ffbb9a5d/dataclasses-0.6-py3-none-any.whl
Collecting daemonize (from errbot==9.9.9->-r /opt/errbot/requirements.txt (line 29))
  Downloading https://files.pythonhosted.org/packages/65/58/80ecb001c5892f03bd2c9266d986a070e705eb0db8e3b0fdbb10168af31b/daemonize-2.4.7-py2.py3-none-any.whl
Collecting lml==0.0.3 (from moban~=0.2.4->-r /opt/errbot/requirements.txt (line 10))
  Downloading https://files.pythonhosted.org/packages/35/29/a0a2bc0b70a2eb21d2315d45590e9bcee640cb04d48090a19c36a07edf2d/lml-0.0.3-py2.py3-none-any.whl
Collecting crayons (from moban~=0.2.4->-r /opt/errbot/requirements.txt (line 10))
  Downloading https://files.pythonhosted.org/packages/14/fa/635fdd47686a0f29692d927333fcf39e0279fc39c81704866c97adc34053/crayons-0.1.2.tar.gz
Collecting six (from packaging~=16.8->-r /opt/errbot/requirements.txt (line 11))
  Downloading https://files.pythonhosted.org/packages/67/4b/141a581104b1f6397bfa78ac9d43d8ad29a7ca43ea90a2d863fe3056e86a/six-1.11.0-py2.py3-none-any.whl
Collecting pyparsing (from packaging~=16.8->-r /opt/errbot/requirements.txt (line 11))
  Downloading https://files.pythonhosted.org/packages/6a/8a/718fd7d3458f9fab8e67186b00abdd345b639976bc7fb3ae722e1b026a50/pyparsing-2.2.0-py2.py3-none-any.whl (56kB)
Collecting attrs>=17.4.0 (from pytest~=3.6.1->-r /opt/errbot/requirements.txt (line 12))
  Downloading https://files.pythonhosted.org/packages/41/59/cedf87e91ed541be7957c501a92102f9cc6363c623a7666d69d51c78ac5b/attrs-18.1.0-py2.py3-none-any.whl
Collecting pluggy<0.8,>=0.5 (from pytest~=3.6.1->-r /opt/errbot/requirements.txt (line 12))
  Downloading https://files.pythonhosted.org/packages/f5/f1/5a93c118663896d83f7bcbfb7f657ce1d0c0d617e6b4a443a53abcc658ca/pluggy-0.7.1-py2.py3-none-any.whl
Collecting atomicwrites>=1.0 (from pytest~=3.6.1->-r /opt/errbot/requirements.txt (line 12))
  Downloading https://files.pythonhosted.org/packages/0a/e8/cd6375e7a59664eeea9e1c77a766eeac0fc3083bb958c2b41ec46b95f29c/atomicwrites-1.1.5-py2.py3-none-any.whl
Collecting py>=1.5.0 (from pytest~=3.6.1->-r /opt/errbot/requirements.txt (line 12))
  Downloading https://files.pythonhosted.org/packages/f3/bd/83369ff2dee18f22f27d16b78dd651e8939825af5f8b0b83c38729069962/py-1.5.4-py2.py3-none-any.whl (83kB)
Collecting more-itertools>=4.0.0 (from pytest~=3.6.1->-r /opt/errbot/requirements.txt (line 12))
  Downloading https://files.pythonhosted.org/packages/79/b1/eace304ef66bd7d3d8b2f78cc374b73ca03bc53664d78151e9df3b3996cc/more_itertools-4.3.0-py3-none-any.whl (48kB)
Collecting gprof2dot (from pytest-profiling~=1.3.0->-r /opt/errbot/requirements.txt (line 18))
  Downloading https://files.pythonhosted.org/packages/9d/36/f977122502979f3dfb50704979c9ed70e6b620787942b089bf1af15f5aba/gprof2dot-2017.9.19.tar.gz
Collecting execnet>=1.1 (from pytest-xdist~=1.15->-r /opt/errbot/requirements.txt (line 23))
  Downloading 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 /opt/errbot/requirements.txt (line 23))
  Downloading https://files.pythonhosted.org/packages/dd/9d/fb75af584b850a902c9ce5ec96ea5c623978113b8a240ab414e1a435df93/pytest_forked-0.2-py2.py3-none-any.whl
Collecting wrapt (from vcrpy->-r /opt/errbot/requirements.txt (line 27))
  Downloading https://files.pythonhosted.org/packages/a0/47/66897906448185fcb77fc3c2b1bc20ed0ecca81a0f2f88eda3fc5a34fc3d/wrapt-1.10.11.tar.gz
Collecting yarl; python_version >= "3.4" (from vcrpy->-r /opt/errbot/requirements.txt (line 27))
  Downloading https://files.pythonhosted.org/packages/43/b8/057c3e5b546ff4b24263164ecda13f6962d85c9dc477fcc0bcdcb3adb658/yarl-1.2.6.tar.gz (159kB)
Collecting cryptography>=2.2.1 (from pyopenssl->-r /opt/errbot/requirements.txt (line 28))
  Downloading https://files.pythonhosted.org/packages/79/a2/61c8625f96c8582d3053f89368c483ba62e56233d055e58e372f94a393f0/cryptography-2.3.tar.gz (449kB)
Collecting jaraco.itertools>=2.0 (from wolframalpha->-r /opt/errbot/requirements.txt (line 30))
  Downloading https://files.pythonhosted.org/packages/0e/0e/65b821469e94a5ff2774dab4b4e54cf4253372c0f8be5acdf797089e160e/jaraco.itertools-2.4-py2.py3-none-any.whl
Collecting xmltodict (from wolframalpha->-r /opt/errbot/requirements.txt (line 30))
  Downloading https://files.pythonhosted.org/packages/42/a9/7e99652c6bc619d19d58cdd8c47560730eb5825d43a7e25db2e1d776ceb7/xmltodict-0.11.0-py2.py3-none-any.whl
Collecting uritemplate>=3.0.0 (from github3.py~=1.0.0->-r /opt/errbot/requirements.txt (line 31))
  Downloading https://files.pythonhosted.org/packages/e5/7d/9d5a640c4f8bf2c8b1afc015e9a9d8de32e13c9016dcc4b0ec03481fb396/uritemplate-3.0.0-py2.py3-none-any.whl
Collecting python-dateutil>=2.6.0 (from github3.py~=1.0.0->-r /opt/errbot/requirements.txt (line 31))
  Downloading https://files.pythonhosted.org/packages/cf/f5/af2b09c957ace60dcfac112b669c45c8c97e32f94aa8b56da4c6d1682825/python_dateutil-2.7.3-py2.py3-none-any.whl (211kB)
Collecting backoff~=1.4.3 (from IGitt==0.4.1.dev20180317153318->-r /opt/errbot/requirements.txt (line 32))
  Downloading https://files.pythonhosted.org/packages/e8/f6/c77665cefc8c943c53857909c41cd7efe685ae02029762703e99f18ee7b3/backoff-1.4.3.tar.gz
Collecting beautifulsoup4~=4.6.0 (from IGitt==0.4.1.dev20180317153318->-r /opt/errbot/requirements.txt (line 32))
  Downloading https://files.pythonhosted.org/packages/21/0a/47fdf541c97fd9b6a610cb5fd518175308a7cc60569962e776ac52420387/beautifulsoup4-4.6.3-py3-none-any.whl (90kB)
Collecting PyJWT~=1.5.3 (from IGitt==0.4.1.dev20180317153318->-r /opt/errbot/requirements.txt (line 32))
  Downloading https://files.pythonhosted.org/packages/8a/a6/4d931a2c77a224d27c78382f4ce8ec07542d4426ea2793bea77a689273c2/PyJWT-1.5.3-py2.py3-none-any.whl
Collecting gitdb2>=2.0.0 (from gitpython->-r /opt/errbot/requirements.txt (line 33))
  Downloading https://files.pythonhosted.org/packages/a9/fb/d3afc4e2a8d506a07af19f125f7a473ae1b56f942ed2ba80776eb8ae23b1/gitdb2-2.0.4-py2.py3-none-any.whl (62kB)
Collecting ramlfications (from ramlient->-r /opt/errbot/requirements.txt (line 34))
  Downloading https://files.pythonhosted.org/packages/92/a6/2c55224098adb71ffcaf02fbf9309043baf9f0594a67b6fa609db8f59fe4/ramlfications-0.1.9-py2.py3-none-any.whl (49kB)
Collecting tabulate[widechars]>=0.8.2 (from cli_helpers~=1.0.2->coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/12/c2/11d6845db5edf1295bc08b2f488cf5937806586afe42936c3f34c097ebdc/tabulate-0.8.2.tar.gz (45kB)
Collecting terminaltables>=3.0.0 (from cli_helpers~=1.0.2->coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/9b/c4/4a21174f32f8a7e1104798c445dacdc1d4df86f2f26722767034e4de4bff/terminaltables-3.1.0.tar.gz
Collecting testfixtures~=5.3.1 (from coala-utils==0.7.0->coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/29/7f/b199f5850b713b81e93fb2df53e11fe2ef987e55f0ae42475b25ecf5066c/testfixtures-5.3.1-py2.py3-none-any.whl (75kB)
Collecting sarge~=0.1.4 (from dependency-management>0.4.*->coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/c4/2b/deaaacf4af3f9c45c48be04a6a48fec60515fb34dafda9fe61ecd2c5e4cc/sarge-0.1.5.post0.tar.gz
Collecting termcolor~=1.1.0 (from PyPrint~=0.2.6->coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/8a/48/a76be51647d0eb9f10e2a4511bf3ffb8cc1e6b14e9e4fab46173aa79f981/termcolor-1.1.0.tar.gz
Collecting colorama~=0.3.7 (from PyPrint~=0.2.6->coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/db/c8/7dcf9dbcb22429512708fe3a547f8b6101c0d02137acbd892505aee57adf/colorama-0.3.9-py2.py3-none-any.whl
Collecting urllib3<1.24,>=1.21.1 (from requests~=2.12->coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/bd/c9/6fdd990019071a4a32a5e7cb78a1d92c53851ef4f56f62a3486e6a7d8ffb/urllib3-1.23-py2.py3-none-any.whl (133kB)
Collecting certifi>=2017.4.17 (from requests~=2.12->coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/7c/e6/92ad559b7192d846975fc916b65f667c7b8c3a32bea7372340bfe9a15fa5/certifi-2018.4.16-py2.py3-none-any.whl (150kB)
Collecting idna<2.8,>=2.5 (from requests~=2.12->coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/4b/2a/0276479a4b3caeb8a8c1af2f8e4355746a97fab05a372e4a2c6a6b876165/idna-2.7-py2.py3-none-any.whl (58kB)
Collecting chardet<3.1.0,>=3.0.2 (from requests~=2.12->coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/bc/a9/01ffebfb562e4274b6487b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whl (133kB)
Collecting bitstring>=3.1.4 (from HTTPolice~=0.5.2->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/f3/e5/dfe4c49c93d174a5fd807ed307d3a3f38c6b3e140972945f81a5f5578ca7/bitstring-3.1.5.zip (624kB)
Collecting lxml>=3.6.0 (from HTTPolice~=0.5.2->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/ca/63/139b710671c1655aed3b20c1e6776118c62e9f9311152f4c6031e12a0554/lxml-4.2.4.tar.gz (2.5MB)
Collecting defusedxml>=0.5.0 (from HTTPolice~=0.5.2->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/87/1c/17f3e3935a913dfe2a5ca85fa5ccbef366bfd82eb318b1f75dadbf0affca/defusedxml-0.5.0-py2.py3-none-any.whl
Collecting brotlipy>=0.5.1 (from HTTPolice~=0.5.2->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/d9/91/bc79b88590e4f662bd40a55a2b6beb0f15da4726732efec5aa5a3763d856/brotlipy-0.7.0.tar.gz (413kB)
Collecting dominate>=2.2.0 (from HTTPolice~=0.5.2->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/43/b2/3b7d67dd59dab93ae08569384b254323516e8868b453eea5614a53835baf/dominate-2.3.1.tar.gz
Collecting singledispatch>=3.4.0.3 (from HTTPolice~=0.5.2->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/c5/10/369f50bcd4621b263927b0a1519987a04383d4a98fb10438042ad410cf88/singledispatch-3.4.0.3-py2.py3-none-any.whl
Collecting stevedore>=1.17.1 (from bandit~=1.2->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/a1/d9/93a975469c53a9ee85de9ec0deb12345aa777748b4c263860668592344fe/stevedore-1.29.0-py2.py3-none-any.whl
Collecting pbr>=1.6 (from bashate~=0.5.1->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/69/1c/98cba002ed975a91a0294863d9c774cc0ebe38e05bbb65e83314550b1677/pbr-4.2.0-py2.py3-none-any.whl (100kB)
Collecting Babel>=1.3 (from bashate~=0.5.1->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/b8/ad/c6f60602d3ee3d92fbed87675b6fb6a6f9a38c223343ababdb44ba201f10/Babel-2.6.0-py2.py3-none-any.whl (8.1MB)
Collecting click>=6 (from dennis~=0.9->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/34/c1/8806f99713ddb993c5366c362b2f908f18269f8d792aff1abfd700775a77/click-6.7-py2.py3-none-any.whl (71kB)
Collecting polib>=1.0.8 (from dennis~=0.9->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/30/a2/e407c3b00cace3d7fc8df14d364deeecfeb96044e1a317de583bc26eae58/polib-1.1.0-py2.py3-none-any.whl
Collecting docutils>=0.12 (from docutils-ast-writer~=0.1.2->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/36/fa/08e9e6e0e3cbd1d362c3bbee8d01d0aedb2155c4ac112b19ef3cae8eed8d/docutils-0.14-py3-none-any.whl (543kB)
Collecting template-remover (from html-linter~=0.4.0->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/34/89/e440ff92cd0de37dbd7d7660fe75bb29e8674dae56bd2e20ab2ef3e377c8/template-remover-0.1.9.tar.gz
Collecting docopt>=0.6.1 (from html-linter~=0.4.0->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/a2/55/8f8cab2afd404cf578136ef2cc5dfb50baa1761b68c9da1fb1e4eed343c9/docopt-0.6.2.tar.gz
Collecting typed-ast<1.2.0,>=1.1.0 (from mypy==0.590->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/52/cf/2ebc7d282f026e21eed4987e42e10964a077c13cfc168b42f3573a7f178c/typed-ast-1.1.0.tar.gz (200kB)
Collecting ipython-genutils (from nbformat~=4.1->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/fa/bc/9bd3b5c2b4774d5f33b2d544f1460be9df7df2fe42f352135381c347c69a/ipython_genutils-0.2.0-py2.py3-none-any.whl
Collecting traitlets>=4.1 (from nbformat~=4.1->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/93/d6/abcb22de61d78e2fc3959c964628a5771e47e7cc60d53e9342e21ed6cc9a/traitlets-4.3.2-py2.py3-none-any.whl (74kB)
Collecting jsonschema!=2.5.0,>=2.4 (from nbformat~=4.1->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/77/de/47e35a97b2b05c2fadbec67d44cfcdcd09b8086951b331d82de90d2912da/jsonschema-2.6.0-py2.py3-none-any.whl
Collecting jupyter-core (from nbformat~=4.1->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/1d/44/065d2d7bae7bebc06f1dd70d23c36da8c50c0f08b4236716743d706762a8/jupyter_core-4.4.0-py2.py3-none-any.whl (126kB)
Collecting future (from proselint~=0.7.0->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/00/2b/8d082ddfed935f3608cc61140df6dcbf0edea1bc3ab52fb6c29ae3e81e85/future-0.16.0.tar.gz (824kB)
Collecting snowballstemmer (from pydocstyle~=2.0->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/d4/6c/8a935e2c7b54a37714656d753e4187ee0631988184ed50c0cf6476858566/snowballstemmer-1.2.1-py2.py3-none-any.whl (64kB)
Collecting astroid<1.6,>=1.5.1 (from pylint~=1.7.2->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/9a/a7/d8155abf1c58457f1c65a20208ff128ec403d810dd55c40a39047f1bbddd/astroid-1.5.3-py2.py3-none-any.whl (269kB)
Collecting mccabe (from pylint~=1.7.2->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/87/89/479dc97e18549e21354893e4ee4ef36db1d237534982482c3681ee6e7b57/mccabe-0.6.1-py2.py3-none-any.whl
Collecting mando<0.4,>=0.3 (from radon==1.4.0->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/4a/77/180f0b61dca785a6b76c4f1ba611100fbc628abeb8415fa7c5c4c5d99e0b/mando-0.3.3-py2.py3-none-any.whl
Collecting dparse>=0.4.1 (from safety~=1.8.2->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/8d/89/39cdc1b885e0af65fd172be21c318c3c750d1fbca0582c7b7ffe9873ed78/dparse-0.4.1.tar.gz
Collecting ansicolor~=0.2.4 (from vim-vint!=0.3.19,~=0.3.12->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/42/0b/f370fae6d0070758e8bbf46c77da779e4ea79870ea5197893b2678848aeb/ansicolor-0.2.6-py2.py3-none-any.whl
Collecting waitress>=0.8.5 (from webtest->errbot==9.9.9->-r /opt/errbot/requirements.txt (line 29))
  Downloading https://files.pythonhosted.org/packages/ee/af/ac32a716d64e56561ee9c23ce45ee2865d7ac4e0678b737d2f5ee49b5fd6/waitress-1.1.0-py2.py3-none-any.whl (114kB)
Collecting WebOb>=1.2 (from webtest->errbot==9.9.9->-r /opt/errbot/requirements.txt (line 29))
  Downloading https://files.pythonhosted.org/packages/d2/df/9b3b374ea2a82b875a90d1fdcf2c4a652d48f0d1e7c2d1034d636551d4d2/WebOb-1.8.2-py2.py3-none-any.whl (115kB)
Collecting itsdangerous>=0.24 (from flask->errbot==9.9.9->-r /opt/errbot/requirements.txt (line 29))
  Downloading https://files.pythonhosted.org/packages/dc/b4/a60bcdba945c00f6d608d8975131ab3f25b22f2bcfe1dab221165194b2d4/itsdangerous-0.24.tar.gz (46kB)
Collecting Werkzeug>=0.14 (from flask->errbot==9.9.9->-r /opt/errbot/requirements.txt (line 29))
  Downloading https://files.pythonhosted.org/packages/20/c4/12e3e56473e52375aa29c4764e70d1b8f3efa6682bef8d0aae04fe335243/Werkzeug-0.14.1-py2.py3-none-any.whl (322kB)
Collecting MarkupSafe>=0.23 (from jinja2->errbot==9.9.9->-r /opt/errbot/requirements.txt (line 29))
  Downloading https://files.pythonhosted.org/packages/4d/de/32d741db316d8fdb7680822dd37001ef7a448255de9699ab4bfcbdf4172b/MarkupSafe-1.0.tar.gz
Collecting dnspython==1.15.0 (from dnspython3->errbot==9.9.9->-r /opt/errbot/requirements.txt (line 29))
  Downloading https://files.pythonhosted.org/packages/a6/72/209e18bdfedfd78c6994e9ec96981624a5ad7738524dd474237268422cb8/dnspython-1.15.0-py2.py3-none-any.whl (177kB)
Collecting apipkg>=1.4 (from execnet>=1.1->pytest-xdist~=1.15->-r /opt/errbot/requirements.txt (line 23))
  Downloading https://files.pythonhosted.org/packages/67/08/4815a09603fc800209431bec5b8bd2acf2f95abdfb558a44a42507fb94da/apipkg-1.5-py2.py3-none-any.whl
Collecting multidict>=4.0 (from yarl; python_version >= "3.4"->vcrpy->-r /opt/errbot/requirements.txt (line 27))
  Downloading https://files.pythonhosted.org/packages/9d/b9/3cf1b908d7af6530209a7a16d71ab2734a736c3cdf0657e3a06d0209811e/multidict-4.3.1.tar.gz (137kB)
Collecting asn1crypto>=0.21.0 (from cryptography>=2.2.1->pyopenssl->-r /opt/errbot/requirements.txt (line 28))
  Downloading https://files.pythonhosted.org/packages/ea/cd/35485615f45f30a510576f1a56d1e0a7ad7bd8ab5ed7cdc600ef7cd06222/asn1crypto-0.24.0-py2.py3-none-any.whl (101kB)
Collecting cffi!=1.11.3,>=1.7 (from cryptography>=2.2.1->pyopenssl->-r /opt/errbot/requirements.txt (line 28))
  Downloading https://files.pythonhosted.org/packages/e7/a7/4cd50e57cc6f436f1cc3a7e8fa700ff9b8b4d471620629074913e3735fb2/cffi-1.11.5.tar.gz (438kB)
Collecting inflect (from jaraco.itertools>=2.0->wolframalpha->-r /opt/errbot/requirements.txt (line 30))
  Downloading https://files.pythonhosted.org/packages/82/12/af36f5420b495ad6e75f4532eaad64ee7301d0ef568a4eb87ded9bfcacb3/inflect-1.0.0-py2.py3-none-any.whl (59kB)
Collecting smmap2>=2.0.0 (from gitdb2>=2.0.0->gitpython->-r /opt/errbot/requirements.txt (line 33))
  Downloading https://files.pythonhosted.org/packages/0f/14/e3112808b727f72df9531fc2f00b84d4966e66001748b6883a21c767e902/smmap2-2.0.4-py2.py3-none-any.whl
Collecting markdown2 (from ramlfications->ramlient->-r /opt/errbot/requirements.txt (line 34))
  Downloading https://files.pythonhosted.org/packages/64/75/03ad43fdc360438357ecc0c8e98b739ec204276fe4c64a684df6883dffeb/markdown2-2.3.5.zip (161kB)
Collecting jsonref (from ramlfications->ramlient->-r /opt/errbot/requirements.txt (line 34))
  Downloading https://files.pythonhosted.org/packages/3a/fe/42aca2f2a2e668375a92fcf74e0977a4943ca508e171c9a311b7d5fb9b07/jsonref-0.1.tar.gz
Collecting wcwidth (from tabulate[widechars]>=0.8.2->cli_helpers~=1.0.2->coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/7e/9f/526a6947247599b084ee5232e4f9190a38f398d7300d866af3ab571a5bfe/wcwidth-0.1.7-py2.py3-none-any.whl
Collecting pytz>=0a (from Babel>=1.3->bashate~=0.5.1->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/30/4e/27c34b62430286c6d59177a0842ed90dc789ce5d1ed740887653b898779a/pytz-2018.5-py2.py3-none-any.whl (510kB)
Collecting decorator (from traitlets>=4.1->nbformat~=4.1->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/bc/bb/a24838832ba35baf52f32ab1a49b906b5f82fb7c76b2f6a7e35e140bac30/decorator-4.3.0-py2.py3-none-any.whl
Collecting lazy-object-proxy (from astroid<1.6,>=1.5.1->pylint~=1.7.2->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/55/08/23c0753599bdec1aec273e322f277c4e875150325f565017f6280549f554/lazy-object-proxy-1.3.1.tar.gz
Collecting pycparser (from cffi!=1.11.3,>=1.7->cryptography>=2.2.1->pyopenssl->-r /opt/errbot/requirements.txt (line 28))
  Downloading https://files.pythonhosted.org/packages/8c/2d/aad7f16146f4197a11f8e91fb81df177adcc2073d36a17b1491fd09df6ed/pycparser-2.18.tar.gz (245kB)
Building wheels for collected packages: coverage, pytest-env, pytest-instafail, pytest-profiling, coala, coala-bears, apertium-lint, autoflake, autopep8, bashate, cmakelint, cppclean, cpplint, docutils-ast-writer, eradicate, guess-language-spirit, html-linter, libclang-py3, munkres3, nltk, proselint, pyroma, pyyaml, restructuredtext-lint, rstcheck, scspell3k, vim-vint, errbot, ansi, pygments-markdown-lexer, dnspython3, crayons, gprof2dot, wrapt, yarl, cryptography, backoff, tabulate, terminaltables, sarge, termcolor, bitstring, lxml, brotlipy, dominate, template-remover, docopt, typed-ast, future, dparse, itsdangerous, MarkupSafe, multidict, cffi, markdown2, jsonref, lazy-object-proxy, pycparser
  Running setup.py bdist_wheel for coverage: started
  Running setup.py bdist_wheel for coverage: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/14/ac/8c/1f9b70078ccfb05df0a056de4c8ce643a569763f08739071bd
  Running setup.py bdist_wheel for pytest-env: started
  Running setup.py bdist_wheel for pytest-env: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/75/fc/26/357bc139b726977ab08817308ce76d96a26bdbe2329a43b15a
  Running setup.py bdist_wheel for pytest-instafail: started
  Running setup.py bdist_wheel for pytest-instafail: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/6e/da/90/d15c472888a430f33ad750656ed2e7509d6b54272416f9733c
  Running setup.py bdist_wheel for pytest-profiling: started
  Running setup.py bdist_wheel for pytest-profiling: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/62/c7/07/cbe779b16bfb07ae05c09877fde107bb8dff487fbb7c1df992
  Running setup.py bdist_wheel for coala: started
  Running setup.py bdist_wheel for coala: finished with status 'done'
  Stored in directory: /tmp/pip-ephem-wheel-cache-lk86yyt4/wheels/2a/f8/57/f94da34e55de77f8145d33fe91c29d7e57aecf8e34014c8243
  Running setup.py bdist_wheel for coala-bears: started
  Running setup.py bdist_wheel for coala-bears: finished with status 'done'
  Stored in directory: /tmp/pip-ephem-wheel-cache-lk86yyt4/wheels/4f/2f/23/2f9157ee3f658708c1190f364219a80e50c774e8c44b7a67ae
  Running setup.py bdist_wheel for apertium-lint: started
  Running setup.py bdist_wheel for apertium-lint: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/7e/60/cf/a15a083c5e6abda0d0590cc739a0c4516131eb3bd666f1361f
  Running setup.py bdist_wheel for autoflake: started
  Running setup.py bdist_wheel for autoflake: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/c9/74/4c/373f3b8f1a3543724bd445667009c22f4c4b19a45e20e4583f
  Running setup.py bdist_wheel for autopep8: started
  Running setup.py bdist_wheel for autopep8: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/6e/1f/9b/d331305a861e6a7be37e0307d464e0d33db746e450185b825f
  Running setup.py bdist_wheel for bashate: started
  Running setup.py bdist_wheel for bashate: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/0f/05/21/19c9e935459c5f5a62695afc5c772699a94e7fccd4f54f55b8
  Running setup.py bdist_wheel for cmakelint: started
  Running setup.py bdist_wheel for cmakelint: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/14/4a/3b/99b227baeb72272f5f1f190cc15fbf4487983c0d1c91a1b844
  Running setup.py bdist_wheel for cppclean: started
  Running setup.py bdist_wheel for cppclean: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/17/eb/04/dd80414e9396b07e5c86648feb7f58ff08f72aee476921d21c
  Running setup.py bdist_wheel for cpplint: started
  Running setup.py bdist_wheel for cpplint: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/7b/7a/94/b87321c119b8d7265fc3980f5e479eb239e305daafb1e01c26
  Running setup.py bdist_wheel for docutils-ast-writer: started
  Running setup.py bdist_wheel for docutils-ast-writer: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/bf/a2/2d/b9e50da4b8c03b5dfdea95312bd75a26f0fbb39984bf2d480a
  Running setup.py bdist_wheel for eradicate: started
  Running setup.py bdist_wheel for eradicate: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/e5/24/3a/8845a187ae68cb62f772e33ae543acfb4d77d63f58b95f7609
  Running setup.py bdist_wheel for guess-language-spirit: started
  Running setup.py bdist_wheel for guess-language-spirit: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/e3/34/c3/1583565badc832e3962ea9153ee8930189d497ea8b1d310466
  Running setup.py bdist_wheel for html-linter: started
  Running setup.py bdist_wheel for html-linter: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/c9/5b/16/a85a243890917144786b4dfe710f62b36415f696236a71cac2
  Running setup.py bdist_wheel for libclang-py3: started
  Running setup.py bdist_wheel for libclang-py3: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/2d/3e/e1/64dcd073de9fc0079c5a72b4c5816eb2ce170f2d2b6606362f
  Running setup.py bdist_wheel for munkres3: started
  Running setup.py bdist_wheel for munkres3: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/17/77/5f/93e817b60b1949a63268064bde6be85b13ee3cb09cc18971a5
  Running setup.py bdist_wheel for nltk: started
  Running setup.py bdist_wheel for nltk: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/d1/ab/40/3bceea46922767e42986aef7606a600538ca80de6062dc266c
  Running setup.py bdist_wheel for proselint: started
  Running setup.py bdist_wheel for proselint: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/ac/4e/1f/de213ca3be9b505ddac551e5fb82acc0a6425c2bdfa6b93b42
  Running setup.py bdist_wheel for pyroma: started
  Running setup.py bdist_wheel for pyroma: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/92/51/fc/e96cfc5e1e14982d6f1820020494a943dbc05874ac63cd1e9b
  Running setup.py bdist_wheel for pyyaml: started
  Running setup.py bdist_wheel for pyyaml: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/ad/da/0c/74eb680767247273e2cf2723482cb9c924fe70af57c334513f
  Running setup.py bdist_wheel for restructuredtext-lint: started
  Running setup.py bdist_wheel for restructuredtext-lint: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/37/96/63/3d4a320bfe7d53fb49592edd152f93706c4aba06e4fe7c3c91
  Running setup.py bdist_wheel for rstcheck: started
  Running setup.py bdist_wheel for rstcheck: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/71/a6/7e/2e4f9e7be3b92c5e486c53c0130bf504dd732daec6ca2e23aa
  Running setup.py bdist_wheel for scspell3k: started
  Running setup.py bdist_wheel for scspell3k: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/d8/a0/6d/f9a787d92cca1af6e02802627e6bd610e8b3d9ce8b1f1734a7
  Running setup.py bdist_wheel for vim-vint: started
  Running setup.py bdist_wheel for vim-vint: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/fe/f9/12/a349f90e6b18e1d029484a25d1e07fe4babb86244855f4a7e7
  Running setup.py bdist_wheel for errbot: started
  Running setup.py bdist_wheel for errbot: finished with status 'done'
  Stored in directory: /tmp/pip-ephem-wheel-cache-lk86yyt4/wheels/0a/00/ba/1421c3a3f8a75e930da269a45312e7005a087f7c7f489122a8
  Running setup.py bdist_wheel for ansi: started
  Running setup.py bdist_wheel for ansi: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/48/52/fd/670f79c4bde50505647446c7ed82dc876696d185560fab75bd
  Running setup.py bdist_wheel for pygments-markdown-lexer: started
  Running setup.py bdist_wheel for pygments-markdown-lexer: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/db/5c/3a/3d2a4132f2187809f0d8e03bb6663d3e2ddaed623899f858a9
  Running setup.py bdist_wheel for dnspython3: started
  Running setup.py bdist_wheel for dnspython3: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/0d/88/bc/48625aeedc619aeb4987329d973b73aef251a6fcd6ce8fb862
  Running setup.py bdist_wheel for crayons: started
  Running setup.py bdist_wheel for crayons: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/e4/2f/b8/40d854f55361937ecc4248232469778de9583eaad0bc547325
  Running setup.py bdist_wheel for gprof2dot: started
  Running setup.py bdist_wheel for gprof2dot: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/0f/20/4e/416cc3d5d870aff6a0aafacbc6f00ea9294fcadd026483b5a9
  Running setup.py bdist_wheel for wrapt: started
  Running setup.py bdist_wheel for wrapt: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/48/5d/04/22361a593e70d23b1f7746d932802efe1f0e523376a74f321e
  Running setup.py bdist_wheel for yarl: started
  Running setup.py bdist_wheel for yarl: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/fd/1c/e7/9df9bfc03a2f55c2201b52db3545b1314eb807148563a6521b
  Running setup.py bdist_wheel for cryptography: started
  Running setup.py bdist_wheel for cryptography: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/df/48/b1/3d840d966621dd2428781a80e4a43958c5e84edf2ac4635eec
  Running setup.py bdist_wheel for backoff: started
  Running setup.py bdist_wheel for backoff: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/3e/10/00/a4cd3781fbd200c0ae8fecf48bf45af73dfdd9f12374184894
  Running setup.py bdist_wheel for tabulate: started
  Running setup.py bdist_wheel for tabulate: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/2a/85/33/2f6da85d5f10614cbe5a625eab3b3aebfdf43e7b857f25f829
  Running setup.py bdist_wheel for terminaltables: started
  Running setup.py bdist_wheel for terminaltables: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/30/6b/50/6c75775b681fb36cdfac7f19799888ef9d8813aff9e379663e
  Running setup.py bdist_wheel for sarge: started
  Running setup.py bdist_wheel for sarge: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/0d/63/b8/373b46048d907970de2201ee6ea3d1fe30c2bec2a5a03dbc3e
  Running setup.py bdist_wheel for termcolor: started
  Running setup.py bdist_wheel for termcolor: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/7c/06/54/bc84598ba1daf8f970247f550b175aaaee85f68b4b0c5ab2c6
  Running setup.py bdist_wheel for bitstring: started
  Running setup.py bdist_wheel for bitstring: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/2d/29/47/179175c4ddff694032837432ae45c04c6bf93e4b01c23fb5b3
  Running setup.py bdist_wheel for lxml: started
  Running setup.py bdist_wheel for lxml: finished with status 'error'
  Complete output from command /usr/local/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-7ss7cidi/lxml/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/pip-wheel-zwp58h_9 --python-tag cp36:
  Building lxml version 4.2.4.
  Building without Cython.
  ERROR: b'/bin/sh: xslt-config: not found\n'
  ** make sure the development packages of libxml2 and libxslt are installed **
  
  Using build configuration of libxslt
  running bdist_wheel
  running build
  running build_py
  creating build
  creating build/lib.linux-x86_64-3.6
  creating build/lib.linux-x86_64-3.6/lxml
  copying src/lxml/pyclasslookup.py -> build/lib.linux-x86_64-3.6/lxml
  copying src/lxml/_elementpath.py -> build/lib.linux-x86_64-3.6/lxml
  copying src/lxml/__init__.py -> build/lib.linux-x86_64-3.6/lxml
  copying src/lxml/cssselect.py -> build/lib.linux-x86_64-3.6/lxml
  copying src/lxml/usedoctest.py -> build/lib.linux-x86_64-3.6/lxml
  copying src/lxml/doctestcompare.py -> build/lib.linux-x86_64-3.6/lxml
  copying src/lxml/sax.py -> build/lib.linux-x86_64-3.6/lxml
  copying src/lxml/builder.py -> build/lib.linux-x86_64-3.6/lxml
  copying src/lxml/ElementInclude.py -> build/lib.linux-x86_64-3.6/lxml
  creating build/lib.linux-x86_64-3.6/lxml/includes
  copying src/lxml/includes/__init__.py -> build/lib.linux-x86_64-3.6/lxml/includes
  creating build/lib.linux-x86_64-3.6/lxml/html
  copying src/lxml/html/_html5builder.py -> build/lib.linux-x86_64-3.6/lxml/html
  copying src/lxml/html/formfill.py -> build/lib.linux-x86_64-3.6/lxml/html
  copying src/lxml/html/__init__.py -> build/lib.linux-x86_64-3.6/lxml/html
  copying src/lxml/html/ElementSoup.py -> build/lib.linux-x86_64-3.6/lxml/html
  copying src/lxml/html/_diffcommand.py -> build/lib.linux-x86_64-3.6/lxml/html
  copying src/lxml/html/_setmixin.py -> build/lib.linux-x86_64-3.6/lxml/html
  copying src/lxml/html/usedoctest.py -> build/lib.linux-x86_64-3.6/lxml/html
  copying src/lxml/html/diff.py -> build/lib.linux-x86_64-3.6/lxml/html
  copying src/lxml/html/builder.py -> build/lib.linux-x86_64-3.6/lxml/html
  copying src/lxml/html/clean.py -> build/lib.linux-x86_64-3.6/lxml/html
  copying src/lxml/html/html5parser.py -> build/lib.linux-x86_64-3.6/lxml/html
  copying src/lxml/html/soupparser.py -> build/lib.linux-x86_64-3.6/lxml/html
  copying src/lxml/html/defs.py -> build/lib.linux-x86_64-3.6/lxml/html
  creating build/lib.linux-x86_64-3.6/lxml/isoschematron
  copying src/lxml/isoschematron/__init__.py -> build/lib.linux-x86_64-3.6/lxml/isoschematron
  copying src/lxml/etree.h -> build/lib.linux-x86_64-3.6/lxml
  copying src/lxml/etree_api.h -> build/lib.linux-x86_64-3.6/lxml
  copying src/lxml/lxml.etree.h -> build/lib.linux-x86_64-3.6/lxml
  copying src/lxml/lxml.etree_api.h -> build/lib.linux-x86_64-3.6/lxml
  copying src/lxml/includes/xmlparser.pxd -> build/lib.linux-x86_64-3.6/lxml/includes
  copying src/lxml/includes/xpath.pxd -> build/lib.linux-x86_64-3.6/lxml/includes
  copying src/lxml/includes/__init__.pxd -> build/lib.linux-x86_64-3.6/lxml/includes
  copying src/lxml/includes/xslt.pxd -> build/lib.linux-x86_64-3.6/lxml/includes
  copying src/lxml/includes/xinclude.pxd -> build/lib.linux-x86_64-3.6/lxml/includes
  copying src/lxml/includes/schematron.pxd -> build/lib.linux-x86_64-3.6/lxml/includes
  copying src/lxml/includes/htmlparser.pxd -> build/lib.linux-x86_64-3.6/lxml/includes
  copying src/lxml/includes/c14n.pxd -> build/lib.linux-x86_64-3.6/lxml/includes
  copying src/lxml/includes/uri.pxd -> build/lib.linux-x86_64-3.6/lxml/includes
  copying src/lxml/includes/dtdvalid.pxd -> build/lib.linux-x86_64-3.6/lxml/includes
  copying src/lxml/includes/etreepublic.pxd -> build/lib.linux-x86_64-3.6/lxml/includes
  copying src/lxml/includes/xmlschema.pxd -> build/lib.linux-x86_64-3.6/lxml/includes
  copying src/lxml/includes/xmlerror.pxd -> build/lib.linux-x86_64-3.6/lxml/includes
  copying src/lxml/includes/tree.pxd -> build/lib.linux-x86_64-3.6/lxml/includes
  copying src/lxml/includes/relaxng.pxd -> build/lib.linux-x86_64-3.6/lxml/includes
  copying src/lxml/includes/config.pxd -> build/lib.linux-x86_64-3.6/lxml/includes
  copying src/lxml/includes/lxml-version.h -> build/lib.linux-x86_64-3.6/lxml/includes
  copying src/lxml/includes/etree_defs.h -> build/lib.linux-x86_64-3.6/lxml/includes
  creating build/lib.linux-x86_64-3.6/lxml/isoschematron/resources
  creating build/lib.linux-x86_64-3.6/lxml/isoschematron/resources/rng
  copying src/lxml/isoschematron/resources/rng/iso-schematron.rng -> build/lib.linux-x86_64-3.6/lxml/isoschematron/resources/rng
  creating build/lib.linux-x86_64-3.6/lxml/isoschematron/resources/xsl
  copying src/lxml/isoschematron/resources/xsl/XSD2Schtrn.xsl -> build/lib.linux-x86_64-3.6/lxml/isoschematron/resources/xsl
  copying src/lxml/isoschematron/resources/xsl/RNG2Schtrn.xsl -> build/lib.linux-x86_64-3.6/lxml/isoschematron/resources/xsl
  creating build/lib.linux-x86_64-3.6/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
  copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_skeleton_for_xslt1.xsl -> build/lib.linux-x86_64-3.6/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
  copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_message.xsl -> build/lib.linux-x86_64-3.6/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
  copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_dsdl_include.xsl -> build/lib.linux-x86_64-3.6/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
  copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_abstract_expand.xsl -> build/lib.linux-x86_64-3.6/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
  copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_svrl_for_xslt1.xsl -> build/lib.linux-x86_64-3.6/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
  copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/readme.txt -> build/lib.linux-x86_64-3.6/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
  running build_ext
  building 'lxml.etree' extension
  creating build/temp.linux-x86_64-3.6
  creating build/temp.linux-x86_64-3.6/src
  creating build/temp.linux-x86_64-3.6/src/lxml
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -DCYTHON_CLINE_IN_TRACEBACK=0 -Isrc -Isrc/lxml/includes -I/usr/local/include/python3.6m -c src/lxml/etree.c -o build/temp.linux-x86_64-3.6/src/lxml/etree.o -w
  In file included from src/lxml/etree.c:662:0:
  src/lxml/includes/etree_defs.h:14:31: fatal error: libxml/xmlversion.h: No such file or directory
   #include "libxml/xmlversion.h"
                                 ^
  compilation terminated.
  Compile failed: command 'gcc' failed with exit status 1
  creating tmp
  cc -I/usr/include/libxml2 -c /tmp/xmlXPathInit09i46_wr.c -o tmp/xmlXPathInit09i46_wr.o
  /tmp/xmlXPathInit09i46_wr.c:1:26: fatal error: libxml/xpath.h: No such file or directory
   #include "libxml/xpath.h"
                            ^
  compilation terminated.
  *********************************************************************************
  Could not find function xmlCheckVersion in library libxml2. Is libxml2 installed?
  *********************************************************************************
  error: command 'gcc' failed with exit status 1
  
  ----------------------------------------
  Failed building wheel for lxml
  Running setup.py clean for lxml
  Running setup.py bdist_wheel for brotlipy: started
  Running setup.py bdist_wheel for brotlipy: finished with status 'error'
  Complete output from command /usr/local/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-7ss7cidi/brotlipy/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/pip-wheel-3e_jh928 --python-tag cp36:
  running bdist_wheel
  running build
  running build_py
  creating build
  creating build/lib.linux-x86_64-3.6
  creating build/lib.linux-x86_64-3.6/brotli
  copying src/brotli/brotli.py -> build/lib.linux-x86_64-3.6/brotli
  copying src/brotli/build.py -> build/lib.linux-x86_64-3.6/brotli
  copying src/brotli/__init__.py -> build/lib.linux-x86_64-3.6/brotli
  running build_clib
  building 'libbrotli' library
  creating build/temp.linux-x86_64-3.6
  creating build/temp.linux-x86_64-3.6/libbrotli
  creating build/temp.linux-x86_64-3.6/libbrotli/common
  creating build/temp.linux-x86_64-3.6/libbrotli/dec
  creating build/temp.linux-x86_64-3.6/libbrotli/enc
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/common/dictionary.c -o build/temp.linux-x86_64-3.6/libbrotli/common/dictionary.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/dec/huffman.c -o build/temp.linux-x86_64-3.6/libbrotli/dec/huffman.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/dec/bit_reader.c -o build/temp.linux-x86_64-3.6/libbrotli/dec/bit_reader.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/dec/decode.c -o build/temp.linux-x86_64-3.6/libbrotli/dec/decode.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/dec/state.c -o build/temp.linux-x86_64-3.6/libbrotli/dec/state.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/backward_references.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/backward_references.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/backward_references_hq.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/backward_references_hq.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/bit_cost.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/bit_cost.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/block_splitter.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/block_splitter.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/histogram.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/histogram.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/memory.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/memory.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/literal_cost.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/literal_cost.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/brotli_bit_stream.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/brotli_bit_stream.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/compress_fragment_two_pass.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/compress_fragment_two_pass.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/compress_fragment.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/compress_fragment.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/cluster.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/cluster.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/utf8_util.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/utf8_util.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/encode.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/encode.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/metablock.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/metablock.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/static_dict.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/static_dict.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/dictionary_hash.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/dictionary_hash.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/entropy_encode.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/entropy_encode.o
  ar rc build/temp.linux-x86_64-3.6/liblibbrotli.a build/temp.linux-x86_64-3.6/libbrotli/common/dictionary.o build/temp.linux-x86_64-3.6/libbrotli/dec/huffman.o build/temp.linux-x86_64-3.6/libbrotli/dec/bit_reader.o build/temp.linux-x86_64-3.6/libbrotli/dec/decode.o build/temp.linux-x86_64-3.6/libbrotli/dec/state.o build/temp.linux-x86_64-3.6/libbrotli/enc/backward_references.o build/temp.linux-x86_64-3.6/libbrotli/enc/backward_references_hq.o build/temp.linux-x86_64-3.6/libbrotli/enc/bit_cost.o build/temp.linux-x86_64-3.6/libbrotli/enc/block_splitter.o build/temp.linux-x86_64-3.6/libbrotli/enc/histogram.o build/temp.linux-x86_64-3.6/libbrotli/enc/memory.o build/temp.linux-x86_64-3.6/libbrotli/enc/literal_cost.o build/temp.linux-x86_64-3.6/libbrotli/enc/brotli_bit_stream.o build/temp.linux-x86_64-3.6/libbrotli/enc/compress_fragment_two_pass.o build/temp.linux-x86_64-3.6/libbrotli/enc/compress_fragment.o build/temp.linux-x86_64-3.6/libbrotli/enc/cluster.o build/temp.linux-x86_64-3.6/libbrotli/enc/utf8_util.o build/temp.linux-x86_64-3.6/libbrotli/enc/encode.o build/temp.linux-x86_64-3.6/libbrotli/enc/metablock.o build/temp.linux-x86_64-3.6/libbrotli/enc/static_dict.o build/temp.linux-x86_64-3.6/libbrotli/enc/dictionary_hash.o build/temp.linux-x86_64-3.6/libbrotli/enc/entropy_encode.o
  running build_ext
  generating cffi module 'build/temp.linux-x86_64-3.6/_brotli.c'
  building '_brotli' extension
  creating build/temp.linux-x86_64-3.6/build
  creating build/temp.linux-x86_64-3.6/build/temp.linux-x86_64-3.6
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli -Ilibbrotli/include -I/usr/local/include/python3.6m -c build/temp.linux-x86_64-3.6/_brotli.c -o build/temp.linux-x86_64-3.6/build/temp.linux-x86_64-3.6/_brotli.o
  gcc -shared build/temp.linux-x86_64-3.6/build/temp.linux-x86_64-3.6/_brotli.o -L/usr/local/lib -Lbuild/temp.linux-x86_64-3.6 -llibbrotli -lstdc++ -lpython3.6m -llibbrotli -o build/lib.linux-x86_64-3.6/brotli/_brotli.abi3.so
  /usr/lib/gcc/x86_64-alpine-linux-musl/6.4.0/../../../../x86_64-alpine-linux-musl/bin/ld: cannot find -lstdc++
  collect2: error: ld returned 1 exit status
  error: command 'gcc' failed with exit status 1
  
  ----------------------------------------
  Failed building wheel for brotlipy
  Running setup.py clean for brotlipy
  Running setup.py bdist_wheel for dominate: started
  Running setup.py bdist_wheel for dominate: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/86/7c/76/a514f343c9e4f85f4c98fe13138ab9c8f756647155c4c1f25e
  Running setup.py bdist_wheel for template-remover: started
  Running setup.py bdist_wheel for template-remover: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/14/1d/4e/cc9061fb59162c9b733ce5d7e567f8be2033352155b101ac0d
  Running setup.py bdist_wheel for docopt: started
  Running setup.py bdist_wheel for docopt: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/9b/04/dd/7daf4150b6d9b12949298737de9431a324d4b797ffd63f526e
  Running setup.py bdist_wheel for typed-ast: started
  Running setup.py bdist_wheel for typed-ast: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/8f/81/3a/bdd2bfdf9b5136d1b1c5feb00c79fad1b3ac255093b5838565
  Running setup.py bdist_wheel for future: started
  Running setup.py bdist_wheel for future: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/bf/c9/a3/c538d90ef17cf7823fa51fc701a7a7a910a80f6a405bf15b1a
  Running setup.py bdist_wheel for dparse: started
  Running setup.py bdist_wheel for dparse: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/4a/8d/fa/d8d1526ad5615bc0fc10502e16dfc2a70802106cba099d2518
  Running setup.py bdist_wheel for itsdangerous: started
  Running setup.py bdist_wheel for itsdangerous: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/2c/4a/61/5599631c1554768c6290b08c02c72d7317910374ca602ff1e5
  Running setup.py bdist_wheel for MarkupSafe: started
  Running setup.py bdist_wheel for MarkupSafe: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/33/56/20/ebe49a5c612fffe1c5a632146b16596f9e64676768661e4e46
  Running setup.py bdist_wheel for multidict: started
  Running setup.py bdist_wheel for multidict: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/97/06/92/091e8e6546ccaa08c78527058a6662e8bf5e0db9aeff0392bb
  Running setup.py bdist_wheel for cffi: started
  Running setup.py bdist_wheel for cffi: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/e6/9e/cd/9f0b900a715af094d5a08cc50230728c08ef745ffb195c67e8
  Running setup.py bdist_wheel for markdown2: started
  Running setup.py bdist_wheel for markdown2: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/07/99/0b/89995aca5b1253b89caa7de4041fabea6fba469f42da697664
  Running setup.py bdist_wheel for jsonref: started
  Running setup.py bdist_wheel for jsonref: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/9b/ac/52/1caebe0f45f2a559ed3d79760dd3c913972abc73d665208593
  Running setup.py bdist_wheel for lazy-object-proxy: started
  Running setup.py bdist_wheel for lazy-object-proxy: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/a0/63/e2/6d93295282cb35b53b14b50b602c76dfb04471e21b31d8ad7b
  Running setup.py bdist_wheel for pycparser: started
  Running setup.py bdist_wheel for pycparser: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/c0/a1/27/5ba234bd77ea5a290cbf6d675259ec52293193467a12ef1f46
Successfully built coverage pytest-env pytest-instafail pytest-profiling coala coala-bears apertium-lint autoflake autopep8 bashate cmakelint cppclean cpplint docutils-ast-writer eradicate guess-language-spirit html-linter libclang-py3 munkres3 nltk proselint pyroma pyyaml restructuredtext-lint rstcheck scspell3k vim-vint errbot ansi pygments-markdown-lexer dnspython3 crayons gprof2dot wrapt yarl cryptography backoff tabulate terminaltables sarge termcolor bitstring dominate template-remover docopt typed-ast future dparse itsdangerous MarkupSafe multidict cffi markdown2 jsonref lazy-object-proxy pycparser
Failed to build lxml brotlipy
igitt 0.4.1.dev20180317153318 has requirement cryptography~=2.1.4, but you'll have cryptography 2.3 which is incompatible.
igitt 0.4.1.dev20180317153318 has requirement requests~=2.18.4, but you'll have requests 2.19.1 which is incompatible.
Installing collected packages: coverage, six, pyparsing, packaging, coverage-env-plugin, coverage-config-reload-plugin, urllib3, certifi, idna, chardet, requests, codecov, pyyaml, MarkupSafe, jinja2, lml, colorama, crayons, moban, attrs, pluggy, atomicwrites, py, more-itertools, 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, wrapt, multidict, yarl, vcrpy, asn1crypto, pycparser, cffi, cryptography, pyopenssl, inflect, jaraco.itertools, xmltodict, wolframalpha, uritemplate, python-dateutil, github3.py, backoff, beautifulsoup4, PyJWT, smmap2, gitdb2, gitpython, IGitt, click, markdown2, jsonref, termcolor, ramlfications, ramlient, appdirs, cached-property, wcwidth, tabulate, terminaltables, cli-helpers, testfixtures, PyPrint, coala-utils, colorlog, sarge, dependency-management, Pygments, unidiff, coala, bitstring, lxml, defusedxml, brotlipy, dominate, singledispatch, HTTPolice, aenum, apertium-lint, pyflakes, autoflake, pycodestyle, autopep8, pbr, stevedore, bandit, pytz, Babel, bashate, cmakelint, cppclean, cpplint, polib, dennis, docutils, docutils-ast-writer, eradicate, git-url-parse, guess-language-spirit, docopt, template-remover, html-linter, isort, libclang-py3, memento-client, munkres3, typed-ast, mypy, ipython-genutils, decorator, traitlets, jsonschema, jupyter-core, nbformat, nltk, future, proselint, snowballstemmer, pydocstyle, lazy-object-proxy, astroid, mccabe, pylint, pyroma, mando, radon, restructuredtext-lint, rstcheck, dparse, safety, scspell3k, ansicolor, vim-vint, vulture, yamllint, yapf, coala-bears, waitress, WebOb, webtest, itsdangerous, Werkzeug, flask, markdown, ansi, pygments-markdown-lexer, dnspython, dnspython3, dataclasses, daemonize, errbot
  Found existing installation: pip 18.0
    Uninstalling pip-18.0:
      Successfully uninstalled pip-18.0
  Running setup.py install for lxml: started
    Running setup.py install for lxml: finished with status 'error'
    Complete output from command /usr/local/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-7ss7cidi/lxml/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-record-kk37sc11/install-record.txt --single-version-externally-managed --compile:
    Building lxml version 4.2.4.
    Building without Cython.
    ERROR: b'/bin/sh: xslt-config: not found\n'
    ** make sure the development packages of libxml2 and libxslt are installed **
    
    Using build configuration of libxslt
    running install
    running build
    running build_py
    creating build
    creating build/lib.linux-x86_64-3.6
    creating build/lib.linux-x86_64-3.6/lxml
    copying src/lxml/pyclasslookup.py -> build/lib.linux-x86_64-3.6/lxml
    copying src/lxml/_elementpath.py -> build/lib.linux-x86_64-3.6/lxml
    copying src/lxml/__init__.py -> build/lib.linux-x86_64-3.6/lxml
    copying src/lxml/cssselect.py -> build/lib.linux-x86_64-3.6/lxml
    copying src/lxml/usedoctest.py -> build/lib.linux-x86_64-3.6/lxml
    copying src/lxml/doctestcompare.py -> build/lib.linux-x86_64-3.6/lxml
    copying src/lxml/sax.py -> build/lib.linux-x86_64-3.6/lxml
    copying src/lxml/builder.py -> build/lib.linux-x86_64-3.6/lxml
    copying src/lxml/ElementInclude.py -> build/lib.linux-x86_64-3.6/lxml
    creating build/lib.linux-x86_64-3.6/lxml/includes
    copying src/lxml/includes/__init__.py -> build/lib.linux-x86_64-3.6/lxml/includes
    creating build/lib.linux-x86_64-3.6/lxml/html
    copying src/lxml/html/_html5builder.py -> build/lib.linux-x86_64-3.6/lxml/html
    copying src/lxml/html/formfill.py -> build/lib.linux-x86_64-3.6/lxml/html
    copying src/lxml/html/__init__.py -> build/lib.linux-x86_64-3.6/lxml/html
    copying src/lxml/html/ElementSoup.py -> build/lib.linux-x86_64-3.6/lxml/html
    copying src/lxml/html/_diffcommand.py -> build/lib.linux-x86_64-3.6/lxml/html
    copying src/lxml/html/_setmixin.py -> build/lib.linux-x86_64-3.6/lxml/html
    copying src/lxml/html/usedoctest.py -> build/lib.linux-x86_64-3.6/lxml/html
    copying src/lxml/html/diff.py -> build/lib.linux-x86_64-3.6/lxml/html
    copying src/lxml/html/builder.py -> build/lib.linux-x86_64-3.6/lxml/html
    copying src/lxml/html/clean.py -> build/lib.linux-x86_64-3.6/lxml/html
    copying src/lxml/html/html5parser.py -> build/lib.linux-x86_64-3.6/lxml/html
    copying src/lxml/html/soupparser.py -> build/lib.linux-x86_64-3.6/lxml/html
    copying src/lxml/html/defs.py -> build/lib.linux-x86_64-3.6/lxml/html
    creating build/lib.linux-x86_64-3.6/lxml/isoschematron
    copying src/lxml/isoschematron/__init__.py -> build/lib.linux-x86_64-3.6/lxml/isoschematron
    copying src/lxml/etree.h -> build/lib.linux-x86_64-3.6/lxml
    copying src/lxml/etree_api.h -> build/lib.linux-x86_64-3.6/lxml
    copying src/lxml/lxml.etree.h -> build/lib.linux-x86_64-3.6/lxml
    copying src/lxml/lxml.etree_api.h -> build/lib.linux-x86_64-3.6/lxml
    copying src/lxml/includes/xmlparser.pxd -> build/lib.linux-x86_64-3.6/lxml/includes
    copying src/lxml/includes/xpath.pxd -> build/lib.linux-x86_64-3.6/lxml/includes
    copying src/lxml/includes/__init__.pxd -> build/lib.linux-x86_64-3.6/lxml/includes
    copying src/lxml/includes/xslt.pxd -> build/lib.linux-x86_64-3.6/lxml/includes
    copying src/lxml/includes/xinclude.pxd -> build/lib.linux-x86_64-3.6/lxml/includes
    copying src/lxml/includes/schematron.pxd -> build/lib.linux-x86_64-3.6/lxml/includes
    copying src/lxml/includes/htmlparser.pxd -> build/lib.linux-x86_64-3.6/lxml/includes
    copying src/lxml/includes/c14n.pxd -> build/lib.linux-x86_64-3.6/lxml/includes
    copying src/lxml/includes/uri.pxd -> build/lib.linux-x86_64-3.6/lxml/includes
    copying src/lxml/includes/dtdvalid.pxd -> build/lib.linux-x86_64-3.6/lxml/includes
    copying src/lxml/includes/etreepublic.pxd -> build/lib.linux-x86_64-3.6/lxml/includes
    copying src/lxml/includes/xmlschema.pxd -> build/lib.linux-x86_64-3.6/lxml/includes
    copying src/lxml/includes/xmlerror.pxd -> build/lib.linux-x86_64-3.6/lxml/includes
    copying src/lxml/includes/tree.pxd -> build/lib.linux-x86_64-3.6/lxml/includes
    copying src/lxml/includes/relaxng.pxd -> build/lib.linux-x86_64-3.6/lxml/includes
    copying src/lxml/includes/config.pxd -> build/lib.linux-x86_64-3.6/lxml/includes
    copying src/lxml/includes/lxml-version.h -> build/lib.linux-x86_64-3.6/lxml/includes
    copying src/lxml/includes/etree_defs.h -> build/lib.linux-x86_64-3.6/lxml/includes
    creating build/lib.linux-x86_64-3.6/lxml/isoschematron/resources
    creating build/lib.linux-x86_64-3.6/lxml/isoschematron/resources/rng
    copying src/lxml/isoschematron/resources/rng/iso-schematron.rng -> build/lib.linux-x86_64-3.6/lxml/isoschematron/resources/rng
    creating build/lib.linux-x86_64-3.6/lxml/isoschematron/resources/xsl
    copying src/lxml/isoschematron/resources/xsl/XSD2Schtrn.xsl -> build/lib.linux-x86_64-3.6/lxml/isoschematron/resources/xsl
    copying src/lxml/isoschematron/resources/xsl/RNG2Schtrn.xsl -> build/lib.linux-x86_64-3.6/lxml/isoschematron/resources/xsl
    creating build/lib.linux-x86_64-3.6/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
    copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_skeleton_for_xslt1.xsl -> build/lib.linux-x86_64-3.6/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
    copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_message.xsl -> build/lib.linux-x86_64-3.6/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
    copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_dsdl_include.xsl -> build/lib.linux-x86_64-3.6/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
    copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_abstract_expand.xsl -> build/lib.linux-x86_64-3.6/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
    copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_svrl_for_xslt1.xsl -> build/lib.linux-x86_64-3.6/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
    copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/readme.txt -> build/lib.linux-x86_64-3.6/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
    running build_ext
    building 'lxml.etree' extension
    creating build/temp.linux-x86_64-3.6
    creating build/temp.linux-x86_64-3.6/src
    creating build/temp.linux-x86_64-3.6/src/lxml
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -DCYTHON_CLINE_IN_TRACEBACK=0 -Isrc -Isrc/lxml/includes -I/usr/local/include/python3.6m -c src/lxml/etree.c -o build/temp.linux-x86_64-3.6/src/lxml/etree.o -w
    In file included from src/lxml/etree.c:662:0:
    src/lxml/includes/etree_defs.h:14:31: fatal error: libxml/xmlversion.h: No such file or directory
     #include "libxml/xmlversion.h"
                                   ^
    compilation terminated.
    Compile failed: command 'gcc' failed with exit status 1
    cc -I/usr/include/libxml2 -c /tmp/xmlXPathInittva_k5wg.c -o tmp/xmlXPathInittva_k5wg.o
    /tmp/xmlXPathInittva_k5wg.c:1:26: fatal error: libxml/xpath.h: No such file or directory
     #include "libxml/xpath.h"
                              ^
    compilation terminated.
    *********************************************************************************
    Could not find function xmlCheckVersion in library libxml2. Is libxml2 installed?
    *********************************************************************************
    error: command 'gcc' failed with exit status 1
    
    ----------------------------------------
Command "/usr/local/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-7ss7cidi/lxml/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-record-kk37sc11/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-install-7ss7cidi/lxml/
The command '/bin/sh -c apk add --no-cache libffi openssl git     && apk add --no-cache --virtual .build-deps            gcc            libc-dev            libffi-dev            openssl-dev     && pip install -r $BOT_ROOT/requirements.txt     && pip install slackclient python-telegram-bot     && apk del .build-deps' returned a non-zero code: 1

@gitmate-bot
Copy link

Comment on 55a8717, file plugins/ban.py, line 39.

Broken link - unable to connect to https://api.gitter.im/v1/rooms/

Origin: InvalidLinkBear, Section: all.links.

@jayvdb jayvdb force-pushed the one-pip branch 2 times, most recently from 5857946 to dfd99ec Compare August 13, 2018 06:14
@TravisBuddy
Copy link

Travis tests have failed

Hey @jayvdb,
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

docker build -t "corobo" .
Step 1/9 : FROM python:3.6-alpine
3.6-alpine: Pulling from library/python





Digest: sha256:d823074318482a65bee0bf7c59a05bbbba789487357f6436116e1b80af4af829
Status: Downloaded newer image for python:3.6-alpine
 ---> 267db919e15e
Step 2/9 : ENV BOT_ROOT /opt/errbot
 ---> Running in 2668e0fbfe9a
 ---> 298ef27163f7
Removing intermediate container 2668e0fbfe9a
Step 3/9 : ADD requirements.txt $BOT_ROOT/requirements.txt
 ---> 521cf02b7e3f
Step 4/9 : RUN apk add --no-cache libffi openssl git     && apk add --no-cache --virtual .build-deps            gcc            brotli-dev            libc-dev            libffi-dev            libxml2-dev            libxslt-dev            openssl-dev     && pip install -r $BOT_ROOT/requirements.txt     && pip install slackclient python-telegram-bot     && apk del .build-deps
 ---> Running in 2b51b72f48f9
fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/community/x86_64/APKINDEX.tar.gz
(1/8) Installing nghttp2-libs (1.32.0-r0)
(2/8) Installing libssh2 (1.8.0-r3)
(3/8) Installing libcurl (7.61.0-r0)
(4/8) Installing pcre2 (10.31-r0)
(5/8) Installing git (2.18.0-r0)
(6/8) Installing libcrypto1.0 (1.0.2o-r2)
(7/8) Installing libssl1.0 (1.0.2o-r2)
(8/8) Installing openssl (1.0.2o-r2)
Executing busybox-1.28.4-r0.trigger
Executing ca-certificates-20171114-r3.trigger
OK: 34 MiB in 41 packages
fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/community/x86_64/APKINDEX.tar.gz
ERROR: unsatisfiable constraints:
  .build-deps-0:
    masked in: cache
    satisfies: world[.build-deps]
  brotli-dev (missing):
    required by:
The command '/bin/sh -c apk add --no-cache libffi openssl git     && apk add --no-cache --virtual .build-deps            gcc            brotli-dev            libc-dev            libffi-dev            libxml2-dev            libxslt-dev            openssl-dev     && pip install -r $BOT_ROOT/requirements.txt     && pip install slackclient python-telegram-bot     && apk del .build-deps' returned a non-zero code: 2

@jayvdb jayvdb force-pushed the one-pip branch 2 times, most recently from dc8d769 to 4268647 Compare August 13, 2018 06:58
@TravisBuddy
Copy link

Travis tests have failed

Hey @jayvdb,
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

docker build -t "corobo" .
Step 1/9 : FROM python:3.6-alpine
3.6-alpine: Pulling from library/python





Digest: sha256:d823074318482a65bee0bf7c59a05bbbba789487357f6436116e1b80af4af829
Status: Downloaded newer image for python:3.6-alpine
 ---> 267db919e15e
Step 2/9 : ENV BOT_ROOT /opt/errbot
 ---> Running in ec450a914205
 ---> ac4e66c596ef
Removing intermediate container ec450a914205
Step 3/9 : ADD requirements.txt $BOT_ROOT/requirements.txt
 ---> 3adf9fd2ee7f
Step 4/9 : RUN apk add --no-cache libffi openssl git     && apk add --no-cache --virtual .build-deps            --repository http://dl-3.alpinelinux.org/alpine/edge/testing/            gcc            brotli-dev            libc-dev            libffi-dev            libxml2-dev            libxslt-dev            openssl-dev     && pip install -r $BOT_ROOT/requirements.txt     && pip install slackclient python-telegram-bot     && apk del .build-deps
 ---> Running in 6824a20f2afa
fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/community/x86_64/APKINDEX.tar.gz
(1/8) Installing nghttp2-libs (1.32.0-r0)
(2/8) Installing libssh2 (1.8.0-r3)
(3/8) Installing libcurl (7.61.0-r0)
(4/8) Installing pcre2 (10.31-r0)
(5/8) Installing git (2.18.0-r0)
(6/8) Installing libcrypto1.0 (1.0.2o-r2)
(7/8) Installing libssl1.0 (1.0.2o-r2)
(8/8) Installing openssl (1.0.2o-r2)
Executing busybox-1.28.4-r0.trigger
Executing ca-certificates-20171114-r3.trigger
OK: 34 MiB in 41 packages
fetch http://dl-3.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/community/x86_64/APKINDEX.tar.gz
(1/25) Installing binutils (2.30-r5)
(2/25) Installing gmp (6.1.2-r1)
(3/25) Installing isl (0.18-r0)
(4/25) Installing libgomp (6.4.0-r8)
(5/25) Installing libatomic (6.4.0-r8)
(6/25) Installing pkgconf (1.5.3-r0)
(7/25) Installing libgcc (6.4.0-r8)
(8/25) Installing mpfr3 (3.1.5-r1)
(9/25) Installing mpc1 (1.0.3-r1)
(10/25) Installing libstdc++ (6.4.0-r8)
(11/25) Installing gcc (6.4.0-r8)
(12/25) Installing brotli (1.0.5-r0)
(13/25) Installing brotli-dev (1.0.5-r0)
(14/25) Installing musl-dev (1.1.19-r10)
(15/25) Installing libc-dev (0.7.1-r0)
(16/25) Installing libffi-dev (3.2.1-r4)
(17/25) Installing zlib-dev (1.2.11-r1)
(18/25) Installing libxml2 (2.9.8-r0)
(19/25) Installing libxml2-dev (2.9.8-r0)
(20/25) Installing libgpg-error (1.30-r0)
(21/25) Installing libgcrypt (1.8.3-r0)
(22/25) Installing libxslt (1.1.32-r0)
(23/25) Installing libxslt-dev (1.1.32-r0)
(24/25) Installing openssl-dev (1.0.2o-r2)
(25/25) Installing .build-deps (0)
Executing busybox-1.28.4-r0.trigger
OK: 159 MiB in 66 packages
Collecting git+https://github.com/coala/coala (from -r /opt/errbot/requirements.txt (line 1))
  Cloning https://github.com/coala/coala to /tmp/pip-req-build-v_ncn7v_
Collecting git+https://github.com/coala/coala-bears (from -r /opt/errbot/requirements.txt (line 2))
  Cloning https://github.com/coala/coala-bears to /tmp/pip-req-build-oag5el_5
Collecting git+https://github.com/errbotio/errbot@a0f35732484c8c0692e123c48653517cffa21a42 (from -r /opt/errbot/requirements.txt (line 29))
  Cloning https://github.com/errbotio/errbot (to revision a0f35732484c8c0692e123c48653517cffa21a42) to /tmp/pip-req-build-m04zegbq
Collecting coverage==4.4.1 (from -r /opt/errbot/requirements.txt (line 6))
  Downloading https://files.pythonhosted.org/packages/36/db/690ee79312bb60f121c0da1c973856ddb751afe09cc10caec1452208eaf4/coverage-4.4.1.tar.gz (369kB)
Collecting coverage-env-plugin~=0.1 (from -r /opt/errbot/requirements.txt (line 7))
  Downloading https://files.pythonhosted.org/packages/e9/75/2ab8affca8ba19d64e1edb270025faa8e08fe3132cbb814474ad90a00da0/coverage_env_plugin-0.1-py2.py3-none-any.whl
Collecting coverage-config-reload-plugin~=0.2 (from -r /opt/errbot/requirements.txt (line 8))
  Downloading https://files.pythonhosted.org/packages/a1/9b/5a81825ad9f5798d495f0b96ddbd8416efaafdb46effd7a5335c8c091959/coverage_config_reload_plugin-0.2.0-py2.py3-none-any.whl
Collecting codecov~=2.0.5 (from -r /opt/errbot/requirements.txt (line 9))
  Downloading https://files.pythonhosted.org/packages/8b/28/4c1950a61c3c5786f0f34d643d0d28ec832433c9a7c0bd157690d4eb1d5f/codecov-2.0.15-py2.py3-none-any.whl
Collecting moban~=0.2.4 (from -r /opt/errbot/requirements.txt (line 10))
  Downloading https://files.pythonhosted.org/packages/3e/d5/fb1198a5d92a417b6881daaed3efda477e242a734a664e1cf29e9599ec67/moban-0.2.4-py2.py3-none-any.whl
Collecting packaging~=16.8 (from -r /opt/errbot/requirements.txt (line 11))
  Downloading https://files.pythonhosted.org/packages/87/1b/c39b7c65b5612812b83d6cab7ef2885eac9f6beb0b7b8a7071a186aea3b1/packaging-16.8-py2.py3-none-any.whl
Collecting pytest~=3.6.1 (from -r /opt/errbot/requirements.txt (line 12))
  Downloading https://files.pythonhosted.org/packages/d8/e9/73246a565c34c5f203dd78bc2382e0e93aa7a249cdaeba709099eb1bc701/pytest-3.6.4-py2.py3-none-any.whl (196kB)
Collecting pytest-cov~=2.4 (from -r /opt/errbot/requirements.txt (line 13))
  Downloading 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 /opt/errbot/requirements.txt (line 14))
  Downloading https://files.pythonhosted.org/packages/f9/6e/31efb8dc1d17052c12f39262223e94038bfcc4cc7a124235630a6d50f166/pytest-env-0.6.2.tar.gz
Collecting pytest-error-for-skips~=1.0 (from -r /opt/errbot/requirements.txt (line 15))
  Downloading 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 /opt/errbot/requirements.txt (line 16))
  Downloading https://files.pythonhosted.org/packages/11/d0/371d9e86e823c775e9f23ad797d7738b1afa94223ac82c20b5bdc735ea1d/pytest-instafail-0.3.0.tar.gz
Collecting pytest-mock~=1.1 (from -r /opt/errbot/requirements.txt (line 17))
  Downloading 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 /opt/errbot/requirements.txt (line 18))
  Downloading https://files.pythonhosted.org/packages/f5/34/4626126e041a51ef50a80d0619519b18d20aef249aac25b0d0fdd47e57ee/pytest-profiling-1.3.0.tar.gz
Collecting pytest-reorder~=0.1.0 (from -r /opt/errbot/requirements.txt (line 19))
  Downloading 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 /opt/errbot/requirements.txt (line 20))
  Downloading 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 /opt/errbot/requirements.txt (line 21))
  Downloading 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 /opt/errbot/requirements.txt (line 22))
  Downloading 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 /opt/errbot/requirements.txt (line 23))
  Downloading 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 /opt/errbot/requirements.txt (line 24))
  Downloading 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 /opt/errbot/requirements.txt (line 25))
  Downloading https://files.pythonhosted.org/packages/ac/95/a05b56bb975efa78d3557efa36acaf9cf5d2fd0ee0062060493687432e03/pip-9.0.3-py2.py3-none-any.whl (1.4MB)
Requirement already satisfied: wheel~=0.29 in /usr/local/lib/python3.6/site-packages (from -r /opt/errbot/requirements.txt (line 26)) (0.31.1)
Collecting vcrpy (from -r /opt/errbot/requirements.txt (line 27))
  Downloading https://files.pythonhosted.org/packages/45/1d/bd0d6688beb429c23723e4270cdb53342d57fb11563dbd46759f6a050c8c/vcrpy-1.13.0-py2.py3-none-any.whl
Collecting pyopenssl (from -r /opt/errbot/requirements.txt (line 28))
  Downloading https://files.pythonhosted.org/packages/96/af/9d29e6bd40823061aea2e0574ccb2fcf72bfd6130ce53d32773ec375458c/pyOpenSSL-18.0.0-py2.py3-none-any.whl (53kB)
Collecting wolframalpha (from -r /opt/errbot/requirements.txt (line 30))
  Downloading https://files.pythonhosted.org/packages/11/59/0344ef8af315626203b9711fc4c8c794ad175424a9d71fd5c28e6463e387/wolframalpha-3.0.1-py2.py3-none-any.whl
Collecting github3.py~=1.0.0 (from -r /opt/errbot/requirements.txt (line 31))
  Downloading https://files.pythonhosted.org/packages/55/22/d1893dfb010407189ae872c58b338e8848151f034125477922c8f0881770/github3.py-1.0.2-py2.py3-none-any.whl (140kB)
Collecting IGitt==0.4.1.dev20180317153318 (from -r /opt/errbot/requirements.txt (line 32))
  Downloading https://files.pythonhosted.org/packages/d1/be/e5862872c906dfd6dbffb82483805e08ef40757424265bf7c9fd7035ed6b/IGitt-0.4.1.dev20180317153318-py3-none-any.whl (78kB)
Collecting gitpython (from -r /opt/errbot/requirements.txt (line 33))
  Downloading https://files.pythonhosted.org/packages/fe/e5/fafe827507644c32d6dc553a1c435cdf882e0c28918a5bab29f7fbebfb70/GitPython-2.1.11-py2.py3-none-any.whl (448kB)
Collecting ramlient (from -r /opt/errbot/requirements.txt (line 34))
  Downloading https://files.pythonhosted.org/packages/4b/d6/9faed66978d538673241e8d9aafe118d85fe699a33ae1028ce9f385b0f40/ramlient-0.1.4-py2.py3-none-any.whl
Collecting appdirs~=1.4 (from coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/56/eb/810e700ed1349edde4cbdc1b2a21e28cdf115f9faf263f6bbf8447c1abf3/appdirs-1.4.3-py2.py3-none-any.whl
Collecting cached_property~=1.4.3 (from coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/88/09/4b7a484f96cbceda746e03f0167021c909c3ceae1c6f2e844d79476cb70e/cached_property-1.4.3-py2.py3-none-any.whl
Collecting cli_helpers~=1.0.2 (from coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/bf/4a/f3a506a57619978e1775279d2bc4435821db1c391087ac02aa20137f765d/cli_helpers-1.0.2-py3-none-any.whl
Collecting coala-utils==0.7.0 (from coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/93/7d/65d619f7a64ac2ea6d43b047e63a8605d1c7193195b52a59c7ea342f5a53/coala_utils-0.7.0-py3-none-any.whl
Collecting colorlog<4.0,>=2.7 (from coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/69/eb/58ae10d3c46a0195ffdd0e3943d255d0d5029d71e5457785ecd665bcf0f3/colorlog-3.1.4-py2.py3-none-any.whl
Collecting dependency-management>0.4.* (from coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/1d/c7/e1ff3d4b90b1a4197e90bb43c87200ce89c677e26dadbc55cc9f943de47b/dependency_management-0.4.0-py3-none-any.whl
Collecting Pygments~=2.1 (from coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/02/ee/b6e02dc6529e82b75bb06823ff7d005b141037cb1416b10c6f00fc419dca/Pygments-2.2.0-py2.py3-none-any.whl (841kB)
Collecting PyPrint~=0.2.6 (from coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/b0/45/8912d660c6accfe665f6649433362aa0eb9a94a3a71ee3a71d8956f0a4ed/PyPrint-0.2.6-py3-none-any.whl
Collecting requests~=2.12 (from coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/65/47/7e02164a2a3db50ed6d8a6ab1d6d60b69c4c3fdf57a284257925dfc12bda/requests-2.19.1-py2.py3-none-any.whl (91kB)
Requirement already satisfied: setuptools>=21.0.0 in /usr/local/lib/python3.6/site-packages (from coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1)) (40.0.0)
Collecting unidiff~=0.5.2 (from coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/68/52/c7278fc3c17d1aaade84597968d88f97f0f4ec7288ddedb6970a341c5170/unidiff-0.5.5-py2.py3-none-any.whl
Collecting HTTPolice~=0.5.2 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/3a/b4/ad13fae41373a0734388b7fee1418fb9cdc57662ef46e25bcf805428c187/HTTPolice-0.5.2-py2.py3-none-any.whl (139kB)
Collecting aenum~=2.0.8 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/01/11/e0b5efc82daace980210c1b5f1458676ccc6513514955678801b44f9169c/aenum-2.0.10-py3-none-any.whl
Collecting apertium-lint~=0.29 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/44/98/910b25b2e12a758304f08ac96eedf019af113add128defc9d28bbdc63613/apertium_lint-0.29.tar.gz
Collecting autoflake~=0.7 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/b0/1b/69f59b068a688aa8b0ff77fb1f486c57f3506726add27433b9171b5514f0/autoflake-0.7.tar.gz
Collecting autopep8~=1.2 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/b7/0c/20cf0a438d5273bfd2d607ada3a7a782845ab3776c1c83c1d3baca05535e/autopep8-1.3.5.tar.gz (109kB)
Collecting bandit~=1.2 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/77/41/d57366098a30a86af1821e231949221d2b6b896cc4bdd060cc1be27fdd47/bandit-1.4.0-py2.py3-none-any.whl (116kB)
Collecting bashate~=0.5.1 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/22/3c/10efc0119b59e77c74e94eb9768f409b4ba25238a0e3082203bc5386793f/bashate-0.5.1.tar.gz
Collecting cmakelint~=1.3 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/e4/96/9399aa215a3e848961866f5951b9c8f9317b456bc7ef39d264a75379cf65/cmakelint-1.3.4.1.tar.gz
Collecting cppclean~=0.12.0 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/5d/b6/add9db6792f6a2f1fe09341a668deda702e1d8c6b893d867c387fe28ec49/cppclean-0.12.tar.gz
Collecting cpplint~=1.3 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/95/42/27a16ef7fc609aba82bec923e2d29a1fa163bc95a267eaf1acc780e949fc/cpplint-1.3.0.tar.gz (71kB)
Collecting dennis~=0.9 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/2d/2e/2cb43a5e787387b558d2eeefc2713305d2df97c4622cee37b1e6f5505031/dennis-0.9-py2.py3-none-any.whl
Collecting docutils-ast-writer~=0.1.2 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/08/d4/2e84997a6af71654048e1d7d000239ba3a8656c09fe1b07d951492cbab30/docutils-ast-writer-0.1.2.tar.gz
Collecting eradicate~=0.1.6 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/9e/be/eddefaace7d3254a9bd61b23f121db2bc43b660b87bca2b2c220e38f7404/eradicate-0.1.6.tar.gz
Collecting git-url-parse~=1.1.0 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/0d/66/3f4a12c4e13aae46aaa8062c3bef12e86478aac1ed31f4c05c3e1887d367/git_url_parse-1.1.0-py3-none-any.whl
Collecting guess-language-spirit~=0.5.2 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/8b/4f/9ed0280b24e9e6875c3870a97659d0106a14e36db0d7d65c5277066fc7d0/guess_language-spirit-0.5.3.tar.bz2 (81kB)
Collecting html-linter~=0.4.0 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/0b/45/12b968a45d223bc9a3131022514eacdaeffd591973bb2025330057a7b7c6/html-linter-0.4.0.tar.gz
Collecting isort~=4.2 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/1f/2c/22eee714d7199ae0464beda6ad5fedec8fee6a2f7ffd1e8f1840928fe318/isort-4.3.4-py3-none-any.whl (45kB)
Collecting libclang-py3~=3.4.0 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/d7/30/aa84ad1b75cf67272a4b27a818ed0aa6f41532d9837ca798506747deffb4/libclang-py3-3.4.0.tar.gz
Collecting memento_client~=0.6.1 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/41/8d/8dfc683c1228779b2eb6e80681e70d450b20fce58d53483fb6e5c7f6ff34/memento_client-0.6.1-py2.py3-none-any.whl
Collecting munkres3~=1.0 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/a3/07/f535738fa57756f53f7bbe6338f1a2e809528c542045769d89c633b47b62/munkres3-1.0.5.5.tar.gz
Collecting mypy==0.590 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/d6/e2/37a8a5dce634a094b90e13eda246a4b736a660124e78808f47fbad99f510/mypy-0.590-py3-none-any.whl (1.3MB)
Collecting nbformat~=4.1 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/da/27/9a654d2b6cc1eaa517d1c5a4405166c7f6d72f04f6e7eea41855fe808a46/nbformat-4.4.0-py2.py3-none-any.whl (155kB)
Collecting nltk~=3.2 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/50/09/3b1755d528ad9156ee7243d52aa5cd2b809ef053a0f31b53d92853dd653a/nltk-3.3.0.zip (1.4MB)
Collecting proselint~=0.7.0 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/e6/78/c46f694a0e43ce47d0d6ae089f750131544018dc1119fc7da58ffd4b1e03/proselint-0.7.0.tar.gz (78kB)
Collecting pycodestyle~=2.2 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/e5/c6/ce130213489969aa58610042dff1d908c25c731c9575af6935c2dfad03aa/pycodestyle-2.4.0-py2.py3-none-any.whl (62kB)
Collecting pydocstyle~=2.0 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/43/8a/f1141af0c8406788a5c38ad5001d4163d903b5384a6517239d2ac42734c8/pydocstyle-2.1.1-py3-none-any.whl
Collecting pyflakes~=2.0.0 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/44/98/af7a72c9a543b1487d92813c648cb9b9adfbc96faef5455d60f4439aa99b/pyflakes-2.0.0-py2.py3-none-any.whl (53kB)
Collecting pylint~=1.7.2 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/f8/86/410d53faff049641f34951843245d168261512aea787a1f9f05c3fa025a0/pylint-1.7.6-py2.py3-none-any.whl (640kB)
Collecting pyroma~=2.2.0 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/de/f3/104ae27624982cd4b6de786d9afe23a2dc0b8c0999443ba370b3755848c7/pyroma-2.2.tar.gz (349kB)
Collecting pyyaml~=3.12 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/9e/a3/1d13970c3f36777c583f136c136f804d70f500168edc1edea6daa7200769/PyYAML-3.13.tar.gz (270kB)
Collecting radon==1.4.0 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/b1/24/594df18af8141787d8e2d694fbc898fd26f0aa26597fe6f6652cdb773a7f/radon-1.4.0-py2.py3-none-any.whl (44kB)
Collecting restructuredtext-lint~=1.0.0 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/7f/ff/b4e6cdba3fb40858e07c4508a552426f49160ba9feeb4300ffaca9c508e5/restructuredtext_lint-1.0.1.tar.gz
Collecting rstcheck~=3.1 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/ea/6e/c7a910dce2cafa17942b456cdbb5cf637a87a549e491d794b424b90e2bb1/rstcheck-3.3.tar.gz
Collecting safety~=1.8.2 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/3f/98/619b918db417299e0f7a5f7c6239bec6abc18746ef533734a64e1feca241/safety-1.8.4-py2.py3-none-any.whl
Collecting scspell3k~=2.0 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/fe/0a/38e98cce6114542c7b2ef887767c2f9a0bff031a3f21e14927be1fbc2203/scspell3k-2.1.tar.gz (272kB)
Collecting vim-vint!=0.3.19,~=0.3.12 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/fe/eb/b7f535ed5fe329d8e23f95e79645a9aac8c0bc569cf7882bf11fc84388fe/vim-vint-0.3.18.tar.gz (65kB)
Collecting vulture~=0.25.0 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/98/d7/3cc454c33422f1c43255928e7b4bac77a0bcabb113a946997edc60a2a176/vulture-0.25-py2.py3-none-any.whl
Collecting yamllint~=1.6.1 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/07/cf/213a023883122cc527bdc5cab135a4e30af93c1a0feaa6cabc16aaee68ac/yamllint-1.6.1-py2.py3-none-any.whl
Collecting yapf~=0.21.0 (from coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/6d/0c/65c7318a7f134270ef565d1cdfffdb714a0de1526f9a6c71452552633da7/yapf-0.21.0-py2.py3-none-any.whl (162kB)
Collecting webtest (from errbot==9.9.9->-r /opt/errbot/requirements.txt (line 29))
  Downloading https://files.pythonhosted.org/packages/12/2c/77b8f02582ed1aa70f82608ee437ecce087019a2f3e0ac5cf830299504d2/WebTest-2.0.30-py2.py3-none-any.whl
Collecting flask (from errbot==9.9.9->-r /opt/errbot/requirements.txt (line 29))
  Downloading https://files.pythonhosted.org/packages/7f/e7/08578774ed4536d3242b14dacb4696386634607af824ea997202cd0edb4b/Flask-1.0.2-py2.py3-none-any.whl (91kB)
Collecting jinja2 (from errbot==9.9.9->-r /opt/errbot/requirements.txt (line 29))
  Downloading https://files.pythonhosted.org/packages/7f/ff/ae64bacdfc95f27a016a7bed8e8686763ba4d277a78ca76f32659220a731/Jinja2-2.10-py2.py3-none-any.whl (126kB)
Collecting markdown (from errbot==9.9.9->-r /opt/errbot/requirements.txt (line 29))
  Downloading https://files.pythonhosted.org/packages/6d/7d/488b90f470b96531a3f5788cf12a93332f543dbab13c423a5e7ce96a0493/Markdown-2.6.11-py2.py3-none-any.whl (78kB)
Collecting ansi (from errbot==9.9.9->-r /opt/errbot/requirements.txt (line 29))
  Downloading https://files.pythonhosted.org/packages/60/d3/ffdb7b88446f124e2a550e5444c9ee2fb531f8d79103a318c061b63c87aa/ansi-0.1.3.tar.gz
Collecting pygments-markdown-lexer>=0.1.0.dev39 (from errbot==9.9.9->-r /opt/errbot/requirements.txt (line 29))
  Downloading https://files.pythonhosted.org/packages/c3/12/674cdee66635d638cedb2c5d9c85ce507b7b2f91bdba29e482f1b1160ff6/pygments-markdown-lexer-0.1.0.dev39.zip
Collecting dnspython3 (from errbot==9.9.9->-r /opt/errbot/requirements.txt (line 29))
  Downloading https://files.pythonhosted.org/packages/f0/bb/f41cbc8eaa807afb9d44418f092aa3e4acf0e4f42b439c49824348f1f45c/dnspython3-1.15.0.zip
Collecting dataclasses (from errbot==9.9.9->-r /opt/errbot/requirements.txt (line 29))
  Downloading https://files.pythonhosted.org/packages/26/2f/1095cdc2868052dd1e64520f7c0d5c8c550ad297e944e641dbf1ffbb9a5d/dataclasses-0.6-py3-none-any.whl
Collecting daemonize (from errbot==9.9.9->-r /opt/errbot/requirements.txt (line 29))
  Downloading https://files.pythonhosted.org/packages/65/58/80ecb001c5892f03bd2c9266d986a070e705eb0db8e3b0fdbb10168af31b/daemonize-2.4.7-py2.py3-none-any.whl
Collecting lml==0.0.3 (from moban~=0.2.4->-r /opt/errbot/requirements.txt (line 10))
  Downloading https://files.pythonhosted.org/packages/35/29/a0a2bc0b70a2eb21d2315d45590e9bcee640cb04d48090a19c36a07edf2d/lml-0.0.3-py2.py3-none-any.whl
Collecting crayons (from moban~=0.2.4->-r /opt/errbot/requirements.txt (line 10))
  Downloading https://files.pythonhosted.org/packages/14/fa/635fdd47686a0f29692d927333fcf39e0279fc39c81704866c97adc34053/crayons-0.1.2.tar.gz
Collecting six (from packaging~=16.8->-r /opt/errbot/requirements.txt (line 11))
  Downloading https://files.pythonhosted.org/packages/67/4b/141a581104b1f6397bfa78ac9d43d8ad29a7ca43ea90a2d863fe3056e86a/six-1.11.0-py2.py3-none-any.whl
Collecting pyparsing (from packaging~=16.8->-r /opt/errbot/requirements.txt (line 11))
  Downloading https://files.pythonhosted.org/packages/6a/8a/718fd7d3458f9fab8e67186b00abdd345b639976bc7fb3ae722e1b026a50/pyparsing-2.2.0-py2.py3-none-any.whl (56kB)
Collecting atomicwrites>=1.0 (from pytest~=3.6.1->-r /opt/errbot/requirements.txt (line 12))
  Downloading https://files.pythonhosted.org/packages/0a/e8/cd6375e7a59664eeea9e1c77a766eeac0fc3083bb958c2b41ec46b95f29c/atomicwrites-1.1.5-py2.py3-none-any.whl
Collecting more-itertools>=4.0.0 (from pytest~=3.6.1->-r /opt/errbot/requirements.txt (line 12))
  Downloading https://files.pythonhosted.org/packages/79/b1/eace304ef66bd7d3d8b2f78cc374b73ca03bc53664d78151e9df3b3996cc/more_itertools-4.3.0-py3-none-any.whl (48kB)
Collecting attrs>=17.4.0 (from pytest~=3.6.1->-r /opt/errbot/requirements.txt (line 12))
  Downloading https://files.pythonhosted.org/packages/41/59/cedf87e91ed541be7957c501a92102f9cc6363c623a7666d69d51c78ac5b/attrs-18.1.0-py2.py3-none-any.whl
Collecting pluggy<0.8,>=0.5 (from pytest~=3.6.1->-r /opt/errbot/requirements.txt (line 12))
  Downloading https://files.pythonhosted.org/packages/f5/f1/5a93c118663896d83f7bcbfb7f657ce1d0c0d617e6b4a443a53abcc658ca/pluggy-0.7.1-py2.py3-none-any.whl
Collecting py>=1.5.0 (from pytest~=3.6.1->-r /opt/errbot/requirements.txt (line 12))
  Downloading https://files.pythonhosted.org/packages/f3/bd/83369ff2dee18f22f27d16b78dd651e8939825af5f8b0b83c38729069962/py-1.5.4-py2.py3-none-any.whl (83kB)
Collecting gprof2dot (from pytest-profiling~=1.3.0->-r /opt/errbot/requirements.txt (line 18))
  Downloading https://files.pythonhosted.org/packages/9d/36/f977122502979f3dfb50704979c9ed70e6b620787942b089bf1af15f5aba/gprof2dot-2017.9.19.tar.gz
Collecting execnet>=1.1 (from pytest-xdist~=1.15->-r /opt/errbot/requirements.txt (line 23))
  Downloading 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 /opt/errbot/requirements.txt (line 23))
  Downloading https://files.pythonhosted.org/packages/dd/9d/fb75af584b850a902c9ce5ec96ea5c623978113b8a240ab414e1a435df93/pytest_forked-0.2-py2.py3-none-any.whl
Collecting wrapt (from vcrpy->-r /opt/errbot/requirements.txt (line 27))
  Downloading https://files.pythonhosted.org/packages/a0/47/66897906448185fcb77fc3c2b1bc20ed0ecca81a0f2f88eda3fc5a34fc3d/wrapt-1.10.11.tar.gz
Collecting yarl; python_version >= "3.4" (from vcrpy->-r /opt/errbot/requirements.txt (line 27))
  Downloading https://files.pythonhosted.org/packages/43/b8/057c3e5b546ff4b24263164ecda13f6962d85c9dc477fcc0bcdcb3adb658/yarl-1.2.6.tar.gz (159kB)
Collecting cryptography>=2.2.1 (from pyopenssl->-r /opt/errbot/requirements.txt (line 28))
  Downloading https://files.pythonhosted.org/packages/79/a2/61c8625f96c8582d3053f89368c483ba62e56233d055e58e372f94a393f0/cryptography-2.3.tar.gz (449kB)
Collecting xmltodict (from wolframalpha->-r /opt/errbot/requirements.txt (line 30))
  Downloading https://files.pythonhosted.org/packages/42/a9/7e99652c6bc619d19d58cdd8c47560730eb5825d43a7e25db2e1d776ceb7/xmltodict-0.11.0-py2.py3-none-any.whl
Collecting jaraco.itertools>=2.0 (from wolframalpha->-r /opt/errbot/requirements.txt (line 30))
  Downloading https://files.pythonhosted.org/packages/0e/0e/65b821469e94a5ff2774dab4b4e54cf4253372c0f8be5acdf797089e160e/jaraco.itertools-2.4-py2.py3-none-any.whl
Collecting python-dateutil>=2.6.0 (from github3.py~=1.0.0->-r /opt/errbot/requirements.txt (line 31))
  Downloading https://files.pythonhosted.org/packages/cf/f5/af2b09c957ace60dcfac112b669c45c8c97e32f94aa8b56da4c6d1682825/python_dateutil-2.7.3-py2.py3-none-any.whl (211kB)
Collecting uritemplate>=3.0.0 (from github3.py~=1.0.0->-r /opt/errbot/requirements.txt (line 31))
  Downloading https://files.pythonhosted.org/packages/e5/7d/9d5a640c4f8bf2c8b1afc015e9a9d8de32e13c9016dcc4b0ec03481fb396/uritemplate-3.0.0-py2.py3-none-any.whl
Collecting backoff~=1.4.3 (from IGitt==0.4.1.dev20180317153318->-r /opt/errbot/requirements.txt (line 32))
  Downloading https://files.pythonhosted.org/packages/e8/f6/c77665cefc8c943c53857909c41cd7efe685ae02029762703e99f18ee7b3/backoff-1.4.3.tar.gz
Collecting PyJWT~=1.5.3 (from IGitt==0.4.1.dev20180317153318->-r /opt/errbot/requirements.txt (line 32))
  Downloading https://files.pythonhosted.org/packages/8a/a6/4d931a2c77a224d27c78382f4ce8ec07542d4426ea2793bea77a689273c2/PyJWT-1.5.3-py2.py3-none-any.whl
Collecting beautifulsoup4~=4.6.0 (from IGitt==0.4.1.dev20180317153318->-r /opt/errbot/requirements.txt (line 32))
  Downloading https://files.pythonhosted.org/packages/21/0a/47fdf541c97fd9b6a610cb5fd518175308a7cc60569962e776ac52420387/beautifulsoup4-4.6.3-py3-none-any.whl (90kB)
Collecting gitdb2>=2.0.0 (from gitpython->-r /opt/errbot/requirements.txt (line 33))
  Downloading https://files.pythonhosted.org/packages/a9/fb/d3afc4e2a8d506a07af19f125f7a473ae1b56f942ed2ba80776eb8ae23b1/gitdb2-2.0.4-py2.py3-none-any.whl (62kB)
Collecting ramlfications (from ramlient->-r /opt/errbot/requirements.txt (line 34))
  Downloading https://files.pythonhosted.org/packages/92/a6/2c55224098adb71ffcaf02fbf9309043baf9f0594a67b6fa609db8f59fe4/ramlfications-0.1.9-py2.py3-none-any.whl (49kB)
Collecting terminaltables>=3.0.0 (from cli_helpers~=1.0.2->coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/9b/c4/4a21174f32f8a7e1104798c445dacdc1d4df86f2f26722767034e4de4bff/terminaltables-3.1.0.tar.gz
Collecting tabulate[widechars]>=0.8.2 (from cli_helpers~=1.0.2->coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/12/c2/11d6845db5edf1295bc08b2f488cf5937806586afe42936c3f34c097ebdc/tabulate-0.8.2.tar.gz (45kB)
Collecting testfixtures~=5.3.1 (from coala-utils==0.7.0->coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/29/7f/b199f5850b713b81e93fb2df53e11fe2ef987e55f0ae42475b25ecf5066c/testfixtures-5.3.1-py2.py3-none-any.whl (75kB)
Collecting sarge~=0.1.4 (from dependency-management>0.4.*->coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/c4/2b/deaaacf4af3f9c45c48be04a6a48fec60515fb34dafda9fe61ecd2c5e4cc/sarge-0.1.5.post0.tar.gz
Collecting colorama~=0.3.7 (from PyPrint~=0.2.6->coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/db/c8/7dcf9dbcb22429512708fe3a547f8b6101c0d02137acbd892505aee57adf/colorama-0.3.9-py2.py3-none-any.whl
Collecting termcolor~=1.1.0 (from PyPrint~=0.2.6->coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/8a/48/a76be51647d0eb9f10e2a4511bf3ffb8cc1e6b14e9e4fab46173aa79f981/termcolor-1.1.0.tar.gz
Collecting certifi>=2017.4.17 (from requests~=2.12->coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/7c/e6/92ad559b7192d846975fc916b65f667c7b8c3a32bea7372340bfe9a15fa5/certifi-2018.4.16-py2.py3-none-any.whl (150kB)
Collecting urllib3<1.24,>=1.21.1 (from requests~=2.12->coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/bd/c9/6fdd990019071a4a32a5e7cb78a1d92c53851ef4f56f62a3486e6a7d8ffb/urllib3-1.23-py2.py3-none-any.whl (133kB)
Collecting idna<2.8,>=2.5 (from requests~=2.12->coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/4b/2a/0276479a4b3caeb8a8c1af2f8e4355746a97fab05a372e4a2c6a6b876165/idna-2.7-py2.py3-none-any.whl (58kB)
Collecting chardet<3.1.0,>=3.0.2 (from requests~=2.12->coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/bc/a9/01ffebfb562e4274b6487b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whl (133kB)
Collecting brotlipy>=0.5.1 (from HTTPolice~=0.5.2->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/d9/91/bc79b88590e4f662bd40a55a2b6beb0f15da4726732efec5aa5a3763d856/brotlipy-0.7.0.tar.gz (413kB)
Collecting lxml>=3.6.0 (from HTTPolice~=0.5.2->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/ca/63/139b710671c1655aed3b20c1e6776118c62e9f9311152f4c6031e12a0554/lxml-4.2.4.tar.gz (2.5MB)
Collecting dominate>=2.2.0 (from HTTPolice~=0.5.2->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/43/b2/3b7d67dd59dab93ae08569384b254323516e8868b453eea5614a53835baf/dominate-2.3.1.tar.gz
Collecting defusedxml>=0.5.0 (from HTTPolice~=0.5.2->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading 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.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/f3/e5/dfe4c49c93d174a5fd807ed307d3a3f38c6b3e140972945f81a5f5578ca7/bitstring-3.1.5.zip (624kB)
Collecting singledispatch>=3.4.0.3 (from HTTPolice~=0.5.2->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/c5/10/369f50bcd4621b263927b0a1519987a04383d4a98fb10438042ad410cf88/singledispatch-3.4.0.3-py2.py3-none-any.whl
Collecting stevedore>=1.17.1 (from bandit~=1.2->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/a1/d9/93a975469c53a9ee85de9ec0deb12345aa777748b4c263860668592344fe/stevedore-1.29.0-py2.py3-none-any.whl
Collecting pbr>=1.6 (from bashate~=0.5.1->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/69/1c/98cba002ed975a91a0294863d9c774cc0ebe38e05bbb65e83314550b1677/pbr-4.2.0-py2.py3-none-any.whl (100kB)
Collecting Babel>=1.3 (from bashate~=0.5.1->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/b8/ad/c6f60602d3ee3d92fbed87675b6fb6a6f9a38c223343ababdb44ba201f10/Babel-2.6.0-py2.py3-none-any.whl (8.1MB)
Collecting polib>=1.0.8 (from dennis~=0.9->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/30/a2/e407c3b00cace3d7fc8df14d364deeecfeb96044e1a317de583bc26eae58/polib-1.1.0-py2.py3-none-any.whl
Collecting click>=6 (from dennis~=0.9->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/34/c1/8806f99713ddb993c5366c362b2f908f18269f8d792aff1abfd700775a77/click-6.7-py2.py3-none-any.whl (71kB)
Collecting docutils>=0.12 (from docutils-ast-writer~=0.1.2->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/36/fa/08e9e6e0e3cbd1d362c3bbee8d01d0aedb2155c4ac112b19ef3cae8eed8d/docutils-0.14-py3-none-any.whl (543kB)
Collecting template-remover (from html-linter~=0.4.0->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/34/89/e440ff92cd0de37dbd7d7660fe75bb29e8674dae56bd2e20ab2ef3e377c8/template-remover-0.1.9.tar.gz
Collecting docopt>=0.6.1 (from html-linter~=0.4.0->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/a2/55/8f8cab2afd404cf578136ef2cc5dfb50baa1761b68c9da1fb1e4eed343c9/docopt-0.6.2.tar.gz
Collecting typed-ast<1.2.0,>=1.1.0 (from mypy==0.590->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/52/cf/2ebc7d282f026e21eed4987e42e10964a077c13cfc168b42f3573a7f178c/typed-ast-1.1.0.tar.gz (200kB)
Collecting traitlets>=4.1 (from nbformat~=4.1->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/93/d6/abcb22de61d78e2fc3959c964628a5771e47e7cc60d53e9342e21ed6cc9a/traitlets-4.3.2-py2.py3-none-any.whl (74kB)
Collecting jsonschema!=2.5.0,>=2.4 (from nbformat~=4.1->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/77/de/47e35a97b2b05c2fadbec67d44cfcdcd09b8086951b331d82de90d2912da/jsonschema-2.6.0-py2.py3-none-any.whl
Collecting jupyter-core (from nbformat~=4.1->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/1d/44/065d2d7bae7bebc06f1dd70d23c36da8c50c0f08b4236716743d706762a8/jupyter_core-4.4.0-py2.py3-none-any.whl (126kB)
Collecting ipython-genutils (from nbformat~=4.1->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/fa/bc/9bd3b5c2b4774d5f33b2d544f1460be9df7df2fe42f352135381c347c69a/ipython_genutils-0.2.0-py2.py3-none-any.whl
Collecting future (from proselint~=0.7.0->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/00/2b/8d082ddfed935f3608cc61140df6dcbf0edea1bc3ab52fb6c29ae3e81e85/future-0.16.0.tar.gz (824kB)
Collecting snowballstemmer (from pydocstyle~=2.0->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/d4/6c/8a935e2c7b54a37714656d753e4187ee0631988184ed50c0cf6476858566/snowballstemmer-1.2.1-py2.py3-none-any.whl (64kB)
Collecting mccabe (from pylint~=1.7.2->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/87/89/479dc97e18549e21354893e4ee4ef36db1d237534982482c3681ee6e7b57/mccabe-0.6.1-py2.py3-none-any.whl
Collecting astroid<1.6,>=1.5.1 (from pylint~=1.7.2->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/9a/a7/d8155abf1c58457f1c65a20208ff128ec403d810dd55c40a39047f1bbddd/astroid-1.5.3-py2.py3-none-any.whl (269kB)
Collecting mando<0.4,>=0.3 (from radon==1.4.0->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/4a/77/180f0b61dca785a6b76c4f1ba611100fbc628abeb8415fa7c5c4c5d99e0b/mando-0.3.3-py2.py3-none-any.whl
Collecting dparse>=0.4.1 (from safety~=1.8.2->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/8d/89/39cdc1b885e0af65fd172be21c318c3c750d1fbca0582c7b7ffe9873ed78/dparse-0.4.1.tar.gz
Collecting ansicolor~=0.2.4 (from vim-vint!=0.3.19,~=0.3.12->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/42/0b/f370fae6d0070758e8bbf46c77da779e4ea79870ea5197893b2678848aeb/ansicolor-0.2.6-py2.py3-none-any.whl
Collecting WebOb>=1.2 (from webtest->errbot==9.9.9->-r /opt/errbot/requirements.txt (line 29))
  Downloading https://files.pythonhosted.org/packages/d2/df/9b3b374ea2a82b875a90d1fdcf2c4a652d48f0d1e7c2d1034d636551d4d2/WebOb-1.8.2-py2.py3-none-any.whl (115kB)
Collecting waitress>=0.8.5 (from webtest->errbot==9.9.9->-r /opt/errbot/requirements.txt (line 29))
  Downloading https://files.pythonhosted.org/packages/ee/af/ac32a716d64e56561ee9c23ce45ee2865d7ac4e0678b737d2f5ee49b5fd6/waitress-1.1.0-py2.py3-none-any.whl (114kB)
Collecting itsdangerous>=0.24 (from flask->errbot==9.9.9->-r /opt/errbot/requirements.txt (line 29))
  Downloading https://files.pythonhosted.org/packages/dc/b4/a60bcdba945c00f6d608d8975131ab3f25b22f2bcfe1dab221165194b2d4/itsdangerous-0.24.tar.gz (46kB)
Collecting Werkzeug>=0.14 (from flask->errbot==9.9.9->-r /opt/errbot/requirements.txt (line 29))
  Downloading https://files.pythonhosted.org/packages/20/c4/12e3e56473e52375aa29c4764e70d1b8f3efa6682bef8d0aae04fe335243/Werkzeug-0.14.1-py2.py3-none-any.whl (322kB)
Collecting MarkupSafe>=0.23 (from jinja2->errbot==9.9.9->-r /opt/errbot/requirements.txt (line 29))
  Downloading https://files.pythonhosted.org/packages/4d/de/32d741db316d8fdb7680822dd37001ef7a448255de9699ab4bfcbdf4172b/MarkupSafe-1.0.tar.gz
Collecting dnspython==1.15.0 (from dnspython3->errbot==9.9.9->-r /opt/errbot/requirements.txt (line 29))
  Downloading https://files.pythonhosted.org/packages/a6/72/209e18bdfedfd78c6994e9ec96981624a5ad7738524dd474237268422cb8/dnspython-1.15.0-py2.py3-none-any.whl (177kB)
Collecting apipkg>=1.4 (from execnet>=1.1->pytest-xdist~=1.15->-r /opt/errbot/requirements.txt (line 23))
  Downloading https://files.pythonhosted.org/packages/67/08/4815a09603fc800209431bec5b8bd2acf2f95abdfb558a44a42507fb94da/apipkg-1.5-py2.py3-none-any.whl
Collecting multidict>=4.0 (from yarl; python_version >= "3.4"->vcrpy->-r /opt/errbot/requirements.txt (line 27))
  Downloading https://files.pythonhosted.org/packages/9d/b9/3cf1b908d7af6530209a7a16d71ab2734a736c3cdf0657e3a06d0209811e/multidict-4.3.1.tar.gz (137kB)
Collecting asn1crypto>=0.21.0 (from cryptography>=2.2.1->pyopenssl->-r /opt/errbot/requirements.txt (line 28))
  Downloading https://files.pythonhosted.org/packages/ea/cd/35485615f45f30a510576f1a56d1e0a7ad7bd8ab5ed7cdc600ef7cd06222/asn1crypto-0.24.0-py2.py3-none-any.whl (101kB)
Collecting cffi!=1.11.3,>=1.7 (from cryptography>=2.2.1->pyopenssl->-r /opt/errbot/requirements.txt (line 28))
  Downloading https://files.pythonhosted.org/packages/e7/a7/4cd50e57cc6f436f1cc3a7e8fa700ff9b8b4d471620629074913e3735fb2/cffi-1.11.5.tar.gz (438kB)
Collecting inflect (from jaraco.itertools>=2.0->wolframalpha->-r /opt/errbot/requirements.txt (line 30))
  Downloading https://files.pythonhosted.org/packages/82/12/af36f5420b495ad6e75f4532eaad64ee7301d0ef568a4eb87ded9bfcacb3/inflect-1.0.0-py2.py3-none-any.whl (59kB)
Collecting smmap2>=2.0.0 (from gitdb2>=2.0.0->gitpython->-r /opt/errbot/requirements.txt (line 33))
  Downloading https://files.pythonhosted.org/packages/0f/14/e3112808b727f72df9531fc2f00b84d4966e66001748b6883a21c767e902/smmap2-2.0.4-py2.py3-none-any.whl
Collecting jsonref (from ramlfications->ramlient->-r /opt/errbot/requirements.txt (line 34))
  Downloading https://files.pythonhosted.org/packages/3a/fe/42aca2f2a2e668375a92fcf74e0977a4943ca508e171c9a311b7d5fb9b07/jsonref-0.1.tar.gz
Collecting markdown2 (from ramlfications->ramlient->-r /opt/errbot/requirements.txt (line 34))
  Downloading https://files.pythonhosted.org/packages/64/75/03ad43fdc360438357ecc0c8e98b739ec204276fe4c64a684df6883dffeb/markdown2-2.3.5.zip (161kB)
Collecting wcwidth (from tabulate[widechars]>=0.8.2->cli_helpers~=1.0.2->coala==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/7e/9f/526a6947247599b084ee5232e4f9190a38f398d7300d866af3ab571a5bfe/wcwidth-0.1.7-py2.py3-none-any.whl
Collecting pytz>=0a (from Babel>=1.3->bashate~=0.5.1->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/30/4e/27c34b62430286c6d59177a0842ed90dc789ce5d1ed740887653b898779a/pytz-2018.5-py2.py3-none-any.whl (510kB)
Collecting decorator (from traitlets>=4.1->nbformat~=4.1->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/bc/bb/a24838832ba35baf52f32ab1a49b906b5f82fb7c76b2f6a7e35e140bac30/decorator-4.3.0-py2.py3-none-any.whl
Collecting lazy-object-proxy (from astroid<1.6,>=1.5.1->pylint~=1.7.2->coala-bears==0.12.0.dev99999999999999->-r /opt/errbot/requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/55/08/23c0753599bdec1aec273e322f277c4e875150325f565017f6280549f554/lazy-object-proxy-1.3.1.tar.gz
Collecting pycparser (from cffi!=1.11.3,>=1.7->cryptography>=2.2.1->pyopenssl->-r /opt/errbot/requirements.txt (line 28))
  Downloading https://files.pythonhosted.org/packages/8c/2d/aad7f16146f4197a11f8e91fb81df177adcc2073d36a17b1491fd09df6ed/pycparser-2.18.tar.gz (245kB)
Building wheels for collected packages: coverage, pytest-env, pytest-instafail, pytest-profiling, coala, coala-bears, apertium-lint, autoflake, autopep8, bashate, cmakelint, cppclean, cpplint, docutils-ast-writer, eradicate, guess-language-spirit, html-linter, libclang-py3, munkres3, nltk, proselint, pyroma, pyyaml, restructuredtext-lint, rstcheck, scspell3k, vim-vint, errbot, ansi, pygments-markdown-lexer, dnspython3, crayons, gprof2dot, wrapt, yarl, cryptography, backoff, terminaltables, tabulate, sarge, termcolor, brotlipy, lxml, dominate, bitstring, template-remover, docopt, typed-ast, future, dparse, itsdangerous, MarkupSafe, multidict, cffi, jsonref, markdown2, lazy-object-proxy, pycparser
  Running setup.py bdist_wheel for coverage: started
  Running setup.py bdist_wheel for coverage: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/14/ac/8c/1f9b70078ccfb05df0a056de4c8ce643a569763f08739071bd
  Running setup.py bdist_wheel for pytest-env: started
  Running setup.py bdist_wheel for pytest-env: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/75/fc/26/357bc139b726977ab08817308ce76d96a26bdbe2329a43b15a
  Running setup.py bdist_wheel for pytest-instafail: started
  Running setup.py bdist_wheel for pytest-instafail: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/6e/da/90/d15c472888a430f33ad750656ed2e7509d6b54272416f9733c
  Running setup.py bdist_wheel for pytest-profiling: started
  Running setup.py bdist_wheel for pytest-profiling: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/62/c7/07/cbe779b16bfb07ae05c09877fde107bb8dff487fbb7c1df992
  Running setup.py bdist_wheel for coala: started
  Running setup.py bdist_wheel for coala: finished with status 'done'
  Stored in directory: /tmp/pip-ephem-wheel-cache-xp_y00s3/wheels/2a/f8/57/f94da34e55de77f8145d33fe91c29d7e57aecf8e34014c8243
  Running setup.py bdist_wheel for coala-bears: started
  Running setup.py bdist_wheel for coala-bears: finished with status 'done'
  Stored in directory: /tmp/pip-ephem-wheel-cache-xp_y00s3/wheels/4f/2f/23/2f9157ee3f658708c1190f364219a80e50c774e8c44b7a67ae
  Running setup.py bdist_wheel for apertium-lint: started
  Running setup.py bdist_wheel for apertium-lint: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/7e/60/cf/a15a083c5e6abda0d0590cc739a0c4516131eb3bd666f1361f
  Running setup.py bdist_wheel for autoflake: started
  Running setup.py bdist_wheel for autoflake: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/c9/74/4c/373f3b8f1a3543724bd445667009c22f4c4b19a45e20e4583f
  Running setup.py bdist_wheel for autopep8: started
  Running setup.py bdist_wheel for autopep8: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/6e/1f/9b/d331305a861e6a7be37e0307d464e0d33db746e450185b825f
  Running setup.py bdist_wheel for bashate: started
  Running setup.py bdist_wheel for bashate: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/0f/05/21/19c9e935459c5f5a62695afc5c772699a94e7fccd4f54f55b8
  Running setup.py bdist_wheel for cmakelint: started
  Running setup.py bdist_wheel for cmakelint: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/14/4a/3b/99b227baeb72272f5f1f190cc15fbf4487983c0d1c91a1b844
  Running setup.py bdist_wheel for cppclean: started
  Running setup.py bdist_wheel for cppclean: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/17/eb/04/dd80414e9396b07e5c86648feb7f58ff08f72aee476921d21c
  Running setup.py bdist_wheel for cpplint: started
  Running setup.py bdist_wheel for cpplint: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/7b/7a/94/b87321c119b8d7265fc3980f5e479eb239e305daafb1e01c26
  Running setup.py bdist_wheel for docutils-ast-writer: started
  Running setup.py bdist_wheel for docutils-ast-writer: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/bf/a2/2d/b9e50da4b8c03b5dfdea95312bd75a26f0fbb39984bf2d480a
  Running setup.py bdist_wheel for eradicate: started
  Running setup.py bdist_wheel for eradicate: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/e5/24/3a/8845a187ae68cb62f772e33ae543acfb4d77d63f58b95f7609
  Running setup.py bdist_wheel for guess-language-spirit: started
  Running setup.py bdist_wheel for guess-language-spirit: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/e3/34/c3/1583565badc832e3962ea9153ee8930189d497ea8b1d310466
  Running setup.py bdist_wheel for html-linter: started
  Running setup.py bdist_wheel for html-linter: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/c9/5b/16/a85a243890917144786b4dfe710f62b36415f696236a71cac2
  Running setup.py bdist_wheel for libclang-py3: started
  Running setup.py bdist_wheel for libclang-py3: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/2d/3e/e1/64dcd073de9fc0079c5a72b4c5816eb2ce170f2d2b6606362f
  Running setup.py bdist_wheel for munkres3: started
  Running setup.py bdist_wheel for munkres3: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/17/77/5f/93e817b60b1949a63268064bde6be85b13ee3cb09cc18971a5
  Running setup.py bdist_wheel for nltk: started
  Running setup.py bdist_wheel for nltk: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/d1/ab/40/3bceea46922767e42986aef7606a600538ca80de6062dc266c
  Running setup.py bdist_wheel for proselint: started
  Running setup.py bdist_wheel for proselint: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/ac/4e/1f/de213ca3be9b505ddac551e5fb82acc0a6425c2bdfa6b93b42
  Running setup.py bdist_wheel for pyroma: started
  Running setup.py bdist_wheel for pyroma: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/92/51/fc/e96cfc5e1e14982d6f1820020494a943dbc05874ac63cd1e9b
  Running setup.py bdist_wheel for pyyaml: started
  Running setup.py bdist_wheel for pyyaml: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/ad/da/0c/74eb680767247273e2cf2723482cb9c924fe70af57c334513f
  Running setup.py bdist_wheel for restructuredtext-lint: started
  Running setup.py bdist_wheel for restructuredtext-lint: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/37/96/63/3d4a320bfe7d53fb49592edd152f93706c4aba06e4fe7c3c91
  Running setup.py bdist_wheel for rstcheck: started
  Running setup.py bdist_wheel for rstcheck: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/71/a6/7e/2e4f9e7be3b92c5e486c53c0130bf504dd732daec6ca2e23aa
  Running setup.py bdist_wheel for scspell3k: started
  Running setup.py bdist_wheel for scspell3k: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/d8/a0/6d/f9a787d92cca1af6e02802627e6bd610e8b3d9ce8b1f1734a7
  Running setup.py bdist_wheel for vim-vint: started
  Running setup.py bdist_wheel for vim-vint: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/fe/f9/12/a349f90e6b18e1d029484a25d1e07fe4babb86244855f4a7e7
  Running setup.py bdist_wheel for errbot: started
  Running setup.py bdist_wheel for errbot: finished with status 'done'
  Stored in directory: /tmp/pip-ephem-wheel-cache-xp_y00s3/wheels/0a/00/ba/1421c3a3f8a75e930da269a45312e7005a087f7c7f489122a8
  Running setup.py bdist_wheel for ansi: started
  Running setup.py bdist_wheel for ansi: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/48/52/fd/670f79c4bde50505647446c7ed82dc876696d185560fab75bd
  Running setup.py bdist_wheel for pygments-markdown-lexer: started
  Running setup.py bdist_wheel for pygments-markdown-lexer: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/db/5c/3a/3d2a4132f2187809f0d8e03bb6663d3e2ddaed623899f858a9
  Running setup.py bdist_wheel for dnspython3: started
  Running setup.py bdist_wheel for dnspython3: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/0d/88/bc/48625aeedc619aeb4987329d973b73aef251a6fcd6ce8fb862
  Running setup.py bdist_wheel for crayons: started
  Running setup.py bdist_wheel for crayons: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/e4/2f/b8/40d854f55361937ecc4248232469778de9583eaad0bc547325
  Running setup.py bdist_wheel for gprof2dot: started
  Running setup.py bdist_wheel for gprof2dot: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/0f/20/4e/416cc3d5d870aff6a0aafacbc6f00ea9294fcadd026483b5a9
  Running setup.py bdist_wheel for wrapt: started
  Running setup.py bdist_wheel for wrapt: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/48/5d/04/22361a593e70d23b1f7746d932802efe1f0e523376a74f321e
  Running setup.py bdist_wheel for yarl: started
  Running setup.py bdist_wheel for yarl: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/fd/1c/e7/9df9bfc03a2f55c2201b52db3545b1314eb807148563a6521b
  Running setup.py bdist_wheel for cryptography: started
  Running setup.py bdist_wheel for cryptography: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/df/48/b1/3d840d966621dd2428781a80e4a43958c5e84edf2ac4635eec
  Running setup.py bdist_wheel for backoff: started
  Running setup.py bdist_wheel for backoff: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/3e/10/00/a4cd3781fbd200c0ae8fecf48bf45af73dfdd9f12374184894
  Running setup.py bdist_wheel for terminaltables: started
  Running setup.py bdist_wheel for terminaltables: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/30/6b/50/6c75775b681fb36cdfac7f19799888ef9d8813aff9e379663e
  Running setup.py bdist_wheel for tabulate: started
  Running setup.py bdist_wheel for tabulate: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/2a/85/33/2f6da85d5f10614cbe5a625eab3b3aebfdf43e7b857f25f829
  Running setup.py bdist_wheel for sarge: started
  Running setup.py bdist_wheel for sarge: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/0d/63/b8/373b46048d907970de2201ee6ea3d1fe30c2bec2a5a03dbc3e
  Running setup.py bdist_wheel for termcolor: started
  Running setup.py bdist_wheel for termcolor: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/7c/06/54/bc84598ba1daf8f970247f550b175aaaee85f68b4b0c5ab2c6
  Running setup.py bdist_wheel for brotlipy: started
  Running setup.py bdist_wheel for brotlipy: finished with status 'error'
  Complete output from command /usr/local/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-0286ozcm/brotlipy/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/pip-wheel-lylkvdss --python-tag cp36:
  running bdist_wheel
  running build
  running build_py
  creating build
  creating build/lib.linux-x86_64-3.6
  creating build/lib.linux-x86_64-3.6/brotli
  copying src/brotli/brotli.py -> build/lib.linux-x86_64-3.6/brotli
  copying src/brotli/build.py -> build/lib.linux-x86_64-3.6/brotli
  copying src/brotli/__init__.py -> build/lib.linux-x86_64-3.6/brotli
  running build_clib
  building 'libbrotli' library
  creating build/temp.linux-x86_64-3.6
  creating build/temp.linux-x86_64-3.6/libbrotli
  creating build/temp.linux-x86_64-3.6/libbrotli/common
  creating build/temp.linux-x86_64-3.6/libbrotli/dec
  creating build/temp.linux-x86_64-3.6/libbrotli/enc
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/common/dictionary.c -o build/temp.linux-x86_64-3.6/libbrotli/common/dictionary.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/dec/huffman.c -o build/temp.linux-x86_64-3.6/libbrotli/dec/huffman.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/dec/bit_reader.c -o build/temp.linux-x86_64-3.6/libbrotli/dec/bit_reader.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/dec/decode.c -o build/temp.linux-x86_64-3.6/libbrotli/dec/decode.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/dec/state.c -o build/temp.linux-x86_64-3.6/libbrotli/dec/state.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/backward_references.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/backward_references.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/backward_references_hq.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/backward_references_hq.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/bit_cost.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/bit_cost.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/block_splitter.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/block_splitter.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/histogram.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/histogram.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/memory.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/memory.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/literal_cost.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/literal_cost.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/brotli_bit_stream.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/brotli_bit_stream.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/compress_fragment_two_pass.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/compress_fragment_two_pass.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/compress_fragment.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/compress_fragment.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/cluster.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/cluster.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/utf8_util.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/utf8_util.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/encode.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/encode.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/metablock.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/metablock.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/static_dict.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/static_dict.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/dictionary_hash.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/dictionary_hash.o
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/entropy_encode.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/entropy_encode.o
  ar rc build/temp.linux-x86_64-3.6/liblibbrotli.a build/temp.linux-x86_64-3.6/libbrotli/common/dictionary.o build/temp.linux-x86_64-3.6/libbrotli/dec/huffman.o build/temp.linux-x86_64-3.6/libbrotli/dec/bit_reader.o build/temp.linux-x86_64-3.6/libbrotli/dec/decode.o build/temp.linux-x86_64-3.6/libbrotli/dec/state.o build/temp.linux-x86_64-3.6/libbrotli/enc/backward_references.o build/temp.linux-x86_64-3.6/libbrotli/enc/backward_references_hq.o build/temp.linux-x86_64-3.6/libbrotli/enc/bit_cost.o build/temp.linux-x86_64-3.6/libbrotli/enc/block_splitter.o build/temp.linux-x86_64-3.6/libbrotli/enc/histogram.o build/temp.linux-x86_64-3.6/libbrotli/enc/memory.o build/temp.linux-x86_64-3.6/libbrotli/enc/literal_cost.o build/temp.linux-x86_64-3.6/libbrotli/enc/brotli_bit_stream.o build/temp.linux-x86_64-3.6/libbrotli/enc/compress_fragment_two_pass.o build/temp.linux-x86_64-3.6/libbrotli/enc/compress_fragment.o build/temp.linux-x86_64-3.6/libbrotli/enc/cluster.o build/temp.linux-x86_64-3.6/libbrotli/enc/utf8_util.o build/temp.linux-x86_64-3.6/libbrotli/enc/encode.o build/temp.linux-x86_64-3.6/libbrotli/enc/metablock.o build/temp.linux-x86_64-3.6/libbrotli/enc/static_dict.o build/temp.linux-x86_64-3.6/libbrotli/enc/dictionary_hash.o build/temp.linux-x86_64-3.6/libbrotli/enc/entropy_encode.o
  running build_ext
  generating cffi module 'build/temp.linux-x86_64-3.6/_brotli.c'
  building '_brotli' extension
  creating build/temp.linux-x86_64-3.6/build
  creating build/temp.linux-x86_64-3.6/build/temp.linux-x86_64-3.6
  gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli -Ilibbrotli/include -I/usr/local/include/python3.6m -c build/temp.linux-x86_64-3.6/_brotli.c -o build/temp.linux-x86_64-3.6/build/temp.linux-x86_64-3.6/_brotli.o
  gcc -shared build/temp.linux-x86_64-3.6/build/temp.linux-x86_64-3.6/_brotli.o -L/usr/local/lib -Lbuild/temp.linux-x86_64-3.6 -llibbrotli -lstdc++ -lpython3.6m -llibbrotli -o build/lib.linux-x86_64-3.6/brotli/_brotli.abi3.so
  /usr/lib/gcc/x86_64-alpine-linux-musl/6.4.0/../../../../x86_64-alpine-linux-musl/bin/ld: cannot find -lstdc++
  collect2: error: ld returned 1 exit status
  error: command 'gcc' failed with exit status 1
  
  ----------------------------------------
  Failed building wheel for brotlipy
  Running setup.py clean for brotlipy
  Running setup.py bdist_wheel for lxml: started
  Running setup.py bdist_wheel for lxml: still running...
  Running setup.py bdist_wheel for lxml: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/e1/91/2c/713766c16316d7bcfb8ac8e6ea5edf3b7e229f342f943520d1
  Running setup.py bdist_wheel for dominate: started
  Running setup.py bdist_wheel for dominate: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/86/7c/76/a514f343c9e4f85f4c98fe13138ab9c8f756647155c4c1f25e
  Running setup.py bdist_wheel for bitstring: started
  Running setup.py bdist_wheel for bitstring: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/2d/29/47/179175c4ddff694032837432ae45c04c6bf93e4b01c23fb5b3
  Running setup.py bdist_wheel for template-remover: started
  Running setup.py bdist_wheel for template-remover: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/14/1d/4e/cc9061fb59162c9b733ce5d7e567f8be2033352155b101ac0d
  Running setup.py bdist_wheel for docopt: started
  Running setup.py bdist_wheel for docopt: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/9b/04/dd/7daf4150b6d9b12949298737de9431a324d4b797ffd63f526e
  Running setup.py bdist_wheel for typed-ast: started
  Running setup.py bdist_wheel for typed-ast: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/8f/81/3a/bdd2bfdf9b5136d1b1c5feb00c79fad1b3ac255093b5838565
  Running setup.py bdist_wheel for future: started
  Running setup.py bdist_wheel for future: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/bf/c9/a3/c538d90ef17cf7823fa51fc701a7a7a910a80f6a405bf15b1a
  Running setup.py bdist_wheel for dparse: started
  Running setup.py bdist_wheel for dparse: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/4a/8d/fa/d8d1526ad5615bc0fc10502e16dfc2a70802106cba099d2518
  Running setup.py bdist_wheel for itsdangerous: started
  Running setup.py bdist_wheel for itsdangerous: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/2c/4a/61/5599631c1554768c6290b08c02c72d7317910374ca602ff1e5
  Running setup.py bdist_wheel for MarkupSafe: started
  Running setup.py bdist_wheel for MarkupSafe: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/33/56/20/ebe49a5c612fffe1c5a632146b16596f9e64676768661e4e46
  Running setup.py bdist_wheel for multidict: started
  Running setup.py bdist_wheel for multidict: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/97/06/92/091e8e6546ccaa08c78527058a6662e8bf5e0db9aeff0392bb
  Running setup.py bdist_wheel for cffi: started
  Running setup.py bdist_wheel for cffi: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/e6/9e/cd/9f0b900a715af094d5a08cc50230728c08ef745ffb195c67e8
  Running setup.py bdist_wheel for jsonref: started
  Running setup.py bdist_wheel for jsonref: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/9b/ac/52/1caebe0f45f2a559ed3d79760dd3c913972abc73d665208593
  Running setup.py bdist_wheel for markdown2: started
  Running setup.py bdist_wheel for markdown2: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/07/99/0b/89995aca5b1253b89caa7de4041fabea6fba469f42da697664
  Running setup.py bdist_wheel for lazy-object-proxy: started
  Running setup.py bdist_wheel for lazy-object-proxy: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/a0/63/e2/6d93295282cb35b53b14b50b602c76dfb04471e21b31d8ad7b
  Running setup.py bdist_wheel for pycparser: started
  Running setup.py bdist_wheel for pycparser: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/c0/a1/27/5ba234bd77ea5a290cbf6d675259ec52293193467a12ef1f46
Successfully built coverage pytest-env pytest-instafail pytest-profiling coala coala-bears apertium-lint autoflake autopep8 bashate cmakelint cppclean cpplint docutils-ast-writer eradicate guess-language-spirit html-linter libclang-py3 munkres3 nltk proselint pyroma pyyaml restructuredtext-lint rstcheck scspell3k vim-vint errbot ansi pygments-markdown-lexer dnspython3 crayons gprof2dot wrapt yarl cryptography backoff terminaltables tabulate sarge termcolor lxml dominate bitstring template-remover docopt typed-ast future dparse itsdangerous MarkupSafe multidict cffi jsonref markdown2 lazy-object-proxy pycparser
Failed to build brotlipy
igitt 0.4.1.dev20180317153318 has requirement cryptography~=2.1.4, but you'll have cryptography 2.3 which is incompatible.
igitt 0.4.1.dev20180317153318 has requirement requests~=2.18.4, but you'll have requests 2.19.1 which is incompatible.
Installing collected packages: coverage, six, pyparsing, packaging, coverage-env-plugin, coverage-config-reload-plugin, certifi, urllib3, idna, chardet, requests, codecov, MarkupSafe, jinja2, lml, pyyaml, colorama, crayons, moban, atomicwrites, more-itertools, attrs, pluggy, py, 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, wrapt, multidict, yarl, vcrpy, asn1crypto, pycparser, cffi, cryptography, pyopenssl, xmltodict, inflect, jaraco.itertools, wolframalpha, python-dateutil, uritemplate, github3.py, backoff, PyJWT, beautifulsoup4, smmap2, gitdb2, gitpython, IGitt, jsonref, click, markdown2, termcolor, ramlfications, ramlient, appdirs, cached-property, terminaltables, wcwidth, tabulate, cli-helpers, PyPrint, testfixtures, coala-utils, colorlog, sarge, dependency-management, Pygments, unidiff, coala, brotlipy, lxml, dominate, defusedxml, bitstring, singledispatch, HTTPolice, aenum, apertium-lint, pyflakes, autoflake, pycodestyle, autopep8, pbr, stevedore, bandit, pytz, Babel, bashate, cmakelint, cppclean, cpplint, polib, dennis, docutils, docutils-ast-writer, eradicate, git-url-parse, guess-language-spirit, docopt, template-remover, html-linter, isort, libclang-py3, memento-client, munkres3, typed-ast, mypy, decorator, ipython-genutils, traitlets, jsonschema, jupyter-core, nbformat, nltk, future, proselint, snowballstemmer, pydocstyle, mccabe, lazy-object-proxy, astroid, pylint, pyroma, mando, radon, restructuredtext-lint, rstcheck, dparse, safety, scspell3k, ansicolor, vim-vint, vulture, yamllint, yapf, coala-bears, WebOb, waitress, webtest, itsdangerous, Werkzeug, flask, markdown, ansi, pygments-markdown-lexer, dnspython, dnspython3, dataclasses, daemonize, errbot
  Found existing installation: pip 18.0
    Uninstalling pip-18.0:
      Successfully uninstalled pip-18.0
  Running setup.py install for brotlipy: started
    Running setup.py install for brotlipy: finished with status 'error'
    Complete output from command /usr/local/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-0286ozcm/brotlipy/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-record-y16sf_ej/install-record.txt --single-version-externally-managed --compile:
    running install
    running build
    running build_py
    creating build
    creating build/lib.linux-x86_64-3.6
    creating build/lib.linux-x86_64-3.6/brotli
    copying src/brotli/brotli.py -> build/lib.linux-x86_64-3.6/brotli
    copying src/brotli/build.py -> build/lib.linux-x86_64-3.6/brotli
    copying src/brotli/__init__.py -> build/lib.linux-x86_64-3.6/brotli
    running build_clib
    building 'libbrotli' library
    creating build/temp.linux-x86_64-3.6
    creating build/temp.linux-x86_64-3.6/libbrotli
    creating build/temp.linux-x86_64-3.6/libbrotli/common
    creating build/temp.linux-x86_64-3.6/libbrotli/dec
    creating build/temp.linux-x86_64-3.6/libbrotli/enc
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/common/dictionary.c -o build/temp.linux-x86_64-3.6/libbrotli/common/dictionary.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/dec/huffman.c -o build/temp.linux-x86_64-3.6/libbrotli/dec/huffman.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/dec/bit_reader.c -o build/temp.linux-x86_64-3.6/libbrotli/dec/bit_reader.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/dec/decode.c -o build/temp.linux-x86_64-3.6/libbrotli/dec/decode.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/dec/state.c -o build/temp.linux-x86_64-3.6/libbrotli/dec/state.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/backward_references.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/backward_references.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/backward_references_hq.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/backward_references_hq.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/bit_cost.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/bit_cost.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/block_splitter.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/block_splitter.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/histogram.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/histogram.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/memory.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/memory.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/literal_cost.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/literal_cost.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/brotli_bit_stream.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/brotli_bit_stream.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/compress_fragment_two_pass.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/compress_fragment_two_pass.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/compress_fragment.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/compress_fragment.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/cluster.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/cluster.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/utf8_util.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/utf8_util.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/encode.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/encode.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/metablock.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/metablock.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/static_dict.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/static_dict.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/dictionary_hash.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/dictionary_hash.o
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli/include -Ilibbrotli/ -Isrc/brotli -c libbrotli/enc/entropy_encode.c -o build/temp.linux-x86_64-3.6/libbrotli/enc/entropy_encode.o
    ar rc build/temp.linux-x86_64-3.6/liblibbrotli.a build/temp.linux-x86_64-3.6/libbrotli/common/dictionary.o build/temp.linux-x86_64-3.6/libbrotli/dec/huffman.o build/temp.linux-x86_64-3.6/libbrotli/dec/bit_reader.o build/temp.linux-x86_64-3.6/libbrotli/dec/decode.o build/temp.linux-x86_64-3.6/libbrotli/dec/state.o build/temp.linux-x86_64-3.6/libbrotli/enc/backward_references.o build/temp.linux-x86_64-3.6/libbrotli/enc/backward_references_hq.o build/temp.linux-x86_64-3.6/libbrotli/enc/bit_cost.o build/temp.linux-x86_64-3.6/libbrotli/enc/block_splitter.o build/temp.linux-x86_64-3.6/libbrotli/enc/histogram.o build/temp.linux-x86_64-3.6/libbrotli/enc/memory.o build/temp.linux-x86_64-3.6/libbrotli/enc/literal_cost.o build/temp.linux-x86_64-3.6/libbrotli/enc/brotli_bit_stream.o build/temp.linux-x86_64-3.6/libbrotli/enc/compress_fragment_two_pass.o build/temp.linux-x86_64-3.6/libbrotli/enc/compress_fragment.o build/temp.linux-x86_64-3.6/libbrotli/enc/cluster.o build/temp.linux-x86_64-3.6/libbrotli/enc/utf8_util.o build/temp.linux-x86_64-3.6/libbrotli/enc/encode.o build/temp.linux-x86_64-3.6/libbrotli/enc/metablock.o build/temp.linux-x86_64-3.6/libbrotli/enc/static_dict.o build/temp.linux-x86_64-3.6/libbrotli/enc/dictionary_hash.o build/temp.linux-x86_64-3.6/libbrotli/enc/entropy_encode.o
    running build_ext
    generating cffi module 'build/temp.linux-x86_64-3.6/_brotli.c'
    building '_brotli' extension
    creating build/temp.linux-x86_64-3.6/build
    creating build/temp.linux-x86_64-3.6/build/temp.linux-x86_64-3.6
    gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -Ilibbrotli -Ilibbrotli/include -I/usr/local/include/python3.6m -c build/temp.linux-x86_64-3.6/_brotli.c -o build/temp.linux-x86_64-3.6/build/temp.linux-x86_64-3.6/_brotli.o
    gcc -shared build/temp.linux-x86_64-3.6/build/temp.linux-x86_64-3.6/_brotli.o -L/usr/local/lib -Lbuild/temp.linux-x86_64-3.6 -llibbrotli -lstdc++ -lpython3.6m -llibbrotli -o build/lib.linux-x86_64-3.6/brotli/_brotli.abi3.so
    /usr/lib/gcc/x86_64-alpine-linux-musl/6.4.0/../../../../x86_64-alpine-linux-musl/bin/ld: cannot find -lstdc++
    collect2: error: ld returned 1 exit status
    error: command 'gcc' failed with exit status 1
    
    ----------------------------------------
Command "/usr/local/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-0286ozcm/brotlipy/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-record-y16sf_ej/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-install-0286ozcm/brotlipy/
The command '/bin/sh -c apk add --no-cache libffi openssl git     && apk add --no-cache --virtual .build-deps            --repository http://dl-3.alpinelinux.org/alpine/edge/testing/            gcc            brotli-dev            libc-dev            libffi-dev            libxml2-dev            libxslt-dev            openssl-dev     && pip install -r $BOT_ROOT/requirements.txt     && pip install slackclient python-telegram-bot     && apk del .build-deps' returned a non-zero code: 1

@gitmate-bot
Copy link

Comment on d1e675e, file plugins/ban.py, line 73.

Broken link - unable to connect to https://api.gitter.im/v1/rooms/

Origin: InvalidLinkBear, Section: all.links.

The default `install:` phase of Travis CI does
`pip install -r requirements.txt`, which was
duplicated by the custom `before_script:` block.

Place `coala-bears` at the top of requirements.txt
to ensure that its pins are respected, and use
coala bears master.

Remove hack for GitCommitBear which is no longer
necessary.

Closes coala#496
Related to coala/meta#123
@yukiisbored
Copy link
Member

ack 2780589

@yukiisbored
Copy link
Member

ack 467fe50

@yukiisbored
Copy link
Member

@gitmate-bot ff

@gitmate-bot
Copy link

Hey @yukiisbored, you do not have the access to perform the fastforward action with GitMate.io. Please ask a maintainer to give you access. ⚠️

@jayvdb
Copy link
Member Author

jayvdb commented Aug 13, 2018

@gitmate-bot ff

@gitmate-bot
Copy link

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 ⚠️

@gitmate-bot gitmate-bot merged commit 2780589 into coala:master Aug 13, 2018
@gitmate-bot
Copy link

Automated fastforward with GitMate.io was successful! 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

6 participants