+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 4925
+ echo '1.67 34c399f8f'
1.67 34c399f8f
+ date
Wed Feb 14 14:45:12 CET 2018
+ uptime
14:45:12 up 231 days, 16:45, 0 users, load average: 1.05, 1.34, 1.63
+ fork=git@github.com:filfreire/CommentCop.git
+ fork_branch=remove-coveralls
+ head=git@github.com:filfreire/CommentCop.git
+ head_branch=master
+ pull_id=38
+ pull_title=' #14 - remove coveralls'
+ author=filfreire
+ scripts=('export '\''fork=git@github.com:filfreire/CommentCop.git'\''' ';' 'export '\''fork_branch=remove-coveralls'\''' ';' 'export '\''head=git@github.com:filfreire/CommentCop.git'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_id=38'\''' ';' 'export '\''pull_title= #14 - remove coveralls'\''' ';' 'export '\''author=filfreire'\''' ';' 'mvn clean install' ';')
+ vars=('--env=fork=git@github.com:filfreire/CommentCop.git' '--env=fork_branch=remove-coveralls' '--env=head=git@github.com:filfreire/CommentCop.git' '--env=head_branch=master' '--env=pull_id=38' '--env=pull_title= #14 - remove coveralls' '--env=author=filfreire' '--env=scripts=( '\''export '\''\'\'''\''fork=git@github.com:filfreire/CommentCop.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=remove-coveralls'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head=git@github.com:filfreire/CommentCop.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=38'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title= #14 - remove coveralls'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=filfreire'\''\'\'''\'''\'' '\'';'\'' '\''mvn clean install'\'' '\'';'\'' )')
+ image=yegor256/rultor
+ directory=
+ squash=false
+ ff=default
+ rebase=false
+ container=filfreire_commentcop_38
+ as_root=false
+ 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:filfreire/CommentCop.git repo
Cloning into 'repo'...
+ cd repo
+ git config user.email me@rultor.com
+ git config user.name rultor
+ '[' -z 'export '\''fork=git@github.com:filfreire/CommentCop.git'\''' ']'
+ cd ..
+ cat
+ '[' false = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'export '\''fork=git@github.com:filfreire/CommentCop.git'\''' ';' 'export '\''fork_branch=remove-coveralls'\''' ';' 'export '\''head=git@github.com:filfreire/CommentCop.git'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_id=38'\''' ';' 'export '\''pull_title= #14 - remove coveralls'\''' ';' 'export '\''author=filfreire'\''' ';' 'mvn clean install' ';'
+ rm -rf .gpg
+ cd repo
+ git remote add fork git@github.com:filfreire/CommentCop.git
+ git remote update
Fetching origin
Fetching fork
From github.com:filfreire/CommentCop
* [new branch] 25 -> fork/25
* [new branch] 5 -> fork/5
* [new branch] master -> fork/master
* [new branch] remove-coveralls -> fork/remove-coveralls
+ args=
+ '[' default == default ']'
+ args=' --ff'
+ '[' default == no ']'
+ '[' default == only ']'
+ export BRANCH=__rultor
+ BRANCH=__rultor
++ git show-branch __rultor
++ wc -l
+ '[' 0 -gt 0 ']'
+ git checkout -B __rultor fork/remove-coveralls
Switched to a new branch '__rultor'
Branch __rultor set up to track remote branch remove-coveralls from fork.
+ git checkout -B master origin/master
Switched to and reset branch 'master'
Branch master set up to track remote branch master from origin.
Your branch is up-to-date with 'origin/master'.
+ '[' false == true ']'
+ '[' false == true ']'
+ git merge --ff __rultor
Updating 5692789..114f57c
Fast-forward
README.md | 1 -
pom.xml | 8 --------
2 files changed, 9 deletions(-)
+ docker_when_possible
+ true
++ sed 's/ /\n/g'
++ uptime
++ tail -n 1
+ load=1.63
++ echo 1.63 '>' 30
++ bc
+ '[' 0 -eq 1 ']'
+ echo 'load average is 1.63, low enough to run a new Docker container'
load average is 1.63, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=yegor256/rultor
+ docker pull yegor256/rultor
Using default tag: latest
latest: Pulling from yegor256/rultor
Digest: sha256:33536fc293693c2cdac5e087cebb6125698f7649ea697f65f8239f80d4066925
Status: Image is up to date for yegor256/rultor:latest
+ docker ps --filter=status=exited
+ grep --quiet '\sfilfreire_commentcop_38\s*$'
+ ls -al .
total 44
drwx--x--x 3 rultor rultor 4096 Feb 14 14:45 .
drwxrwxrwt 24 root root 4096 Feb 14 14:45 ..
-rw-rw-r-- 1 rultor rultor 444 Feb 14 14:45 end.sh
-rwxrwxr-x 1 rultor rultor 338 Feb 14 14:45 entry.sh
-rw-rw-r-- 1 rultor rultor 5 Feb 14 14:45 pid
drwxrwxr-x 5 rultor rultor 4096 Feb 14 14:45 repo
-rwxrwxr-x 1 rultor rultor 5401 Feb 14 14:45 run.sh
-rw-rw-r-- 1 rultor rultor 419 Feb 14 14:45 script.sh
-rw-rw-r-- 1 rultor rultor 4387 Feb 14 14:45 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-7Nvm:/main --env=fork=git@github.com:filfreire/CommentCop.git --env=fork_branch=remove-coveralls --env=head=git@github.com:filfreire/CommentCop.git --env=head_branch=master --env=pull_id=38 '--env=pull_title= #14 - remove coveralls' --env=author=filfreire '--env=scripts=( '\''export '\''\'\'''\''fork=git@github.com:filfreire/CommentCop.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=remove-coveralls'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head=git@github.com:filfreire/CommentCop.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=38'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title= #14 - remove coveralls'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=filfreire'\''\'\'''\'''\'' '\'';'\'' '\''mvn clean install'\'' '\'';'\'' )' --hostname=docker --privileged --memory=6g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-7Nvm/cid -w=/main --name=filfreire_commentcop_38 yegor256/rultor /main/entry.sh
WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
+ set -e
+ set -o pipefail
+ shopt -s dotglob
+ useradd -m -G sudo r
+ echo '%sudo ALL=(ALL) NOPASSWD:ALL'
+ cp -R /root/.bashrc /root/.composer /root/.gem /root/.gnupg /root/.m2 /root/.oracle_jre_usage /root/.profile /root/texmf /home/r
+ cp -R ./cid ./end.sh ./entry.sh ./pid ./repo ./run.sh ./script.sh ./stdout /home/r
+ rm -rf repo
+ chown -R r:r /home/r
+ chmod a+x /home/r/script.sh
+ su --login r --command /home/r/script.sh
+ set -e
+ set -o pipefail
+ shopt -s expand_aliases
+ alias 'sudo=sudo -i'
+ export HOME=/home/r
+ HOME=/home/r
+ cd /home/r/repo
+ export fork=git@github.com:filfreire/CommentCop.git
+ fork=git@github.com:filfreire/CommentCop.git
+ export fork_branch=remove-coveralls
+ fork_branch=remove-coveralls
+ export head=git@github.com:filfreire/CommentCop.git
+ head=git@github.com:filfreire/CommentCop.git
+ export head_branch=master
+ head_branch=master
+ export pull_id=38
+ pull_id=38
+ export 'pull_title= #14 - remove coveralls'
+ pull_title=' #14 - remove coveralls'
+ export author=filfreire
+ author=filfreire
+ mvn clean install
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building CommentCop 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://repo.maven.apache.org/maven2/com/qulice/qulice-maven-plugin/0.17.1/qulice-maven-plugin-0.17.1.pom
Downloaded: http://repo.maven.apache.org/maven2/com/qulice/qulice-maven-plugin/0.17.1/qulice-maven-plugin-0.17.1.pom (17 KB at 111.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/qulice/qulice/0.17.1/qulice-0.17.1.pom
Downloaded: http://repo.maven.apache.org/maven2/com/qulice/qulice/0.17.1/qulice-0.17.1.pom (8 KB at 255.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/parent/0.40/parent-0.40.pom
Downloaded: http://repo.maven.apache.org/maven2/com/jcabi/parent/0.40/parent-0.40.pom (73 KB at 1917.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/qulice/qulice-maven-plugin/0.17.1/qulice-maven-plugin-0.17.1.jar
Downloaded: http://repo.maven.apache.org/maven2/com/qulice/qulice-maven-plugin/0.17.1/qulice-maven-plugin-0.17.1.jar (48 KB at 1405.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.pom (10 KB at 398.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.jar (42 KB at 1271.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom (11 KB at 426.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom (14 KB at 538.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar (30 KB at 1062.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom (6 KB at 247.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar (34 KB at 1145.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom (7 KB at 259.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar (27 KB at 940.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.17.2/jcabi-log-0.17.2.pom
Downloaded: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.17.2/jcabi-log-0.17.2.pom (7 KB at 269.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.8.4/aspectjrt-1.8.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.8.4/aspectjrt-1.8.4.pom (2 KB at 39.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/cactoos/cactoos/0.20.2/cactoos-0.20.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/cactoos/cactoos/0.20.2/cactoos-0.20.2.pom (8 KB at 277.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/parent/0.49.2/parent-0.49.2.pom
Downloaded: http://repo.maven.apache.org/maven2/com/jcabi/parent/0.49.2/parent-0.49.2.pom (59 KB at 1669.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/assertj/assertj-core/3.8.0/assertj-core-3.8.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/assertj/assertj-core/3.8.0/assertj-core-3.8.0.pom (9 KB at 340.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/assertj/assertj-parent-pom/2.1.6/assertj-parent-pom-2.1.6.pom
Downloaded: http://repo.maven.apache.org/maven2/org/assertj/assertj-parent-pom/2.1.6/assertj-parent-pom-2.1.6.pom (15 KB at 570.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.17.2/jcabi-log-0.17.2.jar
Downloading: http://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.8.4/aspectjrt-1.8.4.jar
Downloading: http://repo.maven.apache.org/maven2/org/cactoos/cactoos/0.20.2/cactoos-0.20.2.jar
Downloading: http://repo.maven.apache.org/maven2/org/assertj/assertj-core/3.8.0/assertj-core-3.8.0.jar
Downloaded:4http://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.17.2/jcabi-log-0.17.2.jar (56 KB at 1618.5 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.8.4/aspectjrt-1.8.4.jar (115 KB at 1793.1 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/cactoos/cactoos/0.20.2/cactoos-0.20.2.jar (187 KB at 2331.9 KB/sec)
Downloaded:Bhttp://repo.maven.apache.org/maven2/org/assertj/assertj-core/3.8.0/assertj-core-3.8.0.jar (1198 KB at 5869.4 KB/sec)
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ commentcop ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ commentcop ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/r/repo/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ commentcop ---
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom (865 B at 36.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom (4 KB at 160.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom (690 B at 30.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.pom (769 B at 32.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.2/plexus-compilers-2.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.2/plexus-compilers-2.2.pom (2 KB at 50.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.jar
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.jar
Downloaded:3http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar (5 KB at 135.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.jar
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar (25 KB at 610.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/log4j/log4j/1.2.12/log4j-1.2.12.jar
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.jar (19 KB at 356.3 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar (206 KB at 3810.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.jar
Downloading: http://repo.maven.apache.org/maven2/junit/junit/3.8.2/junit-3.8.2.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.jar (151 KB at 2694.6 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.jar (46 KB at 681.9 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/junit/junit/3.8.2/junit-3.8.2.jar (118 KB at 1253.3 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/log4j/log4j/1.2.12/log4j-1.2.12.jar (350 KB at 2445.4 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.jar (625 KB at 3413.1 KB/sec)
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 10 source files to /home/r/repo/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ commentcop ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/r/repo/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ commentcop ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 10 source files to /home/r/repo/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ commentcop ---
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom (3 KB at 128.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom (3 KB at 115.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.pom (6 KB at 245.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.pom (2 KB at 72.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom (16 KB at 687.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom (4 KB at 154.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom (4 KB at 164.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar
Downloaded:1http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar (34 KB at 1058.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar (31 KB at 777.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar (115 KB at 1664.2 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar (38 KB at 537.4 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar (14 KB at 185.1 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar (227 KB at 2902.4 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar (257 KB at 2849.7 KB/sec)
[INFO] Surefire report directory: /home/r/repo/target/surefire-reports
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.12.4/surefire-junit4-2.12.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.12.4/surefire-junit4-2.12.4.pom (3 KB at 112.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/2.12.4/surefire-providers-2.12.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/2.12.4/surefire-providers-2.12.4.pom (3 KB at 109.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.12.4/surefire-junit4-2.12.4.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.12.4/surefire-junit4-2.12.4.jar (37 KB at 1287.7 KB/sec)
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running com.commentcop.api.FullPathTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.153 sec
Running com.commentcop.api.UserTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
Running com.commentcop.api.TokenTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
Running com.commentcop.repo.CommentTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
Running com.commentcop.repo.IssueTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Results :
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ commentcop ---
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar
Downloading: http://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.jar
Downloaded:7http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar (57 KB at 1354.7 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar (181 KB at 3335.5 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.jar (203 KB at 2817.4 KB/sec)
[INFO] Building jar: /home/r/repo/target/commentcop-1.0-SNAPSHOT.jar
[INFO]
[INFO] --- qulice-maven-plugin:0.17.1:check (default) @ commentcop ---
Downloading: http://repo.maven.apache.org/maven2/com/qulice/qulice-spi/0.17.1/qulice-spi-0.17.1.pom
Downloaded: http://repo.maven.apache.org/maven2/com/qulice/qulice-spi/0.17.1/qulice-spi-0.17.1.pom (3 KB at 122.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/qulice/qulice-checkstyle/0.17.1/qulice-checkstyle-0.17.1.pom
Downloaded: http://repo.maven.apache.org/maven2/com/qulice/qulice-checkstyle/0.17.1/qulice-checkstyle-0.17.1.pom (5 KB at 189.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/google/guava/guava/19.0/guava-19.0.pom
Downloaded: http://repo.maven.apache.org/maven2/com/google/guava/guava/19.0/guava-19.0.pom (7 KB at 276.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/google/guava/guava-parent/19.0/guava-parent-19.0.pom
Downloaded: http://repo.maven.apache.org/maven2/com/google/guava/guava-parent/19.0/guava-parent-19.0.pom (10 KB at 401.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-aspects/0.22.2/jcabi-aspects-0.22.2.pom
Downloaded: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-aspects/0.22.2/jcabi-aspects-0.22.2.pom (11 KB at 428.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/puppycrawl/tools/checkstyle/6.15/checkstyle-6.15.pom
Downloaded: http://repo.maven.apache.org/maven2/com/puppycrawl/tools/checkstyle/6.15/checkstyle-6.15.pom (68 KB at 2119.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.5.1-1/antlr4-runtime-4.5.1-1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.5.1-1/antlr4-runtime-4.5.1-1.pom (3 KB at 102.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/antlr/antlr4-master/4.5.1-1/antlr4-master-4.5.1-1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/antlr/antlr4-master/4.5.1-1/antlr4-master-4.5.1-1.pom (4 KB at 161.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.2/commons-beanutils-1.9.2.pom
Downloaded: http://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.2/commons-beanutils-1.9.2.pom (14 KB at 558.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/qulice/qulice-pmd/0.17.1/qulice-pmd-0.17.1.pom
Downloaded: http://repo.maven.apache.org/maven2/com/qulice/qulice-pmd/0.17.1/qulice-pmd-0.17.1.pom (5 KB at 204.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/net/sourceforge/pmd/pmd-core/5.4.1/pmd-core-5.4.1.pom
Downloaded: http://repo.maven.apache.org/maven2/net/sourceforge/pmd/pmd-core/5.4.1/pmd-core-5.4.1.pom (5 KB at 192.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/net/sourceforge/pmd/pmd/5.4.1/pmd-5.4.1.pom
Downloaded: http://repo.maven.apache.org/maven2/net/sourceforge/pmd/pmd/5.4.1/pmd-5.4.1.pom (36 KB at 1328.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/beust/jcommander/1.48/jcommander-1.48.pom
Downloaded: http://repo.maven.apache.org/maven2/com/beust/jcommander/1.48/jcommander-1.48.pom (10 KB at 378.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.4/asm-5.0.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.4/asm-5.0.4.pom (2 KB at 78.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/5.0.4/asm-parent-5.0.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/5.0.4/asm-parent-5.0.4.pom (6 KB at 233.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/net/sourceforge/pmd/pmd-java/5.4.1/pmd-java-5.4.1.pom
Downloaded: http://repo.maven.apache.org/maven2/net/sourceforge/pmd/pmd-java/5.4.1/pmd-java-5.4.1.pom (6 KB at 246.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/net/sourceforge/pmd/pmd-jsp/5.4.1/pmd-jsp-5.4.1.pom
Downloaded: http://repo.maven.apache.org/maven2/net/sourceforge/pmd/pmd-jsp/5.4.1/pmd-jsp-5.4.1.pom (5 KB at 196.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/qulice/qulice-codenarc/0.17.1/qulice-codenarc-0.17.1.pom
Downloaded: http://repo.maven.apache.org/maven2/com/qulice/qulice-codenarc/0.17.1/qulice-codenarc-0.17.1.pom (5 KB at 175.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-all/2.4.5/groovy-all-2.4.5.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-all/2.4.5/groovy-all-2.4.5.pom (20 KB at 764.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/qulice/qulice-findbugs/0.17.1/qulice-findbugs-0.17.1.pom
Downloaded: http://repo.maven.apache.org/maven2/com/qulice/qulice-findbugs/0.17.1/qulice-findbugs-0.17.1.pom (9 KB at 325.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/mebigfatguy/fb-contrib/fb-contrib/6.6.0/fb-contrib-6.6.0.pom
Downloaded: http://repo.maven.apache.org/maven2/com/mebigfatguy/fb-contrib/fb-contrib/6.6.0/fb-contrib-6.6.0.pom (11 KB at 411.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/incubator/xembly/0.21.4/xembly-0.21.4.pom
Downloaded: http://repo.maven.apache.org/maven2/com/jcabi/incubator/xembly/0.21.4/xembly-0.21.4.pom (12 KB at 466.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/qulice/qulice-xml/0.17.1/qulice-xml-0.17.1.pom
Downloaded: http://repo.maven.apache.org/maven2/com/qulice/qulice-xml/0.17.1/qulice-xml-0.17.1.pom (5 KB at 184.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-xml/0.17.1/jcabi-xml-0.17.1.pom
Downloaded: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-xml/0.17.1/jcabi-xml-0.17.1.pom (12 KB at 474.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/2.6.0/sisu-inject-plexus-2.6.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/2.6.0/sisu-inject-plexus-2.6.0.pom (3 KB at 103.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/wrappers/2.6.0/wrappers-2.6.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/wrappers/2.6.0/wrappers-2.6.0.pom (983 B at 40.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject/2.6.0/sisu-inject-2.6.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject/2.6.0/sisu-inject-2.6.0.pom (2 KB at 84.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-parent/2.6.0/sisu-parent-2.6.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-parent/2.6.0/sisu-parent-2.6.0.pom (11 KB at 430.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.18/plexus-utils-3.0.18.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.18/plexus-utils-3.0.18.pom (4 KB at 138.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/2.6.0/sisu-inject-bean-2.6.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/2.6.0/sisu-inject-bean-2.6.0.pom (3 KB at 86.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.2.5/sisu-guice-3.2.5.pom
Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.2.5/sisu-guice-3.2.5.pom (11 KB at 445.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-parent/3.2.5/guice-parent-3.2.5.pom
Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-parent/3.2.5/guice-parent-3.2.5.pom (15 KB at 666.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0/org.eclipse.sisu.inject-0.3.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0/org.eclipse.sisu.inject-0.3.0.pom (3 KB at 111.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.3.0/sisu-inject-0.3.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.3.0/sisu-inject-0.3.0.pom (15 KB at 541.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0/org.eclipse.sisu.plexus-0.3.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0/org.eclipse.sisu.plexus-0.3.0.pom (5 KB at 169.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.3.0/sisu-plexus-0.3.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.3.0/sisu-plexus-0.3.0.pom (14 KB at 582.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator/5.0.0.Final/hibernate-validator-5.0.0.Final.pom
Downloaded: http://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator/5.0.0.Final/hibernate-validator-5.0.0.Final.pom (13 KB at 547.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator-parent/5.0.0.Final/hibernate-validator-parent-5.0.0.Final.pom
Downloaded: http://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator-parent/5.0.0.Final/hibernate-validator-parent-5.0.0.Final.pom (26 KB at 967.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging/3.1.1.GA/jboss-logging-3.1.1.GA.pom
Downloaded: http://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging/3.1.1.GA/jboss-logging-3.1.1.GA.pom (6 KB at 258.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/jboss/jboss-parent/7/jboss-parent-7.pom
Downloaded: http://repo.maven.apache.org/maven2/org/jboss/jboss-parent/7/jboss-parent-7.pom (22 KB at 828.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/fasterxml/classmate/0.8.0/classmate-0.8.0.pom
Downloaded: http://repo.maven.apache.org/maven2/com/fasterxml/classmate/0.8.0/classmate-0.8.0.pom (7 KB at 267.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/glassfish/web/javax.el/2.2.4/javax.el-2.2.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/glassfish/web/javax.el/2.2.4/javax.el-2.2.4.pom (12 KB at 476.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/qulice/qulice-spi/0.17.1/qulice-spi-0.17.1.jar
Downloading: http://repo.maven.apache.org/maven2/com/qulice/qulice-checkstyle/0.17.1/qulice-checkstyle-0.17.1.jar
Downloading: http://repo.maven.apache.org/maven2/com/google/guava/guava/19.0/guava-19.0.jar
Downloading: http://repo.maven.apache.org/maven2/com/puppycrawl/tools/checkstyle/6.15/checkstyle-6.15.jar
Downloading: http://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.5.1-1/antlr4-runtime-4.5.1-1.jar
Downloaded:7http://repo.maven.apache.org/maven2/com/qulice/qulice-spi/0.17.1/qulice-spi-0.17.1.jar (10 KB at 293.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.2/commons-beanutils-1.9.2.jar
Downloaded: http://repo.maven.apache.org/maven2/com/qulice/qulice-checkstyle/0.17.1/qulice-checkstyle-0.17.1.jar (46 KB at 847.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/qulice/qulice-pmd/0.17.1/qulice-pmd-0.17.1.jar
Downloaded: http://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.5.1-1/antlr4-runtime-4.5.1-1.jar (295 KB at 2731.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/net/sourceforge/pmd/pmd-core/5.4.1/pmd-core-5.4.1.jar
Downloaded: http://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.2/commons-beanutils-1.9.2.jar (229 KB at 1335.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/beust/jcommander/1.48/jcommander-1.48.jar
Downloaded: http://repo.maven.apache.org/maven2/com/beust/jcommander/1.48/jcommander-1.48.jar (63 KB at 260.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/net/sourceforge/pmd/pmd-java/5.4.1/pmd-java-5.4.1.jar
Downloaded:Bhttp://repo.maven.apache.org/maven2/net/sourceforge/pmd/pmd-core/5.4.1/pmd-core-5.4.1.jar (661 KB at 2084.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/net/sourceforge/pmd/pmd-jsp/5.4.1/pmd-jsp-5.4.1.jar
Downloaded:Bhttp://repo.maven.apache.org/maven2/com/qulice/qulice-pmd/0.17.1/qulice-pmd-0.17.1.jar (16 KB at 41.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/qulice/qulice-codenarc/0.17.1/qulice-codenarc-0.17.1.jar
Downloaded: http://repo.maven.apache.org/maven2/net/sourceforge/pmd/pmd-jsp/5.4.1/pmd-jsp-5.4.1.jar (92 KB at 245.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-all/2.4.5/groovy-all-2.4.5.jar
Downloaded:Bhttp://repo.maven.apache.org/maven2/com/qulice/qulice-codenarc/0.17.1/qulice-codenarc-0.17.1.jar (9 KB at 20.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/qulice/qulice-findbugs/0.17.1/qulice-findbugs-0.17.1.jar
Downloaded: http://repo.maven.apache.org/maven2/com/puppycrawl/tools/checkstyle/6.15/checkstyle-6.15.jar (1100 KB at 2669.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/mebigfatguy/fb-contrib/fb-contrib/6.6.0/fb-contrib-6.6.0.jar
Downloaded:Bhttp://repo.maven.apache.org/maven2/com/qulice/qulice-findbugs/0.17.1/qulice-findbugs-0.17.1.jar (11 KB at 24.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/incubator/xembly/0.21.4/xembly-0.21.4.jar
Downloaded:Bhttp://repo.maven.apache.org/maven2/com/jcabi/incubator/xembly/0.21.4/xembly-0.21.4.jar (51 KB at 95.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/qulice/qulice-xml/0.17.1/qulice-xml-0.17.1.jar
Downloaded:Bhttp://repo.maven.apache.org/maven2/com/qulice/qulice-xml/0.17.1/qulice-xml-0.17.1.jar (8 KB at 13.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-aspects/0.22.2/jcabi-aspects-0.22.2.jar
Downloaded:Bhttp://repo.maven.apache.org/maven2/com/google/guava/guava/19.0/guava-19.0.jar (2255 KB at 3913.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-xml/0.17.1/jcabi-xml-0.17.1.jar
Downloaded: http://repo.maven.apache.org/maven2/net/sourceforge/pmd/pmd-java/5.4.1/pmd-java-5.4.1.jar (721 KB at 1200.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/2.6.0/sisu-inject-plexus-2.6.0.jar
Downloaded: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-xml/0.17.1/jcabi-xml-0.17.1.jar (38 KB at 61.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/2.6.0/sisu-inject-bean-2.6.0.jar
Downloaded:6http://repo.maven.apache.org/maven2/com/jcabi/jcabi-aspects/0.22.2/jcabi-aspects-0.22.2.jar (82 KB at 132.9 KB/sec)
Downloading:7http://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.2.5/sisu-guice-3.2.5-no_aop.jar
Downloaded:7http://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/2.6.0/sisu-inject-plexus-2.6.0.jar (20 KB at 31.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0/org.eclipse.sisu.inject-0.3.0.jar
Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/2.6.0/sisu-inject-bean-2.6.0.jar (44 KB at 67.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0/org.eclipse.sisu.plexus-0.3.0.jar
Downloaded: http://repo.maven.apache.org/maven2/com/mebigfatguy/fb-contrib/fb-contrib/6.6.0/fb-contrib-6.6.0.jar (685 KB at 1010.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator/5.0.0.Final/hibernate-validator-5.0.0.Final.jar
Downloaded:Bhttp://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0/org.eclipse.sisu.plexus-0.3.0.jar (201 KB at 270.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging/3.1.1.GA/jboss-logging-3.1.1.GA.jar
Downloaded:Bhttp://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.2.5/sisu-guice-3.2.5-no_aop.jar (391 KB at 504.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/fasterxml/classmate/0.8.0/classmate-0.8.0.jar
Downloaded:Bhttp://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging/3.1.1.GA/jboss-logging-3.1.1.GA.jar (60 KB at 74.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/glassfish/web/javax.el/2.2.4/javax.el-2.2.4.jar
Downloaded:1http://repo.maven.apache.org/maven2/com/fasterxml/classmate/0.8.0/classmate-0.8.0.jar (59 KB at 70.8 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0/org.eclipse.sisu.inject-0.3.0.jar (367 KB at 443.7 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/glassfish/web/javax.el/2.2.4/javax.el-2.2.4.jar (115 KB at 135.1 KB/sec)
Downloaded:Bhttp://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator/5.0.0.Final/hibernate-validator-5.0.0.Final.jar (560 KB at 640.0 KB/sec)
Downloaded:Bhttp://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-all/2.4.5/groovy-all-2.4.5.jar (6834 KB at 4610.9 KB/sec)
log4j:WARN No appenders could be found for logger (com.puppycrawl.tools.checkstyle.ConfigurationLoader).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
[INFO] Starting PMD validator
[INFO] No PMD violations found in 20 files
[INFO] Finishing PMD validator
[INFO] Starting FindBugs validator
[INFO] Finishing FindBugs validator
[INFO] Starting XML validator
[INFO] Finishing XML validator
[INFO] Starting CodeNarc validator
[INFO] CodeNarc not required since no groovy files in /home/r/repo/src
[INFO] Finishing CodeNarc validator
[INFO] Calling org.apache.maven.plugins:maven-enforcer-plugin:1.0-beta-1:enforce...
Downloading: http://repo.maven.apache.org/maven2/com/ning/maven/plugins/maven-duplicate-finder-plugin/1.0.7/maven-duplicate-finder-plugin-1.0.7.pom
Downloaded: http://repo.maven.apache.org/maven2/com/ning/maven/plugins/maven-duplicate-finder-plugin/1.0.7/maven-duplicate-finder-plugin-1.0.7.pom (12 KB at 456.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/ning/maven/plugins/maven-duplicate-finder-plugin/1.0.7/maven-duplicate-finder-plugin-1.0.7.jar
Downloaded: http://repo.maven.apache.org/maven2/com/ning/maven/plugins/maven-duplicate-finder-plugin/1.0.7/maven-duplicate-finder-plugin-1.0.7.jar (25 KB at 918.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.5/commons-codec-1.5.pom
Downloaded: http://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.5/commons-codec-1.5.pom (10 KB at 453.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/20/commons-parent-20.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/20/commons-parent-20.pom (33 KB at 1304.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.6.1/slf4j-log4j12-1.6.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.6.1/slf4j-log4j12-1.6.1.pom (2 KB at 67.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.6.1/slf4j-parent-1.6.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.6.1/slf4j-parent-1.6.1.pom (10 KB at 395.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.1/slf4j-api-1.6.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.1/slf4j-api-1.6.1.pom (3 KB at 132.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/pyx4j/maven-plugin-log4j/1.0.1/maven-plugin-log4j-1.0.1.pom
Downloaded: http://repo.maven.apache.org/maven2/com/pyx4j/maven-plugin-log4j/1.0.1/maven-plugin-log4j-1.0.1.pom (2 KB at 51.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/pyx4j/pyx4j-maven-plugins/1.0.1/pyx4j-maven-plugins-1.0.1.pom
Downloaded: http://repo.maven.apache.org/maven2/com/pyx4j/pyx4j-maven-plugins/1.0.1/pyx4j-maven-plugins-1.0.1.pom (2 KB at 81.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/pyx4j/pyx4j/1.0.1/pyx4j-1.0.1.pom
Downloaded: http://repo.maven.apache.org/maven2/com/pyx4j/pyx4j/1.0.1/pyx4j-1.0.1.pom (14 KB at 550.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom (723 B at 32.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.5/commons-codec-1.5.jar
Downloading: http://repo.maven.apache.org/maven2/log4j/log4j/1.2.16/log4j-1.2.16.jar
Downloading: http://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.6.1/slf4j-log4j12-1.6.1.jar
Downloading: http://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.1/slf4j-api-1.6.1.jar
Downloading: http://repo.maven.apache.org/maven2/com/pyx4j/maven-plugin-log4j/1.0.1/maven-plugin-log4j-1.0.1.jar
Downloaded:/http://repo.maven.apache.org/maven2/com/pyx4j/maven-plugin-log4j/1.0.1/maven-plugin-log4j-1.0.1.jar (4 KB at 151.6 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.6.1/slf4j-log4j12-1.6.1.jar (10 KB at 366.3 KB/sec)
Downloaded:8http://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.5/commons-codec-1.5.jar (72 KB at 2230.8 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.1/slf4j-api-1.6.1.jar (25 KB at 711.4 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/log4j/log4j/1.2.16/log4j-1.2.16.jar (471 KB at 4354.2 KB/sec)
[INFO] Calling com.ning.maven.plugins:maven-duplicate-finder-plugin:1.0.7:check...
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] This is not an SVN project
[INFO] Calling org.codehaus.mojo:cobertura-maven-plugin:2.5.1:check...
[INFO] Cannot perform check, instrumentation not performed - skipping.
[INFO] No dependency problems found
[INFO] Calling org.codehaus.mojo:jslint-maven-plugin:1.0.1:jslint...
[INFO] Qulice quality check completed in 8s
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ commentcop ---
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom (3 KB at 111.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom (2 KB at 47.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom (5 KB at 220.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar
Downloaded:9http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar (12 KB at 463.2 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar (226 KB at 3948.2 KB/sec)
[INFO] Installing /home/r/repo/target/commentcop-1.0-SNAPSHOT.jar to /home/r/.m2/repository/com/commentcop/commentcop/1.0-SNAPSHOT/commentcop-1.0-SNAPSHOT.jar
[INFO] Installing /home/r/repo/pom.xml to /home/r/.m2/repository/com/commentcop/commentcop/1.0-SNAPSHOT/commentcop-1.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 15.313 s
[INFO] Finished at: 2018-02-14T13:45:37+00:00
[INFO] Final Memory: 44M/687M
[INFO] ------------------------------------------------------------------------
+ mv /home/r/repo .
++ whoami
+ chown -R root repo
+ '[' -n '' ']'
++ whoami
+ sudo chown -R rultor repo
+ cd repo
+ git push origin master
To git@github.com:filfreire/CommentCop.git
5692789..114f57c master -> master
container 09a69d4e5e6d9361583d5de504422002408d6a24d2baf470dea4326ae1236bcc is dead
Wed Feb 14 14:46:31 CET 2018