+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 8107
+ echo '1.61.6 6a2b7d9'
1.61.6 6a2b7d9
+ date
Mon Feb 29 15:45:24 UTC 2016
+ uptime
 15:45:24 up 17 days, 19:47,  0 users,  load average: 13.02, 14.01, 10.93
+ fork=git@github.com:SanketDG/coala-bears.git
+ fork_branch=testrevert
+ head=git@github.com:coala-analyzer/coala-bears.git
+ head_branch=master
+ pull_id=132
+ pull_title='Revert "tests: Decrease timeout"'
+ vars=('--env=fork=git@github.com:SanketDG/coala-bears.git' '--env=fork_branch=testrevert' '--env=head=git@github.com:coala-analyzer/coala-bears.git' '--env=head_branch=master' '--env=pull_id=132' '--env=pull_title=Revert "tests: Decrease timeout"')
+ image=coala/rultor-python
+ directory=
+ scripts=('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' ';')
+ squash=false
+ ff=only
+ rebase=false
+ container=coala-analyzer_coala-bears_132
+ 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-analyzer/coala-bears.git repo
Cloning into 'repo'...
+ cd repo
+ git config user.email me@rultor.com
+ git config user.name rultor
+ '[' -z 'if ! pip3 -V ; then wget -O - https://bootstrap.pypa.io/get-pip.py | python3; fi' ']'
+ cd ..
+ cat
+ '[' true = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo '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
Version: SKS 1.1.5
gpg: armor header:
Comment: Hostname: keys.itunix.eu
gpg: armor header:
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) 2.0.22
libgcrypt 1.5.3
Copyright (C) 2013 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, ELG, 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-Gh5Y/.gpg/pubring.gpg --secret-keyring=/tmp/rultor-Gh5Y/.gpg/secring.gpg --decrypt repo/.ci/rultor_secrets.sh.asc
Version: GnuPG v2
gpg: armor header:
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.zNCNdshFVz'
+ gpg --no-tty --batch --verbose --decrypt --passphrase rultor-key:coala-analyzer/coala-bears rultor_secrets.sh.enc
Version: GnuPG v2
gpg: armor header:
gpg: AES encrypted data
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:SanketDG/coala-bears.git
+ git remote update
Fetching origin
Fetching fork
From github.com:SanketDG/coala-bears
 * [new branch]      ajk/goop   -> fork/ajk/goop
 * [new branch]      cover      -> fork/cover
 * [new branch]      julia      -> fork/julia
 * [new branch]      master     -> fork/master
 * [new branch]      no-trailing -> fork/no-trailing
 * [new branch]      pydocstyle -> fork/pydocstyle
 * [new branch]      testmigrate -> fork/testmigrate
 * [new branch]      testrevert -> fork/testrevert
 * [new branch]      timeoutfix -> fork/timeoutfix
 * [new branch]      urlcheck   -> fork/urlcheck
 * [new branch]      xmlbear    -> fork/xmlbear
 * [new branch]      xmlfix     -> fork/xmlfix
+ args=
+ '[' only == default ']'
+ '[' only == no ']'
+ '[' only == only ']'
+ args=' --ff-only'
+ export BRANCH=__rultor
+ BRANCH=__rultor
++ wc -l
++ git show-branch __rultor
+ '[' 0 -gt 0 ']'
+ git checkout fork/testrevert
Note: checking out 'fork/testrevert'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
  git checkout -b new_branch_name
HEAD is now at 1f0efae... Revert "tests: Decrease timeout"
+ git checkout -b __rultor
Switched to a new branch '__rultor'
+ git checkout master
Switched to branch 'master'
+ '[' false == true ']'
+ '[' false == true ']'
+ git merge --ff-only __rultor
Updating f73ad6f..1f0efae
Fast-forward
 setup.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
+ docker_when_possible
+ true
++ uptime
++ tail -n 1
++ sed 's/ /\n/g'
+ load=10.93
++ bc
++ echo 10.93 '>' 30
+ '[' 0 -eq 1 ']'
+ echo 'load average is 10.93, low enough to run a new Docker container'
load average is 10.93, 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
a64038a0eeaa: Already exists
2ec6e7edf8a8: Already exists
0a5fb6c3c94b: Already exists
a3ed95caeb02: Already exists
a3ed95caeb02: Already exists
a3ed95caeb02: Already exists
a3ed95caeb02: Already exists
a3ed95caeb02: Already exists
0c08b4c3c106: Already exists
37a54fc36add: Already exists
a3ed95caeb02: Already exists
a3ed95caeb02: Already exists
a3ed95caeb02: Already exists
59d7627a6943: Already exists
05ee31a81000: Already exists
44b0d92cd2a7: Already exists
287a74330863: Already exists
e1a2618be004: Already exists
dc7d2cb6390c: Already exists
55ec34619253: Already exists
eda07e89108f: Already exists
699fcd2cb024: Already exists
45f5565e1265: Already exists
8f71d915fb7a: Already exists
4c291b3e62e5: Already exists
9c7504854c5c: Already exists
42398c4c9851: Already exists
3ec7d4651ec5: Already exists
bbed16c72b47: Already exists
8955c0534ef3: Already exists
9c86fae69c85: Already exists
725c247c9473: Already exists
c8ebdbf6d9bf: Already exists
c0073b94ac2e: Already exists
99316b41d51e: Already exists
f2d913444263: Already exists
b16198fc04cb: Already exists
a4daf7b4b5c4: Already exists
93d8fbad3b0b: Already exists
f5d0be2019a1: Already exists
7ca19ca78409: Already exists
90256dfc9a72: Already exists
312dbd0c4245: Already exists
762b8f49fec7: Already exists
ac4af33e730b: Already exists
84ce64880e32: Already exists
c1cb00188f8a: Already exists
a3ed95caeb02: Already exists
a3ed95caeb02: Already exists
ef420c674c8c: Already exists
0cc16110a863: Already exists
a3ed95caeb02: Already exists
a3ed95caeb02: Already exists
7fdc66df4385: Already exists
107414865573: Already exists
d09d166940f2: Already exists
14f78fabe448: Already exists
d548b7b98af5: Already exists
3cf89fc9abea: Already exists
e138323db0ea: Already exists
a3ed95caeb02: Already exists
19f1e6c31126: Already exists
a3ed95caeb02: Already exists
43d5700cddf6: Already exists
deaadbbb0eea: Already exists
ed62186476f8: Already exists
96958cad7ac0: Already exists
0b4399fb46e6: Already exists
aedc11c3937c: Already exists
c0c72e23c83f: Already exists
Digest: sha256:9770d19bed795287583f8dbb546f082d260cd728cbc828700b77d5ccbd96552a
Status: Image is up to date for coala/rultor-python:latest
+ docker ps --filter=status=exited
+ grep --quiet '\scoala-analyzer_coala-bears_132\s*$'
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-Gh5Y:/main --env=fork=git@github.com:SanketDG/coala-bears.git --env=fork_branch=testrevert --env=head=git@github.com:coala-analyzer/coala-bears.git --env=head_branch=master --env=pull_id=132 '--env=pull_title=Revert "tests: Decrease timeout"' --hostname=docker --memory=6g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-Gh5Y/cid -w=/main --name=coala-analyzer_coala-bears_132 coala/rultor-python /main/entry.sh
+ 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
+ export HOME=/home/r
+ HOME=/home/r
+ cd /home/r/repo
+ pip3 -V
pip 8.0.2 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 20160229154531
+ 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-toolbelt>=0.4.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>=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)
33mYou are using pip version 8.0.2, however version 8.0.3 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.0m
Downloading bears/java/checkstyle.jar...
DONE.
Downloading bears/scala/scalastyle.jar...
DONE.
running sdist
running egg_info
creating coala_bears.egg-info
writing coala_bears.egg-info/PKG-INFO
writing top-level names to coala_bears.egg-info/top_level.txt
writing requirements to coala_bears.egg-info/requires.txt
writing dependency_links to coala_bears.egg-info/dependency_links.txt
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'
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.1.0.dev20160229154531
creating coala-bears-0.1.0.dev20160229154531/bears
creating coala-bears-0.1.0.dev20160229154531/bears/c_languages
creating coala-bears-0.1.0.dev20160229154531/bears/c_languages/codeclone_detection
creating coala-bears-0.1.0.dev20160229154531/bears/coffee_script
creating coala-bears-0.1.0.dev20160229154531/bears/configfiles
creating coala-bears-0.1.0.dev20160229154531/bears/css
creating coala-bears-0.1.0.dev20160229154531/bears/dart
creating coala-bears-0.1.0.dev20160229154531/bears/general
creating coala-bears-0.1.0.dev20160229154531/bears/go
creating coala-bears-0.1.0.dev20160229154531/bears/haskell
creating coala-bears-0.1.0.dev20160229154531/bears/html
creating coala-bears-0.1.0.dev20160229154531/bears/java
creating coala-bears-0.1.0.dev20160229154531/bears/js
creating coala-bears-0.1.0.dev20160229154531/bears/julia
creating coala-bears-0.1.0.dev20160229154531/bears/latex
creating coala-bears-0.1.0.dev20160229154531/bears/matlab
creating coala-bears-0.1.0.dev20160229154531/bears/natural_language
creating coala-bears-0.1.0.dev20160229154531/bears/php
creating coala-bears-0.1.0.dev20160229154531/bears/python
creating coala-bears-0.1.0.dev20160229154531/bears/r
creating coala-bears-0.1.0.dev20160229154531/bears/ruby
creating coala-bears-0.1.0.dev20160229154531/bears/sql
creating coala-bears-0.1.0.dev20160229154531/bears/vcs
creating coala-bears-0.1.0.dev20160229154531/bears/vcs/git
creating coala-bears-0.1.0.dev20160229154531/bears/xml
creating coala-bears-0.1.0.dev20160229154531/coala_bears.egg-info
creating coala-bears-0.1.0.dev20160229154531/tests
creating coala-bears-0.1.0.dev20160229154531/tests/c_languages
creating coala-bears-0.1.0.dev20160229154531/tests/c_languages/codeclone_detection
creating coala-bears-0.1.0.dev20160229154531/tests/coffee_script
creating coala-bears-0.1.0.dev20160229154531/tests/configfiles
creating coala-bears-0.1.0.dev20160229154531/tests/css
creating coala-bears-0.1.0.dev20160229154531/tests/dart
creating coala-bears-0.1.0.dev20160229154531/tests/general
creating coala-bears-0.1.0.dev20160229154531/tests/go
creating coala-bears-0.1.0.dev20160229154531/tests/haskell
creating coala-bears-0.1.0.dev20160229154531/tests/html
creating coala-bears-0.1.0.dev20160229154531/tests/java
creating coala-bears-0.1.0.dev20160229154531/tests/js
creating coala-bears-0.1.0.dev20160229154531/tests/julia
creating coala-bears-0.1.0.dev20160229154531/tests/latex
creating coala-bears-0.1.0.dev20160229154531/tests/matlab
creating coala-bears-0.1.0.dev20160229154531/tests/natural_language
creating coala-bears-0.1.0.dev20160229154531/tests/php
creating coala-bears-0.1.0.dev20160229154531/tests/python
creating coala-bears-0.1.0.dev20160229154531/tests/python/test_files
creating coala-bears-0.1.0.dev20160229154531/tests/r
creating coala-bears-0.1.0.dev20160229154531/tests/ruby
creating coala-bears-0.1.0.dev20160229154531/tests/scala
creating coala-bears-0.1.0.dev20160229154531/tests/sql
creating coala-bears-0.1.0.dev20160229154531/tests/vcs
creating coala-bears-0.1.0.dev20160229154531/tests/vcs/git
creating coala-bears-0.1.0.dev20160229154531/tests/xml
creating coala-bears-0.1.0.dev20160229154531/tests/yaml
making hard links in coala-bears-0.1.0.dev20160229154531...
hard linking README.rst -> coala-bears-0.1.0.dev20160229154531
hard linking setup.cfg -> coala-bears-0.1.0.dev20160229154531
hard linking setup.py -> coala-bears-0.1.0.dev20160229154531
hard linking bears/CheckPrerequisites.py -> coala-bears-0.1.0.dev20160229154531/bears
hard linking bears/Constants.py -> coala-bears-0.1.0.dev20160229154531/bears
hard linking bears/VERSION -> coala-bears-0.1.0.dev20160229154531/bears
hard linking bears/__init__.py -> coala-bears-0.1.0.dev20160229154531/bears
hard linking bears/c_languages/CPPCleanBear.py -> coala-bears-0.1.0.dev20160229154531/bears/c_languages
hard linking bears/c_languages/CPPLintBear.py -> coala-bears-0.1.0.dev20160229154531/bears/c_languages
hard linking bears/c_languages/CSharpLintBear.py -> coala-bears-0.1.0.dev20160229154531/bears/c_languages
hard linking bears/c_languages/ClangBear.py -> coala-bears-0.1.0.dev20160229154531/bears/c_languages
hard linking bears/c_languages/IndentBear.py -> coala-bears-0.1.0.dev20160229154531/bears/c_languages
hard linking bears/c_languages/__init__.py -> coala-bears-0.1.0.dev20160229154531/bears/c_languages
hard linking bears/c_languages/codeclone_detection/ClangASTPrintBear.py -> coala-bears-0.1.0.dev20160229154531/bears/c_languages/codeclone_detection
hard linking bears/c_languages/codeclone_detection/ClangCloneDetectionBear.py -> coala-bears-0.1.0.dev20160229154531/bears/c_languages/codeclone_detection
hard linking bears/c_languages/codeclone_detection/ClangCountVectorCreator.py -> coala-bears-0.1.0.dev20160229154531/bears/c_languages/codeclone_detection
hard linking bears/c_languages/codeclone_detection/ClangCountingConditions.py -> coala-bears-0.1.0.dev20160229154531/bears/c_languages/codeclone_detection
hard linking bears/c_languages/codeclone_detection/ClangFunctionDifferenceBear.py -> coala-bears-0.1.0.dev20160229154531/bears/c_languages/codeclone_detection
hard linking bears/c_languages/codeclone_detection/CloneDetectionRoutines.py -> coala-bears-0.1.0.dev20160229154531/bears/c_languages/codeclone_detection
hard linking bears/c_languages/codeclone_detection/CountVector.py -> coala-bears-0.1.0.dev20160229154531/bears/c_languages/codeclone_detection
hard linking bears/c_languages/codeclone_detection/__init__.py -> coala-bears-0.1.0.dev20160229154531/bears/c_languages/codeclone_detection
hard linking bears/coffee_script/CoffeeLintBear.py -> coala-bears-0.1.0.dev20160229154531/bears/coffee_script
hard linking bears/coffee_script/__init__.py -> coala-bears-0.1.0.dev20160229154531/bears/coffee_script
hard linking bears/configfiles/DockerfileLintBear.py -> coala-bears-0.1.0.dev20160229154531/bears/configfiles
hard linking bears/configfiles/__init__.py -> coala-bears-0.1.0.dev20160229154531/bears/configfiles
hard linking bears/css/CSSLintBear.py -> coala-bears-0.1.0.dev20160229154531/bears/css
hard linking bears/css/__init__.py -> coala-bears-0.1.0.dev20160229154531/bears/css
hard linking bears/dart/DartLintBear.py -> coala-bears-0.1.0.dev20160229154531/bears/dart
hard linking bears/dart/__init__.py -> coala-bears-0.1.0.dev20160229154531/bears/dart
hard linking bears/general/InvalidLinkBear.py -> coala-bears-0.1.0.dev20160229154531/bears/general
hard linking bears/general/KeywordBear.py -> coala-bears-0.1.0.dev20160229154531/bears/general
hard linking bears/general/LineCountBear.py -> coala-bears-0.1.0.dev20160229154531/bears/general
hard linking bears/general/LineLengthBear.py -> coala-bears-0.1.0.dev20160229154531/bears/general
hard linking bears/general/SpaceConsistencyBear.py -> coala-bears-0.1.0.dev20160229154531/bears/general
hard linking bears/general/__init__.py -> coala-bears-0.1.0.dev20160229154531/bears/general
hard linking bears/go/GoImportsBear.py -> coala-bears-0.1.0.dev20160229154531/bears/go
hard linking bears/go/GoLintBear.py -> coala-bears-0.1.0.dev20160229154531/bears/go
hard linking bears/go/GoReturnsBear.py -> coala-bears-0.1.0.dev20160229154531/bears/go
hard linking bears/go/GoVetBear.py -> coala-bears-0.1.0.dev20160229154531/bears/go
hard linking bears/go/GofmtBear.py -> coala-bears-0.1.0.dev20160229154531/bears/go
hard linking bears/go/__init__.py -> coala-bears-0.1.0.dev20160229154531/bears/go
hard linking bears/haskell/HaskellLintBear.py -> coala-bears-0.1.0.dev20160229154531/bears/haskell
hard linking bears/haskell/__init__.py -> coala-bears-0.1.0.dev20160229154531/bears/haskell
hard linking bears/html/HTMLLintBear.py -> coala-bears-0.1.0.dev20160229154531/bears/html
hard linking bears/html/__init__.py -> coala-bears-0.1.0.dev20160229154531/bears/html
hard linking bears/java/CheckstyleBear.py -> coala-bears-0.1.0.dev20160229154531/bears/java
hard linking bears/java/__init__.py -> coala-bears-0.1.0.dev20160229154531/bears/java
hard linking bears/java/checkstyle.jar -> coala-bears-0.1.0.dev20160229154531/bears/java
hard linking bears/java/google_checks.xml -> coala-bears-0.1.0.dev20160229154531/bears/java
hard linking bears/js/JSHintBear.py -> coala-bears-0.1.0.dev20160229154531/bears/js
hard linking bears/js/JSONFormatBear.py -> coala-bears-0.1.0.dev20160229154531/bears/js
hard linking bears/js/__init__.py -> coala-bears-0.1.0.dev20160229154531/bears/js
hard linking bears/julia/JuliaLintBear.py -> coala-bears-0.1.0.dev20160229154531/bears/julia
hard linking bears/julia/__init__.py -> coala-bears-0.1.0.dev20160229154531/bears/julia
hard linking bears/latex/LatexLintBear.py -> coala-bears-0.1.0.dev20160229154531/bears/latex
hard linking bears/latex/__init__.py -> coala-bears-0.1.0.dev20160229154531/bears/latex
hard linking bears/matlab/MatlabIndentationBear.py -> coala-bears-0.1.0.dev20160229154531/bears/matlab
hard linking bears/matlab/__init__.py -> coala-bears-0.1.0.dev20160229154531/bears/matlab
hard linking bears/natural_language/AlexBear.py -> coala-bears-0.1.0.dev20160229154531/bears/natural_language
hard linking bears/natural_language/LanguageToolBear.py -> coala-bears-0.1.0.dev20160229154531/bears/natural_language
hard linking bears/natural_language/MarkdownBear.py -> coala-bears-0.1.0.dev20160229154531/bears/natural_language
hard linking bears/natural_language/ProseLintBear.py -> coala-bears-0.1.0.dev20160229154531/bears/natural_language
hard linking bears/natural_language/__init__.py -> coala-bears-0.1.0.dev20160229154531/bears/natural_language
hard linking bears/natural_language/reSTLintBear.py -> coala-bears-0.1.0.dev20160229154531/bears/natural_language
hard linking bears/php/PHPLintBear.py -> coala-bears-0.1.0.dev20160229154531/bears/php
hard linking bears/php/__init__.py -> coala-bears-0.1.0.dev20160229154531/bears/php
hard linking bears/python/PEP8Bear.py -> coala-bears-0.1.0.dev20160229154531/bears/python
hard linking bears/python/PyCommentedCodeBear.py -> coala-bears-0.1.0.dev20160229154531/bears/python
hard linking bears/python/PyImportSortBear.py -> coala-bears-0.1.0.dev20160229154531/bears/python
hard linking bears/python/PyLintBear.py -> coala-bears-0.1.0.dev20160229154531/bears/python
hard linking bears/python/PyUnusedCodeBear.py -> coala-bears-0.1.0.dev20160229154531/bears/python
hard linking bears/python/RadonBear.py -> coala-bears-0.1.0.dev20160229154531/bears/python
hard linking bears/python/__init__.py -> coala-bears-0.1.0.dev20160229154531/bears/python
hard linking bears/r/RLintBear.py -> coala-bears-0.1.0.dev20160229154531/bears/r
hard linking bears/r/__init__.py -> coala-bears-0.1.0.dev20160229154531/bears/r
hard linking bears/ruby/RubyLintBear.py -> coala-bears-0.1.0.dev20160229154531/bears/ruby
hard linking bears/ruby/__init__.py -> coala-bears-0.1.0.dev20160229154531/bears/ruby
hard linking bears/sql/SQLintBear.py -> coala-bears-0.1.0.dev20160229154531/bears/sql
hard linking bears/sql/__init__.py -> coala-bears-0.1.0.dev20160229154531/bears/sql
hard linking bears/vcs/__init__.py -> coala-bears-0.1.0.dev20160229154531/bears/vcs
hard linking bears/vcs/git/GitCommitBear.py -> coala-bears-0.1.0.dev20160229154531/bears/vcs/git
hard linking bears/vcs/git/__init__.py -> coala-bears-0.1.0.dev20160229154531/bears/vcs/git
hard linking bears/xml/XMLBear.py -> coala-bears-0.1.0.dev20160229154531/bears/xml
hard linking bears/xml/__init__.py -> coala-bears-0.1.0.dev20160229154531/bears/xml
hard linking coala_bears.egg-info/PKG-INFO -> coala-bears-0.1.0.dev20160229154531/coala_bears.egg-info
hard linking coala_bears.egg-info/SOURCES.txt -> coala-bears-0.1.0.dev20160229154531/coala_bears.egg-info
hard linking coala_bears.egg-info/dependency_links.txt -> coala-bears-0.1.0.dev20160229154531/coala_bears.egg-info
hard linking coala_bears.egg-info/entry_points.txt -> coala-bears-0.1.0.dev20160229154531/coala_bears.egg-info
hard linking coala_bears.egg-info/requires.txt -> coala-bears-0.1.0.dev20160229154531/coala_bears.egg-info
hard linking coala_bears.egg-info/top_level.txt -> coala-bears-0.1.0.dev20160229154531/coala_bears.egg-info
hard linking tests/BearTestHelper.py -> coala-bears-0.1.0.dev20160229154531/tests
hard linking tests/CheckPrerequisitesTest.py -> coala-bears-0.1.0.dev20160229154531/tests
hard linking tests/LocalBearTestHelper.py -> coala-bears-0.1.0.dev20160229154531/tests
hard linking tests/__init__.py -> coala-bears-0.1.0.dev20160229154531/tests
hard linking tests/c_languages/CPPCleanBearTest.py -> coala-bears-0.1.0.dev20160229154531/tests/c_languages
hard linking tests/c_languages/CPPLintBearTest.py -> coala-bears-0.1.0.dev20160229154531/tests/c_languages
hard linking tests/c_languages/CSharpLintBearTest.py -> coala-bears-0.1.0.dev20160229154531/tests/c_languages
hard linking tests/c_languages/ClangBearTest.py -> coala-bears-0.1.0.dev20160229154531/tests/c_languages
hard linking tests/c_languages/IndentBearTest.py -> coala-bears-0.1.0.dev20160229154531/tests/c_languages
hard linking tests/c_languages/__init__.py -> coala-bears-0.1.0.dev20160229154531/tests/c_languages
hard linking tests/c_languages/codeclone_detection/ClangASTPrintBearTest.py -> coala-bears-0.1.0.dev20160229154531/tests/c_languages/codeclone_detection
hard linking tests/c_languages/codeclone_detection/ClangCloneDetectionBearTest.py -> coala-bears-0.1.0.dev20160229154531/tests/c_languages/codeclone_detection
hard linking tests/c_languages/codeclone_detection/ClangCountVectorCreatorTest.py -> coala-bears-0.1.0.dev20160229154531/tests/c_languages/codeclone_detection
hard linking tests/c_languages/codeclone_detection/ClangCountingConditionsTest.py -> coala-bears-0.1.0.dev20160229154531/tests/c_languages/codeclone_detection
hard linking tests/c_languages/codeclone_detection/CloneDetectionRoutinesTest.py -> coala-bears-0.1.0.dev20160229154531/tests/c_languages/codeclone_detection
hard linking tests/c_languages/codeclone_detection/CountVectorTest.py -> coala-bears-0.1.0.dev20160229154531/tests/c_languages/codeclone_detection
hard linking tests/c_languages/codeclone_detection/__init__.py -> coala-bears-0.1.0.dev20160229154531/tests/c_languages/codeclone_detection
hard linking tests/coffee_script/CoffeeLintBearTest.py -> coala-bears-0.1.0.dev20160229154531/tests/coffee_script
hard linking tests/coffee_script/__init__.py -> coala-bears-0.1.0.dev20160229154531/tests/coffee_script
hard linking tests/configfiles/DockerfileLintBearTest.py -> coala-bears-0.1.0.dev20160229154531/tests/configfiles
hard linking tests/configfiles/__init__.py -> coala-bears-0.1.0.dev20160229154531/tests/configfiles
hard linking tests/css/CSSLintBearTest.py -> coala-bears-0.1.0.dev20160229154531/tests/css
hard linking tests/css/__init__.py -> coala-bears-0.1.0.dev20160229154531/tests/css
hard linking tests/dart/DartLintBearTest.py -> coala-bears-0.1.0.dev20160229154531/tests/dart
hard linking tests/dart/__init__.py -> coala-bears-0.1.0.dev20160229154531/tests/dart
hard linking tests/general/InvalidLinkBearTest.py -> coala-bears-0.1.0.dev20160229154531/tests/general
hard linking tests/general/KeywordBearTest.py -> coala-bears-0.1.0.dev20160229154531/tests/general
hard linking tests/general/LineCountBearTest.py -> coala-bears-0.1.0.dev20160229154531/tests/general
hard linking tests/general/LineLengthBearTest.py -> coala-bears-0.1.0.dev20160229154531/tests/general
hard linking tests/general/SpaceConsistencyBearTest.py -> coala-bears-0.1.0.dev20160229154531/tests/general
hard linking tests/general/__init__.py -> coala-bears-0.1.0.dev20160229154531/tests/general
hard linking tests/go/GoImportsBearTest.py -> coala-bears-0.1.0.dev20160229154531/tests/go
hard linking tests/go/GoLintBearTest.py -> coala-bears-0.1.0.dev20160229154531/tests/go
hard linking tests/go/GoReturnsBearTest.py -> coala-bears-0.1.0.dev20160229154531/tests/go
hard linking tests/go/GoVetBearTest.py -> coala-bears-0.1.0.dev20160229154531/tests/go
hard linking tests/go/GofmtBearTest.py -> coala-bears-0.1.0.dev20160229154531/tests/go
hard linking tests/go/__init__.py -> coala-bears-0.1.0.dev20160229154531/tests/go
hard linking tests/haskell/HaskellLintBearTest.py -> coala-bears-0.1.0.dev20160229154531/tests/haskell
hard linking tests/haskell/__init__.py -> coala-bears-0.1.0.dev20160229154531/tests/haskell
hard linking tests/html/HTMLLintBearTest.py -> coala-bears-0.1.0.dev20160229154531/tests/html
hard linking tests/html/__init__.py -> coala-bears-0.1.0.dev20160229154531/tests/html
hard linking tests/java/CheckstyleBearTest.py -> coala-bears-0.1.0.dev20160229154531/tests/java
hard linking tests/java/__init__.py -> coala-bears-0.1.0.dev20160229154531/tests/java
hard linking tests/js/JSHintBearTest.py -> coala-bears-0.1.0.dev20160229154531/tests/js
hard linking tests/js/JSONFormatBearTest.py -> coala-bears-0.1.0.dev20160229154531/tests/js
hard linking tests/js/__init__.py -> coala-bears-0.1.0.dev20160229154531/tests/js
hard linking tests/julia/JuliaLintBearTest.py -> coala-bears-0.1.0.dev20160229154531/tests/julia
hard linking tests/julia/__init__.py -> coala-bears-0.1.0.dev20160229154531/tests/julia
hard linking tests/latex/LatexLintBearTest.py -> coala-bears-0.1.0.dev20160229154531/tests/latex
hard linking tests/latex/__init__.py -> coala-bears-0.1.0.dev20160229154531/tests/latex
hard linking tests/matlab/MatlabIndentationBearTest.py -> coala-bears-0.1.0.dev20160229154531/tests/matlab
hard linking tests/matlab/__init__.py -> coala-bears-0.1.0.dev20160229154531/tests/matlab
hard linking tests/natural_language/AlexBearTest.py -> coala-bears-0.1.0.dev20160229154531/tests/natural_language
hard linking tests/natural_language/LanguageToolBearTest.py -> coala-bears-0.1.0.dev20160229154531/tests/natural_language
hard linking tests/natural_language/MarkdownBearTest.py -> coala-bears-0.1.0.dev20160229154531/tests/natural_language
hard linking tests/natural_language/ProseLintBearTest.py -> coala-bears-0.1.0.dev20160229154531/tests/natural_language
hard linking tests/natural_language/__init__.py -> coala-bears-0.1.0.dev20160229154531/tests/natural_language
hard linking tests/natural_language/reSTLintBearTest.py -> coala-bears-0.1.0.dev20160229154531/tests/natural_language
hard linking tests/php/PHPLintBearTest.py -> coala-bears-0.1.0.dev20160229154531/tests/php
hard linking tests/php/__init__.py -> coala-bears-0.1.0.dev20160229154531/tests/php
hard linking tests/python/PEP8BearTest.py -> coala-bears-0.1.0.dev20160229154531/tests/python
hard linking tests/python/PyCommentedCodeBearTest.py -> coala-bears-0.1.0.dev20160229154531/tests/python
hard linking tests/python/PyImportSortBearTest.py -> coala-bears-0.1.0.dev20160229154531/tests/python
hard linking tests/python/PyLintBearTest.py -> coala-bears-0.1.0.dev20160229154531/tests/python
hard linking tests/python/PyUnusedCodeBearTest.py -> coala-bears-0.1.0.dev20160229154531/tests/python
hard linking tests/python/RadonBearTest.py -> coala-bears-0.1.0.dev20160229154531/tests/python
hard linking tests/python/__init__.py -> coala-bears-0.1.0.dev20160229154531/tests/python
hard linking tests/python/test_files/__init__.py -> coala-bears-0.1.0.dev20160229154531/tests/python/test_files
hard linking tests/python/test_files/pylint_test.py -> coala-bears-0.1.0.dev20160229154531/tests/python/test_files
hard linking tests/r/RLintBearTest.py -> coala-bears-0.1.0.dev20160229154531/tests/r
hard linking tests/r/__init__.py -> coala-bears-0.1.0.dev20160229154531/tests/r
hard linking tests/ruby/RubyLintBearTest.py -> coala-bears-0.1.0.dev20160229154531/tests/ruby
hard linking tests/ruby/__init__.py -> coala-bears-0.1.0.dev20160229154531/tests/ruby
hard linking tests/scala/ScalaLintBearTest.py -> coala-bears-0.1.0.dev20160229154531/tests/scala
hard linking tests/scala/__init__.py -> coala-bears-0.1.0.dev20160229154531/tests/scala
hard linking tests/sql/SQLintBearTest.py -> coala-bears-0.1.0.dev20160229154531/tests/sql
hard linking tests/sql/__init__.py -> coala-bears-0.1.0.dev20160229154531/tests/sql
hard linking tests/vcs/__init__.py -> coala-bears-0.1.0.dev20160229154531/tests/vcs
hard linking tests/vcs/git/GitCommitBearTest.py -> coala-bears-0.1.0.dev20160229154531/tests/vcs/git
hard linking tests/vcs/git/__init__.py -> coala-bears-0.1.0.dev20160229154531/tests/vcs/git
hard linking tests/xml/XMLBearTest.py -> coala-bears-0.1.0.dev20160229154531/tests/xml
hard linking tests/xml/__init__.py -> coala-bears-0.1.0.dev20160229154531/tests/xml
hard linking tests/yaml/YAMLLintBearTest.py -> coala-bears-0.1.0.dev20160229154531/tests/yaml
hard linking tests/yaml/__init__.py -> coala-bears-0.1.0.dev20160229154531/tests/yaml
copying setup.cfg -> coala-bears-0.1.0.dev20160229154531
Writing coala-bears-0.1.0.dev20160229154531/setup.cfg
creating dist
Creating tar archive
removing 'coala-bears-0.1.0.dev20160229154531' (and everything under it)
running bdist_wheel
running build
running build_py
creating build
creating build/lib
creating build/lib/bears
copying bears/CheckPrerequisites.py -> build/lib/bears
copying bears/Constants.py -> build/lib/bears
copying bears/__init__.py -> build/lib/bears
creating build/lib/tests
copying tests/BearTestHelper.py -> build/lib/tests
copying tests/CheckPrerequisitesTest.py -> build/lib/tests
copying tests/LocalBearTestHelper.py -> build/lib/tests
copying tests/__init__.py -> build/lib/tests
creating build/lib/bears/c_languages
copying bears/c_languages/CPPCleanBear.py -> build/lib/bears/c_languages
copying bears/c_languages/CPPLintBear.py -> build/lib/bears/c_languages
copying bears/c_languages/CSharpLintBear.py -> build/lib/bears/c_languages
copying bears/c_languages/ClangBear.py -> build/lib/bears/c_languages
copying bears/c_languages/IndentBear.py -> build/lib/bears/c_languages
copying bears/c_languages/__init__.py -> build/lib/bears/c_languages
creating build/lib/bears/coffee_script
copying bears/coffee_script/CoffeeLintBear.py -> build/lib/bears/coffee_script
copying bears/coffee_script/__init__.py -> build/lib/bears/coffee_script
creating build/lib/bears/configfiles
copying bears/configfiles/DockerfileLintBear.py -> build/lib/bears/configfiles
copying bears/configfiles/__init__.py -> build/lib/bears/configfiles
creating build/lib/bears/css
copying bears/css/CSSLintBear.py -> build/lib/bears/css
copying bears/css/__init__.py -> build/lib/bears/css
creating build/lib/bears/dart
copying bears/dart/DartLintBear.py -> build/lib/bears/dart
copying bears/dart/__init__.py -> build/lib/bears/dart
creating build/lib/bears/general
copying bears/general/InvalidLinkBear.py -> build/lib/bears/general
copying bears/general/KeywordBear.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/SpaceConsistencyBear.py -> build/lib/bears/general
copying bears/general/__init__.py -> build/lib/bears/general
creating build/lib/bears/go
copying bears/go/GoImportsBear.py -> build/lib/bears/go
copying bears/go/GoLintBear.py -> build/lib/bears/go
copying bears/go/GoReturnsBear.py -> build/lib/bears/go
copying bears/go/GoVetBear.py -> build/lib/bears/go
copying bears/go/GofmtBear.py -> build/lib/bears/go
copying bears/go/__init__.py -> build/lib/bears/go
creating build/lib/bears/haskell
copying bears/haskell/HaskellLintBear.py -> build/lib/bears/haskell
copying bears/haskell/__init__.py -> build/lib/bears/haskell
creating build/lib/bears/html
copying bears/html/HTMLLintBear.py -> build/lib/bears/html
copying bears/html/__init__.py -> build/lib/bears/html
creating build/lib/bears/java
copying bears/java/CheckstyleBear.py -> build/lib/bears/java
copying bears/java/__init__.py -> build/lib/bears/java
creating build/lib/bears/js
copying bears/js/JSHintBear.py -> build/lib/bears/js
copying bears/js/JSONFormatBear.py -> build/lib/bears/js
copying bears/js/__init__.py -> build/lib/bears/js
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/latex
copying bears/latex/LatexLintBear.py -> build/lib/bears/latex
copying bears/latex/__init__.py -> build/lib/bears/latex
creating build/lib/bears/matlab
copying bears/matlab/MatlabIndentationBear.py -> build/lib/bears/matlab
copying bears/matlab/__init__.py -> build/lib/bears/matlab
creating build/lib/bears/natural_language
copying bears/natural_language/AlexBear.py -> build/lib/bears/natural_language
copying bears/natural_language/LanguageToolBear.py -> build/lib/bears/natural_language
copying bears/natural_language/MarkdownBear.py -> build/lib/bears/natural_language
copying bears/natural_language/ProseLintBear.py -> build/lib/bears/natural_language
copying bears/natural_language/__init__.py -> build/lib/bears/natural_language
copying bears/natural_language/reSTLintBear.py -> build/lib/bears/natural_language
creating build/lib/bears/php
copying bears/php/PHPLintBear.py -> build/lib/bears/php
copying bears/php/__init__.py -> build/lib/bears/php
creating build/lib/bears/python
copying bears/python/PEP8Bear.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/PyLintBear.py -> build/lib/bears/python
copying bears/python/PyUnusedCodeBear.py -> build/lib/bears/python
copying bears/python/RadonBear.py -> build/lib/bears/python
copying bears/python/__init__.py -> build/lib/bears/python
creating build/lib/bears/r
copying bears/r/RLintBear.py -> build/lib/bears/r
copying bears/r/__init__.py -> build/lib/bears/r
creating build/lib/bears/ruby
copying bears/ruby/RubyLintBear.py -> build/lib/bears/ruby
copying bears/ruby/__init__.py -> build/lib/bears/ruby
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/vcs
copying bears/vcs/__init__.py -> build/lib/bears/vcs
creating build/lib/bears/xml
copying bears/xml/XMLBear.py -> build/lib/bears/xml
copying bears/xml/__init__.py -> build/lib/bears/xml
creating 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/ClangCloneDetectionBear.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/ClangCountingConditions.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/CloneDetectionRoutines.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/__init__.py -> build/lib/bears/c_languages/codeclone_detection
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/tests/c_languages
copying tests/c_languages/CPPCleanBearTest.py -> build/lib/tests/c_languages
copying tests/c_languages/CPPLintBearTest.py -> build/lib/tests/c_languages
copying tests/c_languages/CSharpLintBearTest.py -> build/lib/tests/c_languages
copying tests/c_languages/ClangBearTest.py -> build/lib/tests/c_languages
copying tests/c_languages/IndentBearTest.py -> build/lib/tests/c_languages
copying tests/c_languages/__init__.py -> build/lib/tests/c_languages
creating build/lib/tests/coffee_script
copying tests/coffee_script/CoffeeLintBearTest.py -> build/lib/tests/coffee_script
copying tests/coffee_script/__init__.py -> build/lib/tests/coffee_script
creating build/lib/tests/configfiles
copying tests/configfiles/DockerfileLintBearTest.py -> build/lib/tests/configfiles
copying tests/configfiles/__init__.py -> build/lib/tests/configfiles
creating build/lib/tests/css
copying tests/css/CSSLintBearTest.py -> build/lib/tests/css
copying tests/css/__init__.py -> build/lib/tests/css
creating build/lib/tests/dart
copying tests/dart/DartLintBearTest.py -> build/lib/tests/dart
copying tests/dart/__init__.py -> build/lib/tests/dart
creating build/lib/tests/general
copying tests/general/InvalidLinkBearTest.py -> build/lib/tests/general
copying tests/general/KeywordBearTest.py -> build/lib/tests/general
copying tests/general/LineCountBearTest.py -> build/lib/tests/general
copying tests/general/LineLengthBearTest.py -> build/lib/tests/general
copying tests/general/SpaceConsistencyBearTest.py -> build/lib/tests/general
copying tests/general/__init__.py -> build/lib/tests/general
creating build/lib/tests/go
copying tests/go/GoImportsBearTest.py -> build/lib/tests/go
copying tests/go/GoLintBearTest.py -> build/lib/tests/go
copying tests/go/GoReturnsBearTest.py -> build/lib/tests/go
copying tests/go/GoVetBearTest.py -> build/lib/tests/go
copying tests/go/GofmtBearTest.py -> build/lib/tests/go
copying tests/go/__init__.py -> build/lib/tests/go
creating build/lib/tests/haskell
copying tests/haskell/HaskellLintBearTest.py -> build/lib/tests/haskell
copying tests/haskell/__init__.py -> build/lib/tests/haskell
creating build/lib/tests/html
copying tests/html/HTMLLintBearTest.py -> build/lib/tests/html
copying tests/html/__init__.py -> build/lib/tests/html
creating build/lib/tests/java
copying tests/java/CheckstyleBearTest.py -> build/lib/tests/java
copying tests/java/__init__.py -> build/lib/tests/java
creating build/lib/tests/js
copying tests/js/JSHintBearTest.py -> build/lib/tests/js
copying tests/js/JSONFormatBearTest.py -> build/lib/tests/js
copying tests/js/__init__.py -> build/lib/tests/js
creating build/lib/tests/julia
copying tests/julia/JuliaLintBearTest.py -> build/lib/tests/julia
copying tests/julia/__init__.py -> build/lib/tests/julia
creating build/lib/tests/latex
copying tests/latex/LatexLintBearTest.py -> build/lib/tests/latex
copying tests/latex/__init__.py -> build/lib/tests/latex
creating build/lib/tests/matlab
copying tests/matlab/MatlabIndentationBearTest.py -> build/lib/tests/matlab
copying tests/matlab/__init__.py -> build/lib/tests/matlab
creating build/lib/tests/natural_language
copying tests/natural_language/AlexBearTest.py -> build/lib/tests/natural_language
copying tests/natural_language/LanguageToolBearTest.py -> build/lib/tests/natural_language
copying tests/natural_language/MarkdownBearTest.py -> build/lib/tests/natural_language
copying tests/natural_language/ProseLintBearTest.py -> build/lib/tests/natural_language
copying tests/natural_language/__init__.py -> build/lib/tests/natural_language
copying tests/natural_language/reSTLintBearTest.py -> build/lib/tests/natural_language
creating build/lib/tests/php
copying tests/php/PHPLintBearTest.py -> build/lib/tests/php
copying tests/php/__init__.py -> build/lib/tests/php
creating build/lib/tests/python
copying tests/python/PEP8BearTest.py -> build/lib/tests/python
copying tests/python/PyCommentedCodeBearTest.py -> build/lib/tests/python
copying tests/python/PyImportSortBearTest.py -> build/lib/tests/python
copying tests/python/PyLintBearTest.py -> build/lib/tests/python
copying tests/python/PyUnusedCodeBearTest.py -> build/lib/tests/python
copying tests/python/RadonBearTest.py -> build/lib/tests/python
copying tests/python/__init__.py -> build/lib/tests/python
creating build/lib/tests/r
copying tests/r/RLintBearTest.py -> build/lib/tests/r
copying tests/r/__init__.py -> build/lib/tests/r
creating build/lib/tests/ruby
copying tests/ruby/RubyLintBearTest.py -> build/lib/tests/ruby
copying tests/ruby/__init__.py -> build/lib/tests/ruby
creating build/lib/tests/scala
copying tests/scala/ScalaLintBearTest.py -> build/lib/tests/scala
copying tests/scala/__init__.py -> build/lib/tests/scala
creating build/lib/tests/sql
copying tests/sql/SQLintBearTest.py -> build/lib/tests/sql
copying tests/sql/__init__.py -> build/lib/tests/sql
creating build/lib/tests/vcs
copying tests/vcs/__init__.py -> build/lib/tests/vcs
creating build/lib/tests/xml
copying tests/xml/XMLBearTest.py -> build/lib/tests/xml
copying tests/xml/__init__.py -> build/lib/tests/xml
creating build/lib/tests/yaml
copying tests/yaml/YAMLLintBearTest.py -> build/lib/tests/yaml
copying tests/yaml/__init__.py -> build/lib/tests/yaml
creating build/lib/tests/c_languages/codeclone_detection
copying tests/c_languages/codeclone_detection/ClangASTPrintBearTest.py -> build/lib/tests/c_languages/codeclone_detection
copying tests/c_languages/codeclone_detection/ClangCloneDetectionBearTest.py -> build/lib/tests/c_languages/codeclone_detection
copying tests/c_languages/codeclone_detection/ClangCountVectorCreatorTest.py -> build/lib/tests/c_languages/codeclone_detection
copying tests/c_languages/codeclone_detection/ClangCountingConditionsTest.py -> build/lib/tests/c_languages/codeclone_detection
copying tests/c_languages/codeclone_detection/CloneDetectionRoutinesTest.py -> build/lib/tests/c_languages/codeclone_detection
copying tests/c_languages/codeclone_detection/CountVectorTest.py -> build/lib/tests/c_languages/codeclone_detection
copying tests/c_languages/codeclone_detection/__init__.py -> build/lib/tests/c_languages/codeclone_detection
creating build/lib/tests/python/test_files
copying tests/python/test_files/__init__.py -> build/lib/tests/python/test_files
copying tests/python/test_files/pylint_test.py -> build/lib/tests/python/test_files
creating build/lib/tests/vcs/git
copying tests/vcs/git/GitCommitBearTest.py -> build/lib/tests/vcs/git
copying tests/vcs/git/__init__.py -> build/lib/tests/vcs/git
copying bears/VERSION -> build/lib/bears
copying bears/java/checkstyle.jar -> build/lib/bears/java
copying bears/java/google_checks.xml -> build/lib/bears/java
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
copying build/lib/bears/CheckPrerequisites.py -> build/bdist.linux-x86_64/wheel/bears
copying build/lib/bears/Constants.py -> build/bdist.linux-x86_64/wheel/bears
copying build/lib/bears/__init__.py -> build/bdist.linux-x86_64/wheel/bears
creating 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/CPPLintBear.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
copying build/lib/bears/c_languages/ClangBear.py -> build/bdist.linux-x86_64/wheel/bears/c_languages
copying build/lib/bears/c_languages/IndentBear.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
creating 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/ClangCloneDetectionBear.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/ClangCountingConditions.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/CloneDetectionRoutines.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/__init__.py -> build/bdist.linux-x86_64/wheel/bears/c_languages/codeclone_detection
creating 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
copying build/lib/bears/coffee_script/__init__.py -> build/bdist.linux-x86_64/wheel/bears/coffee_script
creating build/bdist.linux-x86_64/wheel/bears/configfiles
copying build/lib/bears/configfiles/DockerfileLintBear.py -> build/bdist.linux-x86_64/wheel/bears/configfiles
copying build/lib/bears/configfiles/__init__.py -> build/bdist.linux-x86_64/wheel/bears/configfiles
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/__init__.py -> build/bdist.linux-x86_64/wheel/bears/css
creating 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/dart/__init__.py -> build/bdist.linux-x86_64/wheel/bears/dart
creating 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/KeywordBear.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/SpaceConsistencyBear.py -> build/bdist.linux-x86_64/wheel/bears/general
copying build/lib/bears/general/__init__.py -> build/bdist.linux-x86_64/wheel/bears/general
creating 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/GoLintBear.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/GoVetBear.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
creating 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/__init__.py -> build/bdist.linux-x86_64/wheel/bears/haskell
creating build/bdist.linux-x86_64/wheel/bears/html
copying build/lib/bears/html/HTMLLintBear.py -> build/bdist.linux-x86_64/wheel/bears/html
copying build/lib/bears/html/__init__.py -> build/bdist.linux-x86_64/wheel/bears/html
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/__init__.py -> build/bdist.linux-x86_64/wheel/bears/java
copying build/lib/bears/java/checkstyle.jar -> build/bdist.linux-x86_64/wheel/bears/java
copying build/lib/bears/java/google_checks.xml -> build/bdist.linux-x86_64/wheel/bears/java
creating 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/JSONFormatBear.py -> build/bdist.linux-x86_64/wheel/bears/js
copying build/lib/bears/js/__init__.py -> build/bdist.linux-x86_64/wheel/bears/js
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/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
creating 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/matlab/__init__.py -> build/bdist.linux-x86_64/wheel/bears/matlab
creating 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/LanguageToolBear.py -> build/bdist.linux-x86_64/wheel/bears/natural_language
copying build/lib/bears/natural_language/MarkdownBear.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/__init__.py -> build/bdist.linux-x86_64/wheel/bears/natural_language
copying build/lib/bears/natural_language/reSTLintBear.py -> build/bdist.linux-x86_64/wheel/bears/natural_language
creating 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/__init__.py -> build/bdist.linux-x86_64/wheel/bears/php
creating 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/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/PyLintBear.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/RadonBear.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/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
creating build/bdist.linux-x86_64/wheel/bears/ruby
copying build/lib/bears/ruby/RubyLintBear.py -> build/bdist.linux-x86_64/wheel/bears/ruby
copying build/lib/bears/ruby/__init__.py -> build/bdist.linux-x86_64/wheel/bears/ruby
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/vcs
copying build/lib/bears/vcs/__init__.py -> 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
creating build/bdist.linux-x86_64/wheel/bears/xml
copying build/lib/bears/xml/XMLBear.py -> build/bdist.linux-x86_64/wheel/bears/xml
copying build/lib/bears/xml/__init__.py -> build/bdist.linux-x86_64/wheel/bears/xml
copying build/lib/bears/VERSION -> build/bdist.linux-x86_64/wheel/bears
creating build/bdist.linux-x86_64/wheel/tests
copying build/lib/tests/BearTestHelper.py -> build/bdist.linux-x86_64/wheel/tests
copying build/lib/tests/CheckPrerequisitesTest.py -> build/bdist.linux-x86_64/wheel/tests
copying build/lib/tests/LocalBearTestHelper.py -> build/bdist.linux-x86_64/wheel/tests
copying build/lib/tests/__init__.py -> build/bdist.linux-x86_64/wheel/tests
creating build/bdist.linux-x86_64/wheel/tests/c_languages
copying build/lib/tests/c_languages/CPPCleanBearTest.py -> build/bdist.linux-x86_64/wheel/tests/c_languages
copying build/lib/tests/c_languages/CPPLintBearTest.py -> build/bdist.linux-x86_64/wheel/tests/c_languages
copying build/lib/tests/c_languages/CSharpLintBearTest.py -> build/bdist.linux-x86_64/wheel/tests/c_languages
copying build/lib/tests/c_languages/ClangBearTest.py -> build/bdist.linux-x86_64/wheel/tests/c_languages
copying build/lib/tests/c_languages/IndentBearTest.py -> build/bdist.linux-x86_64/wheel/tests/c_languages
copying build/lib/tests/c_languages/__init__.py -> build/bdist.linux-x86_64/wheel/tests/c_languages
creating build/bdist.linux-x86_64/wheel/tests/c_languages/codeclone_detection
copying build/lib/tests/c_languages/codeclone_detection/ClangASTPrintBearTest.py -> build/bdist.linux-x86_64/wheel/tests/c_languages/codeclone_detection
copying build/lib/tests/c_languages/codeclone_detection/ClangCloneDetectionBearTest.py -> build/bdist.linux-x86_64/wheel/tests/c_languages/codeclone_detection
copying build/lib/tests/c_languages/codeclone_detection/ClangCountVectorCreatorTest.py -> build/bdist.linux-x86_64/wheel/tests/c_languages/codeclone_detection
copying build/lib/tests/c_languages/codeclone_detection/ClangCountingConditionsTest.py -> build/bdist.linux-x86_64/wheel/tests/c_languages/codeclone_detection
copying build/lib/tests/c_languages/codeclone_detection/CloneDetectionRoutinesTest.py -> build/bdist.linux-x86_64/wheel/tests/c_languages/codeclone_detection
copying build/lib/tests/c_languages/codeclone_detection/CountVectorTest.py -> build/bdist.linux-x86_64/wheel/tests/c_languages/codeclone_detection
copying build/lib/tests/c_languages/codeclone_detection/__init__.py -> build/bdist.linux-x86_64/wheel/tests/c_languages/codeclone_detection
creating build/bdist.linux-x86_64/wheel/tests/coffee_script
copying build/lib/tests/coffee_script/CoffeeLintBearTest.py -> build/bdist.linux-x86_64/wheel/tests/coffee_script
copying build/lib/tests/coffee_script/__init__.py -> build/bdist.linux-x86_64/wheel/tests/coffee_script
creating build/bdist.linux-x86_64/wheel/tests/configfiles
copying build/lib/tests/configfiles/DockerfileLintBearTest.py -> build/bdist.linux-x86_64/wheel/tests/configfiles
copying build/lib/tests/configfiles/__init__.py -> build/bdist.linux-x86_64/wheel/tests/configfiles
creating build/bdist.linux-x86_64/wheel/tests/css
copying build/lib/tests/css/CSSLintBearTest.py -> build/bdist.linux-x86_64/wheel/tests/css
copying build/lib/tests/css/__init__.py -> build/bdist.linux-x86_64/wheel/tests/css
creating build/bdist.linux-x86_64/wheel/tests/dart
copying build/lib/tests/dart/DartLintBearTest.py -> build/bdist.linux-x86_64/wheel/tests/dart
copying build/lib/tests/dart/__init__.py -> build/bdist.linux-x86_64/wheel/tests/dart
creating build/bdist.linux-x86_64/wheel/tests/general
copying build/lib/tests/general/InvalidLinkBearTest.py -> build/bdist.linux-x86_64/wheel/tests/general
copying build/lib/tests/general/KeywordBearTest.py -> build/bdist.linux-x86_64/wheel/tests/general
copying build/lib/tests/general/LineCountBearTest.py -> build/bdist.linux-x86_64/wheel/tests/general
copying build/lib/tests/general/LineLengthBearTest.py -> build/bdist.linux-x86_64/wheel/tests/general
copying build/lib/tests/general/SpaceConsistencyBearTest.py -> build/bdist.linux-x86_64/wheel/tests/general
copying build/lib/tests/general/__init__.py -> build/bdist.linux-x86_64/wheel/tests/general
creating build/bdist.linux-x86_64/wheel/tests/go
copying build/lib/tests/go/GoImportsBearTest.py -> build/bdist.linux-x86_64/wheel/tests/go
copying build/lib/tests/go/GoLintBearTest.py -> build/bdist.linux-x86_64/wheel/tests/go
copying build/lib/tests/go/GoReturnsBearTest.py -> build/bdist.linux-x86_64/wheel/tests/go
copying build/lib/tests/go/GoVetBearTest.py -> build/bdist.linux-x86_64/wheel/tests/go
copying build/lib/tests/go/GofmtBearTest.py -> build/bdist.linux-x86_64/wheel/tests/go
copying build/lib/tests/go/__init__.py -> build/bdist.linux-x86_64/wheel/tests/go
creating build/bdist.linux-x86_64/wheel/tests/haskell
copying build/lib/tests/haskell/HaskellLintBearTest.py -> build/bdist.linux-x86_64/wheel/tests/haskell
copying build/lib/tests/haskell/__init__.py -> build/bdist.linux-x86_64/wheel/tests/haskell
creating build/bdist.linux-x86_64/wheel/tests/html
copying build/lib/tests/html/HTMLLintBearTest.py -> build/bdist.linux-x86_64/wheel/tests/html
copying build/lib/tests/html/__init__.py -> build/bdist.linux-x86_64/wheel/tests/html
creating build/bdist.linux-x86_64/wheel/tests/java
copying build/lib/tests/java/CheckstyleBearTest.py -> build/bdist.linux-x86_64/wheel/tests/java
copying build/lib/tests/java/__init__.py -> build/bdist.linux-x86_64/wheel/tests/java
creating build/bdist.linux-x86_64/wheel/tests/js
copying build/lib/tests/js/JSHintBearTest.py -> build/bdist.linux-x86_64/wheel/tests/js
copying build/lib/tests/js/JSONFormatBearTest.py -> build/bdist.linux-x86_64/wheel/tests/js
copying build/lib/tests/js/__init__.py -> build/bdist.linux-x86_64/wheel/tests/js
creating build/bdist.linux-x86_64/wheel/tests/julia
copying build/lib/tests/julia/JuliaLintBearTest.py -> build/bdist.linux-x86_64/wheel/tests/julia
copying build/lib/tests/julia/__init__.py -> build/bdist.linux-x86_64/wheel/tests/julia
creating build/bdist.linux-x86_64/wheel/tests/latex
copying build/lib/tests/latex/LatexLintBearTest.py -> build/bdist.linux-x86_64/wheel/tests/latex
copying build/lib/tests/latex/__init__.py -> build/bdist.linux-x86_64/wheel/tests/latex
creating build/bdist.linux-x86_64/wheel/tests/matlab
copying build/lib/tests/matlab/MatlabIndentationBearTest.py -> build/bdist.linux-x86_64/wheel/tests/matlab
copying build/lib/tests/matlab/__init__.py -> build/bdist.linux-x86_64/wheel/tests/matlab
creating build/bdist.linux-x86_64/wheel/tests/natural_language
copying build/lib/tests/natural_language/AlexBearTest.py -> build/bdist.linux-x86_64/wheel/tests/natural_language
copying build/lib/tests/natural_language/LanguageToolBearTest.py -> build/bdist.linux-x86_64/wheel/tests/natural_language
copying build/lib/tests/natural_language/MarkdownBearTest.py -> build/bdist.linux-x86_64/wheel/tests/natural_language
copying build/lib/tests/natural_language/ProseLintBearTest.py -> build/bdist.linux-x86_64/wheel/tests/natural_language
copying build/lib/tests/natural_language/__init__.py -> build/bdist.linux-x86_64/wheel/tests/natural_language
copying build/lib/tests/natural_language/reSTLintBearTest.py -> build/bdist.linux-x86_64/wheel/tests/natural_language
creating build/bdist.linux-x86_64/wheel/tests/php
copying build/lib/tests/php/PHPLintBearTest.py -> build/bdist.linux-x86_64/wheel/tests/php
copying build/lib/tests/php/__init__.py -> build/bdist.linux-x86_64/wheel/tests/php
creating build/bdist.linux-x86_64/wheel/tests/python
copying build/lib/tests/python/PEP8BearTest.py -> build/bdist.linux-x86_64/wheel/tests/python
copying build/lib/tests/python/PyCommentedCodeBearTest.py -> build/bdist.linux-x86_64/wheel/tests/python
copying build/lib/tests/python/PyImportSortBearTest.py -> build/bdist.linux-x86_64/wheel/tests/python
copying build/lib/tests/python/PyLintBearTest.py -> build/bdist.linux-x86_64/wheel/tests/python
copying build/lib/tests/python/PyUnusedCodeBearTest.py -> build/bdist.linux-x86_64/wheel/tests/python
copying build/lib/tests/python/RadonBearTest.py -> build/bdist.linux-x86_64/wheel/tests/python
copying build/lib/tests/python/__init__.py -> build/bdist.linux-x86_64/wheel/tests/python
creating build/bdist.linux-x86_64/wheel/tests/python/test_files
copying build/lib/tests/python/test_files/__init__.py -> build/bdist.linux-x86_64/wheel/tests/python/test_files
copying build/lib/tests/python/test_files/pylint_test.py -> build/bdist.linux-x86_64/wheel/tests/python/test_files
creating build/bdist.linux-x86_64/wheel/tests/r
copying build/lib/tests/r/RLintBearTest.py -> build/bdist.linux-x86_64/wheel/tests/r
copying build/lib/tests/r/__init__.py -> build/bdist.linux-x86_64/wheel/tests/r
creating build/bdist.linux-x86_64/wheel/tests/ruby
copying build/lib/tests/ruby/RubyLintBearTest.py -> build/bdist.linux-x86_64/wheel/tests/ruby
copying build/lib/tests/ruby/__init__.py -> build/bdist.linux-x86_64/wheel/tests/ruby
creating build/bdist.linux-x86_64/wheel/tests/scala
copying build/lib/tests/scala/ScalaLintBearTest.py -> build/bdist.linux-x86_64/wheel/tests/scala
copying build/lib/tests/scala/__init__.py -> build/bdist.linux-x86_64/wheel/tests/scala
creating build/bdist.linux-x86_64/wheel/tests/sql
copying build/lib/tests/sql/SQLintBearTest.py -> build/bdist.linux-x86_64/wheel/tests/sql
copying build/lib/tests/sql/__init__.py -> build/bdist.linux-x86_64/wheel/tests/sql
creating build/bdist.linux-x86_64/wheel/tests/vcs
copying build/lib/tests/vcs/__init__.py -> build/bdist.linux-x86_64/wheel/tests/vcs
creating build/bdist.linux-x86_64/wheel/tests/vcs/git
copying build/lib/tests/vcs/git/GitCommitBearTest.py -> build/bdist.linux-x86_64/wheel/tests/vcs/git
copying build/lib/tests/vcs/git/__init__.py -> build/bdist.linux-x86_64/wheel/tests/vcs/git
creating build/bdist.linux-x86_64/wheel/tests/xml
copying build/lib/tests/xml/XMLBearTest.py -> build/bdist.linux-x86_64/wheel/tests/xml
copying build/lib/tests/xml/__init__.py -> build/bdist.linux-x86_64/wheel/tests/xml
creating build/bdist.linux-x86_64/wheel/tests/yaml
copying build/lib/tests/yaml/YAMLLintBearTest.py -> build/bdist.linux-x86_64/wheel/tests/yaml
copying build/lib/tests/yaml/__init__.py -> build/bdist.linux-x86_64/wheel/tests/yaml
running install_egg_info
Copying coala_bears.egg-info to build/bdist.linux-x86_64/wheel/coala_bears-0.1.0.dev20160229154531-py3.4.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/coala_bears-0.1.0.dev20160229154531.dist-info/WHEEL
Uploading distributions to https://pypi.python.org/pypi
Uploading coala_bears-0.1.0.dev20160229154531-py3-none-any.whl
Uploading coala-bears-0.1.0.dev20160229154531.tar.gz
+ mv /home/r/repo .
+ '[' -n '' ']'
++ whoami
+ sudo chown -R rultor repo
+ cd repo
+ git push origin master
To git@github.com:coala-analyzer/coala-bears.git
   f73ad6f..1f0efae  master -> master
container acf05df19869734f1de74635ac517818d8971224f1515c2b1c98f31454b87765 is dead
Mon Feb 29 15:48:19 UTC 2016