rultor.com logo This build log was produced by rultor.com for coala/coala-bears#1441
+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 17722
+ echo '1.62.2 ce7ad22'
1.62.2 ce7ad22
+ date
Sat Feb 18 21:34:05 UTC 2017
+ uptime
 21:34:05 up 92 days,  3:48,  0 users,  load average: 1.18, 2.80, 4.62
+ fork=git@github.com:IpshitaC/coala-bears.git
+ fork_branch=dev_prog
+ head=git@github.com:coala/coala-bears.git
+ head_branch=master
+ pull_id=1441
+ pull_title='IndentationBear: Fix typo'
+ vars=('--env=fork=git@github.com:IpshitaC/coala-bears.git' '--env=fork_branch=dev_prog' '--env=head=git@github.com:coala/coala-bears.git' '--env=head_branch=master' '--env=pull_id=1441' '--env=pull_title=IndentationBear: Fix typo')
+ 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_coala-bears_1441
+ 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 '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.deredvdienst.de
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-Rvll/.gpg/pubring.gpg --secret-keyring=/tmp/rultor-Rvll/.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: 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:IpshitaC/coala-bears.git
+ git remote update
Fetching origin
Fetching fork
From github.com:IpshitaC/coala-bears
 * [new branch]      Makman2/crosstest -> fork/Makman2/crosstest
 * [new branch]      Makman2/docproto -> fork/Makman2/docproto
 * [new branch]      Makman2/gitcom-issues -> fork/Makman2/gitcom-issues
 * [new branch]      Makman2/postcss -> fork/Makman2/postcss
 * [new branch]      Makman2/testing-crosstest -> fork/Makman2/testing-crosstest
 * [new branch]      Makman2/tmp -> fork/Makman2/tmp
 * [new branch]      abhsag/linebreak -> fork/abhsag/linebreak
 * [new branch]      dev_prog   -> fork/dev_prog
 * [new branch]      fixannot   -> fork/fixannot
 * [new branch]      hypothesist/wip -> fork/hypothesist/wip
 * [new branch]      jayvdb-rm-espeak -> fork/jayvdb-rm-espeak
 * [new branch]      master     -> fork/master
 * [new branch]      red/extend-upload-tool -> fork/red/extend-upload-tool
 * [new branch]      release/0.1 -> fork/release/0.1
 * [new branch]      release/0.10 -> fork/release/0.10
 * [new branch]      release/0.2 -> fork/release/0.2
 * [new branch]      release/0.7 -> fork/release/0.7
 * [new branch]      release/0.8 -> fork/release/0.8
 * [new branch]      release/0.9 -> fork/release/0.9
 * [new branch]      sanketdg/docextration/capitalizebear -> fork/sanketdg/docextration/capitalizebear
 * [new branch]      sanketdg/docformatbear -> fork/sanketdg/docformatbear
 * [new branch]      sils/bfx   -> fork/sils/bfx
 * [new branch]      sils/cherya -> fork/sils/cherya
 * [new branch]      sils/infer -> fork/sils/infer
 * [new branch]      sils/lc    -> fork/sils/lc
 * [new branch]      sils/linters -> fork/sils/linters
 * [new branch]      sils/pmd   -> fork/sils/pmd
 * [new branch]      sils/pr    -> fork/sils/pr
 * [new branch]      sils/quotes -> fork/sils/quotes
 * [new branch]      sils/revden -> fork/sils/revden
 * [new branch]      sils/sec   -> fork/sils/sec
 * [new branch]      sils/secur -> fork/sils/secur
 * [new branch]      sils/tailor -> fork/sils/tailor
 * [new branch]      sils/tailorbackport -> fork/sils/tailorbackport
 * [new branch]      sils/upgcoala -> fork/sils/upgcoala
 * [new branch]      sils/yapf-old -> fork/sils/yapf-old
 * [new branch]      underyx/go-caching -> fork/underyx/go-caching
 * [new branch]      underyx/req-version-specs -> fork/underyx/req-version-specs
 * [new branch]      zimmermann/yang -> fork/zimmermann/yang
+ 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/dev_prog
Switched to a new branch '__rultor'
Branch __rultor set up to track remote branch dev_prog 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.
+ '[' false == true ']'
+ '[' false == true ']'
+ git merge --ff-only __rultor
Updating a06d34e..2115b47
Fast-forward
 bears/general/IndentationBear.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
+ docker_when_possible
+ true
++ uptime
++ sed 's/ /\n/g'
++ tail -n 1
+ load=4.62
++ echo 4.62 '>' 30
++ bc
+ '[' 0 -eq 1 ']'
+ echo 'load average is 4.62, low enough to run a new Docker container'
load average is 4.62, 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
Trying to pull repository docker.io/coala/rultor-python ... latest: Pulling from coala/rultor-python
Digest: sha256:deb85fd565f30f55838044ef6f332c4fb5401478c0af828daed34611fb9cd2ca
Status: Image is up to date for docker.io/coala/rultor-python:latest

+ docker ps --filter=status=exited
+ grep --quiet '\scoala_coala-bears_1441\s*$'
+ ls -al .
total 44
drwx--x--x  3 rultor rultor  121 Feb 18 21:34 .
drwxrwxrwt. 9 root   root   4096 Feb 18 21:34 ..
-rw-rw-r--  1 rultor rultor  444 Feb 18 21:34 end.sh
-rwxrwxr-x  1 rultor rultor  162 Feb 18 21:34 entry.sh
-rw-rw-r--  1 rultor rultor    6 Feb 18 21:34 pid
drwxrwxr-x  7 rultor rultor 4096 Feb 18 21:34 repo
-rw-rw-r--  1 rultor rultor  113 Feb 18 21:34 rultor_secrets.sh
-rwxrwxr-x  1 rultor rultor 4947 Feb 18 21:34 run.sh
-rw-rw-r--  1 rultor rultor  270 Feb 18 21:34 script.sh
-rw-rw-r--  1 rultor rultor 7308 Feb 18 21:34 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-Rvll:/main --env=fork=git@github.com:IpshitaC/coala-bears.git --env=fork_branch=dev_prog --env=head=git@github.com:coala/coala-bears.git --env=head_branch=master --env=pull_id=1441 '--env=pull_title=IndentationBear: Fix typo' --hostname=docker --privileged --memory=6g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-Rvll/cid -w=/main --name=coala_coala-bears_1441 coala/rultor-python /main/entry.sh
Usage of loopback devices is strongly discouraged for production use. Either use `--storage-opt dm.thinpooldev` or use `--storage-opt dm.no_warn_on_loop_devices=true` to suppress this warning.
+ 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.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 20170218213408
+ 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): 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)
Requirement already satisfied (use --upgrade to upgrade): requests>=2.3.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
running sdist
running egg_info
creating coala_bears.egg-info
writing coala_bears.egg-info/PKG-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 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.10.0.dev20170218213408
creating coala-bears-0.10.0.dev20170218213408/bears
creating coala-bears-0.10.0.dev20170218213408/bears/c_languages
creating coala-bears-0.10.0.dev20170218213408/bears/c_languages/codeclone_detection
creating coala-bears-0.10.0.dev20170218213408/bears/cmake
creating coala-bears-0.10.0.dev20170218213408/bears/coffee_script
creating coala-bears-0.10.0.dev20170218213408/bears/configfiles
creating coala-bears-0.10.0.dev20170218213408/bears/css
creating coala-bears-0.10.0.dev20170218213408/bears/csv
creating coala-bears-0.10.0.dev20170218213408/bears/dart
creating coala-bears-0.10.0.dev20170218213408/bears/general
creating coala-bears-0.10.0.dev20170218213408/bears/gettext
creating coala-bears-0.10.0.dev20170218213408/bears/go
creating coala-bears-0.10.0.dev20170218213408/bears/haskell
creating coala-bears-0.10.0.dev20170218213408/bears/hypertext
creating coala-bears-0.10.0.dev20170218213408/bears/java
creating coala-bears-0.10.0.dev20170218213408/bears/jinja2
creating coala-bears-0.10.0.dev20170218213408/bears/js
creating coala-bears-0.10.0.dev20170218213408/bears/julia
creating coala-bears-0.10.0.dev20170218213408/bears/latex
creating coala-bears-0.10.0.dev20170218213408/bears/lua
creating coala-bears-0.10.0.dev20170218213408/bears/markdown
creating coala-bears-0.10.0.dev20170218213408/bears/matlab
creating coala-bears-0.10.0.dev20170218213408/bears/natural_language
creating coala-bears-0.10.0.dev20170218213408/bears/perl
creating coala-bears-0.10.0.dev20170218213408/bears/php
creating coala-bears-0.10.0.dev20170218213408/bears/python
creating coala-bears-0.10.0.dev20170218213408/bears/python/requirements
creating coala-bears-0.10.0.dev20170218213408/bears/r
creating coala-bears-0.10.0.dev20170218213408/bears/rest
creating coala-bears-0.10.0.dev20170218213408/bears/ruby
creating coala-bears-0.10.0.dev20170218213408/bears/scala
creating coala-bears-0.10.0.dev20170218213408/bears/scss
creating coala-bears-0.10.0.dev20170218213408/bears/shell
creating coala-bears-0.10.0.dev20170218213408/bears/sql
creating coala-bears-0.10.0.dev20170218213408/bears/swift
creating coala-bears-0.10.0.dev20170218213408/bears/typescript
creating coala-bears-0.10.0.dev20170218213408/bears/vcs
creating coala-bears-0.10.0.dev20170218213408/bears/vcs/git
creating coala-bears-0.10.0.dev20170218213408/bears/verilog
creating coala-bears-0.10.0.dev20170218213408/bears/vhdl
creating coala-bears-0.10.0.dev20170218213408/bears/vimscript
creating coala-bears-0.10.0.dev20170218213408/bears/xml2
creating coala-bears-0.10.0.dev20170218213408/bears/yaml
creating coala-bears-0.10.0.dev20170218213408/coala_bears.egg-info
making hard links in coala-bears-0.10.0.dev20170218213408...
hard linking LICENSE -> coala-bears-0.10.0.dev20170218213408
hard linking MANIFEST.in -> coala-bears-0.10.0.dev20170218213408
hard linking README.rst -> coala-bears-0.10.0.dev20170218213408
hard linking requirements.txt -> coala-bears-0.10.0.dev20170218213408
hard linking setup.cfg -> coala-bears-0.10.0.dev20170218213408
hard linking setup.py -> coala-bears-0.10.0.dev20170218213408
hard linking test-requirements.txt -> coala-bears-0.10.0.dev20170218213408
hard linking bears/Constants.py -> coala-bears-0.10.0.dev20170218213408/bears
hard linking bears/VERSION -> coala-bears-0.10.0.dev20170218213408/bears
hard linking bears/__init__.py -> coala-bears-0.10.0.dev20170218213408/bears
hard linking bears/generate_package.py -> coala-bears-0.10.0.dev20170218213408/bears
hard linking bears/c_languages/CPPCheckBear.py -> coala-bears-0.10.0.dev20170218213408/bears/c_languages
hard linking bears/c_languages/CPPCleanBear.py -> coala-bears-0.10.0.dev20170218213408/bears/c_languages
hard linking bears/c_languages/CPPLintBear.py -> coala-bears-0.10.0.dev20170218213408/bears/c_languages
hard linking bears/c_languages/CSecurityBear.py -> coala-bears-0.10.0.dev20170218213408/bears/c_languages
hard linking bears/c_languages/CSharpLintBear.py -> coala-bears-0.10.0.dev20170218213408/bears/c_languages
hard linking bears/c_languages/ClangBear.py -> coala-bears-0.10.0.dev20170218213408/bears/c_languages
hard linking bears/c_languages/ClangComplexityBear.py -> coala-bears-0.10.0.dev20170218213408/bears/c_languages
hard linking bears/c_languages/GNUIndentBear.py -> coala-bears-0.10.0.dev20170218213408/bears/c_languages
hard linking bears/c_languages/__init__.py -> coala-bears-0.10.0.dev20170218213408/bears/c_languages
hard linking bears/c_languages/codeclone_detection/ClangASTPrintBear.py -> coala-bears-0.10.0.dev20170218213408/bears/c_languages/codeclone_detection
hard linking bears/c_languages/codeclone_detection/ClangCloneDetectionBear.py -> coala-bears-0.10.0.dev20170218213408/bears/c_languages/codeclone_detection
hard linking bears/c_languages/codeclone_detection/ClangCountVectorCreator.py -> coala-bears-0.10.0.dev20170218213408/bears/c_languages/codeclone_detection
hard linking bears/c_languages/codeclone_detection/ClangCountingConditions.py -> coala-bears-0.10.0.dev20170218213408/bears/c_languages/codeclone_detection
hard linking bears/c_languages/codeclone_detection/ClangFunctionDifferenceBear.py -> coala-bears-0.10.0.dev20170218213408/bears/c_languages/codeclone_detection
hard linking bears/c_languages/codeclone_detection/CloneDetectionRoutines.py -> coala-bears-0.10.0.dev20170218213408/bears/c_languages/codeclone_detection
hard linking bears/c_languages/codeclone_detection/CountVector.py -> coala-bears-0.10.0.dev20170218213408/bears/c_languages/codeclone_detection
hard linking bears/c_languages/codeclone_detection/__init__.py -&gt; coala-bears-0.10.0.dev20170218213408/bears/c_languages/codeclone_detection
hard linking bears/cmake/CMakeLintBear.py -> coala-bears-0.10.0.dev20170218213408/bears/cmake
hard linking bears/cmake/__init__.py -> coala-bears-0.10.0.dev20170218213408/bears/cmake
hard linking bears/coffee_script/CoffeeLintBear.py -> coala-bears-0.10.0.dev20170218213408/bears/coffee_script
hard linking bears/coffee_script/__init__.py -> coala-bears-0.10.0.dev20170218213408/bears/coffee_script
hard linking bears/configfiles/DockerfileLintBear.py -> coala-bears-0.10.0.dev20170218213408/bears/configfiles
hard linking bears/configfiles/PuppetLintBear.py -> coala-bears-0.10.0.dev20170218213408/bears/configfiles
hard linking bears/configfiles/__init__.py -> coala-bears-0.10.0.dev20170218213408/bears/configfiles
hard linking bears/css/CSSAutoPrefixBear.py -> coala-bears-0.10.0.dev20170218213408/bears/css
hard linking bears/css/CSSLintBear.py -> coala-bears-0.10.0.dev20170218213408/bears/css
hard linking bears/css/StyleLintBear.py -> coala-bears-0.10.0.dev20170218213408/bears/css
hard linking bears/css/__init__.py -> coala-bears-0.10.0.dev20170218213408/bears/css
hard linking bears/csv/CSVLintBear.py -> coala-bears-0.10.0.dev20170218213408/bears/csv
hard linking bears/csv/__init__.py -> coala-bears-0.10.0.dev20170218213408/bears/csv
hard linking bears/dart/DartLintBear.py -> coala-bears-0.10.0.dev20170218213408/bears/dart
hard linking bears/dart/__init__.py -> coala-bears-0.10.0.dev20170218213408/bears/dart
hard linking bears/general/AnnotationBear.py -> coala-bears-0.10.0.dev20170218213408/bears/general
hard linking bears/general/CPDBear.py -> coala-bears-0.10.0.dev20170218213408/bears/general
hard linking bears/general/FilenameBear.py -> coala-bears-0.10.0.dev20170218213408/bears/general
hard linking bears/general/IndentationBear.py -> coala-bears-0.10.0.dev20170218213408/bears/general
hard linking bears/general/InvalidLinkBear.py -> coala-bears-0.10.0.dev20170218213408/bears/general
hard linking bears/general/KeywordBear.py -> coala-bears-0.10.0.dev20170218213408/bears/general
hard linking bears/general/LineCountBear.py -> coala-bears-0.10.0.dev20170218213408/bears/general
hard linking bears/general/LineLengthBear.py -> coala-bears-0.10.0.dev20170218213408/bears/general
hard linking bears/general/QuotesBear.py -> coala-bears-0.10.0.dev20170218213408/bears/general
hard linking bears/general/SpaceConsistencyBear.py -> coala-bears-0.10.0.dev20170218213408/bears/general
hard linking bears/general/__init__.py -> coala-bears-0.10.0.dev20170218213408/bears/general
hard linking bears/general/coalaBear.py -> coala-bears-0.10.0.dev20170218213408/bears/general
hard linking bears/gettext/DennisBear.py -> coala-bears-0.10.0.dev20170218213408/bears/gettext
hard linking bears/gettext/__init__.py -> coala-bears-0.10.0.dev20170218213408/bears/gettext
hard linking bears/go/GoErrCheckBear.py -> coala-bears-0.10.0.dev20170218213408/bears/go
hard linking bears/go/GoImportsBear.py -> coala-bears-0.10.0.dev20170218213408/bears/go
hard linking bears/go/GoLintBear.py -> coala-bears-0.10.0.dev20170218213408/bears/go
hard linking bears/go/GoReturnsBear.py -> coala-bears-0.10.0.dev20170218213408/bears/go
hard linking bears/go/GoTypeBear.py -> coala-bears-0.10.0.dev20170218213408/bears/go
hard linking bears/go/GoVetBear.py -> coala-bears-0.10.0.dev20170218213408/bears/go
hard linking bears/go/GofmtBear.py -> coala-bears-0.10.0.dev20170218213408/bears/go
hard linking bears/go/__init__.py -> coala-bears-0.10.0.dev20170218213408/bears/go
hard linking bears/haskell/GhcModBear.py -> coala-bears-0.10.0.dev20170218213408/bears/haskell
hard linking bears/haskell/HaskellLintBear.py -> coala-bears-0.10.0.dev20170218213408/bears/haskell
hard linking bears/haskell/__init__.py -> coala-bears-0.10.0.dev20170218213408/bears/haskell
hard linking bears/hypertext/BootLintBear.py -> coala-bears-0.10.0.dev20170218213408/bears/hypertext
hard linking bears/hypertext/HTMLLintBear.py -> coala-bears-0.10.0.dev20170218213408/bears/hypertext
hard linking bears/hypertext/__init__.py -> coala-bears-0.10.0.dev20170218213408/bears/hypertext
hard linking bears/java/CheckstyleBear.py -> coala-bears-0.10.0.dev20170218213408/bears/java
hard linking bears/java/InferBear.py -> coala-bears-0.10.0.dev20170218213408/bears/java
hard linking bears/java/JavaPMDBear.py -> coala-bears-0.10.0.dev20170218213408/bears/java
hard linking bears/java/__init__.py -> coala-bears-0.10.0.dev20170218213408/bears/java
hard linking bears/jinja2/Jinja2Bear.py -> coala-bears-0.10.0.dev20170218213408/bears/jinja2
hard linking bears/jinja2/__init__.py -> coala-bears-0.10.0.dev20170218213408/bears/jinja2
hard linking bears/js/ESLintBear.py -> coala-bears-0.10.0.dev20170218213408/bears/js
hard linking bears/js/HappinessLintBear.py -> coala-bears-0.10.0.dev20170218213408/bears/js
hard linking bears/js/JSComplexityBear.py -> coala-bears-0.10.0.dev20170218213408/bears/js
hard linking bears/js/JSHintBear.py -> coala-bears-0.10.0.dev20170218213408/bears/js
hard linking bears/js/JSONFormatBear.py -> coala-bears-0.10.0.dev20170218213408/bears/js
hard linking bears/js/__init__.py -> coala-bears-0.10.0.dev20170218213408/bears/js
hard linking bears/julia/JuliaLintBear.py -> coala-bears-0.10.0.dev20170218213408/bears/julia
hard linking bears/julia/__init__.py -> coala-bears-0.10.0.dev20170218213408/bears/julia
hard linking bears/latex/LatexLintBear.py -> coala-bears-0.10.0.dev20170218213408/bears/latex
hard linking bears/latex/__init__.py -> coala-bears-0.10.0.dev20170218213408/bears/latex
hard linking bears/lua/LuaLintBear.py -> coala-bears-0.10.0.dev20170218213408/bears/lua
hard linking bears/lua/__init__.py -> coala-bears-0.10.0.dev20170218213408/bears/lua
hard linking bears/markdown/MarkdownBear.py -> coala-bears-0.10.0.dev20170218213408/bears/markdown
hard linking bears/markdown/__init__.py -> coala-bears-0.10.0.dev20170218213408/bears/markdown
hard linking bears/matlab/MatlabIndentationBear.py -> coala-bears-0.10.0.dev20170218213408/bears/matlab
hard linking bears/matlab/__init__.py -> coala-bears-0.10.0.dev20170218213408/bears/matlab
hard linking bears/natural_language/AlexBear.py -> coala-bears-0.10.0.dev20170218213408/bears/natural_language
hard linking bears/natural_language/LanguageToolBear.py -> coala-bears-0.10.0.dev20170218213408/bears/natural_language
hard linking bears/natural_language/ProseLintBear.py -> coala-bears-0.10.0.dev20170218213408/bears/natural_language
hard linking bears/natural_language/SpellCheckBear.py -> coala-bears-0.10.0.dev20170218213408/bears/natural_language
hard linking bears/natural_language/WriteGoodLintBear.py -> coala-bears-0.10.0.dev20170218213408/bears/natural_language
hard linking bears/natural_language/__init__.py -> coala-bears-0.10.0.dev20170218213408/bears/natural_language
hard linking bears/perl/PerlCriticBear.py -> coala-bears-0.10.0.dev20170218213408/bears/perl
hard linking bears/perl/__init__.py -> coala-bears-0.10.0.dev20170218213408/bears/perl
hard linking bears/php/PHPCodeSnifferBear.py -> coala-bears-0.10.0.dev20170218213408/bears/php
hard linking bears/php/PHPLintBear.py -> coala-bears-0.10.0.dev20170218213408/bears/php
hard linking bears/php/__init__.py -> coala-bears-0.10.0.dev20170218213408/bears/php
hard linking bears/python/BanditBear.py -> coala-bears-0.10.0.dev20170218213408/bears/python
hard linking bears/python/MypyBear.py -> coala-bears-0.10.0.dev20170218213408/bears/python
hard linking bears/python/PEP8Bear.py -> coala-bears-0.10.0.dev20170218213408/bears/python
hard linking bears/python/PEP8NotebookBear.py -> coala-bears-0.10.0.dev20170218213408/bears/python
hard linking bears/python/PyCommentedCodeBear.py -> coala-bears-0.10.0.dev20170218213408/bears/python
hard linking bears/python/PyDocStyleBear.py -> coala-bears-0.10.0.dev20170218213408/bears/python
hard linking bears/python/PyFlakesBear.py -> coala-bears-0.10.0.dev20170218213408/bears/python
hard linking bears/python/PyImportSortBear.py -&gt; coala-bears-0.10.0.dev20170218213408/bears/python
hard linking bears/python/PyLintBear.py -&gt; coala-bears-0.10.0.dev20170218213408/bears/python
hard linking bears/python/PyUnusedCodeBear.py -> coala-bears-0.10.0.dev20170218213408/bears/python
hard linking bears/python/PycodestyleBear.py -> coala-bears-0.10.0.dev20170218213408/bears/python
hard linking bears/python/PyromaBear.py -> coala-bears-0.10.0.dev20170218213408/bears/python
hard linking bears/python/PythonPackageInitBear.py -> coala-bears-0.10.0.dev20170218213408/bears/python
hard linking bears/python/RadonBear.py -> coala-bears-0.10.0.dev20170218213408/bears/python
hard linking bears/python/VultureBear.py -> coala-bears-0.10.0.dev20170218213408/bears/python
hard linking bears/python/YapfBear.py -> coala-bears-0.10.0.dev20170218213408/bears/python
hard linking bears/python/__init__.py -> coala-bears-0.10.0.dev20170218213408/bears/python
hard linking bears/python/requirements/PinRequirementsBear.py -> coala-bears-0.10.0.dev20170218213408/bears/python/requirements
hard linking bears/python/requirements/PySafetyBear.py -> coala-bears-0.10.0.dev20170218213408/bears/python/requirements
hard linking bears/python/requirements/__init__.py -> coala-bears-0.10.0.dev20170218213408/bears/python/requirements
hard linking bears/r/FormatRBear.py -> coala-bears-0.10.0.dev20170218213408/bears/r
hard linking bears/r/RLintBear.py -> coala-bears-0.10.0.dev20170218213408/bears/r
hard linking bears/r/__init__.py -> coala-bears-0.10.0.dev20170218213408/bears/r
hard linking bears/rest/RSTcheckBear.py -> coala-bears-0.10.0.dev20170218213408/bears/rest
hard linking bears/rest/__init__.py -> coala-bears-0.10.0.dev20170218213408/bears/rest
hard linking bears/rest/reSTLintBear.py -> coala-bears-0.10.0.dev20170218213408/bears/rest
hard linking bears/ruby/RuboCopBear.py -> coala-bears-0.10.0.dev20170218213408/bears/ruby
hard linking bears/ruby/RubySmellBear.py -> coala-bears-0.10.0.dev20170218213408/bears/ruby
hard linking bears/ruby/RubySyntaxBear.py -> coala-bears-0.10.0.dev20170218213408/bears/ruby
hard linking bears/ruby/__init__.py -> coala-bears-0.10.0.dev20170218213408/bears/ruby
hard linking bears/scala/ScalaLintBear.py -> coala-bears-0.10.0.dev20170218213408/bears/scala
hard linking bears/scala/__init__.py -> coala-bears-0.10.0.dev20170218213408/bears/scala
hard linking bears/scala/scalastyle_config.xml -> coala-bears-0.10.0.dev20170218213408/bears/scala
hard linking bears/scss/SCSSLintBear.py -> coala-bears-0.10.0.dev20170218213408/bears/scss
hard linking bears/scss/__init__.py -> coala-bears-0.10.0.dev20170218213408/bears/scss
hard linking bears/shell/ShellCheckBear.py -> coala-bears-0.10.0.dev20170218213408/bears/shell
hard linking bears/shell/__init__.py -> coala-bears-0.10.0.dev20170218213408/bears/shell
hard linking bears/sql/SQLintBear.py -> coala-bears-0.10.0.dev20170218213408/bears/sql
hard linking bears/sql/__init__.py -> coala-bears-0.10.0.dev20170218213408/bears/sql
hard linking bears/swift/TailorBear.py -> coala-bears-0.10.0.dev20170218213408/bears/swift
hard linking bears/swift/__init__.py -> coala-bears-0.10.0.dev20170218213408/bears/swift
hard linking bears/typescript/TSLintBear.py -> coala-bears-0.10.0.dev20170218213408/bears/typescript
hard linking bears/typescript/__init__.py -> coala-bears-0.10.0.dev20170218213408/bears/typescript
hard linking bears/vcs/__init__.py -> coala-bears-0.10.0.dev20170218213408/bears/vcs
hard linking bears/vcs/git/GitCommitBear.py -> coala-bears-0.10.0.dev20170218213408/bears/vcs/git
hard linking bears/vcs/git/__init__.py -> coala-bears-0.10.0.dev20170218213408/bears/vcs/git
hard linking bears/verilog/VerilogLintBear.py -> coala-bears-0.10.0.dev20170218213408/bears/verilog
hard linking bears/verilog/__init__.py -> coala-bears-0.10.0.dev20170218213408/bears/verilog
hard linking bears/vhdl/VHDLLintBear.py -> coala-bears-0.10.0.dev20170218213408/bears/vhdl
hard linking bears/vhdl/__init__.py -> coala-bears-0.10.0.dev20170218213408/bears/vhdl
hard linking bears/vimscript/VintBear.py -> coala-bears-0.10.0.dev20170218213408/bears/vimscript
hard linking bears/vimscript/__init__.py -> coala-bears-0.10.0.dev20170218213408/bears/vimscript
hard linking bears/xml2/XMLBear.py -> coala-bears-0.10.0.dev20170218213408/bears/xml2
hard linking bears/xml2/__init__.py -> coala-bears-0.10.0.dev20170218213408/bears/xml2
hard linking bears/yaml/RAMLLintBear.py -> coala-bears-0.10.0.dev20170218213408/bears/yaml
hard linking bears/yaml/YAMLLintBear.py -> coala-bears-0.10.0.dev20170218213408/bears/yaml
hard linking bears/yaml/__init__.py -> coala-bears-0.10.0.dev20170218213408/bears/yaml
hard linking coala_bears.egg-info/PKG-INFO -> coala-bears-0.10.0.dev20170218213408/coala_bears.egg-info
hard linking coala_bears.egg-info/SOURCES.txt -> coala-bears-0.10.0.dev20170218213408/coala_bears.egg-info
hard linking coala_bears.egg-info/dependency_links.txt -> coala-bears-0.10.0.dev20170218213408/coala_bears.egg-info
hard linking coala_bears.egg-info/entry_points.txt -> coala-bears-0.10.0.dev20170218213408/coala_bears.egg-info
hard linking coala_bears.egg-info/requires.txt -> coala-bears-0.10.0.dev20170218213408/coala_bears.egg-info
hard linking coala_bears.egg-info/top_level.txt -> coala-bears-0.10.0.dev20170218213408/coala_bears.egg-info
copying setup.cfg -> coala-bears-0.10.0.dev20170218213408
Writing coala-bears-0.10.0.dev20170218213408/setup.cfg
creating dist
Creating tar archive
removing 'coala-bears-0.10.0.dev20170218213408' (and everything under it)
running bdist_wheel
running build
running build_py
creating build
creating build/lib
creating build/lib/bears
copying bears/Constants.py -> build/lib/bears
copying bears/__init__.py -> build/lib/bears
copying bears/generate_package.py -> build/lib/bears
creating build/lib/bears/c_languages
copying bears/c_languages/CPPCheckBear.py -> 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/CSecurityBear.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/ClangComplexityBear.py -> build/lib/bears/c_languages
copying bears/c_languages/GNUIndentBear.py -> build/lib/bears/c_languages
copying bears/c_languages/__init__.py -> build/lib/bears/c_languages
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/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/PuppetLintBear.py -> build/lib/bears/configfiles
copying bears/configfiles/__init__.py -> build/lib/bears/configfiles
creating build/lib/bears/css
copying bears/css/CSSAutoPrefixBear.py -> build/lib/bears/css
copying bears/css/CSSLintBear.py -> build/lib/bears/css
copying bears/css/StyleLintBear.py -> build/lib/bears/css
copying bears/css/__init__.py -> build/lib/bears/css
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/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/AnnotationBear.py -> build/lib/bears/general
copying bears/general/CPDBear.py -> build/lib/bears/general
copying bears/general/FilenameBear.py -> build/lib/bears/general
copying bears/general/InvalidLinkBear.py -&gt; build/lib/bears/general
copying bears/general/KeywordBear.py -&gt; build/lib/bears/general
copying bears/general/LineCountBear.py -&gt; build/lib/bears/general
copying bears/general/LineLengthBear.py -&gt; build/lib/bears/general
copying bears/general/QuotesBear.py -> build/lib/bears/general
copying bears/general/SpaceConsistencyBear.py -> build/lib/bears/general
copying bears/general/__init__.py -> build/lib/bears/general
copying bears/general/coalaBear.py -> build/lib/bears/general
copying bears/general/IndentationBear.py -> build/lib/bears/general
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/go
copying bears/go/GoErrCheckBear.py -> 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/GoTypeBear.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/GhcModBear.py -> 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/hypertext
copying bears/hypertext/BootLintBear.py -> build/lib/bears/hypertext
copying bears/hypertext/HTMLLintBear.py -> build/lib/bears/hypertext
copying bears/hypertext/__init__.py -> build/lib/bears/hypertext
creating build/lib/bears/java
copying bears/java/CheckstyleBear.py -> build/lib/bears/java
copying bears/java/InferBear.py -> build/lib/bears/java
copying bears/java/JavaPMDBear.py -> build/lib/bears/java
copying bears/java/__init__.py -> build/lib/bears/java
creating build/lib/bears/jinja2
copying bears/jinja2/Jinja2Bear.py -> build/lib/bears/jinja2
copying bears/jinja2/__init__.py -> build/lib/bears/jinja2
creating build/lib/bears/js
copying bears/js/ESLintBear.py -> build/lib/bears/js
copying bears/js/HappinessLintBear.py -> build/lib/bears/js
copying bears/js/JSComplexityBear.py -> 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/lua
copying bears/lua/LuaLintBear.py -> build/lib/bears/lua
copying bears/lua/__init__.py -> build/lib/bears/lua
creating build/lib/bears/markdown
copying bears/markdown/MarkdownBear.py -> build/lib/bears/markdown
copying bears/markdown/__init__.py -> build/lib/bears/markdown
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/ProseLintBear.py -> build/lib/bears/natural_language
copying bears/natural_language/SpellCheckBear.py -> build/lib/bears/natural_language
copying bears/natural_language/WriteGoodLintBear.py -> build/lib/bears/natural_language
copying bears/natural_language/__init__.py -> build/lib/bears/natural_language
creating build/lib/bears/perl
copying bears/perl/PerlCriticBear.py -> build/lib/bears/perl
copying bears/perl/__init__.py -> build/lib/bears/perl
creating build/lib/bears/php
copying bears/php/PHPCodeSnifferBear.py -> 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/BanditBear.py -> build/lib/bears/python
copying bears/python/MypyBear.py -> build/lib/bears/python
copying bears/python/PEP8Bear.py -> build/lib/bears/python
copying bears/python/PEP8NotebookBear.py -> build/lib/bears/python
copying bears/python/PyCommentedCodeBear.py -> build/lib/bears/python
copying bears/python/PyDocStyleBear.py -> build/lib/bears/python
copying bears/python/PyFlakesBear.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/PycodestyleBear.py -> build/lib/bears/python
copying bears/python/PyromaBear.py -> build/lib/bears/python
copying bears/python/PythonPackageInitBear.py -> build/lib/bears/python
copying bears/python/RadonBear.py -> build/lib/bears/python
copying bears/python/VultureBear.py -> build/lib/bears/python
copying bears/python/YapfBear.py -> build/lib/bears/python
copying bears/python/__init__.py -> build/lib/bears/python
creating build/lib/bears/r
copying bears/r/FormatRBear.py -> 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/rest
copying bears/rest/RSTcheckBear.py -> build/lib/bears/rest
copying bears/rest/__init__.py -> build/lib/bears/rest
copying bears/rest/reSTLintBear.py -> build/lib/bears/rest
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/RubySyntaxBear.py -> build/lib/bears/ruby
copying bears/ruby/__init__.py -> build/lib/bears/ruby
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/scss
copying bears/scss/SCSSLintBear.py -> build/lib/bears/scss
copying bears/scss/__init__.py -> build/lib/bears/scss
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/sql
copying bears/sql/SQLintBear.py -> build/lib/bears/sql
copying bears/sql/__init__.py -> build/lib/bears/sql
creating build/lib/bears/swift
copying bears/swift/TailorBear.py -> build/lib/bears/swift
copying bears/swift/__init__.py -> build/lib/bears/swift
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/vcs
copying bears/vcs/__init__.py -> build/lib/bears/vcs
creating build/lib/bears/verilog
copying bears/verilog/VerilogLintBear.py -> build/lib/bears/verilog
copying bears/verilog/__init__.py -> build/lib/bears/verilog
creating build/lib/bears/vhdl
copying bears/vhdl/VHDLLintBear.py -> build/lib/bears/vhdl
copying bears/vhdl/__init__.py -> build/lib/bears/vhdl
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/xml2
copying bears/xml2/XMLBear.py -> build/lib/bears/xml2
copying bears/xml2/__init__.py -> build/lib/bears/xml2
creating build/lib/bears/yaml
copying bears/yaml/RAMLLintBear.py -> build/lib/bears/yaml
copying bears/yaml/YAMLLintBear.py -> build/lib/bears/yaml
copying bears/yaml/__init__.py -> build/lib/bears/yaml
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 -&gt; build/lib/bears/c_languages/codeclone_detection
copying bears/c_languages/codeclone_detection/ClangCountVectorCreator.py -&gt; build/lib/bears/c_languages/codeclone_detection
copying bears/c_languages/codeclone_detection/ClangCountingConditions.py -&gt; 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/python/requirements
copying bears/python/requirements/PinRequirementsBear.py -> build/lib/bears/python/requirements
copying bears/python/requirements/PySafetyBear.py -> build/lib/bears/python/requirements
copying bears/python/requirements/__init__.py -> build/lib/bears/python/requirements
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
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
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
copying build/lib/bears/generate_package.py -> build/bdist.linux-x86_64/wheel/bears
creating 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
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/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
copying build/lib/bears/c_languages/ClangBear.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/GNUIndentBear.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/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/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/PuppetLintBear.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/CSSAutoPrefixBear.py -> 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/StyleLintBear.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/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/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/AnnotationBear.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/FilenameBear.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/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/QuotesBear.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
copying build/lib/bears/general/coalaBear.py -> build/bdist.linux-x86_64/wheel/bears/general
copying build/lib/bears/general/IndentationBear.py -> build/bdist.linux-x86_64/wheel/bears/general
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/go
copying build/lib/bears/go/GoErrCheckBear.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/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/GoTypeBear.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 -&gt; build/bdist.linux-x86_64/wheel/bears/go
creating build/bdist.linux-x86_64/wheel/bears/haskell
copying build/lib/bears/haskell/GhcModBear.py -&gt; 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/hypertext
copying build/lib/bears/hypertext/BootLintBear.py -> 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
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/InferBear.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
creating build/bdist.linux-x86_64/wheel/bears/jinja2
copying build/lib/bears/jinja2/Jinja2Bear.py -> build/bdist.linux-x86_64/wheel/bears/jinja2
copying build/lib/bears/jinja2/__init__.py -> build/bdist.linux-x86_64/wheel/bears/jinja2
creating 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/HappinessLintBear.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/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/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/markdown
copying build/lib/bears/markdown/MarkdownBear.py -> build/bdist.linux-x86_64/wheel/bears/markdown
copying build/lib/bears/markdown/__init__.py -> build/bdist.linux-x86_64/wheel/bears/markdown
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/ProseLintBear.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/WriteGoodLintBear.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
creating build/bdist.linux-x86_64/wheel/bears/perl
copying build/lib/bears/perl/PerlCriticBear.py -> build/bdist.linux-x86_64/wheel/bears/perl
copying build/lib/bears/perl/__init__.py -> build/bdist.linux-x86_64/wheel/bears/perl
creating 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/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/BanditBear.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/PEP8Bear.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/PyCommentedCodeBear.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/PyFlakesBear.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/PycodestyleBear.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/PythonPackageInitBear.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/VultureBear.py -> build/bdist.linux-x86_64/wheel/bears/python
copying build/lib/bears/python/YapfBear.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/PySafetyBear.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
creating build/bdist.linux-x86_64/wheel/bears/r
copying build/lib/bears/r/FormatRBear.py -> 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/rest
copying build/lib/bears/rest/RSTcheckBear.py -> build/bdist.linux-x86_64/wheel/bears/rest
copying build/lib/bears/rest/__init__.py -> build/bdist.linux-x86_64/wheel/bears/rest
copying build/lib/bears/rest/reSTLintBear.py -> build/bdist.linux-x86_64/wheel/bears/rest
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/RubySyntaxBear.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/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
copying build/lib/bears/scala/scalastyle_config.xml -> build/bdist.linux-x86_64/wheel/bears/scala
creating build/bdist.linux-x86_64/wheel/bears/scss
copying build/lib/bears/scss/SCSSLintBear.py -&gt; build/bdist.linux-x86_64/wheel/bears/scss
copying build/lib/bears/scss/__init__.py -&gt; build/bdist.linux-x86_64/wheel/bears/scss
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/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/swift
copying build/lib/bears/swift/TailorBear.py -> build/bdist.linux-x86_64/wheel/bears/swift
copying build/lib/bears/swift/__init__.py -> build/bdist.linux-x86_64/wheel/bears/swift
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/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/verilog
copying build/lib/bears/verilog/VerilogLintBear.py -> build/bdist.linux-x86_64/wheel/bears/verilog
copying build/lib/bears/verilog/__init__.py -> build/bdist.linux-x86_64/wheel/bears/verilog
creating build/bdist.linux-x86_64/wheel/bears/vhdl
copying build/lib/bears/vhdl/VHDLLintBear.py -> build/bdist.linux-x86_64/wheel/bears/vhdl
copying build/lib/bears/vhdl/__init__.py -> build/bdist.linux-x86_64/wheel/bears/vhdl
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/xml2
copying build/lib/bears/xml2/XMLBear.py -> build/bdist.linux-x86_64/wheel/bears/xml2
copying build/lib/bears/xml2/__init__.py -> build/bdist.linux-x86_64/wheel/bears/xml2
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/YAMLLintBear.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/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.10.0.dev20170218213408-py3.4.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/coala_bears-0.10.0.dev20170218213408.dist-info/WHEEL
Uploading distributions to https://pypi.python.org/pypi
Uploading coala_bears-0.10.0.dev20170218213408-py34.py35.py36-none-any.whl
Uploading distributions to https://pypi.python.org/pypi
Uploading coala-bears-0.10.0.dev20170218213408.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
   a06d34e..2115b47  master -> master
container a8da95f612208f202e11d8c153f78d55697b711f4e97c04dada02e374dd23310 is dead
Sat Feb 18 21:35:20 UTC 2017