+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 30384
+ echo '1.68 838a77339'
1.68 838a77339
+ date
Sun Sep 9 00:25:11 CEST 2018
+ uptime
00:25:11 up 63 days, 9:09, 0 users, load average: 1.10, 1.11, 1.13
+ ff=default
+ image=yegor256/rultor
+ rebase=false
+ head_branch=master
+ pull_title='#40 - Add date check and fix dates'
+ author=filfreire
+ directory=
+ head=git@github.com:filfreire/CommentCop.git
+ pull_id=48
+ fork=git@github.com:filfreire/CommentCop.git
+ fork_branch=40
+ squash=false
+ vars=('--env=head=git@github.com:filfreire/CommentCop.git' '--env=pull_id=48' '--env=fork=git@github.com:filfreire/CommentCop.git' '--env=fork_branch=40' '--env=head_branch=master' '--env=pull_title=#40 - Add date check and fix dates' '--env=author=filfreire' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:filfreire/CommentCop.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=48'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:filfreire/CommentCop.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=40'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=#40 - Add date check and fix dates'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=filfreire'\''\'\'''\'''\'' '\'';'\'' '\''mvn clean install'\'' '\'';'\'' )')
+ scripts=('export '\''head=git@github.com:filfreire/CommentCop.git'\''' ';' 'export '\''pull_id=48'\''' ';' 'export '\''fork=git@github.com:filfreire/CommentCop.git'\''' ';' 'export '\''fork_branch=40'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=#40 - Add date check and fix dates'\''' ';' 'export '\''author=filfreire'\''' ';' 'mvn clean install' ';')
+ container=filfreire_commentcop_48
+ 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 '\''head=git@github.com:filfreire/CommentCop.git'\''' ']'
+ cd ..
+ cat
+ '[' false = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'export '\''head=git@github.com:filfreire/CommentCop.git'\''' ';' 'export '\''pull_id=48'\''' ';' 'export '\''fork=git@github.com:filfreire/CommentCop.git'\''' ';' 'export '\''fork_branch=40'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=#40 - Add date check and fix dates'\''' ';' '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] 10 -> fork/10
* [new branch] 14-idea -> fork/14-idea
* [new branch] 25 -> fork/25
* [new branch] 40 -> fork/40
* [new branch] 42 -> fork/42
* [new branch] 43 -> fork/43
* [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/40
Switched to a new branch '__rultor'
Branch __rultor set up to track remote branch 40 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 873d650..522ab83
Fast-forward
LICENSE.txt | 2 +-
pom.xml | 39 ++++++++++++++++++++++
src/main/java/com/commentcop/App.java | 2 +-
src/main/java/com/commentcop/api/FullPath.java | 2 +-
src/main/java/com/commentcop/api/Token.java | 2 +-
src/main/java/com/commentcop/api/User.java | 2 +-
src/main/java/com/commentcop/api/package-info.java | 2 +-
src/main/java/com/commentcop/package-info.java | 2 +-
src/main/java/com/commentcop/repo/Comment.java | 2 +-
src/main/java/com/commentcop/repo/Issue.java | 2 +-
src/main/java/com/commentcop/repo/JsonComment.java | 2 +-
src/main/java/com/commentcop/repo/Repository.java | 2 +-
.../java/com/commentcop/repo/package-info.java | 2 +-
src/test/java/com/commentcop/AppTest.java | 2 +-
src/test/java/com/commentcop/api/FullPathTest.java | 2 +-
src/test/java/com/commentcop/api/TokenTest.java | 2 +-
src/test/java/com/commentcop/api/UserTest.java | 2 +-
src/test/java/com/commentcop/api/package-info.java | 2 +-
src/test/java/com/commentcop/package-info.java | 2 +-
src/test/java/com/commentcop/repo/CommentTest.java | 2 +-
src/test/java/com/commentcop/repo/IssueTest.java | 2 +-
.../java/com/commentcop/repo/JsonCommentTest.java | 2 +-
.../java/com/commentcop/repo/RepositoryTest.java | 2 +-
.../java/com/commentcop/repo/package-info.java | 2 +-
years.sh | 19 +++++++++++
25 files changed, 81 insertions(+), 23 deletions(-)
create mode 100755 years.sh
+ docker_when_possible
+ true
++ uptime
++ sed 's/ /\n/g'
++ tail -n 1
+ load=1.13
++ echo 1.13 '>' 30
++ bc
+ '[' 0 -eq 1 ']'
+ echo 'load average is 1.13, low enough to run a new Docker container'
load average is 1.13, 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:939abdb04d3f40ca02764a5bdb00d1234918994668b78776b7e3905caff3446f
Status: Image is up to date for yegor256/rultor:latest
+ docker ps --filter=status=exited
+ grep --quiet '\sfilfreire_commentcop_48\s*$'
+ ls -al .
total 60
drwx--x--x 3 rultor rultor 4096 Sep 9 00:25 .
drwxrwxrwt 11 root root 20480 Sep 9 00:25 ..
-rw-rw-r-- 1 rultor rultor 444 Sep 9 00:25 end.sh
-rwxrwxr-x 1 rultor rultor 338 Sep 9 00:25 entry.sh
-rw-rw-r-- 1 rultor rultor 6 Sep 9 00:25 pid
drwxrwxr-x 6 rultor rultor 4096 Sep 9 00:25 repo
-rwxrwxr-x 1 rultor rultor 5447 Sep 9 00:25 run.sh
-rw-rw-r-- 1 rultor rultor 416 Sep 9 00:25 script.sh
-rw-rw-r-- 1 rultor rultor 6102 Sep 9 00:25 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-wMrJ:/main --env=head=git@github.com:filfreire/CommentCop.git --env=pull_id=48 --env=fork=git@github.com:filfreire/CommentCop.git --env=fork_branch=40 --env=head_branch=master '--env=pull_title=#40 - Add date check and fix dates' --env=author=filfreire '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:filfreire/CommentCop.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=48'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:filfreire/CommentCop.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=40'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=#40 - Add date check and fix dates'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=filfreire'\''\'\'''\'''\'' '\'';'\'' '\''mvn clean install'\'' '\'';'\'' )' --hostname=docker --privileged --memory=6g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-wMrJ/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=filfreire_commentcop_48 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 head=git@github.com:filfreire/CommentCop.git
+ head=git@github.com:filfreire/CommentCop.git
+ export pull_id=48
+ pull_id=48
+ export fork=git@github.com:filfreire/CommentCop.git
+ fork=git@github.com:filfreire/CommentCop.git
+ export fork_branch=40
+ fork_branch=40
+ export head_branch=master
+ head_branch=master
+ export 'pull_title=#40 - Add date check and fix dates'
+ pull_title='#40 - Add date check and fix dates'
+ export author=filfreire
+ author=filfreire
+ mvn clean install
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for com.commentcop:commentcop:jar:1.0-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:exec-maven-plugin is missing. @ line 99, column 15
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building CommentCop 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/mojo/exec-maven-plugin/maven-metadata.xml
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/mojo/exec-maven-plugin/maven-metadata.xml (741 B at 3.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/mojo/exec-maven-plugin/1.6.0/exec-maven-plugin-1.6.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/mojo/exec-maven-plugin/1.6.0/exec-maven-plugin-1.6.0.pom (13 KB at 421.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom (33 KB at 1132.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/mojo/exec-maven-plugin/1.6.0/exec-maven-plugin-1.6.0.jar
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/mojo/exec-maven-plugin/1.6.0/exec-maven-plugin-1.6.0.jar (57 KB at 1763.1 KB/sec)
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 610.9 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 308.4 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 1868.6 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 1448.0 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 415.4 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 1353.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 444.8 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 561.1 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 1144.2 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 237.4 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 270.9 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 1012.3 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 44.2 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 313.7 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 354.3 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/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.pom
Downloaded: http://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.pom (7 KB at 267.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-base/2.9.6/jackson-base-2.9.6.pom
Downloaded: http://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-base/2.9.6/jackson-base-2.9.6.pom (6 KB at 228.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-bom/2.9.6/jackson-bom-2.9.6.pom
Downloaded: http://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-bom/2.9.6/jackson-bom-2.9.6.pom (13 KB at 500.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.9.1.1/jackson-parent-2.9.1.1.pom
Downloaded: http://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.9.1.1/jackson-parent-2.9.1.1.pom (8 KB at 340.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/33/oss-parent-33.pom
Downloaded: http://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/33/oss-parent-33.pom (22 KB at 852.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0.pom
Downloaded: http://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0.pom (2 KB at 86.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.9.0/jackson-parent-2.9.0.pom
Downloaded: http://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.9.0/jackson-parent-2.9.0.pom (8 KB at 332.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/28/oss-parent-28.pom
Downloaded: http://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/28/oss-parent-28.pom (20 KB at 781.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.9.6/jackson-core-2.9.6.pom
Downloaded: http://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.9.6/jackson-core-2.9.6.pom (4 KB at 180.2 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
Downloading: http://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.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)
Downloading: http://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0.jar
Downloaded: http://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.8.4/aspectjrt-1.8.4.jar (115 KB at 1550.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.9.6/jackson-core-2.9.6.jar
Downloaded: http://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0.jar (65 KB at 802.0 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/cactoos/cactoos/0.20.2/cactoos-0.20.2.jar (187 KB at 1903.6 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.9.6/jackson-core-2.9.6.jar (317 KB at 1700.3 KB/sec)
Downloaded:Bhttp://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar (1318 KB at 4377.8 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/assertj/assertj-core/3.8.0/assertj-core-3.8.0.jar (1198 KB at 3837.7 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 38.4 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 55.1 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: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar (5 KB at 123.7 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 581.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 441.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.jar
Downloaded:2http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.jar (151 KB at 2647.3 KB/sec)
Downloading:6http://repo.maven.apache.org/maven2/junit/junit/3.8.2/junit-3.8.2.jar
Downloaded:2http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar (206 KB at 3609.5 KB/sec)
Downloaded:3http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.jar (46 KB at 600.1 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/junit/junit/3.8.2/junit-3.8.2.jar (118 KB at 1132.8 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/log4j/log4j/1.2.12/log4j-1.2.12.jar (350 KB at 2775.3 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.jar (625 KB at 3610.4 KB/sec)
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to /home/r/repo/target/classes
[INFO]
[INFO] --- exec-maven-plugin:1.6.0:exec (Copyright check) @ commentcop ---
[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 11 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 141.0 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 110.6 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 234.8 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 161.6 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:2http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar (34 KB at 464.0 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 409.9 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/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar (38 KB at 446.8 KB/sec)
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 1025.2 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 2515.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 177.8 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 1744.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 107.0 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 104.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 1092.6 KB/sec)
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running com.commentcop.api.FullPathTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.186 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.JsonCommentTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.274 sec
Running com.commentcop.repo.CommentTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running com.commentcop.repo.IssueTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Results :
Tests run: 9, 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:1http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar (57 KB at 917.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 2610.4 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.jar (203 KB at 2983.2 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 116.9 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 213.8 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 288.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 419.4 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 446.8 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 1739.4 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 98.2 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 142.7 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 537.3 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 222.8 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 201.2 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 1120.5 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 363.0 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 82.2 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 270.3 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 190.9 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 795.4 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 339.4 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 428.1 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 448.1 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 200.7 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 45.7 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 87.8 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 413.2 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 122.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.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 89.9 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 427.2 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 586.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 116.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 562.8 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 185.1 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 536.2 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 524.2 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 932.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.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 270.3 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 897.8 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 291.3 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/org/antlr/antlr4-runtime/4.5.1-1/antlr4-runtime-4.5.1-1.jar
Downloading: http://repo.maven.apache.org/maven2/com/puppycrawl/tools/checkstyle/6.15/checkstyle-6.15.jar
Downloaded:1http://repo.maven.apache.org/maven2/com/qulice/qulice-spi/0.17.1/qulice-spi-0.17.1.jar (10 KB at 254.0 KB/sec)
Downloading:1http://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 915.5 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/com/qulice/qulice-pmd/0.17.1/qulice-pmd-0.17.1.jar (16 KB at 169.0 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/org/antlr/antlr4-runtime/4.5.1-1/antlr4-runtime-4.5.1-1.jar (295 KB at 2091.9 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/commons-beanutils/commons-beanutils/1.9.2/commons-beanutils-1.9.2.jar (229 KB at 1268.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/net/sourceforge/pmd/pmd-java/5.4.1/pmd-java-5.4.1.jar
Downloaded: http://repo.maven.apache.org/maven2/com/beust/jcommander/1.48/jcommander-1.48.jar (63 KB at 305.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/net/sourceforge/pmd/pmd-jsp/5.4.1/pmd-jsp-5.4.1.jar
Downloaded:7http://repo.maven.apache.org/maven2/net/sourceforge/pmd/pmd-jsp/5.4.1/pmd-jsp-5.4.1.jar (92 KB at 325.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-core/5.4.1/pmd-core-5.4.1.jar (661 KB at 2209.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-all/2.4.5/groovy-all-2.4.5.jar
Downloaded: http://repo.maven.apache.org/maven2/com/qulice/qulice-codenarc/0.17.1/qulice-codenarc-0.17.1.jar (9 KB at 26.7 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/qulice/qulice-findbugs/0.17.1/qulice-findbugs-0.17.1.jar (11 KB at 31.9 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: http://repo.maven.apache.org/maven2/com/puppycrawl/tools/checkstyle/6.15/checkstyle-6.15.jar (1100 KB at 2025.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/incubator/xembly/0.21.4/xembly-0.21.4.jar
Downloaded: http://repo.maven.apache.org/maven2/com/jcabi/incubator/xembly/0.21.4/xembly-0.21.4.jar (51 KB at 83.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/qulice/qulice-xml/0.17.1/qulice-xml-0.17.1.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 1138.4 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/net/sourceforge/pmd/pmd-java/5.4.1/pmd-java-5.4.1.jar (721 KB at 1187.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-xml/0.17.1/jcabi-xml-0.17.1.jar
Downloaded:Bhttp://repo.maven.apache.org/maven2/com/google/guava/guava/19.0/guava-19.0.jar (2255 KB at 3630.3 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:1http://repo.maven.apache.org/maven2/com/qulice/qulice-xml/0.17.1/qulice-xml-0.17.1.jar (8 KB at 12.4 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:3http://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/2.6.0/sisu-inject-plexus-2.6.0.jar (20 KB at 30.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.2.5/sisu-guice-3.2.5-no_aop.jar
Downloaded:3http://repo.maven.apache.org/maven2/com/jcabi/jcabi-xml/0.17.1/jcabi-xml-0.17.1.jar (38 KB at 58.3 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:4http://repo.maven.apache.org/maven2/com/jcabi/jcabi-aspects/0.22.2/jcabi-aspects-0.22.2.jar (82 KB at 124.7 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:4http://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/2.6.0/sisu-inject-bean-2.6.0.jar (44 KB at 66.4 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:1http://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.2.5/sisu-guice-3.2.5-no_aop.jar (391 KB at 508.2 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: http://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 253.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/fasterxml/classmate/0.8.0/classmate-0.8.0.jar
Downloaded:2http://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging/3.1.1.GA/jboss-logging-3.1.1.GA.jar (60 KB at 73.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/glassfish/web/javax.el/2.2.4/javax.el-2.2.4.jar
Downloaded:3http://repo.maven.apache.org/maven2/com/fasterxml/classmate/0.8.0/classmate-0.8.0.jar (59 KB at 69.2 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator/5.0.0.Final/hibernate-validator-5.0.0.Final.jar (560 KB at 656.5 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 133.1 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 423.7 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 4425.8 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 22 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 516.1 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 1033.5 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 80.8 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 413.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 139.2 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 62.1 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 85.8 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 600.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 30.7 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:3http://repo.maven.apache.org/maven2/com/pyx4j/maven-plugin-log4j/1.0.1/maven-plugin-log4j-1.0.1.jar (4 KB at 139.9 KB/sec)
Downloaded:3http://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.6.1/slf4j-log4j12-1.6.1.jar (10 KB at 340.2 KB/sec)
Downloaded:4http://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.5/commons-codec-1.5.jar (72 KB at 2163.2 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 803.2 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/log4j/log4j/1.2.16/log4j-1.2.16.jar (471 KB at 2867.4 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 10s
[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:4http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar (12 KB at 386.0 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 2813.1 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: 18.298 s
[INFO] Finished at: 2018-09-08T22:25:40+00:00
[INFO] Final Memory: 45M/711M
[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
873d650..522ab83 master -> master
container aa3407cda8c97711cb2d9195349eda5a383523e11df01ee36e46f938cdcff7f3 is dead
Sun Sep 9 00:27:41 CEST 2018