rultor.com logo This build log was produced by rultor.com for coala-analyzer/coala#2422
+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 14072
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Thu Jul  7 11:01:23 UTC 2016
+ uptime
 11:01:23 up 2 days,  3:27,  0 users,  load average: 4.56, 7.46, 6.84
+ fork=git@github.com:RohanVB/coala.git
+ fork_branch=mybranch
+ head=git@github.com:coala-analyzer/coala.git
+ head_branch=master
+ pull_id=2422
+ pull_title='GoRequirement: Add installation methods'
+ vars=('--env=fork=git@github.com:RohanVB/coala.git' '--env=fork_branch=mybranch' '--env=head=git@github.com:coala-analyzer/coala.git' '--env=head_branch=master' '--env=pull_id=2422' '--env=pull_title=GoRequirement: Add installation methods')
+ image=coala/rultor-python
+ directory=
+ scripts=('if ! pip3 -V ; then wget -O - https://bootstrap.pypa.io/get-pip.py | python3; fi' ';' 'pip3 install -r requirements.txt' ';' 'python3 .misc/adjust_version_number.py coalib/VERSION -b `date --utc +%Y%m%d%H%M%S`' ';' 'bash .misc/deploy.pypi.sh' ';')
+ squash=false
+ ff=only
+ rebase=false
+ container=coala-analyzer_coala_2422
+ 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.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' ';' 'pip3 install -r requirements.txt' ';' 'python3 .misc/adjust_version_number.py coalib/VERSION -b `date --utc +%Y%m%d%H%M%S`' ';' 'bash .misc/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: sks.karotte.org
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-w4zq/.gpg/pubring.gpg --secret-keyring=/tmp/rultor-w4zq/.gpg/secring.gpg --decrypt repo/.misc/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='rultor_secrets.sh.enc'
+ gpg --no-tty --batch --verbose --decrypt --passphrase rultor-key:coala-analyzer/coala 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:RohanVB/coala.git
+ git remote update
Fetching origin
Fetching fork
From github.com:RohanVB/coala
 * [new branch]      Makman2/bullet2 -> fork/Makman2/bullet2
 * [new branch]      Makman2/bullet3 -> fork/Makman2/bullet3
 * [new branch]      Makman2/dfb-TODOs -> fork/Makman2/dfb-TODOs
 * [new branch]      Makman2/dontimport -> fork/Makman2/dontimport
 * [new branch]      Makman2/formakema-remains -> fork/Makman2/formakema-remains
 * [new branch]      Makman2/gcb-bug -> fork/Makman2/gcb-bug
 * [new branch]      Makman2/infinite-loop-consumer -> fork/Makman2/infinite-loop-consumer
 * [new branch]      Makman2/lintglobally -> fork/Makman2/lintglobally
 * [new branch]      Makman2/lintref -> fork/Makman2/lintref
 * [new branch]      Makman2/nextgen -> fork/Makman2/nextgen
 * [new branch]      Makman2/rn -> fork/Makman2/rn
 * [new branch]      Makman2/string-processing-cleanups -> fork/Makman2/string-processing-cleanups
 * [new branch]      Makman2/stuff-remained-from-linterv2 -> fork/Makman2/stuff-remained-from-linterv2
 * [new branch]      Makman2/testing -> fork/Makman2/testing
 * [new branch]      abhsag/delete-orig -> fork/abhsag/delete-orig
 * [new branch]      abhsag/docs -> fork/abhsag/docs
 * [new branch]      abhsag/testing -> fork/abhsag/testing
 * [new branch]      ajk/show_bears -> fork/ajk/show_bears
 * [new branch]      ajk/wip    -> fork/ajk/wip
 * [new branch]      cppsection -> fork/cppsection
 * [new branch]      fneu/deathtrap -> fork/fneu/deathtrap
 * [new branch]      fneu/filter_fix -> fork/fneu/filter_fix
 * [new branch]      fneu/resfilter -> fork/fneu/resfilter
 * [new branch]      fneu/resfilter3 -> fork/fneu/resfilter3
 * [new branch]      fneu/resfilter3_squashed -> fork/fneu/resfilter3_squashed
 * [new branch]      hypothesist/scandir -> fork/hypothesist/scandir
 * [new branch]      licensefix -> fork/licensefix
 * [new branch]      master     -> fork/master
 * [new branch]      msfernandes/contributing_to_rst -> fork/msfernandes/contributing_to_rst
 * [new branch]      mybranch   -> fork/mybranch
 * [new branch]      new        -> fork/new
 * [new branch]      release/0.1.0 -> fork/release/0.1.0
 * [new branch]      release/0.1.1 -> fork/release/0.1.1
 * [new branch]      release/0.5 -> fork/release/0.5
 * [new branch]      release/0.6 -> fork/release/0.6
 * [new branch]      release/0.7 -> fork/release/0.7
 * [new branch]      sanketdg/docextract -> fork/sanketdg/docextract
 * [new branch]      sils/actions -> fork/sils/actions
 * [new branch]      sils/beardec -> fork/sils/beardec
 * [new branch]      sils/bearproto -> fork/sils/bearproto
 * [new branch]      sils/bears -> fork/sils/bears
 * [new branch]      sils/bp    -> fork/sils/bp
 * [new branch]      sils/cache -> fork/sils/cache
 * [new branch]      sils/coaf  -> fork/sils/coaf
 * [new branch]      sils/col   -> fork/sils/col
 * [new branch]      sils/coloredrange -> fork/sils/coloredrange
 * [new branch]      sils/decos -> fork/sils/decos
 * [new branch]      sils/defs  -> fork/sils/defs
 * [new branch]      sils/depexp -> fork/sils/depexp
 * [new branch]      sils/diffs -> fork/sils/diffs
 * [new branch]      sils/docon -> fork/sils/docon
 * [new branch]      sils/docss -> fork/sils/docss
 * [new branch]      sils/dupes -> fork/sils/dupes
 * [new branch]      sils/html  -> fork/sils/html
 * [new branch]      sils/importsort -> fork/sils/importsort
 * [new branch]      sils/lintrem -> fork/sils/lintrem
 * [new branch]      sils/listit -> fork/sils/listit
 * [new branch]      sils/logging -> fork/sils/logging
 * [new branch]      sils/min   -> fork/sils/min
 * [new branch]      sils/patch -> fork/sils/patch
 * [new branch]      sils/perf  -> fork/sils/perf
 * [new branch]      sils/prereq -> fork/sils/prereq
 * [new branch]      sils/proto -> fork/sils/proto
 * [new branch]      sils/readm -> fork/sils/readm
 * [new branch]      sils/renamef -> fork/sils/renamef
 * [new branch]      sils/resf  -> fork/sils/resf
 * [new branch]      sils/resultfilter -> fork/sils/resultfilter
 * [new branch]      sils/rult  -> fork/sils/rult
 * [new branch]      sils/swtest -> fork/sils/swtest
 * [new branch]      sils/testing -> fork/sils/testing
 * [new branch]      sils/v     -> fork/sils/v
 * [new branch]      sils/wip/cachingprop -&gt; fork/sils/wip/cachingprop
 * [new branch]      sils/wippatch -&gt; fork/sils/wippatch
 * [new branch]      sils/xml   -&gt; fork/sils/xml
 * [new branch]      sims1253/releasenotes -&gt; fork/sims1253/releasenotes
 * [new branch]      test       -> fork/test
 * [new branch]      wip/sils/profiling -> fork/wip/sils/profiling
 * [new branch]      wip/udayan/filesim -> fork/wip/udayan/filesim
 * [new branch]      wip/udayan/gui2 -> fork/wip/udayan/gui2
 * [new branch]      wip/udayan/guiproto -> fork/wip/udayan/guiproto
+ 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/mybranch
Switched to a new branch '__rultor'
Branch __rultor set up to track remote branch mybranch 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 1e6b4e4..9898109
Fast-forward
 coalib/bears/requirements/GoRequirement.py    | 21 +++++++++++++++++++++
 tests/bears/requirements/GoRequirementTest.py | 13 +++++++++++++
 2 files changed, 34 insertions(+)
 create mode 100644 tests/bears/requirements/GoRequirementTest.py
+ docker_when_possible
+ true
++ uptime
++ sed 's/ /\n/g'
++ tail -n 1
+ load=6.84
++ bc
++ echo 6.84 '>' 30
+ '[' 0 -eq 1 ']'
+ echo 'load average is 6.84, low enough to run a new Docker container'
load average is 6.84, 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-analyzer_coala_2422\s*$'
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-w4zq:/main --env=fork=git@github.com:RohanVB/coala.git --env=fork_branch=mybranch --env=head=git@github.com:coala-analyzer/coala.git --env=head_branch=master --env=pull_id=2422 '--env=pull_title=GoRequirement: Add installation methods' --hostname=docker --memory=6g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-w4zq/cid -w=/main --name=coala-analyzer_coala_2422 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)
+ pip3 install -r requirements.txt
Collecting PyPrint==0.2.*,>=0.2.4 (from -r requirements.txt (line 1))
  Downloading PyPrint-0.2.4-py3-none-any.whl
Requirement already satisfied (use --upgrade to upgrade): setuptools>=19.2 in /usr/local/lib/python3.4/dist-packages (from -r requirements.txt (line 2))
Collecting libclang-py3==0.2 (from -r requirements.txt (line 4))
  Downloading libclang-py3-0.2.tar.gz
Requirement already satisfied (use --upgrade to upgrade): appdirs==1.4.* in /usr/local/lib/python3.4/dist-packages (from -r requirements.txt (line 5))
Collecting coala-decorators==0.2.*,>=0.2.1 (from -r requirements.txt (line 6))
  Downloading coala_decorators-0.2.1.tar.gz
Requirement already satisfied (use --upgrade to upgrade): colorama==0.3.* in /usr/local/lib/python3.4/dist-packages (from PyPrint==0.2.*,>=0.2.4->-r requirements.txt (line 1))
Collecting termcolor==1.1.* (from PyPrint==0.2.*,>=0.2.4->-r requirements.txt (line 1))
  Downloading termcolor-1.1.0.tar.gz
Building wheels for collected packages: libclang-py3, coala-decorators, termcolor
  Running setup.py bdist_wheel for libclang-py3 ... ?25ldone
?25h  Stored in directory: /home/r/.cache/pip/wheels/92/7b/ea/a09b10ada863c7541a0b1a440aa046a47bfa070c924dbe847c
  Running setup.py bdist_wheel for coala-decorators ... ?25ldone
?25h  Stored in directory: /home/r/.cache/pip/wheels/3a/9d/18/e060577c659f7724ba364f9a02a025981da4cf0cd44ced6545
  Running setup.py bdist_wheel for termcolor ... ?25ldone
?25h  Stored in directory: /home/r/.cache/pip/wheels/de/f7/bf/1bcac7bf30549e6a4957382e2ecab04c88e513117207067b03
Successfully built libclang-py3 coala-decorators termcolor
Installing collected packages: termcolor, PyPrint, libclang-py3, coala-decorators
Successfully installed PyPrint-0.2.4 coala-decorators-0.2.1 libclang-py3-0.2 termcolor-1.1.0
33mYou are using pip version 8.1.0, however version 8.1.2 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.0m
++ date --utc +%Y%m%d%H%M%S
+ python3 .misc/adjust_version_number.py coalib/VERSION -b 20160707110130
+ bash .misc/deploy.pypi.sh
Uploading coala to pypi
Requirement already satisfied (use --upgrade to upgrade): twine in /usr/local/lib/python3.4/dist-packages
Requirement already satisfied (use --upgrade to upgrade): wheel in /usr/local/lib/python3.4/dist-packages
Requirement already satisfied (use --upgrade to upgrade): requests>=2.3.0 in /usr/local/lib/python3.4/dist-packages (from twine)
Requirement already satisfied (use --upgrade to upgrade): requests-toolbelt>=0.4.0 in /usr/local/lib/python3.4/dist-packages (from twine)
Requirement already satisfied (use --upgrade to upgrade): pkginfo>=1.0 in /usr/local/lib/python3.4/dist-packages (from twine)
Requirement already satisfied (use --upgrade to upgrade): setuptools>=0.7.0 in /usr/local/lib/python3.4/dist-packages (from twine)
33mYou are using pip version 8.1.0, however version 8.1.2 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.0m
running sdist
running egg_info
creating coala.egg-info
writing top-level names to coala.egg-info/top_level.txt
writing requirements to coala.egg-info/requires.txt
writing entry points to coala.egg-info/entry_points.txt
writing dependency_links to coala.egg-info/dependency_links.txt
writing coala.egg-info/PKG-INFO
writing manifest file 'coala.egg-info/SOURCES.txt'
reading manifest file 'coala.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'coala.egg-info/SOURCES.txt'
running check
warning: check: missing meta-data: if 'author' supplied, 'author_email' must be supplied too

creating coala-0.8.0.dev20160707110130
creating coala-0.8.0.dev20160707110130/coala.egg-info
creating coala-0.8.0.dev20160707110130/coalib
creating coala-0.8.0.dev20160707110130/coalib/bearlib
creating coala-0.8.0.dev20160707110130/coalib/bearlib/abstractions
creating coala-0.8.0.dev20160707110130/coalib/bearlib/languages
creating coala-0.8.0.dev20160707110130/coalib/bearlib/languages/definitions
creating coala-0.8.0.dev20160707110130/coalib/bearlib/languages/documentation
creating coala-0.8.0.dev20160707110130/coalib/bearlib/naming_conventions
creating coala-0.8.0.dev20160707110130/coalib/bearlib/spacing
creating coala-0.8.0.dev20160707110130/coalib/bears
creating coala-0.8.0.dev20160707110130/coalib/bears/requirements
creating coala-0.8.0.dev20160707110130/coalib/collecting
creating coala-0.8.0.dev20160707110130/coalib/misc
creating coala-0.8.0.dev20160707110130/coalib/output
creating coala-0.8.0.dev20160707110130/coalib/output/dbus
creating coala-0.8.0.dev20160707110130/coalib/output/printers
creating coala-0.8.0.dev20160707110130/coalib/parsing
creating coala-0.8.0.dev20160707110130/coalib/parsing/StringProcessing
creating coala-0.8.0.dev20160707110130/coalib/processes
creating coala-0.8.0.dev20160707110130/coalib/processes/communication
creating coala-0.8.0.dev20160707110130/coalib/results
creating coala-0.8.0.dev20160707110130/coalib/results/result_actions
creating coala-0.8.0.dev20160707110130/coalib/settings
creating coala-0.8.0.dev20160707110130/docs
creating coala-0.8.0.dev20160707110130/docs/General_Dev_Info
creating coala-0.8.0.dev20160707110130/docs/Getting_Involved
creating coala-0.8.0.dev20160707110130/docs/Users
creating coala-0.8.0.dev20160707110130/docs/Users/Tutorials
making hard links in coala-0.8.0.dev20160707110130...
hard linking LICENSE -> coala-0.8.0.dev20160707110130
hard linking MANIFEST.in -> coala-0.8.0.dev20160707110130
hard linking README.rst -> coala-0.8.0.dev20160707110130
hard linking requirements.txt -> coala-0.8.0.dev20160707110130
hard linking setup.cfg -> coala-0.8.0.dev20160707110130
hard linking setup.py -> coala-0.8.0.dev20160707110130
hard linking test-requirements.txt -> coala-0.8.0.dev20160707110130
hard linking coala.egg-info/PKG-INFO -> coala-0.8.0.dev20160707110130/coala.egg-info
hard linking coala.egg-info/SOURCES.txt -> coala-0.8.0.dev20160707110130/coala.egg-info
hard linking coala.egg-info/dependency_links.txt -> coala-0.8.0.dev20160707110130/coala.egg-info
hard linking coala.egg-info/entry_points.txt -> coala-0.8.0.dev20160707110130/coala.egg-info
hard linking coala.egg-info/requires.txt -> coala-0.8.0.dev20160707110130/coala.egg-info
hard linking coala.egg-info/top_level.txt -> coala-0.8.0.dev20160707110130/coala.egg-info
hard linking coalib/VERSION -> coala-0.8.0.dev20160707110130/coalib
hard linking coalib/__init__.py -> coala-0.8.0.dev20160707110130/coalib
hard linking coalib/coala.py -> coala-0.8.0.dev20160707110130/coalib
hard linking coalib/coala_ci.py -> coala-0.8.0.dev20160707110130/coalib
hard linking coalib/coala_dbus.py -> coala-0.8.0.dev20160707110130/coalib
hard linking coalib/coala_delete_orig.py -> coala-0.8.0.dev20160707110130/coalib
hard linking coalib/coala_format.py -> coala-0.8.0.dev20160707110130/coalib
hard linking coalib/coala_json.py -> coala-0.8.0.dev20160707110130/coalib
hard linking coalib/coala_main.py -> coala-0.8.0.dev20160707110130/coalib
hard linking coalib/default_coafile -> coala-0.8.0.dev20160707110130/coalib
hard linking coalib/bearlib/__init__.py -> coala-0.8.0.dev20160707110130/coalib/bearlib
hard linking coalib/bearlib/abstractions/ExternalBearWrap.py -> coala-0.8.0.dev20160707110130/coalib/bearlib/abstractions
hard linking coalib/bearlib/abstractions/Lint.py -> coala-0.8.0.dev20160707110130/coalib/bearlib/abstractions
hard linking coalib/bearlib/abstractions/Linter.py -> coala-0.8.0.dev20160707110130/coalib/bearlib/abstractions
hard linking coalib/bearlib/abstractions/SectionCreatable.py -> coala-0.8.0.dev20160707110130/coalib/bearlib/abstractions
hard linking coalib/bearlib/abstractions/__init__.py -> coala-0.8.0.dev20160707110130/coalib/bearlib/abstractions
hard linking coalib/bearlib/languages/LanguageDefinition.py -> coala-0.8.0.dev20160707110130/coalib/bearlib/languages
hard linking coalib/bearlib/languages/__init__.py -> coala-0.8.0.dev20160707110130/coalib/bearlib/languages
hard linking coalib/bearlib/languages/definitions/__init__.py -> coala-0.8.0.dev20160707110130/coalib/bearlib/languages/definitions
hard linking coalib/bearlib/languages/definitions/c.coalang -> coala-0.8.0.dev20160707110130/coalib/bearlib/languages/definitions
hard linking coalib/bearlib/languages/definitions/cpp.coalang -> coala-0.8.0.dev20160707110130/coalib/bearlib/languages/definitions
hard linking coalib/bearlib/languages/definitions/python3.coalang -> coala-0.8.0.dev20160707110130/coalib/bearlib/languages/definitions
hard linking coalib/bearlib/languages/documentation/DocstyleDefinition.py -> coala-0.8.0.dev20160707110130/coalib/bearlib/languages/documentation
hard linking coalib/bearlib/languages/documentation/DocumentationComment.py -> coala-0.8.0.dev20160707110130/coalib/bearlib/languages/documentation
hard linking coalib/bearlib/languages/documentation/DocumentationExtraction.py -> coala-0.8.0.dev20160707110130/coalib/bearlib/languages/documentation
hard linking coalib/bearlib/languages/documentation/__init__.py -> coala-0.8.0.dev20160707110130/coalib/bearlib/languages/documentation
hard linking coalib/bearlib/naming_conventions/__init__.py -> coala-0.8.0.dev20160707110130/coalib/bearlib/naming_conventions
hard linking coalib/bearlib/spacing/SpacingHelper.py -> coala-0.8.0.dev20160707110130/coalib/bearlib/spacing
hard linking coalib/bearlib/spacing/__init__.py -> coala-0.8.0.dev20160707110130/coalib/bearlib/spacing
hard linking coalib/bears/BEAR_KIND.py -> coala-0.8.0.dev20160707110130/coalib/bears
hard linking coalib/bears/Bear.py -> coala-0.8.0.dev20160707110130/coalib/bears
hard linking coalib/bears/GlobalBear.py -> coala-0.8.0.dev20160707110130/coalib/bears
hard linking coalib/bears/LocalBear.py -> coala-0.8.0.dev20160707110130/coalib/bears
hard linking coalib/bears/__init__.py -> coala-0.8.0.dev20160707110130/coalib/bears
hard linking coalib/bears/requirements/CondaRequirement.py -> coala-0.8.0.dev20160707110130/coalib/bears/requirements
hard linking coalib/bears/requirements/GemRequirement.py -> coala-0.8.0.dev20160707110130/coalib/bears/requirements
hard linking coalib/bears/requirements/GoRequirement.py -> coala-0.8.0.dev20160707110130/coalib/bears/requirements
hard linking coalib/bears/requirements/JuliaRequirement.py -> coala-0.8.0.dev20160707110130/coalib/bears/requirements
hard linking coalib/bears/requirements/NpmRequirement.py -> coala-0.8.0.dev20160707110130/coalib/bears/requirements
hard linking coalib/bears/requirements/PackageRequirement.py -> coala-0.8.0.dev20160707110130/coalib/bears/requirements
hard linking coalib/bears/requirements/PipRequirement.py -> coala-0.8.0.dev20160707110130/coalib/bears/requirements
hard linking coalib/bears/requirements/__init__.py -> coala-0.8.0.dev20160707110130/coalib/bears/requirements
hard linking coalib/collecting/Collectors.py -> coala-0.8.0.dev20160707110130/coalib/collecting
hard linking coalib/collecting/Dependencies.py -> coala-0.8.0.dev20160707110130/coalib/collecting
hard linking coalib/collecting/Importers.py -> coala-0.8.0.dev20160707110130/coalib/collecting
hard linking coalib/collecting/__init__.py -> coala-0.8.0.dev20160707110130/coalib/collecting
hard linking coalib/misc/Annotations.py -> coala-0.8.0.dev20160707110130/coalib/misc
hard linking coalib/misc/BuildManPage.py -> coala-0.8.0.dev20160707110130/coalib/misc
hard linking coalib/misc/Caching.py -> coala-0.8.0.dev20160707110130/coalib/misc
hard linking coalib/misc/CachingUtilities.py -> coala-0.8.0.dev20160707110130/coalib/misc
hard linking coalib/misc/Constants.py -> coala-0.8.0.dev20160707110130/coalib/misc
hard linking coalib/misc/ContextManagers.py -> coala-0.8.0.dev20160707110130/coalib/misc
hard linking coalib/misc/DictUtilities.py -> coala-0.8.0.dev20160707110130/coalib/misc
hard linking coalib/misc/Enum.py -> coala-0.8.0.dev20160707110130/coalib/misc
hard linking coalib/misc/Exceptions.py -> coala-0.8.0.dev20160707110130/coalib/misc
hard linking coalib/misc/Future.py -> coala-0.8.0.dev20160707110130/coalib/misc
hard linking coalib/misc/MutableValue.py -> coala-0.8.0.dev20160707110130/coalib/misc
hard linking coalib/misc/Shell.py -> coala-0.8.0.dev20160707110130/coalib/misc
hard linking coalib/misc/StringConverter.py -> coala-0.8.0.dev20160707110130/coalib/misc
hard linking coalib/misc/__init__.py -> coala-0.8.0.dev20160707110130/coalib/misc
hard linking coalib/output/ConfWriter.py -> coala-0.8.0.dev20160707110130/coalib/output
hard linking coalib/output/ConsoleInteraction.py -> coala-0.8.0.dev20160707110130/coalib/output
hard linking coalib/output/Interactions.py -> coala-0.8.0.dev20160707110130/coalib/output
hard linking coalib/output/JSONEncoder.py -> coala-0.8.0.dev20160707110130/coalib/output
hard linking coalib/output/__init__.py -> coala-0.8.0.dev20160707110130/coalib/output
hard linking coalib/output/dbus/BuildDbusService.py -> coala-0.8.0.dev20160707110130/coalib/output/dbus
hard linking coalib/output/dbus/DbusApp.py -> coala-0.8.0.dev20160707110130/coalib/output/dbus
hard linking coalib/output/dbus/DbusDocument.py -&gt; coala-0.8.0.dev20160707110130/coalib/output/dbus
hard linking coalib/output/dbus/DbusServer.py -&gt; coala-0.8.0.dev20160707110130/coalib/output/dbus
hard linking coalib/output/dbus/__init__.py -> coala-0.8.0.dev20160707110130/coalib/output/dbus
hard linking coalib/output/printers/LOG_LEVEL.py -> coala-0.8.0.dev20160707110130/coalib/output/printers
hard linking coalib/output/printers/ListLogPrinter.py -> coala-0.8.0.dev20160707110130/coalib/output/printers
hard linking coalib/output/printers/LogPrinter.py -> coala-0.8.0.dev20160707110130/coalib/output/printers
hard linking coalib/output/printers/__init__.py -> coala-0.8.0.dev20160707110130/coalib/output/printers
hard linking coalib/parsing/CliParsing.py -> coala-0.8.0.dev20160707110130/coalib/parsing
hard linking coalib/parsing/ConfParser.py -> coala-0.8.0.dev20160707110130/coalib/parsing
hard linking coalib/parsing/DefaultArgParser.py -> coala-0.8.0.dev20160707110130/coalib/parsing
hard linking coalib/parsing/Globbing.py -> coala-0.8.0.dev20160707110130/coalib/parsing
hard linking coalib/parsing/LineParser.py -> coala-0.8.0.dev20160707110130/coalib/parsing
hard linking coalib/parsing/__init__.py -> coala-0.8.0.dev20160707110130/coalib/parsing
hard linking coalib/parsing/StringProcessing/Core.py -> coala-0.8.0.dev20160707110130/coalib/parsing/StringProcessing
hard linking coalib/parsing/StringProcessing/Filters.py -> coala-0.8.0.dev20160707110130/coalib/parsing/StringProcessing
hard linking coalib/parsing/StringProcessing/InBetweenMatch.py -> coala-0.8.0.dev20160707110130/coalib/parsing/StringProcessing
hard linking coalib/parsing/StringProcessing/Match.py -> coala-0.8.0.dev20160707110130/coalib/parsing/StringProcessing
hard linking coalib/parsing/StringProcessing/__init__.py -> coala-0.8.0.dev20160707110130/coalib/parsing/StringProcessing
hard linking coalib/processes/BearRunning.py -> coala-0.8.0.dev20160707110130/coalib/processes
hard linking coalib/processes/CONTROL_ELEMENT.py -> coala-0.8.0.dev20160707110130/coalib/processes
hard linking coalib/processes/LogPrinterThread.py -> coala-0.8.0.dev20160707110130/coalib/processes
hard linking coalib/processes/Processing.py -> coala-0.8.0.dev20160707110130/coalib/processes
hard linking coalib/processes/__init__.py -> coala-0.8.0.dev20160707110130/coalib/processes
hard linking coalib/processes/communication/LogMessage.py -> coala-0.8.0.dev20160707110130/coalib/processes/communication
hard linking coalib/processes/communication/__init__.py -> coala-0.8.0.dev20160707110130/coalib/processes/communication
hard linking coalib/results/AbsolutePosition.py -> coala-0.8.0.dev20160707110130/coalib/results
hard linking coalib/results/Diff.py -> coala-0.8.0.dev20160707110130/coalib/results
hard linking coalib/results/HiddenResult.py -> coala-0.8.0.dev20160707110130/coalib/results
hard linking coalib/results/LineDiff.py -> coala-0.8.0.dev20160707110130/coalib/results
hard linking coalib/results/RESULT_SEVERITY.py -> coala-0.8.0.dev20160707110130/coalib/results
hard linking coalib/results/Result.py -> coala-0.8.0.dev20160707110130/coalib/results
hard linking coalib/results/ResultFilter.py -> coala-0.8.0.dev20160707110130/coalib/results
hard linking coalib/results/SourcePosition.py -> coala-0.8.0.dev20160707110130/coalib/results
hard linking coalib/results/SourceRange.py -> coala-0.8.0.dev20160707110130/coalib/results
hard linking coalib/results/TextPosition.py -> coala-0.8.0.dev20160707110130/coalib/results
hard linking coalib/results/TextRange.py -> coala-0.8.0.dev20160707110130/coalib/results
hard linking coalib/results/__init__.py -> coala-0.8.0.dev20160707110130/coalib/results
hard linking coalib/results/result_actions/ApplyPatchAction.py -> coala-0.8.0.dev20160707110130/coalib/results/result_actions
hard linking coalib/results/result_actions/OpenEditorAction.py -> coala-0.8.0.dev20160707110130/coalib/results/result_actions
hard linking coalib/results/result_actions/PrintDebugMessageAction.py -> coala-0.8.0.dev20160707110130/coalib/results/result_actions
hard linking coalib/results/result_actions/PrintMoreInfoAction.py -> coala-0.8.0.dev20160707110130/coalib/results/result_actions
hard linking coalib/results/result_actions/ResultAction.py -> coala-0.8.0.dev20160707110130/coalib/results/result_actions
hard linking coalib/results/result_actions/ShowPatchAction.py -> coala-0.8.0.dev20160707110130/coalib/results/result_actions
hard linking coalib/results/result_actions/__init__.py -> coala-0.8.0.dev20160707110130/coalib/results/result_actions
hard linking coalib/settings/ConfigurationGathering.py -> coala-0.8.0.dev20160707110130/coalib/settings
hard linking coalib/settings/DocstringMetadata.py -> coala-0.8.0.dev20160707110130/coalib/settings
hard linking coalib/settings/FunctionMetadata.py -> coala-0.8.0.dev20160707110130/coalib/settings
hard linking coalib/settings/Section.py -> coala-0.8.0.dev20160707110130/coalib/settings
hard linking coalib/settings/SectionFilling.py -> coala-0.8.0.dev20160707110130/coalib/settings
hard linking coalib/settings/Setting.py -> coala-0.8.0.dev20160707110130/coalib/settings
hard linking coalib/settings/__init__.py -> coala-0.8.0.dev20160707110130/coalib/settings
hard linking docs/Makefile -> coala-0.8.0.dev20160707110130/docs
hard linking docs/conf.py -> coala-0.8.0.dev20160707110130/docs
hard linking docs/index.rst -> coala-0.8.0.dev20160707110130/docs
hard linking docs/make.bat -> coala-0.8.0.dev20160707110130/docs
hard linking docs/General_Dev_Info/git_tutorial_1.rst -> coala-0.8.0.dev20160707110130/docs/General_Dev_Info
hard linking docs/Getting_Involved/Codestyle.rst -> coala-0.8.0.dev20160707110130/docs/Getting_Involved
hard linking docs/Getting_Involved/MAC_Hints.rst -> coala-0.8.0.dev20160707110130/docs/Getting_Involved
hard linking docs/Getting_Involved/Newcomers.rst -> coala-0.8.0.dev20160707110130/docs/Getting_Involved
hard linking docs/Getting_Involved/README.rst -> coala-0.8.0.dev20160707110130/docs/Getting_Involved
hard linking docs/Getting_Involved/Review.rst -> coala-0.8.0.dev20160707110130/docs/Getting_Involved
hard linking docs/Getting_Involved/Testing.rst -> coala-0.8.0.dev20160707110130/docs/Getting_Involved
hard linking docs/Getting_Involved/Writing_Documentation.rst -> coala-0.8.0.dev20160707110130/docs/Getting_Involved
hard linking docs/Getting_Involved/Writing_Good_Commits.rst -> coala-0.8.0.dev20160707110130/docs/Getting_Involved
hard linking docs/Getting_Involved/Writing_Tests.rst -> coala-0.8.0.dev20160707110130/docs/Getting_Involved
hard linking docs/Users/Container.rst -> coala-0.8.0.dev20160707110130/docs/Users
hard linking docs/Users/Exit_Codes.rst -> coala-0.8.0.dev20160707110130/docs/Users
hard linking docs/Users/External_APIs.rst -> coala-0.8.0.dev20160707110130/docs/Users
hard linking docs/Users/FAQ.rst -> coala-0.8.0.dev20160707110130/docs/Users
hard linking docs/Users/Git_Hooks.rst -> coala-0.8.0.dev20160707110130/docs/Users
hard linking docs/Users/Glob_Patterns.rst -> coala-0.8.0.dev20160707110130/docs/Users
hard linking docs/Users/Install.rst -> coala-0.8.0.dev20160707110130/docs/Users
hard linking docs/Users/coafile.rst -> coala-0.8.0.dev20160707110130/docs/Users
hard linking docs/Users/Tutorials/Development_Setup.rst -> coala-0.8.0.dev20160707110130/docs/Users/Tutorials
hard linking docs/Users/Tutorials/Git_Help.rst -> coala-0.8.0.dev20160707110130/docs/Users/Tutorials
hard linking docs/Users/Tutorials/Linter_Bears.rst -> coala-0.8.0.dev20160707110130/docs/Users/Tutorials
hard linking docs/Users/Tutorials/Self_Correcting_Bears.rst -> coala-0.8.0.dev20160707110130/docs/Users/Tutorials
hard linking docs/Users/Tutorials/Shell_Autocompletion.rst -> coala-0.8.0.dev20160707110130/docs/Users/Tutorials
hard linking docs/Users/Tutorials/Testing_Bears.rst -> coala-0.8.0.dev20160707110130/docs/Users/Tutorials
hard linking docs/Users/Tutorials/Tutorial.rst -> coala-0.8.0.dev20160707110130/docs/Users/Tutorials
hard linking docs/Users/Tutorials/Writing_Bears.rst -&gt; coala-0.8.0.dev20160707110130/docs/Users/Tutorials
copying setup.cfg -&gt; coala-0.8.0.dev20160707110130
Writing coala-0.8.0.dev20160707110130/setup.cfg
creating dist
Creating tar archive
removing 'coala-0.8.0.dev20160707110130' (and everything under it)
running bdist_wheel
running build
running build_py
running build_manpage
running build_dbus
creating build
creating build/lib
creating build/lib/coalib
copying coalib/__init__.py -> build/lib/coalib
copying coalib/coala.py -> build/lib/coalib
copying coalib/coala_ci.py -> build/lib/coalib
copying coalib/coala_dbus.py -> build/lib/coalib
copying coalib/coala_delete_orig.py -> build/lib/coalib
copying coalib/coala_format.py -> build/lib/coalib
copying coalib/coala_json.py -> build/lib/coalib
copying coalib/coala_main.py -> build/lib/coalib
creating build/lib/coalib/bearlib
copying coalib/bearlib/__init__.py -> build/lib/coalib/bearlib
creating build/lib/coalib/bears
copying coalib/bears/BEAR_KIND.py -> build/lib/coalib/bears
copying coalib/bears/Bear.py -> build/lib/coalib/bears
copying coalib/bears/GlobalBear.py -> build/lib/coalib/bears
copying coalib/bears/LocalBear.py -> build/lib/coalib/bears
copying coalib/bears/__init__.py -> build/lib/coalib/bears
creating build/lib/coalib/collecting
copying coalib/collecting/Collectors.py -> build/lib/coalib/collecting
copying coalib/collecting/Dependencies.py -> build/lib/coalib/collecting
copying coalib/collecting/Importers.py -> build/lib/coalib/collecting
copying coalib/collecting/__init__.py -> build/lib/coalib/collecting
creating build/lib/coalib/misc
copying coalib/misc/Annotations.py -> build/lib/coalib/misc
copying coalib/misc/BuildManPage.py -> build/lib/coalib/misc
copying coalib/misc/Caching.py -> build/lib/coalib/misc
copying coalib/misc/CachingUtilities.py -> build/lib/coalib/misc
copying coalib/misc/Constants.py -> build/lib/coalib/misc
copying coalib/misc/ContextManagers.py -> build/lib/coalib/misc
copying coalib/misc/DictUtilities.py -> build/lib/coalib/misc
copying coalib/misc/Enum.py -> build/lib/coalib/misc
copying coalib/misc/Exceptions.py -> build/lib/coalib/misc
copying coalib/misc/Future.py -> build/lib/coalib/misc
copying coalib/misc/MutableValue.py -> build/lib/coalib/misc
copying coalib/misc/Shell.py -> build/lib/coalib/misc
copying coalib/misc/StringConverter.py -> build/lib/coalib/misc
copying coalib/misc/__init__.py -> build/lib/coalib/misc
creating build/lib/coalib/output
copying coalib/output/ConfWriter.py -> build/lib/coalib/output
copying coalib/output/ConsoleInteraction.py -> build/lib/coalib/output
copying coalib/output/Interactions.py -> build/lib/coalib/output
copying coalib/output/JSONEncoder.py -> build/lib/coalib/output
copying coalib/output/__init__.py -> build/lib/coalib/output
creating build/lib/coalib/parsing
copying coalib/parsing/CliParsing.py -> build/lib/coalib/parsing
copying coalib/parsing/ConfParser.py -> build/lib/coalib/parsing
copying coalib/parsing/DefaultArgParser.py -> build/lib/coalib/parsing
copying coalib/parsing/Globbing.py -> build/lib/coalib/parsing
copying coalib/parsing/LineParser.py -> build/lib/coalib/parsing
copying coalib/parsing/__init__.py -> build/lib/coalib/parsing
creating build/lib/coalib/processes
copying coalib/processes/BearRunning.py -> build/lib/coalib/processes
copying coalib/processes/CONTROL_ELEMENT.py -> build/lib/coalib/processes
copying coalib/processes/LogPrinterThread.py -> build/lib/coalib/processes
copying coalib/processes/Processing.py -> build/lib/coalib/processes
copying coalib/processes/__init__.py -> build/lib/coalib/processes
creating build/lib/coalib/results
copying coalib/results/AbsolutePosition.py -> build/lib/coalib/results
copying coalib/results/Diff.py -> build/lib/coalib/results
copying coalib/results/HiddenResult.py -> build/lib/coalib/results
copying coalib/results/LineDiff.py -> build/lib/coalib/results
copying coalib/results/RESULT_SEVERITY.py -> build/lib/coalib/results
copying coalib/results/Result.py -> build/lib/coalib/results
copying coalib/results/ResultFilter.py -> build/lib/coalib/results
copying coalib/results/SourcePosition.py -> build/lib/coalib/results
copying coalib/results/SourceRange.py -> build/lib/coalib/results
copying coalib/results/TextPosition.py -> build/lib/coalib/results
copying coalib/results/TextRange.py -> build/lib/coalib/results
copying coalib/results/__init__.py -> build/lib/coalib/results
creating build/lib/coalib/settings
copying coalib/settings/ConfigurationGathering.py -> build/lib/coalib/settings
copying coalib/settings/DocstringMetadata.py -> build/lib/coalib/settings
copying coalib/settings/FunctionMetadata.py -> build/lib/coalib/settings
copying coalib/settings/Section.py -> build/lib/coalib/settings
copying coalib/settings/SectionFilling.py -> build/lib/coalib/settings
copying coalib/settings/Setting.py -> build/lib/coalib/settings
copying coalib/settings/__init__.py -> build/lib/coalib/settings
creating build/lib/coalib/bearlib/abstractions
copying coalib/bearlib/abstractions/ExternalBearWrap.py -> build/lib/coalib/bearlib/abstractions
copying coalib/bearlib/abstractions/Lint.py -> build/lib/coalib/bearlib/abstractions
copying coalib/bearlib/abstractions/Linter.py -> build/lib/coalib/bearlib/abstractions
copying coalib/bearlib/abstractions/SectionCreatable.py -> build/lib/coalib/bearlib/abstractions
copying coalib/bearlib/abstractions/__init__.py -> build/lib/coalib/bearlib/abstractions
creating build/lib/coalib/bearlib/languages
copying coalib/bearlib/languages/LanguageDefinition.py -> build/lib/coalib/bearlib/languages
copying coalib/bearlib/languages/__init__.py -> build/lib/coalib/bearlib/languages
creating build/lib/coalib/bearlib/naming_conventions
copying coalib/bearlib/naming_conventions/__init__.py -> build/lib/coalib/bearlib/naming_conventions
creating build/lib/coalib/bearlib/spacing
copying coalib/bearlib/spacing/SpacingHelper.py -> build/lib/coalib/bearlib/spacing
copying coalib/bearlib/spacing/__init__.py -> build/lib/coalib/bearlib/spacing
creating build/lib/coalib/bearlib/languages/definitions
copying coalib/bearlib/languages/definitions/__init__.py -> build/lib/coalib/bearlib/languages/definitions
creating build/lib/coalib/bearlib/languages/documentation
copying coalib/bearlib/languages/documentation/DocstyleDefinition.py -> build/lib/coalib/bearlib/languages/documentation
copying coalib/bearlib/languages/documentation/DocumentationComment.py -> build/lib/coalib/bearlib/languages/documentation
copying coalib/bearlib/languages/documentation/DocumentationExtraction.py -> build/lib/coalib/bearlib/languages/documentation
copying coalib/bearlib/languages/documentation/__init__.py -> build/lib/coalib/bearlib/languages/documentation
creating build/lib/coalib/bears/requirements
copying coalib/bears/requirements/CondaRequirement.py -> build/lib/coalib/bears/requirements
copying coalib/bears/requirements/GemRequirement.py -> build/lib/coalib/bears/requirements
copying coalib/bears/requirements/JuliaRequirement.py -> build/lib/coalib/bears/requirements
copying coalib/bears/requirements/NpmRequirement.py -> build/lib/coalib/bears/requirements
copying coalib/bears/requirements/PackageRequirement.py -> build/lib/coalib/bears/requirements
copying coalib/bears/requirements/PipRequirement.py -> build/lib/coalib/bears/requirements
copying coalib/bears/requirements/__init__.py -> build/lib/coalib/bears/requirements
copying coalib/bears/requirements/GoRequirement.py -> build/lib/coalib/bears/requirements
creating build/lib/coalib/output/dbus
copying coalib/output/dbus/BuildDbusService.py -> build/lib/coalib/output/dbus
copying coalib/output/dbus/DbusApp.py -> build/lib/coalib/output/dbus
copying coalib/output/dbus/DbusDocument.py -> build/lib/coalib/output/dbus
copying coalib/output/dbus/DbusServer.py -> build/lib/coalib/output/dbus
copying coalib/output/dbus/__init__.py -&gt; build/lib/coalib/output/dbus
creating build/lib/coalib/output/printers
copying coalib/output/printers/LOG_LEVEL.py -&gt; build/lib/coalib/output/printers
copying coalib/output/printers/ListLogPrinter.py -&gt; build/lib/coalib/output/printers
copying coalib/output/printers/LogPrinter.py -> build/lib/coalib/output/printers
copying coalib/output/printers/__init__.py -> build/lib/coalib/output/printers
creating build/lib/coalib/parsing/StringProcessing
copying coalib/parsing/StringProcessing/Core.py -> build/lib/coalib/parsing/StringProcessing
copying coalib/parsing/StringProcessing/Filters.py -> build/lib/coalib/parsing/StringProcessing
copying coalib/parsing/StringProcessing/InBetweenMatch.py -> build/lib/coalib/parsing/StringProcessing
copying coalib/parsing/StringProcessing/Match.py -> build/lib/coalib/parsing/StringProcessing
copying coalib/parsing/StringProcessing/__init__.py -> build/lib/coalib/parsing/StringProcessing
creating build/lib/coalib/processes/communication
copying coalib/processes/communication/LogMessage.py -> build/lib/coalib/processes/communication
copying coalib/processes/communication/__init__.py -> build/lib/coalib/processes/communication
creating build/lib/coalib/results/result_actions
copying coalib/results/result_actions/ApplyPatchAction.py -> build/lib/coalib/results/result_actions
copying coalib/results/result_actions/OpenEditorAction.py -> build/lib/coalib/results/result_actions
copying coalib/results/result_actions/PrintDebugMessageAction.py -> build/lib/coalib/results/result_actions
copying coalib/results/result_actions/PrintMoreInfoAction.py -> build/lib/coalib/results/result_actions
copying coalib/results/result_actions/ResultAction.py -> build/lib/coalib/results/result_actions
copying coalib/results/result_actions/ShowPatchAction.py -> build/lib/coalib/results/result_actions
copying coalib/results/result_actions/__init__.py -> build/lib/coalib/results/result_actions
copying coalib/default_coafile -> build/lib/coalib
copying coalib/VERSION -> build/lib/coalib
copying coalib/bearlib/languages/definitions/c.coalang -> build/lib/coalib/bearlib/languages/definitions
copying coalib/bearlib/languages/definitions/cpp.coalang -> build/lib/coalib/bearlib/languages/definitions
copying coalib/bearlib/languages/definitions/python3.coalang -> build/lib/coalib/bearlib/languages/definitions
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/coalib
copying build/lib/coalib/__init__.py -> build/bdist.linux-x86_64/wheel/coalib
copying build/lib/coalib/coala.py -> build/bdist.linux-x86_64/wheel/coalib
copying build/lib/coalib/coala_ci.py -> build/bdist.linux-x86_64/wheel/coalib
copying build/lib/coalib/coala_dbus.py -> build/bdist.linux-x86_64/wheel/coalib
copying build/lib/coalib/coala_delete_orig.py -> build/bdist.linux-x86_64/wheel/coalib
copying build/lib/coalib/coala_format.py -> build/bdist.linux-x86_64/wheel/coalib
copying build/lib/coalib/coala_json.py -> build/bdist.linux-x86_64/wheel/coalib
copying build/lib/coalib/coala_main.py -> build/bdist.linux-x86_64/wheel/coalib
creating build/bdist.linux-x86_64/wheel/coalib/bearlib
copying build/lib/coalib/bearlib/__init__.py -> build/bdist.linux-x86_64/wheel/coalib/bearlib
creating build/bdist.linux-x86_64/wheel/coalib/bearlib/abstractions
copying build/lib/coalib/bearlib/abstractions/ExternalBearWrap.py -> build/bdist.linux-x86_64/wheel/coalib/bearlib/abstractions
copying build/lib/coalib/bearlib/abstractions/Lint.py -> build/bdist.linux-x86_64/wheel/coalib/bearlib/abstractions
copying build/lib/coalib/bearlib/abstractions/Linter.py -> build/bdist.linux-x86_64/wheel/coalib/bearlib/abstractions
copying build/lib/coalib/bearlib/abstractions/SectionCreatable.py -> build/bdist.linux-x86_64/wheel/coalib/bearlib/abstractions
copying build/lib/coalib/bearlib/abstractions/__init__.py -> build/bdist.linux-x86_64/wheel/coalib/bearlib/abstractions
creating build/bdist.linux-x86_64/wheel/coalib/bearlib/languages
copying build/lib/coalib/bearlib/languages/LanguageDefinition.py -> build/bdist.linux-x86_64/wheel/coalib/bearlib/languages
copying build/lib/coalib/bearlib/languages/__init__.py -> build/bdist.linux-x86_64/wheel/coalib/bearlib/languages
creating build/bdist.linux-x86_64/wheel/coalib/bearlib/languages/definitions
copying build/lib/coalib/bearlib/languages/definitions/__init__.py -> build/bdist.linux-x86_64/wheel/coalib/bearlib/languages/definitions
copying build/lib/coalib/bearlib/languages/definitions/c.coalang -> build/bdist.linux-x86_64/wheel/coalib/bearlib/languages/definitions
copying build/lib/coalib/bearlib/languages/definitions/cpp.coalang -> build/bdist.linux-x86_64/wheel/coalib/bearlib/languages/definitions
copying build/lib/coalib/bearlib/languages/definitions/python3.coalang -> build/bdist.linux-x86_64/wheel/coalib/bearlib/languages/definitions
creating build/bdist.linux-x86_64/wheel/coalib/bearlib/languages/documentation
copying build/lib/coalib/bearlib/languages/documentation/DocstyleDefinition.py -> build/bdist.linux-x86_64/wheel/coalib/bearlib/languages/documentation
copying build/lib/coalib/bearlib/languages/documentation/DocumentationComment.py -> build/bdist.linux-x86_64/wheel/coalib/bearlib/languages/documentation
copying build/lib/coalib/bearlib/languages/documentation/DocumentationExtraction.py -> build/bdist.linux-x86_64/wheel/coalib/bearlib/languages/documentation
copying build/lib/coalib/bearlib/languages/documentation/__init__.py -> build/bdist.linux-x86_64/wheel/coalib/bearlib/languages/documentation
creating build/bdist.linux-x86_64/wheel/coalib/bearlib/naming_conventions
copying build/lib/coalib/bearlib/naming_conventions/__init__.py -> build/bdist.linux-x86_64/wheel/coalib/bearlib/naming_conventions
creating build/bdist.linux-x86_64/wheel/coalib/bearlib/spacing
copying build/lib/coalib/bearlib/spacing/SpacingHelper.py -> build/bdist.linux-x86_64/wheel/coalib/bearlib/spacing
copying build/lib/coalib/bearlib/spacing/__init__.py -> build/bdist.linux-x86_64/wheel/coalib/bearlib/spacing
creating build/bdist.linux-x86_64/wheel/coalib/bears
copying build/lib/coalib/bears/BEAR_KIND.py -> build/bdist.linux-x86_64/wheel/coalib/bears
copying build/lib/coalib/bears/Bear.py -> build/bdist.linux-x86_64/wheel/coalib/bears
copying build/lib/coalib/bears/GlobalBear.py -> build/bdist.linux-x86_64/wheel/coalib/bears
copying build/lib/coalib/bears/LocalBear.py -> build/bdist.linux-x86_64/wheel/coalib/bears
copying build/lib/coalib/bears/__init__.py -> build/bdist.linux-x86_64/wheel/coalib/bears
creating build/bdist.linux-x86_64/wheel/coalib/bears/requirements
copying build/lib/coalib/bears/requirements/CondaRequirement.py -> build/bdist.linux-x86_64/wheel/coalib/bears/requirements
copying build/lib/coalib/bears/requirements/GemRequirement.py -> build/bdist.linux-x86_64/wheel/coalib/bears/requirements
copying build/lib/coalib/bears/requirements/JuliaRequirement.py -> build/bdist.linux-x86_64/wheel/coalib/bears/requirements
copying build/lib/coalib/bears/requirements/NpmRequirement.py -> build/bdist.linux-x86_64/wheel/coalib/bears/requirements
copying build/lib/coalib/bears/requirements/PackageRequirement.py -> build/bdist.linux-x86_64/wheel/coalib/bears/requirements
copying build/lib/coalib/bears/requirements/PipRequirement.py -> build/bdist.linux-x86_64/wheel/coalib/bears/requirements
copying build/lib/coalib/bears/requirements/__init__.py -> build/bdist.linux-x86_64/wheel/coalib/bears/requirements
copying build/lib/coalib/bears/requirements/GoRequirement.py -> build/bdist.linux-x86_64/wheel/coalib/bears/requirements
creating build/bdist.linux-x86_64/wheel/coalib/collecting
copying build/lib/coalib/collecting/Collectors.py -> build/bdist.linux-x86_64/wheel/coalib/collecting
copying build/lib/coalib/collecting/Dependencies.py -> build/bdist.linux-x86_64/wheel/coalib/collecting
copying build/lib/coalib/collecting/Importers.py -&gt; build/bdist.linux-x86_64/wheel/coalib/collecting
copying build/lib/coalib/collecting/__init__.py -&gt; build/bdist.linux-x86_64/wheel/coalib/collecting
creating build/bdist.linux-x86_64/wheel/coalib/misc
copying build/lib/coalib/misc/Annotations.py -> build/bdist.linux-x86_64/wheel/coalib/misc
copying build/lib/coalib/misc/BuildManPage.py -> build/bdist.linux-x86_64/wheel/coalib/misc
copying build/lib/coalib/misc/Caching.py -> build/bdist.linux-x86_64/wheel/coalib/misc
copying build/lib/coalib/misc/CachingUtilities.py -> build/bdist.linux-x86_64/wheel/coalib/misc
copying build/lib/coalib/misc/Constants.py -> build/bdist.linux-x86_64/wheel/coalib/misc
copying build/lib/coalib/misc/ContextManagers.py -> build/bdist.linux-x86_64/wheel/coalib/misc
copying build/lib/coalib/misc/DictUtilities.py -> build/bdist.linux-x86_64/wheel/coalib/misc
copying build/lib/coalib/misc/Enum.py -> build/bdist.linux-x86_64/wheel/coalib/misc
copying build/lib/coalib/misc/Exceptions.py -> build/bdist.linux-x86_64/wheel/coalib/misc
copying build/lib/coalib/misc/Future.py -> build/bdist.linux-x86_64/wheel/coalib/misc
copying build/lib/coalib/misc/MutableValue.py -> build/bdist.linux-x86_64/wheel/coalib/misc
copying build/lib/coalib/misc/Shell.py -> build/bdist.linux-x86_64/wheel/coalib/misc
copying build/lib/coalib/misc/StringConverter.py -> build/bdist.linux-x86_64/wheel/coalib/misc
copying build/lib/coalib/misc/__init__.py -> build/bdist.linux-x86_64/wheel/coalib/misc
creating build/bdist.linux-x86_64/wheel/coalib/output
copying build/lib/coalib/output/ConfWriter.py -> build/bdist.linux-x86_64/wheel/coalib/output
copying build/lib/coalib/output/ConsoleInteraction.py -> build/bdist.linux-x86_64/wheel/coalib/output
copying build/lib/coalib/output/Interactions.py -> build/bdist.linux-x86_64/wheel/coalib/output
copying build/lib/coalib/output/JSONEncoder.py -> build/bdist.linux-x86_64/wheel/coalib/output
copying build/lib/coalib/output/__init__.py -> build/bdist.linux-x86_64/wheel/coalib/output
creating build/bdist.linux-x86_64/wheel/coalib/output/dbus
copying build/lib/coalib/output/dbus/BuildDbusService.py -> build/bdist.linux-x86_64/wheel/coalib/output/dbus
copying build/lib/coalib/output/dbus/DbusApp.py -> build/bdist.linux-x86_64/wheel/coalib/output/dbus
copying build/lib/coalib/output/dbus/DbusDocument.py -> build/bdist.linux-x86_64/wheel/coalib/output/dbus
copying build/lib/coalib/output/dbus/DbusServer.py -> build/bdist.linux-x86_64/wheel/coalib/output/dbus
copying build/lib/coalib/output/dbus/__init__.py -> build/bdist.linux-x86_64/wheel/coalib/output/dbus
creating build/bdist.linux-x86_64/wheel/coalib/output/printers
copying build/lib/coalib/output/printers/LOG_LEVEL.py -> build/bdist.linux-x86_64/wheel/coalib/output/printers
copying build/lib/coalib/output/printers/ListLogPrinter.py -> build/bdist.linux-x86_64/wheel/coalib/output/printers
copying build/lib/coalib/output/printers/LogPrinter.py -> build/bdist.linux-x86_64/wheel/coalib/output/printers
copying build/lib/coalib/output/printers/__init__.py -> build/bdist.linux-x86_64/wheel/coalib/output/printers
creating build/bdist.linux-x86_64/wheel/coalib/parsing
copying build/lib/coalib/parsing/CliParsing.py -> build/bdist.linux-x86_64/wheel/coalib/parsing
copying build/lib/coalib/parsing/ConfParser.py -> build/bdist.linux-x86_64/wheel/coalib/parsing
copying build/lib/coalib/parsing/DefaultArgParser.py -> build/bdist.linux-x86_64/wheel/coalib/parsing
copying build/lib/coalib/parsing/Globbing.py -> build/bdist.linux-x86_64/wheel/coalib/parsing
copying build/lib/coalib/parsing/LineParser.py -> build/bdist.linux-x86_64/wheel/coalib/parsing
copying build/lib/coalib/parsing/__init__.py -> build/bdist.linux-x86_64/wheel/coalib/parsing
creating build/bdist.linux-x86_64/wheel/coalib/parsing/StringProcessing
copying build/lib/coalib/parsing/StringProcessing/Core.py -> build/bdist.linux-x86_64/wheel/coalib/parsing/StringProcessing
copying build/lib/coalib/parsing/StringProcessing/Filters.py -> build/bdist.linux-x86_64/wheel/coalib/parsing/StringProcessing
copying build/lib/coalib/parsing/StringProcessing/InBetweenMatch.py -> build/bdist.linux-x86_64/wheel/coalib/parsing/StringProcessing
copying build/lib/coalib/parsing/StringProcessing/Match.py -> build/bdist.linux-x86_64/wheel/coalib/parsing/StringProcessing
copying build/lib/coalib/parsing/StringProcessing/__init__.py -> build/bdist.linux-x86_64/wheel/coalib/parsing/StringProcessing
creating build/bdist.linux-x86_64/wheel/coalib/processes
copying build/lib/coalib/processes/BearRunning.py -> build/bdist.linux-x86_64/wheel/coalib/processes
copying build/lib/coalib/processes/CONTROL_ELEMENT.py -> build/bdist.linux-x86_64/wheel/coalib/processes
copying build/lib/coalib/processes/LogPrinterThread.py -> build/bdist.linux-x86_64/wheel/coalib/processes
copying build/lib/coalib/processes/Processing.py -> build/bdist.linux-x86_64/wheel/coalib/processes
copying build/lib/coalib/processes/__init__.py -> build/bdist.linux-x86_64/wheel/coalib/processes
creating build/bdist.linux-x86_64/wheel/coalib/processes/communication
copying build/lib/coalib/processes/communication/LogMessage.py -> build/bdist.linux-x86_64/wheel/coalib/processes/communication
copying build/lib/coalib/processes/communication/__init__.py -> build/bdist.linux-x86_64/wheel/coalib/processes/communication
creating build/bdist.linux-x86_64/wheel/coalib/results
copying build/lib/coalib/results/AbsolutePosition.py -> build/bdist.linux-x86_64/wheel/coalib/results
copying build/lib/coalib/results/Diff.py -> build/bdist.linux-x86_64/wheel/coalib/results
copying build/lib/coalib/results/HiddenResult.py -> build/bdist.linux-x86_64/wheel/coalib/results
copying build/lib/coalib/results/LineDiff.py -> build/bdist.linux-x86_64/wheel/coalib/results
copying build/lib/coalib/results/RESULT_SEVERITY.py -> build/bdist.linux-x86_64/wheel/coalib/results
copying build/lib/coalib/results/Result.py -> build/bdist.linux-x86_64/wheel/coalib/results
copying build/lib/coalib/results/ResultFilter.py -> build/bdist.linux-x86_64/wheel/coalib/results
copying build/lib/coalib/results/SourcePosition.py -> build/bdist.linux-x86_64/wheel/coalib/results
copying build/lib/coalib/results/SourceRange.py -> build/bdist.linux-x86_64/wheel/coalib/results
copying build/lib/coalib/results/TextPosition.py -> build/bdist.linux-x86_64/wheel/coalib/results
copying build/lib/coalib/results/TextRange.py -> build/bdist.linux-x86_64/wheel/coalib/results
copying build/lib/coalib/results/__init__.py -> build/bdist.linux-x86_64/wheel/coalib/results
creating build/bdist.linux-x86_64/wheel/coalib/results/result_actions
copying build/lib/coalib/results/result_actions/ApplyPatchAction.py -> build/bdist.linux-x86_64/wheel/coalib/results/result_actions
copying build/lib/coalib/results/result_actions/OpenEditorAction.py -> build/bdist.linux-x86_64/wheel/coalib/results/result_actions
copying build/lib/coalib/results/result_actions/PrintDebugMessageAction.py -> build/bdist.linux-x86_64/wheel/coalib/results/result_actions
copying build/lib/coalib/results/result_actions/PrintMoreInfoAction.py -> build/bdist.linux-x86_64/wheel/coalib/results/result_actions
copying build/lib/coalib/results/result_actions/ResultAction.py -> build/bdist.linux-x86_64/wheel/coalib/results/result_actions
copying build/lib/coalib/results/result_actions/ShowPatchAction.py -> build/bdist.linux-x86_64/wheel/coalib/results/result_actions
copying build/lib/coalib/results/result_actions/__init__.py -> build/bdist.linux-x86_64/wheel/coalib/results/result_actions
creating build/bdist.linux-x86_64/wheel/coalib/settings
copying build/lib/coalib/settings/ConfigurationGathering.py -> build/bdist.linux-x86_64/wheel/coalib/settings
copying build/lib/coalib/settings/DocstringMetadata.py -> build/bdist.linux-x86_64/wheel/coalib/settings
copying build/lib/coalib/settings/FunctionMetadata.py -> build/bdist.linux-x86_64/wheel/coalib/settings
copying build/lib/coalib/settings/Section.py -&gt; build/bdist.linux-x86_64/wheel/coalib/settings
copying build/lib/coalib/settings/SectionFilling.py -&gt; build/bdist.linux-x86_64/wheel/coalib/settings
copying build/lib/coalib/settings/Setting.py -> build/bdist.linux-x86_64/wheel/coalib/settings
copying build/lib/coalib/settings/__init__.py -> build/bdist.linux-x86_64/wheel/coalib/settings
copying build/lib/coalib/default_coafile -> build/bdist.linux-x86_64/wheel/coalib
copying build/lib/coalib/VERSION -> build/bdist.linux-x86_64/wheel/coalib
running install_data
creating build/bdist.linux-x86_64/wheel/coala-0.8.0.dev20160707110130.data
creating build/bdist.linux-x86_64/wheel/coala-0.8.0.dev20160707110130.data/data
copying coala.1 -> build/bdist.linux-x86_64/wheel/coala-0.8.0.dev20160707110130.data/data/.
copying org.coala_analyzer.v1.service -> build/bdist.linux-x86_64/wheel/coala-0.8.0.dev20160707110130.data/data/.
running install_egg_info
Copying coala.egg-info to build/bdist.linux-x86_64/wheel/coala-0.8.0.dev20160707110130-py3.4.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/coala-0.8.0.dev20160707110130.dist-info/WHEEL
Uploading distributions to https://pypi.python.org/pypi
Uploading coala-0.8.0.dev20160707110130-py3-none-any.whl
ValueError: Cannot find file (or expand pattern): 'dist/*.tag.gz'
Installing coala from pypi
Collecting coala==0.8.0.dev20160707110130
  Downloading coala-0.8.0.dev20160707110130-py3-none-any.whl (169kB)
K25l 100%||████████████████████████████████|1174kB13.2MB/seeta00:00:01
?25hRequirement already up-to-date: coala-decorators==0.2.*,>=0.2.1 in /usr/local/lib/python3.4/dist-packages (from coala==0.8.0.dev20160707110130)
Requirement already up-to-date: PyPrint==0.2.*,>=0.2.4 in /usr/local/lib/python3.4/dist-packages (from coala==0.8.0.dev20160707110130)
Requirement already up-to-date: libclang-py3==0.2 in /usr/local/lib/python3.4/dist-packages (from coala==0.8.0.dev20160707110130)
Requirement already up-to-date: appdirs==1.4.* in /usr/local/lib/python3.4/dist-packages (from coala==0.8.0.dev20160707110130)
Collecting setuptools>=19.2 (from coala==0.8.0.dev20160707110130)
  Downloading setuptools-24.0.2-py2.py3-none-any.whl (441kB)
K25l 100%||████████████████████████████████|4450kB31.8MB/seeta00:00:01
?25hRequirement already up-to-date: termcolor==1.1.* in /usr/local/lib/python3.4/dist-packages (from PyPrint==0.2.*,>=0.2.4->coala==0.8.0.dev20160707110130)
Requirement already up-to-date: colorama==0.3.* in /usr/local/lib/python3.4/dist-packages (from PyPrint==0.2.*,>=0.2.4->coala==0.8.0.dev20160707110130)
Installing collected packages: setuptools, coala
  Found existing installation: setuptools 20.3
    Uninstalling setuptools-20.3:
      Successfully uninstalled setuptools-20.3
Successfully installed coala-0.8.0.dev20160707110130 setuptools-24.0.2
33mYou are using pip version 8.1.0, however version 8.1.2 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.0m
coala versions: pip=0.8.0.dev20160707110130 repo=0.8.0.dev20160707110130
+ mv /home/r/repo .
+ '[' -n '' ']'
++ whoami
+ sudo chown -R rultor repo
+ cd repo
+ git push origin master
To git@github.com:coala-analyzer/coala.git
   1e6b4e4..9898109  master -> master
container 8248b61db2dc2822a0effeb92371aa7773009d2c24ee9c658e146f31b1c99d66 is dead
Thu Jul  7 11:02:33 UTC 2016