+ set -e + set -o pipefail ++ dirname ./run.sh + cd . + echo 26439 + echo '1.64.1 632dcef33' 1.64.1 632dcef33 + date Sat Jun 17 18:36:39 CEST 2017 + uptime 18:36:39 up 29 days, 7:20, 0 users, load average: 0.00, 0.00, 0.00 + fork=git@github.com:yash-nisar/coala-bears.git + fork_branch=textlint-bear + head=git@github.com:coala/coala-bears.git + head_branch=master + pull_id=1597 + pull_title='bears/general: Add TextLintBear' + scripts=('export '\''fork=git@github.com:yash-nisar/coala-bears.git'\''' ';' 'export '\''fork_branch=textlint-bear'\''' ';' 'export '\''head=git@github.com:coala/coala-bears.git'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_id=1597'\''' ';' 'export '\''pull_title=bears/general: Add TextLintBear'\''' ';' 'if ! pip3 -V ; then wget -O - https://bootstrap.pypa.io/get-pip.py | python3; fi' ';' 'python3 .ci/adjust_version_number.py bears/VERSION -b `date --utc +%Y%m%d%H%M%S`' ';' 'bash .ci/deploy.pypi.sh' ';') + vars=('--env=fork=git@github.com:yash-nisar/coala-bears.git' '--env=fork_branch=textlint-bear' '--env=head=git@github.com:coala/coala-bears.git' '--env=head_branch=master' '--env=pull_id=1597' '--env=pull_title=bears/general: Add TextLintBear' '--env=scripts=( '\''export '\''\'\'''\''fork=git@github.com:yash-nisar/coala-bears.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=textlint-bear'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head=git@github.com:coala/coala-bears.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=1597'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=bears/general: Add TextLintBear'\''\'\'''\'''\'' '\'';'\'' '\''if ! pip3 -V ; then wget -O - https://bootstrap.pypa.io/get-pip.py | python3; fi'\'' '\'';'\'' '\''python3 .ci/adjust_version_number.py bears/VERSION -b `date --utc +%Y%m%d%H%M%S`'\'' '\'';'\'' '\''bash .ci/deploy.pypi.sh'\'' '\'';'\'' )') + image=coala/rultor-python + directory= + squash=false + ff=only + rebase=false + container=coala_coala-bears_1597 + as_root=true + mkdir -p /home/rultor/.ssh + echo -e 'Host github.com\n\tStrictHostKeyChecking no\n' + chmod 600 /home/rultor/.ssh/config + git clone git@github.com:coala/coala-bears.git repo Cloning into 'repo'... + cd repo + git config user.email me@rultor.com + git config user.name rultor + '[' -z 'export '\''fork=git@github.com:yash-nisar/coala-bears.git'\''' ']' + cd .. + cat + '[' true = true ']' + cat + chmod a+x entry.sh + cat + echo 'export '\''fork=git@github.com:yash-nisar/coala-bears.git'\''' ';' 'export '\''fork_branch=textlint-bear'\''' ';' 'export '\''head=git@github.com:coala/coala-bears.git'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_id=1597'\''' ';' 'export '\''pull_title=bears/general: Add TextLintBear'\''' ';' 'if ! pip3 -V ; then wget -O - https://bootstrap.pypa.io/get-pip.py | python3; fi' ';' 'python3 .ci/adjust_version_number.py bears/VERSION -b `date --utc +%Y%m%d%H%M%S`' ';' 'bash .ci/deploy.pypi.sh' ';' + gpgconf --reload gpg-agent + gpg --keyserver hkp://pool.sks-keyservers.net --verbose --recv-keys 9AF0FA4C gpg: requesting key 9AF0FA4C from hkp server pool.sks-keyservers.net gpg: armor header: Version: SKS 1.1.6 gpg: armor header: Comment: Hostname: sks.b4ckbone.de gpg: pub 2048R/9AF0FA4C 2014-08-17 Rultor.com <gpg@rultor.com> gpg: key 9AF0FA4C: "Rultor.com <gpg@rultor.com>" not changed gpg: Total number processed: 1 gpg: unchanged: 1 + gpg --version gpg (GnuPG) 1.4.20 Copyright (C) 2015 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Home: ~/.gnupg Supported algorithms: Pubkey: RSA, RSA-E, RSA-S, ELG-E, DSA Cipher: IDEA, 3DES, CAST5, BLOWFISH, AES, AES192, AES256, TWOFISH, CAMELLIA128, CAMELLIA192, CAMELLIA256 Hash: MD5, SHA1, RIPEMD160, SHA256, SHA384, SHA512, SHA224 Compression: Uncompressed, ZIP, ZLIB, BZIP2 ++ pwd ++ pwd + gpg --verbose --keyring=/tmp/rultor-PkKQ/.gpg/pubring.gpg --secret-keyring=/tmp/rultor-PkKQ/.gpg/secring.gpg --decrypt repo/.ci/rultor_secrets.sh.asc gpg: public key is 9A839C3A gpg: using subkey 9A839C3A instead of primary key 9AF0FA4C gpg: using subkey 9A839C3A instead of primary key 9AF0FA4C gpg: encrypted with 2048-bit RSA key, ID 9A839C3A, created 2014-08-17 "Rultor.com <gpg@rultor.com>" gpg: AES256 encrypted data gpg: original file name='tmp.08qVQntTU5' + gpg --no-tty --batch --verbose --decrypt --passphrase rultor-key:coala/coala-bears rultor_secrets.sh.enc gpg: AES encrypted data gpg: gpg-agent is not available in this session gpg: encrypted with 1 passphrase gpg: original file name='rultor_secrets.sh' + rm -rf rultor_secrets.sh.enc + rm -rf .gpg + cd repo + git remote add fork git@github.com:yash-nisar/coala-bears.git + git remote update Fetching origin Fetching fork From github.com:yash-nisar/coala-bears * [new branch] InvalidLinkBear-Improvements -> fork/InvalidLinkBear-Improvements * [new branch] Makman2/bandit -> fork/Makman2/bandit * [new branch] Makman2/crosstest -> fork/Makman2/crosstest * [new branch] Makman2/linterpack4 -> fork/Makman2/linterpack4 * [new branch] abhsag/linebreak -> fork/abhsag/linebreak * [new branch] adrian/GSoC -> fork/adrian/GSoC * [new branch] ajk/goop -> fork/ajk/goop * [new branch] hypothesist/readmefix -> fork/hypothesist/readmefix * [new branch] hypothesist/wip -> fork/hypothesist/wip * [new branch] master -> fork/master * [new branch] mypy-bear -> fork/mypy-bear * [new branch] red/extend-upload-tool -> fork/red/extend-upload-tool * [new branch] release/0.1 -> fork/release/0.1 * [new branch] release/0.2 -> fork/release/0.2 * [new branch] release/0.7 -> fork/release/0.7 * [new branch] rubocop -> fork/rubocop * [new branch] sils/a -> fork/sils/a * [new branch] sils/acked -> fork/sils/acked * [new branch] sils/badge -> fork/sils/badge * [new branch] sils/basdf -> fork/sils/basdf * [new branch] sils/bearsimp -> fork/sils/bearsimp * [new branch] sils/cp -> fork/sils/cp * [new branch] sils/fix -> fork/sils/fix * [new branch] sils/langatts -> fork/sils/langatts * [new branch] sils/langs -> fork/sils/langs * [new branch] sils/lc -> fork/sils/lc * [new branch] sils/linters -> fork/sils/linters * [new branch] sils/lints3 -> fork/sils/lints3 * [new branch] sils/lints_pack2 -> fork/sils/lints_pack2 * [new branch] sils/pmdcpd -> fork/sils/pmdcpd * [new branch] sils/readm -> fork/sils/readm * [new branch] sils/rn -> fork/sils/rn * [new branch] sils/rub -> fork/sils/rub * [new branch] sils/sebix -> fork/sils/sebix * [new branch] sils/sec -> fork/sils/sec * [new branch] sils/st -> fork/sils/st * [new branch] sils/sup -> fork/sils/sup * [new branch] stylint-bear -> fork/stylint-bear * [new branch] textlint-bear -> fork/textlint-bear * [new branch] textlint-ci -> fork/textlint-ci + args= + '[' only == default ']' + '[' only == no ']' + '[' only == only ']' + args=' --ff-only' + export BRANCH=__rultor + BRANCH=__rultor ++ git show-branch __rultor ++ wc -l + '[' 0 -gt 0 ']' + git checkout -B __rultor fork/textlint-bear Switched to a new branch '__rultor' Branch __rultor set up to track remote branch textlint-bear from fork. + git checkout -B master origin/master Switched to and reset branch 'master' Branch master set up to track remote branch master from origin. Your branch is up-to-date with 'origin/master'. + '[' false == true ']' + '[' false == true ']' + git merge --ff-only __rultor Updating 45dfb62..d09c8f9 Fast-forward .travis.yml | 1 + bear-requirements.txt | 1 + bears/general/TextLintBear.py | 242 +++++++++++++++++++++ circle.yml | 2 + package.json | 20 ++ tests/general/TextLintBearTest.py | 187 ++++++++++++++++ tests/general/textlint_test_files/.textlintrc | 13 ++ tests/general/textlint_test_files/__init__.py | 0 .../textlint_test_files/bad_alex_no_dead_link.adoc | 2 + .../bad_date_weekday_mismatch.txt | 1 + tests/general/textlint_test_files/bad_ginger.rst | 1 + tests/general/textlint_test_files/bad_max_comma.re | 1 + .../bad_ng_word_unexpanded_acronym.md | 2 + .../bad_ng_words_acronym_list_item.md | 3 + .../textlint_test_files/bad_no_empty_section.md | 5 + .../bad_no_start_duplicated_conjunction.txt | 2 + .../bad_write_good_common_misspellings.html | 11 + tests/general/textlint_test_files/good_file.md | 8 + 18 files changed, 502 insertions(+) create mode 100644 bears/general/TextLintBear.py create mode 100644 tests/general/TextLintBearTest.py create mode 100644 tests/general/textlint_test_files/.textlintrc create mode 100644 tests/general/textlint_test_files/__init__.py create mode 100644 tests/general/textlint_test_files/bad_alex_no_dead_link.adoc create mode 100644 tests/general/textlint_test_files/bad_date_weekday_mismatch.txt create mode 100644 tests/general/textlint_test_files/bad_ginger.rst create mode 100644 tests/general/textlint_test_files/bad_max_comma.re create mode 100644 tests/general/textlint_test_files/bad_ng_word_unexpanded_acronym.md create mode 100644 tests/general/textlint_test_files/bad_ng_words_acronym_list_item.md create mode 100644 tests/general/textlint_test_files/bad_no_empty_section.md create mode 100644 tests/general/textlint_test_files/bad_no_start_duplicated_conjunction.txt create mode 100644 tests/general/textlint_test_files/bad_write_good_common_misspellings.html create mode 100644 tests/general/textlint_test_files/good_file.md + docker_when_possible + true ++ uptime ++ sed 's/ /\n/g' ++ tail -n 1 + load=0.00 ++ echo 0.00 '>' 30 ++ bc + '[' 0 -eq 1 ']' + echo 'load average is 0.00, low enough to run a new Docker container' load average is 0.00, low enough to run a new Docker container + break + cd .. + '[' -n '' ']' + use_image=coala/rultor-python + docker pull coala/rultor-python Using default tag: latest latest: Pulling from coala/rultor-python faecf96fd5ab: Already exists 995977506e98: Already exists efb63fb8dcb6: Already exists a3ed95caeb02: Already exists 4cf85027be5a: Already exists e859fd58eea7: Already exists f1092812dfdc: Already exists 37b895f25e1f: Already exists eb1a7f582ed3: Already exists d8b14cd614fa: Already exists 8c3228cc5a32: Already exists ba7e5ba7cdd7: Already exists dfd074029625: Already exists 5fb262a92535: Already exists 30f47079801f: Already exists cd6cc8af1afe: Already exists 9c682ac54913: Already exists 44f07db4b62d: Already exists e20eba94e87f: Already exists 99e88de7a89e: Already exists 42513f59c6b7: Already exists eface0b26a76: Already exists 009af2319437: Already exists 0e5036295255: Already exists 307a750cf6f8: Already exists 7e6bd8f4b8b9: Already exists 7226606d7690: Already exists 7e485a328ea1: Already exists 1894eb350658: Already exists 0b5dbb932d1a: Already exists 1778fe01fb32: Already exists f11e53bf9c12: Already exists b7a42669ee40: Already exists e4abc8c59c3a: Already exists 461aa485dcc8: Already exists 83bc76a5564b: Already exists 20df98f5e7cc: Already exists ebf1a94eeab7: Already exists f46c631cbf3e: Already exists bc60f8b324ce: Already exists 984143b7805e: Already exists 70f6ef96d008: Already exists 75957221d811: Already exists c10705d2cc00: Already exists ff68aa00785c: Already exists cfc1eedb37e7: Already exists 6df7285fc18a: Already exists 967b78ab3139: Already exists 97f938f2c8a1: Already exists cc748c2a54f2: Already exists db217754ddb6: Already exists e76fa1d259b2: Already exists 3361651e9b74: Already exists 49d26ad1b453: Already exists Digest: sha256:deb85fd565f30f55838044ef6f332c4fb5401478c0af828daed34611fb9cd2ca Status: Image is up to date for coala/rultor-python:latest + docker ps --filter=status=exited + grep --quiet '\scoala_coala-bears_1597\s*$' + ls -al . total 56 drwx--x--x 3 rultor rultor 4096 Jun 17 18:36 . drwxrwxrwt 11 root root 4096 Jun 17 18:36 .. -rw-rw-r-- 1 rultor rultor 444 Jun 17 18:36 end.sh -rwxrwxr-x 1 rultor rultor 162 Jun 17 18:36 entry.sh -rw-rw-r-- 1 rultor rultor 6 Jun 17 18:36 pid drwxrwxr-x 7 rultor rultor 4096 Jun 17 18:37 repo -rw-rw-r-- 1 rultor rultor 113 Jun 17 18:36 rultor_secrets.sh -rwxrwxr-x 1 rultor rultor 6103 Jun 17 18:36 run.sh -rw-rw-r-- 1 rultor rultor 569 Jun 17 18:36 script.sh -rw-rw-r-- 1 rultor rultor 12316 Jun 17 18:37 stdout ++ pwd ++ pwd + docker run -t --rm -v /tmp/rultor-PkKQ:/main --env=fork=git@github.com:yash-nisar/coala-bears.git --env=fork_branch=textlint-bear --env=head=git@github.com:coala/coala-bears.git --env=head_branch=master --env=pull_id=1597 '--env=pull_title=bears/general: Add TextLintBear' '--env=scripts=( '\''export '\''\'\'''\''fork=git@github.com:yash-nisar/coala-bears.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=textlint-bear'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head=git@github.com:coala/coala-bears.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=1597'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=bears/general: Add TextLintBear'\''\'\'''\'''\'' '\'';'\'' '\''if ! pip3 -V ; then wget -O - https://bootstrap.pypa.io/get-pip.py | python3; fi'\'' '\'';'\'' '\''python3 .ci/adjust_version_number.py bears/VERSION -b `date --utc +%Y%m%d%H%M%S`'\'' '\'';'\'' '\''bash .ci/deploy.pypi.sh'\'' '\'';'\'' )' --hostname=docker --privileged --memory=6g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-PkKQ/cid -w=/main --name=coala_coala-bears_1597 coala/rultor-python /main/entry.sh WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. + set -e + set -o pipefail + mkdir /home/r + cp -R ./cid ./end.sh ./entry.sh ./pid ./repo ./rultor_secrets.sh ./run.sh ./script.sh ./stdout /home/r + rm -rf repo + chmod a+x /home/r/script.sh + /home/r/script.sh + set -e + set -o pipefail + shopt -s expand_aliases + alias 'sudo=sudo -i' + export HOME=/home/r + HOME=/home/r + cd /home/r/repo + export fork=git@github.com:yash-nisar/coala-bears.git + fork=git@github.com:yash-nisar/coala-bears.git + export fork_branch=textlint-bear + fork_branch=textlint-bear + export head=git@github.com:coala/coala-bears.git + head=git@github.com:coala/coala-bears.git + export head_branch=master + head_branch=master + export pull_id=1597 + pull_id=1597 + export 'pull_title=bears/general: Add TextLintBear' + pull_title='bears/general: Add TextLintBear' + pip3 -V pip 8.1.0 from /usr/local/lib/python3.4/dist-packages (python 3.4) ++ date --utc +%Y%m%d%H%M%S + python3 .ci/adjust_version_number.py bears/VERSION -b 20170617163705 + bash .ci/deploy.pypi.sh Uploading coala to pypi Requirement already satisfied (use --upgrade to upgrade): twine in /usr/local/lib/python3.4/dist-packages Requirement already satisfied (use --upgrade to upgrade): wheel in /usr/local/lib/python3.4/dist-packages Requirement already satisfied (use --upgrade to upgrade): requests>=2.3.0 in /usr/local/lib/python3.4/dist-packages (from twine) Requirement already satisfied (use --upgrade to upgrade): pkginfo>=1.0 in /usr/local/lib/python3.4/dist-packages (from twine) Requirement already satisfied (use --upgrade to upgrade): setuptools>=0.7.0 in /usr/local/lib/python3.4/dist-packages (from twine) Requirement already satisfied (use --upgrade to upgrade): requests-toolbelt>=0.4.0 in /usr/local/lib/python3.4/dist-packages (from twine) 33mYou are using pip version 8.1.0, however version 9.0.1 is available. You should consider upgrading via the 'pip install --upgrade pip' command.0m ERROR:root:Module coalib is not found. Cannot do version checking. running sdist running egg_info creating coala_bears.egg-info writing requirements to coala_bears.egg-info/requires.txt writing dependency_links to coala_bears.egg-info/dependency_links.txt writing top-level names to coala_bears.egg-info/top_level.txt writing coala_bears.egg-info/PKG-INFO writing entry points to coala_bears.egg-info/entry_points.txt writing manifest file 'coala_bears.egg-info/SOURCES.txt' reading manifest file 'coala_bears.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'coala_bears.egg-info/SOURCES.txt' running check warning: check: missing meta-data: if 'author' supplied, 'author_email' must be supplied too creating coala-bears-0.12.0.dev20170617163705 creating coala-bears-0.12.0.dev20170617163705/bears creating coala-bears-0.12.0.dev20170617163705/bears/apertium creating coala-bears-0.12.0.dev20170617163705/bears/c_languages creating coala-bears-0.12.0.dev20170617163705/bears/c_languages/codeclone_detection creating coala-bears-0.12.0.dev20170617163705/bears/cmake creating coala-bears-0.12.0.dev20170617163705/bears/coffee_script creating coala-bears-0.12.0.dev20170617163705/bears/configfiles creating coala-bears-0.12.0.dev20170617163705/bears/css creating coala-bears-0.12.0.dev20170617163705/bears/csv creating coala-bears-0.12.0.dev20170617163705/bears/dart creating coala-bears-0.12.0.dev20170617163705/bears/documentation creating coala-bears-0.12.0.dev20170617163705/bears/elm creating coala-bears-0.12.0.dev20170617163705/bears/general creating coala-bears-0.12.0.dev20170617163705/bears/gettext creating coala-bears-0.12.0.dev20170617163705/bears/go creating coala-bears-0.12.0.dev20170617163705/bears/haskell creating coala-bears-0.12.0.dev20170617163705/bears/hypertext creating coala-bears-0.12.0.dev20170617163705/bears/java creating coala-bears-0.12.0.dev20170617163705/bears/jinja2 creating coala-bears-0.12.0.dev20170617163705/bears/js creating coala-bears-0.12.0.dev20170617163705/bears/julia creating coala-bears-0.12.0.dev20170617163705/bears/latex creating coala-bears-0.12.0.dev20170617163705/bears/lua creating coala-bears-0.12.0.dev20170617163705/bears/markdown creating coala-bears-0.12.0.dev20170617163705/bears/matlab creating coala-bears-0.12.0.dev20170617163705/bears/natural_language creating coala-bears-0.12.0.dev20170617163705/bears/perl creating coala-bears-0.12.0.dev20170617163705/bears/php creating coala-bears-0.12.0.dev20170617163705/bears/python creating coala-bears-0.12.0.dev20170617163705/bears/python/requirements creating coala-bears-0.12.0.dev20170617163705/bears/r creating coala-bears-0.12.0.dev20170617163705/bears/rest creating coala-bears-0.12.0.dev20170617163705/bears/ruby creating coala-bears-0.12.0.dev20170617163705/bears/scala creating coala-bears-0.12.0.dev20170617163705/bears/scss creating coala-bears-0.12.0.dev20170617163705/bears/shell creating coala-bears-0.12.0.dev20170617163705/bears/sql creating coala-bears-0.12.0.dev20170617163705/bears/stylus creating coala-bears-0.12.0.dev20170617163705/bears/swift creating coala-bears-0.12.0.dev20170617163705/bears/typescript creating coala-bears-0.12.0.dev20170617163705/bears/vcs creating coala-bears-0.12.0.dev20170617163705/bears/vcs/git creating coala-bears-0.12.0.dev20170617163705/bears/verilog creating coala-bears-0.12.0.dev20170617163705/bears/vhdl creating coala-bears-0.12.0.dev20170617163705/bears/vimscript creating coala-bears-0.12.0.dev20170617163705/bears/xml2 creating coala-bears-0.12.0.dev20170617163705/bears/yaml creating coala-bears-0.12.0.dev20170617163705/coala_bears.egg-info making hard links in coala-bears-0.12.0.dev20170617163705... hard linking LICENSE -> coala-bears-0.12.0.dev20170617163705 hard linking MANIFEST.in -> coala-bears-0.12.0.dev20170617163705 hard linking README.rst -> coala-bears-0.12.0.dev20170617163705 hard linking bear-requirements.txt -> coala-bears-0.12.0.dev20170617163705 hard linking requirements.txt -> coala-bears-0.12.0.dev20170617163705 hard linking setup.cfg -> coala-bears-0.12.0.dev20170617163705 hard linking setup.py -> coala-bears-0.12.0.dev20170617163705 hard linking test-requirements.txt -> coala-bears-0.12.0.dev20170617163705 hard linking bears/Constants.py -> coala-bears-0.12.0.dev20170617163705/bears hard linking bears/VERSION -> coala-bears-0.12.0.dev20170617163705/bears hard linking bears/__init__.py -> coala-bears-0.12.0.dev20170617163705/bears hard linking bears/generate_package.py -> coala-bears-0.12.0.dev20170617163705/bears hard linking bears/apertium/ApertiumLintBear.py -> coala-bears-0.12.0.dev20170617163705/bears/apertium hard linking bears/apertium/__init__.py -> coala-bears-0.12.0.dev20170617163705/bears/apertium hard linking bears/c_languages/CPPCheckBear.py -> coala-bears-0.12.0.dev20170617163705/bears/c_languages hard linking bears/c_languages/CPPCleanBear.py -> coala-bears-0.12.0.dev20170617163705/bears/c_languages hard linking bears/c_languages/CPPLintBear.py -> coala-bears-0.12.0.dev20170617163705/bears/c_languages hard linking bears/c_languages/CSecurityBear.py -> coala-bears-0.12.0.dev20170617163705/bears/c_languages hard linking bears/c_languages/CSharpLintBear.py -> coala-bears-0.12.0.dev20170617163705/bears/c_languages hard linking bears/c_languages/ClangBear.py -> coala-bears-0.12.0.dev20170617163705/bears/c_languages hard linking bears/c_languages/ClangComplexityBear.py -> coala-bears-0.12.0.dev20170617163705/bears/c_languages hard linking bears/c_languages/GNUIndentBear.py -> coala-bears-0.12.0.dev20170617163705/bears/c_languages hard linking bears/c_languages/__init__.py -> coala-bears-0.12.0.dev20170617163705/bears/c_languages hard linking bears/c_languages/codeclone_detection/ClangASTPrintBear.py -> coala-bears-0.12.0.dev20170617163705/bears/c_languages/codeclone_detection hard linking bears/c_languages/codeclone_detection/ClangCloneDetectionBear.py -> coala-bears-0.12.0.dev20170617163705/bears/c_languages/codeclone_detection hard linking bears/c_languages/codeclone_detection/ClangCountVectorCreator.py -> coala-bears-0.12.0.dev20170617163705/bears/c_languages/codeclone_detection hard linking bears/c_languages/codeclone_detection/ClangCountingConditions.py -> coala-bears-0.12.0.dev20170617163705/bears/c_languages/codeclone_detection hard linking bears/c_languages/codeclone_detection/ClangFunctionDifferenceBear.py -> coala-bears-0.12.0.dev20170617163705/bears/c_languages/codeclone_detection hard linking bears/c_languages/codeclone_detection/CloneDetectionRoutines.py -> coala-bears-0.12.0.dev20170617163705/bears/c_languages/codeclone_detection hard linking bears/c_languages/codeclone_detection/CountVector.py -> coala-bears-0.12.0.dev20170617163705/bears/c_languages/codeclone_detection hard linking bears/c_languages/codeclone_detection/__init__.py -> coala-bears-0.12.0.dev20170617163705/bears/c_languages/codeclone_detection hard linking bears/cmake/CMakeLintBear.py -> coala-bears-0.12.0.dev20170617163705/bears/cmake hard linking bears/cmake/__init__.py -> coala-bears-0.12.0.dev20170617163705/bears/cmake hard linking bears/coffee_script/CoffeeLintBear.py -> coala-bears-0.12.0.dev20170617163705/bears/coffee_script hard linking bears/coffee_script/__init__.py -> coala-bears-0.12.0.dev20170617163705/bears/coffee_script hard linking bears/configfiles/DockerfileLintBear.py -> coala-bears-0.12.0.dev20170617163705/bears/configfiles hard linking bears/configfiles/PuppetLintBear.py -> coala-bears-0.12.0.dev20170617163705/bears/configfiles hard linking bears/configfiles/TOMLBear.py -> coala-bears-0.12.0.dev20170617163705/bears/configfiles hard linking bears/configfiles/__init__.py -> coala-bears-0.12.0.dev20170617163705/bears/configfiles hard linking bears/css/CSSAutoPrefixBear.py -> coala-bears-0.12.0.dev20170617163705/bears/css hard linking bears/css/CSSLintBear.py -> coala-bears-0.12.0.dev20170617163705/bears/css hard linking bears/css/StyleLintBear.py -> coala-bears-0.12.0.dev20170617163705/bears/css hard linking bears/css/__init__.py -> coala-bears-0.12.0.dev20170617163705/bears/css hard linking bears/csv/CSVLintBear.py -> coala-bears-0.12.0.dev20170617163705/bears/csv hard linking bears/csv/__init__.py -> coala-bears-0.12.0.dev20170617163705/bears/csv hard linking bears/dart/DartLintBear.py -> coala-bears-0.12.0.dev20170617163705/bears/dart hard linking bears/dart/__init__.py -> coala-bears-0.12.0.dev20170617163705/bears/dart hard linking bears/documentation/DocumentationStyleBear.py -> coala-bears-0.12.0.dev20170617163705/bears/documentation hard linking bears/documentation/__init__.py -> coala-bears-0.12.0.dev20170617163705/bears/documentation hard linking bears/elm/ElmLintBear.py -> coala-bears-0.12.0.dev20170617163705/bears/elm hard linking bears/elm/__init__.py -> coala-bears-0.12.0.dev20170617163705/bears/elm hard linking bears/general/AnnotationBear.py -> coala-bears-0.12.0.dev20170617163705/bears/general hard linking bears/general/CPDBear.py -> coala-bears-0.12.0.dev20170617163705/bears/general hard linking bears/general/DuplicateFileBear.py -> coala-bears-0.12.0.dev20170617163705/bears/general hard linking bears/general/FilenameBear.py -> coala-bears-0.12.0.dev20170617163705/bears/general hard linking bears/general/IndentationBear.py -> coala-bears-0.12.0.dev20170617163705/bears/general hard linking bears/general/InvalidLinkBear.py -> coala-bears-0.12.0.dev20170617163705/bears/general hard linking bears/general/KeywordBear.py -> coala-bears-0.12.0.dev20170617163705/bears/general hard linking bears/general/LicenseCheckBear.py -> coala-bears-0.12.0.dev20170617163705/bears/general hard linking bears/general/LineCountBear.py -> coala-bears-0.12.0.dev20170617163705/bears/general hard linking bears/general/LineLengthBear.py -> coala-bears-0.12.0.dev20170617163705/bears/general hard linking bears/general/MementoBear.py -> coala-bears-0.12.0.dev20170617163705/bears/general hard linking bears/general/QuotesBear.py -> coala-bears-0.12.0.dev20170617163705/bears/general hard linking bears/general/SpaceConsistencyBear.py -> coala-bears-0.12.0.dev20170617163705/bears/general hard linking bears/general/TextLintBear.py -> coala-bears-0.12.0.dev20170617163705/bears/general hard linking bears/general/__init__.py -> coala-bears-0.12.0.dev20170617163705/bears/general hard linking bears/general/coalaBear.py -> coala-bears-0.12.0.dev20170617163705/bears/general hard linking bears/gettext/DennisBear.py -> coala-bears-0.12.0.dev20170617163705/bears/gettext hard linking bears/gettext/__init__.py -> coala-bears-0.12.0.dev20170617163705/bears/gettext hard linking bears/go/GoErrCheckBear.py -> coala-bears-0.12.0.dev20170617163705/bears/go hard linking bears/go/GoImportsBear.py -> coala-bears-0.12.0.dev20170617163705/bears/go hard linking bears/go/GoLintBear.py -> coala-bears-0.12.0.dev20170617163705/bears/go hard linking bears/go/GoReturnsBear.py -> coala-bears-0.12.0.dev20170617163705/bears/go hard linking bears/go/GoTypeBear.py -> coala-bears-0.12.0.dev20170617163705/bears/go hard linking bears/go/GoVetBear.py -> coala-bears-0.12.0.dev20170617163705/bears/go hard linking bears/go/GofmtBear.py -> coala-bears-0.12.0.dev20170617163705/bears/go hard linking bears/go/__init__.py -> coala-bears-0.12.0.dev20170617163705/bears/go hard linking bears/haskell/GhcModBear.py -> coala-bears-0.12.0.dev20170617163705/bears/haskell hard linking bears/haskell/HaskellLintBear.py -> coala-bears-0.12.0.dev20170617163705/bears/haskell hard linking bears/haskell/__init__.py -> coala-bears-0.12.0.dev20170617163705/bears/haskell hard linking bears/hypertext/BootLintBear.py -> coala-bears-0.12.0.dev20170617163705/bears/hypertext hard linking bears/hypertext/HTMLLintBear.py -> coala-bears-0.12.0.dev20170617163705/bears/hypertext hard linking bears/hypertext/__init__.py -> coala-bears-0.12.0.dev20170617163705/bears/hypertext hard linking bears/java/CheckstyleBear.py -> coala-bears-0.12.0.dev20170617163705/bears/java hard linking bears/java/InferBear.py -> coala-bears-0.12.0.dev20170617163705/bears/java hard linking bears/java/JavaPMDBear.py -> coala-bears-0.12.0.dev20170617163705/bears/java hard linking bears/java/__init__.py -> coala-bears-0.12.0.dev20170617163705/bears/java hard linking bears/jinja2/Jinja2Bear.py -> coala-bears-0.12.0.dev20170617163705/bears/jinja2 hard linking bears/jinja2/__init__.py -> coala-bears-0.12.0.dev20170617163705/bears/jinja2 hard linking bears/js/ESLintBear.py -> coala-bears-0.12.0.dev20170617163705/bears/js hard linking bears/js/HappinessLintBear.py -> coala-bears-0.12.0.dev20170617163705/bears/js hard linking bears/js/JSComplexityBear.py -> coala-bears-0.12.0.dev20170617163705/bears/js hard linking bears/js/JSHintBear.py -> coala-bears-0.12.0.dev20170617163705/bears/js hard linking bears/js/JSONFormatBear.py -> coala-bears-0.12.0.dev20170617163705/bears/js hard linking bears/js/__init__.py -> coala-bears-0.12.0.dev20170617163705/bears/js hard linking bears/julia/JuliaLintBear.py -> coala-bears-0.12.0.dev20170617163705/bears/julia hard linking bears/julia/__init__.py -> coala-bears-0.12.0.dev20170617163705/bears/julia hard linking bears/latex/LatexLintBear.py -> coala-bears-0.12.0.dev20170617163705/bears/latex hard linking bears/latex/__init__.py -> coala-bears-0.12.0.dev20170617163705/bears/latex hard linking bears/lua/LuaLintBear.py -> coala-bears-0.12.0.dev20170617163705/bears/lua hard linking bears/lua/__init__.py -> coala-bears-0.12.0.dev20170617163705/bears/lua hard linking bears/markdown/MarkdownBear.py -> coala-bears-0.12.0.dev20170617163705/bears/markdown hard linking bears/markdown/__init__.py -> coala-bears-0.12.0.dev20170617163705/bears/markdown hard linking bears/matlab/MatlabIndentationBear.py -> coala-bears-0.12.0.dev20170617163705/bears/matlab hard linking bears/matlab/__init__.py -> coala-bears-0.12.0.dev20170617163705/bears/matlab hard linking bears/natural_language/AlexBear.py -> coala-bears-0.12.0.dev20170617163705/bears/natural_language hard linking bears/natural_language/LanguageToolBear.py -> coala-bears-0.12.0.dev20170617163705/bears/natural_language hard linking bears/natural_language/ProseLintBear.py -> coala-bears-0.12.0.dev20170617163705/bears/natural_language hard linking bears/natural_language/SpellCheckBear.py -> coala-bears-0.12.0.dev20170617163705/bears/natural_language hard linking bears/natural_language/WriteGoodLintBear.py -> coala-bears-0.12.0.dev20170617163705/bears/natural_language hard linking bears/natural_language/__init__.py -> coala-bears-0.12.0.dev20170617163705/bears/natural_language hard linking bears/perl/PerlCriticBear.py -> coala-bears-0.12.0.dev20170617163705/bears/perl hard linking bears/perl/__init__.py -> coala-bears-0.12.0.dev20170617163705/bears/perl hard linking bears/php/PHPCodeSnifferBear.py -> coala-bears-0.12.0.dev20170617163705/bears/php hard linking bears/php/PHPLintBear.py -> coala-bears-0.12.0.dev20170617163705/bears/php hard linking bears/php/PHPMessDetectorBear.py -> coala-bears-0.12.0.dev20170617163705/bears/php hard linking bears/php/__init__.py -> coala-bears-0.12.0.dev20170617163705/bears/php hard linking bears/python/BanditBear.py -> coala-bears-0.12.0.dev20170617163705/bears/python hard linking bears/python/MypyBear.py -> coala-bears-0.12.0.dev20170617163705/bears/python hard linking bears/python/PEP8Bear.py -> coala-bears-0.12.0.dev20170617163705/bears/python hard linking bears/python/PEP8NotebookBear.py -> coala-bears-0.12.0.dev20170617163705/bears/python hard linking bears/python/PyCommentedCodeBear.py -> coala-bears-0.12.0.dev20170617163705/bears/python hard linking bears/python/PyDocStyleBear.py -> coala-bears-0.12.0.dev20170617163705/bears/python hard linking bears/python/PyFlakesBear.py -> coala-bears-0.12.0.dev20170617163705/bears/python hard linking bears/python/PyImportSortBear.py -> coala-bears-0.12.0.dev20170617163705/bears/python hard linking bears/python/PyLintBear.py -> coala-bears-0.12.0.dev20170617163705/bears/python hard linking bears/python/PyUnusedCodeBear.py -> coala-bears-0.12.0.dev20170617163705/bears/python hard linking bears/python/PycodestyleBear.py -> coala-bears-0.12.0.dev20170617163705/bears/python hard linking bears/python/PyromaBear.py -> coala-bears-0.12.0.dev20170617163705/bears/python hard linking bears/python/PythonPackageInitBear.py -> coala-bears-0.12.0.dev20170617163705/bears/python hard linking bears/python/RadonBear.py -> coala-bears-0.12.0.dev20170617163705/bears/python hard linking bears/python/VultureBear.py -> coala-bears-0.12.0.dev20170617163705/bears/python hard linking bears/python/YapfBear.py -> coala-bears-0.12.0.dev20170617163705/bears/python hard linking bears/python/__init__.py -> coala-bears-0.12.0.dev20170617163705/bears/python hard linking bears/python/requirements/PinRequirementsBear.py -> coala-bears-0.12.0.dev20170617163705/bears/python/requirements hard linking bears/python/requirements/PySafetyBear.py -> coala-bears-0.12.0.dev20170617163705/bears/python/requirements hard linking bears/python/requirements/__init__.py -> coala-bears-0.12.0.dev20170617163705/bears/python/requirements hard linking bears/r/FormatRBear.py -> coala-bears-0.12.0.dev20170617163705/bears/r hard linking bears/r/RLintBear.py -> coala-bears-0.12.0.dev20170617163705/bears/r hard linking bears/r/__init__.py -> coala-bears-0.12.0.dev20170617163705/bears/r hard linking bears/rest/RSTcheckBear.py -> coala-bears-0.12.0.dev20170617163705/bears/rest hard linking bears/rest/__init__.py -> coala-bears-0.12.0.dev20170617163705/bears/rest hard linking bears/rest/reSTLintBear.py -> coala-bears-0.12.0.dev20170617163705/bears/rest hard linking bears/ruby/RuboCopBear.py -> coala-bears-0.12.0.dev20170617163705/bears/ruby hard linking bears/ruby/RubySmellBear.py -> coala-bears-0.12.0.dev20170617163705/bears/ruby hard linking bears/ruby/RubySyntaxBear.py -> coala-bears-0.12.0.dev20170617163705/bears/ruby hard linking bears/ruby/__init__.py -> coala-bears-0.12.0.dev20170617163705/bears/ruby hard linking bears/scala/ScalaLintBear.py -> coala-bears-0.12.0.dev20170617163705/bears/scala hard linking bears/scala/__init__.py -> coala-bears-0.12.0.dev20170617163705/bears/scala hard linking bears/scala/scalastyle_config.xml -> coala-bears-0.12.0.dev20170617163705/bears/scala hard linking bears/scss/SCSSLintBear.py -> coala-bears-0.12.0.dev20170617163705/bears/scss hard linking bears/scss/__init__.py -> coala-bears-0.12.0.dev20170617163705/bears/scss hard linking bears/shell/ShellCheckBear.py -> coala-bears-0.12.0.dev20170617163705/bears/shell hard linking bears/shell/__init__.py -> coala-bears-0.12.0.dev20170617163705/bears/shell hard linking bears/sql/SQLintBear.py -> coala-bears-0.12.0.dev20170617163705/bears/sql hard linking bears/sql/__init__.py -> coala-bears-0.12.0.dev20170617163705/bears/sql hard linking bears/stylus/StylintBear.py -> coala-bears-0.12.0.dev20170617163705/bears/stylus hard linking bears/stylus/__init__.py -> coala-bears-0.12.0.dev20170617163705/bears/stylus hard linking bears/swift/TailorBear.py -> coala-bears-0.12.0.dev20170617163705/bears/swift hard linking bears/swift/__init__.py -> coala-bears-0.12.0.dev20170617163705/bears/swift hard linking bears/typescript/TSLintBear.py -> coala-bears-0.12.0.dev20170617163705/bears/typescript hard linking bears/typescript/__init__.py -> coala-bears-0.12.0.dev20170617163705/bears/typescript hard linking bears/vcs/__init__.py -> coala-bears-0.12.0.dev20170617163705/bears/vcs hard linking bears/vcs/git/GitCommitBear.py -> coala-bears-0.12.0.dev20170617163705/bears/vcs/git hard linking bears/vcs/git/__init__.py -> coala-bears-0.12.0.dev20170617163705/bears/vcs/git hard linking bears/verilog/VerilogLintBear.py -> coala-bears-0.12.0.dev20170617163705/bears/verilog hard linking bears/verilog/__init__.py -> coala-bears-0.12.0.dev20170617163705/bears/verilog hard linking bears/vhdl/VHDLLintBear.py -> coala-bears-0.12.0.dev20170617163705/bears/vhdl hard linking bears/vhdl/__init__.py -> coala-bears-0.12.0.dev20170617163705/bears/vhdl hard linking bears/vimscript/VintBear.py -> coala-bears-0.12.0.dev20170617163705/bears/vimscript hard linking bears/vimscript/__init__.py -> coala-bears-0.12.0.dev20170617163705/bears/vimscript hard linking bears/xml2/XMLBear.py -> coala-bears-0.12.0.dev20170617163705/bears/xml2 hard linking bears/xml2/__init__.py -> coala-bears-0.12.0.dev20170617163705/bears/xml2 hard linking bears/yaml/RAMLLintBear.py -> coala-bears-0.12.0.dev20170617163705/bears/yaml hard linking bears/yaml/YAMLLintBear.py -> coala-bears-0.12.0.dev20170617163705/bears/yaml hard linking bears/yaml/__init__.py -> coala-bears-0.12.0.dev20170617163705/bears/yaml hard linking coala_bears.egg-info/PKG-INFO -> coala-bears-0.12.0.dev20170617163705/coala_bears.egg-info hard linking coala_bears.egg-info/SOURCES.txt -> coala-bears-0.12.0.dev20170617163705/coala_bears.egg-info hard linking coala_bears.egg-info/dependency_links.txt -> coala-bears-0.12.0.dev20170617163705/coala_bears.egg-info hard linking coala_bears.egg-info/entry_points.txt -> coala-bears-0.12.0.dev20170617163705/coala_bears.egg-info hard linking coala_bears.egg-info/requires.txt -> coala-bears-0.12.0.dev20170617163705/coala_bears.egg-info hard linking coala_bears.egg-info/top_level.txt -> coala-bears-0.12.0.dev20170617163705/coala_bears.egg-info copying setup.cfg -> coala-bears-0.12.0.dev20170617163705 Writing coala-bears-0.12.0.dev20170617163705/setup.cfg creating dist Creating tar archive removing 'coala-bears-0.12.0.dev20170617163705' (and everything under it) running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/bears copying bears/generate_package.py -> build/lib/bears copying bears/Constants.py -> build/lib/bears copying bears/__init__.py -> build/lib/bears creating build/lib/bears/gettext copying bears/gettext/DennisBear.py -> build/lib/bears/gettext copying bears/gettext/__init__.py -> build/lib/bears/gettext creating build/lib/bears/verilog copying bears/verilog/__init__.py -> build/lib/bears/verilog copying bears/verilog/VerilogLintBear.py -> build/lib/bears/verilog creating build/lib/bears/cmake copying bears/cmake/CMakeLintBear.py -> build/lib/bears/cmake copying bears/cmake/__init__.py -> build/lib/bears/cmake creating build/lib/bears/java copying bears/java/CheckstyleBear.py -> build/lib/bears/java copying bears/java/JavaPMDBear.py -> build/lib/bears/java copying bears/java/__init__.py -> build/lib/bears/java copying bears/java/InferBear.py -> build/lib/bears/java creating build/lib/bears/php copying bears/php/__init__.py -> build/lib/bears/php copying bears/php/PHPLintBear.py -> build/lib/bears/php copying bears/php/PHPCodeSnifferBear.py -> build/lib/bears/php copying bears/php/PHPMessDetectorBear.py -> build/lib/bears/php creating build/lib/bears/scss copying bears/scss/SCSSLintBear.py -> build/lib/bears/scss copying bears/scss/__init__.py -> build/lib/bears/scss creating build/lib/bears/swift copying bears/swift/__init__.py -> build/lib/bears/swift copying bears/swift/TailorBear.py -> build/lib/bears/swift creating build/lib/bears/go copying bears/go/GoTypeBear.py -> build/lib/bears/go copying bears/go/GoLintBear.py -> build/lib/bears/go copying bears/go/GoVetBear.py -> build/lib/bears/go copying bears/go/GoImportsBear.py -> build/lib/bears/go copying bears/go/GoReturnsBear.py -> build/lib/bears/go copying bears/go/GofmtBear.py -> build/lib/bears/go copying bears/go/__init__.py -> build/lib/bears/go copying bears/go/GoErrCheckBear.py -> build/lib/bears/go creating build/lib/bears/documentation copying bears/documentation/__init__.py -> build/lib/bears/documentation copying bears/documentation/DocumentationStyleBear.py -> build/lib/bears/documentation creating build/lib/bears/sql copying bears/sql/SQLintBear.py -> build/lib/bears/sql copying bears/sql/__init__.py -> build/lib/bears/sql creating build/lib/bears/configfiles copying bears/configfiles/PuppetLintBear.py -> build/lib/bears/configfiles copying bears/configfiles/TOMLBear.py -> build/lib/bears/configfiles copying bears/configfiles/__init__.py -> build/lib/bears/configfiles copying bears/configfiles/DockerfileLintBear.py -> build/lib/bears/configfiles creating build/lib/bears/vcs copying bears/vcs/__init__.py -> build/lib/bears/vcs creating build/lib/bears/xml2 copying bears/xml2/__init__.py -> build/lib/bears/xml2 copying bears/xml2/XMLBear.py -> build/lib/bears/xml2 creating build/lib/bears/coffee_script copying bears/coffee_script/__init__.py -> build/lib/bears/coffee_script copying bears/coffee_script/CoffeeLintBear.py -> build/lib/bears/coffee_script creating build/lib/bears/dart copying bears/dart/__init__.py -> build/lib/bears/dart copying bears/dart/DartLintBear.py -> build/lib/bears/dart creating build/lib/bears/css copying bears/css/CSSLintBear.py -> build/lib/bears/css copying bears/css/CSSAutoPrefixBear.py -> build/lib/bears/css copying bears/css/__init__.py -> build/lib/bears/css copying bears/css/StyleLintBear.py -> build/lib/bears/css creating build/lib/bears/vhdl copying bears/vhdl/__init__.py -> build/lib/bears/vhdl copying bears/vhdl/VHDLLintBear.py -> build/lib/bears/vhdl creating build/lib/bears/scala copying bears/scala/ScalaLintBear.py -> build/lib/bears/scala copying bears/scala/__init__.py -> build/lib/bears/scala creating build/lib/bears/typescript copying bears/typescript/TSLintBear.py -> build/lib/bears/typescript copying bears/typescript/__init__.py -> build/lib/bears/typescript creating build/lib/bears/hypertext copying bears/hypertext/HTMLLintBear.py -> build/lib/bears/hypertext copying bears/hypertext/__init__.py -> build/lib/bears/hypertext copying bears/hypertext/BootLintBear.py -> build/lib/bears/hypertext creating build/lib/bears/r copying bears/r/RLintBear.py -> build/lib/bears/r copying bears/r/__init__.py -> build/lib/bears/r copying bears/r/FormatRBear.py -> build/lib/bears/r creating build/lib/bears/js copying bears/js/JSONFormatBear.py -> build/lib/bears/js copying bears/js/ESLintBear.py -> build/lib/bears/js copying bears/js/JSHintBear.py -> build/lib/bears/js copying bears/js/__init__.py -> build/lib/bears/js copying bears/js/JSComplexityBear.py -> build/lib/bears/js copying bears/js/HappinessLintBear.py -> build/lib/bears/js creating build/lib/bears/jinja2 copying bears/jinja2/__init__.py -> build/lib/bears/jinja2 copying bears/jinja2/Jinja2Bear.py -> build/lib/bears/jinja2 creating build/lib/bears/vimscript copying bears/vimscript/VintBear.py -> build/lib/bears/vimscript copying bears/vimscript/__init__.py -> build/lib/bears/vimscript creating build/lib/bears/csv copying bears/csv/CSVLintBear.py -> build/lib/bears/csv copying bears/csv/__init__.py -> build/lib/bears/csv creating build/lib/bears/lua copying bears/lua/LuaLintBear.py -> build/lib/bears/lua copying bears/lua/__init__.py -> build/lib/bears/lua creating build/lib/bears/stylus copying bears/stylus/StylintBear.py -> build/lib/bears/stylus copying bears/stylus/__init__.py -> build/lib/bears/stylus creating build/lib/bears/markdown copying bears/markdown/__init__.py -> build/lib/bears/markdown copying bears/markdown/MarkdownBear.py -> build/lib/bears/markdown creating build/lib/bears/shell copying bears/shell/ShellCheckBear.py -> build/lib/bears/shell copying bears/shell/__init__.py -> build/lib/bears/shell creating build/lib/bears/general copying bears/general/DuplicateFileBear.py -> build/lib/bears/general copying bears/general/QuotesBear.py -> build/lib/bears/general copying bears/general/TextLintBear.py -> build/lib/bears/general copying bears/general/AnnotationBear.py -> build/lib/bears/general copying bears/general/InvalidLinkBear.py -> build/lib/bears/general copying bears/general/FilenameBear.py -> build/lib/bears/general copying bears/general/__init__.py -> build/lib/bears/general copying bears/general/LicenseCheckBear.py -> build/lib/bears/general copying bears/general/LineCountBear.py -> build/lib/bears/general copying bears/general/LineLengthBear.py -> build/lib/bears/general copying bears/general/coalaBear.py -> build/lib/bears/general copying bears/general/KeywordBear.py -> build/lib/bears/general copying bears/general/MementoBear.py -> build/lib/bears/general copying bears/general/CPDBear.py -> build/lib/bears/general copying bears/general/SpaceConsistencyBear.py -> build/lib/bears/general copying bears/general/IndentationBear.py -> build/lib/bears/general creating build/lib/bears/python copying bears/python/PycodestyleBear.py -> build/lib/bears/python copying bears/python/PyFlakesBear.py -> build/lib/bears/python copying bears/python/PEP8Bear.py -> build/lib/bears/python copying bears/python/PyLintBear.py -> build/lib/bears/python copying bears/python/VultureBear.py -> build/lib/bears/python copying bears/python/PyDocStyleBear.py -> build/lib/bears/python copying bears/python/PythonPackageInitBear.py -> build/lib/bears/python copying bears/python/PyCommentedCodeBear.py -> build/lib/bears/python copying bears/python/PyImportSortBear.py -> build/lib/bears/python copying bears/python/PyromaBear.py -> build/lib/bears/python copying bears/python/PEP8NotebookBear.py -> build/lib/bears/python copying bears/python/MypyBear.py -> build/lib/bears/python copying bears/python/PyUnusedCodeBear.py -> build/lib/bears/python copying bears/python/__init__.py -> build/lib/bears/python copying bears/python/YapfBear.py -> build/lib/bears/python copying bears/python/BanditBear.py -> build/lib/bears/python copying bears/python/RadonBear.py -> build/lib/bears/python creating build/lib/bears/haskell copying bears/haskell/__init__.py -> build/lib/bears/haskell copying bears/haskell/HaskellLintBear.py -> build/lib/bears/haskell copying bears/haskell/GhcModBear.py -> build/lib/bears/haskell creating build/lib/bears/apertium copying bears/apertium/__init__.py -> build/lib/bears/apertium copying bears/apertium/ApertiumLintBear.py -> build/lib/bears/apertium creating build/lib/bears/latex copying bears/latex/LatexLintBear.py -> build/lib/bears/latex copying bears/latex/__init__.py -> build/lib/bears/latex creating build/lib/bears/julia copying bears/julia/JuliaLintBear.py -> build/lib/bears/julia copying bears/julia/__init__.py -> build/lib/bears/julia creating build/lib/bears/c_languages copying bears/c_languages/GNUIndentBear.py -> build/lib/bears/c_languages copying bears/c_languages/ClangComplexityBear.py -> build/lib/bears/c_languages copying bears/c_languages/CPPCheckBear.py -> build/lib/bears/c_languages copying bears/c_languages/ClangBear.py -> build/lib/bears/c_languages copying bears/c_languages/CPPLintBear.py -> build/lib/bears/c_languages copying bears/c_languages/__init__.py -> build/lib/bears/c_languages copying bears/c_languages/CPPCleanBear.py -> build/lib/bears/c_languages copying bears/c_languages/CSecurityBear.py -> build/lib/bears/c_languages copying bears/c_languages/CSharpLintBear.py -> build/lib/bears/c_languages creating build/lib/bears/yaml copying bears/yaml/RAMLLintBear.py -> build/lib/bears/yaml copying bears/yaml/__init__.py -> build/lib/bears/yaml copying bears/yaml/YAMLLintBear.py -> build/lib/bears/yaml creating build/lib/bears/perl copying bears/perl/__init__.py -> build/lib/bears/perl copying bears/perl/PerlCriticBear.py -> build/lib/bears/perl creating build/lib/bears/rest copying bears/rest/RSTcheckBear.py -> build/lib/bears/rest copying bears/rest/reSTLintBear.py -> build/lib/bears/rest copying bears/rest/__init__.py -> build/lib/bears/rest creating build/lib/bears/elm copying bears/elm/__init__.py -> build/lib/bears/elm copying bears/elm/ElmLintBear.py -> build/lib/bears/elm creating build/lib/bears/natural_language copying bears/natural_language/__init__.py -> build/lib/bears/natural_language copying bears/natural_language/LanguageToolBear.py -> build/lib/bears/natural_language copying bears/natural_language/AlexBear.py -> build/lib/bears/natural_language copying bears/natural_language/SpellCheckBear.py -> build/lib/bears/natural_language copying bears/natural_language/ProseLintBear.py -> build/lib/bears/natural_language copying bears/natural_language/WriteGoodLintBear.py -> build/lib/bears/natural_language creating build/lib/bears/ruby copying bears/ruby/RuboCopBear.py -> build/lib/bears/ruby copying bears/ruby/RubySmellBear.py -> build/lib/bears/ruby copying bears/ruby/__init__.py -> build/lib/bears/ruby copying bears/ruby/RubySyntaxBear.py -> build/lib/bears/ruby creating build/lib/bears/matlab copying bears/matlab/__init__.py -> build/lib/bears/matlab copying bears/matlab/MatlabIndentationBear.py -> build/lib/bears/matlab creating build/lib/bears/vcs/git copying bears/vcs/git/GitCommitBear.py -> build/lib/bears/vcs/git copying bears/vcs/git/__init__.py -> build/lib/bears/vcs/git creating build/lib/bears/python/requirements copying bears/python/requirements/PinRequirementsBear.py -> build/lib/bears/python/requirements copying bears/python/requirements/__init__.py -> build/lib/bears/python/requirements copying bears/python/requirements/PySafetyBear.py -> build/lib/bears/python/requirements creating build/lib/bears/c_languages/codeclone_detection copying bears/c_languages/codeclone_detection/ClangCountingConditions.py -> build/lib/bears/c_languages/codeclone_detection copying bears/c_languages/codeclone_detection/ClangCloneDetectionBear.py -> build/lib/bears/c_languages/codeclone_detection copying bears/c_languages/codeclone_detection/CountVector.py -> build/lib/bears/c_languages/codeclone_detection copying bears/c_languages/codeclone_detection/ClangFunctionDifferenceBear.py -> build/lib/bears/c_languages/codeclone_detection copying bears/c_languages/codeclone_detection/__init__.py -> build/lib/bears/c_languages/codeclone_detection copying bears/c_languages/codeclone_detection/ClangASTPrintBear.py -> build/lib/bears/c_languages/codeclone_detection copying bears/c_languages/codeclone_detection/ClangCountVectorCreator.py -> build/lib/bears/c_languages/codeclone_detection copying bears/c_languages/codeclone_detection/CloneDetectionRoutines.py -> build/lib/bears/c_languages/codeclone_detection copying bears/VERSION -> build/lib/bears copying bears/scala/scalastyle_config.xml -> build/lib/bears/scala installing to build/bdist.linux-x86_64/wheel running install running install_lib creating build/bdist.linux-x86_64 creating build/bdist.linux-x86_64/wheel creating build/bdist.linux-x86_64/wheel/bears creating build/bdist.linux-x86_64/wheel/bears/gettext copying build/lib/bears/gettext/DennisBear.py -> build/bdist.linux-x86_64/wheel/bears/gettext copying build/lib/bears/gettext/__init__.py -> build/bdist.linux-x86_64/wheel/bears/gettext creating build/bdist.linux-x86_64/wheel/bears/verilog copying build/lib/bears/verilog/__init__.py -> build/bdist.linux-x86_64/wheel/bears/verilog copying build/lib/bears/verilog/VerilogLintBear.py -> build/bdist.linux-x86_64/wheel/bears/verilog creating build/bdist.linux-x86_64/wheel/bears/cmake copying build/lib/bears/cmake/CMakeLintBear.py -> build/bdist.linux-x86_64/wheel/bears/cmake copying build/lib/bears/cmake/__init__.py -> build/bdist.linux-x86_64/wheel/bears/cmake creating build/bdist.linux-x86_64/wheel/bears/java copying build/lib/bears/java/CheckstyleBear.py -> build/bdist.linux-x86_64/wheel/bears/java copying build/lib/bears/java/JavaPMDBear.py -> build/bdist.linux-x86_64/wheel/bears/java copying build/lib/bears/java/__init__.py -> build/bdist.linux-x86_64/wheel/bears/java copying build/lib/bears/java/InferBear.py -> build/bdist.linux-x86_64/wheel/bears/java creating build/bdist.linux-x86_64/wheel/bears/php copying build/lib/bears/php/__init__.py -> build/bdist.linux-x86_64/wheel/bears/php copying build/lib/bears/php/PHPLintBear.py -> build/bdist.linux-x86_64/wheel/bears/php copying build/lib/bears/php/PHPCodeSnifferBear.py -> build/bdist.linux-x86_64/wheel/bears/php copying build/lib/bears/php/PHPMessDetectorBear.py -> build/bdist.linux-x86_64/wheel/bears/php creating build/bdist.linux-x86_64/wheel/bears/scss copying build/lib/bears/scss/SCSSLintBear.py -> build/bdist.linux-x86_64/wheel/bears/scss copying build/lib/bears/scss/__init__.py -> build/bdist.linux-x86_64/wheel/bears/scss creating build/bdist.linux-x86_64/wheel/bears/swift copying build/lib/bears/swift/__init__.py -> build/bdist.linux-x86_64/wheel/bears/swift copying build/lib/bears/swift/TailorBear.py -> build/bdist.linux-x86_64/wheel/bears/swift creating build/bdist.linux-x86_64/wheel/bears/go copying build/lib/bears/go/GoTypeBear.py -> build/bdist.linux-x86_64/wheel/bears/go copying build/lib/bears/go/GoLintBear.py -> build/bdist.linux-x86_64/wheel/bears/go copying build/lib/bears/go/GoVetBear.py -> build/bdist.linux-x86_64/wheel/bears/go copying build/lib/bears/go/GoImportsBear.py -> build/bdist.linux-x86_64/wheel/bears/go copying build/lib/bears/go/GoReturnsBear.py -> build/bdist.linux-x86_64/wheel/bears/go copying build/lib/bears/go/GofmtBear.py -> build/bdist.linux-x86_64/wheel/bears/go copying build/lib/bears/go/__init__.py -> build/bdist.linux-x86_64/wheel/bears/go copying build/lib/bears/go/GoErrCheckBear.py -> build/bdist.linux-x86_64/wheel/bears/go creating build/bdist.linux-x86_64/wheel/bears/documentation copying build/lib/bears/documentation/__init__.py -> build/bdist.linux-x86_64/wheel/bears/documentation copying build/lib/bears/documentation/DocumentationStyleBear.py -> build/bdist.linux-x86_64/wheel/bears/documentation creating build/bdist.linux-x86_64/wheel/bears/sql copying build/lib/bears/sql/SQLintBear.py -> build/bdist.linux-x86_64/wheel/bears/sql copying build/lib/bears/sql/__init__.py -> build/bdist.linux-x86_64/wheel/bears/sql creating build/bdist.linux-x86_64/wheel/bears/configfiles copying build/lib/bears/configfiles/PuppetLintBear.py -> build/bdist.linux-x86_64/wheel/bears/configfiles copying build/lib/bears/configfiles/TOMLBear.py -> build/bdist.linux-x86_64/wheel/bears/configfiles copying build/lib/bears/configfiles/__init__.py -> build/bdist.linux-x86_64/wheel/bears/configfiles copying build/lib/bears/configfiles/DockerfileLintBear.py -> build/bdist.linux-x86_64/wheel/bears/configfiles creating build/bdist.linux-x86_64/wheel/bears/vcs creating build/bdist.linux-x86_64/wheel/bears/vcs/git copying build/lib/bears/vcs/git/GitCommitBear.py -> build/bdist.linux-x86_64/wheel/bears/vcs/git copying build/lib/bears/vcs/git/__init__.py -> build/bdist.linux-x86_64/wheel/bears/vcs/git copying build/lib/bears/vcs/__init__.py -> build/bdist.linux-x86_64/wheel/bears/vcs creating build/bdist.linux-x86_64/wheel/bears/xml2 copying build/lib/bears/xml2/__init__.py -> build/bdist.linux-x86_64/wheel/bears/xml2 copying build/lib/bears/xml2/XMLBear.py -> build/bdist.linux-x86_64/wheel/bears/xml2 creating build/bdist.linux-x86_64/wheel/bears/coffee_script copying build/lib/bears/coffee_script/__init__.py -> build/bdist.linux-x86_64/wheel/bears/coffee_script copying build/lib/bears/coffee_script/CoffeeLintBear.py -> build/bdist.linux-x86_64/wheel/bears/coffee_script creating build/bdist.linux-x86_64/wheel/bears/dart copying build/lib/bears/dart/__init__.py -> build/bdist.linux-x86_64/wheel/bears/dart copying build/lib/bears/dart/DartLintBear.py -> build/bdist.linux-x86_64/wheel/bears/dart copying build/lib/bears/generate_package.py -> build/bdist.linux-x86_64/wheel/bears creating build/bdist.linux-x86_64/wheel/bears/css copying build/lib/bears/css/CSSLintBear.py -> build/bdist.linux-x86_64/wheel/bears/css copying build/lib/bears/css/CSSAutoPrefixBear.py -> build/bdist.linux-x86_64/wheel/bears/css copying build/lib/bears/css/__init__.py -> build/bdist.linux-x86_64/wheel/bears/css copying build/lib/bears/css/StyleLintBear.py -> build/bdist.linux-x86_64/wheel/bears/css creating build/bdist.linux-x86_64/wheel/bears/vhdl copying build/lib/bears/vhdl/__init__.py -> build/bdist.linux-x86_64/wheel/bears/vhdl copying build/lib/bears/vhdl/VHDLLintBear.py -> build/bdist.linux-x86_64/wheel/bears/vhdl creating build/bdist.linux-x86_64/wheel/bears/scala copying build/lib/bears/scala/scalastyle_config.xml -> build/bdist.linux-x86_64/wheel/bears/scala copying build/lib/bears/scala/ScalaLintBear.py -> build/bdist.linux-x86_64/wheel/bears/scala copying build/lib/bears/scala/__init__.py -> build/bdist.linux-x86_64/wheel/bears/scala creating build/bdist.linux-x86_64/wheel/bears/typescript copying build/lib/bears/typescript/TSLintBear.py -> build/bdist.linux-x86_64/wheel/bears/typescript copying build/lib/bears/typescript/__init__.py -> build/bdist.linux-x86_64/wheel/bears/typescript creating build/bdist.linux-x86_64/wheel/bears/hypertext copying build/lib/bears/hypertext/HTMLLintBear.py -> build/bdist.linux-x86_64/wheel/bears/hypertext copying build/lib/bears/hypertext/__init__.py -> build/bdist.linux-x86_64/wheel/bears/hypertext copying build/lib/bears/hypertext/BootLintBear.py -> build/bdist.linux-x86_64/wheel/bears/hypertext creating build/bdist.linux-x86_64/wheel/bears/r copying build/lib/bears/r/RLintBear.py -> build/bdist.linux-x86_64/wheel/bears/r copying build/lib/bears/r/__init__.py -> build/bdist.linux-x86_64/wheel/bears/r copying build/lib/bears/r/FormatRBear.py -> build/bdist.linux-x86_64/wheel/bears/r creating build/bdist.linux-x86_64/wheel/bears/js copying build/lib/bears/js/JSONFormatBear.py -> build/bdist.linux-x86_64/wheel/bears/js copying build/lib/bears/js/ESLintBear.py -> build/bdist.linux-x86_64/wheel/bears/js copying build/lib/bears/js/JSHintBear.py -> build/bdist.linux-x86_64/wheel/bears/js copying build/lib/bears/js/__init__.py -> build/bdist.linux-x86_64/wheel/bears/js copying build/lib/bears/js/JSComplexityBear.py -> build/bdist.linux-x86_64/wheel/bears/js copying build/lib/bears/js/HappinessLintBear.py -> build/bdist.linux-x86_64/wheel/bears/js creating build/bdist.linux-x86_64/wheel/bears/jinja2 copying build/lib/bears/jinja2/__init__.py -> build/bdist.linux-x86_64/wheel/bears/jinja2 copying build/lib/bears/jinja2/Jinja2Bear.py -> build/bdist.linux-x86_64/wheel/bears/jinja2 creating build/bdist.linux-x86_64/wheel/bears/vimscript copying build/lib/bears/vimscript/VintBear.py -> build/bdist.linux-x86_64/wheel/bears/vimscript copying build/lib/bears/vimscript/__init__.py -> build/bdist.linux-x86_64/wheel/bears/vimscript creating build/bdist.linux-x86_64/wheel/bears/csv copying build/lib/bears/csv/CSVLintBear.py -> build/bdist.linux-x86_64/wheel/bears/csv copying build/lib/bears/csv/__init__.py -> build/bdist.linux-x86_64/wheel/bears/csv creating build/bdist.linux-x86_64/wheel/bears/lua copying build/lib/bears/lua/LuaLintBear.py -> build/bdist.linux-x86_64/wheel/bears/lua copying build/lib/bears/lua/__init__.py -> build/bdist.linux-x86_64/wheel/bears/lua creating build/bdist.linux-x86_64/wheel/bears/stylus copying build/lib/bears/stylus/StylintBear.py -> build/bdist.linux-x86_64/wheel/bears/stylus copying build/lib/bears/stylus/__init__.py -> build/bdist.linux-x86_64/wheel/bears/stylus creating build/bdist.linux-x86_64/wheel/bears/markdown copying build/lib/bears/markdown/__init__.py -> build/bdist.linux-x86_64/wheel/bears/markdown copying build/lib/bears/markdown/MarkdownBear.py -> build/bdist.linux-x86_64/wheel/bears/markdown creating build/bdist.linux-x86_64/wheel/bears/shell copying build/lib/bears/shell/ShellCheckBear.py -> build/bdist.linux-x86_64/wheel/bears/shell copying build/lib/bears/shell/__init__.py -> build/bdist.linux-x86_64/wheel/bears/shell creating build/bdist.linux-x86_64/wheel/bears/general copying build/lib/bears/general/DuplicateFileBear.py -> build/bdist.linux-x86_64/wheel/bears/general copying build/lib/bears/general/QuotesBear.py -> build/bdist.linux-x86_64/wheel/bears/general copying build/lib/bears/general/TextLintBear.py -> build/bdist.linux-x86_64/wheel/bears/general copying build/lib/bears/general/AnnotationBear.py -> build/bdist.linux-x86_64/wheel/bears/general copying build/lib/bears/general/InvalidLinkBear.py -> build/bdist.linux-x86_64/wheel/bears/general copying build/lib/bears/general/FilenameBear.py -> build/bdist.linux-x86_64/wheel/bears/general copying build/lib/bears/general/__init__.py -> build/bdist.linux-x86_64/wheel/bears/general copying build/lib/bears/general/LicenseCheckBear.py -> build/bdist.linux-x86_64/wheel/bears/general copying build/lib/bears/general/LineCountBear.py -> build/bdist.linux-x86_64/wheel/bears/general copying build/lib/bears/general/LineLengthBear.py -> build/bdist.linux-x86_64/wheel/bears/general copying build/lib/bears/general/coalaBear.py -> build/bdist.linux-x86_64/wheel/bears/general copying build/lib/bears/general/KeywordBear.py -> build/bdist.linux-x86_64/wheel/bears/general copying build/lib/bears/general/MementoBear.py -> build/bdist.linux-x86_64/wheel/bears/general copying build/lib/bears/general/CPDBear.py -> build/bdist.linux-x86_64/wheel/bears/general copying build/lib/bears/general/SpaceConsistencyBear.py -> build/bdist.linux-x86_64/wheel/bears/general copying build/lib/bears/general/IndentationBear.py -> build/bdist.linux-x86_64/wheel/bears/general copying build/lib/bears/Constants.py -> build/bdist.linux-x86_64/wheel/bears creating build/bdist.linux-x86_64/wheel/bears/python copying build/lib/bears/python/PycodestyleBear.py -> build/bdist.linux-x86_64/wheel/bears/python copying build/lib/bears/python/PyFlakesBear.py -> build/bdist.linux-x86_64/wheel/bears/python copying build/lib/bears/python/PEP8Bear.py -> build/bdist.linux-x86_64/wheel/bears/python copying build/lib/bears/python/PyLintBear.py -> build/bdist.linux-x86_64/wheel/bears/python copying build/lib/bears/python/VultureBear.py -> build/bdist.linux-x86_64/wheel/bears/python copying build/lib/bears/python/PyDocStyleBear.py -> build/bdist.linux-x86_64/wheel/bears/python copying build/lib/bears/python/PythonPackageInitBear.py -> build/bdist.linux-x86_64/wheel/bears/python copying build/lib/bears/python/PyCommentedCodeBear.py -> build/bdist.linux-x86_64/wheel/bears/python copying build/lib/bears/python/PyImportSortBear.py -> build/bdist.linux-x86_64/wheel/bears/python copying build/lib/bears/python/PyromaBear.py -> build/bdist.linux-x86_64/wheel/bears/python copying build/lib/bears/python/PEP8NotebookBear.py -> build/bdist.linux-x86_64/wheel/bears/python copying build/lib/bears/python/MypyBear.py -> build/bdist.linux-x86_64/wheel/bears/python copying build/lib/bears/python/PyUnusedCodeBear.py -> build/bdist.linux-x86_64/wheel/bears/python copying build/lib/bears/python/__init__.py -> build/bdist.linux-x86_64/wheel/bears/python creating build/bdist.linux-x86_64/wheel/bears/python/requirements copying build/lib/bears/python/requirements/PinRequirementsBear.py -> build/bdist.linux-x86_64/wheel/bears/python/requirements copying build/lib/bears/python/requirements/__init__.py -> build/bdist.linux-x86_64/wheel/bears/python/requirements copying build/lib/bears/python/requirements/PySafetyBear.py -> build/bdist.linux-x86_64/wheel/bears/python/requirements copying build/lib/bears/python/YapfBear.py -> build/bdist.linux-x86_64/wheel/bears/python copying build/lib/bears/python/BanditBear.py -> build/bdist.linux-x86_64/wheel/bears/python copying build/lib/bears/python/RadonBear.py -> build/bdist.linux-x86_64/wheel/bears/python creating build/bdist.linux-x86_64/wheel/bears/haskell copying build/lib/bears/haskell/__init__.py -> build/bdist.linux-x86_64/wheel/bears/haskell copying build/lib/bears/haskell/HaskellLintBear.py -> build/bdist.linux-x86_64/wheel/bears/haskell copying build/lib/bears/haskell/GhcModBear.py -> build/bdist.linux-x86_64/wheel/bears/haskell creating build/bdist.linux-x86_64/wheel/bears/apertium copying build/lib/bears/apertium/__init__.py -> build/bdist.linux-x86_64/wheel/bears/apertium copying build/lib/bears/apertium/ApertiumLintBear.py -> build/bdist.linux-x86_64/wheel/bears/apertium creating build/bdist.linux-x86_64/wheel/bears/latex copying build/lib/bears/latex/LatexLintBear.py -> build/bdist.linux-x86_64/wheel/bears/latex copying build/lib/bears/latex/__init__.py -> build/bdist.linux-x86_64/wheel/bears/latex copying build/lib/bears/__init__.py -> build/bdist.linux-x86_64/wheel/bears creating build/bdist.linux-x86_64/wheel/bears/julia copying build/lib/bears/julia/JuliaLintBear.py -> build/bdist.linux-x86_64/wheel/bears/julia copying build/lib/bears/julia/__init__.py -> build/bdist.linux-x86_64/wheel/bears/julia creating build/bdist.linux-x86_64/wheel/bears/c_languages copying build/lib/bears/c_languages/GNUIndentBear.py -> build/bdist.linux-x86_64/wheel/bears/c_languages copying build/lib/bears/c_languages/ClangComplexityBear.py -> build/bdist.linux-x86_64/wheel/bears/c_languages copying build/lib/bears/c_languages/CPPCheckBear.py -> build/bdist.linux-x86_64/wheel/bears/c_languages creating build/bdist.linux-x86_64/wheel/bears/c_languages/codeclone_detection copying build/lib/bears/c_languages/codeclone_detection/ClangCountingConditions.py -> build/bdist.linux-x86_64/wheel/bears/c_languages/codeclone_detection copying build/lib/bears/c_languages/codeclone_detection/ClangCloneDetectionBear.py -> build/bdist.linux-x86_64/wheel/bears/c_languages/codeclone_detection copying build/lib/bears/c_languages/codeclone_detection/CountVector.py -> build/bdist.linux-x86_64/wheel/bears/c_languages/codeclone_detection copying build/lib/bears/c_languages/codeclone_detection/ClangFunctionDifferenceBear.py -> build/bdist.linux-x86_64/wheel/bears/c_languages/codeclone_detection copying build/lib/bears/c_languages/codeclone_detection/__init__.py -> build/bdist.linux-x86_64/wheel/bears/c_languages/codeclone_detection copying build/lib/bears/c_languages/codeclone_detection/ClangASTPrintBear.py -> build/bdist.linux-x86_64/wheel/bears/c_languages/codeclone_detection copying build/lib/bears/c_languages/codeclone_detection/ClangCountVectorCreator.py -> build/bdist.linux-x86_64/wheel/bears/c_languages/codeclone_detection copying build/lib/bears/c_languages/codeclone_detection/CloneDetectionRoutines.py -> build/bdist.linux-x86_64/wheel/bears/c_languages/codeclone_detection copying build/lib/bears/c_languages/ClangBear.py -> build/bdist.linux-x86_64/wheel/bears/c_languages copying build/lib/bears/c_languages/CPPLintBear.py -> build/bdist.linux-x86_64/wheel/bears/c_languages copying build/lib/bears/c_languages/__init__.py -> build/bdist.linux-x86_64/wheel/bears/c_languages copying build/lib/bears/c_languages/CPPCleanBear.py -> build/bdist.linux-x86_64/wheel/bears/c_languages copying build/lib/bears/c_languages/CSecurityBear.py -> build/bdist.linux-x86_64/wheel/bears/c_languages copying build/lib/bears/c_languages/CSharpLintBear.py -> build/bdist.linux-x86_64/wheel/bears/c_languages creating build/bdist.linux-x86_64/wheel/bears/yaml copying build/lib/bears/yaml/RAMLLintBear.py -> build/bdist.linux-x86_64/wheel/bears/yaml copying build/lib/bears/yaml/__init__.py -> build/bdist.linux-x86_64/wheel/bears/yaml copying build/lib/bears/yaml/YAMLLintBear.py -> build/bdist.linux-x86_64/wheel/bears/yaml creating build/bdist.linux-x86_64/wheel/bears/perl copying build/lib/bears/perl/__init__.py -> build/bdist.linux-x86_64/wheel/bears/perl copying build/lib/bears/perl/PerlCriticBear.py -> build/bdist.linux-x86_64/wheel/bears/perl creating build/bdist.linux-x86_64/wheel/bears/rest copying build/lib/bears/rest/RSTcheckBear.py -> build/bdist.linux-x86_64/wheel/bears/rest copying build/lib/bears/rest/reSTLintBear.py -> build/bdist.linux-x86_64/wheel/bears/rest copying build/lib/bears/rest/__init__.py -> build/bdist.linux-x86_64/wheel/bears/rest creating build/bdist.linux-x86_64/wheel/bears/elm copying build/lib/bears/elm/__init__.py -> build/bdist.linux-x86_64/wheel/bears/elm copying build/lib/bears/elm/ElmLintBear.py -> build/bdist.linux-x86_64/wheel/bears/elm creating build/bdist.linux-x86_64/wheel/bears/natural_language copying build/lib/bears/natural_language/__init__.py -> build/bdist.linux-x86_64/wheel/bears/natural_language copying build/lib/bears/natural_language/LanguageToolBear.py -> build/bdist.linux-x86_64/wheel/bears/natural_language copying build/lib/bears/natural_language/AlexBear.py -> build/bdist.linux-x86_64/wheel/bears/natural_language copying build/lib/bears/natural_language/SpellCheckBear.py -> build/bdist.linux-x86_64/wheel/bears/natural_language copying build/lib/bears/natural_language/ProseLintBear.py -> build/bdist.linux-x86_64/wheel/bears/natural_language copying build/lib/bears/natural_language/WriteGoodLintBear.py -> build/bdist.linux-x86_64/wheel/bears/natural_language creating build/bdist.linux-x86_64/wheel/bears/ruby copying build/lib/bears/ruby/RuboCopBear.py -> build/bdist.linux-x86_64/wheel/bears/ruby copying build/lib/bears/ruby/RubySmellBear.py -> build/bdist.linux-x86_64/wheel/bears/ruby copying build/lib/bears/ruby/__init__.py -> build/bdist.linux-x86_64/wheel/bears/ruby copying build/lib/bears/ruby/RubySyntaxBear.py -> build/bdist.linux-x86_64/wheel/bears/ruby creating build/bdist.linux-x86_64/wheel/bears/matlab copying build/lib/bears/matlab/__init__.py -> build/bdist.linux-x86_64/wheel/bears/matlab copying build/lib/bears/matlab/MatlabIndentationBear.py -> build/bdist.linux-x86_64/wheel/bears/matlab copying build/lib/bears/VERSION -> build/bdist.linux-x86_64/wheel/bears running install_egg_info Copying coala_bears.egg-info to build/bdist.linux-x86_64/wheel/coala_bears-0.12.0.dev20170617163705-py3.4.egg-info running install_scripts creating build/bdist.linux-x86_64/wheel/coala_bears-0.12.0.dev20170617163705.dist-info/WHEEL Uploading distributions to https://pypi.python.org/pypi Uploading coala_bears-0.12.0.dev20170617163705-py34.py35.py36-none-any.whl Uploading distributions to https://pypi.python.org/pypi Uploading coala-bears-0.12.0.dev20170617163705.tar.gz + mv /home/r/repo . + '[' -n '' ']' ++ whoami + sudo chown -R rultor repo + cd repo + git push origin master To git@github.com:coala/coala-bears.git 45dfb62..d09c8f9 master -> master container a0b3aa265510815e908221f4e24758410eccc5683689f511ab08cd87c742f904 is dead Sat Jun 17 18:37:57 CEST 2017