rultor.com logo This build log was produced by rultor.com for jcabi/jcabi-github#1326
+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 22391
+ echo '1.66.3 13c79d5ed'
1.66.3 13c79d5ed
+ date
Thu Sep 21 10:19:58 CEST 2017
+ uptime
 10:19:58 up 85 days, 11:20,  0 users,  load average: 0.15, 0.06, 0.19
+ head=git@github.com:jcabi/jcabi-github.git
+ head_branch=master
+ tag=0.33
+ author=yegor256
+ scripts=('export '\''MAVEN_OPTS=-XX:MaxPermSize=256m -Xmx1g'\''' ';' 'export '\''head=git@github.com:jcabi/jcabi-github.git'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''tag=0.33'\''' ';' 'export '\''author=yegor256'\''' ';' 'sudo gem install --no-rdoc --no-ri pdd' ';' 'sudo gem install --no-rdoc --no-ri xcop' ';' 'mvn versions:set "-DnewVersion=${tag}"' ';' 'git commit -am "${tag}"' ';' 'mvn clean deploy -Pqulice -Psonatype -DskipITs -Pjcabi --errors --settings ../settings.xml' ';' 'mvn clean site-deploy -Psite -DskipITs --errors --settings ../settings.xml || echo '\''site-deploy failed'\''' ';')
+ vars=('--env=MAVEN_OPTS=-XX:MaxPermSize=256m -Xmx1g' '--env=head=git@github.com:jcabi/jcabi-github.git' '--env=head_branch=master' '--env=tag=0.33' '--env=author=yegor256' '--env=scripts=( '\''export '\''\'\'''\''MAVEN_OPTS=-XX:MaxPermSize=256m -Xmx1g'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head=git@github.com:jcabi/jcabi-github.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.33'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''sudo gem install --no-rdoc --no-ri pdd'\'' '\'';'\'' '\''sudo gem install --no-rdoc --no-ri xcop'\'' '\'';'\'' '\''mvn versions:set "-DnewVersion=${tag}"'\'' '\'';'\'' '\''git commit -am "${tag}"'\'' '\'';'\'' '\''mvn clean deploy -Pqulice -Psonatype -DskipITs -Pjcabi --errors --settings ../settings.xml'\'' '\'';'\'' '\''mvn clean site-deploy -Psite -DskipITs --errors --settings ../settings.xml || echo '\''\'\'''\''site-deploy failed'\''\'\'''\'''\'' '\'';'\'' )')
+ image=yegor256/rultor
+ directory=
+ squash=false
+ ff=default
+ rebase=false
+ container=jcabi_jcabi-github_1326
+ 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:jcabi/jcabi-github.git repo
Cloning into 'repo'...
+ cd repo
+ git config user.email me@rultor.com
+ git config user.name rultor
+ '[' -z 'export '\''MAVEN_OPTS=-XX:MaxPermSize=256m -Xmx1g'\''' ']'
+ cd ..
+ cat
+ '[' false = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'export '\''MAVEN_OPTS=-XX:MaxPermSize=256m -Xmx1g'\''' ';' 'export '\''head=git@github.com:jcabi/jcabi-github.git'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''tag=0.33'\''' ';' 'export '\''author=yegor256'\''' ';' 'sudo gem install --no-rdoc --no-ri pdd' ';' 'sudo gem install --no-rdoc --no-ri xcop' ';' 'mvn versions:set "-DnewVersion=${tag}"' ';' 'git commit -am "${tag}"' ';' 'mvn clean deploy -Pqulice -Psonatype -DskipITs -Pjcabi --errors --settings ../settings.xml' ';' 'mvn clean site-deploy -Psite -DskipITs --errors --settings ../settings.xml || echo '\''site-deploy failed'\''' ';'
+ rm -rf .gpg
+ '[' -z 0.33 ']'
+ [[ 0.33 =~ ^[a-zA-Z0-9\.\-]+$ ]]
+ echo 'tag name is valid: "0.33"'
tag name is valid: "0.33"
+ cd repo
++ git tag -l 0.33
+ '[' ']'
+ export BRANCH_NAME=__rultor
+ BRANCH_NAME=__rultor
++ git show-branch __rultor
++ wc -l
+ '[' 0 -gt 0 ']'
+ git checkout -b __rultor
Switched to a new branch '__rultor'
+ docker_when_possible
+ true
++ uptime
++ sed 's/ /\n/g'
++ tail -n 1
+ load=0.18
++ echo 0.18 '>' 30
++ bc
+ '[' 0 -eq 1 ']'
+ echo 'load average is 0.18, low enough to run a new Docker container'
load average is 0.18, 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:89e627505b97fa07d92673b7cc403d6a2bf8a16fe027ddaecbfbc8f9bcc249ee
Status: Image is up to date for yegor256/rultor:latest
+ docker ps --filter=status=exited
+ grep --quiet '\sjcabi_jcabi-github_1326\s*$'
+ ls -al .
total 60
drwx--x--x  3 rultor rultor 4096 Sep 21 10:20 .
drwxrwxrwt 21 root   root   4096 Sep 21 10:20 ..
-rw-rw-r--  1 rultor rultor  444 Sep 21 10:20 end.sh
-rwxrwxr-x  1 rultor rultor  338 Sep 21 10:20 entry.sh
-rw-rw-r--  1 rultor rultor    6 Sep 21 10:19 pid
-rw-rw-r--  1 rultor rultor 1192 Sep 21 10:19 pubring.gpg
drwxrwxr-x  5 rultor rultor 4096 Sep 21 10:20 repo
-rwxrwxr-x  1 rultor rultor 5667 Sep 21 10:19 run.sh
-rw-rw-r--  1 rultor rultor   98 Sep 21 10:19 s3cfg
-rw-rw-r--  1 rultor rultor  651 Sep 21 10:20 script.sh
-rw-rw-r--  1 rultor rultor 2570 Sep 21 10:19 secring.gpg
-rw-rw-r--  1 rultor rultor 2464 Sep 21 10:19 settings.xml
-rw-rw-r--  1 rultor rultor 4138 Sep 21 10:20 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-GFMM:/main '--env=MAVEN_OPTS=-XX:MaxPermSize=256m -Xmx1g' --env=head=git@github.com:jcabi/jcabi-github.git --env=head_branch=master --env=tag=0.33 --env=author=yegor256 '--env=scripts=( '\''export '\''\'\'''\''MAVEN_OPTS=-XX:MaxPermSize=256m -Xmx1g'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head=git@github.com:jcabi/jcabi-github.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.33'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''sudo gem install --no-rdoc --no-ri pdd'\'' '\'';'\'' '\''sudo gem install --no-rdoc --no-ri xcop'\'' '\'';'\'' '\''mvn versions:set "-DnewVersion=${tag}"'\'' '\'';'\'' '\''git commit -am "${tag}"'\'' '\'';'\'' '\''mvn clean deploy -Pqulice -Psonatype -DskipITs -Pjcabi --errors --settings ../settings.xml'\'' '\'';'\'' '\''mvn clean site-deploy -Psite -DskipITs --errors --settings ../settings.xml || echo '\''\'\'''\''site-deploy failed'\''\'\'''\'''\'' '\'';'\'' )' --hostname=docker --privileged --memory=6g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-GFMM/cid -w=/main --name=jcabi_jcabi-github_1326 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/.profile /root/texmf /home/r
+ cp -R ./cid ./end.sh ./entry.sh ./pid ./pubring.gpg ./repo ./run.sh ./s3cfg ./script.sh ./secring.gpg ./settings.xml ./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 'MAVEN_OPTS=-XX:MaxPermSize=256m -Xmx1g'
+ MAVEN_OPTS='-XX:MaxPermSize=256m -Xmx1g'
+ export head=git@github.com:jcabi/jcabi-github.git
+ head=git@github.com:jcabi/jcabi-github.git
+ export head_branch=master
+ head_branch=master
+ export tag=0.33
+ tag=0.33
+ export author=yegor256
+ author=yegor256
+ sudo -i gem install --no-rdoc --no-ri pdd
Fetching: mini_portile2-2.1.0.gem (100%)
Successfully installed mini_portile2-2.1.0
Fetching: nokogiri-1.7.2.gem (100%)
Building native extensions.  This could take a while...
Successfully installed nokogiri-1.7.2
Fetching: slop-4.4.3.gem (100%)
Successfully installed slop-4.4.3
Fetching: pdd-0.17.9.gem (100%)
Successfully installed pdd-0.17.9
4 gems installed
+ sudo -i gem install --no-rdoc --no-ri xcop
Fetching: mini_portile2-2.3.0.gem (100%)
Successfully installed mini_portile2-2.3.0
Fetching: nokogiri-1.8.1.gem (100%)
Building native extensions.  This could take a while...
Successfully installed nokogiri-1.8.1
Fetching: differ-0.1.2.gem (100%)
Successfully installed differ-0.1.2
Fetching: rainbow-2.2.2.gem (100%)
Building native extensions.  This could take a while...
Successfully installed rainbow-2.2.2
Fetching: xcop-0.5.5.gem (100%)
Successfully installed xcop-0.5.5
5 gems installed
+ mvn versions:set -DnewVersion=0.33
[INFO] Scanning for projects...
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.4/maven-site-plugin-3.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.4/maven-site-plugin-3.4.pom (20 KB at 177.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.4/maven-site-plugin-3.4.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.4/maven-site-plugin-3.4.jar (125 KB at 2701.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/github/github/site-maven-plugin/0.12/site-maven-plugin-0.12.pom
Downloaded: http://repo.maven.apache.org/maven2/com/github/github/site-maven-plugin/0.12/site-maven-plugin-0.12.pom (6 KB at 241.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/github/github/github-maven-plugins-parent/0.12/github-maven-plugins-parent-0.12.pom
Downloaded: http://repo.maven.apache.org/maven2/com/github/github/github-maven-plugins-parent/0.12/github-maven-plugins-parent-0.12.pom (8 KB at 306.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/github/github/site-maven-plugin/0.12/site-maven-plugin-0.12.jar
Downloaded: http://repo.maven.apache.org/maven2/com/github/github/site-maven-plugin/0.12/site-maven-plugin-0.12.jar (17 KB at 679.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-invoker-plugin/1.9/maven-invoker-plugin-1.9.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-invoker-plugin/1.9/maven-invoker-plugin-1.9.pom (11 KB at 443.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-invoker-plugin/1.9/maven-invoker-plugin-1.9.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-invoker-plugin/1.9/maven-invoker-plugin-1.9.jar (100 KB at 2768.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/2.4.1/maven-assembly-plugin-2.4.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/2.4.1/maven-assembly-plugin-2.4.1.pom (17 KB at 654.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/2.4.1/maven-assembly-plugin-2.4.1.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/2.4.1/maven-assembly-plugin-2.4.1.jar (212 KB at 3988.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.17/maven-failsafe-plugin-2.17.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.17/maven-failsafe-plugin-2.17.pom (9 KB at 342.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.17/surefire-2.17.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.17/surefire-2.17.pom (17 KB at 676.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.17/maven-failsafe-plugin-2.17.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.17/maven-failsafe-plugin-2.17.jar (78 KB at 2344.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.8.1/maven-deploy-plugin-2.8.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.8.1/maven-deploy-plugin-2.8.1.pom (8 KB at 352.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.8.1/maven-deploy-plugin-2.8.1.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.8.1/maven-deploy-plugin-2.8.1.jar (34 KB at 1272.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-mysql-maven-plugin/0.9/jcabi-mysql-maven-plugin-0.9.pom
Downloaded: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-mysql-maven-plugin/0.9/jcabi-mysql-maven-plugin-0.9.pom (14 KB at 119.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-mysql-maven-plugin/0.9/jcabi-mysql-maven-plugin-0.9.jar
Downloaded: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-mysql-maven-plugin/0.9/jcabi-mysql-maven-plugin-0.9.jar (32 KB at 1137.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-dynamodb-maven-plugin/0.7.1/jcabi-dynamodb-maven-plugin-0.7.1.pom
Downloaded: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-dynamodb-maven-plugin/0.7.1/jcabi-dynamodb-maven-plugin-0.7.1.pom (12 KB at 56.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-dynamodb-maven-plugin/0.7.1/jcabi-dynamodb-maven-plugin-0.7.1.jar
Downloaded: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-dynamodb-maven-plugin/0.7.1/jcabi-dynamodb-maven-plugin-0.7.1.jar (23 KB at 205.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-ssl-maven-plugin/0.11/jcabi-ssl-maven-plugin-0.11.pom
Downloaded: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-ssl-maven-plugin/0.11/jcabi-ssl-maven-plugin-0.11.pom (10 KB at 53.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-ssl-maven-plugin/0.11/jcabi-ssl-maven-plugin-0.11.jar
Downloaded: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-ssl-maven-plugin/0.11/jcabi-ssl-maven-plugin-0.11.jar (30 KB at 1141.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-heroku-maven-plugin/0.9/jcabi-heroku-maven-plugin-0.9.pom
Downloaded: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-heroku-maven-plugin/0.9/jcabi-heroku-maven-plugin-0.9.pom (11 KB at 63.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-heroku-maven-plugin/0.9/jcabi-heroku-maven-plugin-0.9.jar
Downloaded: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-heroku-maven-plugin/0.9/jcabi-heroku-maven-plugin-0.9.jar (28 KB at 1080.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-beanstalk-maven-plugin/0.11/jcabi-beanstalk-maven-plugin-0.11.pom
Downloaded: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-beanstalk-maven-plugin/0.11/jcabi-beanstalk-maven-plugin-0.11.pom (10 KB at 399.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-beanstalk-maven-plugin/0.11/jcabi-beanstalk-maven-plugin-0.11.jar
Downloaded: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-beanstalk-maven-plugin/0.11/jcabi-beanstalk-maven-plugin-0.11.jar (71 KB at 2140.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/mojo/cobertura-maven-plugin/2.7/cobertura-maven-plugin-2.7.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/mojo/cobertura-maven-plugin/2.7/cobertura-maven-plugin-2.7.pom (14 KB at 619.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/mojo/cobertura-maven-plugin/2.7/cobertura-maven-plugin-2.7.jar
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/mojo/cobertura-maven-plugin/2.7/cobertura-maven-plugin-2.7.jar (57 KB at 2000.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.pom (5 KB at 183.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.jar (31 KB at 1234.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-changes-plugin/2.10/maven-changes-plugin-2.10.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-changes-plugin/2.10/maven-changes-plugin-2.10.pom (20 KB at 771.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-changes-plugin/2.10/maven-changes-plugin-2.10.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-changes-plugin/2.10/maven-changes-plugin-2.10.jar (209 KB at 4429.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-help-plugin/2.2/maven-help-plugin-2.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-help-plugin/2.2/maven-help-plugin-2.2.pom (9 KB at 370.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-help-plugin/2.2/maven-help-plugin-2.2.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-help-plugin/2.2/maven-help-plugin-2.2.jar (67 KB at 2283.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/2.9.1/maven-javadoc-plugin-2.9.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/2.9.1/maven-javadoc-plugin-2.9.1.pom (16 KB at 635.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/2.9.1/maven-javadoc-plugin-2.9.1.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/2.9.1/maven-javadoc-plugin-2.9.1.jar (360 KB at 6302.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/sun/tools/jxc/maven2/maven-jaxb-schemagen-plugin/1.2/maven-jaxb-schemagen-plugin-1.2.pom
Downloaded: http://repo.maven.apache.org/maven2/com/sun/tools/jxc/maven2/maven-jaxb-schemagen-plugin/1.2/maven-jaxb-schemagen-plugin-1.2.pom (6 KB at 258.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/sun/tools/jxc/maven2/maven-jaxb-schemagen-plugin/1.2/maven-jaxb-schemagen-plugin-1.2.jar
Downloaded: http://repo.maven.apache.org/maven2/com/sun/tools/jxc/maven2/maven-jaxb-schemagen-plugin/1.2/maven-jaxb-schemagen-plugin-1.2.jar (13 KB at 537.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugin-plugin/3.2/maven-plugin-plugin-3.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugin-plugin/3.2/maven-plugin-plugin-3.2.pom (12 KB at 541.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.2/maven-plugin-tools-3.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.2/maven-plugin-tools-3.2.pom (17 KB at 733.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugin-plugin/3.2/maven-plugin-plugin-3.2.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugin-plugin/3.2/maven-plugin-plugin-3.2.jar (47 KB at 1668.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-release-plugin/2.5/maven-release-plugin-2.5.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-release-plugin/2.5/maven-release-plugin-2.5.pom (11 KB at 466.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/release/maven-release/2.5/maven-release-2.5.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/release/maven-release/2.5/maven-release-2.5.pom (5 KB at 215.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-release-plugin/2.5/maven-release-plugin-2.5.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-release-plugin/2.5/maven-release-plugin-2.5.jar (50 KB at 1824.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-source-plugin/2.3/maven-source-plugin-2.3.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-source-plugin/2.3/maven-source-plugin-2.3.pom (7 KB at 282.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-source-plugin/2.3/maven-source-plugin-2.3.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-source-plugin/2.3/maven-source-plugin-2.3.jar (31 KB at 1224.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-war-plugin/2.4/maven-war-plugin-2.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-war-plugin/2.4/maven-war-plugin-2.4.pom (10 KB at 375.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-war-plugin/2.4/maven-war-plugin-2.4.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-war-plugin/2.4/maven-war-plugin-2.4.jar (85 KB at 2833.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/2.1/versions-maven-plugin-2.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/2.1/versions-maven-plugin-2.1.pom (15 KB at 622.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/32/mojo-parent-32.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/32/mojo-parent-32.pom (26 KB at 1020.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/2.1/versions-maven-plugin-2.1.jar
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/2.1/versions-maven-plugin-2.1.jar (237 KB at 5247.8 KB/sec)
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building jcabi-github 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- versions-maven-plugin:2.1:set (default-cli) @ jcabi-github ---
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.0.4.1/maven-reporting-impl-2.0.4.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.0.4.1/maven-reporting-impl-2.0.4.1.pom (3 KB at 102.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.0-alpha-10/doxia-core-1.0-alpha-10.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.0-alpha-10/doxia-core-1.0-alpha-10.pom (3 KB at 104.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.0-alpha-10/doxia-site-renderer-1.0-alpha-10.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.0-alpha-10/doxia-site-renderer-1.0-alpha-10.pom (5 KB at 203.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.0-alpha-10/doxia-sitetools-1.0-alpha-10.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.0-alpha-10/doxia-sitetools-1.0-alpha-10.pom (8 KB at 289.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.0-alpha-10/doxia-decoration-model-1.0-alpha-10.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.0-alpha-10/doxia-decoration-model-1.0-alpha-10.pom (3 KB at 149.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-apt/1.0-alpha-10/doxia-module-apt-1.0-alpha-10.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-apt/1.0-alpha-10/doxia-module-apt-1.0-alpha-10.pom (3 KB at 108.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.0-alpha-10/doxia-modules-1.0-alpha-10.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.0-alpha-10/doxia-modules-1.0-alpha-10.pom (3 KB at 104.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.0-alpha-10/doxia-module-fml-1.0-alpha-10.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.0-alpha-10/doxia-module-fml-1.0-alpha-10.pom (3 KB at 118.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xdoc/1.0-alpha-10/doxia-module-xdoc-1.0-alpha-10.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xdoc/1.0-alpha-10/doxia-module-xdoc-1.0-alpha-10.pom (3 KB at 102.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.0-alpha-10/doxia-module-xhtml-1.0-alpha-10.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.0-alpha-10/doxia-module-xhtml-1.0-alpha-10.pom (2 KB at 65.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom (2 KB at 85.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom (13 KB at 549.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom (2 KB at 91.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-file/1.0-beta-6/wagon-file-1.0-beta-6.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-file/1.0-beta-6/wagon-file-1.0-beta-6.pom (2 KB at 69.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/1.0-beta-6/wagon-providers-1.0-beta-6.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/1.0-beta-6/wagon-providers-1.0-beta-6.pom (3 KB at 93.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.1/doxia-core-1.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.1/doxia-core-1.1.pom (4 KB at 151.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom
Downloaded: http://repo.maven.apache.org/maven2/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom (3 KB at 98.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom
Downloaded: http://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom (738 B at 31.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/apache/1/apache-1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/apache/1/apache-1.pom (4 KB at 151.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.1/doxia-site-renderer-1.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.1/doxia-site-renderer-1.1.pom (5 KB at 195.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.1/doxia-sitetools-1.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.1/doxia-sitetools-1.1.pom (12 KB at 474.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1/doxia-decoration-model-1.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1/doxia-decoration-model-1.1.pom (4 KB at 27.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1/doxia-module-xhtml-1.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1/doxia-module-xhtml-1.1.pom (2 KB at 74.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.1/doxia-modules-1.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.1/doxia-modules-1.1.pom (3 KB at 108.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.1/doxia-module-fml-1.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.1/doxia-module-fml-1.1.pom (4 KB at 146.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-7/plexus-container-default-1.0-alpha-7.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-7/plexus-container-default-1.0-alpha-7.pom (2 KB at 59.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/plexus/plexus-containers/1.0.2/plexus-containers-1.0.2.pom
Downloaded: http://repo.maven.apache.org/maven2/plexus/plexus-containers/1.0.2/plexus-containers-1.0.2.pom (471 B at 19.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/plexus/plexus-root/1.0.3/plexus-root-1.0.3.pom
Downloaded: http://repo.maven.apache.org/maven2/plexus/plexus-root/1.0.3/plexus-root-1.0.3.pom (6 KB at 267.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/plexus/plexus-utils/1.0.2/plexus-utils-1.0.2.pom
Downloaded: http://repo.maven.apache.org/maven2/plexus/plexus-utils/1.0.2/plexus-utils-1.0.2.pom (740 B at 32.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/woodstox/wstx-asl/3.2.7/wstx-asl-3.2.7.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/woodstox/wstx-asl/3.2.7/wstx-asl-3.2.7.pom (2 KB at 53.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/stax/stax-api/1.0.1/stax-api-1.0.1.pom
Downloaded: http://repo.maven.apache.org/maven2/stax/stax-api/1.0.1/stax-api-1.0.1.pom (2 KB at 71.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.0.4.1/maven-reporting-impl-2.0.4.1.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-file/1.0-beta-6/wagon-file-1.0-beta-6.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.1/doxia-core-1.1.jar
Downloading: http://repo.maven.apache.org/maven2/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar
Downloaded:1http://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.0.4.1/maven-reporting-impl-2.0.4.1.jar (19 KB at 606.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.1/doxia-site-renderer-1.1.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-file/1.0-beta-6/wagon-file-1.0-beta-6.jar (11 KB at 317.1 KB/sec)
Downloading:3http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1/doxia-decoration-model-1.1.jar
Downloaded:8http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar (52 KB at 944.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1/doxia-module-xhtml-1.1.jar
Downloaded:1http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.1/doxia-site-renderer-1.1.jar (47 KB at 608.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.1/doxia-module-fml-1.1.jar
Downloaded:1http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1/doxia-decoration-model-1.1.jar (50 KB at 630.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/plexus/plexus-utils/1.0.2/plexus-utils-1.0.2.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1/doxia-module-xhtml-1.1.jar (15 KB at 176.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/woodstox/wstx-asl/3.2.7/wstx-asl-3.2.7.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.1/doxia-core-1.1.jar (145 KB at 1705.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/stax/stax-api/1.0.1/stax-api-1.0.1.jar
Downloaded:4http://repo.maven.apache.org/maven2/stax/stax-api/1.0.1/stax-api-1.0.1.jar (26 KB at 170.3 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.1/doxia-module-fml-1.1.jar (35 KB at 204.1 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/plexus/plexus-utils/1.0.2/plexus-utils-1.0.2.jar (157 KB at 837.6 KB/sec)
Downloaded:Bhttp://repo.maven.apache.org/maven2/org/codehaus/woodstox/wstx-asl/3.2.7/wstx-asl-3.2.7.jar (509 KB at 2344.5 KB/sec)
Downloaded:Bhttp://repo.maven.apache.org/maven2/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar (1185 KB at 4998.0 KB/sec)
[INFO] Searching for local aggregator root...
[INFO] Local aggregation root: /home/r/repo
[INFO] Processing com.jcabi:jcabi-github
[INFO]     Updating project com.jcabi:jcabi-github
[INFO]         from version 1.0-SNAPSHOT to 0.33
Props: {project.version=0.33, project.parent.version=1.20.1, project.parent.groupId=com.jcabi, project.artifactId=jcabi-github, project.groupId=com.jcabi, project.parent.artifactId=jcabi}
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.122 s
[INFO] Finished at: 2017-09-21T08:22:19+00:00
[INFO] Final Memory: 21M/361M
[INFO] ------------------------------------------------------------------------
+ git commit -am 0.33
[__rultor 3d2665d0] 0.33
 1 file changed, 1 insertion(+), 1 deletion(-)
+ mvn clean deploy -Pqulice -Psonatype -DskipITs -Pjcabi --errors --settings ../settings.xml
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
Downloading: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.20.1/jcabi-1.20.1.pom
Downloaded: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.20.1/jcabi-1.20.1.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.37.1/parent-0.37.1.pom
Downloaded: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.37.1/parent-0.37.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/kuali/maven/wagons/maven-s3-wagon/1.2.1/maven-s3-wagon-1.2.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/kuali/maven/wagons/maven-s3-wagon/1.2.1/maven-s3-wagon-1.2.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-common/3.3.35/kuali-common-3.3.35.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-common/3.3.35/kuali-common-3.3.35.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-pom/3.3.35/kuali-pom-3.3.35.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-pom/3.3.35/kuali-pom-3.3.35.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/15.0/guava-15.0.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/15.0/guava-15.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/15.0/guava-parent-15.0.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/15.0/guava-parent-15.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/kuali/common/kuali-s3/1.0.1/kuali-s3-1.0.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/kuali/common/kuali-s3/1.0.1/kuali-s3-1.0.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-common/2.0.0/kuali-common-2.0.0.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-common/2.0.0/kuali-common-2.0.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-pom/2.0.0/kuali-pom-2.0.0.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-pom/2.0.0/kuali-pom-2.0.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/amazonaws/aws-java-sdk/1.3.22/aws-java-sdk-1.3.22.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/amazonaws/aws-java-sdk/1.3.22/aws-java-sdk-1.3.22.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.1/httpclient-4.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.1/httpclient-4.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.1/httpclient-4.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-client/4.1/httpcomponents-client-4.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.1/httpcomponents-client-4.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.1/httpcomponents-client-4.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/project/4.1.1/project-4.1.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/4.1.1/project-4.1.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/4.1.1/project-4.1.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.1/httpcore-4.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.1/httpcore-4.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.1/httpcore-4.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-core/4.1/httpcomponents-core-4.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.1/httpcomponents-core-4.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.1/httpcomponents-core-4.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.4/commons-codec-1.4.pom
Downloading: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.4/commons-codec-1.4.pom
Downloaded: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.4/commons-codec-1.4.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/11/commons-parent-11.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/11/commons-parent-11.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/11/commons-parent-11.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/apache/4/apache-4.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.3/commons-codec-1.3.pom
Downloading: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.3/commons-codec-1.3.pom
Downloaded: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.3/commons-codec-1.3.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/jackson/jackson-core-asl/1.8.9/jackson-core-asl-1.8.9.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/jackson/jackson-core-asl/1.8.9/jackson-core-asl-1.8.9.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/jackson/jackson-mapper-asl/1.8.9/jackson-mapper-asl-1.8.9.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/jackson/jackson-mapper-asl/1.8.9/jackson-mapper-asl-1.8.9.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/kuali/common/kuali-threads/1.0.9/kuali-threads-1.0.9.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/kuali/common/kuali-threads/1.0.9/kuali-threads-1.0.9.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-common/1.2.2/kuali-common-1.2.2.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-common/1.2.2/kuali-common-1.2.2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-pom/1.2.2/kuali-pom-1.2.2.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-pom/1.2.2/kuali-pom-1.2.2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.6.4/slf4j-parent-1.6.4.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.6.4/slf4j-parent-1.6.4.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.6.4/slf4j-log4j12-1.6.4.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.6.4/slf4j-log4j12-1.6.4.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.16/log4j-1.2.16.pom
Downloaded: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.16/log4j-1.2.16.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.6/commons-lang-2.6.pom
Downloading: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.pom
Downloaded: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/17/commons-parent-17.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/17/commons-parent-17.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/17/commons-parent-17.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/apache/7/apache-7.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/7/apache-7.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/7/apache-7.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.4/commons-io-2.4.pom
Downloading: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.pom
Downloaded: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/25/commons-parent-25.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/25/commons-parent-25.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/25/commons-parent-25.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/apache/9/apache-9.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.6.4/jcl-over-slf4j-1.6.4.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.6.4/jcl-over-slf4j-1.6.4.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/amazonaws/aws-java-sdk/1.6.4/aws-java-sdk-1.6.4.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/amazonaws/aws-java-sdk/1.6.4/aws-java-sdk-1.6.4.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.2/httpclient-4.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2/httpclient-4.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2/httpclient-4.2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-client/4.2/httpcomponents-client-4.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.2/httpcomponents-client-4.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.2/httpcomponents-client-4.2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/project/5/project-5.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/5/project-5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/5/project-5.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.2/httpcore-4.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2/httpcore-4.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2/httpcore-4.2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-core/4.2/httpcomponents-core-4.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.2/httpcomponents-core-4.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.2/httpcomponents-core-4.2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/project/6/project-6.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/6/project-6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/6/project-6.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.6/commons-codec-1.6.pom
Downloading: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.pom
Downloaded: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/22/commons-parent-22.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/22/commons-parent-22.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/22/commons-parent-22.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.1.1/jackson-core-2.1.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.1.1/jackson-core-2.1.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/fasterxml/oss-parent/4/oss-parent-4.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/fasterxml/oss-parent/4/oss-parent-4.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.1.1/jackson-databind-2.1.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.1.1/jackson-databind-2.1.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.1.1/jackson-annotations-2.1.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.1.1/jackson-annotations-2.1.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/springframework/spring-core/3.2.5.RELEASE/spring-core-3.2.5.RELEASE.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/springframework/spring-core/3.2.5.RELEASE/spring-core-3.2.5.RELEASE.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon/2.2/wagon-2.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.2/wagon-2.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.2/wagon-2.2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/21/maven-parent-21.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/21/maven-parent-21.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/21/maven-parent-21.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/apache/10/apache-10.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/10/apache-10.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/10/apache-10.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/kuali/common/kuali-threads/1.0.10/kuali-threads-1.0.10.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/kuali/common/kuali-threads/1.0.10/kuali-threads-1.0.10.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-common/2.3.9/kuali-common-2.3.9.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-common/2.3.9/kuali-common-2.3.9.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-pom/2.3.9/kuali-pom-2.3.9.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-pom/2.3.9/kuali-pom-2.3.9.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.17/log4j-1.2.17.pom
Downloaded: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.17/log4j-1.2.17.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/kuali/maven/wagons/maven-s3-wagon/1.2.1/maven-s3-wagon-1.2.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/kuali/common/kuali-s3/1.0.1/kuali-s3-1.0.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/15.0/guava-15.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/amazonaws/aws-java-sdk/1.6.4/aws-java-sdk-1.6.4.jar
Downloaded: https://oss.sonatype.org/content/groups/public/org/kuali/maven/wagons/maven-s3-wagon/1.2.1/maven-s3-wagon-1.2.1.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.2/httpclient-4.2.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.2/httpcore-4.2.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/amazonaws/aws-java-sdk/1.6.4/aws-java-sdk-1.6.4.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.3/commons-codec-1.3.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/15.0/guava-15.0.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.1.1/jackson-core-2.1.1.jar
Downloaded: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar (0 B at 0.0 KB/sec)
Downloaded: https://oss.sonatype.org/content/groups/public/org/kuali/common/kuali-s3/1.0.1/kuali-s3-1.0.1.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.1.1/jackson-databind-2.1.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.1.1/jackson-annotations-2.1.1.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.1.1/jackson-core-2.1.1.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/springframework/spring-core/3.2.5.RELEASE/spring-core-3.2.5.RELEASE.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.1.1/jackson-databind-2.1.1.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.1.1/jackson-annotations-2.1.1.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.4/commons-io-2.4.jar
Downloaded: https://oss.sonatype.org/content/groups/public/org/springframework/spring-core/3.2.5.RELEASE/spring-core-3.2.5.RELEASE.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.6/commons-lang-2.6.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/kuali/common/kuali-threads/1.0.10/kuali-threads-1.0.10.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.jar
Downloading: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.17/log4j-1.2.17.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar
Downloaded: https://oss.sonatype.org/content/groups/public/org/kuali/common/kuali-threads/1.0.10/kuali-threads-1.0.10.jar (0 B at 0.0 KB/sec)
Downloaded: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.17/log4j-1.2.17.jar (0 B at 0.0 KB/sec)
Downloaded: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.jar (0 B at 0.0 KB/sec)
Downloaded: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2/httpclient-4.2.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2/httpcore-4.2.jar
Downloading: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.3/commons-codec-1.3.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.jar
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2/httpclient-4.2.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.jar
Downloaded: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2/httpcore-4.2.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.3/commons-codec-1.3.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.6/nexus-staging-maven-plugin-1.6.6.pom
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.6/nexus-staging-maven-plugin-1.6.6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.6/nexus-staging-maven-plugin-1.6.6.pom (12 KB at 388.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/maven/nexus-staging/1.6.6/nexus-staging-1.6.6.pom
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/nexus/maven/nexus-staging/1.6.6/nexus-staging-1.6.6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/nexus/maven/nexus-staging/1.6.6/nexus-staging-1.6.6.pom (3 KB at 107.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.6/nexus-maven-plugins-1.6.6.pom
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.6/nexus-maven-plugins-1.6.6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.6/nexus-maven-plugins-1.6.6.pom (18 KB at 591.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/buildsupport/public-parent/6/public-parent-6.pom
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/buildsupport/public-parent/6/public-parent-6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/buildsupport/public-parent/6/public-parent-6.pom (760 B at 29.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/buildsupport/buildsupport/6/buildsupport-6.pom
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/buildsupport/buildsupport/6/buildsupport-6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/buildsupport/buildsupport/6/buildsupport-6.pom (23 KB at 701.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/maven/nexus-common/1.6.6/nexus-common-1.6.6.pom
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/nexus/maven/nexus-common/1.6.6/nexus-common-1.6.6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/nexus/maven/nexus-common/1.6.6/nexus-common-1.6.6.pom (3 KB at 86.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom (3 KB at 115.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom (5 KB at 169.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/15/spice-parent-15.pom (9 KB at 160.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/14.0.1/guava-14.0.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/14.0.1/guava-14.0.1.pom (6 KB at 7.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom (3 KB at 1.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/nexus-client-core/2.9.1-02/nexus-client-core-2.9.1-02.pom
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/nexus/nexus-client-core/2.9.1-02/nexus-client-core-2.9.1-02.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/nexus/nexus-client-core/2.9.1-02/nexus-client-core-2.9.1-02.pom (5 KB at 200.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/nexus-components/2.9.1-02/nexus-components-2.9.1-02.pom
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/nexus/nexus-components/2.9.1-02/nexus-components-2.9.1-02.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/nexus/nexus-components/2.9.1-02/nexus-components-2.9.1-02.pom (3 KB at 105.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/nexus-oss/2.9.1-02/nexus-oss-2.9.1-02.pom
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/nexus/nexus-oss/2.9.1-02/nexus-oss-2.9.1-02.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/nexus/nexus-oss/2.9.1-02/nexus-oss-2.9.1-02.pom (37 KB at 1029.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.9.1-02/nexus-buildsupport-all-2.9.1-02.pom
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.9.1-02/nexus-buildsupport-all-2.9.1-02.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.9.1-02/nexus-buildsupport-all-2.9.1-02.pom (6 KB at 231.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.9.1-02/nexus-buildsupport-2.9.1-02.pom
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.9.1-02/nexus-buildsupport-2.9.1-02.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.9.1-02/nexus-buildsupport-2.9.1-02.pom (2 KB at 80.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.9.1-02/nexus-buildsupport-commons-2.9.1-02.pom
Downloading: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.9.1-02/nexus-buildsupport-commons-2.9.1-02.pom
Downloaded: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.9.1-02/nexus-buildsupport-commons-2.9.1-02.pom (3 KB at 4.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-db/2.9.1-02/nexus-buildsupport-db-2.9.1-02.pom
Downloading: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-db/2.9.1-02/nexus-buildsupport-db-2.9.1-02.pom
Downloaded: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-db/2.9.1-02/nexus-buildsupport-db-2.9.1-02.pom (2 KB at 7.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.9.1-02/nexus-buildsupport-httpclient-2.9.1-02.pom
Downloading: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.9.1-02/nexus-buildsupport-httpclient-2.9.1-02.pom
Downloaded: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.9.1-02/nexus-buildsupport-httpclient-2.9.1-02.pom (3 KB at 7.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.9.1-02/nexus-buildsupport-maven-2.9.1-02.pom
Downloading: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.9.1-02/nexus-buildsupport-maven-2.9.1-02.pom
Downloaded: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.9.1-02/nexus-buildsupport-maven-2.9.1-02.pom (7 KB at 22.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.9.1-02/nexus-buildsupport-shiro-2.9.1-02.pom
Downloading: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.9.1-02/nexus-buildsupport-shiro-2.9.1-02.pom
Downloaded: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.9.1-02/nexus-buildsupport-shiro-2.9.1-02.pom (4 KB at 12.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.9.1-02/nexus-buildsupport-bouncycastle-2.9.1-02.pom
Downloading: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.9.1-02/nexus-buildsupport-bouncycastle-2.9.1-02.pom
Downloaded: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.9.1-02/nexus-buildsupport-bouncycastle-2.9.1-02.pom (3 KB at 7.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.9.1-02/nexus-buildsupport-jetty-2.9.1-02.pom
Downloading: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.9.1-02/nexus-buildsupport-jetty-2.9.1-02.pom
Downloaded: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.9.1-02/nexus-buildsupport-jetty-2.9.1-02.pom (5 KB at 16.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.9.1-02/nexus-buildsupport-goodies-2.9.1-02.pom
Downloading: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.9.1-02/nexus-buildsupport-goodies-2.9.1-02.pom
Downloaded: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.9.1-02/nexus-buildsupport-goodies-2.9.1-02.pom (4 KB at 13.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.9.1-02/nexus-buildsupport-groovy-2.9.1-02.pom
Downloading: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.9.1-02/nexus-buildsupport-groovy-2.9.1-02.pom
Downloaded: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.9.1-02/nexus-buildsupport-groovy-2.9.1-02.pom (3 KB at 9.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.9.1-02/nexus-buildsupport-guice-2.9.1-02.pom
Downloading: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.9.1-02/nexus-buildsupport-guice-2.9.1-02.pom
Downloaded: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.9.1-02/nexus-buildsupport-guice-2.9.1-02.pom (4 KB at 13.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.9.1-02/nexus-buildsupport-logging-2.9.1-02.pom
Downloading: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.9.1-02/nexus-buildsupport-logging-2.9.1-02.pom
Downloaded: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.9.1-02/nexus-buildsupport-logging-2.9.1-02.pom (4 KB at 12.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-osgi/2.9.1-02/nexus-buildsupport-osgi-2.9.1-02.pom
Downloading: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-osgi/2.9.1-02/nexus-buildsupport-osgi-2.9.1-02.pom
Downloaded: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-osgi/2.9.1-02/nexus-buildsupport-osgi-2.9.1-02.pom (2 KB at 7.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.9.1-02/nexus-buildsupport-other-2.9.1-02.pom
Downloading: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.9.1-02/nexus-buildsupport-other-2.9.1-02.pom
Downloaded: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.9.1-02/nexus-buildsupport-other-2.9.1-02.pom (5 KB at 15.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.9.1-02/nexus-buildsupport-plexus-2.9.1-02.pom
Downloading: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.9.1-02/nexus-buildsupport-plexus-2.9.1-02.pom
Downloaded: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.9.1-02/nexus-buildsupport-plexus-2.9.1-02.pom (5 KB at 15.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.9.1-02/nexus-buildsupport-rest-2.9.1-02.pom
Downloading: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.9.1-02/nexus-buildsupport-rest-2.9.1-02.pom
Downloaded: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.9.1-02/nexus-buildsupport-rest-2.9.1-02.pom (5 KB at 16.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.9.1-02/nexus-buildsupport-testing-2.9.1-02.pom
Downloading: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.9.1-02/nexus-buildsupport-testing-2.9.1-02.pom
Downloaded: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.9.1-02/nexus-buildsupport-testing-2.9.1-02.pom (5 KB at 17.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.9.1-02/nexus-buildsupport-metrics-2.9.1-02.pom
Downloading: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.9.1-02/nexus-buildsupport-metrics-2.9.1-02.pom
Downloaded: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.9.1-02/nexus-buildsupport-metrics-2.9.1-02.pom (3 KB at 11.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.9.1-02/nexus-restlet1x-model-2.9.1-02.pom
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.9.1-02/nexus-restlet1x-model-2.9.1-02.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.9.1-02/nexus-restlet1x-model-2.9.1-02.pom (4 KB at 143.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.9.1-02/nexus-plugins-restlet1x-2.9.1-02.pom
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.9.1-02/nexus-plugins-restlet1x-2.9.1-02.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.9.1-02/nexus-plugins-restlet1x-2.9.1-02.pom (6 KB at 225.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/plugins/nexus-plugins/2.9.1-02/nexus-plugins-2.9.1-02.pom
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/nexus/plugins/nexus-plugins/2.9.1-02/nexus-plugins-2.9.1-02.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/nexus/plugins/nexus-plugins/2.9.1-02/nexus-plugins-2.9.1-02.pom (27 KB at 770.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom (4 KB at 142.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/3.0.4/maven-3.0.4.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0.4/maven-3.0.4.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0.4/maven-3.0.4.pom (22 KB at 710.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.pom (3 KB at 5.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.7.7/slf4j-parent-1.7.7.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.7.7/slf4j-parent-1.7.7.pom (12 KB at 44.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom
Downloading: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom
Downloaded: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/intellij/annotations/9.0.4/annotations-9.0.4.pom
Downloading: https://repo.maven.apache.org/maven2/com/intellij/annotations/9.0.4/annotations-9.0.4.pom
Downloaded: https://repo.maven.apache.org/maven2/com/intellij/annotations/9.0.4/annotations-9.0.4.pom (2 KB at 48.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.pom (11 KB at 20.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/thoughtworks/xstream/xstream-parent/1.4.7/xstream-parent-1.4.7.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/thoughtworks/xstream/xstream-parent/1.4.7/xstream-parent-1.4.7.pom (26 KB at 68.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom
Downloading: https://repo.maven.apache.org/maven2/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom
Downloaded: https://repo.maven.apache.org/maven2/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom (386 B at 18.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom
Downloading: https://repo.maven.apache.org/maven2/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom
Downloaded: https://repo.maven.apache.org/maven2/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom (2 KB at 71.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/joda-time/joda-time/2.2/joda-time-2.2.pom
Downloaded: https://oss.sonatype.org/content/groups/public/joda-time/joda-time/2.2/joda-time-2.2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.pom
Downloading: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.pom
Downloaded: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.pom
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.pom (2 KB at 71.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta/1.7/siesta-1.7.pom
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta/1.7/siesta-1.7.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta/1.7/siesta-1.7.pom (12 KB at 436.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/buildsupport/public-parent/5/public-parent-5.pom
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/buildsupport/public-parent/5/public-parent-5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/buildsupport/public-parent/5/public-parent-5.pom (760 B at 29.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/buildsupport/buildsupport/5/buildsupport-5.pom
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/buildsupport/buildsupport/5/buildsupport-5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/buildsupport/buildsupport/5/buildsupport-5.pom (22 KB at 683.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.pom
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.pom (3 KB at 87.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.pom
Downloading: https://repo.maven.apache.org/maven2/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.pom
Downloaded: https://repo.maven.apache.org/maven2/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.pom (11 KB at 390.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/sun/jersey/jersey-project/1.17.1/jersey-project-1.17.1.pom
Downloading: https://repo.maven.apache.org/maven2/com/sun/jersey/jersey-project/1.17.1/jersey-project-1.17.1.pom
Downloaded: https://repo.maven.apache.org/maven2/com/sun/jersey/jersey-project/1.17.1/jersey-project-1.17.1.pom (21 KB at 675.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/net/java/jvnet-parent/1/jvnet-parent-1.pom
Downloading: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/1/jvnet-parent-1.pom
Downloaded: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/1/jvnet-parent-1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.pom
Downloading: https://repo.maven.apache.org/maven2/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.pom
Downloaded: https://repo.maven.apache.org/maven2/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.pom
Downloading: https://repo.maven.apache.org/maven2/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.pom
Downloaded: https://repo.maven.apache.org/maven2/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.pom (7 KB at 272.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.pom
Downloading: https://repo.maven.apache.org/maven2/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.pom
Downloaded: https://repo.maven.apache.org/maven2/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.pom (7 KB at 224.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/sun/jersey/contribs/jersey-contribs/1.17.1/jersey-contribs-1.17.1.pom
Downloading: https://repo.maven.apache.org/maven2/com/sun/jersey/contribs/jersey-contribs/1.17.1/jersey-contribs-1.17.1.pom
Downloaded: https://repo.maven.apache.org/maven2/com/sun/jersey/contribs/jersey-contribs/1.17.1/jersey-contribs-1.17.1.pom (4 KB at 134.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom (6 KB at 212.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom (16 KB at 518.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/project/7/project-7.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/7/project-7.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/7/project-7.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/apache/13/apache-13.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.pom (2 KB at 3.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.pom
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.pom (3 KB at 95.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.pom (2 KB at 3.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/fasterxml/oss-parent/11/oss-parent-11.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/fasterxml/oss-parent/11/oss-parent-11.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.pom (6 KB at 22.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/fasterxml/oss-parent/12/oss-parent-12.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/fasterxml/oss-parent/12/oss-parent-12.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.pom (6 KB at 22.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.3.0/jackson-annotations-2.3.0.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.3.0/jackson-annotations-2.3.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.pom (4 KB at 10.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.3.1/jackson-jaxrs-providers-2.3.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.3.1/jackson-jaxrs-providers-2.3.1.pom (4 KB at 13.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.pom (2 KB at 6.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.pom (5 KB at 16.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/javax/inject/javax.inject/1/javax.inject-1.pom
Downloading: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom
Downloaded: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.pom
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.pom (5 KB at 187.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.pom
Downloading: https://repo.maven.apache.org/maven2/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.pom (5 KB at 161.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/fusesource/hawtbuf/hawtbuf-project/1.9/hawtbuf-project-1.9.pom
Downloading: https://repo.maven.apache.org/maven2/org/fusesource/hawtbuf/hawtbuf-project/1.9/hawtbuf-project-1.9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/fusesource/hawtbuf/hawtbuf-project/1.9/hawtbuf-project-1.9.pom (11 KB at 387.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/fusesource/fusesource-pom/1.9/fusesource-pom-1.9.pom
Downloading: https://repo.maven.apache.org/maven2/org/fusesource/fusesource-pom/1.9/fusesource-pom-1.9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/fusesource/fusesource-pom/1.9/fusesource-pom-1.9.pom (15 KB at 555.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.pom
Downloading: https://repo.maven.apache.org/maven2/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.pom (3 KB at 101.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.pom
Downloaded: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.pom (5 KB at 10.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-parent/1.1.2/logback-parent-1.1.2.pom
Downloaded: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-parent/1.1.2/logback-parent-1.1.2.pom (15 KB at 40.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.pom
Downloaded: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.pom (12 KB at 44.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.6/nexus-staging-maven-plugin-1.6.6.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/maven/nexus-common/1.6.6/nexus-common-1.6.6.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/14.0.1/guava-14.0.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/nexus-client-core/2.9.1-02/nexus-client-core-2.9.1-02.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.9.1-02/nexus-restlet1x-model-2.9.1-02.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/intellij/annotations/9.0.4/annotations-9.0.4.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.jar
Downloading: https://oss.sonatype.org/content/groups/public/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar
Downloaded: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar (29 KB at 30.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar
Downloading: https://oss.sonatype.org/content/groups/public/joda-time/joda-time/2.2/joda-time-2.2.jar
Downloading: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.jar
Downloading: https://oss.sonatype.org/content/groups/public/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/14.0.1/guava-14.0.1.jar (2138 KB at 1421.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.jar (520 KB at 305.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.jar
Downloaded: https://oss.sonatype.org/content/groups/public/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.jar
Downloaded:5https://oss.sonatype.org/content/groups/public/joda-time/joda-time/2.2/joda-time-2.2.jar (561 KB at 282.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.jar
Downloading:4https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.jar (36 KB at 16.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.jar
Downloaded:3https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.jar (31 KB at 12.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar (893 KB at 348.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.6/commons-codec-1.6.jar
Downloading:2https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.jar (17 KB at 6.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.jar
Downloading: https://oss.sonatype.org/content/groups/public/javax/inject/javax.inject/1/javax.inject-1.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.jar (27 KB at 9.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.jar (194 KB at 70.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar
Downloaded: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.jar (17 KB at 5.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.jar
Downloading: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.jar
Downloaded: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.jar (265 KB at 66.3 KB/sec)
Downloaded: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.jar (418 KB at 95.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.6/nexus-staging-maven-plugin-1.6.6.jar
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/nexus/maven/nexus-common/1.6.6/nexus-common-1.6.6.jar
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/nexus/nexus-client-core/2.9.1-02/nexus-client-core-2.9.1-02.jar
Downloaded:1https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar (14 KB at 383.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.9.1-02/nexus-restlet1x-model-2.9.1-02.jar
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar (28 KB at 751.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.jar
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/nexus/maven/nexus-common/1.6.6/nexus-common-1.6.6.jar (16 KB at 410.4 KB/sec)
Downloading:9https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar
Downloaded:1https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/intellij/annotations/9.0.4/annotations-9.0.4.jar
Downloaded: https://repo.maven.apache.org/maven2/com/intellij/annotations/9.0.4/annotations-9.0.4.jar (10 KB at 118.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/nexus/nexus-client-core/2.9.1-02/nexus-client-core-2.9.1-02.jar (206 KB at 2392.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.6/nexus-staging-maven-plugin-1.6.6.jar (243 KB at 2668.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar
Downloaded:0https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.jar
Downloaded:0https://repo.maven.apache.org/maven2/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.9.1-02/nexus-restlet1x-model-2.9.1-02.jar (157 KB at 1506.2 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.jar (160 KB at 1535.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.jar
Downloading: https://repo.maven.apache.org/maven2/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.jar
Downloaded: https://repo.maven.apache.org/maven2/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar (8 KB at 66.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar
Downloaded:5https://repo.maven.apache.org/maven2/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar (25 KB at 221.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.jar
Downloaded:1https://repo.maven.apache.org/maven2/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.jar
Downloaded:1https://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.jar (20 KB at 155.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.jar
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.jar (11 KB at 82.4 KB/sec)
Downloading:5https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar
Downloaded: https://repo.maven.apache.org/maven2/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.jar (16 KB at 105.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.jar
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.jar (7 KB at 40.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar
Downloaded: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar
Downloaded: https://repo.maven.apache.org/maven2/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.jar (128 KB at 784.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar
Downloaded: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.jar
Downloaded:3https://repo.maven.apache.org/maven2/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar (119 KB at 507.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.jar
Downloaded:4https://repo.maven.apache.org/maven2/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.jar (457 KB at 1908.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar
Downloaded:3https://repo.maven.apache.org/maven2/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.jar (27 KB at 110.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar
Downloaded:4https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar
Downloaded:4https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar (0 B at 0.0 KB/sec)
Downloaded:4https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar (276 KB at 1032.4 KB/sec)
Downloaded:9https://repo.maven.apache.org/maven2/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.jar (49 KB at 179.4 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar (577 KB at 1961.5 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar (227 KB at 737.4 KB/sec)
[INFO] Inspecting build with total of 1 modules...
[INFO] Not installing Nexus Staging features:
[INFO]  * Preexisting staging related goal bindings found in 1 modules.
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building jcabi-github 0.33
[INFO] ------------------------------------------------------------------------
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-source-plugin/2.3/maven-source-plugin-2.3.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-source-plugin/2.3/maven-source-plugin-2.3.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-source-plugin/2.3/maven-source-plugin-2.3.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/24/maven-parent-24.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/24/maven-parent-24.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/24/maven-parent-24.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/apache/14/apache-14.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/14/apache-14.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/14/apache-14.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-source-plugin/2.3/maven-source-plugin-2.3.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-source-plugin/2.3/maven-source-plugin-2.3.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-source-plugin/2.3/maven-source-plugin-2.3.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-failsafe-plugin/2.17/maven-failsafe-plugin-2.17.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.17/maven-failsafe-plugin-2.17.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.17/maven-failsafe-plugin-2.17.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire/2.17/surefire-2.17.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.17/surefire-2.17.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.17/surefire-2.17.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/23/maven-parent-23.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-failsafe-plugin/2.17/maven-failsafe-plugin-2.17.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.17/maven-failsafe-plugin-2.17.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.17/maven-failsafe-plugin-2.17.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-plugin/0.13.2/jcabi-maven-plugin-0.13.2.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-plugin/0.13.2/jcabi-maven-plugin-0.13.2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi/1.15/jcabi-1.15.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi/1.15/jcabi-1.15.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/parent/0.29/parent-0.29.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/parent/0.29/parent-0.29.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-plugin/0.13.2/jcabi-maven-plugin-0.13.2.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-plugin/0.13.2/jcabi-maven-plugin-0.13.2.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-invoker-plugin/1.9/maven-invoker-plugin-1.9.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-invoker-plugin/1.9/maven-invoker-plugin-1.9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-invoker-plugin/1.9/maven-invoker-plugin-1.9.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-invoker-plugin/1.9/maven-invoker-plugin-1.9.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-invoker-plugin/1.9/maven-invoker-plugin-1.9.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-invoker-plugin/1.9/maven-invoker-plugin-1.9.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/buildnumber-maven-plugin/1.3/buildnumber-maven-plugin-1.3.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/buildnumber-maven-plugin/1.3/buildnumber-maven-plugin-1.3.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/mojo-parent/33/mojo-parent-33.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/mojo-parent/33/mojo-parent-33.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/buildnumber-maven-plugin/1.3/buildnumber-maven-plugin-1.3.jar
Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/buildnumber-maven-plugin/1.3/buildnumber-maven-plugin-1.3.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/22/maven-parent-22.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/22/maven-parent-22.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/22/maven-parent-22.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/apache/11/apache-11.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/11/apache-11.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/11/apache-11.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-compiler-plugin/3.3/maven-compiler-plugin-3.3.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.3/maven-compiler-plugin-3.3.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.3/maven-compiler-plugin-3.3.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/26/maven-parent-26.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/26/maven-parent-26.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/26/maven-parent-26.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/apache/16/apache-16.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-compiler-plugin/3.3/maven-compiler-plugin-3.3.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.3/maven-compiler-plugin-3.3.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.3/maven-compiler-plugin-3.3.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-surefire-plugin/2.18.1/maven-surefire-plugin-2.18.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.18.1/maven-surefire-plugin-2.18.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.18.1/maven-surefire-plugin-2.18.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire/2.18.1/surefire-2.18.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.18.1/surefire-2.18.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.18.1/surefire-2.18.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-surefire-plugin/2.18.1/maven-surefire-plugin-2.18.1.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.18.1/maven-surefire-plugin-2.18.1.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.18.1/maven-surefire-plugin-2.18.1.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-jar-plugin/2.5/maven-jar-plugin-2.5.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.5/maven-jar-plugin-2.5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.5/maven-jar-plugin-2.5.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-jar-plugin/2.5/maven-jar-plugin-2.5.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.5/maven-jar-plugin-2.5.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.5/maven-jar-plugin-2.5.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-javadoc-plugin/2.9.1/maven-javadoc-plugin-2.9.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/2.9.1/maven-javadoc-plugin-2.9.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/2.9.1/maven-javadoc-plugin-2.9.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-javadoc-plugin/2.9.1/maven-javadoc-plugin-2.9.1.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/2.9.1/maven-javadoc-plugin-2.9.1.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/2.9.1/maven-javadoc-plugin-2.9.1.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-assembly-plugin/2.4.1/maven-assembly-plugin-2.4.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/2.4.1/maven-assembly-plugin-2.4.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/2.4.1/maven-assembly-plugin-2.4.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-assembly-plugin/2.4.1/maven-assembly-plugin-2.4.1.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/2.4.1/maven-assembly-plugin-2.4.1.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/2.4.1/maven-assembly-plugin-2.4.1.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-maven-plugin/0.13/qulice-maven-plugin-0.13.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-maven-plugin/0.13/qulice-maven-plugin-0.13.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice/0.13/qulice-0.13.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/qulice/qulice/0.13/qulice-0.13.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/parent/0.33/parent-0.33.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/parent/0.33/parent-0.33.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-maven-plugin/0.13/qulice-maven-plugin-0.13.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-maven-plugin/0.13/qulice-maven-plugin-0.13.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.pom (6 KB at 233.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.jar (47 KB at 1127.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-install-plugin/2.5.1/maven-install-plugin-2.5.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.5.1/maven-install-plugin-2.5.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.5.1/maven-install-plugin-2.5.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-install-plugin/2.5.1/maven-install-plugin-2.5.1.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.5.1/maven-install-plugin-2.5.1.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.5.1/maven-install-plugin-2.5.1.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-deploy-plugin/2.8.1/maven-deploy-plugin-2.8.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.8.1/maven-deploy-plugin-2.8.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.8.1/maven-deploy-plugin-2.8.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-deploy-plugin/2.8.1/maven-deploy-plugin-2.8.1.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.8.1/maven-deploy-plugin-2.8.1.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.8.1/maven-deploy-plugin-2.8.1.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-aspects/0.22.5/jcabi-aspects-0.22.5.pom
Downloaded: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-aspects/0.22.5/jcabi-aspects-0.22.5.pom (11 KB at 420.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.21/jcabi-1.21.pom
Downloaded: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.21/jcabi-1.21.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.39/parent-0.39.pom
Downloaded: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.39/parent-0.39.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.17/jcabi-log-0.17.pom
Downloaded: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.17/jcabi-log-0.17.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.18/jcabi-1.18.pom
Downloaded: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.18/jcabi-1.18.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.8.7/aspectjrt-1.8.7.pom
Downloaded: https://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.8.7/aspectjrt-1.8.7.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-immutable/1.4/jcabi-immutable-1.4.pom
Downloaded: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-immutable/1.4/jcabi-immutable-1.4.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.16/jcabi-1.16.pom
Downloaded: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.16/jcabi-1.16.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.31/parent-0.31.pom
Downloaded: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.31/parent-0.31.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-aspects/0.22/jcabi-aspects-0.22.pom
Downloaded: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-aspects/0.22/jcabi-aspects-0.22.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.17/jcabi-1.17.pom
Downloaded: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.17/jcabi-1.17.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.32.1/parent-0.32.1.pom
Downloaded: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.32.1/parent-0.32.1.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-xml/0.18.1/jcabi-xml-0.18.1.pom
Downloaded: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-xml/0.18.1/jcabi-xml-0.18.1.pom (12 KB at 445.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-http/1.16/jcabi-http-1.16.pom
Downloaded: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-http/1.16/jcabi-http-1.16.pom (13 KB at 506.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-manifests/1.1/jcabi-manifests-1.1.pom
Downloaded: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-manifests/1.1/jcabi-manifests-1.1.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/jcabi/incubator/xembly/0.22/xembly-0.22.pom
Downloaded: https://repo.maven.apache.org/maven2/com/jcabi/incubator/xembly/0.22/xembly-0.22.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/antlr/antlr-master/3.5.2/antlr-master-3.5.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/antlr/antlr-master/3.5.2/antlr-master-3.5.2.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.17.2/jcabi-log-0.17.2.pom
Downloaded: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.17.2/jcabi-log-0.17.2.pom (7 KB at 280.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/37/commons-parent-37.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/37/commons-parent-37.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.pom
Downloaded: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
Downloaded: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
Downloaded: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom
Downloaded: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/9/commons-parent-9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/9/commons-parent-9.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.10/commons-codec-1.10.pom
Downloaded: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.10/commons-codec-1.10.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/35/commons-parent-35.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/35/commons-parent-35.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/15/apache-15.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/15/apache-15.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/google/guava/guava/19.0-rc2/guava-19.0-rc2.pom
Downloaded: https://repo.maven.apache.org/maven2/com/google/guava/guava/19.0-rc2/guava-19.0-rc2.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/19.0-rc2/guava-parent-19.0-rc2.pom
Downloaded: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/19.0-rc2/guava-parent-19.0-rc2.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/reflections/reflections/0.9.10/reflections-0.9.10.pom
Downloaded: https://repo.maven.apache.org/maven2/org/reflections/reflections/0.9.10/reflections-0.9.10.pom (9 KB at 387.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/javassist/javassist/3.19.0-GA/javassist-3.19.0-GA.pom
Downloaded: https://repo.maven.apache.org/maven2/org/javassist/javassist/3.19.0-GA/javassist-3.19.0-GA.pom (10 KB at 425.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/google/code/findbugs/annotations/2.0.1/annotations-2.0.1.pom
Downloaded: https://repo.maven.apache.org/maven2/com/google/code/findbugs/annotations/2.0.1/annotations-2.0.1.pom (764 B at 32.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/projectlombok/lombok/1.16.6/lombok-1.16.6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/projectlombok/lombok/1.16.6/lombok-1.16.6.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/javax/json/javax.json-api/1.0/javax.json-api-1.0.pom
Downloaded: https://repo.maven.apache.org/maven2/javax/json/javax.json-api/1.0/javax.json-api-1.0.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/glassfish/json/1.0/json-1.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/glassfish/json/1.0/json-1.0.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/3/jvnet-parent-3.pom
Downloaded: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/3/jvnet-parent-3.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/glassfish/javax.json/1.0.4/javax.json-1.0.4.pom
Downloaded: https://repo.maven.apache.org/maven2/org/glassfish/javax.json/1.0.4/javax.json-1.0.4.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/glassfish/json/1.0.4/json-1.0.4.pom
Downloaded: https://repo.maven.apache.org/maven2/org/glassfish/json/1.0.4/json-1.0.4.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/javax/servlet/servlet-api/3.0-alpha-1/servlet-api-3.0-alpha-1.pom
Downloaded: https://repo.maven.apache.org/maven2/javax/servlet/servlet-api/3.0-alpha-1/servlet-api-3.0-alpha-1.pom (5 KB at 183.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/glassfish/api/api/1/api-1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/glassfish/api/api/1/api-1.pom (6 KB at 219.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/glassfish/pom/2/pom-2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/glassfish/pom/2/pom-2.pom (9 KB at 383.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/glassfish/jersey/core/jersey-server/2.17/jersey-server-2.17.pom
Downloaded: https://repo.maven.apache.org/maven2/org/glassfish/jersey/core/jersey-server/2.17/jersey-server-2.17.pom (11 KB at 406.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/glassfish/jersey/project/2.17/project-2.17.pom
Downloaded: https://repo.maven.apache.org/maven2/org/glassfish/jersey/project/2.17/project-2.17.pom (69 KB at 1901.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/4/jvnet-parent-4.pom
Downloaded: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/4/jvnet-parent-4.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-bom/2.4.0-b10/hk2-bom-2.4.0-b10.pom
Downloaded: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-bom/2.4.0-b10/hk2-bom-2.4.0-b10.pom (19 KB at 745.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/5/jvnet-parent-5.pom
Downloaded: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/5/jvnet-parent-5.pom (9 KB at 393.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/glassfish/jersey/core/jersey-common/2.17/jersey-common-2.17.pom
Downloaded: https://repo.maven.apache.org/maven2/org/glassfish/jersey/core/jersey-common/2.17/jersey-common-2.17.pom (10 KB at 409.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/javax/ws/rs/javax.ws.rs-api/2.0.1/javax.ws.rs-api-2.0.1.pom
Downloaded: https://repo.maven.apache.org/maven2/javax/ws/rs/javax.ws.rs-api/2.0.1/javax.ws.rs-api-2.0.1.pom (21 KB at 836.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom
Downloaded: https://repo.maven.apache.org/maven2/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/glassfish/jersey/bundles/repackaged/jersey-guava/2.17/jersey-guava-2.17.pom
Downloaded: https://repo.maven.apache.org/maven2/org/glassfish/jersey/bundles/repackaged/jersey-guava/2.17/jersey-guava-2.17.pom (13 KB at 493.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/glassfish/jersey/bundles/repackaged/project/2.17/project-2.17.pom
Downloaded: https://repo.maven.apache.org/maven2/org/glassfish/jersey/bundles/repackaged/project/2.17/project-2.17.pom (3 KB at 118.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/glassfish/jersey/bundles/project/2.17/project-2.17.pom
Downloaded: https://repo.maven.apache.org/maven2/org/glassfish/jersey/bundles/project/2.17/project-2.17.pom (4 KB at 138.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-api/2.4.0-b10/hk2-api-2.4.0-b10.pom
Downloaded: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-api/2.4.0-b10/hk2-api-2.4.0-b10.pom (5 KB at 192.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-parent/2.4.0-b10/hk2-parent-2.4.0-b10.pom
Downloaded: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-parent/2.4.0-b10/hk2-parent-2.4.0-b10.pom (42 KB at 1437.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-utils/2.4.0-b10/hk2-utils-2.4.0-b10.pom
Downloaded: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-utils/2.4.0-b10/hk2-utils-2.4.0-b10.pom (6 KB at 239.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/glassfish/hk2/external/aopalliance-repackaged/2.4.0-b10/aopalliance-repackaged-2.4.0-b10.pom
Downloaded: https://repo.maven.apache.org/maven2/org/glassfish/hk2/external/aopalliance-repackaged/2.4.0-b10/aopalliance-repackaged-2.4.0-b10.pom (7 KB at 300.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/glassfish/hk2/external/2.4.0-b10/external-2.4.0-b10.pom
Downloaded: https://repo.maven.apache.org/maven2/org/glassfish/hk2/external/2.4.0-b10/external-2.4.0-b10.pom (3 KB at 135.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/glassfish/hk2/external/javax.inject/2.4.0-b10/javax.inject-2.4.0-b10.pom
Downloaded: https://repo.maven.apache.org/maven2/org/glassfish/hk2/external/javax.inject/2.4.0-b10/javax.inject-2.4.0-b10.pom (7 KB at 275.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-locator/2.4.0-b10/hk2-locator-2.4.0-b10.pom
Downloaded: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-locator/2.4.0-b10/hk2-locator-2.4.0-b10.pom (6 KB at 235.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/javassist/javassist/3.18.1-GA/javassist-3.18.1-GA.pom
Downloaded: https://repo.maven.apache.org/maven2/org/javassist/javassist/3.18.1-GA/javassist-3.18.1-GA.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/glassfish/hk2/osgi-resource-locator/1.0.1/osgi-resource-locator-1.0.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/glassfish/hk2/osgi-resource-locator/1.0.1/osgi-resource-locator-1.0.1.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/glassfish/pom/8/pom-8.pom
Downloaded: https://repo.maven.apache.org/maven2/org/glassfish/pom/8/pom-8.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/glassfish/jersey/core/jersey-client/2.17/jersey-client-2.17.pom
Downloaded: https://repo.maven.apache.org/maven2/org/glassfish/jersey/core/jersey-client/2.17/jersey-client-2.17.pom (6 KB at 246.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/glassfish/jersey/media/jersey-media-jaxb/2.17/jersey-media-jaxb-2.17.pom
Downloaded: https://repo.maven.apache.org/maven2/org/glassfish/jersey/media/jersey-media-jaxb/2.17/jersey-media-jaxb-2.17.pom (7 KB at 273.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/glassfish/jersey/media/project/2.17/project-2.17.pom
Downloaded: https://repo.maven.apache.org/maven2/org/glassfish/jersey/media/project/2.17/project-2.17.pom (3 KB at 133.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.4.6/httpcomponents-core-4.4.6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.4.6/httpcomponents-core-4.4.6.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.5.3/httpcomponents-client-4.5.3.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.5.3/httpcomponents-client-4.5.3.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
Downloaded: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/34/commons-parent-34.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/34/commons-parent-34.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.pom
Downloaded: https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.pom (4 KB at 138.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.pom
Downloaded: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-servlet-webserver/1.9.64/grizzly-servlet-webserver-1.9.64.pom
Downloaded: https://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-servlet-webserver/1.9.64/grizzly-servlet-webserver-1.9.64.pom (7 KB at 282.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-project/1.9.64/grizzly-project-1.9.64.pom
Downloaded: https://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-project/1.9.64/grizzly-project-1.9.64.pom (22 KB at 750.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-http/1.9.64/grizzly-http-1.9.64.pom
Downloaded: https://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-http/1.9.64/grizzly-http-1.9.64.pom (5 KB at 205.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-framework/1.9.64/grizzly-framework-1.9.64.pom
Downloaded: https://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-framework/1.9.64/grizzly-framework-1.9.64.pom (6 KB at 208.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-utils/1.9.64/grizzly-utils-1.9.64.pom
Downloaded: https://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-utils/1.9.64/grizzly-utils-1.9.64.pom (7 KB at 287.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-lzma/1.9.64/grizzly-lzma-1.9.64.pom
Downloaded: https://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-lzma/1.9.64/grizzly-lzma-1.9.64.pom (5 KB at 176.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-extra/1.9.64/grizzly-extra-1.9.64.pom
Downloaded: https://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-extra/1.9.64/grizzly-extra-1.9.64.pom (3 KB at 131.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-rcm/1.9.64/grizzly-rcm-1.9.64.pom
Downloaded: https://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-rcm/1.9.64/grizzly-rcm-1.9.64.pom (5 KB at 189.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-portunif/1.9.64/grizzly-portunif-1.9.64.pom
Downloaded: https://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-portunif/1.9.64/grizzly-portunif-1.9.64.pom (4 KB at 117.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-http-servlet/1.9.64/grizzly-http-servlet-1.9.64.pom
Downloaded: https://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-http-servlet/1.9.64/grizzly-http-servlet-1.9.64.pom (6 KB at 242.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.54/jsch-0.1.54.pom
Downloaded: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.54/jsch-0.1.54.pom (4 KB at 137.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/6/oss-parent-6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/6/oss-parent-6.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator/5.2.1.Final/hibernate-validator-5.2.1.Final.pom
Downloaded: https://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator/5.2.1.Final/hibernate-validator-5.2.1.Final.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator-parent/5.2.1.Final/hibernate-validator-parent-5.2.1.Final.pom
Downloaded: https://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator-parent/5.2.1.Final/hibernate-validator-parent-5.2.1.Final.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/jboss/arquillian/arquillian-bom/1.0.2.Final/arquillian-bom-1.0.2.Final.pom
Downloaded: https://repo.maven.apache.org/maven2/org/jboss/arquillian/arquillian-bom/1.0.2.Final/arquillian-bom-1.0.2.Final.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/jboss/shrinkwrap/shrinkwrap-bom/1.0.1/shrinkwrap-bom-1.0.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/jboss/shrinkwrap/shrinkwrap-bom/1.0.1/shrinkwrap-bom-1.0.1.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/1.0.0-beta-7/shrinkwrap-resolver-bom-1.0.0-beta-7.pom
Downloaded: https://repo.maven.apache.org/maven2/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/1.0.0-beta-7/shrinkwrap-resolver-bom-1.0.0-beta-7.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-bom/2.0.0-alpha-3/shrinkwrap-descriptors-bom-2.0.0-alpha-3.pom
Downloaded: https://repo.maven.apache.org/maven2/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-bom/2.0.0-alpha-3/shrinkwrap-descriptors-bom-2.0.0-alpha-3.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging/3.2.1.Final/jboss-logging-3.2.1.Final.pom
Downloaded: https://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging/3.2.1.Final/jboss-logging-3.2.1.Final.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/jboss/jboss-parent/15/jboss-parent-15.pom
Downloaded: https://repo.maven.apache.org/maven2/org/jboss/jboss-parent/15/jboss-parent-15.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/classmate/1.1.0/classmate-1.1.0.pom
Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/classmate/1.1.0/classmate-1.1.0.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/javax/el/javax.el-api/3.0.1-b04/javax.el-api-3.0.1-b04.pom
Downloaded: https://repo.maven.apache.org/maven2/javax/el/javax.el-api/3.0.1-b04/javax.el-api-3.0.1-b04.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.pom
Downloaded: https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/2.0.31-beta/mockito-core-2.0.31-beta.pom
Downloaded: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/2.0.31-beta/mockito-core-2.0.31-beta.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/0.6.14/byte-buddy-0.6.14.pom
Downloaded: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/0.6.14/byte-buddy-0.6.14.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-parent/0.6.14/byte-buddy-parent-0.6.14.pom
Downloaded: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-parent/0.6.14/byte-buddy-parent-0.6.14.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/2.1/objenesis-2.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/2.1/objenesis-2.1.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/objenesis/objenesis-parent/2.1/objenesis-parent-2.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/objenesis/objenesis-parent/2.1/objenesis-parent-2.1.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.7.12/slf4j-log4j12-1.7.12.pom
Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.7.12/slf4j-log4j12-1.7.12.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.12/slf4j-parent-1.7.12.pom
Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.12/slf4j-parent-1.7.12.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.12/slf4j-api-1.7.12.pom
Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.12/slf4j-api-1.7.12.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-aspects/0.22.5/jcabi-aspects-0.22.5.jar
Downloading: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-immutable/1.4/jcabi-immutable-1.4.jar
Downloading: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-xml/0.18.1/jcabi-xml-0.18.1.jar
Downloading: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-http/1.16/jcabi-http-1.16.jar
Downloading: https://repo.maven.apache.org/maven2/com/jcabi/incubator/xembly/0.22/xembly-0.22.jar
Downloaded: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-immutable/1.4/jcabi-immutable-1.4.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.jar
Downloaded: https://repo.maven.apache.org/maven2/com/jcabi/incubator/xembly/0.22/xembly-0.22.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-manifests/1.1/jcabi-manifests-1.1.jar
Downloaded: https://repo.maven.apache.org/maven2/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-manifests/1.1/jcabi-manifests-1.1.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.17.2/jcabi-log-0.17.2.jar
Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar
Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar
Downloaded: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-xml/0.18.1/jcabi-xml-0.18.1.jar (40 KB at 929.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.jar
Downloaded: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-aspects/0.22.5/jcabi-aspects-0.22.5.jar (83 KB at 1785.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar
Downloaded: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-http/1.16/jcabi-http-1.16.jar (105 KB at 2215.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.10/commons-codec-1.10.jar
Downloaded: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/google/guava/guava/19.0-rc2/guava-19.0-rc2.jar
Downloaded: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/reflections/reflections/0.9.10/reflections-0.9.10.jar
Downloaded: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/javassist/javassist/3.19.0-GA/javassist-3.19.0-GA.jar
Downloaded: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.17.2/jcabi-log-0.17.2.jar (56 KB at 965.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/google/code/findbugs/annotations/2.0.1/annotations-2.0.1.jar
Downloaded: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.10/commons-codec-1.10.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/projectlombok/lombok/1.16.6/lombok-1.16.6.jar
Downloaded: https://repo.maven.apache.org/maven2/org/projectlombok/lombok/1.16.6/lombok-1.16.6.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.8.7/aspectjrt-1.8.7.jar
Downloaded: https://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.8.7/aspectjrt-1.8.7.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar
Downloaded: https://repo.maven.apache.org/maven2/com/google/guava/guava/19.0-rc2/guava-19.0-rc2.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/javax/json/javax.json-api/1.0/javax.json-api-1.0.jar
Downloaded: https://repo.maven.apache.org/maven2/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/glassfish/javax.json/1.0.4/javax.json-1.0.4.jar
Downloaded: https://repo.maven.apache.org/maven2/com/google/code/findbugs/annotations/2.0.1/annotations-2.0.1.jar (73 KB at 706.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/javax/servlet/servlet-api/3.0-alpha-1/servlet-api-3.0-alpha-1.jar
Downloaded: https://repo.maven.apache.org/maven2/javax/json/javax.json-api/1.0/javax.json-api-1.0.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/glassfish/jersey/core/jersey-server/2.17/jersey-server-2.17.jar
Downloaded: https://repo.maven.apache.org/maven2/org/reflections/reflections/0.9.10/reflections-0.9.10.jar (127 KB at 1206.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/glassfish/jersey/core/jersey-common/2.17/jersey-common-2.17.jar
Downloaded: https://repo.maven.apache.org/maven2/org/glassfish/javax.json/1.0.4/javax.json-1.0.4.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/glassfish/jersey/bundles/repackaged/jersey-guava/2.17/jersey-guava-2.17.jar
Downloaded:1https://repo.maven.apache.org/maven2/javax/servlet/servlet-api/3.0-alpha-1/servlet-api-3.0-alpha-1.jar (170 KB at 840.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/glassfish/hk2/osgi-resource-locator/1.0.1/osgi-resource-locator-1.0.1.jar
Downloaded: https://repo.maven.apache.org/maven2/org/glassfish/hk2/osgi-resource-locator/1.0.1/osgi-resource-locator-1.0.1.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/glassfish/jersey/core/jersey-client/2.17/jersey-client-2.17.jar
Downloaded: https://repo.maven.apache.org/maven2/org/javassist/javassist/3.19.0-GA/javassist-3.19.0-GA.jar (732 KB at 2447.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/javax/ws/rs/javax.ws.rs-api/2.0.1/javax.ws.rs-api-2.0.1.jar
Downloaded: https://repo.maven.apache.org/maven2/org/glassfish/jersey/core/jersey-client/2.17/jersey-client-2.17.jar (153 KB at 493.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/glassfish/jersey/media/jersey-media-jaxb/2.17/jersey-media-jaxb-2.17.jar
Downloaded: https://repo.maven.apache.org/maven2/org/glassfish/jersey/core/jersey-common/2.17/jersey-common-2.17.jar (662 KB at 1899.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar
Downloaded: https://repo.maven.apache.org/maven2/javax/ws/rs/javax.ws.rs-api/2.0.1/javax.ws.rs-api-2.0.1.jar (113 KB at 316.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-api/2.4.0-b10/hk2-api-2.4.0-b10.jar
Downloaded: https://repo.maven.apache.org/maven2/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-utils/2.4.0-b10/hk2-utils-2.4.0-b10.jar
Downloaded: https://repo.maven.apache.org/maven2/org/glassfish/jersey/media/jersey-media-jaxb/2.17/jersey-media-jaxb-2.17.jar (70 KB at 192.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/glassfish/hk2/external/aopalliance-repackaged/2.4.0-b10/aopalliance-repackaged-2.4.0-b10.jar
Downloaded: https://repo.maven.apache.org/maven2/org/glassfish/hk2/external/aopalliance-repackaged/2.4.0-b10/aopalliance-repackaged-2.4.0-b10.jar (15 KB at 36.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/glassfish/hk2/external/javax.inject/2.4.0-b10/javax.inject-2.4.0-b10.jar
Downloaded: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-utils/2.4.0-b10/hk2-utils-2.4.0-b10.jar (94 KB at 222.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-locator/2.4.0-b10/hk2-locator-2.4.0-b10.jar
Downloaded: https://repo.maven.apache.org/maven2/org/glassfish/hk2/external/javax.inject/2.4.0-b10/javax.inject-2.4.0-b10.jar (6 KB at 13.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.jar
Downloaded: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-api/2.4.0-b10/hk2-api-2.4.0-b10.jar (179 KB at 415.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
Downloaded: https://repo.maven.apache.org/maven2/org/glassfish/jersey/bundles/repackaged/jersey-guava/2.17/jersey-guava-2.17.jar (942 KB at 2155.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.jar
Downloaded: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.jar
Downloaded: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-servlet-webserver/1.9.64/grizzly-servlet-webserver-1.9.64.jar
Downloaded: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-locator/2.4.0-b10/hk2-locator-2.4.0-b10.jar (168 KB at 334.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-http/1.9.64/grizzly-http-1.9.64.jar
Downloaded: https://repo.maven.apache.org/maven2/org/glassfish/jersey/core/jersey-server/2.17/jersey-server-2.17.jar (906 KB at 1522.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-framework/1.9.64/grizzly-framework-1.9.64.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.jar (731 KB at 1096.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-rcm/1.9.64/grizzly-rcm-1.9.64.jar
Downloaded: https://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-http/1.9.64/grizzly-http-1.9.64.jar (186 KB at 267.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-portunif/1.9.64/grizzly-portunif-1.9.64.jar
Downloaded: https://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-rcm/1.9.64/grizzly-rcm-1.9.64.jar (11 KB at 14.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-utils/1.9.64/grizzly-utils-1.9.64.jar
Downloaded:Bhttps://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-portunif/1.9.64/grizzly-portunif-1.9.64.jar (20 KB at 26.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-lzma/1.9.64/grizzly-lzma-1.9.64.jar
Downloaded:Bhttps://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-framework/1.9.64/grizzly-framework-1.9.64.jar (240 KB at 324.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-http-servlet/1.9.64/grizzly-http-servlet-1.9.64.jar
Downloaded:Bhttps://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-lzma/1.9.64/grizzly-lzma-1.9.64.jar (55 KB at 69.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar
Downloaded:1https://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-http-servlet/1.9.64/grizzly-http-servlet-1.9.64.jar (73 KB at 88.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator/5.2.1.Final/hibernate-validator-5.2.1.Final.jar
Downloaded: https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.jar (1336 KB at 1609.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging/3.2.1.Final/jboss-logging-3.2.1.Final.jar
Downloaded: https://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator/5.2.1.Final/hibernate-validator-5.2.1.Final.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/classmate/1.1.0/classmate-1.1.0.jar
Downloaded: https://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging/3.2.1.Final/jboss-logging-3.2.1.Final.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/javax/el/javax.el-api/3.0.1-b04/javax.el-api-3.0.1-b04.jar
Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/classmate/1.1.0/classmate-1.1.0.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.jar
Downloaded: https://repo.maven.apache.org/maven2/javax/el/javax.el-api/3.0.1-b04/javax.el-api-3.0.1-b04.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/2.0.31-beta/mockito-core-2.0.31-beta.jar
Downloaded: https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/0.6.14/byte-buddy-0.6.14.jar
Downloaded: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/2.0.31-beta/mockito-core-2.0.31-beta.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/2.1/objenesis-2.1.jar
Downloaded: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/0.6.14/byte-buddy-0.6.14.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.7.12/slf4j-log4j12-1.7.12.jar
Downloaded: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/2.1/objenesis-2.1.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.jar
Downloaded: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar (274 KB at 311.3 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.7.12/slf4j-log4j12-1.7.12.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-utils/1.9.64/grizzly-utils-1.9.64.jar (488 KB at 550.6 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/com/sun/grizzly/grizzly-servlet-webserver/1.9.64/grizzly-servlet-webserver-1.9.64.jar (1151 KB at 1282.6 KB/sec)
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jcabi-github ---
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/2.0.6/maven-2.0.6.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.6/maven-2.0.6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/5/maven-parent-5.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/5/maven-parent-5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/5/maven-parent-5.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/apache/3/apache-3.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/3/apache-3.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/3/apache-3.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar (0 B at 0.0 KB/sec)
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create (jcabi-build-number) @ jcabi-github ---
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/junit/junit/4.11/junit-4.11.pom
Downloaded: https://oss.sonatype.org/content/groups/public/junit/junit/4.11/junit-4.11.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
Downloading: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
Downloaded: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/commons-cli/commons-cli/1.0/commons-cli-1.0.pom
Downloading: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.pom
Downloaded: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/2.0.1/maven-plugin-api-2.0.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.1/maven-plugin-api-2.0.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.1/maven-plugin-api-2.0.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/2.0.1/maven-2.0.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.1/maven-2.0.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.1/maven-2.0.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/classworlds/classworlds/1.1/classworlds-1.1.pom
Downloading: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.pom
Downloaded: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-api/1.9/maven-scm-api-1.9.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-api/1.9/maven-scm-api-1.9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-api/1.9/maven-scm-api-1.9.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm/1.9/maven-scm-1.9.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm/1.9/maven-scm-1.9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm/1.9/maven-scm-1.9.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-manager-plexus/1.9/maven-scm-manager-plexus-1.9.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-manager-plexus/1.9/maven-scm-manager-plexus-1.9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-manager-plexus/1.9/maven-scm-manager-plexus-1.9.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-managers/1.9/maven-scm-managers-1.9.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-managers/1.9/maven-scm-managers-1.9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-managers/1.9/maven-scm-managers-1.9.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-bazaar/1.9/maven-scm-provider-bazaar-1.9.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-bazaar/1.9/maven-scm-provider-bazaar-1.9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-bazaar/1.9/maven-scm-provider-bazaar-1.9.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers/1.9/maven-scm-providers-1.9.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers/1.9/maven-scm-providers-1.9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers/1.9/maven-scm-providers-1.9.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/regexp/regexp/1.3/regexp-1.3.pom
Downloading: https://repo.maven.apache.org/maven2/regexp/regexp/1.3/regexp-1.3.pom
Downloaded: https://repo.maven.apache.org/maven2/regexp/regexp/1.3/regexp-1.3.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-svnexe/1.9/maven-scm-provider-svnexe-1.9.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svnexe/1.9/maven-scm-provider-svnexe-1.9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svnexe/1.9/maven-scm-provider-svnexe-1.9.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers-svn/1.9/maven-scm-providers-svn-1.9.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-svn/1.9/maven-scm-providers-svn-1.9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-svn/1.9/maven-scm-providers-svn-1.9.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-svn-commons/1.9/maven-scm-provider-svn-commons-1.9.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svn-commons/1.9/maven-scm-provider-svn-commons-1.9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svn-commons/1.9/maven-scm-provider-svn-commons-1.9.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-gitexe/1.9/maven-scm-provider-gitexe-1.9.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-gitexe/1.9/maven-scm-provider-gitexe-1.9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-gitexe/1.9/maven-scm-provider-gitexe-1.9.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers-git/1.9/maven-scm-providers-git-1.9.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-git/1.9/maven-scm-providers-git-1.9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-git/1.9/maven-scm-providers-git-1.9.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.2/commons-io-2.2.pom
Downloading: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.2/commons-io-2.2.pom
Downloaded: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.2/commons-io-2.2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/24/commons-parent-24.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/24/commons-parent-24.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/24/commons-parent-24.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-git-commons/1.9/maven-scm-provider-git-commons-1.9.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-git-commons/1.9/maven-scm-provider-git-commons-1.9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-git-commons/1.9/maven-scm-provider-git-commons-1.9.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-cvsexe/1.9/maven-scm-provider-cvsexe-1.9.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvsexe/1.9/maven-scm-provider-cvsexe-1.9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvsexe/1.9/maven-scm-provider-cvsexe-1.9.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers-cvs/1.9/maven-scm-providers-cvs-1.9.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-cvs/1.9/maven-scm-providers-cvs-1.9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-cvs/1.9/maven-scm-providers-cvs-1.9.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.9/maven-scm-provider-cvs-commons-1.9.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.9/maven-scm-provider-cvs-commons-1.9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.9/maven-scm-provider-cvs-commons-1.9.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-starteam/1.9/maven-scm-provider-starteam-1.9.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-starteam/1.9/maven-scm-provider-starteam-1.9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-starteam/1.9/maven-scm-provider-starteam-1.9.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-clearcase/1.9/maven-scm-provider-clearcase-1.9.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-clearcase/1.9/maven-scm-provider-clearcase-1.9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-clearcase/1.9/maven-scm-provider-clearcase-1.9.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-perforce/1.9/maven-scm-provider-perforce-1.9.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-perforce/1.9/maven-scm-provider-perforce-1.9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-perforce/1.9/maven-scm-provider-perforce-1.9.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-hg/1.9/maven-scm-provider-hg-1.9.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-hg/1.9/maven-scm-provider-hg-1.9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-hg/1.9/maven-scm-provider-hg-1.9.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/1.13/maven-scm-provider-svnjava-1.13.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/1.13/maven-scm-provider-svnjava-1.13.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/5/oss-parent-5.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-svn-commons/1.5/maven-scm-provider-svn-commons-1.5.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svn-commons/1.5/maven-scm-provider-svn-commons-1.5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svn-commons/1.5/maven-scm-provider-svn-commons-1.5.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers-svn/1.5/maven-scm-providers-svn-1.5.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-svn/1.5/maven-scm-providers-svn-1.5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-svn/1.5/maven-scm-providers-svn-1.5.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers/1.5/maven-scm-providers-1.5.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers/1.5/maven-scm-providers-1.5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers/1.5/maven-scm-providers-1.5.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm/1.5/maven-scm-1.5.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm/1.5/maven-scm-1.5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm/1.5/maven-scm-1.5.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/19/maven-parent-19.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/19/maven-parent-19.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/19/maven-parent-19.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-api/1.5/maven-scm-api-1.5.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-api/1.5/maven-scm-api-1.5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-api/1.5/maven-scm-api-1.5.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/net/java/dev/jna/jna/3.2.2/jna-3.2.2.pom
Downloading: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/3.2.2/jna-3.2.2.pom
Downloaded: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/3.2.2/jna-3.2.2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/tmatesoft/svnkit/svnkit/1.3.5/svnkit-1.3.5.pom
Downloading: https://repo.maven.apache.org/maven2/org/tmatesoft/svnkit/svnkit/1.3.5/svnkit-1.3.5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/tmatesoft/svnkit/svnkit/1.3.5/svnkit-1.3.5.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/tmatesoft/svnkit/trilead-ssh2/build213-svnkit-1.3-patch/trilead-ssh2-build213-svnkit-1.3-patch.pom
Downloading: https://repo.maven.apache.org/maven2/org/tmatesoft/svnkit/trilead-ssh2/build213-svnkit-1.3-patch/trilead-ssh2-build213-svnkit-1.3-patch.pom
Downloaded: https://repo.maven.apache.org/maven2/org/tmatesoft/svnkit/trilead-ssh2/build213-svnkit-1.3-patch/trilead-ssh2-build213-svnkit-1.3-patch.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/tmatesoft/sqljet/sqljet/1.0.4/sqljet-1.0.4.pom
Downloading: https://repo.maven.apache.org/maven2/org/tmatesoft/sqljet/sqljet/1.0.4/sqljet-1.0.4.pom
Downloaded: https://repo.maven.apache.org/maven2/org/tmatesoft/sqljet/sqljet/1.0.4/sqljet-1.0.4.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/antlr/antlr-runtime/3.1.3/antlr-runtime-3.1.3.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/antlr/antlr-runtime/3.1.3/antlr-runtime-3.1.3.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/antlr/antlr-master/3.1.3/antlr-master-3.1.3.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/antlr/antlr-master/3.1.3/antlr-master-3.1.3.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/antlr/stringtemplate/3.2/stringtemplate-3.2.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/antlr/stringtemplate/3.2/stringtemplate-3.2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/antlr/antlr/2.7.7/antlr-2.7.7.pom
Downloading: https://repo.maven.apache.org/maven2/antlr/antlr/2.7.7/antlr-2.7.7.pom
Downloaded: https://repo.maven.apache.org/maven2/antlr/antlr/2.7.7/antlr-2.7.7.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar
Downloading: https://oss.sonatype.org/content/groups/public/commons-cli/commons-cli/1.0/commons-cli-1.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar
Downloading: https://oss.sonatype.org/content/groups/public/classworlds/classworlds/1.1/classworlds-1.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-api/1.9/maven-scm-api-1.9.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-manager-plexus/1.9/maven-scm-manager-plexus-1.9.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-bazaar/1.9/maven-scm-provider-bazaar-1.9.jar
Downloading: https://oss.sonatype.org/content/groups/public/regexp/regexp/1.3/regexp-1.3.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-svnexe/1.9/maven-scm-provider-svnexe-1.9.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-gitexe/1.9/maven-scm-provider-gitexe-1.9.jar
Downloading: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.2/commons-io-2.2.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-git-commons/1.9/maven-scm-provider-git-commons-1.9.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-svn-commons/1.9/maven-scm-provider-svn-commons-1.9.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-cvsexe/1.9/maven-scm-provider-cvsexe-1.9.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.9/maven-scm-provider-cvs-commons-1.9.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-starteam/1.9/maven-scm-provider-starteam-1.9.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-clearcase/1.9/maven-scm-provider-clearcase-1.9.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-perforce/1.9/maven-scm-provider-perforce-1.9.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-hg/1.9/maven-scm-provider-hg-1.9.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/1.13/maven-scm-provider-svnjava-1.13.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/tmatesoft/svnkit/svnkit/1.3.5/svnkit-1.3.5.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/tmatesoft/svnkit/trilead-ssh2/build213-svnkit-1.3-patch/trilead-ssh2-build213-svnkit-1.3-patch.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/tmatesoft/sqljet/sqljet/1.0.4/sqljet-1.0.4.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/1.13/maven-scm-provider-svnjava-1.13.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/antlr/antlr-runtime/3.1.3/antlr-runtime-3.1.3.jar
Downloaded: https://oss.sonatype.org/content/groups/public/org/antlr/antlr-runtime/3.1.3/antlr-runtime-3.1.3.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/antlr/stringtemplate/3.2/stringtemplate-3.2.jar
Downloaded: https://oss.sonatype.org/content/groups/public/org/antlr/stringtemplate/3.2/stringtemplate-3.2.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/antlr/antlr/2.7.7/antlr-2.7.7.jar
Downloading: https://oss.sonatype.org/content/groups/public/net/java/dev/jna/jna/3.2.2/jna-3.2.2.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar
Downloading: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.jar
Downloaded: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-api/1.9/maven-scm-api-1.9.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-manager-plexus/1.9/maven-scm-manager-plexus-1.9.jar
Downloaded: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-bazaar/1.9/maven-scm-provider-bazaar-1.9.jar
Downloading: https://repo.maven.apache.org/maven2/regexp/regexp/1.3/regexp-1.3.jar
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svnexe/1.9/maven-scm-provider-svnexe-1.9.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-api/1.9/maven-scm-api-1.9.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-gitexe/1.9/maven-scm-provider-gitexe-1.9.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-manager-plexus/1.9/maven-scm-manager-plexus-1.9.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-bazaar/1.9/maven-scm-provider-bazaar-1.9.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-git-commons/1.9/maven-scm-provider-git-commons-1.9.jar
Downloading: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.2/commons-io-2.2.jar
Downloaded: https://repo.maven.apache.org/maven2/regexp/regexp/1.3/regexp-1.3.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svn-commons/1.9/maven-scm-provider-svn-commons-1.9.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svnexe/1.9/maven-scm-provider-svnexe-1.9.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvsexe/1.9/maven-scm-provider-cvsexe-1.9.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-gitexe/1.9/maven-scm-provider-gitexe-1.9.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.9/maven-scm-provider-cvs-commons-1.9.jar
Downloaded: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.2/commons-io-2.2.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-starteam/1.9/maven-scm-provider-starteam-1.9.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-git-commons/1.9/maven-scm-provider-git-commons-1.9.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svn-commons/1.9/maven-scm-provider-svn-commons-1.9.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-clearcase/1.9/maven-scm-provider-clearcase-1.9.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-perforce/1.9/maven-scm-provider-perforce-1.9.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvsexe/1.9/maven-scm-provider-cvsexe-1.9.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-hg/1.9/maven-scm-provider-hg-1.9.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.9/maven-scm-provider-cvs-commons-1.9.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-starteam/1.9/maven-scm-provider-starteam-1.9.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/tmatesoft/svnkit/svnkit/1.3.5/svnkit-1.3.5.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-clearcase/1.9/maven-scm-provider-clearcase-1.9.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-perforce/1.9/maven-scm-provider-perforce-1.9.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/tmatesoft/svnkit/trilead-ssh2/build213-svnkit-1.3-patch/trilead-ssh2-build213-svnkit-1.3-patch.jar
Downloading: https://repo.maven.apache.org/maven2/org/tmatesoft/sqljet/sqljet/1.0.4/sqljet-1.0.4.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-hg/1.9/maven-scm-provider-hg-1.9.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/antlr/antlr/2.7.7/antlr-2.7.7.jar
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/3.2.2/jna-3.2.2.jar
Downloaded: https://repo.maven.apache.org/maven2/org/tmatesoft/svnkit/trilead-ssh2/build213-svnkit-1.3-patch/trilead-ssh2-build213-svnkit-1.3-patch.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/antlr/antlr/2.7.7/antlr-2.7.7.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/tmatesoft/svnkit/svnkit/1.3.5/svnkit-1.3.5.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/tmatesoft/sqljet/sqljet/1.0.4/sqljet-1.0.4.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/3.2.2/jna-3.2.2.jar (0 B at 0.0 KB/sec)
[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd /home/r/repo && git rev-parse --verify --short=7 HEAD
[INFO] Working directory: /home/r/repo
[INFO] Storing buildNumber: 3d2665d at timestamp: 2017-09-21T08:24:30
[INFO] Storing buildScmBranch: __rultor
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (jcabi-build-number) @ jcabi-github ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jcabi-github ---
Downloading: https://oss.sonatype.org/content/groups/public/junit/junit/3.8.1/junit-3.8.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/junit/junit/3.8.1/junit-3.8.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/spice-parent/10/spice-parent-10.pom
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/10/spice-parent-10.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/10/spice-parent-10.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/3/forge-parent-3.pom
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/3/forge-parent-3.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/3/forge-parent-3.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/junit/junit/3.8.1/junit-3.8.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar
Downloaded: https://oss.sonatype.org/content/groups/public/junit/junit/3.8.1/junit-3.8.1.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar (0 B at 0.0 KB/sec)
[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.3:compile (default-compile) @ jcabi-github ---
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/11/maven-parent-11.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/11/maven-parent-11.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/11/maven-parent-11.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/apache/5/apache-5.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/5/apache-5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/5/apache-5.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom
Downloading: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom
Downloaded: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/commons-cli/commons-cli/1.2/commons-cli-1.2.pom
Downloading: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.pom
Downloaded: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-api/2.5/plexus-compiler-api-2.5.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.5/plexus-compiler-api-2.5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.5/plexus-compiler-api-2.5.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler/2.5/plexus-compiler-2.5.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.5/plexus-compiler-2.5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.5/plexus-compiler-2.5.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-manager/2.5/plexus-compiler-manager-2.5.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.5/plexus-compiler-manager-2.5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.5/plexus-compiler-manager-2.5.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-javac/2.5/plexus-compiler-javac-2.5.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.5/plexus-compiler-javac-2.5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.5/plexus-compiler-javac-2.5.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compilers/2.5/plexus-compilers-2.5.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.5/plexus-compilers-2.5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.5/plexus-compilers-2.5.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/xbean/xbean/3.4/xbean-3.4.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean/3.4/xbean-3.4.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean/3.4/xbean-3.4.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.12/log4j-1.2.12.pom
Downloaded: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.12/log4j-1.2.12.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom
Downloading: https://repo.maven.apache.org/maven2/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom
Downloaded: https://repo.maven.apache.org/maven2/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/google/collections/google-collections/1.0/google-collections-1.0.pom
Downloading: https://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.pom
Downloaded: https://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/google/google/1/google-1.pom
Downloading: https://repo.maven.apache.org/maven2/com/google/google/1/google-1.pom
Downloaded: https://repo.maven.apache.org/maven2/com/google/google/1/google-1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/junit/junit/3.8.2/junit-3.8.2.pom
Downloaded: https://oss.sonatype.org/content/groups/public/junit/junit/3.8.2/junit-3.8.2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar
Downloaded: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar
Downloaded: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar
Downloaded: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-api/2.5/plexus-compiler-api-2.5.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-manager/2.5/plexus-compiler-manager-2.5.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-javac/2.5/plexus-compiler-javac-2.5.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar
Downloading: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.12/log4j-1.2.12.jar
Downloading: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/google/collections/google-collections/1.0/google-collections-1.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/junit/junit/3.8.2/junit-3.8.2.jar
Downloaded: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.12/log4j-1.2.12.jar (0 B at 0.0 KB/sec)
Downloaded: https://oss.sonatype.org/content/groups/public/junit/junit/3.8.2/junit-3.8.2.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar
Downloaded: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.5/plexus-compiler-api-2.5.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.5/plexus-compiler-manager-2.5.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.5/plexus-compiler-javac-2.5.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.jar
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.5/plexus-compiler-api-2.5.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.5/plexus-compiler-manager-2.5.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.5/plexus-compiler-javac-2.5.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.jar
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.jar (0 B at 0.0 KB/sec)
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 241 source files to /home/r/repo/target/classes
[INFO]
[INFO] --- jcabi-maven-plugin:0.13.2:ajc (jcabi-ajc-compile) @ jcabi-github ---
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.14.3/jcabi-log-0.14.3.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.14.3/jcabi-log-0.14.3.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi/1.14/jcabi-1.14.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi/1.14/jcabi-1.14.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/parent/0.27.1/parent-0.27.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/parent/0.27.1/parent-0.27.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-aspects/0.18/jcabi-aspects-0.18.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-aspects/0.18/jcabi-aspects-0.18.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjrt/1.8.2/aspectjrt-1.8.2.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjrt/1.8.2/aspectjrt-1.8.2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-slf4j/0.9/jcabi-maven-slf4j-0.9.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-slf4j/0.9/jcabi-maven-slf4j-0.9.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/2.2.0/maven-2.2.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.2.0/maven-2.2.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.2.0/maven-2.2.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjtools/1.8.6/aspectjtools-1.8.6.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjtools/1.8.6/aspectjtools-1.8.6.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/hibernate/hibernate-validator/5.1.2.Final/hibernate-validator-5.1.2.Final.pom
Downloading: https://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator/5.1.2.Final/hibernate-validator-5.1.2.Final.pom
Downloaded: https://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator/5.1.2.Final/hibernate-validator-5.1.2.Final.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/hibernate/hibernate-validator-parent/5.1.2.Final/hibernate-validator-parent-5.1.2.Final.pom
Downloading: https://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator-parent/5.1.2.Final/hibernate-validator-parent-5.1.2.Final.pom
Downloaded: https://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator-parent/5.1.2.Final/hibernate-validator-parent-5.1.2.Final.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/jboss/logging/jboss-logging/3.1.3.GA/jboss-logging-3.1.3.GA.pom
Downloading: https://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging/3.1.3.GA/jboss-logging-3.1.3.GA.pom
Downloaded: https://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging/3.1.3.GA/jboss-logging-3.1.3.GA.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/jboss/jboss-parent/9/jboss-parent-9.pom
Downloading: https://repo.maven.apache.org/maven2/org/jboss/jboss-parent/9/jboss-parent-9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/jboss/jboss-parent/9/jboss-parent-9.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/fasterxml/classmate/1.0.0/classmate-1.0.0.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/fasterxml/classmate/1.0.0/classmate-1.0.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/3.0.5/maven-3.0.5.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0.5/maven-3.0.5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0.5/maven-3.0.5.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/33/commons-parent-33.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/33/commons-parent-33.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/33/commons-parent-33.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.14.3/jcabi-log-0.14.3.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-aspects/0.18/jcabi-aspects-0.18.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjrt/1.8.2/aspectjrt-1.8.2.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-slf4j/0.9/jcabi-maven-slf4j-0.9.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-slf4j/0.9/jcabi-maven-slf4j-0.9.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-aspects/0.18/jcabi-aspects-0.18.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.jar
Downloaded: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjrt/1.8.2/aspectjrt-1.8.2.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.14.3/jcabi-log-0.14.3.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjtools/1.8.6/aspectjtools-1.8.6.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/hibernate/hibernate-validator/5.1.2.Final/hibernate-validator-5.1.2.Final.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/jboss/logging/jboss-logging/3.1.3.GA/jboss-logging-3.1.3.GA.jar
Downloaded: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/fasterxml/classmate/1.0.0/classmate-1.0.0.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/fasterxml/classmate/1.0.0/classmate-1.0.0.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar
Downloaded: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjtools/1.8.6/aspectjtools-1.8.6.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.jar
Downloading: https://oss.sonatype.org/content/groups/public/junit/junit/4.11/junit-4.11.jar
Downloaded: https://oss.sonatype.org/content/groups/public/junit/junit/4.11/junit-4.11.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator/5.1.2.Final/hibernate-validator-5.1.2.Final.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging/3.1.3.GA/jboss-logging-3.1.3.GA.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.jar
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging/3.1.3.GA/jboss-logging-3.1.3.GA.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.jar
Downloaded: https://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator/5.1.2.Final/hibernate-validator-5.1.2.Final.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.jar
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.jar
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.jar
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.jar
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.jar
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.jar
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.jar (0 B at 0.0 KB/sec)
[INFO] jcabi-aspects 0.18/55a5c13 started new daemon thread jcabi-loggable for watching of @Loggable annotated methods
[INFO] Created temp dir /home/r/repo/target/jcabi-ajc
[INFO] jcabi-aspects 0.18/55a5c13 started new daemon thread jcabi-cacheable for automated cleaning of expired @Cacheable values

1130 warnings
[INFO] ajc result: 1476 file(s) processed, 0 pointcut(s) woven, 0 error(s), 0 warning(s)
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jcabi-github ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ jcabi-github ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 204 source files to /home/r/repo/target/test-classes
[INFO]
[INFO] --- jcabi-maven-plugin:0.13.2:ajc (jcabi-ajc-test-compile) @ jcabi-github ---
[INFO] Created temp dir /home/r/repo/target/jcabi-ajc-test

19 warnings
[INFO] ajc result: 226 file(s) processed, 0 pointcut(s) woven, 0 error(s), 0 warning(s)
[INFO]
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ jcabi-github ---
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/maven-surefire-common/2.18.1/maven-surefire-common-2.18.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.18.1/maven-surefire-common-2.18.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.18.1/maven-surefire-common-2.18.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools/3.3/maven-plugin-tools-3.3.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.3/maven-plugin-tools-3.3.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.3/maven-plugin-tools-3.3.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-api/2.18.1/surefire-api-2.18.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.18.1/surefire-api-2.18.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.18.1/surefire-api-2.18.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-booter/2.18.1/surefire-booter-2.18.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.18.1/surefire-booter-2.18.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.18.1/surefire-booter-2.18.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/16/maven-parent-16.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/16/maven-parent-16.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/16/maven-parent-16.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/maven-surefire-common/2.18.1/maven-surefire-common-2.18.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-booter/2.18.1/surefire-booter-2.18.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-api/2.18.1/surefire-api-2.18.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.18.1/maven-surefire-common-2.18.1.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.18.1/surefire-booter-2.18.1.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.18.1/surefire-api-2.18.1.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.18.1/maven-surefire-common-2.18.1.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.18.1/surefire-api-2.18.1.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.18.1/surefire-booter-2.18.1.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.jar (0 B at 0.0 KB/sec)
[INFO] Surefire report directory: /home/r/repo/target/surefire-reports
[INFO] parallel='all', perCoreThreadCount=true, threadCount=4, useUnlimitedThreads=false, threadCountSuites=0, threadCountClasses=0, threadCountMethods=0, parallelOptimized=true
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-junit47/2.18.1/surefire-junit47-2.18.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit47/2.18.1/surefire-junit47-2.18.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit47/2.18.1/surefire-junit47-2.18.1.pom (5 KB at 184.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-providers/2.18.1/surefire-providers-2.18.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/2.18.1/surefire-providers-2.18.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/2.18.1/surefire-providers-2.18.1.pom (3 KB at 112.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/github/stephenc/jcip/jcip-annotations/1.0-1/jcip-annotations-1.0-1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/github/stephenc/jcip/jcip-annotations/1.0-1/jcip-annotations-1.0-1.pom (6 KB at 11.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/common-junit48/2.18.1/common-junit48-2.18.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit48/2.18.1/common-junit48-2.18.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit48/2.18.1/common-junit48-2.18.1.pom (4 KB at 137.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/common-junit4/2.18.1/common-junit4-2.18.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit4/2.18.1/common-junit4-2.18.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit4/2.18.1/common-junit4-2.18.1.pom (2 KB at 83.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/common-junit3/2.18.1/common-junit3-2.18.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit3/2.18.1/common-junit3-2.18.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit3/2.18.1/common-junit3-2.18.1.pom (2 KB at 72.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/common-java5/2.18.1/common-java5-2.18.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/2.18.1/common-java5-2.18.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/2.18.1/common-java5-2.18.1.pom (2 KB at 80.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-grouper/2.18.1/surefire-grouper-2.18.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-grouper/2.18.1/surefire-grouper-2.18.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-grouper/2.18.1/surefire-grouper-2.18.1.pom (3 KB at 110.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/github/stephenc/jcip/jcip-annotations/1.0-1/jcip-annotations-1.0-1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-junit47/2.18.1/surefire-junit47-2.18.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/common-junit48/2.18.1/common-junit48-2.18.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/common-junit4/2.18.1/common-junit4-2.18.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/common-junit3/2.18.1/common-junit3-2.18.1.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit4/2.18.1/common-junit4-2.18.1.jar
Downloading:/https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit3/2.18.1/common-junit3-2.18.1.jar
Downloading:/https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit47/2.18.1/surefire-junit47-2.18.1.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit48/2.18.1/common-junit48-2.18.1.jar
Downloaded:1https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit4/2.18.1/common-junit4-2.18.1.jar (19 KB at 632.9 KB/sec)
Downloading:/https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/common-java5/2.18.1/common-java5-2.18.1.jar
Downloaded:1https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit3/2.18.1/common-junit3-2.18.1.jar (12 KB at 424.8 KB/sec)
Downloading:1https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit48/2.18.1/common-junit48-2.18.1.jar (19 KB at 728.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-grouper/2.18.1/surefire-grouper-2.18.1.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit47/2.18.1/surefire-junit47-2.18.1.jar (131 KB at 2550.0 KB/sec)
Downloaded: https://oss.sonatype.org/content/groups/public/com/github/stephenc/jcip/jcip-annotations/1.0-1/jcip-annotations-1.0-1.jar (5 KB at 10.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/2.18.1/common-java5-2.18.1.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-grouper/2.18.1/surefire-grouper-2.18.1.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/2.18.1/common-java5-2.18.1.jar (37 KB at 1175.2 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-grouper/2.18.1/surefire-grouper-2.18.1.jar (38 KB at 1072.0 KB/sec)

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running com.jcabi.github.mock.MkUserTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.416 sec - in com.jcabi.github.mock.MkUserTest
Running com.jcabi.github.RtGitTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.505 sec - in com.jcabi.github.RtGitTest
Running com.jcabi.github.mock.MkPublicMembersTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.281 sec - in com.jcabi.github.mock.MkPublicMembersTest
Running com.jcabi.github.mock.MkPullsTest
[0;37mINFOm] pool-1-thread-23 com.jcabi.github.mock.MkRepos: repository jeff/IRmllezRpIUw2Uwc5PdV created by jeff
[0;37mINFOm] pool-1-thread-23 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/IRmllezRpIUw2Uwc5PdV by jeff: hello
Tests run: 3, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.565 sec - in com.jcabi.github.mock.MkPullsTest
Running com.jcabi.github.BulkTest
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class): [200 OK] in 0ms
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.725 sec - in com.jcabi.github.BulkTest
Running com.jcabi.github.mock.MkIssuesTest
[0;37mINFOm] pool-1-thread-8 com.jcabi.github.mock.MkRepos: repository jeff/hhI4jO5W5V8fQoAwyk2i created by jeff
[0;37mINFOm] pool-1-thread-8 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/hhI4jO5W5V8fQoAwyk2i by jeff: hello
[0;37mINFOm] pool-1-thread-31 com.jcabi.github.mock.MkRepos: repository jeff/test-3 created by jeff
[0;37mINFOm] pool-1-thread-31 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/test-3 by jeff: title
[0;37mINFOm] pool-1-thread-31 com.jcabi.github.mock.MkIssues: issue #2 created in jeff/test-3 by jeff: title
[0;37mINFOm] pool-1-thread-31 com.jcabi.github.mock.MkIssues: issue #3 created in jeff/test-3 by jeff: title
[0;37mINFOm] pool-1-thread-31 com.jcabi.github.mock.MkIssues: issue #4 created in jeff/test-3 by jeff: title
[0;37mINFOm] pool-1-thread-31 com.jcabi.github.mock.MkIssues: issue #5 created in jeff/test-3 by jeff: title
[0;37mINFOm] pool-1-thread-31 com.jcabi.github.mock.MkIssues: issue #6 created in jeff/test-3 by jeff: title
[0;37mINFOm] pool-1-thread-31 com.jcabi.github.mock.MkIssues: issue #7 created in jeff/test-3 by jeff: title
[0;37mINFOm] pool-1-thread-31 com.jcabi.github.mock.MkIssues: issue #8 created in jeff/test-3 by jeff: title
[0;37mINFOm] pool-1-thread-31 com.jcabi.github.mock.MkIssues: issue #9 created in jeff/test-3 by jeff: title
[0;37mINFOm] pool-1-thread-25 com.jcabi.github.mock.MkRepos: repository jeff/uw7wI0bWtUO28oZsF8Wz created by jeff
[0;37mINFOm] pool-1-thread-25 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/uw7wI0bWtUO28oZsF8Wz by jeff: hey, you
[0;37mINFOm] pool-1-thread-25 com.jcabi.github.mock.MkIssues: issue #2 created in jeff/uw7wI0bWtUO28oZsF8Wz by jeff: hey
[0;37mINFOm] pool-1-thread-25 com.jcabi.github.mock.MkIssues: issue #3 created in jeff/uw7wI0bWtUO28oZsF8Wz by jeff: hey again
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.829 sec - in com.jcabi.github.mock.MkIssuesTest
Running com.jcabi.github.ReleaseTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.626 sec - in com.jcabi.github.ReleaseTest
Running com.jcabi.github.mock.JsonNodeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec - in com.jcabi.github.mock.JsonNodeTest
Running com.jcabi.github.RtUserTest
[0;37mINFOm] pool-1-thread-27 com.jcabi.http.mock.MkGrizzlyContainer: started on port #35244
[0;37mINFOm] pool-1-thread-27 com.jcabi.http.request.BaseRequest: #fetch(PATCH localhost:35244 /user): [200 OK] in 9ms
[0;37mINFOm] pool-1-thread-27 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #35244
[0;37mINFOm] pool-1-thread-33 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-34 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-36 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-42 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-44 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-18 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-37 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-39 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 1ms
[0;37mINFOm] pool-1-thread-25 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-23 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 1ms
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-33 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-44 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 1ms
[0;37mINFOm] pool-1-thread-40 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-34 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-21 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-36 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/user): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-41 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-30 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-46 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-24 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-42 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/notifications): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.948 sec - in com.jcabi.github.RtUserTest
Running com.jcabi.github.RtPaginationTest
Sep 21, 2017 8:25:51 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.mock.MkGrizzlyContainer: started on port #41324
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:41324 /): [200 OK] in 484ms
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:41324 /s): [200 OK] in 5ms
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #41324
Sep 21, 2017 8:25:51 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.mock.MkGrizzlyContainer: started on port #39884
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:39884 /): [200 OK] in 486ms
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #39884
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.637 sec - in com.jcabi.github.RtPaginationTest
Running com.jcabi.github.CommitsComparisonTest
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/repos/user/repo/compare/6dcb09b5b57875f334f61aebed695e2e4193db53...6dcb09b5b57875f334f61aebed695e2e4193db54): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-43 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/repos/user/repo/compare/6dcb09b5b57875f334f61aebed695e2e4193db51...6dcb09b5b57875f334f61aebed695e2e4193db52): [200 OK] in 0ms
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec - in com.jcabi.github.CommitsComparisonTest
Running com.jcabi.github.mock.MkBlobsTest
[0;37mINFOm] pool-1-thread-19 com.jcabi.github.mock.MkRepos: repository jeff/vqC8lVuW3Z1TAHDvdY1y created by jeff
[0;37mINFOm] pool-1-thread-27 com.jcabi.github.mock.MkRepos: repository jeff/5Q2VDRK5SVGDKHsOHFhB created by jeff
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.227 sec - in com.jcabi.github.mock.MkBlobsTest
Running com.jcabi.github.RtLimitTest
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-27 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class): [200 OK] in 0ms
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in com.jcabi.github.RtLimitTest
Running com.jcabi.github.mock.MkGistTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 sec - in com.jcabi.github.mock.MkGistTest
Running com.jcabi.github.mock.MkReleaseAssetsTest
[0;37mINFOm] pool-1-thread-24 com.jcabi.github.mock.MkRepos: repository jeff/odmpTZkvwJXhiV97cwEm created by jeff
[0;37mINFOm] pool-1-thread-30 com.jcabi.github.mock.MkRepos: repository jeff/ozq9JEGFnMIfdvJKKKPI created by jeff
[0;37mINFOm] pool-1-thread-16 com.jcabi.github.mock.MkRepos: repository jeff/ZBBEYJKCCQxvuOOvnoBK created by jeff
[0;37mINFOm] pool-1-thread-46 com.jcabi.github.mock.MkRepos: repository jeff/zNvdZYxUzj34LCu7CRNO created by jeff
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.745 sec - in com.jcabi.github.mock.MkReleaseAssetsTest
Running com.jcabi.github.RtCommitsComparisonTest
[0;37mINFOm] pool-1-thread-20 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/repos/user/repo/compare/6dcb09b5b57875f334f61aebed695e2e4193db51...6dcb09b5b57875f334f61aebed695e2e4193db52): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-20 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/repos/user/repo/compare/6dcb09b5b57875f334f61aebed695e2e4193db51...6dcb09b5b57875f334f61aebed695e2e4193db52): [200 OK] in 1ms
[0;37mINFOm] pool-1-thread-20 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/repos/user/repo/compare/6dcb09b5b57875f334f61aebed695e2e4193db51...6dcb09b5b57875f334f61aebed695e2e4193db52): [200 OK] in 0ms
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.387 sec - in com.jcabi.github.RtCommitsComparisonTest
Running com.jcabi.github.RtReleaseAssetTest
Sep 21, 2017 8:25:51 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-33 com.jcabi.http.mock.MkGrizzlyContainer: started on port #42123
[0;37mINFOm] pool-1-thread-33 com.jcabi.github.mock.MkRepos: repository john/blueharvest created by john
[0;37mINFOm] pool-1-thread-33 com.jcabi.http.request.BaseRequest: #fetch(PATCH localhost:42123 /repos/john/blueharvest/releases/assets/2): [200 OK] in 8ms
[0;37mINFOm] pool-1-thread-33 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #42123
Sep 21, 2017 8:25:51 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-34 com.jcabi.http.mock.MkGrizzlyContainer: started on port #39617
[0;37mINFOm] pool-1-thread-34 com.jcabi.github.mock.MkRepos: repository john/blueharvest created by john
[0;37mINFOm] pool-1-thread-34 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:39617 /repos/john/blueharvest/releases/assets/4): [200 OK] in 4ms
[0;37mINFOm] pool-1-thread-34 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #39617
[0;37mINFOm] pool-1-thread-4 com.jcabi.github.mock.MkRepos: repository john/blueharvest created by john
[0;37mINFOm] pool-1-thread-36 com.jcabi.github.mock.MkRepos: repository john/blueharvest created by john
[0;37mINFOm] pool-1-thread-36 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/repos/john/blueharvest/releases/assets/1): [200 OK] in 0ms
Sep 21, 2017 8:25:51 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.mock.MkGrizzlyContainer: started on port #39352
[0;37mINFOm] pool-1-thread-1 com.jcabi.github.mock.MkRepos: repository john/blueharvest created by john
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:39352 /repos/john/blueharvest/releases/assets/3): [204 No Content] in 13ms
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #39352
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.884 sec - in com.jcabi.github.RtReleaseAssetTest
Running com.jcabi.github.RtSearchTest
[0;37mINFOm] pool-1-thread-40 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/search/repositories): [200 OK] in 1ms
[0;37mINFOm] pool-1-thread-23 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/search/users): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-43 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/search/issues): [200 OK] in 0ms
Sep 21, 2017 8:25:52 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.mock.MkGrizzlyContainer: started on port #35881
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:35881 /search/code): [200 OK] in 15ms
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:35881 /repos/user/repo/contents/test/unit/attributes.js): [200 OK] in 4ms
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:35881 /repos/user/repo/contents/src/attributes/classes.js): [200 OK] in 4ms
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #35881
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.304 sec - in com.jcabi.github.RtSearchTest
Running com.jcabi.github.DeployKeyTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.176 sec - in com.jcabi.github.DeployKeyTest
Running com.jcabi.github.RtStatusesTest
[0;37mINFOm] pool-1-thread-10 com.jcabi.github.mock.MkRepos: repository jeff/DYbgFwhoGtZtK481qubh created by jeff
Sep 21, 2017 8:25:51 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.mock.MkGrizzlyContainer: started on port #41028
[0;37mINFOm] pool-1-thread-15 com.jcabi.github.mock.MkRepos: repository jeff/ikiaqzwxmOoQ5reCmaSF created by jeff
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:41028 /repos/jeff/ikiaqzwxmOoQ5reCmaSF/statuses/0abcd89jcabitest): [201 Created] in 9ms
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #41028
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.448 sec - in com.jcabi.github.RtStatusesTest
Running com.jcabi.github.mock.MkRepoTest
[0;37mINFOm] pool-1-thread-27 com.jcabi.github.mock.MkRepos: repository jeff/test5 created by jeff
[0;37mINFOm] pool-1-thread-18 com.jcabi.github.mock.MkRepos: repository jeff/test1 created by jeff
[0;37mINFOm] pool-1-thread-8 com.jcabi.github.mock.MkRepos: repository jeff/dw3AqOdnRMBimTedf2SI created by jeff
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.428 sec - in com.jcabi.github.mock.MkRepoTest
Running com.jcabi.github.mock.MkIssueEventsTest
[0;37mINFOm] pool-1-thread-25 com.jcabi.github.mock.MkRepos: repository jeff/8NPApgyiP7O6cpLECQeW created by jeff
[0;37mINFOm] pool-1-thread-25 com.jcabi.github.mock.MkEvent: issue event #1 of type labeled created in jeff for issue #2 by samuel
[0;37mINFOm] pool-1-thread-18 com.jcabi.github.mock.MkRepos: repository jeff/F4FeIQBAhGqOAUGI9PmL created by jeff
[0;37mINFOm] pool-1-thread-18 com.jcabi.github.mock.MkEvent: issue event #1 of type closed created in jeff for issue #3 by john
[0;37mINFOm] pool-1-thread-18 com.jcabi.github.mock.MkEvent: issue event #2 of type reopened created in jeff for issue #3 by jane
[0;37mINFOm] pool-1-thread-3 com.jcabi.github.mock.MkRepos: repository jeff/jt3jhXp2LSjoTsX7k8OG created by jeff
[0;37mINFOm] pool-1-thread-3 com.jcabi.github.mock.MkEvent: issue event #1 of type locked created in jeff for issue #2 by jack
[0;37mINFOm] pool-1-thread-39 com.jcabi.github.mock.MkRepos: repository jeff/ZTprnSALJWsoGJYIwgn1 created by jeff
[0;37mINFOm] pool-1-thread-39 com.jcabi.github.mock.MkEvent: issue event #1 of type unlocked created in jeff for issue #2 by jill
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.954 sec - in com.jcabi.github.mock.MkIssueEventsTest
Running com.jcabi.github.mock.MkForksTest
[0;37mINFOm] pool-1-thread-39 com.jcabi.github.mock.MkRepos: repository jeff/qjTTgSxCDBZpgyvvS8zk created by jeff
[0;37mINFOm] pool-1-thread-39 com.jcabi.github.mock.MkForks: fork jeff/qjTTgSxCDBZpgyvvS8zk created inside Organization by jeff
Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.136 sec - in com.jcabi.github.mock.MkForksTest
Running com.jcabi.github.RepoTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec - in com.jcabi.github.RepoTest
Running com.jcabi.github.RtSearchPaginationTest
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/search/path): [200 OK] in 0ms
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in com.jcabi.github.RtSearchPaginationTest
Running com.jcabi.github.mock.MkLimitsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec - in com.jcabi.github.mock.MkLimitsTest
Running com.jcabi.github.RtContentTest
[0;37mINFOm] pool-1-thread-32 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/repos/user/repo/contents/blah): [200 OK] in 0ms
Sep 21, 2017 8:25:51 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-28 com.jcabi.http.mock.MkGrizzlyContainer: started on port #39696
[0;37mINFOm] pool-1-thread-28 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:39696 /repos/user/repo/contents/raw): [200 OK] in 61ms
[0;37mINFOm] pool-1-thread-28 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #39696
Sep 21, 2017 8:25:51 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-43 com.jcabi.http.mock.MkGrizzlyContainer: started on port #40867
[0;37mINFOm] pool-1-thread-43 com.jcabi.http.request.BaseRequest: #fetch(PATCH localhost:40867 /repos/user/repo/contents/path): [200 OK] in 27ms
[0;37mINFOm] pool-1-thread-43 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #40867
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.836 sec - in com.jcabi.github.RtContentTest
Running com.jcabi.github.mock.MkReleasesTest
[0;37mINFOm] pool-1-thread-2 com.jcabi.github.mock.MkRepos: repository jeff/4YLdYuhztEOVt23ZTCBO created by jeff
[0;37mINFOm] pool-1-thread-42 com.jcabi.github.mock.MkRepos: repository jeff/rvn0nv20lk2fe76UB1OU created by jeff
[0;37mINFOm] pool-1-thread-1 com.jcabi.github.mock.MkRepos: repository jeff/tvLoQCWhdhZIg4iUw1NP created by jeff
[0;37mINFOm] pool-1-thread-16 com.jcabi.github.mock.MkRepos: repository jeff/7uJDsYlTTWAwEUGr6RQ1 created by jeff
[0;37mINFOm] pool-1-thread-4 com.jcabi.github.mock.MkRepos: repository jeff/Qj92lB9hL6C4167U10L9 created by jeff
[0;37mINFOm] pool-1-thread-43 com.jcabi.github.mock.MkRepos: repository jeff/OI3WD4BHncSp6eVIsFmE created by jeff
[0;37mINFOm] pool-1-thread-19 com.jcabi.github.mock.MkRepos: repository jeff/4601KPx2i8kxASPruFoj created by jeff
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.139 sec - in com.jcabi.github.mock.MkReleasesTest
Running com.jcabi.github.mock.MkRepoCommitTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.145 sec - in com.jcabi.github.mock.MkRepoCommitTest
Running com.jcabi.github.mock.MkCommitsTest
[0;37mINFOm] pool-1-thread-24 com.jcabi.github.mock.MkRepos: repository jeff/JEhGcRW2bkUa8zSEgAIZ created by jeff
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 sec - in com.jcabi.github.mock.MkCommitsTest
Running com.jcabi.github.RtPublicKeyTest
[0;37mINFOm] pool-1-thread-43 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/user/keys/1): [200 OK] in 0ms
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.42 sec - in com.jcabi.github.RtPublicKeyTest
Running com.jcabi.github.mock.MkCommentTest
[0;37mINFOm] pool-1-thread-32 com.jcabi.github.mock.MkRepos: repository jeff/blueharvest created by jeff
[0;37mINFOm] pool-1-thread-32 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/blueharvest by jeff: hey
[0;37mINFOm] pool-1-thread-32 com.jcabi.github.mock.MkComments: comment #1 posted to issue #1 by jeff: hey buddy
[0;37mINFOm] pool-1-thread-17 com.jcabi.github.mock.MkRepos: repository jeff/blueharvest created by jeff
[0;37mINFOm] pool-1-thread-17 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/blueharvest by jeff: hey
[0;37mINFOm] pool-1-thread-17 com.jcabi.github.mock.MkComments: comment #1 posted to issue #1 by jeff: what's up?
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.927 sec - in com.jcabi.github.mock.MkCommentTest
Running com.jcabi.github.mock.MkReleaseAssetTest
[0;37mINFOm] pool-1-thread-33 com.jcabi.github.mock.MkRepos: repository jeff/T2u94cLaQvUhCzMqhlLg created by jeff
[0;37mINFOm] pool-1-thread-6 com.jcabi.github.mock.MkRepos: repository jeff/DIqro3Wjx3cgWAkmun3L created by jeff
[0;37mINFOm] pool-1-thread-32 com.jcabi.github.mock.MkRepos: repository jeff/TpBYMMim0FcEzUCfuTwD created by jeff
[0;37mINFOm] pool-1-thread-5 com.jcabi.github.mock.MkRepos: repository jeff/aeJMkNLUk8VgbRkmzm0W created by jeff
[0;37mINFOm] pool-1-thread-40 com.jcabi.github.mock.MkRepos: repository jeff/cebKwk3xmIS173hpQHxB created by jeff
[0;37mINFOm] pool-1-thread-28 com.jcabi.github.mock.MkRepos: repository jeff/SG6QbA7T4pH7tM4aqlm2 created by jeff
[0;37mINFOm] pool-1-thread-4 com.jcabi.github.mock.MkRepos: repository jeff/4zS9F3e1GScNLtC3Nq5w created by jeff
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.521 sec - in com.jcabi.github.mock.MkReleaseAssetTest
Running com.jcabi.github.mock.MkPullRefTest
[0;37mINFOm] pool-1-thread-28 com.jcabi.github.mock.MkRepos: repository myrtle/GrhLiPX8MNZGllVASNi2 created by myrtle
[0;37mINFOm] pool-1-thread-4 com.jcabi.github.mock.MkRepos: repository myrtle/m2cwDCX6ehKqhzvO3cDI created by myrtle
[0;37mINFOm] pool-1-thread-21 com.jcabi.github.mock.MkRepos: repository myrtle/X7YUQes5efYY3g7BLPrH created by myrtle
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 sec - in com.jcabi.github.mock.MkPullRefTest
Running com.jcabi.github.mock.MkReferenceTest
[0;37mINFOm] pool-1-thread-5 com.jcabi.github.mock.MkRepos: repository jeff/D9RBWElM5qklhxczPiVg created by jeff
[0;37mINFOm] pool-1-thread-16 com.jcabi.github.mock.MkRepos: repository jeff/UcK5MLEvDTELlNV2lw26 created by jeff
[0;37mINFOm] pool-1-thread-2 com.jcabi.github.mock.MkRepos: repository jeff/qqFGsm6cZ9sH0Lc9RzOb created by jeff
[0;37mINFOm] pool-1-thread-20 com.jcabi.github.mock.MkRepos: repository jeff/oMBmwV4SifmvsTKMdQDq created by jeff
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.609 sec - in com.jcabi.github.mock.MkReferenceTest
Running com.jcabi.github.mock.MkPullTest
[0;37mINFOm] pool-1-thread-36 com.jcabi.github.mock.MkRepos: repository patrick/rV9jt0wRrue3NEWLjAwb created by patrick
[0;37mINFOm] pool-1-thread-36 com.jcabi.github.mock.MkIssues: issue #1 created in patrick/rV9jt0wRrue3NEWLjAwb by patrick: Test PR
[0;37mINFOm] pool-1-thread-48 com.jcabi.github.mock.MkRepos: repository patrick/eft1c6zWheg6nwhPEk0l created by patrick
[0;37mINFOm] pool-1-thread-48 com.jcabi.github.mock.MkIssues: issue #1 created in patrick/eft1c6zWheg6nwhPEk0l by patrick: Test PR
[0;37mINFOm] pool-1-thread-3 com.jcabi.github.mock.MkRepos: repository patrick/rjAoeU9w2bdc9yvWzLho created by patrick
[0;37mINFOm] pool-1-thread-3 com.jcabi.github.mock.MkIssues: issue #1 created in patrick/rjAoeU9w2bdc9yvWzLho by patrick: Test PR
[0;37mINFOm] pool-1-thread-39 com.jcabi.github.mock.MkRepos: repository patrick/8kJe8aXsjNF0lHb8QE30 created by patrick
[0;37mINFOm] pool-1-thread-39 com.jcabi.github.mock.MkIssues: issue #1 created in patrick/8kJe8aXsjNF0lHb8QE30 by patrick: Test Patch
[0;37mINFOm] pool-1-thread-10 com.jcabi.github.mock.MkRepos: repository patrick/onvennCtIo2dL9WFSmlq created by patrick
[0;37mINFOm] pool-1-thread-10 com.jcabi.github.mock.MkIssues: issue #1 created in patrick/onvennCtIo2dL9WFSmlq by patrick: Test PR
[0;37mINFOm] pool-1-thread-8 com.jcabi.github.mock.MkRepos: repository patrick/8tCczQ2JNCNrnDeqx5Ze created by patrick
[0;37mINFOm] pool-1-thread-8 com.jcabi.github.mock.MkIssues: issue #1 created in patrick/8tCczQ2JNCNrnDeqx5Ze by patrick: Test PR
[0;37mINFOm] pool-1-thread-15 com.jcabi.github.mock.MkRepos: repository patrick/ysCnDVWU5CLjfAop1IBl created by patrick
[0;37mINFOm] pool-1-thread-15 com.jcabi.github.mock.MkIssues: issue #1 created in patrick/ysCnDVWU5CLjfAop1IBl by patrick: Test Pull Json
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.907 sec - in com.jcabi.github.mock.MkPullTest
Running com.jcabi.github.mock.MkNotificationsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in com.jcabi.github.mock.MkNotificationsTest
Running com.jcabi.github.RtRepoCommitsTest
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/repos/user/repo/commits): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/repos/user/repo/compare/6dcb09b5b57875f334f61aebed695e2e4193db55...6dcb09b5b57875f334f61aebed695e2e4193db56): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-42 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/repos/user/repo/compare/6dcb09b5b57875f334f61aebed695e2e4193db57...6dcb09b5b57875f334f61aebed695e2e4193db58): [200 OK] in 0ms
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in com.jcabi.github.RtRepoCommitsTest
Running com.jcabi.github.mock.MkMarkdownTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in com.jcabi.github.mock.MkMarkdownTest
Running com.jcabi.github.mock.MkRepoCommitsTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in com.jcabi.github.mock.MkRepoCommitsTest
Running com.jcabi.github.RtGithubTest
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/meta): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/meta): [200 OK] in 0ms
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in com.jcabi.github.RtGithubTest
Running com.jcabi.github.VisibilityTest
[0;33mWARNm] pool-1-thread-21 org.reflections.Reflections: could not create Vfs.Dir from url. ignoring the exception and continuing
org.reflections.ReflectionsException: could not create Vfs.Dir from url, no matching UrlType was found [file:/usr/lib/jvm/java-7-openjdk-amd64/jre/lib/ext/libatk-wrapper.so]
either use fromURL(final URL url, final List<UrlType> urlTypes) or use the static setDefaultURLTypes(final List<UrlType> urlTypes) or addDefaultURLTypes(UrlType urlType) with your specialized UrlType.
        at org.reflections.vfs.Vfs.fromURL(Vfs.java:109)
        at org.reflections.vfs.Vfs.fromURL(Vfs.java:91)
        at org.reflections.Reflections.scan(Reflections.java:237)
        at org.reflections.Reflections.scan(Reflections.java:204)
        at org.reflections.Reflections.<init>(Reflections.java:129)
        at com.jcabi.github.ClasspathRule.allTypes(ClasspathRule.java:61)
        at com.jcabi.github.VisibilityTest.checkVisibility(VisibilityTest.java:81)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
        at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
        at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
        at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
        at com.jcabi.github.ClasspathRule$2.evaluate(ClasspathRule.java:102)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
        at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
        at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
        at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
        at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:387)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:473)
        at java.util.concurrent.FutureTask.run(FutureTask.java:262)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:622)
        at java.lang.Thread.run(Thread.java:748)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec - in com.jcabi.github.VisibilityTest
Running com.jcabi.github.mock.MkPullCommentTest
[0;37mINFOm] pool-1-thread-8 com.jcabi.github.mock.MkRepos: repository jeff/xBLxYkaQNFALpT827VS7 created by jeff
[0;37mINFOm] pool-1-thread-8 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/xBLxYkaQNFALpT827VS7 by jeff: hello
[0;37mINFOm] pool-1-thread-42 com.jcabi.github.mock.MkRepos: repository jeff/2AKR1UKHilLom8m1QLhZ created by jeff
[0;37mINFOm] pool-1-thread-42 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/2AKR1UKHilLom8m1QLhZ by jeff: hello
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.149 sec - in com.jcabi.github.mock.MkPullCommentTest
Running com.jcabi.github.mock.MkCommitsComparisonTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in com.jcabi.github.mock.MkCommitsComparisonTest
Running com.jcabi.github.RtNotificationsTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.001 sec - in com.jcabi.github.RtNotificationsTest
Running com.jcabi.github.mock.MkCommentsTest
[0;37mINFOm] pool-1-thread-21 com.jcabi.github.mock.MkRepos: repository jeff/RcCflsuZ9hBTizYNcWZU created by jeff
[0;37mINFOm] pool-1-thread-21 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/RcCflsuZ9hBTizYNcWZU by jeff: hey
[0;37mINFOm] pool-1-thread-21 com.jcabi.github.mock.MkComments: comment #1 posted to issue #1 by jeff: hello, dude!
[0;37mINFOm] pool-1-thread-21 com.jcabi.github.mock.MkComments: comment #2 posted to issue #1 by jeff: hello again
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 sec - in com.jcabi.github.mock.MkCommentsTest
Running com.jcabi.github.RtHooksTest
Sep 21, 2017 8:25:51 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.mock.MkGrizzlyContainer: started on port #41760
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:41760 /repos/test/hooks/hooks): [200 OK] in 45ms
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #41760
Sep 21, 2017 8:25:51 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
Sep 21, 2017 8:25:51 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-45 com.jcabi.http.mock.MkGrizzlyContainer: started on port #37455
[0;37mINFOm] pool-1-thread-45 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:37455 /repos/test/hooks/hooks/1): [200 OK] in 13ms
[0;37mINFOm] pool-1-thread-45 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #37455
Sep 21, 2017 8:25:51 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-35 com.jcabi.http.mock.MkGrizzlyContainer: started on port #35562
[0;37mINFOm] pool-1-thread-35 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:35562 /repos/test/hooks/hooks): [200 OK] in 31ms
[0;37mINFOm] pool-1-thread-35 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #35562
Sep 21, 2017 8:25:51 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-22 com.jcabi.http.mock.MkGrizzlyContainer: started on port #38820
[0;37mINFOm] pool-1-thread-22 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:38820 /repos/test/hooks/hooks/1): [204 No Content] in 4ms
[0;37mINFOm] pool-1-thread-22 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #38820
Sep 21, 2017 8:25:51 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.mock.MkGrizzlyContainer: started on port #45388
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:45388 /repos/test/hooks/hooks): [201 Created] in 7ms
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:45388 /repos/test/hooks/hooks/1): [200 OK] in 5ms
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #45388
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.202 sec - in com.jcabi.github.RtHooksTest
Running com.jcabi.github.RtGistCommentsTest
Sep 21, 2017 8:25:51 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-37 com.jcabi.http.mock.MkGrizzlyContainer: started on port #41564
[0;37mINFOm] pool-1-thread-37 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:41564 /gists/1/comments/1): [200 OK] in 37ms
[0;37mINFOm] pool-1-thread-37 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #41564
Sep 21, 2017 8:25:51 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-31 com.jcabi.http.mock.MkGrizzlyContainer: started on port #45588
[0;37mINFOm] pool-1-thread-31 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:45588 /gists/3/comments): [201 Created] in 10ms
[0;37mINFOm] pool-1-thread-31 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:45588 /gists/3/comments/1): [200 OK] in 5ms
[0;37mINFOm] pool-1-thread-31 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #45588
Sep 21, 2017 8:25:51 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-41 com.jcabi.http.mock.MkGrizzlyContainer: started on port #38247
[0;37mINFOm] pool-1-thread-41 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:38247 /gists/2/comments): [200 OK] in 7ms
[0;37mINFOm] pool-1-thread-41 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #38247
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.411 sec - in com.jcabi.github.RtGistCommentsTest
Running com.jcabi.github.RtCollaboratorsTest
Sep 21, 2017 8:25:52 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
Sep 21, 2017 8:25:52 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.mock.MkGrizzlyContainer: started on port #34913
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.request.BaseRequest: #fetch(PUT localhost:34913 /repos/test/collaboratorrepo/collaborators/dummy1): [204 No Content] in 3ms
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #34913
[0;37mINFOm] pool-1-thread-30 com.jcabi.http.mock.MkGrizzlyContainer: started on port #46157
[0;37mINFOm] pool-1-thread-30 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:46157 /repos/test/collaboratorrepo/collaborators/octocat2): [204 No Content] in 3ms
[0;37mINFOm] pool-1-thread-30 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #46157
Sep 21, 2017 8:25:52 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-25 com.jcabi.http.mock.MkGrizzlyContainer: started on port #33852
[0;37mINFOm] pool-1-thread-25 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:33852 /repos/test/collaboratorrepo/collaborators/dummy): [204 No Content] in 2ms
[0;37mINFOm] pool-1-thread-25 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #33852
Sep 21, 2017 8:25:52 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.mock.MkGrizzlyContainer: started on port #42540
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:42540 /repos/test/collaboratorrepo/collaborators): [200 OK] in 3ms
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #42540
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.736 sec - in com.jcabi.github.RtCollaboratorsTest
Running com.jcabi.github.mock.MkPublicKeyTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.156 sec - in com.jcabi.github.mock.MkPublicKeyTest
Running com.jcabi.github.OrganizationTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in com.jcabi.github.OrganizationTest
Running com.jcabi.github.LabelTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in com.jcabi.github.LabelTest
Running com.jcabi.github.SmartsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in com.jcabi.github.SmartsTest
Running com.jcabi.github.mock.MkUserOrganizationsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in com.jcabi.github.mock.MkUserOrganizationsTest
Running com.jcabi.github.RtReferencesTest
Sep 21, 2017 8:25:52 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-27 com.jcabi.http.mock.MkGrizzlyContainer: started on port #38373
[0;37mINFOm] pool-1-thread-27 com.jcabi.github.mock.MkRepos: repository jeff/4Sv68zLwfjWTPom2kWTg created by jeff
[0;37mINFOm] pool-1-thread-27 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #38373
Sep 21, 2017 8:25:52 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.mock.MkGrizzlyContainer: started on port #39468
[0;37mINFOm] pool-1-thread-16 com.jcabi.github.mock.MkRepos: repository jeff/bIIww8cIYAeFiffL2x9G created by jeff
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:39468 /repos/jeff/bIIww8cIYAeFiffL2x9G/git/refs/heads): [200 OK] in 15ms
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #39468
Sep 21, 2017 8:25:52 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-23 com.jcabi.http.mock.MkGrizzlyContainer: started on port #46627
[0;37mINFOm] pool-1-thread-23 com.jcabi.github.mock.MkRepos: repository jeff/sRGSGAMufoxK5egY7LoP created by jeff
[0;37mINFOm] pool-1-thread-23 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:46627 /repos/jeff/sRGSGAMufoxK5egY7LoP/git/refs/heads/feature-a): [204 No Content] in 18ms
[0;37mINFOm] pool-1-thread-23 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #46627
Sep 21, 2017 8:25:52 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-17 com.jcabi.http.mock.MkGrizzlyContainer: started on port #41963
[0;37mINFOm] pool-1-thread-17 com.jcabi.github.mock.MkRepos: repository jeff/eHqWmNv1aS85Pjm2KEJc created by jeff
[0;37mINFOm] pool-1-thread-17 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:41963 /repos/jeff/eHqWmNv1aS85Pjm2KEJc/git/refs): [201 Created] in 4ms
[0;37mINFOm] pool-1-thread-17 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #41963
Sep 21, 2017 8:25:52 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-40 com.jcabi.http.mock.MkGrizzlyContainer: started on port #39237
[0;37mINFOm] pool-1-thread-40 com.jcabi.github.mock.MkRepos: repository jeff/pLFdpCGns201JCaQvNN0 created by jeff
[0;37mINFOm] pool-1-thread-40 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:39237 /repos/jeff/pLFdpCGns201JCaQvNN0/git/refs/tags): [200 OK] in 25ms
[0;37mINFOm] pool-1-thread-40 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #39237
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.385 sec - in com.jcabi.github.RtReferencesTest
Running com.jcabi.github.mock.MkStarsTest
[0;37mINFOm] pool-1-thread-2 com.jcabi.github.mock.MkRepos: repository jeff/GArCC0b5e7sAZfJUveYk created by jeff
[0;37mINFOm] pool-1-thread-39 com.jcabi.github.mock.MkRepos: repository jeff/aEkIKDbVYAzBKccDBrc5 created by jeff
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 sec - in com.jcabi.github.mock.MkStarsTest
Running com.jcabi.github.PublicKeyTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.184 sec - in com.jcabi.github.PublicKeyTest
Running com.jcabi.github.RtUserOrganizationsTest
Sep 21, 2017 8:25:52 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-24 com.jcabi.http.mock.MkGrizzlyContainer: started on port #33458
[0;37mINFOm] pool-1-thread-24 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:33458 /users/octopus/orgs): [200 OK] in 4ms
[0;37mINFOm] pool-1-thread-24 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #33458
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.042 sec - in com.jcabi.github.RtUserOrganizationsTest
Running com.jcabi.github.StatusTest
[0;37mINFOm] pool-1-thread-18 com.jcabi.github.mock.MkRepos: repository jeff/F91ZdPz462lZTI2bnv9l created by jeff
[0;37mINFOm] pool-1-thread-18 com.jcabi.github.mock.MkRepos: repository jeff/xgV9RjJgm7A71wLH1ZNv created by jeff
[0;37mINFOm] pool-1-thread-39 com.jcabi.github.mock.MkRepos: repository jeff/cl1yIslP32BzLufXaCPS created by jeff
[0;37mINFOm] pool-1-thread-18 com.jcabi.github.mock.MkRepos: repository jeff/dbbu7v9JdD5p1INSyQln created by jeff
[0;37mINFOm] pool-1-thread-39 com.jcabi.github.mock.MkRepos: repository jeff/yUDccmGAWPRggSCyizh8 created by jeff
[0;37mINFOm] pool-1-thread-18 com.jcabi.github.mock.MkRepos: repository jeff/PJj1tY4vJxdJbrm4C2z3 created by jeff
[0;37mINFOm] pool-1-thread-17 com.jcabi.github.mock.MkRepos: repository jeff/xbN8bgpRVAwTMCyfEV1C created by jeff
[0;37mINFOm] pool-1-thread-23 com.jcabi.github.mock.MkRepos: repository jeff/ynCdItHynwnvd4nWHddV created by jeff
[0;37mINFOm] pool-1-thread-40 com.jcabi.github.mock.MkRepos: repository jeff/gzGnnXeQSfKkXtZ3eTXr created by jeff
[0;37mINFOm] pool-1-thread-16 com.jcabi.github.mock.MkRepos: repository jeff/jeH7pL2AP1l7g04mCYLy created by jeff
[0;37mINFOm] pool-1-thread-18 com.jcabi.github.mock.MkRepos: repository jeff/Mwt1L1HPsirV4Uuogw26 created by jeff
[0;37mINFOm] pool-1-thread-11 com.jcabi.github.mock.MkRepos: repository jeff/f5l5sEGx75UZBNjWF89n created by jeff
[0;37mINFOm] pool-1-thread-23 com.jcabi.github.mock.MkRepos: repository jeff/zugFFQ7LkQb8V0bWDG68 created by jeff
[0;37mINFOm] pool-1-thread-17 com.jcabi.github.mock.MkRepos: repository jeff/kjKGPq13DHKzBlHFbA1R created by jeff
[0;37mINFOm] pool-1-thread-16 com.jcabi.github.mock.MkRepos: repository jeff/GimmBI21sO8KTHp6vpNN created by jeff
[0;37mINFOm] pool-1-thread-40 com.jcabi.github.mock.MkRepos: repository jeff/K91uT4Lgn9velchF3zD6 created by jeff
[0;37mINFOm] pool-1-thread-11 com.jcabi.github.mock.MkRepos: repository jeff/DgTrBXn1Vh25iSAlZBo6 created by jeff
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.319 sec - in com.jcabi.github.StatusTest
Running com.jcabi.github.RtGistsTest
Sep 21, 2017 8:25:52 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.mock.MkGrizzlyContainer: started on port #37427
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:37427 /gists/12234): [204 No Content] in 25ms
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #37427
Sep 21, 2017 8:25:52 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-32 com.jcabi.http.mock.MkGrizzlyContainer: started on port #41125
[0;37mINFOm] pool-1-thread-32 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:41125 /gists): [200 OK] in 15ms
[0;37mINFOm] pool-1-thread-32 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #41125
Sep 21, 2017 8:25:52 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.mock.MkGrizzlyContainer: started on port #43246
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:43246 /gists): [201 Created] in 8ms
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #43246
Sep 21, 2017 8:25:52 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-48 com.jcabi.http.mock.MkGrizzlyContainer: started on port #41000
[0;37mINFOm] pool-1-thread-48 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #41000
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.173 sec - in com.jcabi.github.RtGistsTest
Running com.jcabi.github.mock.MkContentTest
[0;37mINFOm] pool-1-thread-32 com.jcabi.github.mock.MkRepos: repository jeff/WsRqR1ilbw0VzxVcSS7m created by jeff
[0;37mINFOm] pool-1-thread-6 com.jcabi.github.mock.MkRepos: repository jeff/1eQB8ySwwacgTm7qVhGA created by jeff
[0;37mINFOm] pool-1-thread-7 com.jcabi.github.mock.MkRepos: repository jeff/lUi25s9jqxDawevtzevY created by jeff
[0;37mINFOm] pool-1-thread-19 com.jcabi.github.mock.MkRepos: repository jeff/YzFOg9CoyeFk3zWLnJn2 created by jeff
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.514 sec - in com.jcabi.github.mock.MkContentTest
Running com.jcabi.github.mock.MkSearchTest
[0;37mINFOm] pool-1-thread-2 com.jcabi.github.mock.MkRepos: repository jeff/TestCode created by jeff
[0;37mINFOm] pool-1-thread-39 com.jcabi.github.mock.MkRepos: repository jeff/TestRepo created by jeff
[0;37mINFOm] pool-1-thread-10 com.jcabi.github.mock.MkRepos: repository jeff/TestIssues created by jeff
[0;37mINFOm] pool-1-thread-10 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/TestIssues by jeff: test issue
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 sec - in com.jcabi.github.mock.MkSearchTest
Running com.jcabi.github.RtStarsTest
Sep 21, 2017 8:25:53 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-26 com.jcabi.http.mock.MkGrizzlyContainer: started on port #38924
[0;37mINFOm] pool-1-thread-26 com.jcabi.http.request.BaseRequest: #fetch(PUT localhost:38924 /user/starred/staruser/starrepo): [204 No Content] in 4ms
[0;37mINFOm] pool-1-thread-26 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #38924
Sep 21, 2017 8:25:53 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-27 com.jcabi.http.mock.MkGrizzlyContainer: started on port #33938
[0;37mINFOm] pool-1-thread-27 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:33938 /user/starred/someuser/starredrepo): [204 No Content] in 4ms
[0;37mINFOm] pool-1-thread-27 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:33938 /user/starred/otheruser/notstarredrepo): [404 Not Found] in 3ms
[0;37mINFOm] pool-1-thread-27 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #33938
Sep 21, 2017 8:25:53 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-46 com.jcabi.http.mock.MkGrizzlyContainer: started on port #36819
[0;37mINFOm] pool-1-thread-46 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:36819 /user/starred/unstaruser/unstarrepo): [204 No Content] in 4ms
[0;37mINFOm] pool-1-thread-46 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #36819
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.589 sec - in com.jcabi.github.RtStarsTest
Running com.jcabi.github.RtReleaseTest
Sep 21, 2017 8:25:52 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-35 com.jcabi.http.mock.MkGrizzlyContainer: started on port #38967
[0;37mINFOm] pool-1-thread-35 com.jcabi.http.request.BaseRequest: #fetch(PATCH localhost:38967 /repos/tstuser/tstbranch/releases/2): [200 OK] in 3ms
[0;37mINFOm] pool-1-thread-35 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #38967
Sep 21, 2017 8:25:52 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-45 com.jcabi.http.mock.MkGrizzlyContainer: started on port #41569
[0;37mINFOm] pool-1-thread-45 com.jcabi.http.request.BaseRequest: #fetch(PATCH localhost:41569 /repos/tstuser/tstbranch/releases/2): [200 OK] in 3ms
[0;37mINFOm] pool-1-thread-45 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #41569
Sep 21, 2017 8:25:52 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.mock.MkGrizzlyContainer: started on port #41128
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:41128 /repos/tstuser/tstbranch/releases/2): [204 No Content] in 4ms
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #41128
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.118 sec - in com.jcabi.github.RtReleaseTest
Running com.jcabi.github.MilestoneTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 sec - in com.jcabi.github.MilestoneTest
Running com.jcabi.github.RtOrganizationTest
Sep 21, 2017 8:25:52 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-34 com.jcabi.http.mock.MkGrizzlyContainer: started on port #41432
[0;37mINFOm] pool-1-thread-34 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #41432
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/orgs/testJson): [200 OK] in 0ms
Sep 21, 2017 8:25:52 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-23 com.jcabi.http.mock.MkGrizzlyContainer: started on port #44500
[0;37mINFOm] pool-1-thread-23 com.jcabi.http.request.BaseRequest: #fetch(PATCH localhost:44500 /orgs/testPatch): [200 OK] in 3ms
[0;37mINFOm] pool-1-thread-23 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #44500
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.076 sec - in com.jcabi.github.RtOrganizationTest
Running com.jcabi.github.RtEventTest
Sep 21, 2017 8:25:52 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-22 com.jcabi.http.mock.MkGrizzlyContainer: started on port #34507
[0;37mINFOm] pool-1-thread-22 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:34507 /repos/test/event/issues/events/3): [200 OK] in 3ms
[0;37mINFOm] pool-1-thread-22 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #34507
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.743 sec - in com.jcabi.github.RtEventTest
Running com.jcabi.github.RtPullsTest
Sep 21, 2017 8:25:52 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-20 com.jcabi.http.mock.MkGrizzlyContainer: started on port #41007
[0;37mINFOm] pool-1-thread-20 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:41007 /repos/mark/test/pulls): [200 OK] in 3ms
[0;37mINFOm] pool-1-thread-20 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #41007
Sep 21, 2017 8:25:52 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.mock.MkGrizzlyContainer: started on port #46443
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:46443 /repos/mark/test/pulls/1000000000): [200 OK] in 3ms
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #46443
Sep 21, 2017 8:25:52 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-21 com.jcabi.http.mock.MkGrizzlyContainer: started on port #34943
[0;37mINFOm] pool-1-thread-21 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:34943 /repos/mark/test/pulls): [201 Created] in 3ms
[0;37mINFOm] pool-1-thread-21 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:34943 /repos/mark/test/pulls/1000000000): [200 OK] in 3ms
[0;37mINFOm] pool-1-thread-21 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #34943
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.651 sec - in com.jcabi.github.RtPullsTest
Running com.jcabi.github.mock.MkAssigneesTest
[0;37mINFOm] pool-1-thread-7 com.jcabi.github.mock.MkRepos: repository Jonathan/UyyuSAXWsr6dKx84lRmL created by Jonathan
[0;37mINFOm] pool-1-thread-38 com.jcabi.github.mock.MkRepos: repository Jonathan/tMqHL1Q40vu4SQKtjb49 created by Jonathan
[0;37mINFOm] pool-1-thread-26 com.jcabi.github.mock.MkRepos: repository Jonathan/INrxkQCbipD2kI1olERe created by Jonathan
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.136 sec - in com.jcabi.github.mock.MkAssigneesTest
Running com.jcabi.github.IssueLabelsTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.153 sec - in com.jcabi.github.IssueLabelsTest
Running com.jcabi.github.mock.MkReposTest
[0;37mINFOm] pool-1-thread-41 com.jcabi.github.mock.MkRepos: repository jeff/remove-me created by jeff
[0;37mINFOm] pool-1-thread-34 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-22 com.jcabi.github.mock.MkRepos: repository jeff/hello created by jeff
[0;37mINFOm] pool-1-thread-20 com.jcabi.github.mock.MkRepos: repository tom/1 created by tom
[0;37mINFOm] pool-1-thread-20 com.jcabi.github.mock.MkRepos: repository tom/2 created by tom
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.238 sec - in com.jcabi.github.mock.MkReposTest
Running com.jcabi.github.RepoCommitTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 sec - in com.jcabi.github.RepoCommitTest
Running com.jcabi.github.mock.MkTreesTest
[0;37mINFOm] pool-1-thread-36 com.jcabi.github.mock.MkRepos: repository jeff/1RmGJO8BpWSQgfogfNbO created by jeff
[0;37mINFOm] pool-1-thread-10 com.jcabi.github.mock.MkRepos: repository jeff/64nWJLvepqyuvjzOYzSI created by jeff
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.218 sec - in com.jcabi.github.mock.MkTreesTest
Running com.jcabi.github.LimitTest
[0;37mINFOm] pool-1-thread-44 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class): [200 OK] in 0ms
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec - in com.jcabi.github.LimitTest
Running com.jcabi.github.mock.MkBranchTest
[0;37mINFOm] pool-1-thread-23 com.jcabi.github.mock.MkRepos: repository jeff/H0wQuCZRQNsdZkMpZVTR created by jeff
[0;37mINFOm] pool-1-thread-48 com.jcabi.github.mock.MkRepos: repository jeff/uxbG53S3KgqizePLUxz4 created by jeff
[0;37mINFOm] pool-1-thread-19 com.jcabi.github.mock.MkRepos: repository jeff/gX4Hch9ZVtbwuqPeqLtQ created by jeff
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.152 sec - in com.jcabi.github.mock.MkBranchTest
Running com.jcabi.github.mock.MkLabelsTest
[0;37mINFOm] pool-1-thread-45 com.jcabi.github.mock.MkRepos: repository jeff/f1jUHF4NzO2pbRA5xc4r created by jeff
[0;37mINFOm] pool-1-thread-45 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/f1jUHF4NzO2pbRA5xc4r by jeff: hey, you!
[0;37mINFOm] pool-1-thread-45 com.jcabi.github.mock.MkEvent: issue event #1 of type labeled created in jeff for issue #1 by jeff
[0;37mINFOm] pool-1-thread-9 com.jcabi.github.mock.MkRepos: repository jeff/76qdWC89l0eRpCtGfPWb created by jeff
[0;37mINFOm] pool-1-thread-34 com.jcabi.github.mock.MkRepos: repository jeff/0gUqqKk74PTGyR2Mb9C7 created by jeff
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.297 sec - in com.jcabi.github.mock.MkLabelsTest
Running com.jcabi.github.RtPublicMembersTest
Sep 21, 2017 8:25:53 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-28 com.jcabi.http.mock.MkGrizzlyContainer: started on port #37117
[0;37mINFOm] pool-1-thread-28 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:37117 /orgs/starfleet/public_members/wesley): [204 No Content] in 4ms
[0;37mINFOm] pool-1-thread-28 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:37117 /orgs/starfleet/public_members/wesley): [500 Internal Server Error] in 4ms
[0;37mINFOm] pool-1-thread-28 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #37117
Sep 21, 2017 8:25:53 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-40 com.jcabi.http.mock.MkGrizzlyContainer: started on port #44498
[0;37mINFOm] pool-1-thread-40 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:44498 /orgs/starfleet/public_members/wesley): [404 Not Found] in 15ms
[0;37mINFOm] pool-1-thread-40 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:44498 /orgs/starfleet/public_members/wesley): [404 Not Found] in 3ms
[0;37mINFOm] pool-1-thread-40 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:44498 /orgs/starfleet/public_members/wesley): [204 No Content] in 8ms
[0;37mINFOm] pool-1-thread-40 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:44498 /orgs/starfleet/public_members/wesley): [500 Internal Server Error] in 4ms
[0;37mINFOm] pool-1-thread-40 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #44498
Sep 21, 2017 8:25:53 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-42 com.jcabi.http.mock.MkGrizzlyContainer: started on port #40561
[0;37mINFOm] pool-1-thread-42 com.jcabi.http.request.BaseRequest: #fetch(PUT localhost:40561 /orgs/starfleet/public_members/wesley): [204 No Content] in 4ms
[0;37mINFOm] pool-1-thread-42 com.jcabi.http.request.BaseRequest: #fetch(PUT localhost:40561 /orgs/starfleet/public_members/wesley): [500 Internal Server Error] in 3ms
[0;37mINFOm] pool-1-thread-42 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #40561
Sep 21, 2017 8:25:53 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-23 com.jcabi.http.mock.MkGrizzlyContainer: started on port #44221
[0;37mINFOm] pool-1-thread-23 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:44221 /orgs/starfleet/public_members): [200 OK] in 4ms
[0;37mINFOm] pool-1-thread-23 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:44221 /orgs/starfleet/public_members): [500 Internal Server Error] in 14ms
[0;37mINFOm] pool-1-thread-23 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #44221
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.052 sec - in com.jcabi.github.RtPublicMembersTest
Running com.jcabi.github.PullCommentTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.135 sec - in com.jcabi.github.PullCommentTest
Running com.jcabi.github.mock.MkReleaseTest
[0;37mINFOm] pool-1-thread-41 com.jcabi.github.mock.MkRepos: repository jeff/9eCoe5wS9tHfkBNrb4Qx created by jeff
[0;37mINFOm] pool-1-thread-22 com.jcabi.github.mock.MkRepos: repository jeff/q1mYAWSKKCvzohQa98aX created by jeff
[0;37mINFOm] pool-1-thread-20 com.jcabi.github.mock.MkRepos: repository jeff/iiDvGv4OoftY0lQxRUsD created by jeff
[0;37mINFOm] pool-1-thread-5 com.jcabi.github.mock.MkRepos: repository jeff/0gQ4EFXYIFqrug6jgmmF created by jeff
[0;37mINFOm] pool-1-thread-36 com.jcabi.github.mock.MkRepos: repository jeff/8SeE18jnXhJ7hMUaLgLk created by jeff
[0;37mINFOm] pool-1-thread-7 com.jcabi.github.mock.MkRepos: repository jeff/62aGbRrnBJ9fHdtAssoE created by jeff
[0;37mINFOm] pool-1-thread-8 com.jcabi.github.mock.MkRepos: repository jeff/gs6xfAdRjATnYPEJPfNB created by jeff
[0;37mINFOm] pool-1-thread-35 com.jcabi.github.mock.MkRepos: repository jeff/s2LRgY4mgYAxr9V0DsS5 created by jeff
[0;37mINFOm] pool-1-thread-13 com.jcabi.github.mock.MkRepos: repository jeff/zFO67XZwQuMK4xadK6Ix created by jeff
[0;37mINFOm] pool-1-thread-26 com.jcabi.github.mock.MkRepos: repository jeff/FgEoH399Fue6oJu4Q9Vg created by jeff
[0;37mINFOm] pool-1-thread-34 com.jcabi.github.mock.MkRepos: repository jeff/KA0wXguqoJl31CB5ZVFZ created by jeff
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.063 sec - in com.jcabi.github.mock.MkReleaseTest
Running com.jcabi.github.RtReferenceTest
Sep 21, 2017 8:25:52 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.mock.MkGrizzlyContainer: started on port #39032
[0;37mINFOm] pool-1-thread-11 com.jcabi.github.mock.MkRepos: repository jeff/2LG5lVKWc7mtPFuWKAfH created by jeff
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:39032 /repos/jeff/2LG5lVKWc7mtPFuWKAfH/git/refs/heads/featureB): [200 OK] in 8ms
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #39032
Sep 21, 2017 8:25:52 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.mock.MkGrizzlyContainer: started on port #34819
[0;37mINFOm] pool-1-thread-15 com.jcabi.github.mock.MkRepos: repository jeff/ZJKSk2DpzFTjOWGIMhh9 created by jeff
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.request.BaseRequest: #fetch(PATCH localhost:34819 /repos/jeff/ZJKSk2DpzFTjOWGIMhh9/git/refs/heads/featureA): [200 OK] in 23ms
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #34819
Sep 21, 2017 8:25:52 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-39 com.jcabi.http.mock.MkGrizzlyContainer: started on port #36982
[0;37mINFOm] pool-1-thread-39 com.jcabi.github.mock.MkRepos: repository jeff/ssYeV1XkwLzId1gajACh created by jeff
[0;37mINFOm] pool-1-thread-39 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #36982
[0;37mINFOm] pool-1-thread-33 com.jcabi.github.mock.MkRepos: repository jeff/406CdnhaD6XuU2TO8Org created by jeff
Sep 21, 2017 8:25:52 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-33 com.jcabi.http.mock.MkGrizzlyContainer: started on port #38300
[0;37mINFOm] pool-1-thread-33 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #38300
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.261 sec - in com.jcabi.github.RtReferenceTest
Running com.jcabi.github.mock.MkIssueLabelsTest
[0;37mINFOm] pool-1-thread-37 com.jcabi.github.mock.MkRepos: repository jeff/Wh3QgRT4PDrD3tYtjgRM created by jeff
[0;37mINFOm] pool-1-thread-37 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/Wh3QgRT4PDrD3tYtjgRM by jeff: Rewrite
[0;37mINFOm] pool-1-thread-37 com.jcabi.github.mock.MkEvent: issue event #1 of type labeled created in jeff for issue #1 by jeff
[0;37mINFOm] pool-1-thread-37 com.jcabi.github.mock.MkEvent: issue event #2 of type unlabeled created in jeff for issue #1 by jeff
[0;37mINFOm] pool-1-thread-27 com.jcabi.github.mock.MkRepos: repository jeff/jxDAwnunfdDWubQscFqe created by jeff
[0;37mINFOm] pool-1-thread-27 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/jxDAwnunfdDWubQscFqe by jeff: title
[0;37mINFOm] pool-1-thread-27 com.jcabi.github.mock.MkEvent: issue event #1 of type labeled created in jeff for issue #1 by jeff
[0;37mINFOm] pool-1-thread-44 com.jcabi.github.mock.MkRepos: repository jeff/G1WDIh4tjaTEtinyMeqe created by jeff
[0;37mINFOm] pool-1-thread-44 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/G1WDIh4tjaTEtinyMeqe by jeff: how are you?
[0;37mINFOm] pool-1-thread-44 com.jcabi.github.mock.MkEvent: issue event #1 of type labeled created in jeff for issue #1 by jeff
[0;37mINFOm] pool-1-thread-11 com.jcabi.github.mock.MkRepos: repository jeff/6B3Pxb49wgDM02ceeGIM created by jeff
[0;37mINFOm] pool-1-thread-11 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/6B3Pxb49wgDM02ceeGIM by jeff: Titular
[0;37mINFOm] pool-1-thread-11 com.jcabi.github.mock.MkEvent: issue event #1 of type labeled created in jeff for issue #1 by jeff
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.156 sec - in com.jcabi.github.mock.MkIssueLabelsTest
Running com.jcabi.github.RtTreesTest
Sep 21, 2017 8:25:52 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.mock.MkGrizzlyContainer: started on port #43452
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:43452 /repos/mark/test/git/trees): [201 Created] in 4ms
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #43452
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.065 sec - in com.jcabi.github.RtTreesTest
Running com.jcabi.github.mock.MkContentsTest
[0;37mINFOm] pool-1-thread-19 com.jcabi.github.mock.MkRepos: repository jeff/war5YlYME09hGOPx4lEX created by jeff
[0;37mINFOm] pool-1-thread-45 com.jcabi.github.mock.MkRepos: repository test/aKFbMM6GGeHczW9rsksO created by test
[0;37mINFOm] pool-1-thread-41 com.jcabi.github.mock.MkRepos: repository jeff/5jmYU9npJM33RF2eFEi0 created by jeff
[0;37mINFOm] pool-1-thread-8 com.jcabi.github.mock.MkRepos: repository jeff/bJR2amgfVz3zJpLRQ0Lp created by jeff
[0;37mINFOm] pool-1-thread-40 com.jcabi.github.mock.MkRepos: repository jeff/PC3GDHwCOPFp9thUiNYJ created by jeff
[0;37mINFOm] pool-1-thread-17 com.jcabi.github.mock.MkRepos: repository jeff/3WUZGc4nmO7WC18B6bqc created by jeff
[0;37mINFOm] pool-1-thread-23 com.jcabi.github.mock.MkRepos: repository jeff/0XZl6bDGVoUTGutQ1o8T created by jeff
[0;37mINFOm] pool-1-thread-42 com.jcabi.github.mock.MkRepos: repository jeff/f1AA92HhyIneHp0Ye1Cr created by jeff
[0;37mINFOm] pool-1-thread-4 com.jcabi.github.mock.MkRepos: repository jeff/oufPk0JAem0255mGb0J5 created by jeff
[0;37mINFOm] pool-1-thread-28 com.jcabi.github.mock.MkRepos: repository jeff/PNUNJQmFWvQJkZxdxvP1 created by jeff
[0;37mINFOm] pool-1-thread-46 com.jcabi.github.mock.MkRepos: repository test/4eUgpj0AOtCzbC0cbiHR created by test
[0;37mINFOm] pool-1-thread-10 com.jcabi.github.mock.MkRepos: repository jeff/z3TMHla8WXBcuRHT8JDz created by jeff
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.402 sec - in com.jcabi.github.mock.MkContentsTest
Running com.jcabi.github.mock.MkEventTest
[0;37mINFOm] pool-1-thread-4 com.jcabi.github.mock.MkRepos: repository ken/foo created by ken
[0;37mINFOm] pool-1-thread-4 com.jcabi.github.mock.MkEvent: issue event #1 of type labeled created in ken for issue #1 by ken
[0;37mINFOm] pool-1-thread-36 com.jcabi.github.mock.MkRepos: repository barbie/bar created by barbie
[0;37mINFOm] pool-1-thread-36 com.jcabi.github.mock.MkEvent: issue event #1 of type labeled created in barbie for issue #1 by barbie
[0;37mINFOm] pool-1-thread-37 com.jcabi.github.mock.MkRepos: repository test_user/9Cg5J8hMocT3Nrl2LmhA created by test_user
[0;37mINFOm] pool-1-thread-37 com.jcabi.github.mock.MkEvent: issue event #1 of type test_type created in test_user for issue #1 by test_user
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.223 sec - in com.jcabi.github.mock.MkEventTest
Running com.jcabi.github.mock.MkGistsTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.189 sec - in com.jcabi.github.mock.MkGistsTest
Running com.jcabi.github.RtPullTest
Sep 21, 2017 8:25:52 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.mock.MkGrizzlyContainer: started on port #36995
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.request.BaseRequest: #fetch(PUT localhost:36995 /repos/user/repo/pulls/3/merge): [200 OK] in 3ms
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #36995
Sep 21, 2017 8:25:53 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-41 com.jcabi.http.mock.MkGrizzlyContainer: started on port #41406
[0;37mINFOm] pool-1-thread-41 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:41406 /repos/user/repo/pulls/2/files): [200 OK] in 3ms
[0;37mINFOm] pool-1-thread-41 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #41406
Sep 21, 2017 8:25:53 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-31 com.jcabi.http.mock.MkGrizzlyContainer: started on port #35028
[0;37mINFOm] pool-1-thread-31 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #35028
Sep 21, 2017 8:25:53 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-37 com.jcabi.http.mock.MkGrizzlyContainer: started on port #42319
[0;37mINFOm] pool-1-thread-37 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:42319 /repos/user/repo/pulls/1): [200 OK] in 3ms
[0;37mINFOm] pool-1-thread-37 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #42319
Sep 21, 2017 8:25:53 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-38 com.jcabi.http.mock.MkGrizzlyContainer: started on port #44981
[0;37mINFOm] pool-1-thread-38 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:44981 /repos/user/repo/pulls/1): [200 OK] in 3ms
[0;37mINFOm] pool-1-thread-38 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #44981
Tests run: 7, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 3.425 sec - in com.jcabi.github.RtPullTest
Running com.jcabi.github.mock.MkUserEmailsTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 sec - in com.jcabi.github.mock.MkUserEmailsTest
Running com.jcabi.github.FileChangeTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in com.jcabi.github.FileChangeTest
Running com.jcabi.github.RtIssuesTest
Sep 21, 2017 8:25:53 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-25 com.jcabi.http.mock.MkGrizzlyContainer: started on port #44340
[0;37mINFOm] pool-1-thread-25 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:44340 /repos/mark/test/issues): [201 Created] in 3ms
[0;37mINFOm] pool-1-thread-25 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:44340 /repos/mark/test/issues/1): [200 OK] in 1ms
[0;37mINFOm] pool-1-thread-25 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #44340
Sep 21, 2017 8:25:53 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.mock.MkGrizzlyContainer: started on port #39818
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:39818 /repos/mark/test/issues): [200 OK] in 4ms
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #39818
Sep 21, 2017 8:25:53 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-30 com.jcabi.http.mock.MkGrizzlyContainer: started on port #34123
[0;37mINFOm] pool-1-thread-30 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:34123 /repos/mark/test/issues/1): [200 OK] in 2ms
[0;37mINFOm] pool-1-thread-30 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #34123
Sep 21, 2017 8:25:53 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.mock.MkGrizzlyContainer: started on port #38942
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:38942 /repos/mark/test/issues): [200 OK] in 2ms
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #38942
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.031 sec - in com.jcabi.github.RtIssuesTest
Running com.jcabi.github.RtBranchTest
[0;37mINFOm] pool-1-thread-3 com.jcabi.github.mock.MkRepos: repository jeff/e43DHXIWxW67Bhg9v72N created by jeff
[0;37mINFOm] pool-1-thread-25 com.jcabi.github.mock.MkRepos: repository jeff/GPBzjejuloJ1NuVIbSnz created by jeff
[0;37mINFOm] pool-1-thread-1 com.jcabi.github.mock.MkRepos: repository jeff/hCiYpZfqOOQMLV6r27oq created by jeff
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec - in com.jcabi.github.RtBranchTest
Running com.jcabi.github.RtCommitsTest
Sep 21, 2017 8:25:52 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-43 com.jcabi.http.mock.MkGrizzlyContainer: started on port #43762
[0;37mINFOm] pool-1-thread-43 com.jcabi.github.mock.MkRepos: repository jeff/6GpEIPKSChHrZwIist5p created by jeff
[0;37mINFOm] pool-1-thread-43 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:43762 /repos/jeff/6GpEIPKSChHrZwIist5p/git/commits): [201 Created] in 7ms
[0;37mINFOm] pool-1-thread-43 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #43762
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.082 sec - in com.jcabi.github.RtCommitsTest
Running com.jcabi.github.RtGitignoresTest
[0;37mINFOm] pool-1-thread-39 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/gitignore/templates/C#): [200 OK] in 0ms
Sep 21, 2017 8:25:53 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.mock.MkGrizzlyContainer: started on port #41643
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:41643 /gitignore/templates): [200 OK] in 6ms
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #41643
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.022 sec - in com.jcabi.github.RtGitignoresTest
Running com.jcabi.github.mock.MkGitignoresTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in com.jcabi.github.mock.MkGitignoresTest
Running com.jcabi.github.IssueTest
[0;37mINFOm] pool-1-thread-25 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/repos/user/repo/issues/1): [200 OK] in 0ms
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 sec - in com.jcabi.github.IssueTest
Running com.jcabi.github.RtUsersTest
Sep 21, 2017 8:25:53 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.mock.MkGrizzlyContainer: started on port #41802
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:41802 /user): [200 OK] in 6ms
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #41802
Sep 21, 2017 8:25:53 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-39 com.jcabi.http.mock.MkGrizzlyContainer: started on port #35295
[0;37mINFOm] pool-1-thread-39 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:35295 /users): [200 OK] in 7ms
[0;37mINFOm] pool-1-thread-39 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #35295
Sep 21, 2017 8:25:53 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-24 com.jcabi.http.mock.MkGrizzlyContainer: started on port #33771
[0;37mINFOm] pool-1-thread-24 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #33771
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.112 sec - in com.jcabi.github.RtUsersTest
Running com.jcabi.github.PullTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 sec - in com.jcabi.github.PullTest
Running com.jcabi.github.RtForksTest
Sep 21, 2017 8:25:53 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-21 com.jcabi.http.mock.MkGrizzlyContainer: started on port #39955
[0;37mINFOm] pool-1-thread-21 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:39955 /repos/test_user/test_repo/forks): [202 Accepted] in 3ms
[0;37mINFOm] pool-1-thread-21 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:39955 /repos/test_user/test_repo/forks/repos/test_user/test_repo/forks/1): [200 OK] in 2ms
[0;37mINFOm] pool-1-thread-21 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #39955
[0;37mINFOm] pool-1-thread-7 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/repos/test/forks/forks): [200 OK] in 0ms
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.089 sec - in com.jcabi.github.RtForksTest
Running com.jcabi.github.mock.MkTreeTest
[0;37mINFOm] pool-1-thread-24 com.jcabi.github.mock.MkRepos: repository jeff/JSJe9KplXFclIbFnfm2B created by jeff
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in com.jcabi.github.mock.MkTreeTest
Running com.jcabi.github.RtCommitTest
Sep 21, 2017 8:25:53 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.mock.MkGrizzlyContainer: started on port #46390
[0;37mINFOm] pool-1-thread-9 com.jcabi.github.mock.MkRepos: repository jeff/h4PvmmQIgEXCCBdqUMH8 created by jeff
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:46390 /repos/jeff/h4PvmmQIgEXCCBdqUMH8/git/commits/sha): [200 OK] in 12ms
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #46390
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.051 sec - in com.jcabi.github.RtCommitTest
Running com.jcabi.github.mock.MkTagTest
[0;37mINFOm] pool-1-thread-15 com.jcabi.github.mock.MkRepos: repository jeff/Y6akqCUIyakeqTe4ONfi created by jeff
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in com.jcabi.github.mock.MkTagTest
Running com.jcabi.github.RtOrganizationsTest
Sep 21, 2017 8:25:53 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.mock.MkGrizzlyContainer: started on port #44158
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:44158 /user/orgs): [200 OK] in 11ms
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #44158
Sep 21, 2017 8:25:53 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-44 com.jcabi.http.mock.MkGrizzlyContainer: started on port #38581
[0;37mINFOm] pool-1-thread-44 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #38581
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.079 sec - in com.jcabi.github.RtOrganizationsTest
Running com.jcabi.github.mock.MkPublicKeysTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec - in com.jcabi.github.mock.MkPublicKeysTest
Running com.jcabi.github.mock.MkStorageTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.414 sec - in com.jcabi.github.mock.MkStorageTest
Running com.jcabi.github.ContentTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.143 sec - in com.jcabi.github.ContentTest
Running com.jcabi.github.RtCommentTest
[0;37mINFOm] pool-1-thread-20 com.jcabi.github.mock.MkRepos: repository jeff/ALoU3zFzSNL0I5Zsay6V created by jeff
[0;37mINFOm] pool-1-thread-20 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/ALoU3zFzSNL0I5Zsay6V by jeff: testing1
Sep 21, 2017 8:25:53 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-19 com.jcabi.http.mock.MkGrizzlyContainer: started on port #35484
[0;37mINFOm] pool-1-thread-19 com.jcabi.github.mock.MkRepos: repository jeff/TXQLOhEYx0OFK8SFRoAF created by jeff
[0;37mINFOm] pool-1-thread-19 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/TXQLOhEYx0OFK8SFRoAF by jeff: testing3
[0;37mINFOm] pool-1-thread-19 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:35484 /repos/jeff/TXQLOhEYx0OFK8SFRoAF/issues/comments/10): [204 No Content] in 17ms
[0;37mINFOm] pool-1-thread-19 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #35484
[0;37mINFOm] pool-1-thread-7 com.jcabi.github.mock.MkRepos: repository jeff/CwiTgn8h8uv4TQF4qDZH created by jeff
[0;37mINFOm] pool-1-thread-7 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/CwiTgn8h8uv4TQF4qDZH by jeff: testing2
[0;37mINFOm] pool-1-thread-39 com.jcabi.github.mock.MkRepos: repository jeff/JIbaoVOGiWuXlWAfa4NV created by jeff
[0;37mINFOm] pool-1-thread-39 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/JIbaoVOGiWuXlWAfa4NV by jeff: title
Sep 21, 2017 8:25:53 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-34 com.jcabi.http.mock.MkGrizzlyContainer: started on port #32935
[0;37mINFOm] pool-1-thread-34 com.jcabi.github.mock.MkRepos: repository jeff/V3bteD0VCBaTpt4WfuTT created by jeff
[0;37mINFOm] pool-1-thread-34 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/V3bteD0VCBaTpt4WfuTT by jeff: testing4
[0;37mINFOm] pool-1-thread-34 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:32935 /repos/jeff/V3bteD0VCBaTpt4WfuTT/issues/comments/10): [200 OK] in 11ms
[0;37mINFOm] pool-1-thread-34 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #32935
Sep 21, 2017 8:25:53 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-22 com.jcabi.http.mock.MkGrizzlyContainer: started on port #33597
[0;37mINFOm] pool-1-thread-22 com.jcabi.github.mock.MkRepos: repository jeff/YzsyykNPpjvo9KjSGG8D created by jeff
[0;37mINFOm] pool-1-thread-22 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/YzsyykNPpjvo9KjSGG8D by jeff: testing5
[0;37mINFOm] pool-1-thread-22 com.jcabi.http.request.BaseRequest: #fetch(PATCH localhost:33597 /repos/jeff/YzsyykNPpjvo9KjSGG8D/issues/comments/10): [200 OK] in 8ms
[0;37mINFOm] pool-1-thread-22 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #33597
Sep 21, 2017 8:25:53 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-33 com.jcabi.http.mock.MkGrizzlyContainer: started on port #45566
[0;37mINFOm] pool-1-thread-33 com.jcabi.github.mock.MkRepos: repository jeff/BBpmk9nbvqrtzqkPJiOV created by jeff
[0;37mINFOm] pool-1-thread-33 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/BBpmk9nbvqrtzqkPJiOV by jeff: testing6
[0;37mINFOm] pool-1-thread-33 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #45566
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.644 sec - in com.jcabi.github.RtCommentTest
Running com.jcabi.github.RtMarkdownTest
Sep 21, 2017 8:25:54 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-41 com.jcabi.http.mock.MkGrizzlyContainer: started on port #36197
[0;37mINFOm] pool-1-thread-41 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:36197 /markdown): [200 OK] in 4ms
[0;37mINFOm] pool-1-thread-41 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #36197
Sep 21, 2017 8:25:54 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-28 com.jcabi.http.mock.MkGrizzlyContainer: started on port #36683
[0;37mINFOm] pool-1-thread-28 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:36683 /markdown/raw): [200 OK] in 3ms
[0;37mINFOm] pool-1-thread-28 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #36683
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.025 sec - in com.jcabi.github.RtMarkdownTest
Running com.jcabi.github.RtValuePaginationTest
Sep 21, 2017 8:25:54 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-23 com.jcabi.http.mock.MkGrizzlyContainer: started on port #40695
[0;37mINFOm] pool-1-thread-23 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:40695 /): [200 OK] in 4ms
[0;37mINFOm] pool-1-thread-23 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:40695 /s): [200 OK] in 3ms
[0;37mINFOm] pool-1-thread-23 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #40695
Sep 21, 2017 8:25:54 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.mock.MkGrizzlyContainer: started on port #40879
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:40879 /): [200 OK] in 4ms
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #40879
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.026 sec - in com.jcabi.github.RtValuePaginationTest
Running com.jcabi.github.mock.MkOrganizationsTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.055 sec - in com.jcabi.github.mock.MkOrganizationsTest
Running com.jcabi.github.RtAssigneesTest
Sep 21, 2017 8:25:54 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-37 com.jcabi.http.mock.MkGrizzlyContainer: started on port #32886
[0;37mINFOm] pool-1-thread-37 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:32886 /repos/test/assignee/assignees/octocat33): [404 Not Found] in 5ms
[0;37mINFOm] pool-1-thread-37 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #32886
Sep 21, 2017 8:25:54 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-20 com.jcabi.http.mock.MkGrizzlyContainer: started on port #44710
[0;37mINFOm] pool-1-thread-20 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:44710 /repos/test/assignee/assignees): [200 OK] in 2ms
[0;37mINFOm] pool-1-thread-20 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #44710
Sep 21, 2017 8:25:54 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-31 com.jcabi.http.mock.MkGrizzlyContainer: started on port #35456
[0;37mINFOm] pool-1-thread-31 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:35456 /repos/test/assignee/assignees/octocat2): [204 No Content] in 2ms
[0;37mINFOm] pool-1-thread-31 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #35456
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.029 sec - in com.jcabi.github.RtAssigneesTest
Running com.jcabi.github.RtDeployKeysTest
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/repos/test/keys/keys/1): [200 OK] in 0ms
Sep 21, 2017 8:25:54 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.mock.MkGrizzlyContainer: started on port #38654
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:38654 /repos/test/keys/keys): [200 OK] in 3ms
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #38654
Sep 21, 2017 8:25:54 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-39 com.jcabi.http.mock.MkGrizzlyContainer: started on port #42320
[0;37mINFOm] pool-1-thread-39 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:42320 /repos/test/keys/keys): [201 Created] in 3ms
[0;37mINFOm] pool-1-thread-39 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #42320
[0;37mINFOm] pool-1-thread-46 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/repos/test/keys/keys): [200 OK] in 0ms
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.02 sec - in com.jcabi.github.RtDeployKeysTest
Running com.jcabi.github.SmartJsonTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in com.jcabi.github.SmartJsonTest
Running com.jcabi.github.StatusesTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in com.jcabi.github.StatusesTest
Running com.jcabi.github.RtTagsTest
Sep 21, 2017 8:25:55 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.mock.MkGrizzlyContainer: started on port #42868
[0;37mINFOm] pool-1-thread-15 com.jcabi.github.mock.MkRepos: repository jeff/lR79TR00PMEvGhJkp3z6 created by jeff
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:42868 /repos/jeff/lR79TR00PMEvGhJkp3z6/git/tags): [201 Created] in 4ms
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:42868 /repos/jeff/lR79TR00PMEvGhJkp3z6/git/refs): [201 Created] in 5ms
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #42868
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.177 sec - in com.jcabi.github.RtTagsTest
Running com.jcabi.github.RtJsonTest
Sep 21, 2017 8:25:54 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-40 com.jcabi.http.mock.MkGrizzlyContainer: started on port #43761
[0;37mINFOm] pool-1-thread-40 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:43761 /): [200 OK] in 5ms
[0;37mINFOm] pool-1-thread-40 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #43761
Sep 21, 2017 8:25:54 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.mock.MkGrizzlyContainer: started on port #33218
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.request.BaseRequest: #fetch(PATCH localhost:33218 /): [200 OK] in 5ms
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #33218
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.047 sec - in com.jcabi.github.RtJsonTest
Running com.jcabi.github.RtTagTest
Sep 21, 2017 8:25:54 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-25 com.jcabi.http.mock.MkGrizzlyContainer: started on port #33038
[0;37mINFOm] pool-1-thread-25 com.jcabi.github.mock.MkRepos: repository jeff/DXz0ruIxjhvJ0TpxPsfE created by jeff
[0;37mINFOm] pool-1-thread-25 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:33038 /repos/jeff/DXz0ruIxjhvJ0TpxPsfE/git/tags/abdes00test): [200 OK] in 4ms
[0;37mINFOm] pool-1-thread-25 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #33038
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.518 sec - in com.jcabi.github.RtTagTest
Running com.jcabi.github.RtDeployKeyTest
Sep 21, 2017 8:25:54 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-18 com.jcabi.http.mock.MkGrizzlyContainer: started on port #38394
[0;37mINFOm] pool-1-thread-18 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:38394 /repos/test/keys/keys/3): [204 No Content] in 2ms
[0;37mINFOm] pool-1-thread-18 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #38394
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.772 sec - in com.jcabi.github.RtDeployKeyTest
Running com.jcabi.github.RtIssueTest
Sep 21, 2017 8:25:54 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-21 com.jcabi.http.mock.MkGrizzlyContainer: started on port #39849
[0;37mINFOm] pool-1-thread-21 com.jcabi.http.request.BaseRequest: #fetch(PATCH localhost:39849 /repos/user/repo/issues/1): [200 OK] in 5ms
[0;37mINFOm] pool-1-thread-21 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #39849
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/repos/user/repo/issues/1): [200 OK] in 0ms
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.631 sec - in com.jcabi.github.RtIssueTest
Running com.jcabi.github.RtMilestonesTest
Sep 21, 2017 8:25:55 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.mock.MkGrizzlyContainer: started on port #41702
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:41702 /repos/mark/test/milestones/1): [204 No Content] in 8ms
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #41702
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.121 sec - in com.jcabi.github.RtMilestonesTest
Running com.jcabi.github.RtBlobsTest
Sep 21, 2017 8:25:54 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.mock.MkGrizzlyContainer: started on port #35022
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:35022 /repos/mark/test/git/blobs): [201 Created] in 2ms
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:35022 /repos/mark/test/git/blobs/73c5d87ab7bd2e13615bea4b928b7fa72c30d337): [200 OK] in 2ms
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #35022
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.788 sec - in com.jcabi.github.RtBlobsTest
Running com.jcabi.github.RtGistTest
Sep 21, 2017 8:25:53 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-44 com.jcabi.http.mock.MkGrizzlyContainer: started on port #34129
[0;37mINFOm] pool-1-thread-44 com.jcabi.http.request.BaseRequest: #fetch(PATCH localhost:34129 /gists/patch): [200 OK] in 8ms
[0;37mINFOm] pool-1-thread-44 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #34129
Sep 21, 2017 8:25:53 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.mock.MkGrizzlyContainer: started on port #43351
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #43351
Sep 21, 2017 8:25:53 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
Sep 21, 2017 8:25:53 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-40 com.jcabi.http.mock.MkGrizzlyContainer: started on port #46856
[0;37mINFOm] pool-1-thread-40 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:46856 /gists/testGetFiles): [200 OK] in 6ms
[0;37mINFOm] pool-1-thread-40 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #46856
Sep 21, 2017 8:25:53 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
Sep 21, 2017 8:25:53 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-7 com.jcabi.http.mock.MkGrizzlyContainer: started on port #41418
[0;37mINFOm] pool-1-thread-7 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:41418 /gists/unstar/star): [204 No Content] in 6ms
[0;37mINFOm] pool-1-thread-7 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #41418
[0;37mINFOm] pool-1-thread-17 com.jcabi.http.mock.MkGrizzlyContainer: started on port #38251
[0;37mINFOm] pool-1-thread-17 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:38251 /gists/test): [200 OK] in 6ms
[0;37mINFOm] pool-1-thread-17 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:38251 /gists/world): [200 OK] in 2ms
[0;37mINFOm] pool-1-thread-17 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:38251 /gists/test/forks): [201 Created] in 32ms
[0;37mINFOm] pool-1-thread-17 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:38251 /gists/forked): [200 OK] in 4ms
[0;37mINFOm] pool-1-thread-17 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:38251 /gists/world): [200 OK] in 5ms
[0;37mINFOm] pool-1-thread-17 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #38251
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.mock.MkGrizzlyContainer: started on port #37706
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:37706 /gists/test): [200 OK] in 11ms
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:37706 /gists/world): [200 OK] in 3ms
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #37706
Sep 21, 2017 8:25:53 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.mock.MkGrizzlyContainer: started on port #39111
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.request.BaseRequest: #fetch(PATCH localhost:39111 /gists/testWrite): [200 OK] in 7ms
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #39111
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.646 sec - in com.jcabi.github.RtGistTest
Running com.jcabi.github.mock.MkHooksTest
[0;37mINFOm] pool-1-thread-32 com.jcabi.github.mock.MkRepos: repository jeff/ESGL3Uz5EhpjZTwgE7Em created by jeff
[0;37mINFOm] pool-1-thread-26 com.jcabi.github.mock.MkRepos: repository jeff/9higQuLtKPbgSGUcNMOv created by jeff
[0;37mINFOm] pool-1-thread-23 com.jcabi.github.mock.MkRepos: repository jeff/kqb2jPAeqSx14XwAIdqe created by jeff
[0;37mINFOm] pool-1-thread-7 com.jcabi.github.mock.MkRepos: repository jeff/PVAN8pGh5buKI9UYZz4A created by jeff
[0;37mINFOm] pool-1-thread-31 com.jcabi.github.mock.MkRepos: repository jeff/WwDMu9LiOqgOvNh4uVpG created by jeff
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.667 sec - in com.jcabi.github.mock.MkHooksTest
Running com.jcabi.github.mock.MkBranchesTest
[0;37mINFOm] pool-1-thread-35 com.jcabi.github.mock.MkRepos: repository jeff/Pwzebpz7bQAM1vcaca4K created by jeff
[0;37mINFOm] pool-1-thread-45 com.jcabi.github.mock.MkRepos: repository jeff/8zjP4xJ8AaoxTfxd4E4a created by jeff
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec - in com.jcabi.github.mock.MkBranchesTest
Running com.jcabi.github.RtReleaseAssetsTest
[0;37mINFOm] pool-1-thread-18 com.jcabi.github.mock.MkRepos: repository john/H9WRqIZE0bV74cho0OCd created by john
[0;37mINFOm] pool-1-thread-18 com.jcabi.http.request.BaseRequest: #fetch(POST uploads.github.com /repos/john/H9WRqIZE0bV74cho0OCd/releases/1/assets): [201 OK] in 0ms
[0;37mINFOm] pool-1-thread-21 com.jcabi.github.mock.MkRepos: repository john/VbWDELfA2GDKywemYLTC created by john
[0;37mINFOm] pool-1-thread-21 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/repos/john/VbWDELfA2GDKywemYLTC/releases/1/assets): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-12 com.jcabi.github.mock.MkRepos: repository john/1iCtCrl85eslyxNlKvwy created by john
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.172 sec - in com.jcabi.github.RtReleaseAssetsTest
Running com.jcabi.github.ImmutabilityTest
[0;33mWARNm] pool-1-thread-26 org.reflections.Reflections: could not create Vfs.Dir from url. ignoring the exception and continuing
org.reflections.ReflectionsException: could not create Vfs.Dir from url, no matching UrlType was found [file:/usr/lib/jvm/java-7-openjdk-amd64/jre/lib/ext/libatk-wrapper.so]
either use fromURL(final URL url, final List<UrlType> urlTypes) or use the static setDefaultURLTypes(final List<UrlType> urlTypes) or addDefaultURLTypes(UrlType urlType) with your specialized UrlType.
        at org.reflections.vfs.Vfs.fromURL(Vfs.java:109)
        at org.reflections.vfs.Vfs.fromURL(Vfs.java:91)
        at org.reflections.Reflections.scan(Reflections.java:237)
        at org.reflections.Reflections.scan(Reflections.java:204)
        at org.reflections.Reflections.<init>(Reflections.java:129)
        at com.jcabi.github.ClasspathRule.allTypes(ClasspathRule.java:61)
        at com.jcabi.github.ImmutabilityTest.checkImmutability(ImmutabilityTest.java:69)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
        at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
        at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
        at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
        at com.jcabi.github.ClasspathRule$2.evaluate(ClasspathRule.java:102)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
        at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
        at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
        at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
        at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:387)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:473)
        at java.util.concurrent.FutureTask.run(FutureTask.java:262)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:622)
        at java.lang.Thread.run(Thread.java:748)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in com.jcabi.github.ImmutabilityTest
Running com.jcabi.github.RtPullRefTest
[0;37mINFOm] pool-1-thread-15 com.jcabi.github.mock.MkRepos: repository jeff/CcVZKaq4BQtkqyckFkIf created by jeff
[0;37mINFOm] pool-1-thread-5 com.jcabi.github.mock.MkRepos: repository jeff/Hw6RAi8YeuE9Ji3PrxEg created by jeff
[0;37mINFOm] pool-1-thread-14 com.jcabi.github.mock.MkRepos: repository jeff/oBlq1HSKPVwoUFqSocbP created by jeff
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.155 sec - in com.jcabi.github.RtPullRefTest
Running com.jcabi.github.RtStatusTest
[0;37mINFOm] pool-1-thread-40 com.jcabi.github.mock.MkRepos: repository jeff/ZrwxVk2eViCFq0xL2M0I created by jeff
[0;37mINFOm] pool-1-thread-17 com.jcabi.github.mock.MkRepos: repository jeff/ljU8ldy5ztF5sD2Ghxkb created by jeff
[0;37mINFOm] pool-1-thread-25 com.jcabi.github.mock.MkRepos: repository jeff/w3huJHtcW7zlhcVOnWPI created by jeff
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.281 sec - in com.jcabi.github.RtStatusTest
Running com.jcabi.github.mock.MkReferencesTest
[0;37mINFOm] pool-1-thread-5 com.jcabi.github.mock.MkRepos: repository jeff/oaHRAwSg6XXhuhfOBHh5 created by jeff
[0;37mINFOm] pool-1-thread-10 com.jcabi.github.mock.MkRepos: repository jeff/JTkjXMnkcyYfEZ8vxOig created by jeff
[0;37mINFOm] pool-1-thread-20 com.jcabi.github.mock.MkRepos: repository jeff/JNybNJhPK03cB11Gphjq created by jeff
[0;37mINFOm] pool-1-thread-36 com.jcabi.github.mock.MkRepos: repository jeff/M5zpX7AkasggV1N1qxX6 created by jeff
[0;37mINFOm] pool-1-thread-39 com.jcabi.github.mock.MkRepos: repository jeff/6W5QXux6kkLsSO6ryXiW created by jeff
[0;37mINFOm] pool-1-thread-15 com.jcabi.github.mock.MkRepos: repository jeff/WxHIW8rWo4Ib2SLtoyvM created by jeff
[0;37mINFOm] pool-1-thread-9 com.jcabi.github.mock.MkRepos: repository jeff/najgubTz9n8nggGWfQ7S created by jeff
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.967 sec - in com.jcabi.github.mock.MkReferencesTest
Running com.jcabi.github.PullRefTest
[0;37mINFOm] pool-1-thread-17 com.jcabi.github.mock.MkRepos: repository jeff/yaxRDGvBhYdajgbacN5o created by jeff
[0;37mINFOm] pool-1-thread-4 com.jcabi.github.mock.MkRepos: repository jeff/KSrPlSYCAOM9dg4EzJ5n created by jeff
[0;37mINFOm] pool-1-thread-18 com.jcabi.github.mock.MkRepos: repository jeff/WIKfnOx3dM16vrBTMSwp created by jeff
[0;37mINFOm] pool-1-thread-26 com.jcabi.github.mock.MkRepos: repository jeff/kTtZmaYbgxBOs3xl0RL5 created by jeff
[0;37mINFOm] pool-1-thread-12 com.jcabi.github.mock.MkRepos: repository jeff/avo7TVGjBLjkMPeQYNdp created by jeff
[0;37mINFOm] pool-1-thread-5 com.jcabi.github.mock.MkRepos: repository jeff/iREefACkJXUSC6LyVsb8 created by jeff
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.348 sec - in com.jcabi.github.PullRefTest
Running com.jcabi.github.mock.MkDeployKeysTest
[0;37mINFOm] pool-1-thread-5 com.jcabi.github.mock.MkRepos: repository jeff/1mTcENqzsxXZ7WqoCLWF created by jeff
[0;37mINFOm] pool-1-thread-4 com.jcabi.github.mock.MkRepos: repository jeff/qJCdal6qBqhzviY91IGN created by jeff
[0;37mINFOm] pool-1-thread-37 com.jcabi.github.mock.MkRepos: repository jeff/tuok0olyEw9Awok2rTuc created by jeff
[0;37mINFOm] pool-1-thread-14 com.jcabi.github.mock.MkRepos: repository jeff/d27zBJdUNGX6CQzw4JOf created by jeff
[0;37mINFOm] pool-1-thread-36 com.jcabi.github.mock.MkRepos: repository jeff/Nefj7DnWIAFujVSqegZZ created by jeff
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.256 sec - in com.jcabi.github.mock.MkDeployKeysTest
Running com.jcabi.github.mock.MkCollaboratorsTest
[0;37mINFOm] pool-1-thread-5 com.jcabi.github.mock.MkRepos: repository jeff/GjdNf3OZBbos1KQqbwat created by jeff
[0;37mINFOm] pool-1-thread-4 com.jcabi.github.mock.MkRepos: repository jeff/CWfZtMes53Elpn5JDoaq created by jeff
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 sec - in com.jcabi.github.mock.MkCollaboratorsTest
Running com.jcabi.github.mock.MkTagsTest
[0;37mINFOm] pool-1-thread-4 com.jcabi.github.mock.MkRepos: repository jeff/ENq7IqmRrTi9eSg3hbUw created by jeff
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in com.jcabi.github.mock.MkTagsTest
Running com.jcabi.github.ReleaseAssetTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 sec - in com.jcabi.github.ReleaseAssetTest
Running com.jcabi.github.mock.MkGitTest
[0;37mINFOm] pool-1-thread-28 com.jcabi.github.mock.MkRepos: repository jeff/N1OE9HsLn94BlPrd1UB4 created by jeff
[0;37mINFOm] pool-1-thread-21 com.jcabi.github.mock.MkRepos: repository jeff/aYn74TP5B0Y5ypfCe13J created by jeff
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec - in com.jcabi.github.mock.MkGitTest
Running com.jcabi.github.mock.MkIssueTest
[0;37mINFOm] pool-1-thread-33 com.jcabi.github.mock.MkRepos: repository jeff/MCke0yvAcqYyIgp9vEhO created by jeff
[0;37mINFOm] pool-1-thread-33 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/MCke0yvAcqYyIgp9vEhO by jeff: hey
[0;37mINFOm] pool-1-thread-46 com.jcabi.github.mock.MkRepos: repository jeff/OTSBVXNIS02z5vxZJwRY created by jeff
[0;37mINFOm] pool-1-thread-46 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/OTSBVXNIS02z5vxZJwRY by jeff: hey
[0;37mINFOm] pool-1-thread-11 com.jcabi.github.mock.MkRepos: repository jeff/1h6WdAIbpFIvobJSzb69 created by jeff
[0;37mINFOm] pool-1-thread-11 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/1h6WdAIbpFIvobJSzb69 by jeff: hey
[0;37mINFOm] pool-1-thread-38 com.jcabi.github.mock.MkRepos: repository first/gjPjoykIGcwjjMhK1GsR created by first
[0;37mINFOm] pool-1-thread-38 com.jcabi.github.mock.MkIssues: issue #1 created in first/gjPjoykIGcwjjMhK1GsR by second:
[0;37mINFOm] pool-1-thread-34 com.jcabi.github.mock.MkRepos: repository jeff/BtbGxSf21SquPSncSytG created by jeff
[0;37mINFOm] pool-1-thread-34 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/BtbGxSf21SquPSncSytG by jeff: hey
[0;37mINFOm] pool-1-thread-34 com.jcabi.github.mock.MkEvent: issue event #1 of type closed created in jeff for issue #1 by jeff
[0;37mINFOm] pool-1-thread-34 com.jcabi.github.mock.MkEvent: issue event #2 of type reopened created in jeff for issue #1 by jeff
[0;37mINFOm] pool-1-thread-8 com.jcabi.github.mock.MkRepos: repository jeff/AAjJGRjGTEq8cTaSqNDP created by jeff
[0;37mINFOm] pool-1-thread-8 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/AAjJGRjGTEq8cTaSqNDP by jeff: hey
[0;37mINFOm] pool-1-thread-8 com.jcabi.github.mock.MkEvent: issue event #1 of type closed created in jeff for issue #1 by jeff
[0;37mINFOm] pool-1-thread-28 com.jcabi.github.mock.MkRepos: repository jeff/hMTay9GTjiRrBvVxpjhw created by jeff
[0;37mINFOm] pool-1-thread-28 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/hMTay9GTjiRrBvVxpjhw by jeff: hey
[0;37mINFOm] pool-1-thread-22 com.jcabi.github.mock.MkRepos: repository jeff/zu6yvNhvBs6eIN9eWGdJ created by jeff
[0;37mINFOm] pool-1-thread-22 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/zu6yvNhvBs6eIN9eWGdJ by jeff: hey
[0;37mINFOm] pool-1-thread-19 com.jcabi.github.mock.MkRepos: repository jeff/U1jt2JPv82a2J8RBf6yj created by jeff
[0;37mINFOm] pool-1-thread-19 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/U1jt2JPv82a2J8RBf6yj by jeff: hey
[0;37mINFOm] pool-1-thread-45 com.jcabi.github.mock.MkRepos: repository jeff/ptSSJFwtSAgEuxiwNNnj created by jeff
[0;37mINFOm] pool-1-thread-45 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/ptSSJFwtSAgEuxiwNNnj by jeff: hey
[0;37mINFOm] pool-1-thread-45 com.jcabi.github.mock.MkEvent: issue event #1 of type labeled created in jeff for issue #1 by jeff
[0;37mINFOm] pool-1-thread-41 com.jcabi.github.mock.MkRepos: repository jeff/0n53n7Vb9H1Ry3NUSFnO created by jeff
[0;37mINFOm] pool-1-thread-41 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/0n53n7Vb9H1Ry3NUSFnO by jeff: hey
[0;37mINFOm] pool-1-thread-27 com.jcabi.github.mock.MkRepos: repository jeff/FFT6ulS4HXeBFlBE04aE created by jeff
[0;37mINFOm] pool-1-thread-27 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/FFT6ulS4HXeBFlBE04aE by jeff: hey
[0;37mINFOm] pool-1-thread-27 com.jcabi.github.mock.MkEvent: issue event #1 of type closed created in jeff for issue #1 by jeff
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.797 sec - in com.jcabi.github.mock.MkIssueTest
Running com.jcabi.github.mock.MkMilestoneTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in com.jcabi.github.mock.MkMilestoneTest
Running com.jcabi.github.RtBranchesTest
Sep 21, 2017 8:25:54 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.mock.MkGrizzlyContainer: started on port #43222
[0;37mINFOm] pool-1-thread-1 com.jcabi.github.mock.MkRepos: repository jeff/zH4oED9EwffZkIkGThqQ created by jeff
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:43222 /repos/jeff/zH4oED9EwffZkIkGThqQ/branches): [200 OK] in 3ms
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:43222 /repos/jeff/zH4oED9EwffZkIkGThqQ/branches): [200 OK] in 1ms
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #43222
[0;37mINFOm] pool-1-thread-44 com.jcabi.github.mock.MkRepos: repository jeff/0LwbzmJs1peNby6khqY8 created by jeff
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.024 sec - in com.jcabi.github.RtBranchesTest
Running com.jcabi.github.ForkTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in com.jcabi.github.ForkTest
Running com.jcabi.github.RtGistCommentTest
Sep 21, 2017 8:25:53 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.mock.MkGrizzlyContainer: started on port #33420
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:33420 /gists/gistName/comments/1): [204 No Content] in 6ms
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #33420
Sep 21, 2017 8:25:53 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.mock.MkGrizzlyContainer: started on port #35405
Sep 21, 2017 8:25:53 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.mock.MkGrizzlyContainer: started on port #35826
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.request.BaseRequest: #fetch(PATCH localhost:35405 /gists/someName/comments/1): [200 OK] in 5ms
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:35405 /gists/someName/comments/1): [200 OK] in 2ms
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #35405
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #35826
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.03 sec - in com.jcabi.github.RtGistCommentTest
Running com.jcabi.github.RtPullCommentTest
Sep 21, 2017 8:25:53 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-48 com.jcabi.http.mock.MkGrizzlyContainer: started on port #44074
[0;37mINFOm] pool-1-thread-48 com.jcabi.github.mock.MkRepos: repository joe/blueharvest created by joe
[0;37mINFOm] pool-1-thread-48 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:44074 /repos/joe/blueharvest/pulls/comments/1): [200 OK] in 10ms
[0;37mINFOm] pool-1-thread-48 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #44074
[0;37mINFOm] pool-1-thread-26 com.jcabi.github.mock.MkRepos: repository jeff/neBQUBKwg94ySeWexyHj created by jeff
Sep 21, 2017 8:25:53 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.mock.MkGrizzlyContainer: started on port #44764
[0;37mINFOm] pool-1-thread-4 com.jcabi.github.mock.MkRepos: repository joe/blueharvest created by joe
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.request.BaseRequest: #fetch(PATCH localhost:44764 /repos/joe/blueharvest/pulls/comments/2): [200 OK] in 4ms
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #44764
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.518 sec - in com.jcabi.github.RtPullCommentTest
Running com.jcabi.github.mock.MkPullCommentsTest
[0;37mINFOm] pool-1-thread-24 com.jcabi.github.mock.MkRepos: repository jeff/FCmkDbR5Xopa1aICGgUV created by jeff
[0;37mINFOm] pool-1-thread-24 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/FCmkDbR5Xopa1aICGgUV by jeff: hello
[0;37mINFOm] pool-1-thread-24 com.jcabi.github.mock.MkRepos: repository jamie/incredible created by jamie
[0;37mINFOm] pool-1-thread-24 com.jcabi.github.mock.MkIssues: issue #1 created in jamie/incredible by jamie: pullrequest1
[0;37mINFOm] pool-1-thread-13 com.jcabi.github.mock.MkRepos: repository jeff/VFHatt5b7S00XDvmr2vw created by jeff
[0;37mINFOm] pool-1-thread-13 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/VFHatt5b7S00XDvmr2vw by jeff: hello
[0;37mINFOm] pool-1-thread-48 com.jcabi.github.mock.MkRepos: repository jeff/CGS76OLqyvcmemtXn0zo created by jeff
[0;37mINFOm] pool-1-thread-48 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/CGS76OLqyvcmemtXn0zo by jeff: hello
[0;37mINFOm] pool-1-thread-24 com.jcabi.github.mock.MkRepos: repository jeff/yCCh9D3ToGj0uiJxz9vf created by jeff
[0;37mINFOm] pool-1-thread-24 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/yCCh9D3ToGj0uiJxz9vf by jeff: hello
[0;37mINFOm] pool-1-thread-24 com.jcabi.github.mock.MkIssues: issue #2 created in jeff/yCCh9D3ToGj0uiJxz9vf by jeff: new
[0;37mINFOm] pool-1-thread-48 com.jcabi.github.mock.MkRepos: repository jeff/motSe7MFAFzT9N1Z7Po3 created by jeff
[0;37mINFOm] pool-1-thread-48 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/motSe7MFAFzT9N1Z7Po3 by jeff: hello
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.14 sec - in com.jcabi.github.mock.MkPullCommentsTest
Running com.jcabi.github.mock.MkForkTest
[0;37mINFOm] pool-1-thread-1 com.jcabi.github.mock.MkRepos: repository jeff/ifXrwHYky85wqd740UAq created by jeff
[0;37mINFOm] pool-1-thread-1 com.jcabi.github.mock.MkForks: fork jeff/ifXrwHYky85wqd740UAq created inside fork by jeff
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in com.jcabi.github.mock.MkForkTest
Running com.jcabi.github.RtLabelTest
Sep 21, 2017 8:25:55 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-7 com.jcabi.http.mock.MkGrizzlyContainer: started on port #34047
[0;37mINFOm] pool-1-thread-7 com.jcabi.http.request.BaseRequest: #fetch(PATCH localhost:34047 /repos/mark/test/labels/enhance): [200 OK] in 13ms
[0;37mINFOm] pool-1-thread-7 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #34047
Sep 21, 2017 8:25:55 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-35 com.jcabi.http.mock.MkGrizzlyContainer: started on port #42389
[0;37mINFOm] pool-1-thread-35 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:42389 /repos/mark/test/labels/bug): [200 OK] in 10ms
[0;37mINFOm] pool-1-thread-35 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #42389
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.177 sec - in com.jcabi.github.RtLabelTest
Running com.jcabi.github.RtReposTest
[0;37mINFOm] pool-1-thread-44 com.jcabi.http.mock.MkGrizzlyContainer: started on port #44273
[0;37mINFOm] pool-1-thread-44 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:44273 /user/repos): [201 Created] in 3ms
[0;37mINFOm] pool-1-thread-44 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #44273
[0;37mINFOm] pool-1-thread-28 com.jcabi.http.mock.MkGrizzlyContainer: started on port #39250
[0;37mINFOm] pool-1-thread-28 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:39250 /): [200 OK] in 4ms
[0;37mINFOm] pool-1-thread-28 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #39250
Sep 21, 2017 8:25:55 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
Sep 21, 2017 8:25:55 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
Sep 21, 2017 8:25:55 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-34 com.jcabi.http.mock.MkGrizzlyContainer: started on port #43433
[0;37mINFOm] pool-1-thread-34 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:43433 /repos/): [204 No Content] in 4ms
[0;37mINFOm] pool-1-thread-34 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #43433
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.985 sec - in com.jcabi.github.RtReposTest
Running com.jcabi.github.RtHookTest
Sep 21, 2017 8:25:55 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-25 com.jcabi.http.mock.MkGrizzlyContainer: started on port #41071
[0;37mINFOm] pool-1-thread-25 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:41071 /repos/test/repo/hooks/1): [200 OK] in 4ms
[0;37mINFOm] pool-1-thread-25 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #41071
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.447 sec - in com.jcabi.github.RtHookTest
Running com.jcabi.github.RtForkTest
Sep 21, 2017 8:25:55 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-20 com.jcabi.http.mock.MkGrizzlyContainer: started on port #39741
Sep 21, 2017 8:25:55 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-20 com.jcabi.http.mock.MkGrizzlyContainer: started on port #43653
[0;37mINFOm] pool-1-thread-20 com.jcabi.http.request.BaseRequest: #fetch(PATCH localhost:39741 /repos/test_user/test_repo/forks/1): [200 OK] in 5ms
[0;37mINFOm] pool-1-thread-20 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:39741 /repos/test_user/test_repo/forks/1): [200 OK] in 3ms
[0;37mINFOm] pool-1-thread-20 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:39741 /repos/test_user/test_repo/forks/1): [200 OK] in 5ms
[0;37mINFOm] pool-1-thread-20 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #39741
[0;37mINFOm] pool-1-thread-20 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #43653
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.014 sec - in com.jcabi.github.RtForkTest
Running com.jcabi.github.RtRepoCommitTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in com.jcabi.github.RtRepoCommitTest
Running com.jcabi.github.mock.JsonPatchTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in com.jcabi.github.mock.JsonPatchTest
Running com.jcabi.github.RtRepoTest
Sep 21, 2017 8:25:55 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.mock.MkGrizzlyContainer: started on port #32830
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.request.BaseRequest: #fetch(PATCH localhost:32830 /repos/testuser/testrepo): [200 OK] in 7ms
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #32830
Sep 21, 2017 8:25:55 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-17 com.jcabi.http.mock.MkGrizzlyContainer: started on port #45667
[0;37mINFOm] pool-1-thread-17 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:45667 /repos/testuser/testrepo/issues/events): [200 OK] in 20ms
[0;37mINFOm] pool-1-thread-17 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #45667
[0;37mINFOm] pool-1-thread-36 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/repos/testuser/testrepo): [200 OK] in 0ms
Sep 21, 2017 8:25:55 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-30 com.jcabi.http.mock.MkGrizzlyContainer: started on port #39752
[0;37mINFOm] pool-1-thread-30 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:39752 /repos/testuser/testrepo/languages): [200 OK] in 8ms
[0;37mINFOm] pool-1-thread-30 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #39752
Sep 21, 2017 8:25:55 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-40 com.jcabi.http.mock.MkGrizzlyContainer: started on port #35235
[0;37mINFOm] pool-1-thread-40 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:35235 /repos/testuser/testrepo/languages): [200 OK] in 3ms
[0;37mINFOm] pool-1-thread-40 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #35235
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.713 sec - in com.jcabi.github.RtRepoTest
Running com.jcabi.github.mock.MkGithubTest
[0;37mINFOm] pool-1-thread-25 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-25 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/test by jeff: hey
[0;37mINFOm] pool-1-thread-25 com.jcabi.github.mock.MkComments: comment #1 posted to issue #1 by jeff: hey, works?
[0;37mINFOm] pool-1-thread-3 com.jcabi.github.mock.MkRepos: repository jeff/JIkjYxSjy2usIJzCEtWu created by jeff
[0;37mINFOm] pool-3-thread-1 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-11 com.jcabi.github.mock.MkIssues: issue #2 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-10 com.jcabi.github.mock.MkIssues: issue #3 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-9 com.jcabi.github.mock.MkIssues: issue #4 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-7 com.jcabi.github.mock.MkIssues: issue #5 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-59 com.jcabi.github.mock.MkIssues: issue #6 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-81 com.jcabi.github.mock.MkIssues: issue #7 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-8 com.jcabi.github.mock.MkIssues: issue #8 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-6 com.jcabi.github.mock.MkIssues: issue #9 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-5 com.jcabi.github.mock.MkIssues: issue #10 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-4 com.jcabi.github.mock.MkIssues: issue #11 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-3 com.jcabi.github.mock.MkIssues: issue #12 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-2 com.jcabi.github.mock.MkIssues: issue #13 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-100 com.jcabi.github.mock.MkIssues: issue #14 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-99 com.jcabi.github.mock.MkIssues: issue #15 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-98 com.jcabi.github.mock.MkIssues: issue #16 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-97 com.jcabi.github.mock.MkIssues: issue #17 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-96 com.jcabi.github.mock.MkIssues: issue #18 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-95 com.jcabi.github.mock.MkIssues: issue #19 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-94 com.jcabi.github.mock.MkIssues: issue #20 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-93 com.jcabi.github.mock.MkIssues: issue #21 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-92 com.jcabi.github.mock.MkIssues: issue #22 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-91 com.jcabi.github.mock.MkIssues: issue #23 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-90 com.jcabi.github.mock.MkIssues: issue #24 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-89 com.jcabi.github.mock.MkIssues: issue #25 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-88 com.jcabi.github.mock.MkIssues: issue #26 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-87 com.jcabi.github.mock.MkIssues: issue #27 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-86 com.jcabi.github.mock.MkIssues: issue #28 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-85 com.jcabi.github.mock.MkIssues: issue #29 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-84 com.jcabi.github.mock.MkIssues: issue #30 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-83 com.jcabi.github.mock.MkIssues: issue #31 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-82 com.jcabi.github.mock.MkIssues: issue #32 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-80 com.jcabi.github.mock.MkIssues: issue #33 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-79 com.jcabi.github.mock.MkIssues: issue #34 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-78 com.jcabi.github.mock.MkIssues: issue #35 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-77 com.jcabi.github.mock.MkIssues: issue #36 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-76 com.jcabi.github.mock.MkIssues: issue #37 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-75 com.jcabi.github.mock.MkIssues: issue #38 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-74 com.jcabi.github.mock.MkIssues: issue #39 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-73 com.jcabi.github.mock.MkIssues: issue #40 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-72 com.jcabi.github.mock.MkIssues: issue #41 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-71 com.jcabi.github.mock.MkIssues: issue #42 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-70 com.jcabi.github.mock.MkIssues: issue #43 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-69 com.jcabi.github.mock.MkIssues: issue #44 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-68 com.jcabi.github.mock.MkIssues: issue #45 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-67 com.jcabi.github.mock.MkIssues: issue #46 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-66 com.jcabi.github.mock.MkIssues: issue #47 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-65 com.jcabi.github.mock.MkIssues: issue #48 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-64 com.jcabi.github.mock.MkIssues: issue #49 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-63 com.jcabi.github.mock.MkIssues: issue #50 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-62 com.jcabi.github.mock.MkIssues: issue #51 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-61 com.jcabi.github.mock.MkIssues: issue #52 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-60 com.jcabi.github.mock.MkIssues: issue #53 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-58 com.jcabi.github.mock.MkIssues: issue #54 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-57 com.jcabi.github.mock.MkIssues: issue #55 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-56 com.jcabi.github.mock.MkIssues: issue #56 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-55 com.jcabi.github.mock.MkIssues: issue #57 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-54 com.jcabi.github.mock.MkIssues: issue #58 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-53 com.jcabi.github.mock.MkIssues: issue #59 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-52 com.jcabi.github.mock.MkIssues: issue #60 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-51 com.jcabi.github.mock.MkIssues: issue #61 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-50 com.jcabi.github.mock.MkIssues: issue #62 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-49 com.jcabi.github.mock.MkIssues: issue #63 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-48 com.jcabi.github.mock.MkIssues: issue #64 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-47 com.jcabi.github.mock.MkIssues: issue #65 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-46 com.jcabi.github.mock.MkIssues: issue #66 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-45 com.jcabi.github.mock.MkIssues: issue #67 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-44 com.jcabi.github.mock.MkIssues: issue #68 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-43 com.jcabi.github.mock.MkIssues: issue #69 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-42 com.jcabi.github.mock.MkIssues: issue #70 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-41 com.jcabi.github.mock.MkIssues: issue #71 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-40 com.jcabi.github.mock.MkIssues: issue #72 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-39 com.jcabi.github.mock.MkIssues: issue #73 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-38 com.jcabi.github.mock.MkIssues: issue #74 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-37 com.jcabi.github.mock.MkIssues: issue #75 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-36 com.jcabi.github.mock.MkIssues: issue #76 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-35 com.jcabi.github.mock.MkIssues: issue #77 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-34 com.jcabi.github.mock.MkIssues: issue #78 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-33 com.jcabi.github.mock.MkIssues: issue #79 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-32 com.jcabi.github.mock.MkIssues: issue #80 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-31 com.jcabi.github.mock.MkIssues: issue #81 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-30 com.jcabi.github.mock.MkIssues: issue #82 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-29 com.jcabi.github.mock.MkIssues: issue #83 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-28 com.jcabi.github.mock.MkIssues: issue #84 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-27 com.jcabi.github.mock.MkIssues: issue #85 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-26 com.jcabi.github.mock.MkIssues: issue #86 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-25 com.jcabi.github.mock.MkIssues: issue #87 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-24 com.jcabi.github.mock.MkIssues: issue #88 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-23 com.jcabi.github.mock.MkIssues: issue #89 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-22 com.jcabi.github.mock.MkIssues: issue #90 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-21 com.jcabi.github.mock.MkIssues: issue #91 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-20 com.jcabi.github.mock.MkIssues: issue #92 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-19 com.jcabi.github.mock.MkIssues: issue #93 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-18 com.jcabi.github.mock.MkIssues: issue #94 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-17 com.jcabi.github.mock.MkIssues: issue #95 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-16 com.jcabi.github.mock.MkIssues: issue #96 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-15 com.jcabi.github.mock.MkIssues: issue #97 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-14 com.jcabi.github.mock.MkIssues: issue #98 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-13 com.jcabi.github.mock.MkIssues: issue #99 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-3-thread-12 com.jcabi.github.mock.MkIssues: issue #100 created in jeff/JIkjYxSjy2usIJzCEtWu by jeff:
[0;37mINFOm] pool-1-thread-46 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-46 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/test by jeff: title
[0;37mINFOm] pool-1-thread-46 com.jcabi.github.mock.MkComments: comment #1 posted to issue #1 by mark: Nice change
[0;37mINFOm] pool-1-thread-15 com.jcabi.github.mock.MkRepos: repository jeff/HrZMoH88VhRIPlTiSH5o created by jeff
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.529 sec - in com.jcabi.github.mock.MkGithubTest
Running com.jcabi.github.RtReleasesTest
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/repos/test/releases/releases): [200 OK] in 0ms
Sep 21, 2017 8:25:55 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-19 com.jcabi.http.mock.MkGrizzlyContainer: started on port #43009
[0;37mINFOm] pool-1-thread-19 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:43009 /repos/test/releases/releases/1): [204 No Content] in 16ms
[0;37mINFOm] pool-1-thread-19 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #43009
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/repos/test/releases/releases): [200 OK] in 0ms
Sep 21, 2017 8:25:55 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-33 com.jcabi.http.mock.MkGrizzlyContainer: started on port #46773
[0;37mINFOm] pool-1-thread-33 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:46773 /repos/test/releases/releases): [201 Created] in 10ms
[0;37mINFOm] pool-1-thread-33 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:46773 /repos/test/releases/releases/1): [200 OK] in 2ms
[0;37mINFOm] pool-1-thread-33 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #46773
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.57 sec - in com.jcabi.github.RtReleasesTest
Running com.jcabi.github.RtLabelsTest
Sep 21, 2017 8:25:55 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-28 com.jcabi.http.mock.MkGrizzlyContainer: started on port #42517
[0;37mINFOm] pool-1-thread-28 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:42517 /repos/mark/test/labels/issue): [204 No Content] in 8ms
[0;37mINFOm] pool-1-thread-28 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #42517
Sep 21, 2017 8:25:55 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.mock.MkGrizzlyContainer: started on port #34201
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:34201 /repos/mark/test/labels): [201 Created] in 3ms
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:34201 /repos/mark/test/labels/API): [200 OK] in 1ms
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #34201
Sep 21, 2017 8:25:55 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-27 com.jcabi.http.mock.MkGrizzlyContainer: started on port #41321
[0;37mINFOm] pool-1-thread-27 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:41321 /repos/mark/test/labels/bug): [200 OK] in 4ms
[0;37mINFOm] pool-1-thread-27 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #41321
Sep 21, 2017 8:25:55 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-22 com.jcabi.http.mock.MkGrizzlyContainer: started on port #46001
[0;37mINFOm] pool-1-thread-22 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:46001 /repos/mark/test/labels): [200 OK] in 9ms
[0;37mINFOm] pool-1-thread-22 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #46001
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.076 sec - in com.jcabi.github.RtLabelsTest
Running com.jcabi.github.wire.RetryCarefulWireTest
[0;37mINFOm] pool-1-thread-38 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class): [200 OK] in 2ms
Sep 21, 2017 8:25:51 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-47 com.jcabi.http.mock.MkGrizzlyContainer: started on port #46455
[0;33mWARNm] pool-1-thread-47 com.jcabi.http.wire.RetryWire: GET http://localhost:46455/ returns 500 status (attempt #1)
[0;33mWARNm] pool-1-thread-47 com.jcabi.http.wire.RetryWire: GET http://localhost:46455/ returns 500 status (attempt #2)
[0;37mINFOm] pool-1-thread-47 com.jcabi.github.wire.CarefulWire: Remaining number of requests per hour is less than 10. Waiting for 5 seconds.
[0;37mINFOm] pool-1-thread-47 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:46455 /): [200 OK] in 5s
[0;37mINFOm] pool-1-thread-47 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #46455
[0;37mINFOm] pool-1-thread-48 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class): [200 OK] in 0ms
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.543 sec - in com.jcabi.github.wire.RetryCarefulWireTest
Running com.jcabi.github.wire.CarefulWireTest
[0;37mINFOm] pool-1-thread-17 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class): [200 OK] in 1ms
[0;37mINFOm] pool-1-thread-17 com.jcabi.github.wire.CarefulWire: Remaining number of requests per hour is less than 10. Waiting for 5 seconds.
[0;37mINFOm] pool-1-thread-17 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class): [200 OK] in 5s
[0;37mINFOm] pool-1-thread-26 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class): [200 OK] in 0ms
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.006 sec - in com.jcabi.github.wire.CarefulWireTest
Running com.jcabi.github.mock.MkMilestonesTest
[0;37mINFOm] pool-1-thread-48 com.jcabi.github.mock.MkRepos: repository jeff/0FnwqcFiEED9REN6lxkV created by jeff
[0;37mINFOm] pool-1-thread-13 com.jcabi.github.mock.MkRepos: repository jeff/RNMW1k3miM15mid49Ayl created by jeff
[0;37mINFOm] pool-1-thread-1 com.jcabi.github.mock.MkRepos: repository jeff/D1CeBtqHqVoiGyKCUC1D created by jeff
[0;37mINFOm] pool-1-thread-6 com.jcabi.github.mock.MkRepos: repository jeff/IBtuAzR9nSWcRvsD2x9r created by jeff
[0;37mINFOm] pool-1-thread-32 com.jcabi.github.mock.MkRepos: repository jeff/ucC89otj0vllvEgp665R created by jeff
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.16 sec - in com.jcabi.github.mock.MkMilestonesTest
Running com.jcabi.github.RtUserEmailsTest
[0;37mINFOm] pool-1-thread-37 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:12345 /see-FakeRequest-class/user/emails): [204 OK] in 0ms
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/user/emails): [200 OK] in 0ms
Sep 21, 2017 8:25:55 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-36 com.jcabi.http.mock.MkGrizzlyContainer: started on port #33567
[0;37mINFOm] pool-1-thread-36 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:33567 /user/emails): [201 Created] in 6ms
[0;37mINFOm] pool-1-thread-36 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #33567
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.447 sec - in com.jcabi.github.RtUserEmailsTest
Running com.jcabi.github.RtPullCommentsTest
[0;37mINFOm] pool-1-thread-14 com.jcabi.github.mock.MkRepos: repository johnny/8RvPjxOz8BQq8mx1cu10 created by johnny
Sep 21, 2017 8:25:55 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-45 com.jcabi.http.mock.MkGrizzlyContainer: started on port #45341
[0;37mINFOm] pool-1-thread-45 com.jcabi.github.mock.MkRepos: repository johnny/mlbO59ls5WvCwIDrwfPv created by johnny
[0;37mINFOm] pool-1-thread-45 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:45341 /repos/johnny/mlbO59ls5WvCwIDrwfPv/pulls/0/comments/2): [204 No Content] in 18ms
[0;37mINFOm] pool-1-thread-45 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #45341
Sep 21, 2017 8:25:55 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-46 com.jcabi.http.mock.MkGrizzlyContainer: started on port #44945
[0;37mINFOm] pool-1-thread-46 com.jcabi.github.mock.MkRepos: repository johnny/mnDF1j6YYXoBU0olqkuZ created by johnny
[0;37mINFOm] pool-1-thread-46 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:44945 /repos/johnny/mnDF1j6YYXoBU0olqkuZ/pulls/0/comments): [201 Created] in 7ms
[0;37mINFOm] pool-1-thread-46 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:44945 /repos/johnny/mnDF1j6YYXoBU0olqkuZ/pulls/comments/1000000000): [200 OK] in 3ms
[0;37mINFOm] pool-1-thread-46 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #44945
[0;37mINFOm] pool-1-thread-37 com.jcabi.github.mock.MkRepos: repository johnny/dsk4LIW8eeNQJMktMSI3 created by johnny
Sep 21, 2017 8:25:55 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-37 com.jcabi.http.mock.MkGrizzlyContainer: started on port #36219
[0;37mINFOm] pool-1-thread-37 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:36219 /repos/johnny/dsk4LIW8eeNQJMktMSI3/pulls/1/comments): [200 OK] in 5ms
[0;37mINFOm] pool-1-thread-37 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #36219
Sep 21, 2017 8:25:55 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-41 com.jcabi.http.mock.MkGrizzlyContainer: started on port #35127
[0;37mINFOm] pool-1-thread-41 com.jcabi.github.mock.MkRepos: repository johnny/Z0nT0JXR2cmaiQ2esBsD created by johnny
[0;37mINFOm] pool-1-thread-41 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:35127 /repos/johnny/Z0nT0JXR2cmaiQ2esBsD/pulls/0/comments): [201 Created] in 18ms
[0;37mINFOm] pool-1-thread-41 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:35127 /repos/johnny/Z0nT0JXR2cmaiQ2esBsD/pulls/comments/1000000000): [200 OK] in 3ms
[0;37mINFOm] pool-1-thread-41 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #35127
[0;37mINFOm] pool-1-thread-5 com.jcabi.github.mock.MkRepos: repository johnny/Pp6YZudWoayiAmepsdD2 created by johnny
Sep 21, 2017 8:25:55 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.mock.MkGrizzlyContainer: started on port #33695
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:33695 /repos/johnny/Pp6YZudWoayiAmepsdD2/pulls/0/comments): [200 OK] in 7ms
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #33695
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.259 sec - in com.jcabi.github.RtPullCommentsTest
Running com.jcabi.github.RtContentsTest
Sep 21, 2017 8:25:55 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.mock.MkGrizzlyContainer: started on port #41480
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:41480 /repos/test/contents/contents/test/file): [200 OK] in 8ms
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:41480 /repos/test/contents/contents/test/file): [200 OK] in 17ms
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #41480
Sep 21, 2017 8:25:55 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.mock.MkGrizzlyContainer: started on port #36729
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.request.BaseRequest: #fetch(PUT localhost:36729 /repos/test/contents/contents/test/thefile): [201 Created] in 9ms
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:36729 /repos/test/contents/contents/test/thefile): [200 OK] in 5ms
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #36729
Sep 21, 2017 8:25:55 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.mock.MkGrizzlyContainer: started on port #41417
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:41417 /repos/test/contents/contents/to/remove): [200 OK] in 10ms
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #41417
Sep 21, 2017 8:25:55 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-42 com.jcabi.http.mock.MkGrizzlyContainer: started on port #41311
[0;37mINFOm] pool-1-thread-42 com.jcabi.http.request.BaseRequest: #fetch(PUT localhost:41311 /repos/test/contents/contents/test.txt): [200 OK] in 10ms
[0;37mINFOm] pool-1-thread-42 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #41311
Sep 21, 2017 8:25:55 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-32 com.jcabi.http.mock.MkGrizzlyContainer: started on port #33251
[0;37mINFOm] pool-1-thread-32 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:33251 /repos/test/contents/readme): [200 OK] in 8ms
[0;37mINFOm] pool-1-thread-32 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #33251
Sep 21, 2017 8:25:55 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-26 com.jcabi.http.mock.MkGrizzlyContainer: started on port #40593
[0;37mINFOm] pool-1-thread-26 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:40593 /repos/test/contents/readme): [200 OK] in 5ms
[0;37mINFOm] pool-1-thread-26 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #40593
Sep 21, 2017 8:25:55 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-23 com.jcabi.http.mock.MkGrizzlyContainer: started on port #38677
[0;37mINFOm] pool-1-thread-23 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:38677 /repos/test/contents/contents/dir): [200 OK] in 10ms
[0;37mINFOm] pool-1-thread-23 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #38677
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.213 sec - in com.jcabi.github.RtContentsTest
Running com.jcabi.github.RtPublicKeysTest
Sep 21, 2017 8:25:55 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-26 com.jcabi.http.mock.MkGrizzlyContainer: started on port #32786
[0;37mINFOm] pool-1-thread-26 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #32786
Sep 21, 2017 8:25:55 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.mock.MkGrizzlyContainer: started on port #36871
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:36871 /user/keys/1): [204 No Content] in 7ms
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #36871
Sep 21, 2017 8:25:55 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.mock.MkGrizzlyContainer: started on port #44239
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:44239 /user/keys): [201 Created] in 9ms
[0;37mINFOm] pool-1-thread-12 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #44239
Sep 21, 2017 8:25:55 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:25 AM
[0;37mINFOm] pool-1-thread-25 com.jcabi.http.mock.MkGrizzlyContainer: started on port #40788
[0;37mINFOm] pool-1-thread-25 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:40788 /user/keys): [200 OK] in 10ms
[0;37mINFOm] pool-1-thread-25 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #40788
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.081 sec - in com.jcabi.github.RtPublicKeysTest

Results :

Tests run: 642, Failures: 0, Errors: 0, Skipped: 6

[INFO]
[INFO] --- jcabi-maven-plugin:0.13.2:versionalize (jcabi-versionalize-packages) @ jcabi-github ---
[INFO] Versionalizing /home/r/repo/target/classes directory
[0;37mINFOm] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 5.1.2.Final
[ERROR] JSR-303 validator failed to initialize: Unable to instantiate Configuration. (see http://aspects.jcabi.com/jsr-303.html)
[INFO] File /home/r/repo/target/classes/com/jcabi/github/com-jcabi-jcabi-github-jar.txt added
[INFO] File /home/r/repo/target/classes/com/jcabi/github/mock/com-jcabi-jcabi-github-jar.txt added
[INFO] File /home/r/repo/target/classes/com/jcabi/github/wire/com-jcabi-jcabi-github-jar.txt added
[INFO]
[INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ jcabi-github ---
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/2.4.4/plexus-archiver-2.4.4.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.4.4/plexus-archiver-2.4.4.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.4.4/plexus-archiver-2.4.4.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/2.0.10/plexus-io-2.0.10.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.10/plexus-io-2.0.10.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.10/plexus-io-2.0.10.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.5/commons-compress-1.5.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.5/commons-compress-1.5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.5/commons-compress-1.5.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/28/commons-parent-28.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/28/commons-parent-28.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/28/commons-parent-28.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/tukaani/xz/1.2/xz-1.2.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/tukaani/xz/1.2/xz-1.2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/2.4.4/plexus-archiver-2.4.4.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/2.0.10/plexus-io-2.0.10.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.5/commons-compress-1.5.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/tukaani/xz/1.2/xz-1.2.jar
Downloaded: https://oss.sonatype.org/content/groups/public/org/tukaani/xz/1.2/xz-1.2.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.4.4/plexus-archiver-2.4.4.jar
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.10/plexus-io-2.0.10.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.5/commons-compress-1.5.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.10/plexus-io-2.0.10.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.4.4/plexus-archiver-2.4.4.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.5/commons-compress-1.5.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar (0 B at 0.0 KB/sec)
[INFO] Building jar: /home/r/repo/target/jcabi-github-0.33.jar
[INFO]
[INFO] >>> maven-source-plugin:2.3:jar (jcabi-sources) > generate-sources @ jcabi-github >>>
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create (jcabi-build-number) @ jcabi-github ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (jcabi-build-number) @ jcabi-github ---
[INFO]
[INFO] <<< maven-source-plugin:2.3:jar (jcabi-sources) < generate-sources @ jcabi-github <<<
[INFO]
[INFO] --- maven-source-plugin:2.3:jar (jcabi-sources) @ jcabi-github ---
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/2.0.9/maven-2.0.9.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.9/maven-2.0.9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.9/maven-2.0.9.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/8/maven-parent-8.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/8/maven-parent-8.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/8/maven-parent-8.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar
Downloading: https://oss.sonatype.org/content/groups/public/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar
Downloading: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (0 B at 0.0 KB/sec)
[INFO] Building jar: /home/r/repo/target/jcabi-github-0.33-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:2.9.1:jar (jcabi-javadoc) @ jcabi-github ---
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/10/maven-parent-10.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/10/maven-parent-10.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/10/maven-parent-10.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-invoker/2.0.9/maven-invoker-2.0.9.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.0.9/maven-invoker-2.0.9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.0.9/maven-invoker-2.0.9.pom (6 KB at 225.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/9/maven-shared-components-9.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/9/maven-shared-components-9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/9/maven-shared-components-9.pom (4 KB at 155.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom
Downloaded: https://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 157.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/13/maven-parent-13.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/13/maven-parent-13.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/13/maven-parent-13.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/apache/6/apache-6.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/6/apache-6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/6/apache-6.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/2.0.8/maven-2.0.8.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.8/maven-2.0.8.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.8/maven-2.0.8.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/6/maven-parent-6.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/6/maven-parent-6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/6/maven-parent-6.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.4.9/plexus-utils-1.4.9.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.9/plexus-utils-1.4.9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.9/plexus-utils-1.4.9.pom (3 KB at 83.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity/1.5/velocity-1.5.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.5/velocity-1.5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.5/velocity-1.5.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.1/commons-collections-3.1.pom
Downloading: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.1/commons-collections-3.1.pom
Downloaded: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.1/commons-collections-3.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.1/commons-lang-2.1.pom
Downloading: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.pom
Downloaded: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/oro/oro/2.0.8/oro-2.0.8.pom
Downloading: https://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.pom
Downloaded: https://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.2/commons-collections-3.2.pom
Downloading: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2/commons-collections-3.2.pom
Downloaded: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2/commons-collections-3.2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.4/commons-lang-2.4.pom
Downloading: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.pom
Downloaded: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.2.3/httpclient-4.2.3.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2.3/httpclient-4.2.3.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2.3/httpclient-4.2.3.pom (6 KB at 230.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-client/4.2.3/httpcomponents-client-4.2.3.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.2.3/httpcomponents-client-4.2.3.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.2.3/httpcomponents-client-4.2.3.pom (15 KB at 548.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.2.2/httpcore-4.2.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2.2/httpcore-4.2.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2.2/httpcore-4.2.2.pom (6 KB at 241.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-core/4.2.2/httpcomponents-core-4.2.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.2.2/httpcomponents-core-4.2.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.2.2/httpcomponents-core-4.2.2.pom (12 KB at 448.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom
Downloading: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom
Downloaded: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/5/commons-parent-5.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/5/commons-parent-5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/5/commons-parent-5.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.14/log4j-1.2.14.pom
Downloaded: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.14/log4j-1.2.14.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/thoughtworks/qdox/qdox/1.12.1/qdox-1.12.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/thoughtworks/qdox/qdox/1.12.1/qdox-1.12.1.pom (18 KB at 45.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/2.1.2/plexus-archiver-2.1.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1.2/plexus-archiver-2.1.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1.2/plexus-archiver-2.1.2.pom (4 KB at 160.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.2/plexus-utils-3.0.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.2/plexus-utils-3.0.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.2/plexus-utils-3.0.2.pom (3 KB at 106.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom (3 KB at 116.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/commons-cli/commons-cli/1.2/commons-cli-1.2.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-invoker/2.0.9/maven-invoker-2.0.9.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity/1.5/velocity-1.5.jar
Downloading: https://oss.sonatype.org/content/groups/public/oro/oro/2.0.8/oro-2.0.8.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.2/commons-collections-3.2.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar
Downloading: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.2.3/httpclient-4.2.3.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.2.2/httpcore-4.2.2.jar
Downloading: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.14/log4j-1.2.14.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/thoughtworks/qdox/qdox/1.12.1/qdox-1.12.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/2.1.2/plexus-archiver-2.1.2.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar
Downloaded: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.14/log4j-1.2.14.jar (0 B at 0.0 KB/sec)
Downloaded: https://oss.sonatype.org/content/groups/public/com/thoughtworks/qdox/qdox/1.12.1/qdox-1.12.1.jar (176 KB at 83.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.0.9/maven-invoker-2.0.9.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar
Downloaded: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar
Downloaded:6https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar
Downloaded:3https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.5/velocity-1.5.jar
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.jar
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.0.9/maven-invoker-2.0.9.jar (28 KB at 890.9 KB/sec)
Downloaded: https://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 978.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2/commons-collections-3.2.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.5/velocity-1.5.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar
Downloaded: https://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar
Downloaded: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2/commons-collections-3.2.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2.3/httpclient-4.2.3.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2.2/httpcore-4.2.2.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar
Downloaded: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1.2/plexus-archiver-2.1.2.jar
Downloaded:1https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.jar
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar
Downloaded:1https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1.2/plexus-archiver-2.1.2.jar (181 KB at 1337.2 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2.2/httpcore-4.2.2.jar (219 KB at 1570.7 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar (191 KB at 1353.3 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar (226 KB at 1339.6 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2.3/httpclient-4.2.3.jar (423 KB at 1888.0 KB/sec)
[INFO]
Loading source files for package com.jcabi.github...
Loading source files for package com.jcabi.github.mock...
Loading source files for package com.jcabi.github.wire...
Constructing Javadoc information...
Standard Doclet version 1.7.0_151
Building tree for all the packages and classes...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Assignees.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Blob.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Blob.Smart.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Blobs.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Branch.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Branches.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Bulk.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Collaborators.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Comment.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Comment.Smart.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Comments.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Commit.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Commit.Smart.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Commits.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/CommitsComparison.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/CommitsComparison.Smart.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Content.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Content.Smart.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Contents.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Coordinates.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Coordinates.Simple.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/DeployKey.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/DeployKey.Smart.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/DeployKeys.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Event.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Event.Smart.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/FileChange.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/FileChange.Smart.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/FileChange.Status.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Fork.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Fork.Smart.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Forks.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Gist.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Gist.Smart.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/GistComment.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/GistComment.Smart.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/GistComments.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Gists.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Git.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Github.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Github.Time.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/GitHubThread.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Gitignores.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Hook.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Hook.Smart.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Hooks.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Issue.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Issue.Smart.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/IssueEvents.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/IssueLabels.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/IssueLabels.Smart.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Issues.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Issues.Qualifier.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Issues.Sort.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/JsonPatchable.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/JsonReadable.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Label.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Label.Smart.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Label.Unmodified.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Labels.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Labels.Smart.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Language.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Limit.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Limit.Smart.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Limit.Throttled.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Limits.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Limits.Throttled.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Markdown.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/MergeState.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Milestone.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Milestone.Smart.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Milestones.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Notification.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Notifications.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Organization.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Organization.Smart.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Organizations.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/PublicKey.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/PublicKey.Smart.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/PublicKeys.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/PublicMembers.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Pull.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Pull.Smart.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/PullComment.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/PullComment.Smart.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/PullComments.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/PullRef.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/PullRef.Smart.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Pulls.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Reference.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/References.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Release.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Release.Smart.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/ReleaseAsset.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/ReleaseAsset.Smart.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/ReleaseAssets.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Releases.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Releases.Smart.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Repo.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Repo.Smart.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/RepoCommit.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/RepoCommit.Smart.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/RepoCommits.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Repos.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Repos.RepoCreate.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/RtBranch.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/RtCommits.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/RtGithub.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/RtLanguage.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/RtPagination.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/RtPublicMembers.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/RtStatus.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/RtStatuses.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/RtValuePagination.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/RtValuePagination.Mapping.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Search.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Search.Order.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Search.Qualifier.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Smarts.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Stars.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Status.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Status.Smart.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Status.State.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Statuses.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Statuses.StatusCreate.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/StringEnum.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Tag.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Tags.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/ThreadSubscription.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Tree.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Trees.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/User.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/User.Smart.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/UserEmails.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/UserOrganizations.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/Users.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/mock/MkBranch.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/mock/MkBranches.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/mock/MkCommit.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/mock/MkCommits.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/mock/MkFileChange.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/mock/MkGithub.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/mock/MkMarkdown.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/mock/MkOrganization.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/mock/MkPublicMembers.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/mock/MkStorage.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/mock/MkStorage.InFile.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/mock/MkStorage.Synced.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/wire/CarefulWire.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/wire/RetryCarefulWire.html...
Generating /home/r/repo/target/apidocs/overview-frame.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/package-frame.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/package-summary.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/package-tree.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/mock/package-frame.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/mock/package-summary.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/mock/package-tree.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/wire/package-frame.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/wire/package-summary.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/wire/package-tree.html...
Generating /home/r/repo/target/apidocs/constant-values.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/RtStatuses.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/JsonReadable.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/RtStatus.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Release.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Release.Smart.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Tags.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/RtBranch.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/CommitsComparison.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/CommitsComparison.Smart.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Content.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Content.Smart.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Event.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Event.Smart.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Stars.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/IssueEvents.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Forks.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Releases.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Releases.Smart.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Fork.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Fork.Smart.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/JsonPatchable.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Comment.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Comment.Smart.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/RtGithub.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Organization.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Organization.Smart.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Pull.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Pull.Smart.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Notification.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/ThreadSubscription.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/ReleaseAsset.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/ReleaseAsset.Smart.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Trees.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Branch.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Tree.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/RepoCommits.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/IssueLabels.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/IssueLabels.Smart.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/PullComment.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/PullComment.Smart.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Label.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Label.Smart.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Label.Unmodified.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Coordinates.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Coordinates.Simple.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Hooks.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Repos.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Repos.RepoCreate.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Hook.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Hook.Smart.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Assignees.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Gists.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/GistComments.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/RtPublicMembers.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/UserEmails.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Issue.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Issue.Smart.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Gitignores.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Commit.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Commit.Smart.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/PullRef.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/PullRef.Smart.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Labels.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Labels.Smart.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Comments.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Blobs.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/DeployKey.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/DeployKey.Smart.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Notifications.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Reference.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/StringEnum.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Bulk.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Users.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/UserOrganizations.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/MergeState.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/GitHubThread.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/RtCommits.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/GistComment.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/GistComment.Smart.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Github.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Github.Time.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Search.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Search.Qualifier.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Search.Order.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/User.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/User.Smart.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Limits.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Limits.Throttled.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Language.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Milestones.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Repo.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Repo.Smart.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Collaborators.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Contents.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/RepoCommit.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/RepoCommit.Smart.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Smarts.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/RtValuePagination.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/RtValuePagination.Mapping.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Issues.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Issues.Qualifier.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Issues.Sort.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Tag.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/ReleaseAssets.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Branches.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/PublicMembers.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Pulls.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Commits.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/PublicKey.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/PublicKey.Smart.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Git.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Milestone.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Milestone.Smart.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Gist.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Gist.Smart.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Blob.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Blob.Smart.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Organizations.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/DeployKeys.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/References.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/PullComments.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/PublicKeys.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/RtLanguage.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Status.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Status.State.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Status.Smart.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Limit.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Limit.Smart.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Limit.Throttled.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/RtPagination.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/FileChange.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/FileChange.Status.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/FileChange.Smart.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Markdown.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Statuses.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/class-use/Statuses.StatusCreate.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/mock/class-use/MkOrganization.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/mock/class-use/MkMarkdown.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/mock/class-use/MkPublicMembers.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/mock/class-use/MkBranches.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/mock/class-use/MkFileChange.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/mock/class-use/MkCommit.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/mock/class-use/MkStorage.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/mock/class-use/MkStorage.InFile.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/mock/class-use/MkStorage.Synced.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/mock/class-use/MkCommits.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/mock/class-use/MkBranch.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/mock/class-use/MkGithub.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/wire/class-use/RetryCarefulWire.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/wire/class-use/CarefulWire.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/package-use.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/mock/package-use.html...
Generating /home/r/repo/target/apidocs/com/jcabi/github/wire/package-use.html...
Building index for all the packages and classes...
Generating /home/r/repo/target/apidocs/overview-tree.html...
Generating /home/r/repo/target/apidocs/index-all.html...
Generating /home/r/repo/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/r/repo/target/apidocs/allclasses-frame.html...
Generating /home/r/repo/target/apidocs/allclasses-noframe.html...
Generating /home/r/repo/target/apidocs/index.html...
Generating /home/r/repo/target/apidocs/overview-summary.html...
Generating /home/r/repo/target/apidocs/help-doc.html...
40 warnings
[WARNING] Javadoc Warnings
[WARNING] /home/r/repo/src/main/java/com/jcabi/github/Blob.java:48: warning - @checkstyle is an unknown tag.
[WARNING] /home/r/repo/src/main/java/com/jcabi/github/Bulk.java:91: warning - @checkstyle is an unknown tag.
[WARNING] /home/r/repo/src/main/java/com/jcabi/github/Comment.java:67: warning - @checkstyle is an unknown tag.
[WARNING] /home/r/repo/src/main/java/com/jcabi/github/Contents.java:47: warning - @checkstyle is an unknown tag.
[WARNING] /home/r/repo/src/main/java/com/jcabi/github/DeployKey.java:74: warning - @checkstyle is an unknown tag.
[WARNING] /home/r/repo/src/main/java/com/jcabi/github/Event.java:54: warning - @checkstyle is an unknown tag.
[WARNING] /home/r/repo/src/main/java/com/jcabi/github/GistComment.java:68: warning - @checkstyle is an unknown tag.
[WARNING] /home/r/repo/src/main/java/com/jcabi/github/Hooks.java:88: warning - @todo is an unknown tag.
[WARNING] /home/r/repo/src/main/java/com/jcabi/github/Issue.java:65: warning - @checkstyle is an unknown tag.
[WARNING] /home/r/repo/src/main/java/com/jcabi/github/Label.java:52: warning - @checkstyle is an unknown tag.
[WARNING] /home/r/repo/src/main/java/com/jcabi/github/Limit.java:52: warning - @checkstyle is an unknown tag.
[WARNING] /home/r/repo/src/main/java/com/jcabi/github/Notification.java:49: warning - @todo is an unknown tag.
[WARNING] /home/r/repo/src/main/java/com/jcabi/github/Organization.java:61: warning - @checkstyle is an unknown tag.
[WARNING] /home/r/repo/src/main/java/com/jcabi/github/PublicKey.java:84: warning - @checkstyle is an unknown tag.
[WARNING] /home/r/repo/src/main/java/com/jcabi/github/Pull.java:55: warning - @checkstyle is an unknown tag.
[WARNING] /home/r/repo/src/main/java/com/jcabi/github/PullComments.java:96: warning - @checkstyle is an unknown tag.
[WARNING] /home/r/repo/src/main/java/com/jcabi/github/Release.java:55: warning - @checkstyle is an unknown tag.
[WARNING] /home/r/repo/src/main/java/com/jcabi/github/ReleaseAsset.java:89: warning - @checkstyle is an unknown tag.
[WARNING] /home/r/repo/src/main/java/com/jcabi/github/Repo.java:49: warning - @checkstyle is an unknown tag.
[WARNING] /home/r/repo/src/main/java/com/jcabi/github/Repos.java:117: warning - @todo is an unknown tag.
[WARNING] /home/r/repo/src/main/java/com/jcabi/github/RtGithub.java:78: warning - @checkstyle is an unknown tag.
[WARNING] /home/r/repo/src/main/java/com/jcabi/github/RtPagination.java:64: warning - @checkstyle is an unknown tag.
[WARNING] /home/r/repo/src/main/java/com/jcabi/github/RtStatuses.java:46: warning - @checkstyle is an unknown tag.
[WARNING] /home/r/repo/src/main/java/com/jcabi/github/RtStatuses.java:120: warning - @todo is an unknown tag.
[WARNING] /home/r/repo/src/main/java/com/jcabi/github/Search.java:83: warning - @checkstyle is an unknown tag.
[WARNING] /home/r/repo/src/main/java/com/jcabi/github/ThreadSubscription.java:44: warning - @todo is an unknown tag.
[WARNING] /home/r/repo/src/main/java/com/jcabi/github/User.java:54: warning - @checkstyle is an unknown tag.
[WARNING] /home/r/repo/src/main/java/com/jcabi/github/User.java:144: warning - @checkstyle is an unknown tag.
[WARNING] /home/r/repo/src/main/java/com/jcabi/github/mock/MkCommit.java:80: warning - @checkstyle is an unknown tag.
[WARNING] /home/r/repo/src/main/java/com/jcabi/github/mock/MkGithub.java:77: warning - @checkstyle is an unknown tag.
[WARNING] /home/r/repo/src/main/java/com/jcabi/github/mock/MkOrganization.java:154: warning - @todo is an unknown tag.
[WARNING] /home/r/repo/src/main/java/com/jcabi/github/mock/MkStorage.java:54: warning - @checkstyle is an unknown tag.
[WARNING] /home/r/repo/src/main/java/com/jcabi/github/package-info.java:66: warning - Tag @link: reference not found: JsonObject
[WARNING] /home/r/repo/src/main/java/com/jcabi/github/package-info.java:66: warning - Tag @link: reference not found: Repos#create(JsonObject)
[WARNING] /home/r/repo/src/main/java/com/jcabi/github/package-info.java:66: warning - Tag @link: reference not found: Map
[WARNING] /home/r/repo/src/main/java/com/jcabi/github/package-info.java:66: warning - Tag @link: reference not found: Issues#iterate(Map)
[WARNING] /home/r/repo/src/main/java/com/jcabi/github/package-info.java:66: warning - Tag @link: reference not found: DeployKeys#create(String,String)
[WARNING] /home/r/repo/src/main/java/com/jcabi/github/package-info.java:66: warning - Tag @link: reference not found: Hooks#create(String,Map)
[WARNING] /home/r/repo/src/main/java/com/jcabi/github/package-info.java:66: warning - Tag @link: reference not found: JsonObject
[WARNING] /home/r/repo/src/main/java/com/jcabi/github/package-info.java:66: warning - Tag @link: reference not found: Map
[INFO] Building jar: /home/r/repo/target/jcabi-github-0.33-javadoc.jar
[INFO]
[INFO] --- maven-assembly-plugin:2.4.1:single (assemble-all) @ jcabi-github ---
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom (2 KB at 47.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/file-management/1.1/file-management-1.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/1.1/file-management-1.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/1.1/file-management-1.1.pom (3 KB at 112.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/4/maven-shared-components-4.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/4/maven-shared-components-4.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/4/maven-shared-components-4.pom (3 KB at 98.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/4/maven-parent-4.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/4/maven-parent-4.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/4/maven-parent-4.pom (10 KB at 390.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/2.0/maven-2.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0/maven-2.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0/maven-2.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-io/1.0/maven-shared-io-1.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-io/1.0/maven-shared-io-1.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-io/1.0/maven-shared-io-1.0.pom (3 KB at 118.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/2.0.2/maven-2.0.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.2/maven-2.0.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.2/maven-2.0.2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.2/plexus-utils-1.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.2/plexus-utils-1.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.2/plexus-utils-1.2.pom (767 B at 32.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.5/plexus-1.0.5.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.5/plexus-1.0.5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.5/plexus-1.0.5.pom (6 KB at 252.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/7/maven-parent-7.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/7/maven-parent-7.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/7/maven-parent-7.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.pom (7 KB at 264.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/0.3/maven-shared-utils-0.3.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.3/maven-shared-utils-0.3.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.3/maven-shared-utils-0.3.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/2.0.9/plexus-io-2.0.9.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.9/plexus-io-2.0.9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.9/plexus-io-2.0.9.pom (3 KB at 90.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-repository-builder/1.0-alpha-2/maven-repository-builder-1.0-alpha-2.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-repository-builder/1.0-alpha-2/maven-repository-builder-1.0-alpha-2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-repository-builder/1.0-alpha-2/maven-repository-builder-1.0-alpha-2.pom (4 KB at 137.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/7/maven-shared-components-7.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/7/maven-shared-components-7.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/7/maven-shared-components-7.pom (3 KB at 105.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.0.4/maven-artifact-2.0.4.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.4/maven-artifact-2.0.4.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.4/maven-artifact-2.0.4.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/2.0.4/maven-2.0.4.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.4/maven-2.0.4.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.4/maven-2.0.4.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.0.4/maven-artifact-manager-2.0.4.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.4/maven-artifact-manager-2.0.4.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.4/maven-artifact-manager-2.0.4.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/2.0.4/maven-repository-metadata-2.0.4.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.4/maven-repository-metadata-2.0.4.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.4/maven-repository-metadata-2.0.4.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.0.4/maven-project-2.0.4.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.4/maven-project-2.0.4.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.4/maven-project-2.0.4.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/2.0.4/maven-settings-2.0.4.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.4/maven-settings-2.0.4.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.4/maven-settings-2.0.4.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.0.4/maven-model-2.0.4.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.4/maven-model-2.0.4.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.4/maven-model-2.0.4.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.0.4/maven-profile-2.0.4.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.4/maven-profile-2.0.4.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.4/maven-profile-2.0.4.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/1.0-alpha-1/maven-common-artifact-filters-1.0-alpha-1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.0-alpha-1/maven-common-artifact-filters-1.0-alpha-1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.0-alpha-1/maven-common-artifact-filters-1.0-alpha-1.pom (2 KB at 70.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/6/maven-shared-components-6.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/6/maven-shared-components-6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/6/maven-shared-components-6.pom (4 KB at 131.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/file-management/1.1/file-management-1.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/0.3/maven-shared-utils-0.3.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/2.0.9/plexus-io-2.0.9.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-repository-builder/1.0-alpha-2/maven-repository-builder-1.0-alpha-2.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/1.1/file-management-1.1.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar (0 B at 0.0 KB/sec)
Downloading:/https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.3/maven-shared-utils-0.3.jar
Downloaded:9https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.9/plexus-io-2.0.9.jar
Downloaded:3https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.3/maven-shared-utils-0.3.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-repository-builder/1.0-alpha-2/maven-repository-builder-1.0-alpha-2.jar
Downloaded:6https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/1.1/file-management-1.1.jar (31 KB at 780.5 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar (61 KB at 1506.3 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.jar (44 KB at 1078.5 KB/sec)
Downloaded:2https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.9/plexus-io-2.0.9.jar (58 KB at 1044.5 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-repository-builder/1.0-alpha-2/maven-repository-builder-1.0-alpha-2.jar (23 KB at 364.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.33/parent-0.33.pom
Downloaded: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.33/parent-0.33.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.15/jcabi-1.15.pom
Downloaded: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.15/jcabi-1.15.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.29/parent-0.29.pom
Downloaded: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.29/parent-0.29.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.pom
Downloaded: https://repo.maven.apache.org/maven2/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.pom
Downloaded: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/javassist/javassist/3.18.1-GA/javassist-3.18.1-GA.jar
Downloaded: https://repo.maven.apache.org/maven2/org/javassist/javassist/3.18.1-GA/javassist-3.18.1-GA.jar (0 B at 0.0 KB/sec)
[INFO] Building jar: /home/r/repo/target/jcabi-github-0.33-jar-with-dependencies.jar
[INFO]
[INFO] --- maven-invoker-plugin:1.9:install (default) @ jcabi-github ---
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-invoker/2.1.1/maven-invoker-2.1.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.1.1/maven-invoker-2.1.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.1.1/maven-invoker-2.1.1.pom (6 KB at 226.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/2.2/maven-reporting-impl-2.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.2/maven-reporting-impl-2.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.2/maven-reporting-impl-2.2.pom (5 KB at 200.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.pom (2 KB at 69.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.2/doxia-1.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.2/doxia-1.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.2/doxia-1.2.pom (19 KB at 707.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.pom (2 KB at 73.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.pom (4 KB at 175.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom
Downloading: https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom
Downloaded: https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom (2 KB at 57.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom
Downloading: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom
Downloaded: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom (2 KB at 80.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/project/4.1/project-4.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/4.1/project-4.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/4.1/project-4.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/project/4.0/project-4.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/4.0/project-4.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/4.0/project-4.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.pom (7 KB at 264.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sitetools/1.2/doxia-sitetools-1.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.2/doxia-sitetools-1.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.2/doxia-sitetools-1.2.pom (16 KB at 603.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.pom (3 KB at 124.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.pom (2 KB at 78.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-modules/1.2/doxia-modules-1.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.2/doxia-modules-1.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.2/doxia-modules-1.2.pom (3 KB at 106.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.pom (6 KB at 238.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom
Downloading: https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom
Downloaded: https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom
Downloading: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom
Downloaded: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom
Downloading: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom
Downloaded: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/commons-digester/commons-digester/1.6/commons-digester-1.6.pom
Downloading: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.6/commons-digester-1.6.pom
Downloaded: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.6/commons-digester-1.6.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom
Downloading: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom
Downloaded: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.0/commons-logging-1.0.pom
Downloading: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0/commons-logging-1.0.pom
Downloaded: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0/commons-logging-1.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/2.0/commons-collections-2.0.pom
Downloading: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/2.0/commons-collections-2.0.pom
Downloaded: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/2.0/commons-collections-2.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/2.1/commons-collections-2.1.pom
Downloading: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/2.1/commons-collections-2.1.pom
Downloaded: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/2.1/commons-collections-2.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom
Downloading: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom
Downloaded: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom
Downloading: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom
Downloaded: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-script-interpreter/1.1/maven-script-interpreter-1.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-script-interpreter/1.1/maven-script-interpreter-1.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-script-interpreter/1.1/maven-script-interpreter-1.1.pom (4 KB at 164.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy/2.0.1/groovy-2.0.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy/2.0.1/groovy-2.0.1.pom (16 KB at 27.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-tree/4.0/asm-tree-4.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/4.0/asm-tree-4.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/4.0/asm-tree-4.0.pom (3 KB at 88.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-parent/4.0/asm-parent-4.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/4.0/asm-parent-4.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/4.0/asm-parent-4.0.pom (6 KB at 255.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/ow2/1.3/ow2-1.3.pom
Downloading: https://repo.maven.apache.org/maven2/org/ow2/ow2/1.3/ow2-1.3.pom
Downloaded: https://repo.maven.apache.org/maven2/org/ow2/ow2/1.3/ow2-1.3.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/4.0/asm-4.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/4.0/asm-4.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/4.0/asm-4.0.pom (2 KB at 78.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-commons/4.0/asm-commons-4.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/4.0/asm-commons-4.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/4.0/asm-commons-4.0.pom (3 KB at 92.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-util/4.0/asm-util-4.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/4.0/asm-util-4.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/4.0/asm-util-4.0.pom (3 KB at 92.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-analysis/4.0/asm-analysis-4.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/4.0/asm-analysis-4.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/4.0/asm-analysis-4.0.pom (3 KB at 93.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom
Downloading: https://repo.maven.apache.org/maven2/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom
Downloaded: https://repo.maven.apache.org/maven2/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom
Downloading: https://repo.maven.apache.org/maven2/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom
Downloaded: https://repo.maven.apache.org/maven2/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant/1.8.1/ant-1.8.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.8.1/ant-1.8.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.8.1/ant-1.8.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant-parent/1.8.1/ant-parent-1.8.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/ant/ant-parent/1.8.1/ant-parent-1.8.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/ant/ant-parent/1.8.1/ant-parent-1.8.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.pom (2 KB at 68.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom (18 KB at 584.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.pom (2 KB at 65.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.1.4/doxia-site-renderer-1.1.4.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.1.4/doxia-site-renderer-1.1.4.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.1.4/doxia-site-renderer-1.1.4.pom (6 KB at 229.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sitetools/1.1.4/doxia-sitetools-1.1.4.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.1.4/doxia-sitetools-1.1.4.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.1.4/doxia-sitetools-1.1.4.pom (16 KB at 558.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.1.4/doxia-core-1.1.4.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.1.4/doxia-core-1.1.4.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.1.4/doxia-core-1.1.4.pom (4 KB at 158.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.1.4/doxia-1.1.4.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.1.4/doxia-1.1.4.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.1.4/doxia-1.1.4.pom (19 KB at 658.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.1.4/doxia-sink-api-1.1.4.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1.4/doxia-sink-api-1.1.4.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1.4/doxia-sink-api-1.1.4.pom (2 KB at 61.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.1.4/doxia-logging-api-1.1.4.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1.4/doxia-logging-api-1.1.4.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1.4/doxia-logging-api-1.1.4.pom (2 KB at 67.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom (6 KB at 239.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.1.4/doxia-decoration-model-1.1.4.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1.4/doxia-decoration-model-1.1.4.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1.4/doxia-decoration-model-1.1.4.pom (3 KB at 132.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.1.4/doxia-module-xhtml-1.1.4.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1.4/doxia-module-xhtml-1.1.4.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1.4/doxia-module-xhtml-1.1.4.pom (2 KB at 68.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-modules/1.1.4/doxia-modules-1.1.4.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.1.4/doxia-modules-1.1.4.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.1.4/doxia-modules-1.1.4.pom (3 KB at 103.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.1.4/doxia-module-fml-1.1.4.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.1.4/doxia-module-fml-1.1.4.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.1.4/doxia-module-fml-1.1.4.pom (6 KB at 232.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy-all/2.0.1/groovy-all-2.0.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy-all/2.0.1/groovy-all-2.0.1.pom (18 KB at 30.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-invoker/2.1.1/maven-invoker-2.1.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/2.2/maven-reporting-impl-2.2.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar
Downloading: https://oss.sonatype.org/content/groups/public/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/commons-digester/commons-digester/1.6/commons-digester-1.6.jar
Downloading: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-script-interpreter/1.1/maven-script-interpreter-1.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy/2.0.1/groovy-2.0.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-tree/4.0/asm-tree-4.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-commons/4.0/asm-commons-4.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/4.0/asm-4.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-util/4.0/asm-util-4.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-analysis/4.0/asm-analysis-4.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.1.4/doxia-site-renderer-1.1.4.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.1.4/doxia-decoration-model-1.1.4.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.1.4/doxia-module-xhtml-1.1.4.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.1.4/doxia-module-fml-1.1.4.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy-all/2.0.1/groovy-all-2.0.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant/1.8.1/ant-1.8.1.jar
Downloaded:Bhttps://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy/2.0.1/groovy-2.0.1.jar (3194 KB at 1310.1 KB/sec)
Downloaded:Bhttps://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy-all/2.0.1/groovy-all-2.0.1.jar (6047 KB at 1373.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.1.1/maven-invoker-2.1.1.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.2/maven-reporting-impl-2.2.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar
Downloading: https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar
Downloading: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.2/maven-reporting-impl-2.2.jar (17 KB at 499.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.1.1/maven-invoker-2.1.1.jar (30 KB at 617.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar
Downloaded: https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.6/commons-digester-1.6.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar (151 KB at 2181.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar
Downloaded: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-script-interpreter/1.1/maven-script-interpreter-1.1.jar
Downloaded: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.6/commons-digester-1.6.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/4.0/asm-tree-4.0.jar
Downloaded: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar (190 KB at 2600.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/4.0/asm-commons-4.0.jar
Downloaded: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/4.0/asm-4.0.jar
Downloaded:4https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/4.0/asm-tree-4.0.jar (22 KB at 212.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/4.0/asm-util-4.0.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-script-interpreter/1.1/maven-script-interpreter-1.1.jar (21 KB at 197.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/4.0/asm-analysis-4.0.jar
Downloaded: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/4.0/asm-commons-4.0.jar (37 KB at 344.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar
Downloaded: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/4.0/asm-4.0.jar (45 KB at 401.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar
Downloaded: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/4.0/asm-util-4.0.jar (37 KB at 275.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.1.4/doxia-site-renderer-1.1.4.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar (11 KB at 82.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1.4/doxia-decoration-model-1.1.4.jar
Downloaded: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/4.0/asm-analysis-4.0.jar (20 KB at 142.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1.4/doxia-module-xhtml-1.1.4.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar (12 KB at 80.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.1.4/doxia-module-fml-1.1.4.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1.4/doxia-module-xhtml-1.1.4.jar (15 KB at 87.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.1.4/doxia-site-renderer-1.1.4.jar (50 KB at 293.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.8.1/ant-1.8.1.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1.4/doxia-decoration-model-1.1.4.jar (52 KB at 295.4 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.1.4/doxia-module-fml-1.1.4.jar (37 KB at 208.8 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.8.1/ant-1.8.1.jar (0 B at 0.0 KB/sec)
Downloaded:Bhttps://repo.maven.apache.org/maven2/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar (1201 KB at 5151.6 KB/sec)
[INFO] Installing /home/r/repo/pom.xml to /home/r/repo/target/local-repo/com/jcabi/jcabi-github/0.33/jcabi-github-0.33.pom
[INFO] Installing /home/r/repo/target/jcabi-github-0.33.jar to /home/r/repo/target/local-repo/com/jcabi/jcabi-github/0.33/jcabi-github-0.33.jar
[INFO] Installing /home/r/repo/target/jcabi-github-0.33-sources.jar to /home/r/repo/target/local-repo/com/jcabi/jcabi-github/0.33/jcabi-github-0.33-sources.jar
[INFO] Installing /home/r/repo/target/jcabi-github-0.33-javadoc.jar to /home/r/repo/target/local-repo/com/jcabi/jcabi-github/0.33/jcabi-github-0.33-javadoc.jar
[INFO] Installing /home/r/repo/target/jcabi-github-0.33-jar-with-dependencies.jar to /home/r/repo/target/local-repo/com/jcabi/jcabi-github/0.33/jcabi-github-0.33-jar-with-dependencies.jar
[INFO]
[INFO] --- maven-failsafe-plugin:2.17:integration-test (default) @ jcabi-github ---
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/maven-surefire-common/2.17/maven-surefire-common-2.17.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.17/maven-surefire-common-2.17.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.17/maven-surefire-common-2.17.pom (6 KB at 270.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-annotations/3.2/maven-plugin-annotations-3.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.2/maven-plugin-annotations-3.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.2/maven-plugin-annotations-3.2.pom (2 KB at 69.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools/3.2/maven-plugin-tools-3.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.2/maven-plugin-tools-3.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.2/maven-plugin-tools-3.2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-api/2.17/surefire-api-2.17.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.17/surefire-api-2.17.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.17/surefire-api-2.17.pom (3 KB at 101.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-booter/2.17/surefire-booter-2.17.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.17/surefire-booter-2.17.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.17/surefire-booter-2.17.pom (3 KB at 125.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom
Downloaded: https://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: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/maven-surefire-common/2.17/maven-surefire-common-2.17.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-booter/2.17/surefire-booter-2.17.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-api/2.17/surefire-api-2.17.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-annotations/3.2/maven-plugin-annotations-3.2.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.17/maven-surefire-common-2.17.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.17/surefire-booter-2.17.jar
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar
Downloaded:3https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar
Downloaded:3https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar
Downloaded:9https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar
Downloaded:1https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.17/surefire-api-2.17.jar
Downloaded:1https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.17/surefire-booter-2.17.jar (39 KB at 1017.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.2/maven-plugin-annotations-3.2.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar (38 KB at 561.8 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.2/maven-plugin-annotations-3.2.jar (15 KB at 219.8 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.17/maven-surefire-common-2.17.jar (260 KB at 3702.4 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.17/surefire-api-2.17.jar (144 KB at 1616.4 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar (206 KB at 2037.1 KB/sec)
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-invoker-plugin:1.9:run (default) @ jcabi-github ---
[INFO] Building: fat-jar/pom.xml
[INFO] [INFO] Error stacktraces are turned on.
[INFO] [INFO] Scanning for projects...
[INFO] [INFO]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Building fat-jar 1.0-SNAPSHOT
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom (4 KB at 225.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom (13 KB at 2122.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-parent/21/maven-parent-21.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 KB at 5148.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/apache/10/apache-10.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/apache/10/apache-10.pom (15 KB at 7226.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar (25 KB at 6013.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom (8 KB at 3962.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom (9 KB at 4491.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-parent/22/maven-parent-22.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-parent/22/maven-parent-22.pom (30 KB at 7261.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/apache/11/apache-11.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/apache/11/apache-11.pom (15 KB at 4821.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar (29 KB at 7206.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.pom (10 KB at 39.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom (11 KB at 527.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-parent/23/maven-parent-23.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-parent/23/maven-parent-23.pom (32 KB at 6364.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.jar
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.jar
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.jar (42 KB at 998.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom
[INFO] [INFO] Downloaded: https://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 378.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom (14 KB at 481.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar
[INFO] [INFO] Downloaded: https://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 901.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/gmaven/groovy-maven-plugin/2.0/groovy-maven-plugin-2.0.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/codehaus/gmaven/groovy-maven-plugin/2.0/groovy-maven-plugin-2.0.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/gmaven/groovy-maven-plugin/2.0/groovy-maven-plugin-2.0.pom (5 KB at 143.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/gmaven/gmaven/2.0/gmaven-2.0.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/codehaus/gmaven/gmaven/2.0/gmaven-2.0.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/gmaven/gmaven/2.0/gmaven-2.0.pom (21 KB at 674.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom (5 KB at 2354.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/gmaven/groovy-maven-plugin/2.0/groovy-maven-plugin-2.0.jar
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/codehaus/gmaven/groovy-maven-plugin/2.0/groovy-maven-plugin-2.0.jar
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/gmaven/groovy-maven-plugin/2.0/groovy-maven-plugin-2.0.jar (48 KB at 1126.3 KB/sec)
[INFO] [INFO]
[INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ fat-jar ---
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (2 KB at 1420.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven/2.0.6/maven-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9 KB at 4417.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-parent/5/maven-parent-5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 KB at 7439.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/apache/3/apache-3.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/apache/3/apache-3.pom (4 KB at 1674.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (4 KB at 1985.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (9 KB at 4081.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (9 KB at 4083.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar (13 KB at 4186.2 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (221 KB at 10513.0 KB/sec)
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ fat-jar ---
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom (3 KB at 2575.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom (2 KB at 1954.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom (3 KB at 2975.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (2 KB at 1864.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9 KB at 4379.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (4 KB at 1928.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 480.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (6 KB at 5602.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/junit/junit/3.8.1/junit-3.8.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 974.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (7 KB at 6695.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (4 KB at 1527.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom (2 KB at 966.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom (3 KB at 2560.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom (2 KB at 1806.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom (2 KB at 1540.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom (2 KB at 1900.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom (7 KB at 6553.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom (2 KB at 1866.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom (2 KB at 855.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom (2 KB at 702.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom (424 B at 414.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom (4 KB at 3821.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom (2 KB at 832.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-cli/commons-cli/1.0/commons-cli-1.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-cli/commons-cli/1.0/commons-cli-1.0.pom (3 KB at 2055.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom (2 KB at 1970.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7 KB at 3462.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom (2 KB at 1224.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/classworlds/classworlds/1.1/classworlds-1.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/classworlds/classworlds/1.1/classworlds-1.1.pom (4 KB at 1623.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (4 KB at 3255.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 KB at 16370.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom (6 KB at 5653.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom (9 KB at 8498.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (7 KB at 3344.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 KB at 11337.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom (889 B at 434.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (6 KB at 2852.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom (3 KB at 1397.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/spice/spice-parent/10/spice-parent-10.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/spice/spice-parent/10/spice-parent-10.pom (3 KB at 2944.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/forge/forge-parent/3/forge-parent-3.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/forge/forge-parent/3/forge-parent-3.pom (5 KB at 4915.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8 KB at 3937.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom (890 B at 869.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom (3 KB at 2781.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (16 KB at 15098.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar (114 KB at 28365.0 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar (56 KB at 27591.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar (35 KB at 8603.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar (29 KB at 14122.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (10 KB at 3236.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar (6 KB at 1932.3 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar (24 KB at 7967.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-cli/commons-cli/1.0/commons-cli-1.0.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar (21 KB at 5067.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar (149 KB at 37015.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/classworlds/classworlds/1.1/classworlds-1.1.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar (14 KB at 3323.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar (37 KB at 7201.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 KB at 5882.2 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (14 KB at 2618.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/classworlds/classworlds/1.1/classworlds-1.1.jar (37 KB at 7393.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar (48 KB at 7991.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/junit/junit/3.8.1/junit-3.8.1.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar (86 KB at 12187.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar (11 KB at 1667.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar (85 KB at 12052.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (190 KB at 23704.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/junit/junit/3.8.1/junit-3.8.1.jar (119 KB at 14779.1 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar (43 KB at 5262.0 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar (7 KB at 738.8 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar (218 KB at 21794.0 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar (60 KB at 5962.6 KB/sec)
[INFO] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] [INFO] skip non existing resourceDirectory /home/r/repo/target/it/fat-jar/src/main/resources
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ fat-jar ---
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom (2 KB at 1459.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven/2.0.9/maven-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven/2.0.9/maven-2.0.9.pom (19 KB at 18463.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-parent/8/maven-parent-8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-parent/8/maven-parent-8.pom (24 KB at 23567.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/apache/4/apache-4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/apache/4/apache-4.pom (5 KB at 4389.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom (2 KB at 1581.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom (3 KB at 2242.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom (8 KB at 7602.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom (3 KB at 2009.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom (4 KB at 3066.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom (2 KB at 1918.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom (3 KB at 2002.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom (2 KB at 1856.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom (2 KB at 851.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom (3 KB at 2646.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom (3 KB at 2636.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom (2 KB at 1924.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom (3 KB at 2026.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom (2 KB at 1254.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom (4 KB at 3334.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom (4 KB at 1976.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom (5 KB at 4818.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (965 B at 471.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom (5 KB at 4630.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (7 KB at 6210.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (2 KB at 1424.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 KB at 10941.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-parent/11/maven-parent-11.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 KB at 15824.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/apache/5/apache-5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/apache/5/apache-5.pom (5 KB at 4001.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom (12 KB at 11360.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (3 KB at 2127.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (4 KB at 3164.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 868.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom (2 KB at 1911.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom (2 KB at 1853.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (8 KB at 3867.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (3 KB at 2914.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (3 KB at 2118.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (3 KB at 2120.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (2 KB at 1543.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (2 KB at 1827.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom (2 KB at 1668.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (3 KB at 2708.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (4 KB at 3030.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 859.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (2 KB at 1883.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom (3 KB at 2015.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom (2 KB at 1227.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3 KB at 2891.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (7 KB at 6638.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (9 KB at 8200.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (6 KB at 5026.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (3 KB at 2016.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 795.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (5 KB at 4140.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 KB at 16889.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom
[INFO] [INFO] Downloaded: https://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)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom (4 KB at 147.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (3 KB at 1496.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 KB at 9983.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (7 KB at 3300.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 KB at 6621.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom (4 KB at 3068.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom (19 KB at 9153.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom
[INFO] [INFO] Downloaded: https://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)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.pom (769 B at 37.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compilers/2.2/plexus-compilers-2.2.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.2/plexus-compilers-2.2.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.2/plexus-compilers-2.2.pom (2 KB at 52.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom (3 KB at 2690.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom (3 KB at 2211.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom (4 KB at 3938.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom (3 KB at 2743.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/xbean/xbean/3.4/xbean-3.4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/xbean/xbean/3.4/xbean-3.4.pom (19 KB at 9048.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/log4j/log4j/1.2.12/log4j-1.2.12.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/log4j/log4j/1.2.12/log4j-1.2.12.pom (145 B at 141.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom (6 KB at 5221.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/google/collections/google-collections/1.0/google-collections-1.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/google/collections/google-collections/1.0/google-collections-1.0.pom (3 KB at 2419.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/google/google/1/google-1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/google/google/1/google-1.pom (2 KB at 1517.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/junit/junit/3.8.2/junit-3.8.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/junit/junit/3.8.2/junit-3.8.2.pom (747 B at 729.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar (13 KB at 6294.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar (48 KB at 23980.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar (87 KB at 28941.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar (21 KB at 10194.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar (35 KB at 11510.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar (156 KB at 38972.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar (206 KB at 51435.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar (24 KB at 5995.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar (86 KB at 21318.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar (14 KB at 2692.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar (29 KB at 5678.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar (37 KB at 6029.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar (11 KB at 1673.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar (57 KB at 9413.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar (119 KB at 16989.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar (33 KB at 4591.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (14 KB at 1652.6 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 KB at 3889.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (5 KB at 514.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/log4j/log4j/1.2.12/log4j-1.2.12.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.jar (46 KB at 5626.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/google/collections/google-collections/1.0/google-collections-1.0.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar (44 KB at 4839.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/junit/junit/3.8.2/junit-3.8.2.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar (131 KB at 14521.1 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar (212 KB at 19233.0 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/junit/junit/3.8.2/junit-3.8.2.jar (118 KB at 10710.2 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/log4j/log4j/1.2.12/log4j-1.2.12.jar (350 KB at 29141.0 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/google/collections/google-collections/1.0/google-collections-1.0.jar (625 KB at 36741.3 KB/sec)
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.jar
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.jar
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.jar (151 KB at 2219.1 KB/sec)
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar (5 KB at 62.7 KB/sec)
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.jar (19 KB at 247.0 KB/sec)
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar (25 KB at 321.1 KB/sec)
[INFO] [INFO] No sources to compile
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ fat-jar ---
[INFO] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] [INFO] skip non existing resourceDirectory /home/r/repo/target/it/fat-jar/src/test/resources
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ fat-jar ---
[INFO] [INFO] No sources to compile
[INFO] [INFO]
[INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ fat-jar ---
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom
[INFO] [INFO] Downloaded: https://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)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom (3 KB at 105.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.pom
[INFO] [INFO] Downloaded: https://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)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.pom (2 KB at 66.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom (16 KB at 585.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom (2 KB at 1759.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom (2 KB at 1441.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom (4 KB at 3394.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom (17 KB at 16319.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/commons/commons-parent/22/commons-parent-22.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/commons/commons-parent/22/commons-parent-22.pom (41 KB at 20467.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom (4 KB at 3615.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom (10 KB at 9118.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-parent/13/maven-parent-13.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-parent/13/maven-parent-13.pom (23 KB at 22103.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/apache/6/apache-6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/apache/6/apache-6.pom (13 KB at 6248.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom (2 KB at 1207.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar (10 KB at 4949.7 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar (38 KB at 18541.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar (31 KB at 5055.2 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar (309 KB at 38550.4 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar (227 KB at 45277.7 KB/sec)
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar (14 KB at 526.7 KB/sec)
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar (34 KB at 996.2 KB/sec)
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar (115 KB at 2609.7 KB/sec)
[INFO] [INFO] Downloaded: https://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 3205.9 KB/sec)
[INFO] [INFO] No tests to run.
[INFO] [INFO]
[INFO] [INFO] --- groovy-maven-plugin:2.0:execute (default) @ fat-jar ---
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/gossip/gossip-slf4j/1.8/gossip-slf4j-1.8.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/sonatype/gossip/gossip-slf4j/1.8/gossip-slf4j-1.8.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/gossip/gossip-slf4j/1.8/gossip-slf4j-1.8.pom (2 KB at 57.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/gossip/gossip/1.8/gossip-1.8.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/sonatype/gossip/gossip/1.8/gossip-1.8.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/gossip/gossip/1.8/gossip-1.8.pom (12 KB at 469.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/forge/forge-parent/9/forge-parent-9.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/9/forge-parent-9.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/9/forge-parent-9.pom (13 KB at 513.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/gossip/gossip-core/1.8/gossip-core-1.8.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/sonatype/gossip/gossip-core/1.8/gossip-core-1.8.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/gossip/gossip-core/1.8/gossip-core-1.8.pom (3 KB at 90.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/gossip/gossip-bootstrap/1.8/gossip-bootstrap-1.8.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/sonatype/gossip/gossip-bootstrap/1.8/gossip-bootstrap-1.8.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/gossip/gossip-bootstrap/1.8/gossip-bootstrap-1.8.pom (2 KB at 65.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/google/guava/guava/14.0.1/guava-14.0.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/google/guava/guava/14.0.1/guava-14.0.1.pom (6 KB at 2625.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom (3 KB at 2495.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom (4 KB at 155.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 KB at 9088.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom (2 KB at 43.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom (3 KB at 1493.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom (20 KB at 19433.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom (2 KB at 993.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (28 KB at 13608.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom (2 KB at 1696.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/gmaven/gmaven-adapter-api/2.0/gmaven-adapter-api-2.0.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/codehaus/gmaven/gmaven-adapter-api/2.0/gmaven-adapter-api-2.0.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/gmaven/gmaven-adapter-api/2.0/gmaven-adapter-api-2.0.pom (2 KB at 76.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/gmaven/gmaven-adapter-impl/2.0/gmaven-adapter-impl-2.0.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/codehaus/gmaven/gmaven-adapter-impl/2.0/gmaven-adapter-impl-2.0.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/gmaven/gmaven-adapter-impl/2.0/gmaven-adapter-impl-2.0.pom (3 KB at 120.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/groovy/groovy-all/2.1.5/groovy-all-2.1.5.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-all/2.1.5/groovy-all-2.1.5.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-all/2.1.5/groovy-all-2.1.5.pom (18 KB at 652.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/ant/ant/1.8.4/ant-1.8.4.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.8.4/ant-1.8.4.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.8.4/ant-1.8.4.pom (10 KB at 392.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/ant/ant-parent/1.8.4/ant-parent-1.8.4.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/ant/ant-parent/1.8.4/ant-parent-1.8.4.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/ant/ant-parent/1.8.4/ant-parent-1.8.4.pom (5 KB at 178.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/ant/ant-launcher/1.8.4/ant-launcher-1.8.4.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.8.4/ant-launcher-1.8.4.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.8.4/ant-launcher-1.8.4.pom (3 KB at 96.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/jline/jline/1.0/jline-1.0.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/jline/jline/1.0/jline-1.0.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/jline/jline/1.0/jline-1.0.pom (9 KB at 361.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/fusesource/jansi/jansi/1.11/jansi-1.11.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/fusesource/jansi/jansi/1.11/jansi-1.11.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/fusesource/jansi/jansi/1.11/jansi-1.11.pom (4 KB at 146.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/fusesource/jansi/jansi-project/1.11/jansi-project-1.11.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/fusesource/jansi/jansi-project/1.11/jansi-project-1.11.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/fusesource/jansi/jansi-project/1.11/jansi-project-1.11.pom (12 KB at 508.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/fusesource/fusesource-pom/1.8/fusesource-pom-1.8.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/fusesource/fusesource-pom/1.8/fusesource-pom-1.8.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/fusesource/fusesource-pom/1.8/fusesource-pom-1.8.pom (15 KB at 572.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/gossip/gossip-slf4j/1.8/gossip-slf4j-1.8.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/gossip/gossip-core/1.8/gossip-core-1.8.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/gossip/gossip-bootstrap/1.8/gossip-bootstrap-1.8.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/google/guava/guava/14.0.1/guava-14.0.1.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/gmaven/gmaven-adapter-api/2.0/gmaven-adapter-api-2.0.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/gmaven/gmaven-adapter-impl/2.0/gmaven-adapter-impl-2.0.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/groovy/groovy-all/2.1.5/groovy-all-2.1.5.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/ant/ant/1.8.4/ant-1.8.4.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/ant/ant-launcher/1.8.4/ant-launcher-1.8.4.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/jline/jline/1.0/jline-1.0.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/fusesource/jansi/jansi/1.11/jansi-1.11.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar (131 KB at 32614.3 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar (131 KB at 32704.3 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar (165 KB at 32923.4 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/google/guava/guava/14.0.1/guava-14.0.1.jar (2138 KB at 71260.3 KB/sec)
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/sonatype/gossip/gossip-slf4j/1.8/gossip-slf4j-1.8.jar
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/sonatype/gossip/gossip-core/1.8/gossip-core-1.8.jar
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/sonatype/gossip/gossip-bootstrap/1.8/gossip-bootstrap-1.8.jar
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/gossip/gossip-bootstrap/1.8/gossip-bootstrap-1.8.jar (20 KB at 689.1 KB/sec)
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/codehaus/gmaven/gmaven-adapter-api/2.0/gmaven-adapter-api-2.0.jar
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/gossip/gossip-slf4j/1.8/gossip-slf4j-1.8.jar (5 KB at 121.4 KB/sec)
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/codehaus/gmaven/gmaven-adapter-impl/2.0/gmaven-adapter-impl-2.0.jar
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar (60 KB at 1535.2 KB/sec)
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-all/2.1.5/groovy-all-2.1.5.jar
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/gossip/gossip-core/1.8/gossip-core-1.8.jar (57 KB at 1377.0 KB/sec)
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.8.4/ant-1.8.4.jar
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/gmaven/gmaven-adapter-api/2.0/gmaven-adapter-api-2.0.jar (7 KB at 130.4 KB/sec)
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.8.4/ant-launcher-1.8.4.jar
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/gmaven/gmaven-adapter-impl/2.0/gmaven-adapter-impl-2.0.jar (16 KB at 272.3 KB/sec)
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/jline/jline/1.0/jline-1.0.jar
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.8.4/ant-launcher-1.8.4.jar (18 KB at 202.2 KB/sec)
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/fusesource/jansi/jansi/1.11/jansi-1.11.jar
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar (46 KB at 482.8 KB/sec)
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/jline/jline/1.0/jline-1.0.jar (90 KB at 809.9 KB/sec)
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/fusesource/jansi/jansi/1.11/jansi-1.11.jar (112 KB at 730.3 KB/sec)
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.8.4/ant-1.8.4.jar (1897 KB at 4990.1 KB/sec)
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-all/2.1.5/groovy-all-2.1.5.jar (6219 KB at 7222.1 KB/sec)
[INFO] [INFO] 38 attributes loaded from 25 stream(s) in 10ms, 38 saved, 200 ignored: ["Ant-Version", "Archiver-Version", "Bnd-LastModified", "Build-Jdk", "Built-By", "Bundle-ClassPath", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Created-By", "DynamicImport-Package", "Eclipse-BuddyPolicy", "Export-Package", "Extension-Name", "Ignore-Package", "Implementation-Title", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Main-class", "Manifest-Version", "Originally-Created-By", "Private-Package", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool"]
[INFO] [INFO] jcabi-aspects 0.22.5/4a18718 started new daemon thread jcabi-loggable for watching of @Loggable annotated methods
[INFO] [INFO] #fetch(GET api.github.com /repos/jcabi/jcabi-github/labels): [200 OK] in 591ms
[INFO] label found: 15 mins
[INFO] label found: 30 mins
[INFO] label found: @adko-pl
[INFO] label found: @amihaiemil
[INFO] label found: @carlosmiranda
[INFO] label found: @darkled
[INFO] label found: @dmzaytsev
[INFO] label found: @ggajos
[INFO] label found: @hdouss
[INFO] label found: @krzyk
[INFO] label found: @longtimeago
[INFO] label found: @lthuangiang
[INFO] label found: @marczeeee
[INFO] label found: @mkordas
[INFO] label found: @oruam85
[INFO] label found: @palyuga
[INFO] label found: @pinaf
[INFO] label found: @prondzyn
[INFO] label found: @romankisilenko
[INFO] label found: @shelan
[INFO] label found: @super132
[INFO] label found: @yamstranger
[INFO] label found: @yegor256
[INFO] label found: bug
[INFO] label found: cosmetic
[INFO] label found: CR
[INFO] label found: DEV
[INFO] label found: duplicate
[INFO] label found: enhancement
[INFO] label found: invalid
[INFO] [INFO] #fetch(GET api.github.com /repositories/14204295/labels): [200 OK] in 330ms
[INFO] label found: IPM/Acquire
[INFO] label found: IPM/Extend
[INFO] label found: postponed
[INFO] label found: question
[INFO] label found: TS/FIX
[INFO] label found: wontfix
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] BUILD SUCCESS
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time: 5.933 s
[INFO] [INFO] Finished at: 2017-09-21T08:27:35+00:00
[INFO] [INFO] Final Memory: 21M/361M
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [WARNING] The requested profile "qulice" could not be activated because it does not exist.
[INFO] [WARNING] The requested profile "sonatype" could not be activated because it does not exist.
[INFO] ..SUCCESS (7.3 s)
[INFO] Building: basic-usage/pom.xml
[INFO] [INFO] Error stacktraces are turned on.
[INFO] [INFO] Scanning for projects...
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/parent/0.19.1/parent-0.19.1.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.19.1/parent-0.19.1.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.19.1/parent-0.19.1.pom (77 KB at 247.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/kuali/maven/wagons/maven-s3-wagon/1.1.19/maven-s3-wagon-1.1.19.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/kuali/maven/wagons/maven-s3-wagon/1.1.19/maven-s3-wagon-1.1.19.pom
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/org/kuali/maven/wagons/maven-s3-wagon/1.1.19/maven-s3-wagon-1.1.19.pom (5 KB at 6.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/kuali/pom/kuali-common/1.7.18/kuali-common-1.7.18.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-common/1.7.18/kuali-common-1.7.18.pom
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-common/1.7.18/kuali-common-1.7.18.pom (34 KB at 86.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/kuali/pom/kuali-pom/1.7.18/kuali-pom-1.7.18.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-pom/1.7.18/kuali-pom-1.7.18.pom
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-pom/1.7.18/kuali-pom-1.7.18.pom (55 KB at 149.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/amazonaws/aws-java-sdk/1.3.22/aws-java-sdk-1.3.22.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/amazonaws/aws-java-sdk/1.3.22/aws-java-sdk-1.3.22.pom (6 KB at 2719.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/httpcomponents/httpclient/4.1/httpclient-4.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/httpcomponents/httpclient/4.1/httpclient-4.1.pom (6 KB at 2946.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcomponents-client/4.1/httpcomponents-client-4.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcomponents-client/4.1/httpcomponents-client-4.1.pom (12 KB at 5509.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/httpcomponents/project/4.1.1/project-4.1.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/httpcomponents/project/4.1.1/project-4.1.1.pom (17 KB at 5458.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcore/4.1/httpcore-4.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcore/4.1/httpcore-4.1.pom (9 KB at 4081.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcomponents-core/4.1/httpcomponents-core-4.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcomponents-core/4.1/httpcomponents-core-4.1.pom (9 KB at 4415.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-codec/commons-codec/1.4/commons-codec-1.4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-codec/commons-codec/1.4/commons-codec-1.4.pom (11 KB at 5124.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/commons/commons-parent/11/commons-parent-11.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/commons/commons-parent/11/commons-parent-11.pom (25 KB at 6017.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-codec/commons-codec/1.3/commons-codec-1.3.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-codec/commons-codec/1.3/commons-codec-1.3.pom (6 KB at 2980.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/jackson/jackson-core-asl/1.8.9/jackson-core-asl-1.8.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/jackson/jackson-core-asl/1.8.9/jackson-core-asl-1.8.9.pom (1016 B at 496.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/jackson/jackson-mapper-asl/1.8.9/jackson-mapper-asl-1.8.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/jackson/jackson-mapper-asl/1.8.9/jackson-mapper-asl-1.8.9.pom (2 KB at 606.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.pom (2 KB at 842.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/wagon/wagon/2.2/wagon-2.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/wagon/wagon/2.2/wagon-2.2.pom (16 KB at 5225.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-io/commons-io/2.3/commons-io-2.3.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.3/commons-io-2.3.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.3/commons-io-2.3.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.3/commons-io-2.3.pom (11 KB at 414.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/commons/commons-parent/24/commons-parent-24.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 KB at 5769.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-lang/commons-lang/2.6/commons-lang-2.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-lang/commons-lang/2.6/commons-lang-2.6.pom (18 KB at 5694.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/commons/commons-parent/17/commons-parent-17.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/commons/commons-parent/17/commons-parent-17.pom (31 KB at 7613.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/apache/7/apache-7.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/apache/7/apache-7.pom (15 KB at 7045.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/kuali/common/kuali-threads/1.0.9/kuali-threads-1.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/kuali/common/kuali-threads/1.0.9/kuali-threads-1.0.9.pom (3 KB at 1264.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/kuali/pom/kuali-common/1.2.2/kuali-common-1.2.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/kuali/pom/kuali-common/1.2.2/kuali-common-1.2.2.pom (31 KB at 10122.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/kuali/pom/kuali-pom/1.2.2/kuali-pom-1.2.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/kuali/pom/kuali-pom/1.2.2/kuali-pom-1.2.2.pom (42 KB at 8329.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.pom (3 KB at 2626.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/slf4j/slf4j-parent/1.6.4/slf4j-parent-1.6.4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/slf4j/slf4j-parent/1.6.4/slf4j-parent-1.6.4.pom (12 KB at 5958.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/slf4j/slf4j-log4j12/1.6.4/slf4j-log4j12-1.6.4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/slf4j/slf4j-log4j12/1.6.4/slf4j-log4j12-1.6.4.pom (2 KB at 1615.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/log4j/log4j/1.2.16/log4j-1.2.16.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/log4j/log4j/1.2.16/log4j-1.2.16.pom (20 KB at 6621.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/slf4j/jcl-over-slf4j/1.6.4/jcl-over-slf4j-1.6.4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/slf4j/jcl-over-slf4j/1.6.4/jcl-over-slf4j-1.6.4.pom (3 KB at 2405.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/kuali/maven/wagons/maven-s3-wagon/1.1.19/maven-s3-wagon-1.1.19.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/amazonaws/aws-java-sdk/1.3.22/aws-java-sdk-1.3.22.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/httpcomponents/httpclient/4.1/httpclient-4.1.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcore/4.1/httpcore-4.1.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-codec/commons-codec/1.3/commons-codec-1.3.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/jackson/jackson-core-asl/1.8.9/jackson-core-asl-1.8.9.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/jackson/jackson-mapper-asl/1.8.9/jackson-mapper-asl-1.8.9.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-io/commons-io/2.3/commons-io-2.3.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-lang/commons-lang/2.6/commons-lang-2.6.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/kuali/common/kuali-threads/1.0.9/kuali-threads-1.0.9.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/slf4j/slf4j-log4j12/1.6.4/slf4j-log4j12-1.6.4.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/log4j/log4j/1.2.16/log4j-1.2.16.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/slf4j/jcl-over-slf4j/1.6.4/jcl-over-slf4j-1.6.4.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar (26 KB at 6338.4 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-codec/commons-codec/1.3/commons-codec-1.3.jar (46 KB at 7605.0 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.jar (52 KB at 8551.9 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-lang/commons-lang/2.6/commons-lang-2.6.jar (278 KB at 14608.3 KB/sec)
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/kuali/maven/wagons/maven-s3-wagon/1.1.19/maven-s3-wagon-1.1.19.jar
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/com/amazonaws/aws-java-sdk/1.3.22/aws-java-sdk-1.3.22.jar
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.1/httpclient-4.1.jar
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.1/httpcore-4.1.jar
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/jackson/jackson-core-asl/1.8.9/jackson-core-asl-1.8.9.jar
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/jackson/jackson-mapper-asl/1.8.9/jackson-mapper-asl-1.8.9.jar
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.3/commons-io-2.3.jar
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/org/kuali/maven/wagons/maven-s3-wagon/1.1.19/maven-s3-wagon-1.1.19.jar (35 KB at 62.0 KB/sec)
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/kuali/common/kuali-threads/1.0.9/kuali-threads-1.0.9.jar
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.6.4/slf4j-log4j12-1.6.4.jar
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/org/kuali/common/kuali-threads/1.0.9/kuali-threads-1.0.9.jar (21 KB at 25.2 KB/sec)
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.16/log4j-1.2.16.jar
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/jackson/jackson-core-asl/1.8.9/jackson-core-asl-1.8.9.jar (223 KB at 245.5 KB/sec)
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.6.4/jcl-over-slf4j-1.6.4.jar
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.6.4/jcl-over-slf4j-1.6.4.jar (17 KB at 14.6 KB/sec)
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.6.4/slf4j-log4j12-1.6.4.jar (10 KB at 8.2 KB/sec)
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.16/log4j-1.2.16.jar (471 KB at 347.0 KB/sec)
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/jackson/jackson-mapper-asl/1.8.9/jackson-mapper-asl-1.8.9.jar (654 KB at 360.2 KB/sec)
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/com/amazonaws/aws-java-sdk/1.3.22/aws-java-sdk-1.3.22.jar (7528 KB at 2725.3 KB/sec)
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.1/httpclient-4.1.jar
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.1/httpcore-4.1.jar
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.3/commons-io-2.3.jar
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.3/commons-io-2.3.jar (179 KB at 1511.6 KB/sec)
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.1/httpcore-4.1.jar (177 KB at 1425.8 KB/sec)
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.1/httpclient-4.1.jar (342 KB at 2756.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/plugins/nexus-staging-maven-plugin/1.6/nexus-staging-maven-plugin-1.6.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/plugins/nexus-staging-maven-plugin/1.6/nexus-staging-maven-plugin-1.6.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/sonatype/plugins/nexus-staging-maven-plugin/1.6/nexus-staging-maven-plugin-1.6.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plugins/nexus-staging-maven-plugin/1.6/nexus-staging-maven-plugin-1.6.pom (12 KB at 441.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/nexus/maven/nexus-staging/1.6/nexus-staging-1.6.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/maven/nexus-staging/1.6/nexus-staging-1.6.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/sonatype/nexus/maven/nexus-staging/1.6/nexus-staging-1.6.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/nexus/maven/nexus-staging/1.6/nexus-staging-1.6.pom (3 KB at 118.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/nexus/maven/nexus-maven-plugins/1.6/nexus-maven-plugins-1.6.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/maven/nexus-maven-plugins/1.6/nexus-maven-plugins-1.6.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/sonatype/nexus/maven/nexus-maven-plugins/1.6/nexus-maven-plugins-1.6.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/nexus/maven/nexus-maven-plugins/1.6/nexus-maven-plugins-1.6.pom (17 KB at 626.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/buildsupport/public-parent/5/public-parent-5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/buildsupport/public-parent/5/public-parent-5.pom (760 B at 371.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/buildsupport/buildsupport/5/buildsupport-5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/buildsupport/buildsupport/5/buildsupport-5.pom (22 KB at 10942.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/nexus/maven/nexus-common/1.6/nexus-common-1.6.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/maven/nexus-common/1.6/nexus-common-1.6.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/sonatype/nexus/maven/nexus-common/1.6/nexus-common-1.6.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/nexus/maven/nexus-common/1.6/nexus-common-1.6.pom (3 KB at 17.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom (3 KB at 2891.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom (5 KB at 4077.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/spice/spice-parent/15/spice-parent-15.pom (9 KB at 8162.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/nexus/nexus-client-core/2.7.2-01/nexus-client-core-2.7.2-01.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/nexus-client-core/2.7.2-01/nexus-client-core-2.7.2-01.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/sonatype/nexus/nexus-client-core/2.7.2-01/nexus-client-core-2.7.2-01.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/nexus/nexus-client-core/2.7.2-01/nexus-client-core-2.7.2-01.pom (5 KB at 182.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/nexus/nexus-components/2.7.2-01/nexus-components-2.7.2-01.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/nexus-components/2.7.2-01/nexus-components-2.7.2-01.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/sonatype/nexus/nexus-components/2.7.2-01/nexus-components-2.7.2-01.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/nexus/nexus-components/2.7.2-01/nexus-components-2.7.2-01.pom (3 KB at 111.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/nexus/nexus-oss/2.7.2-01/nexus-oss-2.7.2-01.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/nexus-oss/2.7.2-01/nexus-oss-2.7.2-01.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/sonatype/nexus/nexus-oss/2.7.2-01/nexus-oss-2.7.2-01.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/nexus/nexus-oss/2.7.2-01/nexus-oss-2.7.2-01.pom (36 KB at 1129.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.7.2-01/nexus-buildsupport-all-2.7.2-01.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.7.2-01/nexus-buildsupport-all-2.7.2-01.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.7.2-01/nexus-buildsupport-all-2.7.2-01.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.7.2-01/nexus-buildsupport-all-2.7.2-01.pom (6 KB at 211.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.7.2-01/nexus-buildsupport-2.7.2-01.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.7.2-01/nexus-buildsupport-2.7.2-01.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.7.2-01/nexus-buildsupport-2.7.2-01.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.7.2-01/nexus-buildsupport-2.7.2-01.pom (2 KB at 78.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.7.2-01/nexus-buildsupport-commons-2.7.2-01.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.7.2-01/nexus-buildsupport-commons-2.7.2-01.pom
[INFO] [INFO] Downloading: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.7.2-01/nexus-buildsupport-commons-2.7.2-01.pom
[INFO] [INFO] Downloaded: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.7.2-01/nexus-buildsupport-commons-2.7.2-01.pom (3 KB at 4.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.7.2-01/nexus-buildsupport-httpclient-2.7.2-01.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.7.2-01/nexus-buildsupport-httpclient-2.7.2-01.pom
[INFO] [INFO] Downloading: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.7.2-01/nexus-buildsupport-httpclient-2.7.2-01.pom
[INFO] [INFO] Downloaded: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.7.2-01/nexus-buildsupport-httpclient-2.7.2-01.pom (3 KB at 7.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.7.2-01/nexus-buildsupport-maven-2.7.2-01.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.7.2-01/nexus-buildsupport-maven-2.7.2-01.pom
[INFO] [INFO] Downloading: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.7.2-01/nexus-buildsupport-maven-2.7.2-01.pom
[INFO] [INFO] Downloaded: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.7.2-01/nexus-buildsupport-maven-2.7.2-01.pom (7 KB at 21.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.7.2-01/nexus-buildsupport-shiro-2.7.2-01.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.7.2-01/nexus-buildsupport-shiro-2.7.2-01.pom
[INFO] [INFO] Downloading: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.7.2-01/nexus-buildsupport-shiro-2.7.2-01.pom
[INFO] [INFO] Downloaded: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.7.2-01/nexus-buildsupport-shiro-2.7.2-01.pom (4 KB at 12.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.7.2-01/nexus-buildsupport-bouncycastle-2.7.2-01.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.7.2-01/nexus-buildsupport-bouncycastle-2.7.2-01.pom
[INFO] [INFO] Downloading: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.7.2-01/nexus-buildsupport-bouncycastle-2.7.2-01.pom
[INFO] [INFO] Downloaded: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.7.2-01/nexus-buildsupport-bouncycastle-2.7.2-01.pom (3 KB at 7.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.7.2-01/nexus-buildsupport-jetty-2.7.2-01.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.7.2-01/nexus-buildsupport-jetty-2.7.2-01.pom
[INFO] [INFO] Downloading: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.7.2-01/nexus-buildsupport-jetty-2.7.2-01.pom
[INFO] [INFO] Downloaded: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.7.2-01/nexus-buildsupport-jetty-2.7.2-01.pom (5 KB at 15.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.7.2-01/nexus-buildsupport-goodies-2.7.2-01.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.7.2-01/nexus-buildsupport-goodies-2.7.2-01.pom
[INFO] [INFO] Downloading: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.7.2-01/nexus-buildsupport-goodies-2.7.2-01.pom
[INFO] [INFO] Downloaded: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.7.2-01/nexus-buildsupport-goodies-2.7.2-01.pom (4 KB at 12.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.7.2-01/nexus-buildsupport-groovy-2.7.2-01.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.7.2-01/nexus-buildsupport-groovy-2.7.2-01.pom
[INFO] [INFO] Downloading: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.7.2-01/nexus-buildsupport-groovy-2.7.2-01.pom
[INFO] [INFO] Downloaded: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.7.2-01/nexus-buildsupport-groovy-2.7.2-01.pom (3 KB at 9.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.7.2-01/nexus-buildsupport-guice-2.7.2-01.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.7.2-01/nexus-buildsupport-guice-2.7.2-01.pom
[INFO] [INFO] Downloading: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.7.2-01/nexus-buildsupport-guice-2.7.2-01.pom
[INFO] [INFO] Downloaded: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.7.2-01/nexus-buildsupport-guice-2.7.2-01.pom (4 KB at 12.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.7.2-01/nexus-buildsupport-logging-2.7.2-01.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.7.2-01/nexus-buildsupport-logging-2.7.2-01.pom
[INFO] [INFO] Downloading: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.7.2-01/nexus-buildsupport-logging-2.7.2-01.pom
[INFO] [INFO] Downloaded: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.7.2-01/nexus-buildsupport-logging-2.7.2-01.pom (4 KB at 11.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.7.2-01/nexus-buildsupport-other-2.7.2-01.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.7.2-01/nexus-buildsupport-other-2.7.2-01.pom
[INFO] [INFO] Downloading: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.7.2-01/nexus-buildsupport-other-2.7.2-01.pom
[INFO] [INFO] Downloaded: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.7.2-01/nexus-buildsupport-other-2.7.2-01.pom (5 KB at 17.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.7.2-01/nexus-buildsupport-plexus-2.7.2-01.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.7.2-01/nexus-buildsupport-plexus-2.7.2-01.pom
[INFO] [INFO] Downloading: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.7.2-01/nexus-buildsupport-plexus-2.7.2-01.pom
[INFO] [INFO] Downloaded: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.7.2-01/nexus-buildsupport-plexus-2.7.2-01.pom (5 KB at 14.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.7.2-01/nexus-buildsupport-rest-2.7.2-01.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.7.2-01/nexus-buildsupport-rest-2.7.2-01.pom
[INFO] [INFO] Downloading: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.7.2-01/nexus-buildsupport-rest-2.7.2-01.pom
[INFO] [INFO] Downloaded: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.7.2-01/nexus-buildsupport-rest-2.7.2-01.pom (5 KB at 14.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.7.2-01/nexus-buildsupport-testing-2.7.2-01.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.7.2-01/nexus-buildsupport-testing-2.7.2-01.pom
[INFO] [INFO] Downloading: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.7.2-01/nexus-buildsupport-testing-2.7.2-01.pom
[INFO] [INFO] Downloaded: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.7.2-01/nexus-buildsupport-testing-2.7.2-01.pom (5 KB at 16.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.7.2-01/nexus-buildsupport-metrics-2.7.2-01.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.7.2-01/nexus-buildsupport-metrics-2.7.2-01.pom
[INFO] [INFO] Downloading: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.7.2-01/nexus-buildsupport-metrics-2.7.2-01.pom
[INFO] [INFO] Downloaded: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.7.2-01/nexus-buildsupport-metrics-2.7.2-01.pom (3 KB at 10.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.7.2-01/nexus-restlet1x-model-2.7.2-01.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.7.2-01/nexus-restlet1x-model-2.7.2-01.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.7.2-01/nexus-restlet1x-model-2.7.2-01.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.7.2-01/nexus-restlet1x-model-2.7.2-01.pom (4 KB at 143.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.7.2-01/nexus-plugins-restlet1x-2.7.2-01.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.7.2-01/nexus-plugins-restlet1x-2.7.2-01.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.7.2-01/nexus-plugins-restlet1x-2.7.2-01.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.7.2-01/nexus-plugins-restlet1x-2.7.2-01.pom (6 KB at 244.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/nexus/plugins/nexus-plugins/2.7.2-01/nexus-plugins-2.7.2-01.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/plugins/nexus-plugins/2.7.2-01/nexus-plugins-2.7.2-01.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/sonatype/nexus/plugins/nexus-plugins/2.7.2-01/nexus-plugins-2.7.2-01.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/nexus/plugins/nexus-plugins/2.7.2-01/nexus-plugins-2.7.2-01.pom (25 KB at 856.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom (4 KB at 3713.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven/3.0.4/maven-3.0.4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven/3.0.4/maven-3.0.4.pom (22 KB at 21315.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/intellij/annotations/9.0.4/annotations-9.0.4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/intellij/annotations/9.0.4/annotations-9.0.4.pom (2 KB at 577.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/thoughtworks/xstream/xstream/1.4.5/xstream-1.4.5.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/com/thoughtworks/xstream/xstream/1.4.5/xstream-1.4.5.pom
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/com/thoughtworks/xstream/xstream/1.4.5/xstream-1.4.5.pom (11 KB at 22.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/thoughtworks/xstream/xstream-parent/1.4.5/xstream-parent-1.4.5.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/com/thoughtworks/xstream/xstream-parent/1.4.5/xstream-parent-1.4.5.pom
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/com/thoughtworks/xstream/xstream-parent/1.4.5/xstream-parent-1.4.5.pom (25 KB at 62.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom (5 KB at 4010.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom (386 B at 377.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom (2 KB at 1572.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/joda-time/joda-time/2.2/joda-time-2.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/joda-time/joda-time/2.2/joda-time-2.2.pom (16 KB at 7895.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.pom (2 KB at 800.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/sisu/siesta/siesta-client/1.5.2/siesta-client-1.5.2.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-client/1.5.2/siesta-client-1.5.2.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-client/1.5.2/siesta-client-1.5.2.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-client/1.5.2/siesta-client-1.5.2.pom (2 KB at 79.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/sisu/siesta/siesta/1.5.2/siesta-1.5.2.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta/1.5.2/siesta-1.5.2.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta/1.5.2/siesta-1.5.2.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta/1.5.2/siesta-1.5.2.pom (13 KB at 465.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/buildsupport/public-parent/3/public-parent-3.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/buildsupport/public-parent/3/public-parent-3.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/sonatype/buildsupport/public-parent/3/public-parent-3.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/buildsupport/public-parent/3/public-parent-3.pom (760 B at 32.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/buildsupport/buildsupport/3/buildsupport-3.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/buildsupport/buildsupport/3/buildsupport-3.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/sonatype/buildsupport/buildsupport/3/buildsupport-3.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/buildsupport/buildsupport/3/buildsupport-3.pom (23 KB at 786.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/sisu/siesta/siesta-common/1.5.2/siesta-common-1.5.2.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-common/1.5.2/siesta-common-1.5.2.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-common/1.5.2/siesta-common-1.5.2.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-common/1.5.2/siesta-common-1.5.2.pom (3 KB at 87.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.pom (6 KB at 2670.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.pom (11 KB at 10149.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/sun/jersey/jersey-project/1.17.1/jersey-project-1.17.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/sun/jersey/jersey-project/1.17.1/jersey-project-1.17.1.pom (21 KB at 20925.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/net/java/jvnet-parent/1/jvnet-parent-1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/net/java/jvnet-parent/1/jvnet-parent-1.pom (5 KB at 4600.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.pom (8 KB at 3837.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.pom (7 KB at 6529.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/sun/jersey/jersey-json/1.17.1/jersey-json-1.17.1.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/com/sun/jersey/jersey-json/1.17.1/jersey-json-1.17.1.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/com/sun/jersey/jersey-json/1.17.1/jersey-json-1.17.1.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/com/sun/jersey/jersey-json/1.17.1/jersey-json-1.17.1.pom (11 KB at 401.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/sun/xml/bind/jaxb-impl/2.2.3-1/jaxb-impl-2.2.3-1.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/com/sun/xml/bind/jaxb-impl/2.2.3-1/jaxb-impl-2.2.3-1.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-impl/2.2.3-1/jaxb-impl-2.2.3-1.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-impl/2.2.3-1/jaxb-impl-2.2.3-1.pom (6 KB at 205.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.pom
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.pom (1016 B at 2.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.pom
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.pom (2 KB at 4.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/jackson/jackson-jaxrs/1.9.2/jackson-jaxrs-1.9.2.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/jackson/jackson-jaxrs/1.9.2/jackson-jaxrs-1.9.2.pom
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/jackson/jackson-jaxrs/1.9.2/jackson-jaxrs-1.9.2.pom (2 KB at 5.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.pom
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.pom (2 KB at 6.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.pom (7 KB at 6068.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/sun/jersey/contribs/jersey-contribs/1.17.1/jersey-contribs-1.17.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/sun/jersey/contribs/jersey-contribs/1.17.1/jersey-contribs-1.17.1.pom (4 KB at 1741.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/httpcomponents/httpclient/4.2.6/httpclient-4.2.6.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.2.6/httpclient-4.2.6.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2.6/httpclient-4.2.6.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2.6/httpclient-4.2.6.pom (6 KB at 225.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcomponents-client/4.2.6/httpcomponents-client-4.2.6.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-client/4.2.6/httpcomponents-client-4.2.6.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.2.6/httpcomponents-client-4.2.6.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.2.6/httpcomponents-client-4.2.6.pom (13 KB at 490.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcore/4.2.5/httpcore-4.2.5.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.2.5/httpcore-4.2.5.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2.5/httpcore-4.2.5.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2.5/httpcore-4.2.5.pom (5 KB at 198.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcomponents-core/4.2.5/httpcomponents-core-4.2.5.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-core/4.2.5/httpcomponents-core-4.2.5.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.2.5/httpcomponents-core-4.2.5.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.2.5/httpcomponents-core-4.2.5.pom (10 KB at 380.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-codec/commons-codec/1.6/commons-codec-1.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-codec/commons-codec/1.6/commons-codec-1.6.pom (11 KB at 10895.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.pom (2 KB at 905.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 597.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/spice/zapper/spice-zapper/1.2/spice-zapper-1.2.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/zapper/spice-zapper/1.2/spice-zapper-1.2.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/sonatype/spice/zapper/spice-zapper/1.2/spice-zapper-1.2.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/spice/zapper/spice-zapper/1.2/spice-zapper-1.2.pom (7 KB at 182.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/spice/spice-parent/20/spice-parent-20.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/spice-parent/20/spice-parent-20.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/20/spice-parent-20.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/20/spice-parent-20.pom (10 KB at 370.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/forge/forge-parent/12/forge-parent-12.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/12/forge-parent-12.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/12/forge-parent-12.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/12/forge-parent-12.pom (14 KB at 515.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/google/protobuf/protobuf-java/2.4.1/protobuf-java-2.4.1.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/com/google/protobuf/protobuf-java/2.4.1/protobuf-java-2.4.1.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-java/2.4.1/protobuf-java-2.4.1.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-java/2.4.1/protobuf-java-2.4.1.pom (8 KB at 297.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-charger/1.1/sisu-charger-1.1.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-charger/1.1/sisu-charger-1.1.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-charger/1.1/sisu-charger-1.1.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-charger/1.1/sisu-charger-1.1.pom (3 KB at 91.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/spice/spice-parent/18/spice-parent-18.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/spice-parent/18/spice-parent-18.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/18/spice-parent-18.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/18/spice-parent-18.pom (7 KB at 275.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/forge/forge-parent/11/forge-parent-11.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/11/forge-parent-11.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/11/forge-parent-11.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/11/forge-parent-11.pom (14 KB at 508.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom (1018 B at 994.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom (2 KB at 1391.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom (10 KB at 9896.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/slf4j/slf4j-simple/1.7.5/slf4j-simple-1.7.5.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-simple/1.7.5/slf4j-simple-1.7.5.pom
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-simple/1.7.5/slf4j-simple-1.7.5.pom (2 KB at 3.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/plugins/nexus-staging-maven-plugin/1.6/nexus-staging-maven-plugin-1.6.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/nexus/maven/nexus-common/1.6/nexus-common-1.6.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/nexus/nexus-client-core/2.7.2-01/nexus-client-core-2.7.2-01.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.7.2-01/nexus-restlet1x-model-2.7.2-01.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/intellij/annotations/9.0.4/annotations-9.0.4.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/thoughtworks/xstream/xstream/1.4.5/xstream-1.4.5.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar (28 KB at 9017.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.jar (160 KB at 39929.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/joda-time/joda-time/2.2/joda-time-2.2.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar (14 KB at 1629.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/intellij/annotations/9.0.4/annotations-9.0.4.jar (10 KB at 1215.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/sisu/siesta/siesta-client/1.5.2/siesta-client-1.5.2.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar (8 KB at 877.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/sisu/siesta/siesta-common/1.5.2/siesta-common-1.5.2.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar (25 KB at 3046.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar (46 KB at 4528.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar (63 KB at 6920.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/sun/jersey/jersey-json/1.17.1/jersey-json-1.17.1.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/sun/xml/bind/jaxb-impl/2.2.3-1/jaxb-impl-2.2.3-1.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar (202 KB at 18351.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/jackson/jackson-jaxrs/1.9.2/jackson-jaxrs-1.9.2.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/httpcomponents/httpclient/4.2.6/httpclient-4.2.6.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-codec/commons-codec/1.6/commons-codec-1.6.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/joda-time/joda-time/2.2/joda-time-2.2.jar (561 KB at 46705.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcore/4.2.5/httpcore-4.2.5.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.jar (128 KB at 10653.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.jar (16 KB at 1292.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/spice/zapper/spice-zapper/1.2/spice-zapper-1.2.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/google/protobuf/protobuf-java/2.4.1/protobuf-java-2.4.1.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar (3 KB at 203.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-charger/1.1/sisu-charger-1.1.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar (17 KB at 1344.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/slf4j/slf4j-simple/1.7.5/slf4j-simple-1.7.5.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.jar (457 KB at 30407.6 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-codec/commons-codec/1.6/commons-codec-1.6.jar (228 KB at 15154.4 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar (60 KB at 3937.1 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar (88 KB at 5472.8 KB/sec)
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/plugins/nexus-staging-maven-plugin/1.6/nexus-staging-maven-plugin-1.6.jar
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/maven/nexus-common/1.6/nexus-common-1.6.jar
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/nexus-client-core/2.7.2-01/nexus-client-core-2.7.2-01.jar
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.7.2-01/nexus-restlet1x-model-2.7.2-01.jar
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/com/thoughtworks/xstream/xstream/1.4.5/xstream-1.4.5.jar
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-client/1.5.2/siesta-client-1.5.2.jar
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-common/1.5.2/siesta-common-1.5.2.jar
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/com/sun/jersey/jersey-json/1.17.1/jersey-json-1.17.1.jar
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/com/sun/xml/bind/jaxb-impl/2.2.3-1/jaxb-impl-2.2.3-1.jar
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.jar
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.jar
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/jackson/jackson-jaxrs/1.9.2/jackson-jaxrs-1.9.2.jar
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.jar
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/com/thoughtworks/xstream/xstream/1.4.5/xstream-1.4.5.jar (498 KB at 516.2 KB/sec)
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.2.6/httpclient-4.2.6.jar
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.2.5/httpcore-4.2.5.jar
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.jar (27 KB at 21.6 KB/sec)
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/zapper/spice-zapper/1.2/spice-zapper-1.2.jar
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/jackson/jackson-jaxrs/1.9.2/jackson-jaxrs-1.9.2.jar (18 KB at 14.5 KB/sec)
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/com/google/protobuf/protobuf-java/2.4.1/protobuf-java-2.4.1.jar
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.jar (223 KB at 164.5 KB/sec)
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-charger/1.1/sisu-charger-1.1.jar
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-simple/1.7.5/slf4j-simple-1.7.5.jar
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-simple/1.7.5/slf4j-simple-1.7.5.jar (11 KB at 5.7 KB/sec)
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.jar (748 KB at 398.8 KB/sec)
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/sonatype/plugins/nexus-staging-maven-plugin/1.6/nexus-staging-maven-plugin-1.6.jar
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/sonatype/nexus/maven/nexus-common/1.6/nexus-common-1.6.jar
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/sonatype/nexus/nexus-client-core/2.7.2-01/nexus-client-core-2.7.2-01.jar
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.7.2-01/nexus-restlet1x-model-2.7.2-01.jar
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-client/1.5.2/siesta-client-1.5.2.jar
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/nexus/maven/nexus-common/1.6/nexus-common-1.6.jar (16 KB at 517.9 KB/sec)
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-common/1.5.2/siesta-common-1.5.2.jar
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-common/1.5.2/siesta-common-1.5.2.jar (11 KB at 182.3 KB/sec)
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/com/sun/jersey/jersey-json/1.17.1/jersey-json-1.17.1.jar
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plugins/nexus-staging-maven-plugin/1.6/nexus-staging-maven-plugin-1.6.jar (242 KB at 3662.0 KB/sec)
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-impl/2.2.3-1/jaxb-impl-2.2.3-1.jar
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/nexus/nexus-client-core/2.7.2-01/nexus-client-core-2.7.2-01.jar (207 KB at 2956.4 KB/sec)
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2.6/httpclient-4.2.6.jar
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-client/1.5.2/siesta-client-1.5.2.jar (20 KB at 264.4 KB/sec)
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2.5/httpcore-4.2.5.jar
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.7.2-01/nexus-restlet1x-model-2.7.2-01.jar (157 KB at 1362.0 KB/sec)
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/sonatype/spice/zapper/spice-zapper/1.2/spice-zapper-1.2.jar
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/com/sun/jersey/jersey-json/1.17.1/jersey-json-1.17.1.jar (160 KB at 1044.1 KB/sec)
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-java/2.4.1/protobuf-java-2.4.1.jar
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2.5/httpcore-4.2.5.jar (223 KB at 1270.7 KB/sec)
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-charger/1.1/sisu-charger-1.1.jar
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/spice/zapper/spice-zapper/1.2/spice-zapper-1.2.jar (164 KB at 910.1 KB/sec)
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-charger/1.1/sisu-charger-1.1.jar (19 KB at 89.9 KB/sec)
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2.6/httpclient-4.2.6.jar (426 KB at 1787.5 KB/sec)
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-java/2.4.1/protobuf-java-2.4.1.jar (440 KB at 1516.3 KB/sec)
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-impl/2.2.3-1/jaxb-impl-2.2.3-1.jar (870 KB at 2751.0 KB/sec)
[INFO] [INFO] Inspecting build with total of 1 modules...
[INFO] [INFO] Not installing Nexus Staging features:
[INFO] [INFO]  * Preexisting staging related goal bindings found in 1 modules.
[INFO] [INFO]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Building jcabi-github-test 1.0-SNAPSHOT
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/com/sun/tools/jxc/maven2/maven-jaxb-schemagen-plugin/maven-metadata.xml
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/sun/tools/jxc/maven2/maven-jaxb-schemagen-plugin/maven-metadata.xml
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/com/sun/tools/jxc/maven2/maven-jaxb-schemagen-plugin/maven-metadata.xml
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/com/sun/tools/jxc/maven2/maven-jaxb-schemagen-plugin/maven-metadata.xml (433 B at 16.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/sun/tools/jxc/maven2/maven-jaxb-schemagen-plugin/1.2/maven-jaxb-schemagen-plugin-1.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/sun/tools/jxc/maven2/maven-jaxb-schemagen-plugin/1.2/maven-jaxb-schemagen-plugin-1.2.pom (6 KB at 2975.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/sun/tools/jxc/maven2/maven-jaxb-schemagen-plugin/1.2/maven-jaxb-schemagen-plugin-1.2.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/sun/tools/jxc/maven2/maven-jaxb-schemagen-plugin/1.2/maven-jaxb-schemagen-plugin-1.2.jar (13 KB at 12356.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-source-plugin/2.2.1/maven-source-plugin-2.2.1.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-source-plugin/2.2.1/maven-source-plugin-2.2.1.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-source-plugin/2.2.1/maven-source-plugin-2.2.1.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-source-plugin/2.2.1/maven-source-plugin-2.2.1.pom (7 KB at 283.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-source-plugin/2.2.1/maven-source-plugin-2.2.1.jar
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-source-plugin/2.2.1/maven-source-plugin-2.2.1.jar
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-source-plugin/2.2.1/maven-source-plugin-2.2.1.jar
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-source-plugin/2.2.1/maven-source-plugin-2.2.1.jar (30 KB at 977.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/jcabi-maven-plugin/0.9.1/jcabi-maven-plugin-0.9.1.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-plugin/0.9.1/jcabi-maven-plugin-0.9.1.pom
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-plugin/0.9.1/jcabi-maven-plugin-0.9.1.pom (14 KB at 28.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/parent/0.9/parent-0.9.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/parent/0.9/parent-0.9.pom
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/parent/0.9/parent-0.9.pom (65 KB at 179.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/jcabi-maven-plugin/0.9.1/jcabi-maven-plugin-0.9.1.jar
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-plugin/0.9.1/jcabi-maven-plugin-0.9.1.jar
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-plugin/0.9.1/jcabi-maven-plugin-0.9.1.jar (34 KB at 133.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/mojo/buildnumber-maven-plugin/1.2/buildnumber-maven-plugin-1.2.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/buildnumber-maven-plugin/1.2/buildnumber-maven-plugin-1.2.pom
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/buildnumber-maven-plugin/1.2/buildnumber-maven-plugin-1.2.pom (13 KB at 48.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/mojo/mojo-parent/30/mojo-parent-30.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/mojo-parent/30/mojo-parent-30.pom
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/mojo-parent/30/mojo-parent-30.pom (27 KB at 100.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/mojo/buildnumber-maven-plugin/1.2/buildnumber-maven-plugin-1.2.jar
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/buildnumber-maven-plugin/1.2/buildnumber-maven-plugin-1.2.jar
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/buildnumber-maven-plugin/1.2/buildnumber-maven-plugin-1.2.jar (26 KB at 102.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-surefire-plugin/2.16/maven-surefire-plugin-2.16.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-surefire-plugin/2.16/maven-surefire-plugin-2.16.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.16/maven-surefire-plugin-2.16.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.16/maven-surefire-plugin-2.16.pom (5 KB at 212.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire/2.16/surefire-2.16.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire/2.16/surefire-2.16.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.16/surefire-2.16.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.16/surefire-2.16.pom (19 KB at 664.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-surefire-plugin/2.16/maven-surefire-plugin-2.16.jar
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-surefire-plugin/2.16/maven-surefire-plugin-2.16.jar
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.16/maven-surefire-plugin-2.16.jar
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.16/maven-surefire-plugin-2.16.jar (34 KB at 1037.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/jcabi-aspects/0.15/jcabi-aspects-0.15.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-aspects/0.15/jcabi-aspects-0.15.pom
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-aspects/0.15/jcabi-aspects-0.15.pom (8 KB at 15.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/jcabi/1.5.1/jcabi-1.5.1.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi/1.5.1/jcabi-1.5.1.pom
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi/1.5.1/jcabi-1.5.1.pom (10 KB at 36.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/parent/0.18.1/parent-0.18.1.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/parent/0.18.1/parent-0.18.1.pom
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/parent/0.18.1/parent-0.18.1.pom (76 KB at 164.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/jcabi-log/0.12.2/jcabi-log-0.12.2.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.12.2/jcabi-log-0.12.2.pom
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.12.2/jcabi-log-0.12.2.pom (5 KB at 17.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/jcabi/1.4/jcabi-1.4.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi/1.4/jcabi-1.4.pom
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi/1.4/jcabi-1.4.pom (10 KB at 36.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/parent/0.17/parent-0.17.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/parent/0.17/parent-0.17.pom
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/parent/0.17/parent-0.17.pom (75 KB at 290.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/aspectj/aspectjrt/1.8.0/aspectjrt-1.8.0.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjrt/1.8.0/aspectjrt-1.8.0.pom
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjrt/1.8.0/aspectjrt-1.8.0.pom (2 KB at 4.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.pom (20 KB at 6633.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/commons/commons-parent/33/commons-parent-33.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/commons/commons-parent/33/commons-parent-33.pom (52 KB at 51843.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/jcabi-immutable/1.1/jcabi-immutable-1.1.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-immutable/1.1/jcabi-immutable-1.1.pom
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-immutable/1.1/jcabi-immutable-1.1.pom (3 KB at 11.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/jcabi-xml/0.7.8/jcabi-xml-0.7.8.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-xml/0.7.8/jcabi-xml-0.7.8.pom
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-xml/0.7.8/jcabi-xml-0.7.8.pom (6 KB at 22.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/jcabi/1.2/jcabi-1.2.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi/1.2/jcabi-1.2.pom
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi/1.2/jcabi-1.2.pom (10 KB at 38.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/parent/0.14/parent-0.14.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/parent/0.14/parent-0.14.pom
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/parent/0.14/parent-0.14.pom (76 KB at 292.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/net/sourceforge/reb4j/net.sourceforge.reb4j/2.1.0/net.sourceforge.reb4j-2.1.0.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/net/sourceforge/reb4j/net.sourceforge.reb4j/2.1.0/net.sourceforge.reb4j-2.1.0.pom
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/net/sourceforge/reb4j/net.sourceforge.reb4j/2.1.0/net.sourceforge.reb4j-2.1.0.pom (3 KB at 8.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/net/sourceforge/reb4j/reb4j/2.1.0/reb4j-2.1.0.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/net/sourceforge/reb4j/reb4j/2.1.0/reb4j-2.1.0.pom
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/net/sourceforge/reb4j/reb4j/2.1.0/reb4j-2.1.0.pom (9 KB at 32.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/functionaljava/functionaljava/3.1/functionaljava-3.1.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/functionaljava/functionaljava/3.1/functionaljava-3.1.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/functionaljava/functionaljava/3.1/functionaljava-3.1.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/functionaljava/functionaljava/3.1/functionaljava-3.1.pom (2 KB at 62.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/jcabi-http/1.4.1/jcabi-http-1.4.1.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-http/1.4.1/jcabi-http-1.4.1.pom
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-http/1.4.1/jcabi-http-1.4.1.pom (11 KB at 22.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/jcabi-manifests/0.8.1/jcabi-manifests-0.8.1.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-manifests/0.8.1/jcabi-manifests-0.8.1.pom
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-manifests/0.8.1/jcabi-manifests-0.8.1.pom (5 KB at 18.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/google/guava/guava/17.0/guava-17.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/google/guava/guava/17.0/guava-17.0.pom (6 KB at 5500.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/google/guava/guava-parent/17.0/guava-parent-17.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/google/guava/guava-parent/17.0/guava-parent-17.0.pom (8 KB at 7650.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/javassist/javassist/3.18.1-GA/javassist-3.18.1-GA.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/javassist/javassist/3.18.1-GA/javassist-3.18.1-GA.pom (10 KB at 9298.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-codec/commons-codec/1.9/commons-codec-1.9.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.9/commons-codec-1.9.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.9/commons-codec-1.9.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.9/commons-codec-1.9.pom (12 KB at 450.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/commons/commons-parent/32/commons-parent-32.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/32/commons-parent-32.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/32/commons-parent-32.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/32/commons-parent-32.pom (52 KB at 1516.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/jcabi-http/1.10.2/jcabi-http-1.10.2.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-http/1.10.2/jcabi-http-1.10.2.pom
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-http/1.10.2/jcabi-http-1.10.2.pom (11 KB at 22.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/junit/junit/4.11/junit-4.11.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/junit/junit/4.11/junit-4.11.pom (3 KB at 2289.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/mockito/mockito-core/1.9.5/mockito-core-1.9.5.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/mockito/mockito-core/1.9.5/mockito-core-1.9.5.pom
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/org/mockito/mockito-core/1.9.5/mockito-core-1.9.5.pom (2 KB at 5.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/objenesis/objenesis/1.0/objenesis-1.0.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/objenesis/objenesis/1.0/objenesis-1.0.pom
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/org/objenesis/objenesis/1.0/objenesis-1.0.pom (853 B at 3.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/slf4j/slf4j-log4j12/1.7.7/slf4j-log4j12-1.7.7.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.7.7/slf4j-log4j12-1.7.7.pom
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.7.7/slf4j-log4j12-1.7.7.pom (2 KB at 6.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/slf4j/slf4j-parent/1.7.7/slf4j-parent-1.7.7.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/slf4j/slf4j-parent/1.7.7/slf4j-parent-1.7.7.pom (12 KB at 5814.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.pom (3 KB at 1313.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/log4j/log4j/1.2.17/log4j-1.2.17.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/log4j/log4j/1.2.17/log4j-1.2.17.pom (22 KB at 10617.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/jcabi-aspects/0.15/jcabi-aspects-0.15.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/jcabi-xml/0.7.8/jcabi-xml-0.7.8.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/jcabi-immutable/1.1/jcabi-immutable-1.1.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/net/sourceforge/reb4j/net.sourceforge.reb4j/2.1.0/net.sourceforge.reb4j-2.1.0.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/functionaljava/functionaljava/3.1/functionaljava-3.1.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/jcabi-manifests/0.8.1/jcabi-manifests-0.8.1.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/jcabi-log/0.12.2/jcabi-log-0.12.2.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/google/guava/guava/17.0/guava-17.0.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/aspectj/aspectjrt/1.8.0/aspectjrt-1.8.0.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/javassist/javassist/3.18.1-GA/javassist-3.18.1-GA.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-codec/commons-codec/1.9/commons-codec-1.9.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/jcabi-http/1.10.2/jcabi-http-1.10.2.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/junit/junit/4.11/junit-4.11.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/mockito/mockito-core/1.9.5/mockito-core-1.9.5.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/objenesis/objenesis/1.0/objenesis-1.0.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar (404 KB at 22392.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/slf4j/slf4j-log4j12/1.7.7/slf4j-log4j12-1.7.7.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/log4j/log4j/1.2.17/log4j-1.2.17.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar (29 KB at 1503.8 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/junit/junit/4.11/junit-4.11.jar (240 KB at 11964.8 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/log4j/log4j/1.2.17/log4j-1.2.17.jar (479 KB at 19933.4 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/javassist/javassist/3.18.1-GA/javassist-3.18.1-GA.jar (698 KB at 27898.2 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/google/guava/guava/17.0/guava-17.0.jar (2191 KB at 75533.3 KB/sec)
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-aspects/0.15/jcabi-aspects-0.15.jar
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-immutable/1.1/jcabi-immutable-1.1.jar
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-xml/0.7.8/jcabi-xml-0.7.8.jar
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/net/sourceforge/reb4j/net.sourceforge.reb4j/2.1.0/net.sourceforge.reb4j-2.1.0.jar
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/functionaljava/functionaljava/3.1/functionaljava-3.1.jar
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-manifests/0.8.1/jcabi-manifests-0.8.1.jar
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-aspects/0.15/jcabi-aspects-0.15.jar (67 KB at 182.8 KB/sec)
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.12.2/jcabi-log-0.12.2.jar
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-immutable/1.1/jcabi-immutable-1.1.jar (22 KB at 37.4 KB/sec)
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjrt/1.8.0/aspectjrt-1.8.0.jar
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.12.2/jcabi-log-0.12.2.jar (48 KB at 76.8 KB/sec)
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.9/commons-codec-1.9.jar
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/net/sourceforge/reb4j/net.sourceforge.reb4j/2.1.0/net.sourceforge.reb4j-2.1.0.jar (64 KB at 93.7 KB/sec)
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-xml/0.7.8/jcabi-xml-0.7.8.jar (47 KB at 67.9 KB/sec)
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-http/1.10.2/jcabi-http-1.10.2.jar
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/mockito/mockito-core/1.9.5/mockito-core-1.9.5.jar
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/objenesis/objenesis/1.0/objenesis-1.0.jar
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-manifests/0.8.1/jcabi-manifests-0.8.1.jar (10 KB at 12.2 KB/sec)
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.7.7/slf4j-log4j12-1.7.7.jar
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.7.7/slf4j-log4j12-1.7.7.jar (9 KB at 8.2 KB/sec)
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjrt/1.8.0/aspectjrt-1.8.0.jar (115 KB at 98.7 KB/sec)
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-http/1.10.2/jcabi-http-1.10.2.jar (96 KB at 81.8 KB/sec)
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/org/objenesis/objenesis/1.0/objenesis-1.0.jar (28 KB at 21.0 KB/sec)
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/org/mockito/mockito-core/1.9.5/mockito-core-1.9.5.jar (1465 KB at 987.8 KB/sec)
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/functionaljava/functionaljava/3.1/functionaljava-3.1.jar
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.9/commons-codec-1.9.jar
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.9/commons-codec-1.9.jar (258 KB at 3483.5 KB/sec)
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/functionaljava/functionaljava/3.1/functionaljava-3.1.jar (1453 KB at 5115.3 KB/sec)
[INFO] [INFO]
[INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jcabi-github-test ---
[INFO] [INFO]
[INFO] [INFO] --- buildnumber-maven-plugin:1.2:create (jcabi-build-number) @ jcabi-github-test ---
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/junit/junit/4.10/junit-4.10.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/junit/junit/4.10/junit-4.10.pom
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/junit/junit/4.10/junit-4.10.pom (3 KB at 9.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom (481 B at 1.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom (6 KB at 21.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/2.0.1/maven-plugin-api-2.0.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/2.0.1/maven-plugin-api-2.0.1.pom (643 B at 627.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven/2.0.1/maven-2.0.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven/2.0.1/maven-2.0.1.pom (12 KB at 11229.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-api/1.8/maven-scm-api-1.8.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-api/1.8/maven-scm-api-1.8.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-api/1.8/maven-scm-api-1.8.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-api/1.8/maven-scm-api-1.8.pom (2 KB at 70.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm/1.8/maven-scm-1.8.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm/1.8/maven-scm-1.8.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm/1.8/maven-scm-1.8.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm/1.8/maven-scm-1.8.pom (21 KB at 774.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.3/plexus-utils-3.0.3.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.3/plexus-utils-3.0.3.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.3/plexus-utils-3.0.3.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.3/plexus-utils-3.0.3.pom (3 KB at 116.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom (19 KB at 9089.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-manager-plexus/1.8/maven-scm-manager-plexus-1.8.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-manager-plexus/1.8/maven-scm-manager-plexus-1.8.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-manager-plexus/1.8/maven-scm-manager-plexus-1.8.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-manager-plexus/1.8/maven-scm-manager-plexus-1.8.pom (3 KB at 91.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-managers/1.8/maven-scm-managers-1.8.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-managers/1.8/maven-scm-managers-1.8.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-managers/1.8/maven-scm-managers-1.8.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-managers/1.8/maven-scm-managers-1.8.pom (2 KB at 58.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-bazaar/1.8/maven-scm-provider-bazaar-1.8.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-bazaar/1.8/maven-scm-provider-bazaar-1.8.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-bazaar/1.8/maven-scm-provider-bazaar-1.8.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-bazaar/1.8/maven-scm-provider-bazaar-1.8.pom (3 KB at 87.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-providers/1.8/maven-scm-providers-1.8.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers/1.8/maven-scm-providers-1.8.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers/1.8/maven-scm-providers-1.8.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers/1.8/maven-scm-providers-1.8.pom (4 KB at 158.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/regexp/regexp/1.3/regexp-1.3.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/regexp/regexp/1.3/regexp-1.3.pom (145 B at 141.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-svnexe/1.8/maven-scm-provider-svnexe-1.8.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-svnexe/1.8/maven-scm-provider-svnexe-1.8.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svnexe/1.8/maven-scm-provider-svnexe-1.8.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svnexe/1.8/maven-scm-provider-svnexe-1.8.pom (3 KB at 102.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-providers-svn/1.8/maven-scm-providers-svn-1.8.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers-svn/1.8/maven-scm-providers-svn-1.8.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-svn/1.8/maven-scm-providers-svn-1.8.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-svn/1.8/maven-scm-providers-svn-1.8.pom (3 KB at 94.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-svn-commons/1.8/maven-scm-provider-svn-commons-1.8.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-svn-commons/1.8/maven-scm-provider-svn-commons-1.8.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svn-commons/1.8/maven-scm-provider-svn-commons-1.8.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svn-commons/1.8/maven-scm-provider-svn-commons-1.8.pom (3 KB at 109.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-gitexe/1.8/maven-scm-provider-gitexe-1.8.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-gitexe/1.8/maven-scm-provider-gitexe-1.8.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-gitexe/1.8/maven-scm-provider-gitexe-1.8.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-gitexe/1.8/maven-scm-provider-gitexe-1.8.pom (3 KB at 101.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-providers-git/1.8/maven-scm-providers-git-1.8.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers-git/1.8/maven-scm-providers-git-1.8.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-git/1.8/maven-scm-providers-git-1.8.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-git/1.8/maven-scm-providers-git-1.8.pom (3 KB at 89.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-git-commons/1.8/maven-scm-provider-git-commons-1.8.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-git-commons/1.8/maven-scm-provider-git-commons-1.8.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-git-commons/1.8/maven-scm-provider-git-commons-1.8.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-git-commons/1.8/maven-scm-provider-git-commons-1.8.pom (3 KB at 92.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-cvsexe/1.8/maven-scm-provider-cvsexe-1.8.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-cvsexe/1.8/maven-scm-provider-cvsexe-1.8.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvsexe/1.8/maven-scm-provider-cvsexe-1.8.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvsexe/1.8/maven-scm-provider-cvsexe-1.8.pom (3 KB at 100.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-providers-cvs/1.8/maven-scm-providers-cvs-1.8.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers-cvs/1.8/maven-scm-providers-cvs-1.8.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-cvs/1.8/maven-scm-providers-cvs-1.8.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-cvs/1.8/maven-scm-providers-cvs-1.8.pom (2 KB at 72.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.8/maven-scm-provider-cvs-commons-1.8.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.8/maven-scm-provider-cvs-commons-1.8.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.8/maven-scm-provider-cvs-commons-1.8.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.8/maven-scm-provider-cvs-commons-1.8.pom (3 KB at 107.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-starteam/1.8/maven-scm-provider-starteam-1.8.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-starteam/1.8/maven-scm-provider-starteam-1.8.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-starteam/1.8/maven-scm-provider-starteam-1.8.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-starteam/1.8/maven-scm-provider-starteam-1.8.pom (3 KB at 109.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-clearcase/1.8/maven-scm-provider-clearcase-1.8.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-clearcase/1.8/maven-scm-provider-clearcase-1.8.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-clearcase/1.8/maven-scm-provider-clearcase-1.8.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-clearcase/1.8/maven-scm-provider-clearcase-1.8.pom (3 KB at 106.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-perforce/1.8/maven-scm-provider-perforce-1.8.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-perforce/1.8/maven-scm-provider-perforce-1.8.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-perforce/1.8/maven-scm-provider-perforce-1.8.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-perforce/1.8/maven-scm-provider-perforce-1.8.pom (3 KB at 111.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-hg/1.8/maven-scm-provider-hg-1.8.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-hg/1.8/maven-scm-provider-hg-1.8.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-hg/1.8/maven-scm-provider-hg-1.8.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-hg/1.8/maven-scm-provider-hg-1.8.pom (3 KB at 99.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/1.13/maven-scm-provider-svnjava-1.13.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/1.13/maven-scm-provider-svnjava-1.13.pom (10 KB at 4836.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/oss/oss-parent/5/oss-parent-5.pom (4 KB at 1993.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-svn-commons/1.5/maven-scm-provider-svn-commons-1.5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-svn-commons/1.5/maven-scm-provider-svn-commons-1.5.pom (3 KB at 2076.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-providers-svn/1.5/maven-scm-providers-svn-1.5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-providers-svn/1.5/maven-scm-providers-svn-1.5.pom (3 KB at 2074.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-providers/1.5/maven-scm-providers-1.5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-providers/1.5/maven-scm-providers-1.5.pom (4 KB at 3556.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm/1.5/maven-scm-1.5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm/1.5/maven-scm-1.5.pom (15 KB at 14469.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-parent/19/maven-parent-19.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-parent/19/maven-parent-19.pom (25 KB at 24419.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-api/1.5/maven-scm-api-1.5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-api/1.5/maven-scm-api-1.5.pom (2 KB at 1540.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/net/java/dev/jna/jna/3.2.2/jna-3.2.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/net/java/dev/jna/jna/3.2.2/jna-3.2.2.pom (2 KB at 1582.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/tmatesoft/svnkit/svnkit/1.3.5/svnkit-1.3.5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/tmatesoft/svnkit/svnkit/1.3.5/svnkit-1.3.5.pom (2 KB at 536.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/tmatesoft/svnkit/trilead-ssh2/build213-svnkit-1.3-patch/trilead-ssh2-build213-svnkit-1.3-patch.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/tmatesoft/svnkit/trilead-ssh2/build213-svnkit-1.3-patch/trilead-ssh2-build213-svnkit-1.3-patch.pom (725 B at 708.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/tmatesoft/sqljet/sqljet/1.0.4/sqljet-1.0.4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/tmatesoft/sqljet/sqljet/1.0.4/sqljet-1.0.4.pom (771 B at 752.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/antlr/antlr-runtime/3.1.3/antlr-runtime-3.1.3.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/antlr/antlr-runtime/3.1.3/antlr-runtime-3.1.3.pom (4 KB at 3954.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/antlr/antlr-master/3.1.3/antlr-master-3.1.3.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/antlr/antlr-master/3.1.3/antlr-master-3.1.3.pom (9 KB at 8317.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/antlr/stringtemplate/3.2/stringtemplate-3.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/antlr/stringtemplate/3.2/stringtemplate-3.2.pom (2 KB at 1977.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/antlr/antlr/2.7.7/antlr-2.7.7.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/antlr/antlr/2.7.7/antlr-2.7.7.pom (632 B at 308.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-api/1.8/maven-scm-api-1.8.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-manager-plexus/1.8/maven-scm-manager-plexus-1.8.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-bazaar/1.8/maven-scm-provider-bazaar-1.8.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/regexp/regexp/1.3/regexp-1.3.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-svnexe/1.8/maven-scm-provider-svnexe-1.8.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-gitexe/1.8/maven-scm-provider-gitexe-1.8.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-git-commons/1.8/maven-scm-provider-git-commons-1.8.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-svn-commons/1.8/maven-scm-provider-svn-commons-1.8.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-cvsexe/1.8/maven-scm-provider-cvsexe-1.8.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.8/maven-scm-provider-cvs-commons-1.8.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-starteam/1.8/maven-scm-provider-starteam-1.8.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-clearcase/1.8/maven-scm-provider-clearcase-1.8.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-perforce/1.8/maven-scm-provider-perforce-1.8.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-hg/1.8/maven-scm-provider-hg-1.8.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/regexp/regexp/1.3/regexp-1.3.jar (25 KB at 12416.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/1.13/maven-scm-provider-svnjava-1.13.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/tmatesoft/svnkit/svnkit/1.3.5/svnkit-1.3.5.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/tmatesoft/svnkit/trilead-ssh2/build213-svnkit-1.3-patch/trilead-ssh2-build213-svnkit-1.3-patch.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/tmatesoft/sqljet/sqljet/1.0.4/sqljet-1.0.4.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/antlr/antlr-runtime/3.1.3/antlr-runtime-3.1.3.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/1.13/maven-scm-provider-svnjava-1.13.jar (51 KB at 16903.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/antlr/stringtemplate/3.2/stringtemplate-3.2.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/antlr/antlr-runtime/3.1.3/antlr-runtime-3.1.3.jar (148 KB at 29448.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/antlr/antlr/2.7.7/antlr-2.7.7.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/tmatesoft/svnkit/trilead-ssh2/build213-svnkit-1.3-patch/trilead-ssh2-build213-svnkit-1.3-patch.jar (246 KB at 40913.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/net/java/dev/jna/jna/3.2.2/jna-3.2.2.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/antlr/stringtemplate/3.2/stringtemplate-3.2.jar (168 KB at 27998.5 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/tmatesoft/sqljet/sqljet/1.0.4/sqljet-1.0.4.jar (727 KB at 72624.3 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/antlr/antlr/2.7.7/antlr-2.7.7.jar (435 KB at 39532.0 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/net/java/dev/jna/jna/3.2.2/jna-3.2.2.jar (839 KB at 55881.2 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/tmatesoft/svnkit/svnkit/1.3.5/svnkit-1.3.5.jar (1845 KB at 80213.8 KB/sec)
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-api/1.8/maven-scm-api-1.8.jar
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-manager-plexus/1.8/maven-scm-manager-plexus-1.8.jar
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-bazaar/1.8/maven-scm-provider-bazaar-1.8.jar
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-svnexe/1.8/maven-scm-provider-svnexe-1.8.jar
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-gitexe/1.8/maven-scm-provider-gitexe-1.8.jar
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-git-commons/1.8/maven-scm-provider-git-commons-1.8.jar
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-svn-commons/1.8/maven-scm-provider-svn-commons-1.8.jar
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-cvsexe/1.8/maven-scm-provider-cvsexe-1.8.jar
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.8/maven-scm-provider-cvs-commons-1.8.jar
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-starteam/1.8/maven-scm-provider-starteam-1.8.jar
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-clearcase/1.8/maven-scm-provider-clearcase-1.8.jar
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-perforce/1.8/maven-scm-provider-perforce-1.8.jar
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-hg/1.8/maven-scm-provider-hg-1.8.jar
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-api/1.8/maven-scm-api-1.8.jar
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-manager-plexus/1.8/maven-scm-manager-plexus-1.8.jar
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-bazaar/1.8/maven-scm-provider-bazaar-1.8.jar
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svnexe/1.8/maven-scm-provider-svnexe-1.8.jar
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-gitexe/1.8/maven-scm-provider-gitexe-1.8.jar
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-manager-plexus/1.8/maven-scm-manager-plexus-1.8.jar (11 KB at 322.8 KB/sec)
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-git-commons/1.8/maven-scm-provider-git-commons-1.8.jar
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-bazaar/1.8/maven-scm-provider-bazaar-1.8.jar (54 KB at 1122.2 KB/sec)
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svn-commons/1.8/maven-scm-provider-svn-commons-1.8.jar
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-gitexe/1.8/maven-scm-provider-gitexe-1.8.jar (62 KB at 1300.2 KB/sec)
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvsexe/1.8/maven-scm-provider-cvsexe-1.8.jar
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svnexe/1.8/maven-scm-provider-svnexe-1.8.jar (75 KB at 1529.6 KB/sec)
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-api/1.8/maven-scm-api-1.8.jar (103 KB at 2017.0 KB/sec)
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.8/maven-scm-provider-cvs-commons-1.8.jar
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-starteam/1.8/maven-scm-provider-starteam-1.8.jar
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-git-commons/1.8/maven-scm-provider-git-commons-1.8.jar (37 KB at 626.1 KB/sec)
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-clearcase/1.8/maven-scm-provider-clearcase-1.8.jar
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svn-commons/1.8/maven-scm-provider-svn-commons-1.8.jar (40 KB at 500.0 KB/sec)
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-perforce/1.8/maven-scm-provider-perforce-1.8.jar
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvsexe/1.8/maven-scm-provider-cvsexe-1.8.jar (30 KB at 364.2 KB/sec)
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-hg/1.8/maven-scm-provider-hg-1.8.jar
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-starteam/1.8/maven-scm-provider-starteam-1.8.jar (73 KB at 834.5 KB/sec)
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.8/maven-scm-provider-cvs-commons-1.8.jar (79 KB at 838.8 KB/sec)
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-clearcase/1.8/maven-scm-provider-clearcase-1.8.jar (70 KB at 723.1 KB/sec)
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-perforce/1.8/maven-scm-provider-perforce-1.8.jar (80 KB at 694.5 KB/sec)
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-hg/1.8/maven-scm-provider-hg-1.8.jar (65 KB at 538.0 KB/sec)
[INFO] [INFO] Checking for local modifications: skipped.
[INFO] [INFO] Updating project files from SCM: skipped.
[INFO] [INFO] ShortRevision tag detected. The value is '7'.
[INFO] [INFO] Executing: /bin/sh -c cd /home/r/repo/target/it/basic-usage && git rev-parse --verify --short=7 HEAD
[INFO] [INFO] Working directory: /home/r/repo/target/it/basic-usage
[INFO] [INFO] Storing buildNumber: 3d2665d at timestamp: 1505982508231
[INFO] [INFO] ShortRevision tag detected. The value is '7'.
[INFO] [INFO] Executing: /bin/sh -c cd /home/r/repo/target/it/basic-usage && git rev-parse --verify --short=7 HEAD
[INFO] [INFO] Working directory: /home/r/repo/target/it/basic-usage
[INFO] [INFO] Storing buildScmBranch: UNKNOWN
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jcabi-github-test ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] skip non existing resourceDirectory /home/r/repo/target/it/basic-usage/src/main/resources
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ jcabi-github-test ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 2 source files to /home/r/repo/target/it/basic-usage/target/classes
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jcabi-github-test ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 1 resource
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ jcabi-github-test ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 1 source file to /home/r/repo/target/it/basic-usage/target/test-classes
[INFO] [INFO]
[INFO] [INFO] --- maven-surefire-plugin:2.16:test (default-test) @ jcabi-github-test ---
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/maven-surefire-common/2.16/maven-surefire-common-2.16.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/maven-surefire-common/2.16/maven-surefire-common-2.16.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.16/maven-surefire-common-2.16.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.16/maven-surefire-common-2.16.pom (6 KB at 248.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugin-tools/maven-plugin-annotations/3.2/maven-plugin-annotations-3.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/plugin-tools/maven-plugin-annotations/3.2/maven-plugin-annotations-3.2.pom (2 KB at 793.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugin-tools/maven-plugin-tools/3.2/maven-plugin-tools-3.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/plugin-tools/maven-plugin-tools/3.2/maven-plugin-tools-3.2.pom (17 KB at 16140.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-api/2.16/surefire-api-2.16.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-api/2.16/surefire-api-2.16.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.16/surefire-api-2.16.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.16/surefire-api-2.16.pom (3 KB at 93.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-booter/2.16/surefire-booter-2.16.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-booter/2.16/surefire-booter-2.16.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.16/surefire-booter-2.16.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.16/surefire-booter-2.16.pom (3 KB at 120.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/maven-surefire-common/2.16/maven-surefire-common-2.16.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-booter/2.16/surefire-booter-2.16.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-api/2.16/surefire-api-2.16.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugin-tools/maven-plugin-annotations/3.2/maven-plugin-annotations-3.2.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/plugin-tools/maven-plugin-annotations/3.2/maven-plugin-annotations-3.2.jar (15 KB at 7362.8 KB/sec)
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/maven-surefire-common/2.16/maven-surefire-common-2.16.jar
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-booter/2.16/surefire-booter-2.16.jar
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-api/2.16/surefire-api-2.16.jar
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.16/maven-surefire-common-2.16.jar
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.16/surefire-booter-2.16.jar
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.16/surefire-api-2.16.jar
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.16/surefire-booter-2.16.jar (39 KB at 1209.1 KB/sec)
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.16/surefire-api-2.16.jar (146 KB at 2753.9 KB/sec)
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.16/maven-surefire-common-2.16.jar (259 KB at 3003.1 KB/sec)
[INFO] [WARNING] useSystemClassloader setting has no effect when not forking
[INFO] [INFO] Surefire report directory: /home/r/repo/target/it/basic-usage/target/surefire-reports
[INFO] [INFO] parallel='all', perCoreThreadCount=true, threadCount=4, useUnlimitedThreads=false, threadCountSuites=0, threadCountClasses=0, threadCountMethods=0
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-junit47/2.16/surefire-junit47-2.16.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-junit47/2.16/surefire-junit47-2.16.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit47/2.16/surefire-junit47-2.16.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit47/2.16/surefire-junit47-2.16.pom (5 KB at 163.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-providers/2.16/surefire-providers-2.16.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-providers/2.16/surefire-providers-2.16.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/2.16/surefire-providers-2.16.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/2.16/surefire-providers-2.16.pom (3 KB at 105.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/common-junit48/2.16/common-junit48-2.16.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/common-junit48/2.16/common-junit48-2.16.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit48/2.16/common-junit48-2.16.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit48/2.16/common-junit48-2.16.pom (4 KB at 131.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/common-junit4/2.16/common-junit4-2.16.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/common-junit4/2.16/common-junit4-2.16.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit4/2.16/common-junit4-2.16.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit4/2.16/common-junit4-2.16.pom (2 KB at 86.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/common-junit3/2.16/common-junit3-2.16.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/common-junit3/2.16/common-junit3-2.16.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit3/2.16/common-junit3-2.16.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit3/2.16/common-junit3-2.16.pom (2 KB at 63.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/common-java5/2.16/common-java5-2.16.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/common-java5/2.16/common-java5-2.16.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/2.16/common-java5-2.16.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/2.16/common-java5-2.16.pom (2 KB at 70.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.pom (4 KB at 1976.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-grouper/2.16/surefire-grouper-2.16.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-grouper/2.16/surefire-grouper-2.16.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-grouper/2.16/surefire-grouper-2.16.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-grouper/2.16/surefire-grouper-2.16.pom (3 KB at 88.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/common-junit4/2.16/common-junit4-2.16.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/common-java5/2.16/common-java5-2.16.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-junit47/2.16/surefire-junit47-2.16.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/common-junit48/2.16/common-junit48-2.16.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/common-junit3/2.16/common-junit3-2.16.jar
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/common-junit4/2.16/common-junit4-2.16.jar
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/common-java5/2.16/common-java5-2.16.jar
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-junit47/2.16/surefire-junit47-2.16.jar
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/common-junit48/2.16/common-junit48-2.16.jar
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/common-junit3/2.16/common-junit3-2.16.jar
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit48/2.16/common-junit48-2.16.jar
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/2.16/common-java5-2.16.jar
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit3/2.16/common-junit3-2.16.jar
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit4/2.16/common-junit4-2.16.jar
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit47/2.16/surefire-junit47-2.16.jar
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit48/2.16/common-junit48-2.16.jar (18 KB at 604.1 KB/sec)
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/2.16/common-java5-2.16.jar (37 KB at 1250.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-grouper/2.16/surefire-grouper-2.16.jar
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-grouper/2.16/surefire-grouper-2.16.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.jar (152 KB at 37952.1 KB/sec)
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit3/2.16/common-junit3-2.16.jar (11 KB at 456.6 KB/sec)
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit4/2.16/common-junit4-2.16.jar (16 KB at 610.8 KB/sec)
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit47/2.16/surefire-junit47-2.16.jar (115 KB at 2328.3 KB/sec)
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-grouper/2.16/surefire-grouper-2.16.jar
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-grouper/2.16/surefire-grouper-2.16.jar (37 KB at 1153.1 KB/sec)
[INFO]
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running com.jcabi.foo.SampleTest
[INFO] [0;31mERRORm] pool-17-thread-2 com.jcabi.aspects.aj.MethodValidator: JSR-303 validator failed to initialize: Unable to create a Configuration, because no Bean Validation provider could be found. Add a provider like Hibernate Validator (RI) to your classpath. (see http://www.jcabi.com/jcabi-aspects/jsr-303.html)
[INFO] [2;37mDEBUGm] pool-17-thread-2 com.jcabi.github.RtGithub: #repos(): https://api.github.com/ in 3ms
[INFO] [2;37mDEBUGm] pool-17-thread-2 com.jcabi.github.RtRepos: #get(jcabi/jcabi-github): jcabi/jcabi-github in 11ms
[INFO] [2;37mDEBUGm] pool-17-thread-2 com.jcabi.github.RtRepo: #coordinates(): jcabi/jcabi-github in 16?s
[INFO] [2;37mDEBUGm] pool-17-thread-2 com.jcabi.github.RtRepo: #labels(): https://api.github.com/repos/jcabi/jcabi-github/labels in 3ms
[INFO] [2;37mDEBUGm] pool-17-thread-2 com.jcabi.github.RtLabels: #iterate(): com.jcabi.github.RtPagination@7134ead0 in 1ms
[INFO] [0;37mINFOm] pool-17-thread-2 com.jcabi.http.request.BaseRequest: #fetch(GET api.github.com /repos/jcabi/jcabi-github/labels): [200 OK] in 588ms
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.861 sec - in com.jcabi.foo.SampleTest
[INFO]
[INFO] Results :
[INFO]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] BUILD SUCCESS
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time: 58.262 s
[INFO] [INFO] Finished at: 2017-09-21T08:28:35+00:00
[INFO] [INFO] Final Memory: 27M/347M
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] ..SUCCESS (59.7 s)
[INFO] -------------------------------------------------
[INFO] Build Summary:
[INFO]   Passed: 2, Failed: 0, Errors: 0, Skipped: 0
[INFO] -------------------------------------------------
[INFO]
[INFO] --- maven-failsafe-plugin:2.17:verify (default) @ jcabi-github ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- qulice-maven-plugin:0.13:check (jcabi-check) @ jcabi-github ---
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-spi/0.13/qulice-spi-0.13.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-spi/0.13/qulice-spi-0.13.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-checkstyle/0.13/qulice-checkstyle-0.13.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-checkstyle/0.13/qulice-checkstyle-0.13.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/18.0/guava-18.0.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/18.0/guava-18.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/18.0/guava-parent-18.0.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/18.0/guava-parent-18.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.16/jcabi-log-0.16.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.16/jcabi-log-0.16.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjrt/1.8.6/aspectjrt-1.8.6.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjrt/1.8.6/aspectjrt-1.8.6.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/puppycrawl/tools/checkstyle/6.8.1/checkstyle-6.8.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/puppycrawl/tools/checkstyle/6.8.1/checkstyle-6.8.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4-runtime/4.5/antlr4-runtime-4.5.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4-runtime/4.5/antlr4-runtime-4.5.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/commons-cli/commons-cli/1.3.1/commons-cli-1.3.1.pom
Downloading: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.3.1/commons-cli-1.3.1.pom
Downloaded: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.3.1/commons-cli-1.3.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-exec/1.1/maven-reporting-exec-1.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-exec/1.1/maven-reporting-exec-1.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-exec/1.1/maven-reporting-exec-1.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/3.0/maven-3.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0/maven-3.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0/maven-3.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/15/maven-parent-15.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/15/maven-parent-15.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/15/maven-parent-15.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.0/maven-model-3.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-pmd/0.13/qulice-pmd-0.13.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-pmd/0.13/qulice-pmd-0.13.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/net/sourceforge/pmd/pmd-core/5.3.3/pmd-core-5.3.3.pom
Downloaded: https://oss.sonatype.org/content/groups/public/net/sourceforge/pmd/pmd-core/5.3.3/pmd-core-5.3.3.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/net/sourceforge/pmd/pmd/5.3.3/pmd-5.3.3.pom
Downloaded: https://oss.sonatype.org/content/groups/public/net/sourceforge/pmd/pmd/5.3.3/pmd-5.3.3.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/beust/jcommander/1.35/jcommander-1.35.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/beust/jcommander/1.35/jcommander-1.35.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/oss/oss-parent/3/oss-parent-3.pom
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/3/oss-parent-3.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/3/oss-parent-3.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/jaxen/jaxen/1.1.4/jaxen-1.1.4.pom
Downloading: https://repo.maven.apache.org/maven2/jaxen/jaxen/1.1.4/jaxen-1.1.4.pom
Downloaded: https://repo.maven.apache.org/maven2/jaxen/jaxen/1.1.4/jaxen-1.1.4.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8.pom
Downloading: https://repo.maven.apache.org/maven2/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8.pom
Downloaded: https://repo.maven.apache.org/maven2/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/5.0.3/asm-5.0.3.pom
Downloading: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.3/asm-5.0.3.pom
Downloaded: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.3/asm-5.0.3.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom
Downloading: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom
Downloaded: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/net/sourceforge/pmd/pmd-java/5.3.3/pmd-java-5.3.3.pom
Downloaded: https://oss.sonatype.org/content/groups/public/net/sourceforge/pmd/pmd-java/5.3.3/pmd-java-5.3.3.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/net/sourceforge/pmd/pmd-jsp/5.3.3/pmd-jsp-5.3.3.pom
Downloaded: https://oss.sonatype.org/content/groups/public/net/sourceforge/pmd/pmd-jsp/5.3.3/pmd-jsp-5.3.3.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/2.0.3/jsr305-2.0.3.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/2.0.3/jsr305-2.0.3.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.pom
Downloading: https://repo.maven.apache.org/maven2/xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.pom
Downloaded: https://repo.maven.apache.org/maven2/xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-codenarc/0.13/qulice-codenarc-0.13.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-codenarc/0.13/qulice-codenarc-0.13.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codenarc/CodeNarc/0.21/CodeNarc-0.21.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/codenarc/CodeNarc/0.21/CodeNarc-0.21.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/gmetrics/GMetrics/0.5/GMetrics-0.5.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/gmetrics/GMetrics/0.5/GMetrics-0.5.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy-all/2.4.3/groovy-all-2.4.3.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy-all/2.4.3/groovy-all-2.4.3.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant/1.7.1/ant-1.7.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.7.1/ant-1.7.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.7.1/ant-1.7.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant-parent/1.7.1/ant-parent-1.7.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/ant/ant-parent/1.7.1/ant-parent-1.7.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/ant/ant-parent/1.7.1/ant-parent-1.7.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant-launcher/1.7.1/ant-launcher-1.7.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.7.1/ant-launcher-1.7.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.7.1/ant-launcher-1.7.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-findbugs/0.13/qulice-findbugs-0.13.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-findbugs/0.13/qulice-findbugs-0.13.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/findbugs/3.0.1/findbugs-3.0.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/findbugs/3.0.1/findbugs-3.0.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.pom
Downloading: https://repo.maven.apache.org/maven2/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.pom
Downloaded: https://repo.maven.apache.org/maven2/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/bcel-findbugs/6.0/bcel-findbugs-6.0.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/bcel-findbugs/6.0/bcel-findbugs-6.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jFormatString/2.0.1/jFormatString-2.0.1.pom
Downloading: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jFormatString/2.0.1/jFormatString-2.0.1.pom
Downloaded: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jFormatString/2.0.1/jFormatString-2.0.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/dom4j/dom4j/1.6.1/dom4j-1.6.1.pom
Downloading: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.6.1/dom4j-1.6.1.pom
Downloaded: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.6.1/dom4j-1.6.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-debug-all/5.0.2/asm-debug-all-5.0.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-debug-all/5.0.2/asm-debug-all-5.0.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-debug-all/5.0.2/asm-debug-all-5.0.2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-parent/5.0.2/asm-parent-5.0.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/5.0.2/asm-parent-5.0.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/5.0.2/asm-parent-5.0.2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-commons/5.0.2/asm-commons-5.0.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/5.0.2/asm-commons-5.0.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/5.0.2/asm-commons-5.0.2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-tree/5.0.2/asm-tree-5.0.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/5.0.2/asm-tree-5.0.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/5.0.2/asm-tree-5.0.2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/5.0.2/asm-5.0.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.2/asm-5.0.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.2/asm-5.0.2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/apple/AppleJavaExtensions/1.4/AppleJavaExtensions-1.4.pom
Downloading: https://repo.maven.apache.org/maven2/com/apple/AppleJavaExtensions/1.4/AppleJavaExtensions-1.4.pom
Downloaded: https://repo.maven.apache.org/maven2/com/apple/AppleJavaExtensions/1.4/AppleJavaExtensions-1.4.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/jaxen/jaxen/1.1.6/jaxen-1.1.6.pom
Downloaded: https://oss.sonatype.org/content/groups/public/jaxen/jaxen/1.1.6/jaxen-1.1.6.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/3.0.0/jsr305-3.0.0.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/3.0.0/jsr305-3.0.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jFormatString/3.0.0/jFormatString-3.0.0.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jFormatString/3.0.0/jFormatString-3.0.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/ibm/icu/icu4j/53.1/icu4j-53.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/ibm/icu/icu4j/53.1/icu4j-53.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-tree/5.0.3/asm-tree-5.0.3.pom
Downloading: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/5.0.3/asm-tree-5.0.3.pom
Downloaded: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/5.0.3/asm-tree-5.0.3.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.pom
Downloading: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.pom
Downloaded: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/xalan/xalan/2.7.1/xalan-2.7.1.pom
Downloading: https://repo.maven.apache.org/maven2/xalan/xalan/2.7.1/xalan-2.7.1.pom
Downloaded: https://repo.maven.apache.org/maven2/xalan/xalan/2.7.1/xalan-2.7.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/xalan/serializer/2.7.1/serializer-2.7.1.pom
Downloading: https://repo.maven.apache.org/maven2/xalan/serializer/2.7.1/serializer-2.7.1.pom
Downloaded: https://repo.maven.apache.org/maven2/xalan/serializer/2.7.1/serializer-2.7.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/incubator/xembly/0.19.2/xembly-0.19.2.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/incubator/xembly/0.19.2/xembly-0.19.2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-xml/0.13/qulice-xml-0.13.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-xml/0.13/qulice-xml-0.13.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-xml/0.16.2/jcabi-xml-0.16.2.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-xml/0.16.2/jcabi-xml-0.16.2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/googlecode/java-diff-utils/diffutils/1.2.1/diffutils-1.2.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/googlecode/java-diff-utils/diffutils/1.2.1/diffutils-1.2.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-analyzer/1.5/maven-dependency-analyzer-1.5.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-analyzer/1.5/maven-dependency-analyzer-1.5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-analyzer/1.5/maven-dependency-analyzer-1.5.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/2.0.5/maven-2.0.5.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.5/maven-2.0.5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.5/maven-2.0.5.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-plexus/2.5.3/sisu-inject-plexus-2.5.3.pom
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/2.5.3/sisu-inject-plexus-2.5.3.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/2.5.3/sisu-inject-plexus-2.5.3.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/wrappers/2.5.3/wrappers-2.5.3.pom
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/wrappers/2.5.3/wrappers-2.5.3.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/wrappers/2.5.3/wrappers-2.5.3.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject/2.5.3/sisu-inject-2.5.3.pom
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject/2.5.3/sisu-inject-2.5.3.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject/2.5.3/sisu-inject-2.5.3.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-parent/2.5.3/sisu-parent-2.5.3.pom
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-parent/2.5.3/sisu-parent-2.5.3.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-parent/2.5.3/sisu-parent-2.5.3.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/38/forge-parent-38.pom
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/38/forge-parent-38.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/38/forge-parent-38.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-bean/2.5.3/sisu-inject-bean-2.5.3.pom
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/2.5.3/sisu-inject-bean-2.5.3.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/2.5.3/sisu-inject-bean-2.5.3.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
Downloaded: https://oss.sonatype.org/content/groups/public/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/jboss/weld/weld-parent/6/weld-parent-6.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/jboss/weld/weld-parent/6/weld-parent-6.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
Downloading: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
Downloaded: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guice/3.1.6/sisu-guice-3.1.6.pom
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.1.6/sisu-guice-3.1.6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.1.6/sisu-guice-3.1.6.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/guice-parent/3.1.6/guice-parent-3.1.6.pom
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-parent/3.1.6/guice-parent-3.1.6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-parent/3.1.6/guice-parent-3.1.6.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/35/forge-parent-35.pom
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/35/forge-parent-35.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/35/forge-parent-35.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.2.0/org.eclipse.sisu.inject-0.2.0.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.2.0/org.eclipse.sisu.inject-0.2.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-inject/0.2.0/sisu-inject-0.2.0.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-inject/0.2.0/sisu-inject-0.2.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.2.0/org.eclipse.sisu.plexus-0.2.0.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.2.0/org.eclipse.sisu.plexus-0.2.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-plexus/0.2.0/sisu-plexus-0.2.0.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-plexus/0.2.0/sisu-plexus-0.2.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-spi/0.13/qulice-spi-0.13.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-checkstyle/0.13/qulice-checkstyle-0.13.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/18.0/guava-18.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/puppycrawl/tools/checkstyle/6.8.1/checkstyle-6.8.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4-runtime/4.5/antlr4-runtime-4.5.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-spi/0.13/qulice-spi-0.13.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/commons-cli/commons-cli/1.3.1/commons-cli-1.3.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-exec/1.1/maven-reporting-exec-1.1.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-checkstyle/0.13/qulice-checkstyle-0.13.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
Downloaded: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4-runtime/4.5/antlr4-runtime-4.5.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/18.0/guava-18.0.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/puppycrawl/tools/checkstyle/6.8.1/checkstyle-6.8.1.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-pmd/0.13/qulice-pmd-0.13.jar
Downloading: https://oss.sonatype.org/content/groups/public/net/sourceforge/pmd/pmd-core/5.3.3/pmd-core-5.3.3.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/beust/jcommander/1.35/jcommander-1.35.jar
Downloaded: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8.jar
Downloading: https://oss.sonatype.org/content/groups/public/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8-dom.jar
Downloading: https://oss.sonatype.org/content/groups/public/net/sourceforge/pmd/pmd-java/5.3.3/pmd-java-5.3.3.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-pmd/0.13/qulice-pmd-0.13.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/net/sourceforge/pmd/pmd-jsp/5.3.3/pmd-jsp-5.3.3.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/beust/jcommander/1.35/jcommander-1.35.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/2.0.3/jsr305-2.0.3.jar
Downloaded: https://oss.sonatype.org/content/groups/public/net/sourceforge/pmd/pmd-core/5.3.3/pmd-core-5.3.3.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.jar
Downloaded: https://oss.sonatype.org/content/groups/public/net/sourceforge/pmd/pmd-jsp/5.3.3/pmd-jsp-5.3.3.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-codenarc/0.13/qulice-codenarc-0.13.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codenarc/CodeNarc/0.21/CodeNarc-0.21.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/2.0.3/jsr305-2.0.3.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/gmetrics/GMetrics/0.5/GMetrics-0.5.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy-all/2.4.3/groovy-all-2.4.3.jar
Downloaded: https://oss.sonatype.org/content/groups/public/net/sourceforge/pmd/pmd-java/5.3.3/pmd-java-5.3.3.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant/1.7.1/ant-1.7.1.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-codenarc/0.13/qulice-codenarc-0.13.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant-launcher/1.7.1/ant-launcher-1.7.1.jar
Downloaded: https://oss.sonatype.org/content/groups/public/org/gmetrics/GMetrics/0.5/GMetrics-0.5.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-findbugs/0.13/qulice-findbugs-0.13.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/findbugs/3.0.1/findbugs-3.0.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-findbugs/0.13/qulice-findbugs-0.13.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-commons/5.0.2/asm-commons-5.0.2.jar
Downloaded: https://oss.sonatype.org/content/groups/public/org/codenarc/CodeNarc/0.21/CodeNarc-0.21.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/apple/AppleJavaExtensions/1.4/AppleJavaExtensions-1.4.jar
Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy-all/2.4.3/groovy-all-2.4.3.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jFormatString/3.0.0/jFormatString-3.0.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/ibm/icu/icu4j/53.1/icu4j-53.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/5.0.3/asm-5.0.3.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jFormatString/3.0.0/jFormatString-3.0.0.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-tree/5.0.3/asm-tree-5.0.3.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/findbugs/3.0.1/findbugs-3.0.1.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/bcel-findbugs/6.0/bcel-findbugs-6.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/xalan/xalan/2.7.1/xalan-2.7.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/xalan/serializer/2.7.1/serializer-2.7.1.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/ibm/icu/icu4j/53.1/icu4j-53.1.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/jaxen/jaxen/1.1.6/jaxen-1.1.6.jar
Downloading: https://oss.sonatype.org/content/groups/public/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar
Downloaded: https://oss.sonatype.org/content/groups/public/jaxen/jaxen/1.1.6/jaxen-1.1.6.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/incubator/xembly/0.19.2/xembly-0.19.2.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/bcel-findbugs/6.0/bcel-findbugs-6.0.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-xml/0.13/qulice-xml-0.13.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/googlecode/java-diff-utils/diffutils/1.2.1/diffutils-1.2.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.16/jcabi-log-0.16.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/incubator/xembly/0.19.2/xembly-0.19.2.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-aspects/0.22/jcabi-aspects-0.22.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-xml/0.13/qulice-xml-0.13.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjrt/1.8.6/aspectjrt-1.8.6.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-aspects/0.22/jcabi-aspects-0.22.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-xml/0.16.2/jcabi-xml-0.16.2.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-analyzer/1.5/maven-dependency-analyzer-1.5.jar
Downloaded: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjrt/1.8.6/aspectjrt-1.8.6.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-xml/0.16.2/jcabi-xml-0.16.2.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-plexus/2.5.3/sisu-inject-plexus-2.5.3.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.16/jcabi-log-0.16.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-bean/2.5.3/sisu-inject-bean-2.5.3.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/googlecode/java-diff-utils/diffutils/1.2.1/diffutils-1.2.1.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guice/3.1.6/sisu-guice-3.1.6-no_aop.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.2.0/org.eclipse.sisu.inject-0.2.0.jar
Downloaded: https://oss.sonatype.org/content/groups/public/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.2.0/org.eclipse.sisu.plexus-0.2.0.jar
Downloaded: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.2.0/org.eclipse.sisu.plexus-0.2.0.jar (0 B at 0.0 KB/sec)
Downloaded: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.2.0/org.eclipse.sisu.inject-0.2.0.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.3.1/commons-cli-1.3.1.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-exec/1.1/maven-reporting-exec-1.1.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-exec/1.1/maven-reporting-exec-1.1.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8-dom.jar
Downloading: https://repo.maven.apache.org/maven2/xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.jar
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.3.1/commons-cli-1.3.1.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.7.1/ant-1.7.1.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.7.1/ant-launcher-1.7.1.jar
Downloaded: https://repo.maven.apache.org/maven2/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8-dom.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.jar
Downloading: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/5.0.2/asm-commons-5.0.2.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.7.1/ant-launcher-1.7.1.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/apple/AppleJavaExtensions/1.4/AppleJavaExtensions-1.4.jar
Downloading: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.3/asm-5.0.3.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.7.1/ant-1.7.1.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/5.0.3/asm-tree-5.0.3.jar
Downloaded: https://repo.maven.apache.org/maven2/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar
Downloaded: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/5.0.2/asm-commons-5.0.2.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.3/asm-5.0.3.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/xalan/xalan/2.7.1/xalan-2.7.1.jar
Downloading: https://repo.maven.apache.org/maven2/xalan/serializer/2.7.1/serializer-2.7.1.jar
Downloaded: https://repo.maven.apache.org/maven2/com/apple/AppleJavaExtensions/1.4/AppleJavaExtensions-1.4.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar
Downloaded: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/5.0.3/asm-tree-5.0.3.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-analyzer/1.5/maven-dependency-analyzer-1.5.jar
Downloaded: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.jar
Downloaded: https://repo.maven.apache.org/maven2/xalan/serializer/2.7.1/serializer-2.7.1.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/2.5.3/sisu-inject-plexus-2.5.3.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-analyzer/1.5/maven-dependency-analyzer-1.5.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/2.5.3/sisu-inject-bean-2.5.3.jar
Downloaded: https://repo.maven.apache.org/maven2/xalan/xalan/2.7.1/xalan-2.7.1.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
Downloaded: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.1.6/sisu-guice-3.1.6-no_aop.jar
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/2.5.3/sisu-inject-plexus-2.5.3.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/2.5.3/sisu-inject-bean-2.5.3.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.1.6/sisu-guice-3.1.6-no_aop.jar (0 B at 0.0 KB/sec)
[INFO] LICENSE found: file:/home/r/repo/LICENSE.txt
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] No Checkstyle violations found in 466 files
[INFO] No PMD violations found in 452 files
[INFO] /src/site/site.xml: skipped
[INFO] /src/changes/changes.xml: skipped
[INFO] /src/it/settings.xml: skipped
[INFO] /src/it/fat-jar/pom.xml: skipped
[INFO] /src/it/basic-usage/pom.xml: skipped
[INFO] CodeNarc not required since no groovy files in /home/r/repo/src
[ERROR] JSR-303 validator failed to initialize: Unable to create a Configuration, because no Bean Validation provider could be found. Add a provider like Hibernate Validator (RI) to your classpath. (see http://aspects.jcabi.com/jsr-303.html)
[INFO] jcabi-aspects 0.22/7e07127 started new daemon thread jcabi-loggable for watching of @Loggable annotated methods
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-enforcer-plugin/1.0-beta-1/maven-enforcer-plugin-1.0-beta-1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0-beta-1/maven-enforcer-plugin-1.0-beta-1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0-beta-1/maven-enforcer-plugin-1.0-beta-1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer/1.0-beta-1/enforcer-1.0-beta-1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/1.0-beta-1/enforcer-1.0-beta-1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/1.0-beta-1/enforcer-1.0-beta-1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-enforcer-plugin/1.0-beta-1/maven-enforcer-plugin-1.0-beta-1.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0-beta-1/maven-enforcer-plugin-1.0-beta-1.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0-beta-1/maven-enforcer-plugin-1.0-beta-1.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-10/doxia-sink-api-1.0-alpha-10.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-10/doxia-sink-api-1.0-alpha-10.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-10/doxia-sink-api-1.0-alpha-10.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.0-alpha-10/doxia-1.0-alpha-10.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha-10/doxia-1.0-alpha-10.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha-10/doxia-1.0-alpha-10.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.3/commons-lang-2.3.pom
Downloading: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.3/commons-lang-2.3.pom
Downloaded: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.3/commons-lang-2.3.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-api/1.0-beta-1/enforcer-api-1.0-beta-1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-api/1.0-beta-1/enforcer-api-1.0-beta-1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-api/1.0-beta-1/enforcer-api-1.0-beta-1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-rules/1.0-beta-1/enforcer-rules-1.0-beta-1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-rules/1.0-beta-1/enforcer-rules-1.0-beta-1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-rules/1.0-beta-1/enforcer-rules-1.0-beta-1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-10/doxia-sink-api-1.0-alpha-10.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.jar
Downloading: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.3/commons-lang-2.3.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-api/1.0-beta-1/enforcer-api-1.0-beta-1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-rules/1.0-beta-1/enforcer-rules-1.0-beta-1.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-10/doxia-sink-api-1.0-alpha-10.jar
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.jar
Downloading: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.3/commons-lang-2.3.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-api/1.0-beta-1/enforcer-api-1.0-beta-1.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-rules/1.0-beta-1/enforcer-rules-1.0-beta-1.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-10/doxia-sink-api-1.0-alpha-10.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-api/1.0-beta-1/enforcer-api-1.0-beta-1.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.3/commons-lang-2.3.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-rules/1.0-beta-1/enforcer-rules-1.0-beta-1.jar (0 B at 0.0 KB/sec)
[INFO] Calling org.apache.maven.plugins:maven-enforcer-plugin:1.0-beta-1:enforce...
Downloading: https://oss.sonatype.org/content/groups/public/com/ning/maven/plugins/maven-duplicate-finder-plugin/1.0.7/maven-duplicate-finder-plugin-1.0.7.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/ning/maven/plugins/maven-duplicate-finder-plugin/1.0.7/maven-duplicate-finder-plugin-1.0.7.pom (12 KB at 25.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/ning/maven/plugins/maven-duplicate-finder-plugin/1.0.7/maven-duplicate-finder-plugin-1.0.7.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/ning/maven/plugins/maven-duplicate-finder-plugin/1.0.7/maven-duplicate-finder-plugin-1.0.7.jar (25 KB at 64.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/1.4/commons-io-1.4.pom
Downloading: https://repo.maven.apache.org/maven2/commons-io/commons-io/1.4/commons-io-1.4.pom
Downloaded: https://repo.maven.apache.org/maven2/commons-io/commons-io/1.4/commons-io-1.4.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/7/commons-parent-7.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/7/commons-parent-7.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/7/commons-parent-7.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.5/commons-codec-1.5.pom
Downloading: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.5/commons-codec-1.5.pom
Downloaded: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.5/commons-codec-1.5.pom (10 KB at 415.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/20/commons-parent-20.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/20/commons-parent-20.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/20/commons-parent-20.pom (33 KB at 1019.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.6.1/slf4j-log4j12-1.6.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.6.1/slf4j-log4j12-1.6.1.pom (2 KB at 3.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.6.1/slf4j-parent-1.6.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.6.1/slf4j-parent-1.6.1.pom (10 KB at 35.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.6.1/slf4j-api-1.6.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.6.1/slf4j-api-1.6.1.pom (3 KB at 11.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/pyx4j/maven-plugin-log4j/1.0.1/maven-plugin-log4j-1.0.1.pom
Downloading: https://repo.maven.apache.org/maven2/com/pyx4j/maven-plugin-log4j/1.0.1/maven-plugin-log4j-1.0.1.pom
Downloaded: https://repo.maven.apache.org/maven2/com/pyx4j/maven-plugin-log4j/1.0.1/maven-plugin-log4j-1.0.1.pom (2 KB at 47.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/pyx4j/pyx4j-maven-plugins/1.0.1/pyx4j-maven-plugins-1.0.1.pom
Downloading: https://repo.maven.apache.org/maven2/com/pyx4j/pyx4j-maven-plugins/1.0.1/pyx4j-maven-plugins-1.0.1.pom
Downloaded: https://repo.maven.apache.org/maven2/com/pyx4j/pyx4j-maven-plugins/1.0.1/pyx4j-maven-plugins-1.0.1.pom (2 KB at 78.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/pyx4j/pyx4j/1.0.1/pyx4j-1.0.1.pom
Downloading: https://repo.maven.apache.org/maven2/com/pyx4j/pyx4j/1.0.1/pyx4j-1.0.1.pom
Downloaded: https://repo.maven.apache.org/maven2/com/pyx4j/pyx4j/1.0.1/pyx4j-1.0.1.pom (14 KB at 488.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom (723 B at 29.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/1.4/commons-io-1.4.jar
Downloading: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.5/commons-codec-1.5.jar
Downloading: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.16/log4j-1.2.16.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.6.1/slf4j-log4j12-1.6.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.6.1/slf4j-api-1.6.1.jar
Downloading:/https://oss.sonatype.org/content/groups/public/com/pyx4j/maven-plugin-log4j/1.0.1/maven-plugin-log4j-1.0.1.jar
Downloaded:1https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.6.1/slf4j-log4j12-1.6.1.jar (10 KB at 20.8 KB/sec)
Downloaded:8https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.6.1/slf4j-api-1.6.1.jar (25 KB at 44.7 KB/sec)
Downloaded: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.16/log4j-1.2.16.jar (471 KB at 465.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-io/commons-io/1.4/commons-io-1.4.jar
Downloading: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.5/commons-codec-1.5.jar
Downloading: https://repo.maven.apache.org/maven2/com/pyx4j/maven-plugin-log4j/1.0.1/maven-plugin-log4j-1.0.1.jar
Downloaded: https://repo.maven.apache.org/maven2/commons-io/commons-io/1.4/commons-io-1.4.jar (0 B at 0.0 KB/sec)
Downloaded:/https://repo.maven.apache.org/maven2/com/pyx4j/maven-plugin-log4j/1.0.1/maven-plugin-log4j-1.0.1.jar (4 KB at 145.5 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.5/commons-codec-1.5.jar (72 KB at 1660.1 KB/sec)
[INFO] Calling com.ning.maven.plugins:maven-duplicate-finder-plugin:1.0.7:check...
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/cobertura-maven-plugin/2.5.1/cobertura-maven-plugin-2.5.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/cobertura-maven-plugin/2.5.1/cobertura-maven-plugin-2.5.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/cobertura-maven-plugin/2.5.1/cobertura-maven-plugin-2.5.1.jar
Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/cobertura-maven-plugin/2.5.1/cobertura-maven-plugin-2.5.1.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/net/sourceforge/cobertura/cobertura/1.9.4.1/cobertura-1.9.4.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/net/sourceforge/cobertura/cobertura/1.9.4.1/cobertura-1.9.4.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/asm/asm/3.0/asm-3.0.pom
Downloading: https://repo.maven.apache.org/maven2/asm/asm/3.0/asm-3.0.pom
Downloaded: https://repo.maven.apache.org/maven2/asm/asm/3.0/asm-3.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/asm/asm-parent/3.0/asm-parent-3.0.pom
Downloading: https://repo.maven.apache.org/maven2/asm/asm-parent/3.0/asm-parent-3.0.pom
Downloaded: https://repo.maven.apache.org/maven2/asm/asm-parent/3.0/asm-parent-3.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/asm/asm-tree/3.0/asm-tree-3.0.pom
Downloading: https://repo.maven.apache.org/maven2/asm/asm-tree/3.0/asm-tree-3.0.pom
Downloaded: https://repo.maven.apache.org/maven2/asm/asm-tree/3.0/asm-tree-3.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.9/log4j-1.2.9.pom
Downloaded: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.9/log4j-1.2.9.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant/1.7.0/ant-1.7.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.7.0/ant-1.7.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.7.0/ant-1.7.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant-parent/1.7.0/ant-parent-1.7.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/ant/ant-parent/1.7.0/ant-parent-1.7.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/ant/ant-parent/1.7.0/ant-parent-1.7.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant-launcher/1.7.0/ant-launcher-1.7.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.7.0/ant-launcher-1.7.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.7.0/ant-launcher-1.7.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/net/sourceforge/cobertura/cobertura-runtime/1.9.4.1/cobertura-runtime-1.9.4.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/net/sourceforge/cobertura/cobertura-runtime/1.9.4.1/cobertura-runtime-1.9.4.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/urbanophile/java-getopt/1.0.9/java-getopt-1.0.9.pom
Downloading: https://repo.maven.apache.org/maven2/urbanophile/java-getopt/1.0.9/java-getopt-1.0.9.pom
Downloaded: https://repo.maven.apache.org/maven2/urbanophile/java-getopt/1.0.9/java-getopt-1.0.9.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/2.0.8/maven-core-2.0.8.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.8/maven-core-2.0.8.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.8/maven-core-2.0.8.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.8/maven-plugin-parameter-documenter-2.0.8.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.8/maven-plugin-parameter-documenter-2.0.8.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.8/maven-plugin-parameter-documenter-2.0.8.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.0.8/maven-reporting-api-2.0.8.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.8/maven-reporting-api-2.0.8.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.8/maven-reporting-api-2.0.8.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting/2.0.8/maven-reporting-2.0.8.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.8/maven-reporting-2.0.8.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.8/maven-reporting-2.0.8.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-9/doxia-sink-api-1.0-alpha-9.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-9/doxia-sink-api-1.0-alpha-9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-9/doxia-sink-api-1.0-alpha-9.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.0-alpha-9/doxia-1.0-alpha-9.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha-9/doxia-1.0-alpha-9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha-9/doxia-1.0-alpha-9.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-error-diagnostics/2.0.8/maven-error-diagnostics-2.0.8.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.8/maven-error-diagnostics-2.0.8.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.8/maven-error-diagnostics-2.0.8.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.0.8/maven-plugin-descriptor-2.0.8.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.8/maven-plugin-descriptor-2.0.8.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.8/maven-plugin-descriptor-2.0.8.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-monitor/2.0.8/maven-monitor-2.0.8.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.8/maven-monitor-2.0.8.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.8/maven-monitor-2.0.8.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/2.0.4.2/maven-reporting-impl-2.0.4.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.0.4.2/maven-reporting-impl-2.0.4.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.0.4.2/maven-reporting-impl-2.0.4.2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/11/maven-shared-components-11.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/11/maven-shared-components-11.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/11/maven-shared-components-11.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom
Downloading: https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom
Downloaded: https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom
Downloading: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom
Downloaded: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.0.4/maven-reporting-api-2.0.4.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.4/maven-reporting-api-2.0.4.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.4/maven-reporting-api-2.0.4.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting/2.0.4/maven-reporting-2.0.4.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.4/maven-reporting-2.0.4.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.4/maven-reporting-2.0.4.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.2/plexus-utils-2.0.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.2/plexus-utils-2.0.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.2/plexus-utils-2.0.2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/net/sourceforge/cobertura/cobertura/1.9.4.1/cobertura-1.9.4.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/asm/asm/3.0/asm-3.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/asm/asm-tree/3.0/asm-tree-3.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.9/log4j-1.2.9.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant/1.7.0/ant-1.7.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant-launcher/1.7.0/ant-launcher-1.7.0.jar
Downloaded: https://oss.sonatype.org/content/groups/public/net/sourceforge/cobertura/cobertura/1.9.4.1/cobertura-1.9.4.1.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/urbanophile/java-getopt/1.0.9/java-getopt-1.0.9.jar
Downloaded: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.9/log4j-1.2.9.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/2.0.8/maven-core-2.0.8.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.8/maven-plugin-parameter-documenter-2.0.8.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-error-diagnostics/2.0.8/maven-error-diagnostics-2.0.8.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.0.8/maven-plugin-descriptor-2.0.8.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-monitor/2.0.8/maven-monitor-2.0.8.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.0.8/maven-reporting-api-2.0.8.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-9/doxia-sink-api-1.0-alpha-9.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/2.0.4.2/maven-reporting-impl-2.0.4.2.jar
Downloading: https://oss.sonatype.org/content/groups/public/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.2/plexus-utils-2.0.2.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.jar
Downloading: https://repo.maven.apache.org/maven2/asm/asm/3.0/asm-3.0.jar
Downloading: https://repo.maven.apache.org/maven2/asm/asm-tree/3.0/asm-tree-3.0.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.7.0/ant-1.7.0.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.7.0/ant-launcher-1.7.0.jar
Downloading: https://repo.maven.apache.org/maven2/urbanophile/java-getopt/1.0.9/java-getopt-1.0.9.jar
Downloaded: https://repo.maven.apache.org/maven2/asm/asm-tree/3.0/asm-tree-3.0.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/asm/asm/3.0/asm-3.0.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.8/maven-core-2.0.8.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.7.0/ant-1.7.0.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.8/maven-plugin-parameter-documenter-2.0.8.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.7.0/ant-launcher-1.7.0.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.jar
Downloaded: https://repo.maven.apache.org/maven2/urbanophile/java-getopt/1.0.9/java-getopt-1.0.9.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.8/maven-core-2.0.8.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.8/maven-error-diagnostics-2.0.8.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.8/maven-plugin-descriptor-2.0.8.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.8/maven-plugin-parameter-documenter-2.0.8.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.8/maven-monitor-2.0.8.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.8/maven-plugin-descriptor-2.0.8.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.8/maven-error-diagnostics-2.0.8.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.8/maven-reporting-api-2.0.8.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-9/doxia-sink-api-1.0-alpha-9.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.8/maven-monitor-2.0.8.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.0.4.2/maven-reporting-impl-2.0.4.2.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.8/maven-reporting-api-2.0.8.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-9/doxia-sink-api-1.0-alpha-9.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.2/plexus-utils-2.0.2.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.0.4.2/maven-reporting-impl-2.0.4.2.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.2/plexus-utils-2.0.2.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.jar (0 B at 0.0 KB/sec)
[INFO] Calling org.codehaus.mojo:cobertura-maven-plugin:2.5.1:check...
[INFO] Cannot perform check, instrumentation not performed - skipping.
[INFO] This is not an SVN project
[INFO] No dependency problems found
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/jslint-maven-plugin/1.0.1/jslint-maven-plugin-1.0.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/jslint-maven-plugin/1.0.1/jslint-maven-plugin-1.0.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/mojo-parent/29/mojo-parent-29.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/mojo-parent/29/mojo-parent-29.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/jslint-maven-plugin/1.0.1/jslint-maven-plugin-1.0.1.jar
Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/jslint-maven-plugin/1.0.1/jslint-maven-plugin-1.0.1.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/googlecode/jslint4java/jslint4java/1.4.7/jslint4java-1.4.7.pom
Downloading: https://repo.maven.apache.org/maven2/com/googlecode/jslint4java/jslint4java/1.4.7/jslint4java-1.4.7.pom
Downloaded: https://repo.maven.apache.org/maven2/com/googlecode/jslint4java/jslint4java/1.4.7/jslint4java-1.4.7.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/googlecode/jslint4java/jslint4java-parent/1.4.7/jslint4java-parent-1.4.7.pom
Downloading: https://repo.maven.apache.org/maven2/com/googlecode/jslint4java/jslint4java-parent/1.4.7/jslint4java-parent-1.4.7.pom
Downloaded: https://repo.maven.apache.org/maven2/com/googlecode/jslint4java/jslint4java-parent/1.4.7/jslint4java-parent-1.4.7.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/rhino/js/1.7R2/js-1.7R2.pom
Downloading: https://repo.maven.apache.org/maven2/rhino/js/1.7R2/js-1.7R2.pom
Downloaded: https://repo.maven.apache.org/maven2/rhino/js/1.7R2/js-1.7R2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/beust/jcommander/1.15/jcommander-1.15.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/beust/jcommander/1.15/jcommander-1.15.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/2.0.1/maven-plugin-api-2.0.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/googlecode/jslint4java/jslint4java/1.4.7/jslint4java-1.4.7.jar
Downloading: https://oss.sonatype.org/content/groups/public/rhino/js/1.7R2/js-1.7R2.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/beust/jcommander/1.15/jcommander-1.15.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/beust/jcommander/1.15/jcommander-1.15.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.1/maven-plugin-api-2.0.1.jar
Downloading: https://repo.maven.apache.org/maven2/com/googlecode/jslint4java/jslint4java/1.4.7/jslint4java-1.4.7.jar
Downloading: https://repo.maven.apache.org/maven2/rhino/js/1.7R2/js-1.7R2.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.1/maven-plugin-api-2.0.1.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/rhino/js/1.7R2/js-1.7R2.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/com/googlecode/jslint4java/jslint4java/1.4.7/jslint4java-1.4.7.jar (0 B at 0.0 KB/sec)
[INFO] Calling org.codehaus.mojo:jslint-maven-plugin:1.0.1:jslint...
[INFO] Qulice quality check completed in 2min
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (jcabi-sign-artifacts) @ jcabi-github ---
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar (0 B at 0.0 KB/sec)
gpg: WARNING: unsafe permissions on homedir `/home/r'
gpg: WARNING: unsafe permissions on homedir `/home/r'
gpg: WARNING: unsafe permissions on homedir `/home/r'
gpg: WARNING: unsafe permissions on homedir `/home/r'
gpg: WARNING: unsafe permissions on homedir `/home/r'
[INFO]
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ jcabi-github ---
[INFO] Installing /home/r/repo/target/jcabi-github-0.33.jar to /home/r/.m2/repository/com/jcabi/jcabi-github/0.33/jcabi-github-0.33.jar
[INFO] Installing /home/r/repo/pom.xml to /home/r/.m2/repository/com/jcabi/jcabi-github/0.33/jcabi-github-0.33.pom
[INFO] Installing /home/r/repo/target/jcabi-github-0.33-sources.jar to /home/r/.m2/repository/com/jcabi/jcabi-github/0.33/jcabi-github-0.33-sources.jar
[INFO] Installing /home/r/repo/target/jcabi-github-0.33-javadoc.jar to /home/r/.m2/repository/com/jcabi/jcabi-github/0.33/jcabi-github-0.33-javadoc.jar
[INFO] Installing /home/r/repo/target/jcabi-github-0.33-jar-with-dependencies.jar to /home/r/.m2/repository/com/jcabi/jcabi-github/0.33/jcabi-github-0.33-jar-with-dependencies.jar
[INFO] Installing /home/r/repo/target/jcabi-github-0.33.jar.asc to /home/r/.m2/repository/com/jcabi/jcabi-github/0.33/jcabi-github-0.33.jar.asc
[INFO] Installing /home/r/repo/target/jcabi-github-0.33.pom.asc to /home/r/.m2/repository/com/jcabi/jcabi-github/0.33/jcabi-github-0.33.pom.asc
[INFO] Installing /home/r/repo/target/jcabi-github-0.33-sources.jar.asc to /home/r/.m2/repository/com/jcabi/jcabi-github/0.33/jcabi-github-0.33-sources.jar.asc
[INFO] Installing /home/r/repo/target/jcabi-github-0.33-javadoc.jar.asc to /home/r/.m2/repository/com/jcabi/jcabi-github/0.33/jcabi-github-0.33-javadoc.jar.asc
[INFO] Installing /home/r/repo/target/jcabi-github-0.33-jar-with-dependencies.jar.asc to /home/r/.m2/repository/com/jcabi/jcabi-github/0.33/jcabi-github-0.33-jar-with-dependencies.jar.asc
[INFO]
[INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ jcabi-github ---
[INFO] Skipping artifact deployment
[INFO]
[INFO] --- nexus-staging-maven-plugin:1.6.6:deploy (jcabi-deploy-to-sonatype) @ jcabi-github ---
[INFO] Performing local staging (local stagingDirectory="/home/r/repo/target/nexus-staging/staging")...
[INFO]  + Using server credentials "oss.sonatype.org" from Maven settings.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.5-02 and edition "Professional"
[INFO]  * Using staging profile ID "1b266eb8dd426a" (matched by Nexus).
[INFO] Installing /home/r/repo/target/jcabi-github-0.33.jar to /home/r/repo/target/nexus-staging/staging/1b266eb8dd426a/com/jcabi/jcabi-github/0.33/jcabi-github-0.33.jar
[INFO] Installing /home/r/repo/pom.xml to /home/r/repo/target/nexus-staging/staging/1b266eb8dd426a/com/jcabi/jcabi-github/0.33/jcabi-github-0.33.pom
[INFO] Installing /home/r/repo/target/jcabi-github-0.33-sources.jar to /home/r/repo/target/nexus-staging/staging/1b266eb8dd426a/com/jcabi/jcabi-github/0.33/jcabi-github-0.33-sources.jar
[INFO] Installing /home/r/repo/target/jcabi-github-0.33-javadoc.jar to /home/r/repo/target/nexus-staging/staging/1b266eb8dd426a/com/jcabi/jcabi-github/0.33/jcabi-github-0.33-javadoc.jar
[INFO] Installing /home/r/repo/target/jcabi-github-0.33-jar-with-dependencies.jar to /home/r/repo/target/nexus-staging/staging/1b266eb8dd426a/com/jcabi/jcabi-github/0.33/jcabi-github-0.33-jar-with-dependencies.jar
[INFO] Installing /home/r/repo/target/jcabi-github-0.33.jar.asc to /home/r/repo/target/nexus-staging/staging/1b266eb8dd426a/com/jcabi/jcabi-github/0.33/jcabi-github-0.33.jar.asc
[INFO] Installing /home/r/repo/target/jcabi-github-0.33.pom.asc to /home/r/repo/target/nexus-staging/staging/1b266eb8dd426a/com/jcabi/jcabi-github/0.33/jcabi-github-0.33.pom.asc
[INFO] Installing /home/r/repo/target/jcabi-github-0.33-sources.jar.asc to /home/r/repo/target/nexus-staging/staging/1b266eb8dd426a/com/jcabi/jcabi-github/0.33/jcabi-github-0.33-sources.jar.asc
[INFO] Installing /home/r/repo/target/jcabi-github-0.33-javadoc.jar.asc to /home/r/repo/target/nexus-staging/staging/1b266eb8dd426a/com/jcabi/jcabi-github/0.33/jcabi-github-0.33-javadoc.jar.asc
[INFO] Installing /home/r/repo/target/jcabi-github-0.33-jar-with-dependencies.jar.asc to /home/r/repo/target/nexus-staging/staging/1b266eb8dd426a/com/jcabi/jcabi-github/0.33/jcabi-github-0.33-jar-with-dependencies.jar.asc
[INFO] Performing remote staging...
[INFO]
[INFO]  * Remote staging into staging profile ID "1b266eb8dd426a"
[INFO]  * Created staging repository with ID "comjcabi-1708".
[INFO]  * Staging repository at https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comjcabi-1708
[INFO]  * Uploading locally staged artifacts to profile com.jcabi
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comjcabi-1708/com/jcabi/jcabi-github/0.33/jcabi-github-0.33-sources.jar
Uploaded:Bhttps://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comjcabi-1708/com/jcabi/jcabi-github/0.33/jcabi-github-0.33-sources.jar (447 KB at 390.2 KB/sec)
Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comjcabi-1708/com/jcabi/jcabi-github/maven-metadata.xml
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comjcabi-1708/com/jcabi/jcabi-github/maven-metadata.xml
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comjcabi-1708/com/jcabi/jcabi-github/maven-metadata.xml (299 B at 0.5 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comjcabi-1708/com/jcabi/jcabi-github/0.33/jcabi-github-0.33-sources.jar.asc
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comjcabi-1708/com/jcabi/jcabi-github/0.33/jcabi-github-0.33-sources.jar.asc (473 B at 3.7 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comjcabi-1708/com/jcabi/jcabi-github/0.33/jcabi-github-0.33-javadoc.jar.asc
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comjcabi-1708/com/jcabi/jcabi-github/0.33/jcabi-github-0.33-javadoc.jar.asc (473 B at 4.1 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comjcabi-1708/com/jcabi/jcabi-github/0.33/jcabi-github-0.33.pom.asc
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comjcabi-1708/com/jcabi/jcabi-github/0.33/jcabi-github-0.33.pom.asc (473 B at 3.8 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comjcabi-1708/com/jcabi/jcabi-github/0.33/jcabi-github-0.33.jar
Uploaded:Khttps://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comjcabi-1708/com/jcabi/jcabi-github/0.33/jcabi-github-0.33.jar (1524 KB at 1341.9 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comjcabi-1708/com/jcabi/jcabi-github/0.33/jcabi-github-0.33.pom
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comjcabi-1708/com/jcabi/jcabi-github/0.33/jcabi-github-0.33.pom (10 KB at 25.5 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comjcabi-1708/com/jcabi/jcabi-github/0.33/jcabi-github-0.33-jar-with-dependencies.jar
Uploaded:3https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comjcabi-1708/com/jcabi/jcabi-github/0.33/jcabi-github-0.33-jar-with-dependencies.jar (10339 KB at 6678.6 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comjcabi-1708/com/jcabi/jcabi-github/0.33/jcabi-github-0.33-jar-with-dependencies.jar.asc
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comjcabi-1708/com/jcabi/jcabi-github/0.33/jcabi-github-0.33-jar-with-dependencies.jar.asc (473 B at 3.9 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comjcabi-1708/com/jcabi/jcabi-github/0.33/jcabi-github-0.33.jar.asc
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comjcabi-1708/com/jcabi/jcabi-github/0.33/jcabi-github-0.33.jar.asc (473 B at 3.6 KB/sec)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comjcabi-1708/com/jcabi/jcabi-github/0.33/jcabi-github-0.33-javadoc.jar
Uploaded:Bhttps://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comjcabi-1708/com/jcabi/jcabi-github/0.33/jcabi-github-0.33-javadoc.jar (782 KB at 1733.1 KB/sec)
[INFO]  * Upload of locally staged artifacts finished.
[INFO]  * Closing staging repository with ID "comjcabi-1708".

Waiting for operation to complete...
.......

[INFO] Remote staged 1 repositories, finished with success.
[INFO]
[INFO] --- nexus-staging-maven-plugin:1.6.6:release (jcabi-deploy-to-sonatype) @ jcabi-github ---
[INFO]  + Using server credentials "oss.sonatype.org" from Maven settings.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.5-02 and edition "Professional"
[INFO] Releasing staging repository with IDs=[comjcabi-1708]

Waiting for operation to complete...
...........

[INFO] Released
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10:00 min
[INFO] Finished at: 2017-09-21T08:32:22+00:00
[INFO] Final Memory: 145M/549M
[INFO] ------------------------------------------------------------------------
+ mvn clean site-deploy -Psite -DskipITs --errors --settings ../settings.xml
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building jcabi-github 0.33
[INFO] ------------------------------------------------------------------------
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-site-plugin/3.4/maven-site-plugin-3.4.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.4/maven-site-plugin-3.4.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.4/maven-site-plugin-3.4.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-site-plugin/3.4/maven-site-plugin-3.4.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.4/maven-site-plugin-3.4.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.4/maven-site-plugin-3.4.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/github/github/site-maven-plugin/0.12/site-maven-plugin-0.12.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/github/github/site-maven-plugin/0.12/site-maven-plugin-0.12.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/github/github/github-maven-plugins-parent/0.12/github-maven-plugins-parent-0.12.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/github/github/github-maven-plugins-parent/0.12/github-maven-plugins-parent-0.12.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/github/github/site-maven-plugin/0.12/site-maven-plugin-0.12.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/github/github/site-maven-plugin/0.12/site-maven-plugin-0.12.jar (0 B at 0.0 KB/sec)
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jcabi-github ---
[INFO] Deleting /home/r/repo/target
[INFO]
[INFO] --- maven-site-plugin:3.4:site (default-site) @ jcabi-github ---
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-markdown/1.3/doxia-module-markdown-1.3.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-markdown/1.3/doxia-module-markdown-1.3.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-markdown/1.3/doxia-module-markdown-1.3.pom (3 KB at 78.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-modules/1.3/doxia-modules-1.3.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.3/doxia-modules-1.3.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.3/doxia-modules-1.3.pom (3 KB at 94.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.3/doxia-1.3.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.3/doxia-1.3.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.3/doxia-1.3.pom (18 KB at 528.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/pegdown/pegdown/1.0.2/pegdown-1.0.2.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/pegdown/pegdown/1.0.2/pegdown-1.0.2.pom (2 KB at 3.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/parboiled/parboiled-core/1.0.1/parboiled-core-1.0.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/parboiled/parboiled-core/1.0.1/parboiled-core-1.0.1.pom (2 KB at 4.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/parboiled/parboiled-java/1.0.1/parboiled-java-1.0.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/parboiled/parboiled-java/1.0.1/parboiled-java-1.0.1.pom (3 KB at 0.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/asm/asm-tree/3.3.1/asm-tree-3.3.1.pom
Downloading: https://repo.maven.apache.org/maven2/asm/asm-tree/3.3.1/asm-tree-3.3.1.pom
Downloaded: https://repo.maven.apache.org/maven2/asm/asm-tree/3.3.1/asm-tree-3.3.1.pom (406 B at 17.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom
Downloading: https://repo.maven.apache.org/maven2/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom
Downloaded: https://repo.maven.apache.org/maven2/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/asm/asm/3.3.1/asm-3.3.1.pom
Downloading: https://repo.maven.apache.org/maven2/asm/asm/3.3.1/asm-3.3.1.pom
Downloaded: https://repo.maven.apache.org/maven2/asm/asm/3.3.1/asm-3.3.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/asm/asm-util/3.3.1/asm-util-3.3.1.pom
Downloading: https://repo.maven.apache.org/maven2/asm/asm-util/3.3.1/asm-util-3.3.1.pom
Downloaded: https://repo.maven.apache.org/maven2/asm/asm-util/3.3.1/asm-util-3.3.1.pom (411 B at 16.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/asm/asm-analysis/3.3.1/asm-analysis-3.3.1.pom
Downloading: https://repo.maven.apache.org/maven2/asm/asm-analysis/3.3.1/asm-analysis-3.3.1.pom
Downloaded: https://repo.maven.apache.org/maven2/asm/asm-analysis/3.3.1/asm-analysis-3.3.1.pom (419 B at 17.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.3/doxia-module-xhtml-1.3.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.3/doxia-module-xhtml-1.3.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.3/doxia-module-xhtml-1.3.pom (2 KB at 71.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.3/doxia-core-1.3.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.3/doxia-core-1.3.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.3/doxia-core-1.3.pom (5 KB at 167.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.3/doxia-sink-api-1.3.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.3/doxia-sink-api-1.3.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.3/doxia-sink-api-1.3.pom (2 KB at 69.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.3/doxia-logging-api-1.3.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.3/doxia-logging-api-1.3.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.3/doxia-logging-api-1.3.pom (2 KB at 67.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-exec/1.2/maven-reporting-exec-1.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-exec/1.2/maven-reporting-exec-1.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-exec/1.2/maven-reporting-exec-1.2.pom (11 KB at 478.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-archiver/2.4.2/maven-archiver-2.4.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.4.2/maven-archiver-2.4.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.4.2/maven-archiver-2.4.2.pom (4 KB at 170.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/16/maven-shared-components-16.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/16/maven-shared-components-16.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/16/maven-shared-components-16.pom (9 KB at 331.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/2.0.1/plexus-archiver-2.0.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.0.1/plexus-archiver-2.0.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.0.1/plexus-archiver-2.0.1.pom (3 KB at 114.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/2.0.1/plexus-io-2.0.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.1/plexus-io-2.0.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.1/plexus-io-2.0.1.pom (2 KB at 72.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.6/doxia-sink-api-1.6.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.6/doxia-sink-api-1.6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.6/doxia-sink-api-1.6.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.6/doxia-1.6.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.6/doxia-1.6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.6/doxia-1.6.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.6/doxia-logging-api-1.6.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.6/doxia-logging-api-1.6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.6/doxia-logging-api-1.6.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.6/doxia-core-1.6.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.6/doxia-core-1.6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.6/doxia-core-1.6.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/xmlunit/xmlunit/1.5/xmlunit-1.5.pom
Downloaded: https://oss.sonatype.org/content/groups/public/xmlunit/xmlunit/1.5/xmlunit-1.5.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.6/doxia-module-xhtml-1.6.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.6/doxia-module-xhtml-1.6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.6/doxia-module-xhtml-1.6.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-modules/1.6/doxia-modules-1.6.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.6/doxia-modules-1.6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.6/doxia-modules-1.6.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-apt/1.6/doxia-module-apt-1.6.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-apt/1.6/doxia-module-apt-1.6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-apt/1.6/doxia-module-apt-1.6.pom (2 KB at 67.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xdoc/1.6/doxia-module-xdoc-1.6.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xdoc/1.6/doxia-module-xdoc-1.6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xdoc/1.6/doxia-module-xdoc-1.6.pom (5 KB at 187.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.6/doxia-module-fml-1.6.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.6/doxia-module-fml-1.6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.6/doxia-module-fml-1.6.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/javax/servlet/servlet-api/2.5/servlet-api-2.5.pom
Downloading: https://repo.maven.apache.org/maven2/javax/servlet/servlet-api/2.5/servlet-api-2.5.pom
Downloaded: https://repo.maven.apache.org/maven2/javax/servlet/servlet-api/2.5/servlet-api-2.5.pom (157 B at 6.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.6/doxia-decoration-model-1.6.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.6/doxia-decoration-model-1.6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.6/doxia-decoration-model-1.6.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sitetools/1.6/doxia-sitetools-1.6.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.6/doxia-sitetools-1.6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.6/doxia-sitetools-1.6.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.6/doxia-site-renderer-1.6.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.6/doxia-site-renderer-1.6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.6/doxia-site-renderer-1.6.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/commons-digester/commons-digester/1.8/commons-digester-1.8.pom
Downloading: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.8/commons-digester-1.8.pom
Downloaded: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.8/commons-digester-1.8.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.1/commons-logging-1.1.pom
Downloading: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1.pom
Downloaded: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/logkit/logkit/1.0.1/logkit-1.0.1.pom
Downloading: https://repo.maven.apache.org/maven2/logkit/logkit/1.0.1/logkit-1.0.1.pom
Downloaded: https://repo.maven.apache.org/maven2/logkit/logkit/1.0.1/logkit-1.0.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
Downloading: https://repo.maven.apache.org/maven2/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
Downloaded: https://repo.maven.apache.org/maven2/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom
Downloading: https://repo.maven.apache.org/maven2/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom
Downloaded: https://repo.maven.apache.org/maven2/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/commons-chain/commons-chain/1.1/commons-chain-1.1.pom
Downloading: https://repo.maven.apache.org/maven2/commons-chain/commons-chain/1.1/commons-chain-1.1.pom
Downloaded: https://repo.maven.apache.org/maven2/commons-chain/commons-chain/1.1/commons-chain-1.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/dom4j/dom4j/1.1/dom4j-1.1.pom
Downloading: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.1/dom4j-1.1.pom
Downloaded: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.1/dom4j-1.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/sslext/sslext/1.2-0/sslext-1.2-0.pom
Downloading: https://repo.maven.apache.org/maven2/sslext/sslext/1.2-0/sslext-1.2-0.pom
Downloaded: https://repo.maven.apache.org/maven2/sslext/sslext/1.2-0/sslext-1.2-0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-master/4/struts-master-4.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/struts/struts-master/4/struts-master-4.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/struts/struts-master/4/struts-master-4.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/apache/2/apache-2.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/2/apache-2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/2/apache-2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/antlr/antlr/2.7.2/antlr-2.7.2.pom
Downloading: https://repo.maven.apache.org/maven2/antlr/antlr/2.7.2/antlr-2.7.2.pom
Downloaded: https://repo.maven.apache.org/maven2/antlr/antlr/2.7.2/antlr-2.7.2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-integration-tools/1.6/doxia-integration-tools-1.6.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-integration-tools/1.6/doxia-integration-tools-1.6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-integration-tools/1.6/doxia-integration-tools-1.6.pom (7 KB at 283.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-tools/3/doxia-tools-3.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-tools/3/doxia-tools-3.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-tools/3/doxia-tools-3.pom (10 KB at 387.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/1.0/wagon-provider-api-1.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0/wagon-provider-api-1.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0/wagon-provider-api-1.0.pom (2 KB at 55.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon/1.0/wagon-1.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/1.0/wagon-1.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/1.0/wagon-1.0.pom (10 KB at 369.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/20/maven-parent-20.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/20/maven-parent-20.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/20/maven-parent-20.pom (25 KB at 828.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/2.4.3/plexus-archiver-2.4.3.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.4.3/plexus-archiver-2.4.3.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.4.3/plexus-archiver-2.4.3.pom (4 KB at 149.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.11/plexus-utils-3.0.11.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.11/plexus-utils-3.0.11.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.11/plexus-utils-3.0.11.pom (4 KB at 128.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/2.0.8/plexus-io-2.0.8.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.8/plexus-io-2.0.8.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.8/plexus-io-2.0.8.pom (3 KB at 93.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.pom (2 KB at 81.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/mortbay/jetty/jetty/6.1.25/jetty-6.1.25.pom
Downloading: https://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty/6.1.25/jetty-6.1.25.pom
Downloaded: https://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty/6.1.25/jetty-6.1.25.pom (7 KB at 244.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/mortbay/jetty/project/6.1.25/project-6.1.25.pom
Downloading: https://repo.maven.apache.org/maven2/org/mortbay/jetty/project/6.1.25/project-6.1.25.pom
Downloaded: https://repo.maven.apache.org/maven2/org/mortbay/jetty/project/6.1.25/project-6.1.25.pom (9 KB at 332.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/mortbay/jetty/jetty-parent/10/jetty-parent-10.pom
Downloading: https://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty-parent/10/jetty-parent-10.pom
Downloaded: https://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty-parent/10/jetty-parent-10.pom (4 KB at 146.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-parent/14/jetty-parent-14.pom
Downloading: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-parent/14/jetty-parent-14.pom
Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-parent/14/jetty-parent-14.pom (17 KB at 574.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/mortbay/jetty/jetty-util/6.1.25/jetty-util-6.1.25.pom
Downloading: https://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty-util/6.1.25/jetty-util-6.1.25.pom
Downloaded: https://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty-util/6.1.25/jetty-util-6.1.25.pom (4 KB at 145.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/mortbay/jetty/servlet-api/2.5-20081211/servlet-api-2.5-20081211.pom
Downloading: https://repo.maven.apache.org/maven2/org/mortbay/jetty/servlet-api/2.5-20081211/servlet-api-2.5-20081211.pom
Downloaded: https://repo.maven.apache.org/maven2/org/mortbay/jetty/servlet-api/2.5-20081211/servlet-api-2.5-20081211.pom (3 KB at 108.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/mortbay/jetty/jetty-parent/7/jetty-parent-7.pom
Downloading: https://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty-parent/7/jetty-parent-7.pom
Downloaded: https://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty-parent/7/jetty-parent-7.pom (13 KB at 499.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.5/commons-lang-2.5.pom
Downloading: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.5/commons-lang-2.5.pom
Downloaded: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.5/commons-lang-2.5.pom (17 KB at 619.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/12/commons-parent-12.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/12/commons-parent-12.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/12/commons-parent-12.pom (27 KB at 938.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-markdown/1.3/doxia-module-markdown-1.3.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/pegdown/pegdown/1.0.2/pegdown-1.0.2.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/parboiled/parboiled-core/1.0.1/parboiled-core-1.0.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/parboiled/parboiled-java/1.0.1/parboiled-java-1.0.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/asm/asm-tree/3.3.1/asm-tree-3.3.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/asm/asm-util/3.3.1/asm-util-3.3.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/asm/asm-analysis/3.3.1/asm-analysis-3.3.1.jar
Downloaded:2https://oss.sonatype.org/content/groups/public/org/pegdown/pegdown/1.0.2/pegdown-1.0.2.jar (56 KB at 84.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/asm/asm/3.3.1/asm-3.3.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-exec/1.2/maven-reporting-exec-1.2.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
Downloaded: https://oss.sonatype.org/content/groups/public/org/parboiled/parboiled-java/1.0.1/parboiled-java-1.0.1.jar (81 KB at 117.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.0/maven-core-3.0.jar
Downloaded: https://oss.sonatype.org/content/groups/public/org/parboiled/parboiled-core/1.0.1/parboiled-core-1.0.1.jar (207 KB at 267.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.0/maven-model-3.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-archiver/2.4.2/maven-archiver-2.4.2.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.6/doxia-sink-api-1.6.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.6/doxia-logging-api-1.6.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.6/doxia-core-1.6.jar
Downloading: https://oss.sonatype.org/content/groups/public/xmlunit/xmlunit/1.5/xmlunit-1.5.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.6/doxia-module-xhtml-1.6.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-apt/1.6/doxia-module-apt-1.6.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xdoc/1.6/doxia-module-xdoc-1.6.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.6/doxia-module-fml-1.6.jar
Downloaded: https://oss.sonatype.org/content/groups/public/xmlunit/xmlunit/1.5/xmlunit-1.5.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/javax/servlet/servlet-api/2.5/servlet-api-2.5.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.6/doxia-decoration-model-1.6.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.6/doxia-site-renderer-1.6.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/commons-digester/commons-digester/1.8/commons-digester-1.8.jar
Downloading: https://oss.sonatype.org/content/groups/public/commons-chain/commons-chain/1.1/commons-chain-1.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/dom4j/dom4j/1.1/dom4j-1.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/sslext/sslext/1.2-0/sslext-1.2-0.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar
Downloading: https://oss.sonatype.org/content/groups/public/antlr/antlr/2.7.2/antlr-2.7.2.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-integration-tools/1.6/doxia-integration-tools-1.6.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/1.0/wagon-provider-api-1.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/2.4.3/plexus-archiver-2.4.3.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/2.0.8/plexus-io-2.0.8.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/mortbay/jetty/jetty/6.1.25/jetty-6.1.25.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/mortbay/jetty/servlet-api/2.5-20081211/servlet-api-2.5-20081211.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/mortbay/jetty/jetty-util/6.1.25/jetty-util-6.1.25.jar
Downloading: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.5/commons-lang-2.5.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-markdown/1.3/doxia-module-markdown-1.3.jar
Downloading: https://repo.maven.apache.org/maven2/asm/asm-tree/3.3.1/asm-tree-3.3.1.jar
Downloading: https://repo.maven.apache.org/maven2/asm/asm-util/3.3.1/asm-util-3.3.1.jar
Downloading: https://repo.maven.apache.org/maven2/asm/asm-analysis/3.3.1/asm-analysis-3.3.1.jar
Downloading: https://repo.maven.apache.org/maven2/asm/asm/3.3.1/asm-3.3.1.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-markdown/1.3/doxia-module-markdown-1.3.jar (12 KB at 410.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-exec/1.2/maven-reporting-exec-1.2.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-exec/1.2/maven-reporting-exec-1.2.jar (27 KB at 474.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
Downloaded: https://repo.maven.apache.org/maven2/asm/asm/3.3.1/asm-3.3.1.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.jar
Downloaded:1https://repo.maven.apache.org/maven2/asm/asm-tree/3.3.1/asm-tree-3.3.1.jar (22 KB at 256.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar
Downloaded:3https://repo.maven.apache.org/maven2/asm/asm-analysis/3.3.1/asm-analysis-3.3.1.jar (18 KB at 218.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar
Downloaded:5https://repo.maven.apache.org/maven2/asm/asm-util/3.3.1/asm-util-3.3.1.jar (37 KB at 429.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (51 KB at 589.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
Downloaded:5https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 KB at 251.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
Downloaded:1https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (50 KB at 384.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (104 KB at 757.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (145 KB at 1024.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 KB at 93.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar
Downloaded:1https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (73 KB at 385.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (150 KB at 682.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.jar
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (197 KB at 864.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 KB at 197.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.4.2/maven-archiver-2.4.2.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (515 KB at 2199.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.6/doxia-sink-api-1.6.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.6/doxia-sink-api-1.6.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.6/doxia-logging-api-1.6.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.4.2/maven-archiver-2.4.2.jar (20 KB at 76.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.6/doxia-logging-api-1.6.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.6/doxia-core-1.6.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (48 KB at 177.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.6/doxia-module-xhtml-1.6.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.6/doxia-core-1.6.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-apt/1.6/doxia-module-apt-1.6.jar
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xdoc/1.6/doxia-module-xdoc-1.6.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.6/doxia-module-xhtml-1.6.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.6/doxia-module-fml-1.6.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.jar (161 KB at 570.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/javax/servlet/servlet-api/2.5/servlet-api-2.5.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.6/doxia-module-fml-1.6.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.6/doxia-decoration-model-1.6.jar
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (461 KB at 1551.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.6/doxia-site-renderer-1.6.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xdoc/1.6/doxia-module-xdoc-1.6.jar (37 KB at 121.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.6/doxia-decoration-model-1.6.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.8/commons-digester-1.8.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-apt/1.6/doxia-module-apt-1.6.jar (52 KB at 167.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-chain/commons-chain/1.1/commons-chain-1.1.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.6/doxia-site-renderer-1.6.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.1/dom4j-1.1.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/sslext/sslext/1.2-0/sslext-1.2-0.jar
Downloaded: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.8/commons-digester-1.8.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar
Downloaded: https://repo.maven.apache.org/maven2/commons-chain/commons-chain/1.1/commons-chain-1.1.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.1/dom4j-1.1.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/antlr/antlr/2.7.2/antlr-2.7.2.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar
Downloaded: https://repo.maven.apache.org/maven2/sslext/sslext/1.2-0/sslext-1.2-0.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar
Downloaded: https://repo.maven.apache.org/maven2/javax/servlet/servlet-api/2.5/servlet-api-2.5.jar (103 KB at 315.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-integration-tools/1.6/doxia-integration-tools-1.6.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0/wagon-provider-api-1.0.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.4.3/plexus-archiver-2.4.3.jar
Downloaded: https://repo.maven.apache.org/maven2/antlr/antlr/2.7.2/antlr-2.7.2.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.8/plexus-io-2.0.8.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.jar
Downloaded:5https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-integration-tools/1.6/doxia-integration-tools-1.6.jar (44 KB at 121.1 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.jar (8 KB at 21.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty/6.1.25/jetty-6.1.25.jar
Downloading: https://repo.maven.apache.org/maven2/org/mortbay/jetty/servlet-api/2.5-20081211/servlet-api-2.5-20081211.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0/wagon-provider-api-1.0.jar (52 KB at 143.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty-util/6.1.25/jetty-util-6.1.25.jar
Downloaded:9https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.8/plexus-io-2.0.8.jar (58 KB at 157.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.5/commons-lang-2.5.jar
Downloaded:5https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.4.3/plexus-archiver-2.4.3.jar (160 KB at 399.7 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/mortbay/jetty/servlet-api/2.5-20081211/servlet-api-2.5-20081211.jar (131 KB at 304.6 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty-util/6.1.25/jetty-util-6.1.25.jar (174 KB at 395.9 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.5/commons-lang-2.5.jar (273 KB at 586.3 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty/6.1.25/jetty-6.1.25.jar (526 KB at 1062.5 KB/sec)
[INFO] configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:2.7
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-project-info-reports-plugin/2.7/maven-project-info-reports-plugin-2.7.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-project-info-reports-plugin/2.7/maven-project-info-reports-plugin-2.7.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-project-info-reports-plugin/2.7/maven-project-info-reports-plugin-2.7.pom (19 KB at 687.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-project-info-reports-plugin/2.7/maven-project-info-reports-plugin-2.7.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-project-info-reports-plugin/2.7/maven-project-info-reports-plugin-2.7.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-project-info-reports-plugin/2.7/maven-project-info-reports-plugin-2.7.jar (275 KB at 4815.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom (5 KB at 184.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.pom (3 KB at 115.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/2.0.10/maven-2.0.10.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.10/maven-2.0.10.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.10/maven-2.0.10.pom (24 KB at 912.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/9/maven-parent-9.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/9/maven-parent-9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/9/maven-parent-9.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/2.0.10/maven-settings-2.0.10.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.10/maven-settings-2.0.10.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.10/maven-settings-2.0.10.pom (3 KB at 84.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.0.10/maven-model-2.0.10.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.10/maven-model-2.0.10.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.10/maven-model-2.0.10.pom (4 KB at 141.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom (2 KB at 63.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.pom (3 KB at 88.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.0.10/maven-artifact-manager-2.0.10.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.10/maven-artifact-manager-2.0.10.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.10/maven-artifact-manager-2.0.10.pom (3 KB at 109.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/2.0.10/maven-repository-metadata-2.0.10.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.10/maven-repository-metadata-2.0.10.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.10/maven-repository-metadata-2.0.10.pom (3 KB at 94.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.0.10/maven-artifact-2.0.10.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.10/maven-artifact-2.0.10.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.10/maven-artifact-2.0.10.pom (2 KB at 63.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.pom (2 KB at 85.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/2.0.10/maven-plugin-api-2.0.10.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.10/maven-plugin-api-2.0.10.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.10/maven-plugin-api-2.0.10.pom (2 KB at 58.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.pom (2 KB at 66.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom (18 KB at 656.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.pom (2 KB at 64.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom (4 KB at 151.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom
Downloading: https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom
Downloaded: https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom
Downloading: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom
Downloaded: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/apache/1/apache-1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/1/apache-1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/1/apache-1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom
Downloading: https://repo.maven.apache.org/maven2/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom
Downloaded: https://repo.maven.apache.org/maven2/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom (8 KB at 315.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.2/commons-codec-1.2.pom
Downloading: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.2/commons-codec-1.2.pom
Downloaded: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.2/commons-codec-1.2.pom (4 KB at 177.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom (6 KB at 249.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom (15 KB at 597.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom (3 KB at 126.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom (2 KB at 68.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom (3 KB at 95.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom (6 KB at 223.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-doxia-tools/1.4/maven-doxia-tools-1.4.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-doxia-tools/1.4/maven-doxia-tools-1.4.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-doxia-tools/1.4/maven-doxia-tools-1.4.pom (8 KB at 277.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-jar/1.1/maven-shared-jar-1.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-jar/1.1/maven-shared-jar-1.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-jar/1.1/maven-shared-jar-1.1.pom (5 KB at 179.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.0.7/maven-model-2.0.7.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.7/maven-model-2.0.7.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.7/maven-model-2.0.7.pom (3 KB at 119.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/2.0.7/maven-2.0.7.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.7/maven-2.0.7.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.7/maven-2.0.7.pom (11 KB at 429.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.0.7/maven-artifact-2.0.7.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.7/maven-artifact-2.0.7.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.7/maven-artifact-2.0.7.pom (2 KB at 70.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom (2 KB at 38.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom (5 KB at 202.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/bcel/bcel/5.2/bcel-5.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/bcel/bcel/5.2/bcel-5.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/bcel/bcel/5.2/bcel-5.2.pom (619 B at 26.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/jakarta-regexp/jakarta-regexp/1.4/jakarta-regexp-1.4.pom
Downloading: https://repo.maven.apache.org/maven2/jakarta-regexp/jakarta-regexp/1.4/jakarta-regexp-1.4.pom
Downloaded: https://repo.maven.apache.org/maven2/jakarta-regexp/jakarta-regexp/1.4/jakarta-regexp-1.4.pom (160 B at 7.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-ssh/1.0/wagon-ssh-1.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh/1.0/wagon-ssh-1.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh/1.0/wagon-ssh-1.0.pom (3 KB at 116.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-providers/1.0/wagon-providers-1.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/1.0/wagon-providers-1.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/1.0/wagon-providers-1.0.pom (3 KB at 89.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch/0.1.44-1/jsch-0.1.44-1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch/0.1.44-1/jsch-0.1.44-1.pom (4 KB at 7.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-ssh-common/1.0/wagon-ssh-common-1.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/1.0/wagon-ssh-common-1.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/1.0/wagon-ssh-common-1.0.pom (2 KB at 77.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.pom (726 B at 29.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interactivity/1.0-alpha-6/plexus-interactivity-1.0-alpha-6.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity/1.0-alpha-6/plexus-interactivity-1.0-alpha-6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity/1.0-alpha-6/plexus-interactivity-1.0-alpha-6.pom (2 KB at 47.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.1.9/plexus-components-1.1.9.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.9/plexus-components-1.1.9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.9/plexus-components-1.1.9.pom (3 KB at 94.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.4/plexus-utils-1.4.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4/plexus-utils-1.4.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4/plexus-utils-1.4.pom (2 KB at 51.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-file/1.0/wagon-file-1.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-file/1.0/wagon-file-1.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-file/1.0/wagon-file-1.0.pom (2 KB at 60.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-http-lightweight/1.0/wagon-http-lightweight-1.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-http-lightweight/1.0/wagon-http-lightweight-1.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-http-lightweight/1.0/wagon-http-lightweight-1.0.pom (2 KB at 77.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-http-shared/1.0/wagon-http-shared-1.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-http-shared/1.0/wagon-http-shared-1.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-http-shared/1.0/wagon-http-shared-1.0.pom (3 KB at 110.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.0.1/commons-io-2.0.1.pom
Downloading: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.0.1/commons-io-2.0.1.pom
Downloaded: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.0.1/commons-io-2.0.1.pom (9 KB at 366.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/15/commons-parent-15.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/15/commons-parent-15.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/15/commons-parent-15.pom (31 KB at 1031.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/jsoup/jsoup/1.6.1/jsoup-1.6.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/jsoup/jsoup/1.6.1/jsoup-1.6.1.pom (5 KB at 10.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-api/1.8/maven-scm-api-1.8.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-api/1.8/maven-scm-api-1.8.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-api/1.8/maven-scm-api-1.8.pom (2 KB at 67.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm/1.8/maven-scm-1.8.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm/1.8/maven-scm-1.8.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm/1.8/maven-scm-1.8.pom (21 KB at 774.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.3/plexus-utils-3.0.3.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.3/plexus-utils-3.0.3.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.3/plexus-utils-3.0.3.pom (3 KB at 106.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-manager-plexus/1.8/maven-scm-manager-plexus-1.8.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-manager-plexus/1.8/maven-scm-manager-plexus-1.8.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-manager-plexus/1.8/maven-scm-manager-plexus-1.8.pom (3 KB at 88.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-managers/1.8/maven-scm-managers-1.8.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-managers/1.8/maven-scm-managers-1.8.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-managers/1.8/maven-scm-managers-1.8.pom (2 KB at 60.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-hg/1.8/maven-scm-provider-hg-1.8.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-hg/1.8/maven-scm-provider-hg-1.8.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-hg/1.8/maven-scm-provider-hg-1.8.pom (3 KB at 108.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers/1.8/maven-scm-providers-1.8.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers/1.8/maven-scm-providers-1.8.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers/1.8/maven-scm-providers-1.8.pom (4 KB at 146.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-perforce/1.8/maven-scm-provider-perforce-1.8.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-perforce/1.8/maven-scm-provider-perforce-1.8.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-perforce/1.8/maven-scm-provider-perforce-1.8.pom (3 KB at 111.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-starteam/1.8/maven-scm-provider-starteam-1.8.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-starteam/1.8/maven-scm-provider-starteam-1.8.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-starteam/1.8/maven-scm-provider-starteam-1.8.pom (3 KB at 104.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-svn-commons/1.8/maven-scm-provider-svn-commons-1.8.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svn-commons/1.8/maven-scm-provider-svn-commons-1.8.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svn-commons/1.8/maven-scm-provider-svn-commons-1.8.pom (3 KB at 109.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers-svn/1.8/maven-scm-providers-svn-1.8.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-svn/1.8/maven-scm-providers-svn-1.8.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-svn/1.8/maven-scm-providers-svn-1.8.pom (3 KB at 86.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-svnexe/1.8/maven-scm-provider-svnexe-1.8.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svnexe/1.8/maven-scm-provider-svnexe-1.8.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svnexe/1.8/maven-scm-provider-svnexe-1.8.pom (3 KB at 106.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.8/maven-scm-provider-cvs-commons-1.8.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.8/maven-scm-provider-cvs-commons-1.8.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.8/maven-scm-provider-cvs-commons-1.8.pom (3 KB at 98.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers-cvs/1.8/maven-scm-providers-cvs-1.8.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-cvs/1.8/maven-scm-providers-cvs-1.8.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-cvs/1.8/maven-scm-providers-cvs-1.8.pom (2 KB at 69.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-cvsexe/1.8/maven-scm-provider-cvsexe-1.8.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvsexe/1.8/maven-scm-provider-cvsexe-1.8.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvsexe/1.8/maven-scm-provider-cvsexe-1.8.pom (3 KB at 113.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-cvsjava/1.8/maven-scm-provider-cvsjava-1.8.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvsjava/1.8/maven-scm-provider-cvsjava-1.8.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvsjava/1.8/maven-scm-provider-cvsjava-1.8.pom (3 KB at 106.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/netbeans/lib/cvsclient/20060125/cvsclient-20060125.pom
Downloading: https://repo.maven.apache.org/maven2/org/netbeans/lib/cvsclient/20060125/cvsclient-20060125.pom
Downloaded: https://repo.maven.apache.org/maven2/org/netbeans/lib/cvsclient/20060125/cvsclient-20060125.pom (459 B at 19.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/ch/ethz/ganymed/ganymed-ssh2/build210/ganymed-ssh2-build210.pom
Downloading: https://repo.maven.apache.org/maven2/ch/ethz/ganymed/ganymed-ssh2/build210/ganymed-ssh2-build210.pom
Downloaded: https://repo.maven.apache.org/maven2/ch/ethz/ganymed/ganymed-ssh2/build210/ganymed-ssh2-build210.pom (710 B at 30.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-gitexe/1.8/maven-scm-provider-gitexe-1.8.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-gitexe/1.8/maven-scm-provider-gitexe-1.8.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-gitexe/1.8/maven-scm-provider-gitexe-1.8.pom (3 KB at 97.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers-git/1.8/maven-scm-providers-git-1.8.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-git/1.8/maven-scm-providers-git-1.8.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-git/1.8/maven-scm-providers-git-1.8.pom (3 KB at 89.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-git-commons/1.8/maven-scm-provider-git-commons-1.8.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-git-commons/1.8/maven-scm-provider-git-commons-1.8.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-git-commons/1.8/maven-scm-provider-git-commons-1.8.pom (3 KB at 100.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.pom (4 KB at 165.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.pom (2 KB at 69.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-modules/1.4/doxia-modules-1.4.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.4/doxia-modules-1.4.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.4/doxia-modules-1.4.pom (3 KB at 111.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.9/plexus-interpolation-1.9.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.9/plexus-interpolation-1.9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.9/plexus-interpolation-1.9.pom (832 B at 33.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.13/plexus-1.0.13.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.13/plexus-1.0.13.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.13/plexus-1.0.13.pom (11 KB at 422.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/commons-validator/commons-validator/1.4.0/commons-validator-1.4.0.pom
Downloading: https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.4.0/commons-validator-1.4.0.pom
Downloaded: https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.4.0/commons-validator-1.4.0.pom (10 KB at 429.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/23/commons-parent-23.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/23/commons-parent-23.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/23/commons-parent-23.pom (44 KB at 1445.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.pom
Downloading: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.pom
Downloaded: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/14/commons-parent-14.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/14/commons-parent-14.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/14/commons-parent-14.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/joda-time/joda-time/1.6.2/joda-time-1.6.2.pom
Downloaded: https://oss.sonatype.org/content/groups/public/joda-time/joda-time/1.6.2/joda-time-1.6.2.pom (14 KB at 29.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-doxia-tools/1.4/maven-doxia-tools-1.4.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-jar/1.1/maven-shared-jar-1.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/bcel/bcel/5.2/bcel-5.2.jar
Downloading: https://oss.sonatype.org/content/groups/public/jakarta-regexp/jakarta-regexp/1.4/jakarta-regexp-1.4.jar
Downloading: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.1/commons-collections-3.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-ssh/1.0/wagon-ssh-1.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch/0.1.44-1/jsch-0.1.44-1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-ssh-common/1.0/wagon-ssh-common-1.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-file/1.0/wagon-file-1.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-http-lightweight/1.0/wagon-http-lightweight-1.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-http-shared/1.0/wagon-http-shared-1.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/jsoup/jsoup/1.6.1/jsoup-1.6.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-api/1.8/maven-scm-api-1.8.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-manager-plexus/1.8/maven-scm-manager-plexus-1.8.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-hg/1.8/maven-scm-provider-hg-1.8.jar
Downloaded:2https://oss.sonatype.org/content/groups/public/com/jcraft/jsch/0.1.44-1/jsch-0.1.44-1.jar (209 KB at 187.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-perforce/1.8/maven-scm-provider-perforce-1.8.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-starteam/1.8/maven-scm-provider-starteam-1.8.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-svn-commons/1.8/maven-scm-provider-svn-commons-1.8.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-svnexe/1.8/maven-scm-provider-svnexe-1.8.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.8/maven-scm-provider-cvs-commons-1.8.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-cvsexe/1.8/maven-scm-provider-cvsexe-1.8.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-cvsjava/1.8/maven-scm-provider-cvsjava-1.8.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/netbeans/lib/cvsclient/20060125/cvsclient-20060125.jar
Downloading: https://oss.sonatype.org/content/groups/public/ch/ethz/ganymed/ganymed-ssh2/build210/ganymed-ssh2-build210.jar
Downloaded: https://oss.sonatype.org/content/groups/public/org/jsoup/jsoup/1.6.1/jsoup-1.6.1.jar (275 KB at 163.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-gitexe/1.8/maven-scm-provider-gitexe-1.8.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-git-commons/1.8/maven-scm-provider-git-commons-1.8.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.9/plexus-interpolation-1.9.jar
Downloading: https://oss.sonatype.org/content/groups/public/commons-validator/commons-validator/1.4.0/commons-validator-1.4.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.jar
Downloading: https://oss.sonatype.org/content/groups/public/joda-time/joda-time/1.6.2/joda-time-1.6.2.jar
Downloaded: https://oss.sonatype.org/content/groups/public/joda-time/joda-time/1.6.2/joda-time-1.6.2.jar (531 KB at 157.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-doxia-tools/1.4/maven-doxia-tools-1.4.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-jar/1.1/maven-shared-jar-1.1.jar
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/bcel/bcel/5.2/bcel-5.2.jar
Downloaded:2https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar (12 KB at 482.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/jakarta-regexp/jakarta-regexp/1.4/jakarta-regexp-1.4.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-jar/1.1/maven-shared-jar-1.1.jar (37 KB at 1119.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.1/commons-collections-3.1.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar (17 KB at 476.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh/1.0/wagon-ssh-1.0.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-doxia-tools/1.4/maven-doxia-tools-1.4.jar (45 KB at 1260.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/1.0/wagon-ssh-common-1.0.jar
Downloaded: https://repo.maven.apache.org/maven2/jakarta-regexp/jakarta-regexp/1.4/jakarta-regexp-1.4.jar (28 KB at 498.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh/1.0/wagon-ssh-1.0.jar (28 KB at 425.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-file/1.0/wagon-file-1.0.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/1.0/wagon-ssh-common-1.0.jar (26 KB at 350.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-http-lightweight/1.0/wagon-http-lightweight-1.0.jar
Downloaded:1https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.jar (12 KB at 122.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-http-shared/1.0/wagon-http-shared-1.0.jar
Downloaded:1https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-http-lightweight/1.0/wagon-http-lightweight-1.0.jar (15 KB at 131.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-api/1.8/maven-scm-api-1.8.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-file/1.0/wagon-file-1.0.jar (11 KB at 96.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-manager-plexus/1.8/maven-scm-manager-plexus-1.8.jar
Downloaded:1https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-http-shared/1.0/wagon-http-shared-1.0.jar (25 KB at 183.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-hg/1.8/maven-scm-provider-hg-1.8.jar
Downloaded:4https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.1/commons-collections-3.1.jar (547 KB at 3958.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-perforce/1.8/maven-scm-provider-perforce-1.8.jar
Downloaded:4https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-manager-plexus/1.8/maven-scm-manager-plexus-1.8.jar (11 KB at 74.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-starteam/1.8/maven-scm-provider-starteam-1.8.jar
Downloaded:4https://repo.maven.apache.org/maven2/org/apache/bcel/bcel/5.2/bcel-5.2.jar (521 KB at 3255.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svn-commons/1.8/maven-scm-provider-svn-commons-1.8.jar
Downloaded:6https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-api/1.8/maven-scm-api-1.8.jar (103 KB at 635.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svnexe/1.8/maven-scm-provider-svnexe-1.8.jar
Downloaded:6https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-perforce/1.8/maven-scm-provider-perforce-1.8.jar (80 KB at 459.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.8/maven-scm-provider-cvs-commons-1.8.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-hg/1.8/maven-scm-provider-hg-1.8.jar (65 KB at 371.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvsexe/1.8/maven-scm-provider-cvsexe-1.8.jar
Downloaded:7https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-starteam/1.8/maven-scm-provider-starteam-1.8.jar (73 KB at 403.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvsjava/1.8/maven-scm-provider-cvsjava-1.8.jar
Downloaded:1https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svn-commons/1.8/maven-scm-provider-svn-commons-1.8.jar (40 KB at 207.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/netbeans/lib/cvsclient/20060125/cvsclient-20060125.jar
Downloaded:8https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svnexe/1.8/maven-scm-provider-svnexe-1.8.jar (75 KB at 386.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/ch/ethz/ganymed/ganymed-ssh2/build210/ganymed-ssh2-build210.jar
Downloaded:4https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvsexe/1.8/maven-scm-provider-cvsexe-1.8.jar (30 KB at 145.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-gitexe/1.8/maven-scm-provider-gitexe-1.8.jar
Downloaded:7https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvsjava/1.8/maven-scm-provider-cvsjava-1.8.jar (43 KB at 199.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-git-commons/1.8/maven-scm-provider-git-commons-1.8.jar
Downloaded:9https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.8/maven-scm-provider-cvs-commons-1.8.jar (79 KB at 359.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.jar
Downloaded:8https://repo.maven.apache.org/maven2/ch/ethz/ganymed/ganymed-ssh2/build210/ganymed-ssh2-build210.jar (240 KB at 905.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar
Downloaded:1https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-git-commons/1.8/maven-scm-provider-git-commons-1.8.jar (37 KB at 136.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.jar
Downloaded:1https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar (16 KB at 52.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.jar
Downloaded:3https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.jar (162 KB at 549.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.9/plexus-interpolation-1.9.jar
Downloaded:5https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.jar (59 KB at 189.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.4.0/commons-validator-1.4.0.jar
Downloaded:3https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.jar (37 KB at 118.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.jar
Downloaded:1https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.jar (0 B at 0.0 KB/sec)
Downloaded:3https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.9/plexus-interpolation-1.9.jar (50 KB at 152.1 KB/sec)
Downloaded:1https://repo.maven.apache.org/maven2/org/netbeans/lib/cvsclient/20060125/cvsclient-20060125.jar (605 KB at 1706.6 KB/sec)
Downloaded:1https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.4.0/commons-validator-1.4.0.jar (173 KB at 465.6 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-gitexe/1.8/maven-scm-provider-gitexe-1.8.jar (62 KB at 125.5 KB/sec)
[INFO] configuring report plugin org.apache.maven.plugins:maven-jxr-plugin:2.4
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-jxr-plugin/2.4/maven-jxr-plugin-2.4.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jxr-plugin/2.4/maven-jxr-plugin-2.4.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jxr-plugin/2.4/maven-jxr-plugin-2.4.pom (8 KB at 279.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/jxr/jxr/2.4/jxr-2.4.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/jxr/jxr/2.4/jxr-2.4.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/jxr/jxr/2.4/jxr-2.4.pom (6 KB at 227.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-jxr-plugin/2.4/maven-jxr-plugin-2.4.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jxr-plugin/2.4/maven-jxr-plugin-2.4.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jxr-plugin/2.4/maven-jxr-plugin-2.4.jar (33 KB at 905.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-jxr/2.4/maven-jxr-2.4.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-jxr/2.4/maven-jxr-2.4.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-jxr/2.4/maven-jxr-2.4.pom (3 KB at 84.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/xalan/xalan/2.7.0/xalan-2.7.0.pom
Downloaded: https://oss.sonatype.org/content/groups/public/xalan/xalan/2.7.0/xalan-2.7.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.1/commons-lang-2.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-jxr/2.4/maven-jxr-2.4.jar
Downloading: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.0.1/commons-io-2.0.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar
Downloading: https://oss.sonatype.org/content/groups/public/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.2/commons-codec-1.2.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar
Downloading: https://oss.sonatype.org/content/groups/public/xalan/xalan/2.7.0/xalan-2.7.0.jar
Downloading: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-jxr/2.4/maven-jxr-2.4.jar
Downloading: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.0.1/commons-io-2.0.1.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar
Downloading: https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar
Downloaded:1https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar
Downloaded: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.0.1/commons-io-2.0.1.jar (156 KB at 1997.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.2/commons-codec-1.2.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar (155 KB at 1862.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.jar
Downloaded:2https://repo.maven.apache.org/maven2/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar (298 KB at 3237.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.jar
Downloaded:2https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.jar (203 KB at 1969.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar
Downloaded:4https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.2/commons-codec-1.2.jar (30 KB at 282.5 KB/sec)
Downloading:/https://repo.maven.apache.org/maven2/xalan/xalan/2.7.0/xalan-2.7.0.jar
Downloaded:1https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.jar (12 KB at 102.6 KB/sec)
Downloaded:1https://repo.maven.apache.org/maven2/xalan/xalan/2.7.0/xalan-2.7.0.jar (0 B at 0.0 KB/sec)
Downloaded:6https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.jar (15 KB at 117.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-jxr/2.4/maven-jxr-2.4.jar (45 KB at 257.5 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar (226 KB at 1281.1 KB/sec)
[INFO] configuring report plugin org.apache.maven.plugins:maven-surefire-report-plugin:2.17
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-surefire-report-plugin/2.17/maven-surefire-report-plugin-2.17.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-report-plugin/2.17/maven-surefire-report-plugin-2.17.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-report-plugin/2.17/maven-surefire-report-plugin-2.17.pom (8 KB at 280.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-surefire-report-plugin/2.17/maven-surefire-report-plugin-2.17.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-report-plugin/2.17/maven-surefire-report-plugin-2.17.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-report-plugin/2.17/maven-surefire-report-plugin-2.17.jar (38 KB at 305.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-report-parser/2.17/surefire-report-parser-2.17.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-report-parser/2.17/surefire-report-parser-2.17.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-report-parser/2.17/surefire-report-parser-2.17.pom (3 KB at 96.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-report-parser/2.17/surefire-report-parser-2.17.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.1.4/doxia-logging-api-1.1.4.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.1.4/doxia-core-1.1.4.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-report-parser/2.17/surefire-report-parser-2.17.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1.4/doxia-logging-api-1.1.4.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.1.4/doxia-core-1.1.4.jar
Downloaded:3https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1.4/doxia-logging-api-1.1.4.jar (12 KB at 461.3 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-report-parser/2.17/surefire-report-parser-2.17.jar (58 KB at 1432.9 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.1.4/doxia-core-1.1.4.jar (156 KB at 1044.6 KB/sec)
[INFO] configuring report plugin org.codehaus.mojo:versions-maven-plugin:2.1
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/versions-maven-plugin/2.1/versions-maven-plugin-2.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/versions-maven-plugin/2.1/versions-maven-plugin-2.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/mojo-parent/32/mojo-parent-32.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/mojo-parent/32/mojo-parent-32.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/versions-maven-plugin/2.1/versions-maven-plugin-2.1.jar
Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/versions-maven-plugin/2.1/versions-maven-plugin-2.1.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/2.0.4.1/maven-reporting-impl-2.0.4.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.0.4.1/maven-reporting-impl-2.0.4.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.0.4.1/maven-reporting-impl-2.0.4.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.0-alpha-10/doxia-core-1.0-alpha-10.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.0-alpha-10/doxia-core-1.0-alpha-10.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.0-alpha-10/doxia-core-1.0-alpha-10.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.0-alpha-10/doxia-site-renderer-1.0-alpha-10.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.0-alpha-10/doxia-site-renderer-1.0-alpha-10.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.0-alpha-10/doxia-site-renderer-1.0-alpha-10.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sitetools/1.0-alpha-10/doxia-sitetools-1.0-alpha-10.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.0-alpha-10/doxia-sitetools-1.0-alpha-10.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.0-alpha-10/doxia-sitetools-1.0-alpha-10.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.0-alpha-10/doxia-decoration-model-1.0-alpha-10.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.0-alpha-10/doxia-decoration-model-1.0-alpha-10.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.0-alpha-10/doxia-decoration-model-1.0-alpha-10.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-apt/1.0-alpha-10/doxia-module-apt-1.0-alpha-10.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-apt/1.0-alpha-10/doxia-module-apt-1.0-alpha-10.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-apt/1.0-alpha-10/doxia-module-apt-1.0-alpha-10.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-modules/1.0-alpha-10/doxia-modules-1.0-alpha-10.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.0-alpha-10/doxia-modules-1.0-alpha-10.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.0-alpha-10/doxia-modules-1.0-alpha-10.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.0-alpha-10/doxia-module-fml-1.0-alpha-10.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.0-alpha-10/doxia-module-fml-1.0-alpha-10.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.0-alpha-10/doxia-module-fml-1.0-alpha-10.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xdoc/1.0-alpha-10/doxia-module-xdoc-1.0-alpha-10.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xdoc/1.0-alpha-10/doxia-module-xdoc-1.0-alpha-10.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xdoc/1.0-alpha-10/doxia-module-xdoc-1.0-alpha-10.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.0-alpha-10/doxia-module-xhtml-1.0-alpha-10.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.0-alpha-10/doxia-module-xhtml-1.0-alpha-10.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.0-alpha-10/doxia-module-xhtml-1.0-alpha-10.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-file/1.0-beta-6/wagon-file-1.0-beta-6.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-file/1.0-beta-6/wagon-file-1.0-beta-6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-file/1.0-beta-6/wagon-file-1.0-beta-6.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-providers/1.0-beta-6/wagon-providers-1.0-beta-6.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/1.0-beta-6/wagon-providers-1.0-beta-6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/1.0-beta-6/wagon-providers-1.0-beta-6.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.1/doxia-core-1.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.1/doxia-core-1.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.1/doxia-core-1.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.1/doxia-site-renderer-1.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.1/doxia-site-renderer-1.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.1/doxia-site-renderer-1.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sitetools/1.1/doxia-sitetools-1.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.1/doxia-sitetools-1.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.1/doxia-sitetools-1.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.1/doxia-decoration-model-1.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1/doxia-decoration-model-1.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1/doxia-decoration-model-1.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.1/doxia-module-xhtml-1.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1/doxia-module-xhtml-1.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1/doxia-module-xhtml-1.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-modules/1.1/doxia-modules-1.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.1/doxia-modules-1.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.1/doxia-modules-1.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.1/doxia-module-fml-1.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.1/doxia-module-fml-1.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.1/doxia-module-fml-1.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-7/plexus-container-default-1.0-alpha-7.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-7/plexus-container-default-1.0-alpha-7.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-7/plexus-container-default-1.0-alpha-7.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/plexus/plexus-containers/1.0.2/plexus-containers-1.0.2.pom
Downloading: https://repo.maven.apache.org/maven2/plexus/plexus-containers/1.0.2/plexus-containers-1.0.2.pom
Downloaded: https://repo.maven.apache.org/maven2/plexus/plexus-containers/1.0.2/plexus-containers-1.0.2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/plexus/plexus-root/1.0.3/plexus-root-1.0.3.pom
Downloading: https://repo.maven.apache.org/maven2/plexus/plexus-root/1.0.3/plexus-root-1.0.3.pom
Downloaded: https://repo.maven.apache.org/maven2/plexus/plexus-root/1.0.3/plexus-root-1.0.3.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/plexus/plexus-utils/1.0.2/plexus-utils-1.0.2.pom
Downloading: https://repo.maven.apache.org/maven2/plexus/plexus-utils/1.0.2/plexus-utils-1.0.2.pom
Downloaded: https://repo.maven.apache.org/maven2/plexus/plexus-utils/1.0.2/plexus-utils-1.0.2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/woodstox/wstx-asl/3.2.7/wstx-asl-3.2.7.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/woodstox/wstx-asl/3.2.7/wstx-asl-3.2.7.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/stax/stax-api/1.0.1/stax-api-1.0.1.pom
Downloading: https://repo.maven.apache.org/maven2/stax/stax-api/1.0.1/stax-api-1.0.1.pom
Downloaded: https://repo.maven.apache.org/maven2/stax/stax-api/1.0.1/stax-api-1.0.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/2.0.4.1/maven-reporting-impl-2.0.4.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.1/doxia-core-1.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-file/1.0-beta-6/wagon-file-1.0-beta-6.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.1/doxia-decoration-model-1.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.1/doxia-module-xhtml-1.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.1/doxia-module-fml-1.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/plexus/plexus-utils/1.0.2/plexus-utils-1.0.2.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/woodstox/wstx-asl/3.2.7/wstx-asl-3.2.7.jar
Downloading: https://oss.sonatype.org/content/groups/public/stax/stax-api/1.0.1/stax-api-1.0.1.jar
Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/woodstox/wstx-asl/3.2.7/wstx-asl-3.2.7.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.0.4.1/maven-reporting-impl-2.0.4.1.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-file/1.0-beta-6/wagon-file-1.0-beta-6.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.1/doxia-core-1.1.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1/doxia-decoration-model-1.1.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1/doxia-module-xhtml-1.1.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.0.4.1/maven-reporting-impl-2.0.4.1.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-file/1.0-beta-6/wagon-file-1.0-beta-6.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.1/doxia-module-fml-1.1.jar
Downloading: https://repo.maven.apache.org/maven2/plexus/plexus-utils/1.0.2/plexus-utils-1.0.2.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.1/doxia-core-1.1.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1/doxia-module-xhtml-1.1.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1/doxia-decoration-model-1.1.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/stax/stax-api/1.0.1/stax-api-1.0.1.jar
Downloaded: https://repo.maven.apache.org/maven2/plexus/plexus-utils/1.0.2/plexus-utils-1.0.2.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.1/doxia-module-fml-1.1.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/stax/stax-api/1.0.1/stax-api-1.0.1.jar (0 B at 0.0 KB/sec)
[INFO] configuring report plugin org.apache.maven.plugins:maven-javadoc-plugin:2.9.1
[INFO] preparing 'javadoc' report requires 'generate-sources' forked phase execution
[INFO]
[INFO] >>> maven-javadoc-plugin:2.9.1:javadoc > generate-sources @ jcabi-github >>>
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create (jcabi-build-number) @ jcabi-github ---
[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd /home/r/repo && git rev-parse --verify --short=7 HEAD
[INFO] Working directory: /home/r/repo
[INFO] Storing buildNumber: 3d2665d at timestamp: 2017-09-21T08:34:14
[INFO] Storing buildScmBranch: __rultor
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (jcabi-build-number) @ jcabi-github ---
[INFO]
[INFO] <<< maven-javadoc-plugin:2.9.1:javadoc < generate-sources @ jcabi-github <<<
[INFO] preparing 'test-javadoc' report requires 'generate-test-sources' forked phase execution
[INFO]
[INFO] >>> maven-javadoc-plugin:2.9.1:test-javadoc > generate-test-sources @ jcabi-github >>>
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create (jcabi-build-number) @ jcabi-github ---
[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd /home/r/repo && git rev-parse --verify --short=7 HEAD
[INFO] Working directory: /home/r/repo
[INFO] Storing buildNumber: 3d2665d at timestamp: 2017-09-21T08:34:14
[INFO] Storing buildScmBranch: __rultor
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (jcabi-build-number) @ jcabi-github ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jcabi-github ---
[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.3:compile (default-compile) @ jcabi-github ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 241 source files to /home/r/repo/target/classes
[INFO]
[INFO] --- jcabi-maven-plugin:0.13.2:ajc (jcabi-ajc-compile) @ jcabi-github ---
[INFO] jcabi-aspects 0.18/55a5c13 started new daemon thread jcabi-loggable for watching of @Loggable annotated methods
[INFO] Created temp dir /home/r/repo/target/jcabi-ajc
[INFO] jcabi-aspects 0.18/55a5c13 started new daemon thread jcabi-cacheable for automated cleaning of expired @Cacheable values

1130 warnings
[INFO] ajc result: 1476 file(s) processed, 0 pointcut(s) woven, 0 error(s), 0 warning(s)
[INFO]
[INFO] <<< maven-javadoc-plugin:2.9.1:test-javadoc < generate-test-sources @ jcabi-github <<<
[INFO] configuring report plugin org.codehaus.mojo:cobertura-maven-plugin:2.7
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/cobertura-maven-plugin/2.7/cobertura-maven-plugin-2.7.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/cobertura-maven-plugin/2.7/cobertura-maven-plugin-2.7.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/cobertura-maven-plugin/2.7/cobertura-maven-plugin-2.7.jar
Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/cobertura-maven-plugin/2.7/cobertura-maven-plugin-2.7.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/net/sourceforge/cobertura/cobertura/2.1.1/cobertura-2.1.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/net/sourceforge/cobertura/cobertura/2.1.1/cobertura-2.1.1.pom (20 KB at 49.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/5.0.1/asm-5.0.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.1/asm-5.0.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.1/asm-5.0.1.pom (2 KB at 55.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-parent/5.0.1/asm-parent-5.0.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/5.0.1/asm-parent-5.0.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/5.0.1/asm-parent-5.0.1.pom (6 KB at 233.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-tree/5.0.1/asm-tree-5.0.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/5.0.1/asm-tree-5.0.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/5.0.1/asm-tree-5.0.1.pom (3 KB at 88.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-commons/5.0.1/asm-commons-5.0.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/5.0.1/asm-commons-5.0.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/5.0.1/asm-commons-5.0.1.pom (3 KB at 85.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-util/5.0.1/asm-util-5.0.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/5.0.1/asm-util-5.0.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/5.0.1/asm-util-5.0.1.pom (3 KB at 88.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-analysis/5.0.1/asm-analysis-5.0.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/5.0.1/asm-analysis-5.0.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/5.0.1/asm-analysis-5.0.1.pom (3 KB at 93.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant/1.8.3/ant-1.8.3.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.8.3/ant-1.8.3.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.8.3/ant-1.8.3.pom (10 KB at 362.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant-parent/1.8.3/ant-parent-1.8.3.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/ant/ant-parent/1.8.3/ant-parent-1.8.3.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/ant/ant-parent/1.8.3/ant-parent-1.8.3.pom (5 KB at 193.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant-launcher/1.8.3/ant-launcher-1.8.3.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.8.3/ant-launcher-1.8.3.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.8.3/ant-launcher-1.8.3.pom (3 KB at 100.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant-junit/1.8.3/ant-junit-1.8.3.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/ant/ant-junit/1.8.3/ant-junit-1.8.3.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/ant/ant-junit/1.8.3/ant-junit-1.8.3.pom (4 KB at 161.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/mortbay/jetty/servlet-api-2.5/6.1.14/servlet-api-2.5-6.1.14.pom
Downloading: https://repo.maven.apache.org/maven2/org/mortbay/jetty/servlet-api-2.5/6.1.14/servlet-api-2.5-6.1.14.pom
Downloaded: https://repo.maven.apache.org/maven2/org/mortbay/jetty/servlet-api-2.5/6.1.14/servlet-api-2.5-6.1.14.pom (4 KB at 137.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/mortbay/jetty/project/6.1.14/project-6.1.14.pom
Downloading: https://repo.maven.apache.org/maven2/org/mortbay/jetty/project/6.1.14/project-6.1.14.pom
Downloaded: https://repo.maven.apache.org/maven2/org/mortbay/jetty/project/6.1.14/project-6.1.14.pom (9 KB at 373.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/mortbay/jetty/jetty/6.1.14/jetty-6.1.14.pom
Downloading: https://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty/6.1.14/jetty-6.1.14.pom
Downloaded: https://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty/6.1.14/jetty-6.1.14.pom (5 KB at 184.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/mortbay/jetty/jetty-util/6.1.14/jetty-util-6.1.14.pom
Downloading: https://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty-util/6.1.14/jetty-util-6.1.14.pom
Downloaded: https://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty-util/6.1.14/jetty-util-6.1.14.pom (4 KB at 157.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.pom
Downloaded: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.pom (12 KB at 25.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-parent/1.0.13/logback-parent-1.0.13.pom
Downloaded: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-parent/1.0.13/logback-parent-1.0.13.pom (15 KB at 46.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.pom
Downloaded: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.pom (5 KB at 19.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/jdom/jdom/1.1.3/jdom-1.1.3.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/jdom/jdom/1.1.3/jdom-1.1.3.pom (2 KB at 6.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/net/sourceforge/cobertura/cobertura-runtime/2.1.1/cobertura-runtime-2.1.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/net/sourceforge/cobertura/cobertura-runtime/2.1.1/cobertura-runtime-2.1.1.pom (4 KB at 12.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/net/sourceforge/cobertura/cobertura/2.1.1/cobertura-2.1.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/5.0.1/asm-5.0.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-tree/5.0.1/asm-tree-5.0.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-commons/5.0.1/asm-commons-5.0.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-util/5.0.1/asm-util-5.0.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-analysis/5.0.1/asm-analysis-5.0.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant/1.8.3/ant-1.8.3.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant-launcher/1.8.3/ant-launcher-1.8.3.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant-junit/1.8.3/ant-junit-1.8.3.jar
Downloaded: https://oss.sonatype.org/content/groups/public/net/sourceforge/cobertura/cobertura/2.1.1/cobertura-2.1.1.jar (552 KB at 834.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/mortbay/jetty/servlet-api-2.5/6.1.14/servlet-api-2.5-6.1.14.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/mortbay/jetty/jetty/6.1.14/jetty-6.1.14.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/mortbay/jetty/jetty-util/6.1.14/jetty-util-6.1.14.jar
Downloading: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar
Downloading: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar
Downloading: https://oss.sonatype.org/content/groups/public/jaxen/jaxen/1.1.4/jaxen-1.1.4.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/jdom/jdom/1.1.3/jdom-1.1.3.jar
Downloaded: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar (259 KB at 165.5 KB/sec)
Downloaded: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar (410 KB at 257.4 KB/sec)
Downloaded: https://oss.sonatype.org/content/groups/public/org/jdom/jdom/1.1.3/jdom-1.1.3.jar (148 KB at 16.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.1/asm-5.0.1.jar
Downloading: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/5.0.1/asm-tree-5.0.1.jar
Downloading: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/5.0.1/asm-commons-5.0.1.jar
Downloading: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/5.0.1/asm-util-5.0.1.jar
Downloading: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/5.0.1/asm-analysis-5.0.1.jar
Downloaded:4https://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/5.0.1/asm-analysis-5.0.1.jar (20 KB at 605.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.8.3/ant-1.8.3.jar
Downloaded: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/5.0.1/asm-tree-5.0.1.jar (29 KB at 766.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.8.3/ant-launcher-1.8.3.jar
Downloaded: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.1/asm-5.0.1.jar (52 KB at 1332.6 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/5.0.1/asm-util-5.0.1.jar (43 KB at 1143.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/ant/ant-junit/1.8.3/ant-junit-1.8.3.jar
Downloading: https://repo.maven.apache.org/maven2/org/mortbay/jetty/servlet-api-2.5/6.1.14/servlet-api-2.5-6.1.14.jar
Downloaded: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/5.0.1/asm-commons-5.0.1.jar (41 KB at 1018.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty/6.1.14/jetty-6.1.14.jar
Downloaded:1https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.8.3/ant-launcher-1.8.3.jar (18 KB at 257.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty-util/6.1.14/jetty-util-6.1.14.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/ant/ant-junit/1.8.3/ant-junit-1.8.3.jar (106 KB at 1242.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/jaxen/jaxen/1.1.4/jaxen-1.1.4.jar
Downloaded:1https://repo.maven.apache.org/maven2/org/mortbay/jetty/servlet-api-2.5/6.1.14/servlet-api-2.5-6.1.14.jar (130 KB at 1196.9 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty-util/6.1.14/jetty-util-6.1.14.jar (160 KB at 1021.1 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/jaxen/jaxen/1.1.4/jaxen-1.1.4.jar (221 KB at 1389.1 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty/6.1.14/jetty-6.1.14.jar (505 KB at 2413.0 KB/sec)
Downloaded:Bhttps://repo.maven.apache.org/maven2/org/apache/ant/ant/1.8.3/ant-1.8.3.jar (1894 KB at 4423.8 KB/sec)
[INFO] preparing 'cobertura' report requires '[cobertura]test' forked phase execution
[INFO]
[INFO] >>> cobertura-maven-plugin:2.7:cobertura > [cobertura]test @ jcabi-github >>>
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create (jcabi-build-number) @ jcabi-github ---
[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd /home/r/repo && git rev-parse --verify --short=7 HEAD
[INFO] Working directory: /home/r/repo
[INFO] Storing buildNumber: 3d2665d at timestamp: 2017-09-21T08:34:47
[INFO] Storing buildScmBranch: __rultor
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (jcabi-build-number) @ jcabi-github ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jcabi-github ---
[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.3:compile (default-compile) @ jcabi-github ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 241 source files to /home/r/repo/target/classes
[INFO]
[INFO] --- jcabi-maven-plugin:0.13.2:ajc (jcabi-ajc-compile) @ jcabi-github ---

1130 warnings
[INFO] ajc result: 1476 file(s) processed, 0 pointcut(s) woven, 0 error(s), 0 warning(s)
[INFO]
[INFO] --- cobertura-maven-plugin:2.7:instrument @ jcabi-github ---
[INFO] Cobertura 2.1.1 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file
[INFO] Cobertura: Saved information on 1476 classes.
[INFO] Cobertura: Saved information on 1476 classes.

[INFO] Instrumentation was successful.
[INFO] NOT adding cobertura ser file to attached artifacts list.
Downloading: https://repo.maven.apache.org/maven2/net/sourceforge/cobertura/cobertura-runtime/2.1.1/cobertura-runtime-2.1.1.pom
Downloading: https://repo.maven.apache.org/maven2/net/sourceforge/cobertura/cobertura/2.1.1/cobertura-2.1.1.jar
Downloading: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar
Downloading: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar
Downloaded: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/net/sourceforge/cobertura/cobertura-runtime/2.1.1/cobertura-runtime-2.1.1.pom (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/net/sourceforge/cobertura/cobertura/2.1.1/cobertura-2.1.1.jar (0 B at 0.0 KB/sec)
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jcabi-github ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ jcabi-github ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 204 source files to /home/r/repo/target/test-classes
[INFO]
[INFO] --- jcabi-maven-plugin:0.13.2:ajc (jcabi-ajc-test-compile) @ jcabi-github ---
[INFO] Created temp dir /home/r/repo/target/jcabi-ajc-test

22 warnings
[INFO] ajc result: 226 file(s) processed, 0 pointcut(s) woven, 0 error(s), 0 warning(s)
[INFO]
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ jcabi-github ---
[INFO] Surefire report directory: /home/r/repo/target/surefire-reports
[INFO] parallel='all', perCoreThreadCount=true, threadCount=4, useUnlimitedThreads=false, threadCountSuites=0, threadCountClasses=0, threadCountMethods=0, parallelOptimized=true

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running com.jcabi.github.mock.MkPublicKeysTest
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/home/r/.m2/repository/org/slf4j/slf4j-log4j12/1.7.12/slf4j-log4j12-1.7.12.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/home/r/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
SLF4J: The following loggers will not work because they were created
SLF4J: during the default configuration phase of the underlying logging system.
SLF4J: See also http://www.slf4j.org/codes.html#substituteLogger
SLF4J: com.jcabi.aspects.aj.ImmutabilityChecker
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.664 sec - in com.jcabi.github.mock.MkPublicKeysTest
Running com.jcabi.github.mock.MkCollaboratorsTest
[0;37mINFOm] pool-1-thread-25 com.jcabi.github.mock.MkRepos: repository jeff/Vj1alCBu1tT8Ph6qk8fB created by jeff
[0;37mINFOm] pool-1-thread-30 com.jcabi.github.mock.MkRepos: repository jeff/PXT5ZWuIgABMxShWqvNB created by jeff
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.93 sec - in com.jcabi.github.mock.MkCollaboratorsTest
Running com.jcabi.github.RtNotificationsTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.002 sec - in com.jcabi.github.RtNotificationsTest
Running com.jcabi.github.mock.MkGistTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.5 sec - in com.jcabi.github.mock.MkGistTest
Running com.jcabi.github.mock.MkRepoCommitsTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 sec - in com.jcabi.github.mock.MkRepoCommitsTest
Running com.jcabi.github.mock.MkPublicKeyTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.137 sec - in com.jcabi.github.mock.MkPublicKeyTest
Running com.jcabi.github.mock.MkForkTest
[0;37mINFOm] pool-1-thread-10 com.jcabi.github.mock.MkRepos: repository jeff/QzyN6UcEODwkgvxJ7gY0 created by jeff
[0;37mINFOm] pool-1-thread-10 com.jcabi.github.mock.MkForks: fork jeff/QzyN6UcEODwkgvxJ7gY0 created inside fork by jeff
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.478 sec - in com.jcabi.github.mock.MkForkTest
Running com.jcabi.github.mock.MkForksTest
[0;37mINFOm] pool-1-thread-38 com.jcabi.github.mock.MkRepos: repository jeff/j1KUkc1p55eMHBixhCB0 created by jeff
[0;37mINFOm] pool-1-thread-38 com.jcabi.github.mock.MkForks: fork jeff/j1KUkc1p55eMHBixhCB0 created inside Organization by jeff
Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.078 sec - in com.jcabi.github.mock.MkForksTest
Running com.jcabi.github.mock.MkHooksTest
[0;37mINFOm] pool-1-thread-8 com.jcabi.github.mock.MkRepos: repository jeff/9jOdAlbXFbpL2QtsdNrv created by jeff
[0;37mINFOm] pool-1-thread-15 com.jcabi.github.mock.MkRepos: repository jeff/B5CABClcq27WDvdhqXKS created by jeff
[0;37mINFOm] pool-1-thread-16 com.jcabi.github.mock.MkRepos: repository jeff/H29eTKxklE3vyr9Q4a43 created by jeff
[0;37mINFOm] pool-1-thread-21 com.jcabi.github.mock.MkRepos: repository jeff/8UnxxB5lIZYkplVABACB created by jeff
[0;37mINFOm] pool-1-thread-28 com.jcabi.github.mock.MkRepos: repository jeff/1cHs4DD1fP17gHgOYvHp created by jeff
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.405 sec - in com.jcabi.github.mock.MkHooksTest
Running com.jcabi.github.mock.MkBranchTest
[0;37mINFOm] pool-1-thread-4 com.jcabi.github.mock.MkRepos: repository jeff/VIiAQHyVXzHI1WclwiaP created by jeff
[0;37mINFOm] pool-1-thread-19 com.jcabi.github.mock.MkRepos: repository jeff/WSVFP4C82aDe6nh3SbcA created by jeff
[0;37mINFOm] pool-1-thread-25 com.jcabi.github.mock.MkRepos: repository jeff/q4X7WEK4VLKpF5lhO16c created by jeff
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.154 sec - in com.jcabi.github.mock.MkBranchTest
Running com.jcabi.github.mock.MkIssueLabelsTest
[0;37mINFOm] pool-1-thread-22 com.jcabi.github.mock.MkRepos: repository jeff/mr8nxLgKf8MhqumASb6o created by jeff
[0;37mINFOm] pool-1-thread-22 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/mr8nxLgKf8MhqumASb6o by jeff: Rewrite
[0;37mINFOm] pool-1-thread-22 com.jcabi.github.mock.MkEvent: issue event #1 of type labeled created in jeff for issue #1 by jeff
[0;37mINFOm] pool-1-thread-22 com.jcabi.github.mock.MkEvent: issue event #2 of type unlabeled created in jeff for issue #1 by jeff
[0;37mINFOm] pool-1-thread-27 com.jcabi.github.mock.MkRepos: repository jeff/Uei5YxUoj6AmFCV2osZD created by jeff
[0;37mINFOm] pool-1-thread-27 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/Uei5YxUoj6AmFCV2osZD by jeff: how are you?
[0;37mINFOm] pool-1-thread-27 com.jcabi.github.mock.MkEvent: issue event #1 of type labeled created in jeff for issue #1 by jeff
[0;37mINFOm] pool-1-thread-29 com.jcabi.github.mock.MkRepos: repository jeff/TTiIQI0UYncoGpaOSrIA created by jeff
[0;37mINFOm] pool-1-thread-29 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/TTiIQI0UYncoGpaOSrIA by jeff: title
[0;37mINFOm] pool-1-thread-29 com.jcabi.github.mock.MkEvent: issue event #1 of type labeled created in jeff for issue #1 by jeff
[0;37mINFOm] pool-1-thread-33 com.jcabi.github.mock.MkRepos: repository jeff/8skmvw1Re7NubFrrQdiX created by jeff
[0;37mINFOm] pool-1-thread-33 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/8skmvw1Re7NubFrrQdiX by jeff: Titular
[0;37mINFOm] pool-1-thread-33 com.jcabi.github.mock.MkEvent: issue event #1 of type labeled created in jeff for issue #1 by jeff
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.128 sec - in com.jcabi.github.mock.MkIssueLabelsTest
Running com.jcabi.github.ReleaseAssetTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.17 sec - in com.jcabi.github.ReleaseAssetTest
Running com.jcabi.github.RtLabelsTest
Sep 21, 2017 8:35:01 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.mock.MkGrizzlyContainer: started on port #33384
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:33384 /repos/mark/test/labels/issue): [204 No Content] in 183ms
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #33384
Sep 21, 2017 8:35:01 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.mock.MkGrizzlyContainer: started on port #42880
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:42880 /repos/mark/test/labels): [201 Created] in 197ms
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:42880 /repos/mark/test/labels/API): [200 OK] in 3ms
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #42880
Sep 21, 2017 8:35:01 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.mock.MkGrizzlyContainer: started on port #34293
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:34293 /repos/mark/test/labels/bug): [200 OK] in 203ms
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #34293
Sep 21, 2017 8:35:01 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-48 com.jcabi.http.mock.MkGrizzlyContainer: started on port #33736
[0;37mINFOm] pool-1-thread-48 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:33736 /repos/mark/test/labels): [200 OK] in 212ms
[0;37mINFOm] pool-1-thread-48 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #33736
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.924 sec - in com.jcabi.github.RtLabelsTest
Running com.jcabi.github.RtCollaboratorsTest
Sep 21, 2017 8:35:01 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-26 com.jcabi.http.mock.MkGrizzlyContainer: started on port #41055
[0;37mINFOm] pool-1-thread-26 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:41055 /repos/test/collaboratorrepo/collaborators/dummy): [204 No Content] in 196ms
[0;37mINFOm] pool-1-thread-26 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #41055
Sep 21, 2017 8:35:01 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-23 com.jcabi.http.mock.MkGrizzlyContainer: started on port #43397
[0;37mINFOm] pool-1-thread-23 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:43397 /repos/test/collaboratorrepo/collaborators/octocat2): [204 No Content] in 198ms
[0;37mINFOm] pool-1-thread-23 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #43397
Sep 21, 2017 8:35:01 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-20 com.jcabi.http.mock.MkGrizzlyContainer: started on port #34216
[0;37mINFOm] pool-1-thread-20 com.jcabi.http.request.BaseRequest: #fetch(PUT localhost:34216 /repos/test/collaboratorrepo/collaborators/dummy1): [204 No Content] in 204ms
[0;37mINFOm] pool-1-thread-20 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #34216
Sep 21, 2017 8:35:01 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-31 com.jcabi.http.mock.MkGrizzlyContainer: started on port #42465
[0;37mINFOm] pool-1-thread-31 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:42465 /repos/test/collaboratorrepo/collaborators): [200 OK] in 201ms
[0;37mINFOm] pool-1-thread-31 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #42465
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.549 sec - in com.jcabi.github.RtCollaboratorsTest
Running com.jcabi.github.RtForksTest
[0;37mINFOm] pool-1-thread-30 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/repos/test/forks/forks): [200 OK] in 0ms
Sep 21, 2017 8:35:01 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-28 com.jcabi.http.mock.MkGrizzlyContainer: started on port #45268
[0;37mINFOm] pool-1-thread-28 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:45268 /repos/test_user/test_repo/forks): [202 Accepted] in 185ms
[0;37mINFOm] pool-1-thread-28 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:45268 /repos/test_user/test_repo/forks/repos/test_user/test_repo/forks/1): [200 OK] in 7ms
[0;37mINFOm] pool-1-thread-28 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #45268
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.725 sec - in com.jcabi.github.RtForksTest
Running com.jcabi.github.RtAssigneesTest
Sep 21, 2017 8:35:01 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-39 com.jcabi.http.mock.MkGrizzlyContainer: started on port #40171
[0;37mINFOm] pool-1-thread-39 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:40171 /repos/test/assignee/assignees/octocat33): [404 Not Found] in 205ms
[0;37mINFOm] pool-1-thread-39 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #40171
Sep 21, 2017 8:35:01 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-42 com.jcabi.http.mock.MkGrizzlyContainer: started on port #40078
[0;37mINFOm] pool-1-thread-42 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:40078 /repos/test/assignee/assignees/octocat2): [204 No Content] in 204ms
[0;37mINFOm] pool-1-thread-42 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #40078
Sep 21, 2017 8:35:01 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-47 com.jcabi.http.mock.MkGrizzlyContainer: started on port #41825
[0;37mINFOm] pool-1-thread-47 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:41825 /repos/test/assignee/assignees): [200 OK] in 181ms
[0;37mINFOm] pool-1-thread-47 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #41825
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.623 sec - in com.jcabi.github.RtAssigneesTest
Running com.jcabi.github.RtBranchesTest
Sep 21, 2017 8:35:01 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.mock.MkGrizzlyContainer: started on port #46810
[0;37mINFOm] pool-1-thread-6 com.jcabi.github.mock.MkRepos: repository jeff/mu417xpwuZCY7B4xYzMF created by jeff
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:46810 /repos/jeff/mu417xpwuZCY7B4xYzMF/branches): [200 OK] in 206ms
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:46810 /repos/jeff/mu417xpwuZCY7B4xYzMF/branches): [200 OK] in 4ms
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #46810
[0;37mINFOm] pool-1-thread-16 com.jcabi.github.mock.MkRepos: repository jeff/3V6TDSC0PKM49ZwAkRTO created by jeff
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.621 sec - in com.jcabi.github.RtBranchesTest
Running com.jcabi.github.RepoCommitTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 sec - in com.jcabi.github.RepoCommitTest
Running com.jcabi.github.mock.MkTreeTest
[0;37mINFOm] pool-1-thread-17 com.jcabi.github.mock.MkRepos: repository jeff/OT77q4LpbFFvJbVYlZON created by jeff
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 sec - in com.jcabi.github.mock.MkTreeTest
Running com.jcabi.github.mock.MkUserEmailsTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.141 sec - in com.jcabi.github.mock.MkUserEmailsTest
Running com.jcabi.github.RtIssuesTest
Sep 21, 2017 8:35:02 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.mock.MkGrizzlyContainer: started on port #44462
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:44462 /repos/mark/test/issues): [201 Created] in 196ms
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:44462 /repos/mark/test/issues/1): [200 OK] in 2ms
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #44462
Sep 21, 2017 8:35:02 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-38 com.jcabi.http.mock.MkGrizzlyContainer: started on port #39826
[0;37mINFOm] pool-1-thread-38 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:39826 /repos/mark/test/issues): [200 OK] in 197ms
[0;37mINFOm] pool-1-thread-38 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #39826
Sep 21, 2017 8:35:02 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-21 com.jcabi.http.mock.MkGrizzlyContainer: started on port #43645
[0;37mINFOm] pool-1-thread-21 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:43645 /repos/mark/test/issues/1): [200 OK] in 156ms
[0;37mINFOm] pool-1-thread-21 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #43645
Sep 21, 2017 8:35:02 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.mock.MkGrizzlyContainer: started on port #39951
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:39951 /repos/mark/test/issues): [200 OK] in 208ms
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #39951
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.158 sec - in com.jcabi.github.RtIssuesTest
Running com.jcabi.github.RtStatusTest
[0;37mINFOm] pool-1-thread-6 com.jcabi.github.mock.MkRepos: repository jeff/n3EGktZoXs4mHhcbtxSr created by jeff
[0;37mINFOm] pool-1-thread-15 com.jcabi.github.mock.MkRepos: repository jeff/trS6vHCxiKMJUWvyqWAr created by jeff
[0;37mINFOm] pool-1-thread-20 com.jcabi.github.mock.MkRepos: repository jeff/SpvGyPkNC0J1y6g1tUig created by jeff
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 sec - in com.jcabi.github.RtStatusTest
Running com.jcabi.github.mock.MkAssigneesTest
[0;37mINFOm] pool-1-thread-5 com.jcabi.github.mock.MkRepos: repository Jonathan/1DXD4GZVEIvKR5t5ngtL created by Jonathan
[0;37mINFOm] pool-1-thread-17 com.jcabi.github.mock.MkRepos: repository Jonathan/7ck2yVcBLLB8cUpVunTj created by Jonathan
[0;37mINFOm] pool-1-thread-7 com.jcabi.github.mock.MkRepos: repository Jonathan/BIzndK3E44G1GV2wdRwq created by Jonathan
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 sec - in com.jcabi.github.mock.MkAssigneesTest
Running com.jcabi.github.SmartJsonTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in com.jcabi.github.SmartJsonTest
Running com.jcabi.github.mock.MkPullsTest
[0;37mINFOm] pool-1-thread-12 com.jcabi.github.mock.MkRepos: repository jeff/i5lclaN7od3VthYO9rio created by jeff
[0;37mINFOm] pool-1-thread-12 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/i5lclaN7od3VthYO9rio by jeff: hello
Tests run: 3, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.109 sec - in com.jcabi.github.mock.MkPullsTest
Running com.jcabi.github.PullTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.39 sec - in com.jcabi.github.PullTest
Running com.jcabi.github.ForkTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.339 sec - in com.jcabi.github.ForkTest
Running com.jcabi.github.mock.MkReleaseAssetTest
[0;37mINFOm] pool-1-thread-9 com.jcabi.github.mock.MkRepos: repository jeff/53m9RMFIcILlIRU9h7SV created by jeff
[0;37mINFOm] pool-1-thread-7 com.jcabi.github.mock.MkRepos: repository jeff/MoopuX0GZZKYCkfM2B4y created by jeff
[0;37mINFOm] pool-1-thread-42 com.jcabi.github.mock.MkRepos: repository jeff/mSxFl9lpIAfxec7xeauE created by jeff
[0;37mINFOm] pool-1-thread-7 com.jcabi.github.mock.MkRepos: repository jeff/6ajnseDY5wcLauctvlAq created by jeff
[0;37mINFOm] pool-1-thread-24 com.jcabi.github.mock.MkRepos: repository jeff/0gWM825l9BYbrSOXDygC created by jeff
[0;37mINFOm] pool-1-thread-26 com.jcabi.github.mock.MkRepos: repository jeff/fo0HSbbGhSVb4y5jPRpJ created by jeff
[0;37mINFOm] pool-1-thread-22 com.jcabi.github.mock.MkRepos: repository jeff/wCGjim8UeFFe7agKjBSG created by jeff
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.511 sec - in com.jcabi.github.mock.MkReleaseAssetTest
Running com.jcabi.github.mock.MkCommentTest
[0;37mINFOm] pool-1-thread-42 com.jcabi.github.mock.MkRepos: repository jeff/blueharvest created by jeff
[0;37mINFOm] pool-1-thread-42 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/blueharvest by jeff: hey
[0;37mINFOm] pool-1-thread-42 com.jcabi.github.mock.MkComments: comment #1 posted to issue #1 by jeff: hey buddy
[0;37mINFOm] pool-1-thread-35 com.jcabi.github.mock.MkRepos: repository jeff/blueharvest created by jeff
[0;37mINFOm] pool-1-thread-35 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/blueharvest by jeff: hey
[0;37mINFOm] pool-1-thread-35 com.jcabi.github.mock.MkComments: comment #1 posted to issue #1 by jeff: what's up?
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.484 sec - in com.jcabi.github.mock.MkCommentTest
Running com.jcabi.github.RtBranchTest
[0;37mINFOm] pool-1-thread-26 com.jcabi.github.mock.MkRepos: repository jeff/A1EKw5nHYhPK6NpV39OM created by jeff
[0;37mINFOm] pool-1-thread-17 com.jcabi.github.mock.MkRepos: repository jeff/exJ6eAdDfq99Ui1AWPL0 created by jeff
[0;37mINFOm] pool-1-thread-22 com.jcabi.github.mock.MkRepos: repository jeff/Qqt6K73v51WKSr5DLev8 created by jeff
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 sec - in com.jcabi.github.RtBranchTest
Running com.jcabi.github.RtDeployKeysTest
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/repos/test/keys/keys): [200 OK] in 0ms
Sep 21, 2017 8:35:01 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.mock.MkGrizzlyContainer: started on port #37656
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:37656 /repos/test/keys/keys): [201 Created] in 542ms
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #37656
Sep 21, 2017 8:35:01 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-18 com.jcabi.http.mock.MkGrizzlyContainer: started on port #35795
[0;37mINFOm] pool-1-thread-18 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:35795 /repos/test/keys/keys): [200 OK] in 533ms
[0;37mINFOm] pool-1-thread-18 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #35795
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/repos/test/keys/keys/1): [200 OK] in 0ms
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.835 sec - in com.jcabi.github.RtDeployKeysTest
Running com.jcabi.github.RtGitTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.497 sec - in com.jcabi.github.RtGitTest
Running com.jcabi.github.RtStatusesTest
[0;37mINFOm] pool-1-thread-2 com.jcabi.github.mock.MkRepos: repository jeff/lBzBRjbFxPqaMRAMjjFd created by jeff
Sep 21, 2017 8:35:01 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.mock.MkGrizzlyContainer: started on port #39114
[0;37mINFOm] pool-1-thread-8 com.jcabi.github.mock.MkRepos: repository jeff/XwNK530Vs3XppwzPPMaQ created by jeff
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:39114 /repos/jeff/XwNK530Vs3XppwzPPMaQ/statuses/0abcd89jcabitest): [201 Created] in 516ms
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #39114
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.04 sec - in com.jcabi.github.RtStatusesTest
Running com.jcabi.github.mock.MkCommitsComparisonTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.648 sec - in com.jcabi.github.mock.MkCommitsComparisonTest
Running com.jcabi.github.RtContentTest
[0;37mINFOm] pool-1-thread-29 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/repos/user/repo/contents/blah): [200 OK] in 0ms
Sep 21, 2017 8:35:02 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-19 com.jcabi.http.mock.MkGrizzlyContainer: started on port #35943
[0;37mINFOm] pool-1-thread-19 com.jcabi.http.request.BaseRequest: #fetch(PATCH localhost:35943 /repos/user/repo/contents/path): [200 OK] in 544ms
[0;37mINFOm] pool-1-thread-19 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #35943
Sep 21, 2017 8:35:02 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-25 com.jcabi.http.mock.MkGrizzlyContainer: started on port #36945
[0;37mINFOm] pool-1-thread-25 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:36945 /repos/user/repo/contents/raw): [200 OK] in 540ms
[0;37mINFOm] pool-1-thread-25 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #36945
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.402 sec - in com.jcabi.github.RtContentTest
Running com.jcabi.github.RtUserOrganizationsTest
Sep 21, 2017 8:35:01 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-37 com.jcabi.http.mock.MkGrizzlyContainer: started on port #45611
[0;37mINFOm] pool-1-thread-37 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:45611 /users/octopus/orgs): [200 OK] in 528ms
[0;37mINFOm] pool-1-thread-37 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #45611
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.242 sec - in com.jcabi.github.RtUserOrganizationsTest
Running com.jcabi.github.RtStarsTest
Sep 21, 2017 8:35:01 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-45 com.jcabi.http.mock.MkGrizzlyContainer: started on port #39538
[0;37mINFOm] pool-1-thread-45 com.jcabi.http.request.BaseRequest: #fetch(PUT localhost:39538 /user/starred/staruser/starrepo): [204 No Content] in 532ms
[0;37mINFOm] pool-1-thread-45 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #39538
Sep 21, 2017 8:35:01 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-36 com.jcabi.http.mock.MkGrizzlyContainer: started on port #39856
[0;37mINFOm] pool-1-thread-36 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:39856 /user/starred/someuser/starredrepo): [204 No Content] in 535ms
[0;37mINFOm] pool-1-thread-36 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:39856 /user/starred/otheruser/notstarredrepo): [404 Not Found] in 5ms
[0;37mINFOm] pool-1-thread-36 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #39856
Sep 21, 2017 8:35:01 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-40 com.jcabi.http.mock.MkGrizzlyContainer: started on port #43955
[0;37mINFOm] pool-1-thread-40 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:43955 /user/starred/unstaruser/unstarrepo): [204 No Content] in 537ms
[0;37mINFOm] pool-1-thread-40 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #43955
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.431 sec - in com.jcabi.github.RtStarsTest
Running com.jcabi.github.RtPullCommentTest
Sep 21, 2017 8:35:03 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.mock.MkGrizzlyContainer: started on port #46504
[0;37mINFOm] pool-1-thread-15 com.jcabi.github.mock.MkRepos: repository joe/blueharvest created by joe
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:46504 /repos/joe/blueharvest/pulls/comments/1): [200 OK] in 5ms
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #46504
Sep 21, 2017 8:35:03 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.mock.MkGrizzlyContainer: started on port #35141
[0;37mINFOm] pool-1-thread-10 com.jcabi.github.mock.MkRepos: repository joe/blueharvest created by joe
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.request.BaseRequest: #fetch(PATCH localhost:35141 /repos/joe/blueharvest/pulls/comments/2): [200 OK] in 6ms
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #35141
[0;37mINFOm] pool-1-thread-20 com.jcabi.github.mock.MkRepos: repository jeff/CJ61GE41LmvmonbWviJ4 created by jeff
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.733 sec - in com.jcabi.github.RtPullCommentTest
Running com.jcabi.github.FileChangeTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 sec - in com.jcabi.github.FileChangeTest
Running com.jcabi.github.mock.MkMarkdownTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in com.jcabi.github.mock.MkMarkdownTest
Running com.jcabi.github.RtPullCommentsTest
[0;37mINFOm] pool-1-thread-9 com.jcabi.github.mock.MkRepos: repository johnny/1OntQdbgOd5blzW9a7fD created by johnny
[0;37mINFOm] pool-1-thread-30 com.jcabi.http.mock.MkGrizzlyContainer: started on port #35934
[0;37mINFOm] pool-1-thread-30 com.jcabi.github.mock.MkRepos: repository johnny/3BeoYZdwqhfW5suGYUwv created by johnny
[0;37mINFOm] pool-1-thread-30 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:35934 /repos/johnny/3BeoYZdwqhfW5suGYUwv/pulls/0/comments): [201 Created] in 352ms
[0;37mINFOm] pool-1-thread-30 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:35934 /repos/johnny/3BeoYZdwqhfW5suGYUwv/pulls/comments/1000000000): [200 OK] in 35ms
[0;37mINFOm] pool-1-thread-30 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #35934
Sep 21, 2017 8:35:02 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
Sep 21, 2017 8:35:02 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.mock.MkGrizzlyContainer: started on port #39232
[0;37mINFOm] pool-1-thread-11 com.jcabi.github.mock.MkRepos: repository johnny/0LPG2zPcuuGl807xrofy created by johnny
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:39232 /repos/johnny/0LPG2zPcuuGl807xrofy/pulls/0/comments): [201 Created] in 359ms
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:39232 /repos/johnny/0LPG2zPcuuGl807xrofy/pulls/comments/1000000000): [200 OK] in 35ms
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #39232
Sep 21, 2017 8:35:02 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-29 com.jcabi.http.mock.MkGrizzlyContainer: started on port #45756
[0;37mINFOm] pool-1-thread-29 com.jcabi.github.mock.MkRepos: repository johnny/HeMVNDz6k6WUH8BXDSBO created by johnny
[0;37mINFOm] pool-1-thread-29 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:45756 /repos/johnny/HeMVNDz6k6WUH8BXDSBO/pulls/0/comments/2): [204 No Content] in 357ms
[0;37mINFOm] pool-1-thread-29 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #45756
[0;37mINFOm] pool-1-thread-33 com.jcabi.github.mock.MkRepos: repository johnny/x3xKA1xwqZhtmWFcc2ag created by johnny
Sep 21, 2017 8:35:02 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-33 com.jcabi.http.mock.MkGrizzlyContainer: started on port #34163
[0;37mINFOm] pool-1-thread-33 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:34163 /repos/johnny/x3xKA1xwqZhtmWFcc2ag/pulls/0/comments): [200 OK] in 9ms
[0;37mINFOm] pool-1-thread-33 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #34163
[0;37mINFOm] pool-1-thread-9 com.jcabi.github.mock.MkRepos: repository johnny/Ik0ZMYF1DfAFWVh7pBjA created by johnny
Sep 21, 2017 8:35:02 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.mock.MkGrizzlyContainer: started on port #33880
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:33880 /repos/johnny/Ik0ZMYF1DfAFWVh7pBjA/pulls/1/comments): [200 OK] in 3ms
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #33880
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.89 sec - in com.jcabi.github.RtPullCommentsTest
Running com.jcabi.github.ReleaseTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 sec - in com.jcabi.github.ReleaseTest
Running com.jcabi.github.IssueTest
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/repos/user/repo/issues/1): [200 OK] in 0ms
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.31 sec - in com.jcabi.github.IssueTest
Running com.jcabi.github.RtReleaseAssetsTest
[0;37mINFOm] pool-1-thread-32 com.jcabi.github.mock.MkRepos: repository john/iVFAmkY6BxxIuz4VetM1 created by john
[0;37mINFOm] pool-1-thread-32 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/repos/john/iVFAmkY6BxxIuz4VetM1/releases/1/assets): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-37 com.jcabi.github.mock.MkRepos: repository john/qq7UzY2UvbflsuwQWOS1 created by john
[0;37mINFOm] pool-1-thread-19 com.jcabi.github.mock.MkRepos: repository john/UANkyz9aAqCDHlsEoidt created by john
[0;37mINFOm] pool-1-thread-19 com.jcabi.http.request.BaseRequest: #fetch(POST uploads.github.com /repos/john/UANkyz9aAqCDHlsEoidt/releases/1/assets): [201 OK] in 0ms
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.351 sec - in com.jcabi.github.RtReleaseAssetsTest
Running com.jcabi.github.mock.MkPullTest
[0;37mINFOm] pool-1-thread-4 com.jcabi.github.mock.MkRepos: repository patrick/9cUGkIEV7xSDvCiGRnaN created by patrick
[0;37mINFOm] pool-1-thread-4 com.jcabi.github.mock.MkIssues: issue #1 created in patrick/9cUGkIEV7xSDvCiGRnaN by patrick: Test PR
[0;37mINFOm] pool-1-thread-22 com.jcabi.github.mock.MkRepos: repository patrick/IKZzyqoeTfntBgegwM03 created by patrick
[0;37mINFOm] pool-1-thread-22 com.jcabi.github.mock.MkIssues: issue #1 created in patrick/IKZzyqoeTfntBgegwM03 by patrick: Test PR
[0;37mINFOm] pool-1-thread-35 com.jcabi.github.mock.MkRepos: repository patrick/LJsJBK3RtZgCxZri9ejA created by patrick
[0;37mINFOm] pool-1-thread-35 com.jcabi.github.mock.MkIssues: issue #1 created in patrick/LJsJBK3RtZgCxZri9ejA by patrick: Test PR
[0;37mINFOm] pool-1-thread-46 com.jcabi.github.mock.MkRepos: repository patrick/LsJedIW6p0NwUdj0ndnO created by patrick
[0;37mINFOm] pool-1-thread-46 com.jcabi.github.mock.MkIssues: issue #1 created in patrick/LsJedIW6p0NwUdj0ndnO by patrick: Test Patch
[0;37mINFOm] pool-1-thread-5 com.jcabi.github.mock.MkRepos: repository patrick/57Jw8BHQ6sMxjBJvjGgX created by patrick
[0;37mINFOm] pool-1-thread-5 com.jcabi.github.mock.MkIssues: issue #1 created in patrick/57Jw8BHQ6sMxjBJvjGgX by patrick: Test PR
[0;37mINFOm] pool-1-thread-17 com.jcabi.github.mock.MkRepos: repository patrick/ozeU24dw2qZ9aK1QAmEh created by patrick
[0;37mINFOm] pool-1-thread-17 com.jcabi.github.mock.MkIssues: issue #1 created in patrick/ozeU24dw2qZ9aK1QAmEh by patrick: Test PR
[0;37mINFOm] pool-1-thread-33 com.jcabi.github.mock.MkRepos: repository patrick/QJ4f245rxqrCTPoRB6it created by patrick
[0;37mINFOm] pool-1-thread-33 com.jcabi.github.mock.MkIssues: issue #1 created in patrick/QJ4f245rxqrCTPoRB6it by patrick: Test Pull Json
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.19 sec - in com.jcabi.github.mock.MkPullTest
Running com.jcabi.github.mock.MkReleasesTest
[0;37mINFOm] pool-1-thread-24 com.jcabi.github.mock.MkRepos: repository jeff/eQxzHFzWjEBdhGIncCEp created by jeff
[0;37mINFOm] pool-1-thread-28 com.jcabi.github.mock.MkRepos: repository jeff/c14raRBdWrKEYUHvyOoN created by jeff
[0;37mINFOm] pool-1-thread-4 com.jcabi.github.mock.MkRepos: repository jeff/msl5wRnfxePPYgAhY3xy created by jeff
[0;37mINFOm] pool-1-thread-9 com.jcabi.github.mock.MkRepos: repository jeff/UiuAYlYi3ATYUl6G0Bpe created by jeff
[0;37mINFOm] pool-1-thread-23 com.jcabi.github.mock.MkRepos: repository jeff/20dDtz7YI1pa4UCzdoa3 created by jeff
[0;37mINFOm] pool-1-thread-20 com.jcabi.github.mock.MkRepos: repository jeff/5b95xzlzGKLGcAVu8yRM created by jeff
[0;37mINFOm] pool-1-thread-16 com.jcabi.github.mock.MkRepos: repository jeff/pdiYxRFyenBEjc1ZFmIF created by jeff
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.918 sec - in com.jcabi.github.mock.MkReleasesTest
Running com.jcabi.github.mock.MkReleaseAssetsTest
[0;37mINFOm] pool-1-thread-8 com.jcabi.github.mock.MkRepos: repository jeff/eOvSIzsPPg8ORsuKbIN8 created by jeff
[0;37mINFOm] pool-1-thread-45 com.jcabi.github.mock.MkRepos: repository jeff/0eWHjfgkfrv2JYGnq8J8 created by jeff
[0;37mINFOm] pool-1-thread-34 com.jcabi.github.mock.MkRepos: repository jeff/gMK9mQLZ9R5ftE3tdhcO created by jeff
[0;37mINFOm] pool-1-thread-30 com.jcabi.github.mock.MkRepos: repository jeff/2Wn0Qu6eC3JJ6xvwW5lf created by jeff
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.459 sec - in com.jcabi.github.mock.MkReleaseAssetsTest
Running com.jcabi.github.mock.MkGitignoresTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in com.jcabi.github.mock.MkGitignoresTest
Running com.jcabi.github.mock.MkReposTest
[0;37mINFOm] pool-1-thread-36 com.jcabi.github.mock.MkRepos: repository jeff/remove-me created by jeff
[0;37mINFOm] pool-1-thread-24 com.jcabi.github.mock.MkRepos: repository tom/1 created by tom
[0;37mINFOm] pool-1-thread-24 com.jcabi.github.mock.MkRepos: repository tom/2 created by tom
[0;37mINFOm] pool-1-thread-6 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-22 com.jcabi.github.mock.MkRepos: repository jeff/hello created by jeff
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.23 sec - in com.jcabi.github.mock.MkReposTest
Running com.jcabi.github.MilestoneTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 sec - in com.jcabi.github.MilestoneTest
Running com.jcabi.github.mock.MkLimitsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in com.jcabi.github.mock.MkLimitsTest
Running com.jcabi.github.mock.MkTreesTest
[0;37mINFOm] pool-1-thread-46 com.jcabi.github.mock.MkRepos: repository jeff/N0vjfAIV7KEQGLUt18kp created by jeff
[0;37mINFOm] pool-1-thread-42 com.jcabi.github.mock.MkRepos: repository jeff/PTRIeLDuRPgPkhmT7lNO created by jeff
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.191 sec - in com.jcabi.github.mock.MkTreesTest
Running com.jcabi.github.DeployKeyTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 sec - in com.jcabi.github.DeployKeyTest
Running com.jcabi.github.mock.MkTagTest
[0;37mINFOm] pool-1-thread-10 com.jcabi.github.mock.MkRepos: repository jeff/c0un6PLmyP8NZ14tU3Ss created by jeff
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 sec - in com.jcabi.github.mock.MkTagTest
Running com.jcabi.github.OrganizationTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.357 sec - in com.jcabi.github.OrganizationTest
Running com.jcabi.github.mock.MkMilestonesTest
[0;37mINFOm] pool-1-thread-5 com.jcabi.github.mock.MkRepos: repository jeff/Mt2PgmZcG0ggClkOULeB created by jeff
[0;37mINFOm] pool-1-thread-37 com.jcabi.github.mock.MkRepos: repository jeff/abocAjX8wiUJK9UOl4c2 created by jeff
[0;37mINFOm] pool-1-thread-38 com.jcabi.github.mock.MkRepos: repository jeff/ThAjZWwO28tnr8i6Yz3y created by jeff
[0;37mINFOm] pool-1-thread-10 com.jcabi.github.mock.MkRepos: repository jeff/W7uNfxTxf4uTIHEbXbn0 created by jeff
[0;37mINFOm] pool-1-thread-30 com.jcabi.github.mock.MkRepos: repository jeff/wCggYi7ysYaeF91EaXe7 created by jeff
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.136 sec - in com.jcabi.github.mock.MkMilestonesTest
Running com.jcabi.github.CommitsComparisonTest
[0;37mINFOm] pool-1-thread-36 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/repos/user/repo/compare/6dcb09b5b57875f334f61aebed695e2e4193db53...6dcb09b5b57875f334f61aebed695e2e4193db54): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-19 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/repos/user/repo/compare/6dcb09b5b57875f334f61aebed695e2e4193db51...6dcb09b5b57875f334f61aebed695e2e4193db52): [200 OK] in 0ms
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.182 sec - in com.jcabi.github.CommitsComparisonTest
Running com.jcabi.github.mock.MkStorageTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.008 sec - in com.jcabi.github.mock.MkStorageTest
Running com.jcabi.github.mock.MkRepoCommitTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in com.jcabi.github.mock.MkRepoCommitTest
Running com.jcabi.github.RtValuePaginationTest
Sep 21, 2017 8:35:03 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-45 com.jcabi.http.mock.MkGrizzlyContainer: started on port #41031
[0;37mINFOm] pool-1-thread-45 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:41031 /): [200 OK] in 4ms
[0;37mINFOm] pool-1-thread-45 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #41031
Sep 21, 2017 8:35:03 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.mock.MkGrizzlyContainer: started on port #34752
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:34752 /): [200 OK] in 4ms
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:34752 /s): [200 OK] in 9ms
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #34752
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.575 sec - in com.jcabi.github.RtValuePaginationTest
Running com.jcabi.github.RtDeployKeyTest
Sep 21, 2017 8:35:03 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-33 com.jcabi.http.mock.MkGrizzlyContainer: started on port #44604
[0;37mINFOm] pool-1-thread-33 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:44604 /repos/test/keys/keys/3): [204 No Content] in 4ms
[0;37mINFOm] pool-1-thread-33 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #44604
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.513 sec - in com.jcabi.github.RtDeployKeyTest
Running com.jcabi.github.RtTreesTest
Sep 21, 2017 8:35:03 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-21 com.jcabi.http.mock.MkGrizzlyContainer: started on port #37091
[0;37mINFOm] pool-1-thread-21 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:37091 /repos/mark/test/git/trees): [201 Created] in 10ms
[0;37mINFOm] pool-1-thread-21 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #37091
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.822 sec - in com.jcabi.github.RtTreesTest
Running com.jcabi.github.RtPublicKeysTest
Sep 21, 2017 8:35:03 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-31 com.jcabi.http.mock.MkGrizzlyContainer: started on port #46718
[0;37mINFOm] pool-1-thread-31 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #46718
Sep 21, 2017 8:35:03 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.mock.MkGrizzlyContainer: started on port #38234
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:38234 /user/keys): [201 Created] in 3ms
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #38234
Sep 21, 2017 8:35:03 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-38 com.jcabi.http.mock.MkGrizzlyContainer: started on port #35917
[0;37mINFOm] pool-1-thread-38 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:35917 /user/keys/1): [204 No Content] in 4ms
[0;37mINFOm] pool-1-thread-38 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #35917
Sep 21, 2017 8:35:03 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-48 com.jcabi.http.mock.MkGrizzlyContainer: started on port #39178
[0;37mINFOm] pool-1-thread-48 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:39178 /user/keys): [200 OK] in 4ms
[0;37mINFOm] pool-1-thread-48 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #39178
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.086 sec - in com.jcabi.github.RtPublicKeysTest
Running com.jcabi.github.mock.MkNotificationsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in com.jcabi.github.mock.MkNotificationsTest
Running com.jcabi.github.RtUserEmailsTest
Sep 21, 2017 8:35:03 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.mock.MkGrizzlyContainer: started on port #36515
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:36515 /user/emails): [201 Created] in 9ms
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #36515
[0;37mINFOm] pool-1-thread-35 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/user/emails): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-22 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:12345 /see-FakeRequest-class/user/emails): [204 OK] in 0ms
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.618 sec - in com.jcabi.github.RtUserEmailsTest
Running com.jcabi.github.RtPaginationTest
Sep 21, 2017 8:35:03 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.mock.MkGrizzlyContainer: started on port #36900
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:36900 /): [200 OK] in 3ms
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:36900 /s): [200 OK] in 3ms
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #36900
Sep 21, 2017 8:35:03 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-35 com.jcabi.http.mock.MkGrizzlyContainer: started on port #46716
[0;37mINFOm] pool-1-thread-35 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:46716 /): [200 OK] in 4ms
[0;37mINFOm] pool-1-thread-35 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #46716
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.918 sec - in com.jcabi.github.RtPaginationTest
Running com.jcabi.github.RtJsonTest
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.mock.MkGrizzlyContainer: started on port #42205
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.request.BaseRequest: #fetch(PATCH localhost:42205 /): [200 OK] in 8ms
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #42205
Sep 21, 2017 8:35:03 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
Sep 21, 2017 8:35:03 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-41 com.jcabi.http.mock.MkGrizzlyContainer: started on port #39140
[0;37mINFOm] pool-1-thread-41 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:39140 /): [200 OK] in 13ms
[0;37mINFOm] pool-1-thread-41 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #39140
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.521 sec - in com.jcabi.github.RtJsonTest
Running com.jcabi.github.RtPullsTest
Sep 21, 2017 8:35:03 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-24 com.jcabi.http.mock.MkGrizzlyContainer: started on port #41383
[0;37mINFOm] pool-1-thread-24 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:41383 /repos/mark/test/pulls): [200 OK] in 8ms
[0;37mINFOm] pool-1-thread-24 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #41383
Sep 21, 2017 8:35:03 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-48 com.jcabi.http.mock.MkGrizzlyContainer: started on port #38248
[0;37mINFOm] pool-1-thread-48 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:38248 /repos/mark/test/pulls): [201 Created] in 9ms
[0;37mINFOm] pool-1-thread-48 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:38248 /repos/mark/test/pulls/1000000000): [200 OK] in 4ms
[0;37mINFOm] pool-1-thread-48 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #38248
Sep 21, 2017 8:35:03 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.mock.MkGrizzlyContainer: started on port #41485
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:41485 /repos/mark/test/pulls/1000000000): [200 OK] in 3ms
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #41485
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.01 sec - in com.jcabi.github.RtPullsTest
Running com.jcabi.github.RtEventTest
Sep 21, 2017 8:35:04 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.mock.MkGrizzlyContainer: started on port #39503
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:39503 /repos/test/event/issues/events/3): [200 OK] in 3ms
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #39503
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 sec - in com.jcabi.github.RtEventTest
Running com.jcabi.github.RtReleaseTest
Sep 21, 2017 8:35:04 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-47 com.jcabi.http.mock.MkGrizzlyContainer: started on port #34869
[0;37mINFOm] pool-1-thread-47 com.jcabi.http.request.BaseRequest: #fetch(PATCH localhost:34869 /repos/tstuser/tstbranch/releases/2): [200 OK] in 5ms
[0;37mINFOm] pool-1-thread-47 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #34869
Sep 21, 2017 8:35:04 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-43 com.jcabi.http.mock.MkGrizzlyContainer: started on port #41155
[0;37mINFOm] pool-1-thread-43 com.jcabi.http.request.BaseRequest: #fetch(PATCH localhost:41155 /repos/tstuser/tstbranch/releases/2): [200 OK] in 5ms
[0;37mINFOm] pool-1-thread-43 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #41155
Sep 21, 2017 8:35:04 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-38 com.jcabi.http.mock.MkGrizzlyContainer: started on port #35571
[0;37mINFOm] pool-1-thread-38 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:35571 /repos/tstuser/tstbranch/releases/2): [204 No Content] in 3ms
[0;37mINFOm] pool-1-thread-38 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #35571
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.144 sec - in com.jcabi.github.RtReleaseTest
Running com.jcabi.github.RtLimitTest
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-19 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class): [200 OK] in 0ms
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in com.jcabi.github.RtLimitTest
Running com.jcabi.github.mock.JsonPatchTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in com.jcabi.github.mock.JsonPatchTest
Running com.jcabi.github.RtPullRefTest
[0;37mINFOm] pool-1-thread-18 com.jcabi.github.mock.MkRepos: repository jeff/OEE2W9IlAFCR5GlpmyS9 created by jeff
[0;37mINFOm] pool-1-thread-16 com.jcabi.github.mock.MkRepos: repository jeff/friFqY3iQonewp8sgf79 created by jeff
[0;37mINFOm] pool-1-thread-11 com.jcabi.github.mock.MkRepos: repository jeff/YIua08lGKAn1sz4i3dRw created by jeff
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.128 sec - in com.jcabi.github.RtPullRefTest
Running com.jcabi.github.RtHookTest
Sep 21, 2017 8:35:03 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.mock.MkGrizzlyContainer: started on port #42878
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:42878 /repos/test/repo/hooks/1): [200 OK] in 12ms
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #42878
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.67 sec - in com.jcabi.github.RtHookTest
Running com.jcabi.github.mock.MkUserOrganizationsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 sec - in com.jcabi.github.mock.MkUserOrganizationsTest
Running com.jcabi.github.mock.MkContentsTest
[0;37mINFOm] pool-1-thread-5 com.jcabi.github.mock.MkRepos: repository test/d4tImHBllkGidbWpIoWf created by test
[0;37mINFOm] pool-1-thread-16 com.jcabi.github.mock.MkRepos: repository jeff/7eFJvZN9rjGpWPZLv5Hv created by jeff
[0;37mINFOm] pool-1-thread-6 com.jcabi.github.mock.MkRepos: repository jeff/5JfX2iObX5h12lV274gp created by jeff
[0;37mINFOm] pool-1-thread-13 com.jcabi.github.mock.MkRepos: repository jeff/4wAn8b8MQBBUlrNqQvH7 created by jeff
[0;37mINFOm] pool-1-thread-18 com.jcabi.github.mock.MkRepos: repository jeff/kxWZtTz0wr2VwE0u2lPQ created by jeff
[0;37mINFOm] pool-1-thread-43 com.jcabi.github.mock.MkRepos: repository jeff/TUu6n41ZynWbrmV75DML created by jeff
[0;37mINFOm] pool-1-thread-11 com.jcabi.github.mock.MkRepos: repository jeff/9CXfEe4sVXqlgiS9iu3f created by jeff
[0;37mINFOm] pool-1-thread-35 com.jcabi.github.mock.MkRepos: repository jeff/oJ3twx2XGa95EzAsdZGZ created by jeff
[0;37mINFOm] pool-1-thread-4 com.jcabi.github.mock.MkRepos: repository jeff/gpO1aWEotdG0Ch6g5CYM created by jeff
[0;37mINFOm] pool-1-thread-2 com.jcabi.github.mock.MkRepos: repository test/NPLwlEiMViGOiutlm7Jw created by test
[0;37mINFOm] pool-1-thread-22 com.jcabi.github.mock.MkRepos: repository jeff/YpQJ4T2ykyR92whOEPva created by jeff
[0;37mINFOm] pool-1-thread-35 com.jcabi.github.mock.MkRepos: repository jeff/YJhaejmR7Qd3ejT5X58n created by jeff
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.033 sec - in com.jcabi.github.mock.MkContentsTest
Running com.jcabi.github.mock.MkRepoTest
[0;37mINFOm] pool-1-thread-19 com.jcabi.github.mock.MkRepos: repository jeff/test5 created by jeff
[0;37mINFOm] pool-1-thread-2 com.jcabi.github.mock.MkRepos: repository jeff/test1 created by jeff
[0;37mINFOm] pool-1-thread-19 com.jcabi.github.mock.MkRepos: repository jeff/NYIWBwUtMZY5j6E9NbcO created by jeff
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec - in com.jcabi.github.mock.MkRepoTest
Running com.jcabi.github.RtSearchPaginationTest
[0;37mINFOm] pool-1-thread-19 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/search/path): [200 OK] in 0ms
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in com.jcabi.github.RtSearchPaginationTest
Running com.jcabi.github.mock.MkPullRefTest
[0;37mINFOm] pool-1-thread-19 com.jcabi.github.mock.MkRepos: repository myrtle/hAWUzM32eiiv5iNwSibW created by myrtle
[0;37mINFOm] pool-1-thread-2 com.jcabi.github.mock.MkRepos: repository myrtle/xC7PCqt2f0JPEp3tEKHB created by myrtle
[0;37mINFOm] pool-1-thread-19 com.jcabi.github.mock.MkRepos: repository myrtle/dL5fd0Bp5rIZ9K8EXlhR created by myrtle
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in com.jcabi.github.mock.MkPullRefTest
Running com.jcabi.github.mock.MkStarsTest
[0;37mINFOm] pool-1-thread-19 com.jcabi.github.mock.MkRepos: repository jeff/jS0ITQ36Wq53qzabkPjo created by jeff
[0;37mINFOm] pool-1-thread-4 com.jcabi.github.mock.MkRepos: repository jeff/vqOZ6HOc88QwQItRt1OA created by jeff
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec - in com.jcabi.github.mock.MkStarsTest
Running com.jcabi.github.mock.MkEventTest
[0;37mINFOm] pool-1-thread-19 com.jcabi.github.mock.MkRepos: repository ken/foo created by ken
[0;37mINFOm] pool-1-thread-19 com.jcabi.github.mock.MkEvent: issue event #1 of type labeled created in ken for issue #1 by ken
[0;37mINFOm] pool-1-thread-2 com.jcabi.github.mock.MkRepos: repository barbie/bar created by barbie
[0;37mINFOm] pool-1-thread-2 com.jcabi.github.mock.MkEvent: issue event #1 of type labeled created in barbie for issue #1 by barbie
[0;37mINFOm] pool-1-thread-2 com.jcabi.github.mock.MkRepos: repository test_user/dyDO8wWFYtgWraKG3ItS created by test_user
[0;37mINFOm] pool-1-thread-2 com.jcabi.github.mock.MkEvent: issue event #1 of type test_type created in test_user for issue #1 by test_user
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec - in com.jcabi.github.mock.MkEventTest
Running com.jcabi.github.RtGistCommentTest
Sep 21, 2017 8:35:03 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-44 com.jcabi.http.mock.MkGrizzlyContainer: started on port #37206
Sep 21, 2017 8:35:03 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-44 com.jcabi.http.mock.MkGrizzlyContainer: started on port #45495
[0;37mINFOm] pool-1-thread-44 com.jcabi.http.request.BaseRequest: #fetch(PATCH localhost:37206 /gists/someName/comments/1): [200 OK] in 5ms
[0;37mINFOm] pool-1-thread-44 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:37206 /gists/someName/comments/1): [200 OK] in 4ms
[0;37mINFOm] pool-1-thread-44 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #37206
[0;37mINFOm] pool-1-thread-44 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #45495
Sep 21, 2017 8:35:03 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-25 com.jcabi.http.mock.MkGrizzlyContainer: started on port #39432
[0;37mINFOm] pool-1-thread-25 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:39432 /gists/gistName/comments/1): [204 No Content] in 3ms
[0;37mINFOm] pool-1-thread-25 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #39432
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.696 sec - in com.jcabi.github.RtGistCommentTest
Running com.jcabi.github.RtUsersTest
Sep 21, 2017 8:35:03 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-18 com.jcabi.http.mock.MkGrizzlyContainer: started on port #39662
[0;37mINFOm] pool-1-thread-18 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:39662 /users): [200 OK] in 25ms
[0;37mINFOm] pool-1-thread-18 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #39662
Sep 21, 2017 8:35:03 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.mock.MkGrizzlyContainer: started on port #33842
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #33842
Sep 21, 2017 8:35:03 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.mock.MkGrizzlyContainer: started on port #40349
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:40349 /user): [200 OK] in 8ms
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #40349
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.42 sec - in com.jcabi.github.RtUsersTest
Running com.jcabi.github.RtGistsTest
Sep 21, 2017 8:35:03 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-22 com.jcabi.http.mock.MkGrizzlyContainer: started on port #34985
[0;37mINFOm] pool-1-thread-22 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:34985 /gists/12234): [204 No Content] in 7ms
[0;37mINFOm] pool-1-thread-22 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #34985
Sep 21, 2017 8:35:03 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-34 com.jcabi.http.mock.MkGrizzlyContainer: started on port #39319
[0;37mINFOm] pool-1-thread-34 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:39319 /gists): [200 OK] in 8ms
[0;37mINFOm] pool-1-thread-34 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #39319
Sep 21, 2017 8:35:03 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.mock.MkGrizzlyContainer: started on port #34691
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #34691
Sep 21, 2017 8:35:03 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-45 com.jcabi.http.mock.MkGrizzlyContainer: started on port #44764
[0;37mINFOm] pool-1-thread-45 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:44764 /gists): [201 Created] in 4ms
[0;37mINFOm] pool-1-thread-45 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #44764
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.663 sec - in com.jcabi.github.RtGistsTest
Running com.jcabi.github.RtCommitsComparisonTest
[0;37mINFOm] pool-1-thread-48 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/repos/user/repo/compare/6dcb09b5b57875f334f61aebed695e2e4193db51...6dcb09b5b57875f334f61aebed695e2e4193db52): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-48 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/repos/user/repo/compare/6dcb09b5b57875f334f61aebed695e2e4193db51...6dcb09b5b57875f334f61aebed695e2e4193db52): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-48 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/repos/user/repo/compare/6dcb09b5b57875f334f61aebed695e2e4193db51...6dcb09b5b57875f334f61aebed695e2e4193db52): [200 OK] in 0ms
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in com.jcabi.github.RtCommitsComparisonTest
Running com.jcabi.github.RtForkTest
Sep 21, 2017 8:35:03 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-30 com.jcabi.http.mock.MkGrizzlyContainer: started on port #39260
Sep 21, 2017 8:35:03 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-30 com.jcabi.http.mock.MkGrizzlyContainer: started on port #41747
[0;37mINFOm] pool-1-thread-30 com.jcabi.http.request.BaseRequest: #fetch(PATCH localhost:39260 /repos/test_user/test_repo/forks/1): [200 OK] in 3ms
[0;37mINFOm] pool-1-thread-30 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:39260 /repos/test_user/test_repo/forks/1): [200 OK] in 2ms
[0;37mINFOm] pool-1-thread-30 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:39260 /repos/test_user/test_repo/forks/1): [200 OK] in 2ms
[0;37mINFOm] pool-1-thread-30 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #39260
[0;37mINFOm] pool-1-thread-30 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #41747
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.005 sec - in com.jcabi.github.RtForkTest
Running com.jcabi.github.mock.MkGitTest
[0;37mINFOm] pool-1-thread-42 com.jcabi.github.mock.MkRepos: repository jeff/3Wp78oqhxUqFAbLVcod6 created by jeff
[0;37mINFOm] pool-1-thread-42 com.jcabi.github.mock.MkRepos: repository jeff/Vt0VO8D5hQgcw8mGIcGS created by jeff
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in com.jcabi.github.mock.MkGitTest
Running com.jcabi.github.RtTagTest
Sep 21, 2017 8:35:04 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-38 com.jcabi.http.mock.MkGrizzlyContainer: started on port #44683
[0;37mINFOm] pool-1-thread-38 com.jcabi.github.mock.MkRepos: repository jeff/RchWIKXcmpXIw6TckkD9 created by jeff
[0;37mINFOm] pool-1-thread-38 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:44683 /repos/jeff/RchWIKXcmpXIw6TckkD9/git/tags/abdes00test): [200 OK] in 14ms
[0;37mINFOm] pool-1-thread-38 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #44683
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.039 sec - in com.jcabi.github.RtTagTest
Running com.jcabi.github.SmartsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in com.jcabi.github.SmartsTest
Running com.jcabi.github.RtLabelTest
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.mock.MkGrizzlyContainer: started on port #42177
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.request.BaseRequest: #fetch(PATCH localhost:42177 /repos/mark/test/labels/enhance): [200 OK] in 7ms
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #42177
Sep 21, 2017 8:35:04 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
Sep 21, 2017 8:35:04 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-35 com.jcabi.http.mock.MkGrizzlyContainer: started on port #39532
[0;37mINFOm] pool-1-thread-35 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:39532 /repos/mark/test/labels/bug): [200 OK] in 9ms
[0;37mINFOm] pool-1-thread-35 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #39532
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.056 sec - in com.jcabi.github.RtLabelTest
Running com.jcabi.github.RtRepoTest
Sep 21, 2017 8:35:04 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-46 com.jcabi.http.mock.MkGrizzlyContainer: started on port #38612
[0;37mINFOm] pool-1-thread-46 com.jcabi.http.request.BaseRequest: #fetch(PATCH localhost:38612 /repos/testuser/testrepo): [200 OK] in 13ms
[0;37mINFOm] pool-1-thread-46 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #38612
Sep 21, 2017 8:35:04 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-41 com.jcabi.http.mock.MkGrizzlyContainer: started on port #38090
[0;37mINFOm] pool-1-thread-41 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:38090 /repos/testuser/testrepo/issues/events): [200 OK] in 9ms
[0;37mINFOm] pool-1-thread-41 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #38090
[0;37mINFOm] pool-1-thread-35 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/repos/testuser/testrepo): [200 OK] in 0ms
Sep 21, 2017 8:35:04 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-7 com.jcabi.http.mock.MkGrizzlyContainer: started on port #32948
[0;37mINFOm] pool-1-thread-7 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:32948 /repos/testuser/testrepo/languages): [200 OK] in 7ms
[0;37mINFOm] pool-1-thread-7 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #32948
Sep 21, 2017 8:35:04 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-32 com.jcabi.http.mock.MkGrizzlyContainer: started on port #45188
[0;37mINFOm] pool-1-thread-32 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:45188 /repos/testuser/testrepo/languages): [200 OK] in 11ms
[0;37mINFOm] pool-1-thread-32 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #45188
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.198 sec - in com.jcabi.github.RtRepoTest
Running com.jcabi.github.RtSearchTest
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/search/repositories): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-35 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/search/users): [200 OK] in 0ms
Sep 21, 2017 8:35:04 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-26 com.jcabi.http.mock.MkGrizzlyContainer: started on port #41656
[0;37mINFOm] pool-1-thread-26 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:41656 /search/code): [200 OK] in 18ms
[0;37mINFOm] pool-1-thread-26 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:41656 /repos/user/repo/contents/test/unit/attributes.js): [200 OK] in 6ms
[0;37mINFOm] pool-1-thread-26 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:41656 /repos/user/repo/contents/src/attributes/classes.js): [200 OK] in 3ms
[0;37mINFOm] pool-1-thread-26 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #41656
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/search/issues): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-35 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class): [200 OK] in 0ms
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.092 sec - in com.jcabi.github.RtSearchTest
Running com.jcabi.github.RtCommentTest
[0;37mINFOm] pool-1-thread-6 com.jcabi.github.mock.MkRepos: repository jeff/Rw7pwlaT4586dqfEtwP8 created by jeff
[0;37mINFOm] pool-1-thread-6 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/Rw7pwlaT4586dqfEtwP8 by jeff: testing1
[0;37mINFOm] pool-1-thread-13 com.jcabi.github.mock.MkRepos: repository jeff/u4lVpdnS3BO4oEwLVNe3 created by jeff
[0;37mINFOm] pool-1-thread-13 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/u4lVpdnS3BO4oEwLVNe3 by jeff: testing2
Sep 21, 2017 8:35:04 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-36 com.jcabi.http.mock.MkGrizzlyContainer: started on port #34605
[0;37mINFOm] pool-1-thread-36 com.jcabi.github.mock.MkRepos: repository jeff/l2mUaqJAXxl7C1q1pnmI created by jeff
[0;37mINFOm] pool-1-thread-36 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/l2mUaqJAXxl7C1q1pnmI by jeff: testing6
[0;37mINFOm] pool-1-thread-36 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #34605
Sep 21, 2017 8:35:04 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-23 com.jcabi.http.mock.MkGrizzlyContainer: started on port #45151
[0;37mINFOm] pool-1-thread-23 com.jcabi.github.mock.MkRepos: repository jeff/wUcYPCLczxU9DwPY0tev created by jeff
[0;37mINFOm] pool-1-thread-23 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/wUcYPCLczxU9DwPY0tev by jeff: testing5
[0;37mINFOm] pool-1-thread-23 com.jcabi.http.request.BaseRequest: #fetch(PATCH localhost:45151 /repos/jeff/wUcYPCLczxU9DwPY0tev/issues/comments/10): [200 OK] in 5ms
[0;37mINFOm] pool-1-thread-23 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #45151
Sep 21, 2017 8:35:04 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-17 com.jcabi.http.mock.MkGrizzlyContainer: started on port #44534
[0;37mINFOm] pool-1-thread-17 com.jcabi.github.mock.MkRepos: repository jeff/kyoUbJUpaaDFRm9ATGdY created by jeff
[0;37mINFOm] pool-1-thread-17 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/kyoUbJUpaaDFRm9ATGdY by jeff: testing4
[0;37mINFOm] pool-1-thread-17 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:44534 /repos/jeff/kyoUbJUpaaDFRm9ATGdY/issues/comments/10): [200 OK] in 4ms
[0;37mINFOm] pool-1-thread-17 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #44534
[0;37mINFOm] pool-1-thread-19 com.jcabi.github.mock.MkRepos: repository jeff/z0UkbNIO5Tyl3g8jGAl6 created by jeff
[0;37mINFOm] pool-1-thread-19 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/z0UkbNIO5Tyl3g8jGAl6 by jeff: title
Sep 21, 2017 8:35:04 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-31 com.jcabi.http.mock.MkGrizzlyContainer: started on port #35820
[0;37mINFOm] pool-1-thread-31 com.jcabi.github.mock.MkRepos: repository jeff/kmiRqvoiViYtwM0ZTYXp created by jeff
[0;37mINFOm] pool-1-thread-31 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/kmiRqvoiViYtwM0ZTYXp by jeff: testing3
[0;37mINFOm] pool-1-thread-31 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:35820 /repos/jeff/kmiRqvoiViYtwM0ZTYXp/issues/comments/10): [204 No Content] in 3ms
[0;37mINFOm] pool-1-thread-31 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #35820
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.437 sec - in com.jcabi.github.RtCommentTest
Running com.jcabi.github.LimitTest
[0;37mINFOm] pool-1-thread-26 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class): [200 OK] in 0ms
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 sec - in com.jcabi.github.LimitTest
Running com.jcabi.github.PullCommentTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 sec - in com.jcabi.github.PullCommentTest
Running com.jcabi.github.RtReferenceTest
Sep 21, 2017 8:35:04 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.mock.MkGrizzlyContainer: started on port #36534
[0;37mINFOm] pool-1-thread-13 com.jcabi.github.mock.MkRepos: repository jeff/e8kHfRA4JEq1Y2BDMqTd created by jeff
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:36534 /repos/jeff/e8kHfRA4JEq1Y2BDMqTd/git/refs/heads/featureB): [200 OK] in 3ms
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #36534
Sep 21, 2017 8:35:04 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.mock.MkGrizzlyContainer: started on port #33819
[0;37mINFOm] pool-1-thread-11 com.jcabi.github.mock.MkRepos: repository jeff/Co33eh9loJk2C8mL9pcG created by jeff
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.request.BaseRequest: #fetch(PATCH localhost:33819 /repos/jeff/Co33eh9loJk2C8mL9pcG/git/refs/heads/featureA): [200 OK] in 3ms
[0;37mINFOm] pool-1-thread-11 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #33819
Sep 21, 2017 8:35:04 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-43 com.jcabi.http.mock.MkGrizzlyContainer: started on port #38366
[0;37mINFOm] pool-1-thread-43 com.jcabi.github.mock.MkRepos: repository jeff/2AXu4DBcPT96uSBFxRsa created by jeff
[0;37mINFOm] pool-1-thread-43 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #38366
[0;37mINFOm] pool-1-thread-18 com.jcabi.github.mock.MkRepos: repository jeff/RbJFgCQ1uGr7lzG67kWa created by jeff
Sep 21, 2017 8:35:04 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-18 com.jcabi.http.mock.MkGrizzlyContainer: started on port #44065
[0;37mINFOm] pool-1-thread-18 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #44065
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.044 sec - in com.jcabi.github.RtReferenceTest
Running com.jcabi.github.mock.MkLabelsTest
[0;37mINFOm] pool-1-thread-48 com.jcabi.github.mock.MkRepos: repository jeff/qHdbVwh30BPgcETJ6C26 created by jeff
[0;37mINFOm] pool-1-thread-48 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/qHdbVwh30BPgcETJ6C26 by jeff: hey, you!
[0;37mINFOm] pool-1-thread-48 com.jcabi.github.mock.MkEvent: issue event #1 of type labeled created in jeff for issue #1 by jeff
[0;37mINFOm] pool-1-thread-32 com.jcabi.github.mock.MkRepos: repository jeff/zvPDDVmNIdBpLx79twvv created by jeff
[0;37mINFOm] pool-1-thread-3 com.jcabi.github.mock.MkRepos: repository jeff/6XWuCV6ycUm12TSMcZtJ created by jeff
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.211 sec - in com.jcabi.github.mock.MkLabelsTest
Running com.jcabi.github.mock.MkCommitsTest
[0;37mINFOm] pool-1-thread-25 com.jcabi.github.mock.MkRepos: repository jeff/253gbQNPCsaKqonrW5ej created by jeff
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec - in com.jcabi.github.mock.MkCommitsTest
Running com.jcabi.github.StatusTest
[0;37mINFOm] pool-1-thread-45 com.jcabi.github.mock.MkRepos: repository jeff/xQqKHMiBUrggyehhJAdq created by jeff
[0;37mINFOm] pool-1-thread-17 com.jcabi.github.mock.MkRepos: repository jeff/JZehUKGaenzdNVdstSvn created by jeff
[0;37mINFOm] pool-1-thread-23 com.jcabi.github.mock.MkRepos: repository jeff/MjlxWFSlaD6jRpFi0Lf1 created by jeff
[0;37mINFOm] pool-1-thread-24 com.jcabi.github.mock.MkRepos: repository jeff/XepnEMlxo7oxvzwdBVZ0 created by jeff
[0;37mINFOm] pool-1-thread-26 com.jcabi.github.mock.MkRepos: repository jeff/3tn1q1EJ413Gk2YFmslk created by jeff
[0;37mINFOm] pool-1-thread-34 com.jcabi.github.mock.MkRepos: repository jeff/AQ93eZZ4D3zXjrZH1F71 created by jeff
[0;37mINFOm] pool-1-thread-25 com.jcabi.github.mock.MkRepos: repository jeff/9dTWoo2MYkg3fb1bWbVv created by jeff
[0;37mINFOm] pool-1-thread-15 com.jcabi.github.mock.MkRepos: repository jeff/6vuuaKzcnwtqYUXtFRxl created by jeff
[0;37mINFOm] pool-1-thread-3 com.jcabi.github.mock.MkRepos: repository jeff/VpTz5BMf9MqRnsZy3dsa created by jeff
[0;37mINFOm] pool-1-thread-32 com.jcabi.github.mock.MkRepos: repository jeff/igqgLvpIpaTjh4zbfJW1 created by jeff
[0;37mINFOm] pool-1-thread-45 com.jcabi.github.mock.MkRepos: repository jeff/VCHWMkRnhe2w9uJDZx6P created by jeff
[0;37mINFOm] pool-1-thread-10 com.jcabi.github.mock.MkRepos: repository jeff/RxDyPHggEB0EMoLbuq7d created by jeff
[0;37mINFOm] pool-1-thread-17 com.jcabi.github.mock.MkRepos: repository jeff/etFHY29rTvHmcZHbbqyW created by jeff
[0;37mINFOm] pool-1-thread-23 com.jcabi.github.mock.MkRepos: repository jeff/ZhwY2lN6GyuQHuAP7LwT created by jeff
[0;37mINFOm] pool-1-thread-24 com.jcabi.github.mock.MkRepos: repository jeff/ZBXIrq2ZzX4mhv2uuLle created by jeff
[0;37mINFOm] pool-1-thread-26 com.jcabi.github.mock.MkRepos: repository jeff/2zdwlDs8r8TGfLtxznF5 created by jeff
[0;37mINFOm] pool-1-thread-3 com.jcabi.github.mock.MkRepos: repository jeff/Kjz03A3e6XXdXFtJ4DEJ created by jeff
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.787 sec - in com.jcabi.github.StatusTest
Running com.jcabi.github.RtGistCommentsTest
Sep 21, 2017 8:35:04 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-35 com.jcabi.http.mock.MkGrizzlyContainer: started on port #44916
[0;37mINFOm] pool-1-thread-35 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:44916 /gists/2/comments): [200 OK] in 3ms
[0;37mINFOm] pool-1-thread-35 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #44916
Sep 21, 2017 8:35:04 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-22 com.jcabi.http.mock.MkGrizzlyContainer: started on port #41500
[0;37mINFOm] pool-1-thread-22 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:41500 /gists/3/comments): [201 Created] in 5ms
[0;37mINFOm] pool-1-thread-22 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:41500 /gists/3/comments/1): [200 OK] in 2ms
[0;37mINFOm] pool-1-thread-22 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #41500
Sep 21, 2017 8:35:04 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.mock.MkGrizzlyContainer: started on port #42975
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:42975 /gists/1/comments/1): [200 OK] in 2ms
[0;37mINFOm] pool-1-thread-6 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #42975
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.079 sec - in com.jcabi.github.RtGistCommentsTest
Running com.jcabi.github.ContentTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.836 sec - in com.jcabi.github.ContentTest
Running com.jcabi.github.mock.MkPublicMembersTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.252 sec - in com.jcabi.github.mock.MkPublicMembersTest
Running com.jcabi.github.RtRepoCommitTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in com.jcabi.github.RtRepoCommitTest
Running com.jcabi.github.RtMarkdownTest
Sep 21, 2017 8:35:05 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-30 com.jcabi.http.mock.MkGrizzlyContainer: started on port #44280
[0;37mINFOm] pool-1-thread-30 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:44280 /markdown): [200 OK] in 5ms
[0;37mINFOm] pool-1-thread-30 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #44280
Sep 21, 2017 8:35:05 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-42 com.jcabi.http.mock.MkGrizzlyContainer: started on port #36089
[0;37mINFOm] pool-1-thread-42 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:36089 /markdown/raw): [200 OK] in 5ms
[0;37mINFOm] pool-1-thread-42 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #36089
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.47 sec - in com.jcabi.github.RtMarkdownTest
Running com.jcabi.github.RtGistTest
Sep 21, 2017 8:35:04 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.mock.MkGrizzlyContainer: started on port #41078
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.request.BaseRequest: #fetch(PATCH localhost:41078 /gists/patch): [200 OK] in 3ms
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #41078
Sep 21, 2017 8:35:04 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.mock.MkGrizzlyContainer: started on port #42903
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #42903
Sep 21, 2017 8:35:04 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-44 com.jcabi.http.mock.MkGrizzlyContainer: started on port #37553
[0;37mINFOm] pool-1-thread-44 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:37553 /gists/testGetFiles): [200 OK] in 3ms
[0;37mINFOm] pool-1-thread-44 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #37553
Sep 21, 2017 8:35:04 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-29 com.jcabi.http.mock.MkGrizzlyContainer: started on port #43056
[0;37mINFOm] pool-1-thread-29 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:43056 /gists/unstar/star): [204 No Content] in 2ms
[0;37mINFOm] pool-1-thread-29 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #43056
Sep 21, 2017 8:35:04 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.mock.MkGrizzlyContainer: started on port #39434
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:39434 /gists/test): [200 OK] in 3ms
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:39434 /gists/world): [200 OK] in 2ms
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:39434 /gists/test/forks): [201 Created] in 2ms
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:39434 /gists/forked): [200 OK] in 2ms
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:39434 /gists/world): [200 OK] in 2ms
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #39434
Sep 21, 2017 8:35:04 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-20 com.jcabi.http.mock.MkGrizzlyContainer: started on port #42519
[0;37mINFOm] pool-1-thread-20 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:42519 /gists/test): [200 OK] in 3ms
[0;37mINFOm] pool-1-thread-20 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:42519 /gists/world): [200 OK] in 2ms
[0;37mINFOm] pool-1-thread-20 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #42519
Sep 21, 2017 8:35:04 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.mock.MkGrizzlyContainer: started on port #37801
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.request.BaseRequest: #fetch(PATCH localhost:37801 /gists/testWrite): [200 OK] in 2ms
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #37801
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.641 sec - in com.jcabi.github.RtGistTest
Running com.jcabi.github.mock.MkReferenceTest
[0;37mINFOm] pool-1-thread-32 com.jcabi.github.mock.MkRepos: repository jeff/g1d5sTEY8jJYwX9gDd98 created by jeff
[0;37mINFOm] pool-1-thread-33 com.jcabi.github.mock.MkRepos: repository jeff/cvIEn6XEz0FEBW1Rsnsw created by jeff
[0;37mINFOm] pool-1-thread-23 com.jcabi.github.mock.MkRepos: repository jeff/i7M0cHIp4XatXOB9LVGc created by jeff
[0;37mINFOm] pool-1-thread-48 com.jcabi.github.mock.MkRepos: repository jeff/ndTDqKE75QEjakXYwr6D created by jeff
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.255 sec - in com.jcabi.github.mock.MkReferenceTest
Running com.jcabi.github.RtPublicKeyTest
[0;37mINFOm] pool-1-thread-35 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/user/keys/1): [200 OK] in 0ms
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in com.jcabi.github.RtPublicKeyTest
Running com.jcabi.github.mock.MkDeployKeysTest
[0;37mINFOm] pool-1-thread-25 com.jcabi.github.mock.MkRepos: repository jeff/aFUtM72arMU6mV07jkHY created by jeff
[0;37mINFOm] pool-1-thread-3 com.jcabi.github.mock.MkRepos: repository jeff/ulUjdOLPVTztU9aHdGQd created by jeff
[0;37mINFOm] pool-1-thread-24 com.jcabi.github.mock.MkRepos: repository jeff/0fEw1RlOlPp2597Lmcs6 created by jeff
[0;37mINFOm] pool-1-thread-28 com.jcabi.github.mock.MkRepos: repository jeff/MrtB4IfTQ3Fs3aYXV97m created by jeff
[0;37mINFOm] pool-1-thread-6 com.jcabi.github.mock.MkRepos: repository jeff/zzqT14Z5aKRDlidi9942 created by jeff
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.566 sec - in com.jcabi.github.mock.MkDeployKeysTest
Running com.jcabi.github.mock.MkReferencesTest
[0;37mINFOm] pool-1-thread-25 com.jcabi.github.mock.MkRepos: repository jeff/zNomQKCljcJPWUWkEZTH created by jeff
[0;37mINFOm] pool-1-thread-4 com.jcabi.github.mock.MkRepos: repository jeff/JEn829rCto7WkvwrtGIj created by jeff
[0;37mINFOm] pool-1-thread-7 com.jcabi.github.mock.MkRepos: repository jeff/IFhCvHTQPmAsHSY6ZebE created by jeff
[0;37mINFOm] pool-1-thread-38 com.jcabi.github.mock.MkRepos: repository jeff/lvAM2x291us57osldPll created by jeff
[0;37mINFOm] pool-1-thread-19 com.jcabi.github.mock.MkRepos: repository jeff/EX0i0NeTzuLEiYiCde1E created by jeff
[0;37mINFOm] pool-1-thread-30 com.jcabi.github.mock.MkRepos: repository jeff/w2hySyumLMw3FtKp6psX created by jeff
[0;37mINFOm] pool-1-thread-2 com.jcabi.github.mock.MkRepos: repository jeff/XySC69Y00BJJN3Go3AQs created by jeff
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.413 sec - in com.jcabi.github.mock.MkReferencesTest
Running com.jcabi.github.StatusesTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec - in com.jcabi.github.StatusesTest
Running com.jcabi.github.ImmutabilityTest
[0;33mWARNm] pool-1-thread-22 org.reflections.Reflections: could not create Vfs.Dir from url. ignoring the exception and continuing
org.reflections.ReflectionsException: could not create Vfs.Dir from url, no matching UrlType was found [file:/usr/lib/jvm/java-7-openjdk-amd64/jre/lib/ext/libatk-wrapper.so]
either use fromURL(final URL url, final List<UrlType> urlTypes) or use the static setDefaultURLTypes(final List<UrlType> urlTypes) or addDefaultURLTypes(UrlType urlType) with your specialized UrlType.
        at org.reflections.vfs.Vfs.fromURL(Vfs.java:109)
        at org.reflections.vfs.Vfs.fromURL(Vfs.java:91)
        at org.reflections.Reflections.scan(Reflections.java:237)
        at org.reflections.Reflections.scan(Reflections.java:204)
        at org.reflections.Reflections.<init>(Reflections.java:129)
        at com.jcabi.github.ClasspathRule.allTypes(ClasspathRule.java:61)
        at com.jcabi.github.ImmutabilityTest.checkImmutability(ImmutabilityTest.java:69)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
        at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
        at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
        at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
        at com.jcabi.github.ClasspathRule$2.evaluate(ClasspathRule.java:102)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
        at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
        at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
        at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
        at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:387)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:473)
        at java.util.concurrent.FutureTask.run(FutureTask.java:262)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:622)
        at java.lang.Thread.run(Thread.java:748)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.204 sec - in com.jcabi.github.ImmutabilityTest
Running com.jcabi.github.mock.MkIssuesTest
[0;37mINFOm] pool-1-thread-31 com.jcabi.github.mock.MkRepos: repository jeff/JNtyjxKlBiNWBhlaHMcm created by jeff
[0;37mINFOm] pool-1-thread-31 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/JNtyjxKlBiNWBhlaHMcm by jeff: hello
[0;37mINFOm] pool-1-thread-35 com.jcabi.github.mock.MkRepos: repository jeff/7VfddVUHME2p6cpd7v0Z created by jeff
[0;37mINFOm] pool-1-thread-35 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/7VfddVUHME2p6cpd7v0Z by jeff: hey, you
[0;37mINFOm] pool-1-thread-35 com.jcabi.github.mock.MkIssues: issue #2 created in jeff/7VfddVUHME2p6cpd7v0Z by jeff: hey
[0;37mINFOm] pool-1-thread-35 com.jcabi.github.mock.MkIssues: issue #3 created in jeff/7VfddVUHME2p6cpd7v0Z by jeff: hey again
[0;37mINFOm] pool-1-thread-26 com.jcabi.github.mock.MkRepos: repository jeff/test-3 created by jeff
[0;37mINFOm] pool-1-thread-26 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/test-3 by jeff: title
[0;37mINFOm] pool-1-thread-26 com.jcabi.github.mock.MkIssues: issue #2 created in jeff/test-3 by jeff: title
[0;37mINFOm] pool-1-thread-26 com.jcabi.github.mock.MkIssues: issue #3 created in jeff/test-3 by jeff: title
[0;37mINFOm] pool-1-thread-26 com.jcabi.github.mock.MkIssues: issue #4 created in jeff/test-3 by jeff: title
[0;37mINFOm] pool-1-thread-26 com.jcabi.github.mock.MkIssues: issue #5 created in jeff/test-3 by jeff: title
[0;37mINFOm] pool-1-thread-26 com.jcabi.github.mock.MkIssues: issue #6 created in jeff/test-3 by jeff: title
[0;37mINFOm] pool-1-thread-26 com.jcabi.github.mock.MkIssues: issue #7 created in jeff/test-3 by jeff: title
[0;37mINFOm] pool-1-thread-26 com.jcabi.github.mock.MkIssues: issue #8 created in jeff/test-3 by jeff: title
[0;37mINFOm] pool-1-thread-26 com.jcabi.github.mock.MkIssues: issue #9 created in jeff/test-3 by jeff: title
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.521 sec - in com.jcabi.github.mock.MkIssuesTest
Running com.jcabi.github.mock.MkTagsTest
[0;37mINFOm] pool-1-thread-16 com.jcabi.github.mock.MkRepos: repository jeff/pJNtozljEwWTJADLGKxe created by jeff
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec - in com.jcabi.github.mock.MkTagsTest
Running com.jcabi.github.IssueLabelsTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.177 sec - in com.jcabi.github.IssueLabelsTest
Running com.jcabi.github.mock.MkSearchTest
[0;37mINFOm] pool-1-thread-30 com.jcabi.github.mock.MkRepos: repository jeff/TestCode created by jeff
[0;37mINFOm] pool-1-thread-7 com.jcabi.github.mock.MkRepos: repository jeff/TestIssues created by jeff
[0;37mINFOm] pool-1-thread-7 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/TestIssues by jeff: test issue
[0;37mINFOm] pool-1-thread-2 com.jcabi.github.mock.MkRepos: repository jeff/TestRepo created by jeff
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.195 sec - in com.jcabi.github.mock.MkSearchTest
Running com.jcabi.github.mock.MkMilestoneTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec - in com.jcabi.github.mock.MkMilestoneTest
Running com.jcabi.github.mock.MkPullCommentTest
[0;37mINFOm] pool-1-thread-17 com.jcabi.github.mock.MkRepos: repository jeff/sYh4rkdHb8gHo7rMaMEp created by jeff
[0;37mINFOm] pool-1-thread-17 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/sYh4rkdHb8gHo7rMaMEp by jeff: hello
[0;37mINFOm] pool-1-thread-3 com.jcabi.github.mock.MkRepos: repository jeff/1PVAHZ2lkm1Tzkx4pGV0 created by jeff
[0;37mINFOm] pool-1-thread-3 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/1PVAHZ2lkm1Tzkx4pGV0 by jeff: hello
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.353 sec - in com.jcabi.github.mock.MkPullCommentTest
Running com.jcabi.github.RepoTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in com.jcabi.github.RepoTest
Running com.jcabi.github.PullRefTest
[0;37mINFOm] pool-1-thread-20 com.jcabi.github.mock.MkRepos: repository jeff/zqxJCwHXeceu0J2f9g5y created by jeff
[0;37mINFOm] pool-1-thread-17 com.jcabi.github.mock.MkRepos: repository jeff/Q9wC8jiBH0Os739OJHn1 created by jeff
[0;37mINFOm] pool-1-thread-7 com.jcabi.github.mock.MkRepos: repository jeff/zLKG8yq6k9e34aunaKyz created by jeff
[0;37mINFOm] pool-1-thread-22 com.jcabi.github.mock.MkRepos: repository jeff/oAY0mVnoNJuW7PaT01YA created by jeff
[0;37mINFOm] pool-1-thread-3 com.jcabi.github.mock.MkRepos: repository jeff/3dduj3WE4OKjdPMSKL4x created by jeff
[0;37mINFOm] pool-1-thread-42 com.jcabi.github.mock.MkRepos: repository jeff/6QmGTXdPGF0639zQfWl2 created by jeff
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.173 sec - in com.jcabi.github.PullRefTest
Running com.jcabi.github.mock.MkIssueEventsTest
[0;37mINFOm] pool-1-thread-32 com.jcabi.github.mock.MkRepos: repository jeff/I03dTASTWbZzwVLdnIku created by jeff
[0;37mINFOm] pool-1-thread-32 com.jcabi.github.mock.MkEvent: issue event #1 of type labeled created in jeff for issue #2 by samuel
[0;37mINFOm] pool-1-thread-44 com.jcabi.github.mock.MkRepos: repository jeff/zZ0kC0jHLOfoTP5OCTtR created by jeff
[0;37mINFOm] pool-1-thread-44 com.jcabi.github.mock.MkEvent: issue event #1 of type unlocked created in jeff for issue #2 by jill
[0;37mINFOm] pool-1-thread-28 com.jcabi.github.mock.MkRepos: repository jeff/rNElKNeaBpKuAUuvSefv created by jeff
[0;37mINFOm] pool-1-thread-28 com.jcabi.github.mock.MkEvent: issue event #1 of type closed created in jeff for issue #3 by john
[0;37mINFOm] pool-1-thread-28 com.jcabi.github.mock.MkEvent: issue event #2 of type reopened created in jeff for issue #3 by jane
[0;37mINFOm] pool-1-thread-33 com.jcabi.github.mock.MkRepos: repository jeff/Uo5zvxIIHgYH39bd9wl3 created by jeff
[0;37mINFOm] pool-1-thread-33 com.jcabi.github.mock.MkEvent: issue event #1 of type locked created in jeff for issue #2 by jack
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.422 sec - in com.jcabi.github.mock.MkIssueEventsTest
Running com.jcabi.github.mock.MkBlobsTest
[0;37mINFOm] pool-1-thread-22 com.jcabi.github.mock.MkRepos: repository jeff/uwrt6F8JGXdQxbXW8I4g created by jeff
[0;37mINFOm] pool-1-thread-17 com.jcabi.github.mock.MkRepos: repository jeff/PqiGL2evhFqGeaZXGZPO created by jeff
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 sec - in com.jcabi.github.mock.MkBlobsTest
Running com.jcabi.github.PublicKeyTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 sec - in com.jcabi.github.PublicKeyTest
Running com.jcabi.github.mock.MkReleaseTest
[0;37mINFOm] pool-1-thread-26 com.jcabi.github.mock.MkRepos: repository jeff/yVOU394D0q3fv8CFVX2P created by jeff
[0;37mINFOm] pool-1-thread-32 com.jcabi.github.mock.MkRepos: repository jeff/xYE8eyxswq6h8CQFHlRW created by jeff
[0;37mINFOm] pool-1-thread-2 com.jcabi.github.mock.MkRepos: repository jeff/YayAa6N8N8YVSY51zwoY created by jeff
[0;37mINFOm] pool-1-thread-25 com.jcabi.github.mock.MkRepos: repository jeff/J5F95Re7NvpH1cLRbc2I created by jeff
[0;37mINFOm] pool-1-thread-38 com.jcabi.github.mock.MkRepos: repository jeff/933VSlzpRiNZsDCgYCo9 created by jeff
[0;37mINFOm] pool-1-thread-30 com.jcabi.github.mock.MkRepos: repository jeff/0P8LAEGKlal44rcCs4uK created by jeff
[0;37mINFOm] pool-1-thread-23 com.jcabi.github.mock.MkRepos: repository jeff/tpvAxmZ7hxATppstqlcK created by jeff
[0;37mINFOm] pool-1-thread-16 com.jcabi.github.mock.MkRepos: repository jeff/gamAyO8xnKHwiAt7Ij4m created by jeff
[0;37mINFOm] pool-1-thread-29 com.jcabi.github.mock.MkRepos: repository jeff/QKV5HtGeL3JrazS0VRNH created by jeff
[0;37mINFOm] pool-1-thread-40 com.jcabi.github.mock.MkRepos: repository jeff/5axI1gKbBSKD7EN3rSuy created by jeff
[0;37mINFOm] pool-1-thread-19 com.jcabi.github.mock.MkRepos: repository jeff/HqeJxFnWxpIpdtqLX0hv created by jeff
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.549 sec - in com.jcabi.github.mock.MkReleaseTest
Running com.jcabi.github.mock.MkContentTest
[0;37mINFOm] pool-1-thread-2 com.jcabi.github.mock.MkRepos: repository jeff/ZrGgI1mou4dvMFzvNi52 created by jeff
[0;37mINFOm] pool-1-thread-16 com.jcabi.github.mock.MkRepos: repository jeff/59fYe6kNX2YzdT1IjvgS created by jeff
[0;37mINFOm] pool-1-thread-23 com.jcabi.github.mock.MkRepos: repository jeff/Xd7jiCp3ScCtM58xtIRn created by jeff
[0;37mINFOm] pool-1-thread-26 com.jcabi.github.mock.MkRepos: repository jeff/2NxM9rP7grInYtG78f5U created by jeff
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 sec - in com.jcabi.github.mock.MkContentTest
Running com.jcabi.github.VisibilityTest
[0;33mWARNm] pool-1-thread-16 org.reflections.Reflections: could not create Vfs.Dir from url. ignoring the exception and continuing
org.reflections.ReflectionsException: could not create Vfs.Dir from url, no matching UrlType was found [file:/usr/lib/jvm/java-7-openjdk-amd64/jre/lib/ext/libatk-wrapper.so]
either use fromURL(final URL url, final List<UrlType> urlTypes) or use the static setDefaultURLTypes(final List<UrlType> urlTypes) or addDefaultURLTypes(UrlType urlType) with your specialized UrlType.
        at org.reflections.vfs.Vfs.fromURL(Vfs.java:109)
        at org.reflections.vfs.Vfs.fromURL(Vfs.java:91)
        at org.reflections.Reflections.scan(Reflections.java:237)
        at org.reflections.Reflections.scan(Reflections.java:204)
        at org.reflections.Reflections.<init>(Reflections.java:129)
        at com.jcabi.github.ClasspathRule.allTypes(ClasspathRule.java:61)
        at com.jcabi.github.VisibilityTest.checkVisibility(VisibilityTest.java:81)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
        at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
        at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
        at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
        at com.jcabi.github.ClasspathRule$2.evaluate(ClasspathRule.java:102)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
        at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
        at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
        at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
        at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:387)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:473)
        at java.util.concurrent.FutureTask.run(FutureTask.java:262)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:622)
        at java.lang.Thread.run(Thread.java:748)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in com.jcabi.github.VisibilityTest
Running com.jcabi.github.mock.MkGithubTest
[0;37mINFOm] pool-1-thread-33 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-33 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/test by jeff: hey
[0;37mINFOm] pool-1-thread-33 com.jcabi.github.mock.MkComments: comment #1 posted to issue #1 by jeff: hey, works?
[0;37mINFOm] pool-1-thread-12 com.jcabi.github.mock.MkRepos: repository jeff/1eSeXqZVwjI4Q3v8HOWQ created by jeff
[0;37mINFOm] pool-3-thread-1 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-8 com.jcabi.github.mock.MkIssues: issue #2 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-7 com.jcabi.github.mock.MkIssues: issue #3 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-86 com.jcabi.github.mock.MkIssues: issue #4 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-6 com.jcabi.github.mock.MkIssues: issue #5 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-5 com.jcabi.github.mock.MkIssues: issue #6 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-4 com.jcabi.github.mock.MkIssues: issue #7 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-3 com.jcabi.github.mock.MkIssues: issue #8 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-2 com.jcabi.github.mock.MkIssues: issue #9 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-100 com.jcabi.github.mock.MkIssues: issue #10 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-99 com.jcabi.github.mock.MkIssues: issue #11 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-98 com.jcabi.github.mock.MkIssues: issue #12 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-97 com.jcabi.github.mock.MkIssues: issue #13 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-96 com.jcabi.github.mock.MkIssues: issue #14 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-95 com.jcabi.github.mock.MkIssues: issue #15 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-94 com.jcabi.github.mock.MkIssues: issue #16 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-93 com.jcabi.github.mock.MkIssues: issue #17 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-92 com.jcabi.github.mock.MkIssues: issue #18 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-91 com.jcabi.github.mock.MkIssues: issue #19 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-89 com.jcabi.github.mock.MkIssues: issue #20 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-90 com.jcabi.github.mock.MkIssues: issue #21 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-88 com.jcabi.github.mock.MkIssues: issue #22 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-87 com.jcabi.github.mock.MkIssues: issue #23 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-85 com.jcabi.github.mock.MkIssues: issue #24 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-84 com.jcabi.github.mock.MkIssues: issue #25 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-83 com.jcabi.github.mock.MkIssues: issue #26 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-82 com.jcabi.github.mock.MkIssues: issue #27 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-81 com.jcabi.github.mock.MkIssues: issue #28 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-80 com.jcabi.github.mock.MkIssues: issue #29 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-79 com.jcabi.github.mock.MkIssues: issue #30 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-78 com.jcabi.github.mock.MkIssues: issue #31 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-77 com.jcabi.github.mock.MkIssues: issue #32 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-76 com.jcabi.github.mock.MkIssues: issue #33 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-73 com.jcabi.github.mock.MkIssues: issue #34 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-75 com.jcabi.github.mock.MkIssues: issue #35 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-74 com.jcabi.github.mock.MkIssues: issue #36 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-72 com.jcabi.github.mock.MkIssues: issue #37 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-71 com.jcabi.github.mock.MkIssues: issue #38 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-70 com.jcabi.github.mock.MkIssues: issue #39 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-69 com.jcabi.github.mock.MkIssues: issue #40 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-68 com.jcabi.github.mock.MkIssues: issue #41 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-67 com.jcabi.github.mock.MkIssues: issue #42 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-66 com.jcabi.github.mock.MkIssues: issue #43 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-65 com.jcabi.github.mock.MkIssues: issue #44 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-64 com.jcabi.github.mock.MkIssues: issue #45 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-63 com.jcabi.github.mock.MkIssues: issue #46 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-62 com.jcabi.github.mock.MkIssues: issue #47 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-61 com.jcabi.github.mock.MkIssues: issue #48 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-60 com.jcabi.github.mock.MkIssues: issue #49 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-59 com.jcabi.github.mock.MkIssues: issue #50 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-58 com.jcabi.github.mock.MkIssues: issue #51 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-57 com.jcabi.github.mock.MkIssues: issue #52 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-56 com.jcabi.github.mock.MkIssues: issue #53 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-55 com.jcabi.github.mock.MkIssues: issue #54 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-54 com.jcabi.github.mock.MkIssues: issue #55 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-53 com.jcabi.github.mock.MkIssues: issue #56 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-52 com.jcabi.github.mock.MkIssues: issue #57 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-51 com.jcabi.github.mock.MkIssues: issue #58 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-50 com.jcabi.github.mock.MkIssues: issue #59 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-49 com.jcabi.github.mock.MkIssues: issue #60 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-48 com.jcabi.github.mock.MkIssues: issue #61 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-47 com.jcabi.github.mock.MkIssues: issue #62 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-45 com.jcabi.github.mock.MkIssues: issue #63 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-46 com.jcabi.github.mock.MkIssues: issue #64 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-44 com.jcabi.github.mock.MkIssues: issue #65 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-43 com.jcabi.github.mock.MkIssues: issue #66 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-42 com.jcabi.github.mock.MkIssues: issue #67 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-41 com.jcabi.github.mock.MkIssues: issue #68 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-39 com.jcabi.github.mock.MkIssues: issue #69 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-40 com.jcabi.github.mock.MkIssues: issue #70 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-37 com.jcabi.github.mock.MkIssues: issue #71 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-38 com.jcabi.github.mock.MkIssues: issue #72 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-35 com.jcabi.github.mock.MkIssues: issue #73 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-36 com.jcabi.github.mock.MkIssues: issue #74 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-34 com.jcabi.github.mock.MkIssues: issue #75 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-33 com.jcabi.github.mock.MkIssues: issue #76 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-30 com.jcabi.github.mock.MkIssues: issue #77 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-32 com.jcabi.github.mock.MkIssues: issue #78 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-31 com.jcabi.github.mock.MkIssues: issue #79 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-29 com.jcabi.github.mock.MkIssues: issue #80 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-28 com.jcabi.github.mock.MkIssues: issue #81 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-27 com.jcabi.github.mock.MkIssues: issue #82 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-26 com.jcabi.github.mock.MkIssues: issue #83 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-25 com.jcabi.github.mock.MkIssues: issue #84 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-24 com.jcabi.github.mock.MkIssues: issue #85 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-23 com.jcabi.github.mock.MkIssues: issue #86 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-22 com.jcabi.github.mock.MkIssues: issue #87 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-20 com.jcabi.github.mock.MkIssues: issue #88 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-21 com.jcabi.github.mock.MkIssues: issue #89 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-19 com.jcabi.github.mock.MkIssues: issue #90 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-18 com.jcabi.github.mock.MkIssues: issue #91 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-17 com.jcabi.github.mock.MkIssues: issue #92 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-16 com.jcabi.github.mock.MkIssues: issue #93 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-15 com.jcabi.github.mock.MkIssues: issue #94 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-14 com.jcabi.github.mock.MkIssues: issue #95 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-13 com.jcabi.github.mock.MkIssues: issue #96 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-12 com.jcabi.github.mock.MkIssues: issue #97 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-11 com.jcabi.github.mock.MkIssues: issue #98 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-10 com.jcabi.github.mock.MkIssues: issue #99 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-3-thread-9 com.jcabi.github.mock.MkIssues: issue #100 created in jeff/1eSeXqZVwjI4Q3v8HOWQ by jeff:
[0;37mINFOm] pool-1-thread-42 com.jcabi.github.mock.MkRepos: repository jeff/test created by jeff
[0;37mINFOm] pool-1-thread-42 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/test by jeff: title
[0;37mINFOm] pool-1-thread-42 com.jcabi.github.mock.MkComments: comment #1 posted to issue #1 by mark: Nice change
[0;37mINFOm] pool-1-thread-23 com.jcabi.github.mock.MkRepos: repository jeff/urxEaqwqzKSsaUhY0BDe created by jeff
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.116 sec - in com.jcabi.github.mock.MkGithubTest
Running com.jcabi.github.RtCommitTest
Sep 21, 2017 8:35:02 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-39 com.jcabi.http.mock.MkGrizzlyContainer: started on port #36630
[0;37mINFOm] pool-1-thread-39 com.jcabi.github.mock.MkRepos: repository jeff/XHEJf6DSyPUTL7jv3MbS created by jeff
[0;37mINFOm] pool-1-thread-39 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:36630 /repos/jeff/XHEJf6DSyPUTL7jv3MbS/git/commits/sha): [200 OK] in 2ms
[0;37mINFOm] pool-1-thread-39 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #36630
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.033 sec - in com.jcabi.github.RtCommitTest
Running com.jcabi.github.RtRepoCommitsTest
[0;37mINFOm] pool-1-thread-39 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/repos/user/repo/commits): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-39 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/repos/user/repo/compare/6dcb09b5b57875f334f61aebed695e2e4193db55...6dcb09b5b57875f334f61aebed695e2e4193db56): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-39 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/repos/user/repo/compare/6dcb09b5b57875f334f61aebed695e2e4193db57...6dcb09b5b57875f334f61aebed695e2e4193db58): [200 OK] in 0ms
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in com.jcabi.github.RtRepoCommitsTest
Running com.jcabi.github.RtPublicMembersTest
Sep 21, 2017 8:35:05 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-48 com.jcabi.http.mock.MkGrizzlyContainer: started on port #33233
[0;37mINFOm] pool-1-thread-48 com.jcabi.http.request.BaseRequest: #fetch(PUT localhost:33233 /orgs/starfleet/public_members/wesley): [204 No Content] in 7ms
[0;37mINFOm] pool-1-thread-48 com.jcabi.http.request.BaseRequest: #fetch(PUT localhost:33233 /orgs/starfleet/public_members/wesley): [500 Internal Server Error] in 12ms
[0;37mINFOm] pool-1-thread-48 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #33233
[0;37mINFOm] pool-1-thread-35 com.jcabi.http.mock.MkGrizzlyContainer: started on port #42537
[0;37mINFOm] pool-1-thread-35 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:42537 /orgs/starfleet/public_members): [200 OK] in 9ms
[0;37mINFOm] pool-1-thread-35 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:42537 /orgs/starfleet/public_members): [500 Internal Server Error] in 4ms
[0;37mINFOm] pool-1-thread-35 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #42537
Sep 21, 2017 8:35:05 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
Sep 21, 2017 8:35:05 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.mock.MkGrizzlyContainer: started on port #36286
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:36286 /orgs/starfleet/public_members/wesley): [404 Not Found] in 9ms
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:36286 /orgs/starfleet/public_members/wesley): [404 Not Found] in 10ms
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:36286 /orgs/starfleet/public_members/wesley): [204 No Content] in 5ms
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:36286 /orgs/starfleet/public_members/wesley): [500 Internal Server Error] in 12ms
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #36286
Sep 21, 2017 8:35:05 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-24 com.jcabi.http.mock.MkGrizzlyContainer: started on port #35350
[0;37mINFOm] pool-1-thread-24 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:35350 /orgs/starfleet/public_members/wesley): [204 No Content] in 16ms
[0;37mINFOm] pool-1-thread-24 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:35350 /orgs/starfleet/public_members/wesley): [500 Internal Server Error] in 4ms
[0;37mINFOm] pool-1-thread-24 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #35350
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.589 sec - in com.jcabi.github.RtPublicMembersTest
Running com.jcabi.github.RtMilestonesTest
Sep 21, 2017 8:35:05 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-31 com.jcabi.http.mock.MkGrizzlyContainer: started on port #39461
[0;37mINFOm] pool-1-thread-31 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:39461 /repos/mark/test/milestones/1): [204 No Content] in 5ms
[0;37mINFOm] pool-1-thread-31 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #39461
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.264 sec - in com.jcabi.github.RtMilestonesTest
Running com.jcabi.github.RtGithubTest
[0;37mINFOm] pool-1-thread-18 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/meta): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-18 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/meta): [200 OK] in 2ms
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in com.jcabi.github.RtGithubTest
Running com.jcabi.github.BulkTest
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class): [200 OK] in 0ms
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in com.jcabi.github.BulkTest
Running com.jcabi.github.RtUserTest
Sep 21, 2017 8:35:05 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-47 com.jcabi.http.mock.MkGrizzlyContainer: started on port #41168
[0;37mINFOm] pool-1-thread-47 com.jcabi.http.request.BaseRequest: #fetch(PATCH localhost:41168 /user): [200 OK] in 8ms
[0;37mINFOm] pool-1-thread-47 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #41168
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-30 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-42 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 1ms
[0;37mINFOm] pool-1-thread-36 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-7 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-30 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-29 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-20 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-17 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-20 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-36 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-3 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-29 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 3ms
[0;37mINFOm] pool-1-thread-1 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-17 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-20 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/notifications): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-8 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-44 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-30 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-7 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-36 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-2 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/user): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-38 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-42 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/users/octoc): [200 OK] in 1ms
Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.712 sec - in com.jcabi.github.RtUserTest
Running com.jcabi.github.RtReposTest
Sep 21, 2017 8:35:05 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-19 com.jcabi.http.mock.MkGrizzlyContainer: started on port #35640
[0;37mINFOm] pool-1-thread-19 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:35640 /): [200 OK] in 9ms
[0;37mINFOm] pool-1-thread-19 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #35640
Sep 21, 2017 8:35:05 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-42 com.jcabi.http.mock.MkGrizzlyContainer: started on port #40188
[0;37mINFOm] pool-1-thread-42 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:40188 /user/repos): [201 Created] in 6ms
[0;37mINFOm] pool-1-thread-42 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #40188
[0;37mINFOm] pool-1-thread-22 com.jcabi.http.mock.MkGrizzlyContainer: started on port #43860
[0;37mINFOm] pool-1-thread-22 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:43860 /repos/): [204 No Content] in 7ms
[0;37mINFOm] pool-1-thread-22 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #43860
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.359 sec - in com.jcabi.github.RtReposTest
Running com.jcabi.github.mock.MkPullCommentsTest
[0;37mINFOm] pool-1-thread-26 com.jcabi.github.mock.MkRepos: repository jamie/incredible created by jamie
[0;37mINFOm] pool-1-thread-26 com.jcabi.github.mock.MkIssues: issue #1 created in jamie/incredible by jamie: pullrequest1
[0;37mINFOm] pool-1-thread-23 com.jcabi.github.mock.MkRepos: repository jeff/VogKQl7jfLplDsCceAhZ created by jeff
[0;37mINFOm] pool-1-thread-23 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/VogKQl7jfLplDsCceAhZ by jeff: hello
[0;37mINFOm] pool-1-thread-41 com.jcabi.github.mock.MkRepos: repository jeff/mGLEERqeONNKuWaBomN9 created by jeff
[0;37mINFOm] pool-1-thread-41 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/mGLEERqeONNKuWaBomN9 by jeff: hello
[0;37mINFOm] pool-1-thread-41 com.jcabi.github.mock.MkIssues: issue #2 created in jeff/mGLEERqeONNKuWaBomN9 by jeff: new
[0;37mINFOm] pool-1-thread-32 com.jcabi.github.mock.MkRepos: repository jeff/IzjTlDxJB12lvCgyZIf7 created by jeff
[0;37mINFOm] pool-1-thread-32 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/IzjTlDxJB12lvCgyZIf7 by jeff: hello
[0;37mINFOm] pool-1-thread-16 com.jcabi.github.mock.MkRepos: repository jeff/QzTQPKmVrHaBwaDaYSzw created by jeff
[0;37mINFOm] pool-1-thread-16 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/QzTQPKmVrHaBwaDaYSzw by jeff: hello
[0;37mINFOm] pool-1-thread-23 com.jcabi.github.mock.MkRepos: repository jeff/766QINICi7KEFJt2INqI created by jeff
[0;37mINFOm] pool-1-thread-23 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/766QINICi7KEFJt2INqI by jeff: hello
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.28 sec - in com.jcabi.github.mock.MkPullCommentsTest
Running com.jcabi.github.RtBlobsTest
Sep 21, 2017 8:35:05 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.mock.MkGrizzlyContainer: started on port #39315
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:39315 /repos/mark/test/git/blobs): [201 Created] in 13ms
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:39315 /repos/mark/test/git/blobs/498c0ce0f3a5de918847828e66ffb62515e75246): [200 OK] in 4ms
[0;37mINFOm] pool-1-thread-10 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #39315
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.502 sec - in com.jcabi.github.RtBlobsTest
Running com.jcabi.github.mock.JsonNodeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in com.jcabi.github.mock.JsonNodeTest
Running com.jcabi.github.RtIssueTest
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/repos/user/repo/issues/1): [200 OK] in 0ms
Sep 21, 2017 8:35:06 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.mock.MkGrizzlyContainer: started on port #46058
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.request.BaseRequest: #fetch(PATCH localhost:46058 /repos/user/repo/issues/1): [200 OK] in 6ms
[0;37mINFOm] pool-1-thread-4 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #46058
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 sec - in com.jcabi.github.RtIssueTest
Running com.jcabi.github.RtReferencesTest
Sep 21, 2017 8:35:05 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-33 com.jcabi.http.mock.MkGrizzlyContainer: started on port #40548
[0;37mINFOm] pool-1-thread-33 com.jcabi.github.mock.MkRepos: repository jeff/Sr0QlPB98IG7hZHEYWrl created by jeff
[0;37mINFOm] pool-1-thread-33 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #40548
Sep 21, 2017 8:35:05 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-38 com.jcabi.http.mock.MkGrizzlyContainer: started on port #32900
[0;37mINFOm] pool-1-thread-38 com.jcabi.github.mock.MkRepos: repository jeff/NHrz5TramvFneoQG7Bez created by jeff
[0;37mINFOm] pool-1-thread-38 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:32900 /repos/jeff/NHrz5TramvFneoQG7Bez/git/refs/heads): [200 OK] in 4ms
[0;37mINFOm] pool-1-thread-38 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #32900
Sep 21, 2017 8:35:05 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-20 com.jcabi.http.mock.MkGrizzlyContainer: started on port #35113
[0;37mINFOm] pool-1-thread-20 com.jcabi.github.mock.MkRepos: repository jeff/3s474ec33pGconccSPYL created by jeff
[0;37mINFOm] pool-1-thread-20 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:35113 /repos/jeff/3s474ec33pGconccSPYL/git/refs/heads/feature-a): [204 No Content] in 5ms
[0;37mINFOm] pool-1-thread-20 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #35113
Sep 21, 2017 8:35:05 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-22 com.jcabi.http.mock.MkGrizzlyContainer: started on port #41965
[0;37mINFOm] pool-1-thread-22 com.jcabi.github.mock.MkRepos: repository jeff/LooNOh26HRKvAjLN4pxx created by jeff
[0;37mINFOm] pool-1-thread-22 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:41965 /repos/jeff/LooNOh26HRKvAjLN4pxx/git/refs): [201 Created] in 8ms
[0;37mINFOm] pool-1-thread-22 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #41965
Sep 21, 2017 8:35:05 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-29 com.jcabi.http.mock.MkGrizzlyContainer: started on port #40304
[0;37mINFOm] pool-1-thread-29 com.jcabi.github.mock.MkRepos: repository jeff/2Ffmkj21POeg8c9rUFVW created by jeff
[0;37mINFOm] pool-1-thread-29 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:40304 /repos/jeff/2Ffmkj21POeg8c9rUFVW/git/refs/tags): [200 OK] in 4ms
[0;37mINFOm] pool-1-thread-29 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #40304
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.672 sec - in com.jcabi.github.RtReferencesTest
Running com.jcabi.github.mock.MkCommentsTest
[0;37mINFOm] pool-1-thread-34 com.jcabi.github.mock.MkRepos: repository jeff/7ihduRYaci4dAxi5nrTD created by jeff
[0;37mINFOm] pool-1-thread-34 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/7ihduRYaci4dAxi5nrTD by jeff: hey
[0;37mINFOm] pool-1-thread-34 com.jcabi.github.mock.MkComments: comment #1 posted to issue #1 by jeff: hello, dude!
[0;37mINFOm] pool-1-thread-34 com.jcabi.github.mock.MkComments: comment #2 posted to issue #1 by jeff: hello again
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 sec - in com.jcabi.github.mock.MkCommentsTest
Running com.jcabi.github.LabelTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in com.jcabi.github.LabelTest
Running com.jcabi.github.mock.MkGistsTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.2 sec - in com.jcabi.github.mock.MkGistsTest
Running com.jcabi.github.RtCommitsTest
Sep 21, 2017 8:35:06 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-31 com.jcabi.http.mock.MkGrizzlyContainer: started on port #35700
[0;37mINFOm] pool-1-thread-31 com.jcabi.github.mock.MkRepos: repository jeff/AzpIPZgRX0x5GqF4dcN8 created by jeff
[0;37mINFOm] pool-1-thread-31 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:35700 /repos/jeff/AzpIPZgRX0x5GqF4dcN8/git/commits): [201 Created] in 10ms
[0;37mINFOm] pool-1-thread-31 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #35700
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.037 sec - in com.jcabi.github.RtCommitsTest
Running com.jcabi.github.RtOrganizationTest
[0;37mINFOm] pool-1-thread-20 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/orgs/testJson): [200 OK] in 0ms
Sep 21, 2017 8:35:05 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-29 com.jcabi.http.mock.MkGrizzlyContainer: started on port #37485
[0;37mINFOm] pool-1-thread-29 com.jcabi.http.request.BaseRequest: #fetch(PATCH localhost:37485 /orgs/testPatch): [200 OK] in 5ms
[0;37mINFOm] pool-1-thread-29 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #37485
Sep 21, 2017 8:35:05 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
Sep 21, 2017 8:35:05 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-17 com.jcabi.http.mock.MkGrizzlyContainer: started on port #44258
[0;37mINFOm] pool-1-thread-17 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #44258
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.034 sec - in com.jcabi.github.RtOrganizationTest
Running com.jcabi.github.mock.MkIssueTest
[0;37mINFOm] pool-1-thread-19 com.jcabi.github.mock.MkRepos: repository jeff/KvPDNYhyvnkcAl3Ni01t created by jeff
[0;37mINFOm] pool-1-thread-19 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/KvPDNYhyvnkcAl3Ni01t by jeff: hey
[0;37mINFOm] pool-1-thread-32 com.jcabi.github.mock.MkRepos: repository jeff/LgtLDUsa1vruwn5r7BsP created by jeff
[0;37mINFOm] pool-1-thread-32 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/LgtLDUsa1vruwn5r7BsP by jeff: hey
[0;37mINFOm] pool-1-thread-24 com.jcabi.github.mock.MkRepos: repository first/0T05VEyNY66z7YMeLarG created by first
[0;37mINFOm] pool-1-thread-24 com.jcabi.github.mock.MkIssues: issue #1 created in first/0T05VEyNY66z7YMeLarG by second:
[0;37mINFOm] pool-1-thread-10 com.jcabi.github.mock.MkRepos: repository jeff/JsmgaF3CPNT0XCpBevh8 created by jeff
[0;37mINFOm] pool-1-thread-10 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/JsmgaF3CPNT0XCpBevh8 by jeff: hey
[0;37mINFOm] pool-1-thread-10 com.jcabi.github.mock.MkEvent: issue event #1 of type closed created in jeff for issue #1 by jeff
[0;37mINFOm] pool-1-thread-10 com.jcabi.github.mock.MkEvent: issue event #2 of type reopened created in jeff for issue #1 by jeff
[0;37mINFOm] pool-1-thread-6 com.jcabi.github.mock.MkRepos: repository jeff/uahsTPnz9kl8EMo7ZwEV created by jeff
[0;37mINFOm] pool-1-thread-6 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/uahsTPnz9kl8EMo7ZwEV by jeff: hey
[0;37mINFOm] pool-1-thread-6 com.jcabi.github.mock.MkEvent: issue event #1 of type labeled created in jeff for issue #1 by jeff
[0;37mINFOm] pool-1-thread-29 com.jcabi.github.mock.MkRepos: repository jeff/n39e7Omdr4ciCgEQVNcO created by jeff
[0;37mINFOm] pool-1-thread-29 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/n39e7Omdr4ciCgEQVNcO by jeff: hey
[0;37mINFOm] pool-1-thread-26 com.jcabi.github.mock.MkRepos: repository jeff/AaC6E3RoJ4f3M20Ui7un created by jeff
[0;37mINFOm] pool-1-thread-26 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/AaC6E3RoJ4f3M20Ui7un by jeff: hey
[0;37mINFOm] pool-1-thread-42 com.jcabi.github.mock.MkRepos: repository jeff/9Fijqk1vDxk01SYDuLs8 created by jeff
[0;37mINFOm] pool-1-thread-42 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/9Fijqk1vDxk01SYDuLs8 by jeff: hey
[0;37mINFOm] pool-1-thread-11 com.jcabi.github.mock.MkRepos: repository jeff/8k98S6uvmv5UgZQJplQS created by jeff
[0;37mINFOm] pool-1-thread-11 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/8k98S6uvmv5UgZQJplQS by jeff: hey
[0;37mINFOm] pool-1-thread-38 com.jcabi.github.mock.MkRepos: repository jeff/pil0mmrQWUGD5riOuILs created by jeff
[0;37mINFOm] pool-1-thread-38 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/pil0mmrQWUGD5riOuILs by jeff: hey
[0;37mINFOm] pool-1-thread-41 com.jcabi.github.mock.MkRepos: repository jeff/WukvNWMhnYXcrMw0qIbN created by jeff
[0;37mINFOm] pool-1-thread-41 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/WukvNWMhnYXcrMw0qIbN by jeff: hey
[0;37mINFOm] pool-1-thread-41 com.jcabi.github.mock.MkEvent: issue event #1 of type closed created in jeff for issue #1 by jeff
[0;37mINFOm] pool-1-thread-23 com.jcabi.github.mock.MkRepos: repository jeff/FTm3Z5qZfFldRxvkOrOI created by jeff
[0;37mINFOm] pool-1-thread-23 com.jcabi.github.mock.MkIssues: issue #1 created in jeff/FTm3Z5qZfFldRxvkOrOI by jeff: hey
[0;37mINFOm] pool-1-thread-23 com.jcabi.github.mock.MkEvent: issue event #1 of type closed created in jeff for issue #1 by jeff
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.449 sec - in com.jcabi.github.mock.MkIssueTest
Running com.jcabi.github.RtReleasesTest
[0;37mINFOm] pool-1-thread-22 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/repos/test/releases/releases): [200 OK] in 0ms
Sep 21, 2017 8:35:02 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-27 com.jcabi.http.mock.MkGrizzlyContainer: started on port #43601
[0;37mINFOm] pool-1-thread-27 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:43601 /repos/test/releases/releases/1): [204 No Content] in 239ms
[0;37mINFOm] pool-1-thread-27 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #43601
[0;37mINFOm] pool-1-thread-22 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/repos/test/releases/releases): [200 OK] in 0ms
Sep 21, 2017 8:35:02 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-22 com.jcabi.http.mock.MkGrizzlyContainer: started on port #33988
[0;37mINFOm] pool-1-thread-22 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:33988 /repos/test/releases/releases): [201 Created] in 3ms
[0;37mINFOm] pool-1-thread-22 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:33988 /repos/test/releases/releases/1): [200 OK] in 2ms
[0;37mINFOm] pool-1-thread-22 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #33988
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.3 sec - in com.jcabi.github.RtReleasesTest
Running com.jcabi.github.mock.MkUserTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in com.jcabi.github.mock.MkUserTest
Running com.jcabi.github.wire.RetryCarefulWireTest
[0;37mINFOm] pool-1-thread-25 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class): [200 OK] in 1ms
Sep 21, 2017 8:35:05 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.mock.MkGrizzlyContainer: started on port #44658
[0;33mWARNm] pool-1-thread-13 com.jcabi.http.wire.RetryWire: GET http://localhost:44658/ returns 500 status (attempt #1)
[0;33mWARNm] pool-1-thread-13 com.jcabi.http.wire.RetryWire: GET http://localhost:44658/ returns 500 status (attempt #2)
[0;37mINFOm] pool-1-thread-13 com.jcabi.github.wire.CarefulWire: Remaining number of requests per hour is less than 10. Waiting for 5 seconds.
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:44658 /): [200 OK] in 5s
[0;37mINFOm] pool-1-thread-13 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #44658
[0;37mINFOm] pool-1-thread-25 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class): [200 OK] in 0ms
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.026 sec - in com.jcabi.github.wire.RetryCarefulWireTest
Running com.jcabi.github.RtOrganizationsTest
Sep 21, 2017 8:35:05 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-18 com.jcabi.http.mock.MkGrizzlyContainer: started on port #33010
[0;37mINFOm] pool-1-thread-18 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:33010 /user/orgs): [200 OK] in 21ms
[0;37mINFOm] pool-1-thread-18 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #33010
Sep 21, 2017 8:35:05 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-21 com.jcabi.http.mock.MkGrizzlyContainer: started on port #42813
[0;37mINFOm] pool-1-thread-21 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #42813
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.502 sec - in com.jcabi.github.RtOrganizationsTest
Running com.jcabi.github.wire.CarefulWireTest
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class): [200 OK] in 0ms
[0;37mINFOm] pool-1-thread-14 com.jcabi.github.wire.CarefulWire: Remaining number of requests per hour is less than 10. Waiting for 5 seconds.
[0;37mINFOm] pool-1-thread-14 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class): [200 OK] in 5s
[0;37mINFOm] pool-1-thread-28 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class): [200 OK] in 0ms
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.004 sec - in com.jcabi.github.wire.CarefulWireTest
Running com.jcabi.github.mock.MkOrganizationsTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.04 sec - in com.jcabi.github.mock.MkOrganizationsTest
Running com.jcabi.github.RtReleaseAssetTest
Sep 21, 2017 8:35:06 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-18 com.jcabi.http.mock.MkGrizzlyContainer: started on port #37284
[0;37mINFOm] pool-1-thread-18 com.jcabi.github.mock.MkRepos: repository john/blueharvest created by john
[0;37mINFOm] pool-1-thread-18 com.jcabi.http.request.BaseRequest: #fetch(PATCH localhost:37284 /repos/john/blueharvest/releases/assets/2): [200 OK] in 3ms
[0;37mINFOm] pool-1-thread-18 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #37284
Sep 21, 2017 8:35:06 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.mock.MkGrizzlyContainer: started on port #40841
[0;37mINFOm] pool-1-thread-5 com.jcabi.github.mock.MkRepos: repository john/blueharvest created by john
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:40841 /repos/john/blueharvest/releases/assets/4): [200 OK] in 6ms
[0;37mINFOm] pool-1-thread-5 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #40841
[0;37mINFOm] pool-1-thread-22 com.jcabi.github.mock.MkRepos: repository john/blueharvest created by john
[0;37mINFOm] pool-1-thread-29 com.jcabi.github.mock.MkRepos: repository john/blueharvest created by john
[0;37mINFOm] pool-1-thread-29 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/repos/john/blueharvest/releases/assets/1): [200 OK] in 0ms
Sep 21, 2017 8:35:06 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-20 com.jcabi.http.mock.MkGrizzlyContainer: started on port #36752
[0;37mINFOm] pool-1-thread-20 com.jcabi.github.mock.MkRepos: repository john/blueharvest created by john
[0;37mINFOm] pool-1-thread-20 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:36752 /repos/john/blueharvest/releases/assets/3): [204 No Content] in 6ms
[0;37mINFOm] pool-1-thread-20 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #36752
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.129 sec - in com.jcabi.github.RtReleaseAssetTest
Running com.jcabi.github.RtHooksTest
Sep 21, 2017 8:35:05 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-45 com.jcabi.http.mock.MkGrizzlyContainer: started on port #41880
[0;37mINFOm] pool-1-thread-45 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:41880 /repos/test/hooks/hooks): [200 OK] in 12ms
[0;37mINFOm] pool-1-thread-45 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #41880
Sep 21, 2017 8:35:05 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-28 com.jcabi.http.mock.MkGrizzlyContainer: started on port #39724
[0;37mINFOm] pool-1-thread-28 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:39724 /repos/test/hooks/hooks): [201 Created] in 6ms
[0;37mINFOm] pool-1-thread-28 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:39724 /repos/test/hooks/hooks/1): [200 OK] in 2ms
[0;37mINFOm] pool-1-thread-28 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #39724
Sep 21, 2017 8:35:05 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-44 com.jcabi.http.mock.MkGrizzlyContainer: started on port #39954
[0;37mINFOm] pool-1-thread-44 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:39954 /repos/test/hooks/hooks/1): [204 No Content] in 7ms
[0;37mINFOm] pool-1-thread-44 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #39954
Sep 21, 2017 8:35:05 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-43 com.jcabi.http.mock.MkGrizzlyContainer: started on port #45508
[0;37mINFOm] pool-1-thread-43 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:45508 /repos/test/hooks/hooks): [200 OK] in 4ms
[0;37mINFOm] pool-1-thread-43 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #45508
Sep 21, 2017 8:35:05 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-22 com.jcabi.http.mock.MkGrizzlyContainer: started on port #35571
[0;37mINFOm] pool-1-thread-22 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:35571 /repos/test/hooks/hooks/1): [200 OK] in 18ms
[0;37mINFOm] pool-1-thread-22 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #35571
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.172 sec - in com.jcabi.github.RtHooksTest
Running com.jcabi.github.RtTagsTest
Sep 21, 2017 8:35:06 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.mock.MkGrizzlyContainer: started on port #45022
[0;37mINFOm] pool-1-thread-16 com.jcabi.github.mock.MkRepos: repository jeff/ZtEvz7mAeeRy88xdO9jB created by jeff
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:45022 /repos/jeff/ZtEvz7mAeeRy88xdO9jB/git/tags): [201 Created] in 33ms
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.request.BaseRequest: #fetch(POST localhost:45022 /repos/jeff/ZtEvz7mAeeRy88xdO9jB/git/refs): [201 Created] in 7ms
[0;37mINFOm] pool-1-thread-16 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #45022
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.057 sec - in com.jcabi.github.RtTagsTest
Running com.jcabi.github.mock.MkBranchesTest
[0;37mINFOm] pool-1-thread-22 com.jcabi.github.mock.MkRepos: repository jeff/ymixKlb7VBzBvw8VAYCJ created by jeff
[0;37mINFOm] pool-1-thread-2 com.jcabi.github.mock.MkRepos: repository jeff/0n7CbRzPwXrr9WLrYblZ created by jeff
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 sec - in com.jcabi.github.mock.MkBranchesTest
Running com.jcabi.github.RtGitignoresTest
[0;37mINFOm] pool-1-thread-36 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:12345 /see-FakeRequest-class/gitignore/templates/C#): [200 OK] in 0ms
Sep 21, 2017 8:35:05 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-36 com.jcabi.http.mock.MkGrizzlyContainer: started on port #36230
[0;37mINFOm] pool-1-thread-36 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:36230 /gitignore/templates): [200 OK] in 7ms
[0;37mINFOm] pool-1-thread-36 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #36230
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.014 sec - in com.jcabi.github.RtGitignoresTest
Running com.jcabi.github.RtPullTest
Sep 21, 2017 8:35:05 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-38 com.jcabi.http.mock.MkGrizzlyContainer: started on port #40431
[0;37mINFOm] pool-1-thread-38 com.jcabi.http.request.BaseRequest: #fetch(PUT localhost:40431 /repos/user/repo/pulls/3/merge): [200 OK] in 10ms
[0;37mINFOm] pool-1-thread-38 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #40431
Sep 21, 2017 8:35:05 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.mock.MkGrizzlyContainer: started on port #33022
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:33022 /repos/user/repo/pulls/2/files): [200 OK] in 8ms
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #33022
Sep 21, 2017 8:35:05 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-46 com.jcabi.http.mock.MkGrizzlyContainer: started on port #46164
[0;37mINFOm] pool-1-thread-46 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #46164
Sep 21, 2017 8:35:05 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-7 com.jcabi.http.mock.MkGrizzlyContainer: started on port #45571
[0;37mINFOm] pool-1-thread-7 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:45571 /repos/user/repo/pulls/1): [200 OK] in 15ms
[0;37mINFOm] pool-1-thread-7 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #45571
Sep 21, 2017 8:35:05 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-47 com.jcabi.http.mock.MkGrizzlyContainer: started on port #36985
[0;37mINFOm] pool-1-thread-47 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:36985 /repos/user/repo/pulls/1): [200 OK] in 7ms
[0;37mINFOm] pool-1-thread-47 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #36985
Tests run: 7, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.699 sec - in com.jcabi.github.RtPullTest
Running com.jcabi.github.RtContentsTest
Sep 21, 2017 8:35:04 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-48 com.jcabi.http.mock.MkGrizzlyContainer: started on port #45863
[0;37mINFOm] pool-1-thread-48 com.jcabi.http.request.BaseRequest: #fetch(DELETE localhost:45863 /repos/test/contents/contents/to/remove): [200 OK] in 9ms
[0;37mINFOm] pool-1-thread-48 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #45863
Sep 21, 2017 8:35:04 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-33 com.jcabi.http.mock.MkGrizzlyContainer: started on port #38778
[0;37mINFOm] pool-1-thread-33 com.jcabi.http.request.BaseRequest: #fetch(PUT localhost:38778 /repos/test/contents/contents/test/thefile): [201 Created] in 4ms
[0;37mINFOm] pool-1-thread-33 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:38778 /repos/test/contents/contents/test/thefile): [200 OK] in 4ms
[0;37mINFOm] pool-1-thread-33 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #38778
Sep 21, 2017 8:35:04 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.mock.MkGrizzlyContainer: started on port #38606
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:38606 /repos/test/contents/readme): [200 OK] in 8ms
[0;37mINFOm] pool-1-thread-9 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #38606
Sep 21, 2017 8:35:04 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-21 com.jcabi.http.mock.MkGrizzlyContainer: started on port #41057
[0;37mINFOm] pool-1-thread-21 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:41057 /repos/test/contents/readme): [200 OK] in 21ms
[0;37mINFOm] pool-1-thread-21 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #41057
Sep 21, 2017 8:35:04 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-40 com.jcabi.http.mock.MkGrizzlyContainer: started on port #46266
[0;37mINFOm] pool-1-thread-40 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:46266 /repos/test/contents/contents/dir): [200 OK] in 6ms
[0;37mINFOm] pool-1-thread-40 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #46266
Sep 21, 2017 8:35:04 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-47 com.jcabi.http.mock.MkGrizzlyContainer: started on port #46691
[0;37mINFOm] pool-1-thread-47 com.jcabi.http.request.BaseRequest: #fetch(PUT localhost:46691 /repos/test/contents/contents/test.txt): [200 OK] in 12ms
[0;37mINFOm] pool-1-thread-47 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #46691
Sep 21, 2017 8:35:04 AM com.sun.grizzly.Controller logVersion
INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.64 - 9/21/17 8:35 AM
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.mock.MkGrizzlyContainer: started on port #45382
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:45382 /repos/test/contents/contents/test/file): [200 OK] in 6ms
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.request.BaseRequest: #fetch(GET localhost:45382 /repos/test/contents/contents/test/file): [200 OK] in 3ms
[0;37mINFOm] pool-1-thread-15 com.jcabi.http.mock.MkGrizzlyContainer: stopped on port #45382
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.375 sec - in com.jcabi.github.RtContentsTest

Results :

Tests run: 642, Failures: 0, Errors: 0, Skipped: 6

[INFO]
[INFO] <<< cobertura-maven-plugin:2.7:cobertura < [cobertura]test @ jcabi-github <<<
[INFO] preparing 'cobertura-integration-test' report requires '[cobertura]verify' forked phase execution
[INFO]
[INFO] >>> cobertura-maven-plugin:2.7:cobertura-integration-test > [cobertura]verify @ jcabi-github >>>
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create (jcabi-build-number) @ jcabi-github ---
[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd /home/r/repo && git rev-parse --verify --short=7 HEAD
[INFO] Working directory: /home/r/repo
[INFO] Storing buildNumber: 3d2665d at timestamp: 2017-09-21T08:35:12
[INFO] Storing buildScmBranch: __rultor
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (jcabi-build-number) @ jcabi-github ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jcabi-github ---
[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.3:compile (default-compile) @ jcabi-github ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 241 source files to /home/r/repo/target/classes
[INFO]
[INFO] --- jcabi-maven-plugin:0.13.2:ajc (jcabi-ajc-compile) @ jcabi-github ---

1130 warnings
[INFO] ajc result: 1476 file(s) processed, 0 pointcut(s) woven, 0 error(s), 0 warning(s)
[INFO]
[INFO] --- cobertura-maven-plugin:2.7:instrument @ jcabi-github ---
[INFO] Cobertura 2.1.1 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file
[INFO] Cobertura: Loaded information on 1476 classes.
[INFO] Cobertura: Saved information on 1476 classes.
[INFO] Cobertura: Saved information on 1476 classes.

[INFO] Instrumentation was successful.
[INFO] NOT adding cobertura ser file to attached artifacts list.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jcabi-github ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ jcabi-github ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- jcabi-maven-plugin:0.13.2:ajc (jcabi-ajc-test-compile) @ jcabi-github ---

22 warnings
[INFO] ajc result: 226 file(s) processed, 0 pointcut(s) woven, 0 error(s), 0 warning(s)
[INFO]
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ jcabi-github ---
[INFO] Skipping execution of surefire because it has already been run for this configuration
[INFO]
[INFO] --- jcabi-maven-plugin:0.13.2:versionalize (jcabi-versionalize-packages) @ jcabi-github ---
[INFO] Versionalizing /home/r/repo/target/generated-classes/cobertura directory
[0;37mINFOm] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 5.1.2.Final
[ERROR] JSR-303 validator failed to initialize: Unable to instantiate Configuration. (see http://aspects.jcabi.com/jsr-303.html)
[INFO] File /home/r/repo/target/generated-classes/cobertura/com/jcabi/github/com-jcabi-jcabi-github-jar.txt added
[INFO] File /home/r/repo/target/generated-classes/cobertura/com/jcabi/github/mock/com-jcabi-jcabi-github-jar.txt added
[INFO] File /home/r/repo/target/generated-classes/cobertura/com/jcabi/github/wire/com-jcabi-jcabi-github-jar.txt added
[INFO]
[INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ jcabi-github ---
[INFO] Building jar: /home/r/repo/target/jcabi-github-0.33.jar
[INFO]
[INFO] --- maven-site-plugin:3.4:attach-descriptor (jcabi-attach-descriptor) @ jcabi-github ---
[INFO]
[INFO] --- maven-assembly-plugin:2.4.1:single (assemble-all) @ jcabi-github ---
Downloading: https://repo.maven.apache.org/maven2/net/sourceforge/cobertura/cobertura/2.1.1/cobertura-2.1.1.pom
Downloaded: https://repo.maven.apache.org/maven2/net/sourceforge/cobertura/cobertura/2.1.1/cobertura-2.1.1.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.pom
Downloaded: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-parent/1.0.13/logback-parent-1.0.13.pom
Downloaded: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-parent/1.0.13/logback-parent-1.0.13.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.pom
Downloaded: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.pom (0 B at 0.0 KB/sec)
[INFO] Building jar: /home/r/repo/target/jcabi-github-0.33-jar-with-dependencies.jar
[INFO]
[INFO] --- maven-invoker-plugin:1.9:install (default) @ jcabi-github ---
[INFO] Installing /home/r/repo/pom.xml to /home/r/repo/target/local-repo/com/jcabi/jcabi-github/0.33/jcabi-github-0.33.pom
[INFO] Installing /home/r/repo/target/jcabi-github-0.33.jar to /home/r/repo/target/local-repo/com/jcabi/jcabi-github/0.33/jcabi-github-0.33.jar
[INFO] Installing /home/r/repo/target/jcabi-github-0.33-jar-with-dependencies.jar to /home/r/repo/target/local-repo/com/jcabi/jcabi-github/0.33/jcabi-github-0.33-jar-with-dependencies.jar
[INFO]
[INFO] --- maven-invoker-plugin:1.9:run (default) @ jcabi-github ---
[INFO] Building: fat-jar/pom.xml
[INFO] [INFO] Error stacktraces are turned on.
[INFO] [INFO] Scanning for projects...
[INFO] [INFO]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Building fat-jar 1.0-SNAPSHOT
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom (4 KB at 225.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom (13 KB at 2122.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-parent/21/maven-parent-21.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 KB at 4290.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/apache/10/apache-10.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/apache/10/apache-10.pom (15 KB at 7226.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar (25 KB at 6013.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom (8 KB at 2641.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom (9 KB at 4491.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-parent/22/maven-parent-22.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-parent/22/maven-parent-22.pom (30 KB at 7261.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/apache/11/apache-11.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/apache/11/apache-11.pom (15 KB at 4821.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar (29 KB at 7206.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.pom (10 KB at 33.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom (11 KB at 620.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-parent/23/maven-parent-23.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-parent/23/maven-parent-23.pom (32 KB at 5303.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.jar
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.jar
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.jar (42 KB at 1023.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom
[INFO] [INFO] Downloaded: https://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 365.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom (14 KB at 464.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar
[INFO] [INFO] Downloaded: https://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 901.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/gmaven/groovy-maven-plugin/2.0/groovy-maven-plugin-2.0.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/codehaus/gmaven/groovy-maven-plugin/2.0/groovy-maven-plugin-2.0.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/gmaven/groovy-maven-plugin/2.0/groovy-maven-plugin-2.0.pom (5 KB at 179.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/gmaven/gmaven/2.0/gmaven-2.0.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/codehaus/gmaven/gmaven/2.0/gmaven-2.0.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/gmaven/gmaven/2.0/gmaven-2.0.pom (21 KB at 720.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom (5 KB at 2354.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/gmaven/groovy-maven-plugin/2.0/groovy-maven-plugin-2.0.jar
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/codehaus/gmaven/groovy-maven-plugin/2.0/groovy-maven-plugin-2.0.jar
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/gmaven/groovy-maven-plugin/2.0/groovy-maven-plugin-2.0.jar (48 KB at 1153.8 KB/sec)
[INFO] [INFO]
[INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ fat-jar ---
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (2 KB at 1420.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven/2.0.6/maven-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9 KB at 4417.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-parent/5/maven-parent-5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 KB at 4960.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/apache/3/apache-3.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/apache/3/apache-3.pom (4 KB at 1674.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (4 KB at 1985.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (9 KB at 4081.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (9 KB at 4083.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar (13 KB at 3139.6 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (221 KB at 10035.2 KB/sec)
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ fat-jar ---
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom (3 KB at 1287.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom (2 KB at 977.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom (3 KB at 1487.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (2 KB at 1864.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9 KB at 4379.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (4 KB at 1928.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 480.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (6 KB at 5602.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/junit/junit/3.8.1/junit-3.8.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 487.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (7 KB at 6695.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (4 KB at 3054.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom (2 KB at 1933.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom (3 KB at 1280.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom (2 KB at 1806.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom (2 KB at 1540.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom (2 KB at 1900.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom (7 KB at 6553.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom (2 KB at 1866.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom (2 KB at 855.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom (2 KB at 702.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom (424 B at 207.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom (4 KB at 3821.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom (2 KB at 1664.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-cli/commons-cli/1.0/commons-cli-1.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-cli/commons-cli/1.0/commons-cli-1.0.pom (3 KB at 2055.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom (2 KB at 1970.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7 KB at 3462.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom (2 KB at 612.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/classworlds/classworlds/1.1/classworlds-1.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/classworlds/classworlds/1.1/classworlds-1.1.pom (4 KB at 1623.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (4 KB at 1627.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 KB at 8185.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom (6 KB at 2826.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom (9 KB at 4249.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (7 KB at 3344.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 KB at 5668.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom (889 B at 434.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (6 KB at 5705.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom (3 KB at 1397.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/spice/spice-parent/10/spice-parent-10.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/spice/spice-parent/10/spice-parent-10.pom (3 KB at 1472.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/forge/forge-parent/3/forge-parent-3.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/forge/forge-parent/3/forge-parent-3.pom (5 KB at 2457.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8 KB at 7874.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom (890 B at 869.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom (3 KB at 2781.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (16 KB at 7549.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar (29 KB at 14122.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar (56 KB at 27591.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar (35 KB at 11471.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar (114 KB at 22692.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar (21 KB at 6756.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (10 KB at 2427.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-cli/commons-cli/1.0/commons-cli-1.0.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar (6 KB at 1932.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar (149 KB at 37015.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar (14 KB at 3323.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/classworlds/classworlds/1.1/classworlds-1.1.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar (24 KB at 5975.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 KB at 7352.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (14 KB at 2618.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar (37 KB at 7201.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/classworlds/classworlds/1.1/classworlds-1.1.jar (37 KB at 6161.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar (48 KB at 7991.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/junit/junit/3.8.1/junit-3.8.1.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar (11 KB at 1428.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar (86 KB at 10664.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar (85 KB at 10545.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/junit/junit/3.8.1/junit-3.8.1.jar (119 KB at 13136.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar (7 KB at 831.2 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (190 KB at 18963.4 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar (43 KB at 4209.6 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar (60 KB at 5962.6 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar (218 KB at 18161.7 KB/sec)
[INFO] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] [INFO] skip non existing resourceDirectory /home/r/repo/target/it/fat-jar/src/main/resources
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ fat-jar ---
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom (2 KB at 1459.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven/2.0.9/maven-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven/2.0.9/maven-2.0.9.pom (19 KB at 18463.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-parent/8/maven-parent-8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-parent/8/maven-parent-8.pom (24 KB at 11783.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/apache/4/apache-4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/apache/4/apache-4.pom (5 KB at 4389.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom (2 KB at 1581.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom (3 KB at 2242.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom (8 KB at 3801.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom (3 KB at 1004.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom (4 KB at 1533.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom (2 KB at 1918.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom (3 KB at 2002.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom (2 KB at 1856.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom (2 KB at 1703.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom (3 KB at 2646.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom (3 KB at 2636.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom (2 KB at 1924.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom (3 KB at 2026.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom (2 KB at 1254.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom (4 KB at 1667.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom (4 KB at 3952.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom (5 KB at 4818.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (965 B at 471.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom (5 KB at 4630.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (7 KB at 6210.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (2 KB at 1424.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 KB at 10941.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-parent/11/maven-parent-11.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 KB at 15824.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/apache/5/apache-5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/apache/5/apache-5.pom (5 KB at 2000.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom (12 KB at 11360.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (3 KB at 2127.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (4 KB at 3164.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 868.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom (2 KB at 1911.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom (2 KB at 1853.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (8 KB at 7734.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (3 KB at 2914.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (3 KB at 2118.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (3 KB at 2120.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (2 KB at 772.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (2 KB at 1827.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom (2 KB at 1668.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (3 KB at 2708.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (4 KB at 3030.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 859.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (2 KB at 1883.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom (3 KB at 2015.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom (2 KB at 1227.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3 KB at 2891.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (7 KB at 6638.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (9 KB at 4100.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (6 KB at 5026.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (3 KB at 2016.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 795.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (5 KB at 2070.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 KB at 16889.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom (865 B at 40.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom (4 KB at 141.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (3 KB at 2992.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 KB at 9983.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (7 KB at 6600.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 KB at 13242.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom (4 KB at 3068.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom (19 KB at 9153.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom (690 B at 29.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.pom (769 B at 31.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compilers/2.2/plexus-compilers-2.2.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.2/plexus-compilers-2.2.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.2/plexus-compilers-2.2.pom (2 KB at 50.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom (3 KB at 1345.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom (3 KB at 2211.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom (4 KB at 1969.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom (3 KB at 2743.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/xbean/xbean/3.4/xbean-3.4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/xbean/xbean/3.4/xbean-3.4.pom (19 KB at 18097.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/log4j/log4j/1.2.12/log4j-1.2.12.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/log4j/log4j/1.2.12/log4j-1.2.12.pom (145 B at 141.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom (6 KB at 5221.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/google/collections/google-collections/1.0/google-collections-1.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/google/collections/google-collections/1.0/google-collections-1.0.pom (3 KB at 1210.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/google/google/1/google-1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/google/google/1/google-1.pom (2 KB at 1517.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/junit/junit/3.8.2/junit-3.8.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/junit/junit/3.8.2/junit-3.8.2.pom (747 B at 729.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar (13 KB at 6294.9 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar (87 KB at 21706.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar (21 KB at 10194.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar (48 KB at 23980.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar (35 KB at 11510.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar (156 KB at 31177.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar (24 KB at 5995.8 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar (206 KB at 22860.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar (14 KB at 2692.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar (86 KB at 17055.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar (11 KB at 2008.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar (29 KB at 5678.3 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar (37 KB at 7235.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar (57 KB at 9413.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar (119 KB at 14865.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar (33 KB at 4591.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 KB at 4445.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (14 KB at 1652.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/log4j/log4j/1.2.12/log4j-1.2.12.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (5 KB at 514.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.jar (46 KB at 5626.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/google/collections/google-collections/1.0/google-collections-1.0.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar (44 KB at 4839.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/junit/junit/3.8.2/junit-3.8.2.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar (131 KB at 13068.9 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar (212 KB at 17630.2 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/junit/junit/3.8.2/junit-3.8.2.jar (118 KB at 9817.7 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/log4j/log4j/1.2.12/log4j-1.2.12.jar (350 KB at 29141.0 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/google/collections/google-collections/1.0/google-collections-1.0.jar (625 KB at 36741.3 KB/sec)
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.jar
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.jar
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.jar (151 KB at 2433.8 KB/sec)
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar (5 KB at 60.2 KB/sec)
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar (25 KB at 305.1 KB/sec)
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.jar (19 KB at 225.9 KB/sec)
[INFO] [INFO] No sources to compile
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ fat-jar ---
[INFO] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] [INFO] skip non existing resourceDirectory /home/r/repo/target/it/fat-jar/src/test/resources
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ fat-jar ---
[INFO] [INFO] No sources to compile
[INFO] [INFO]
[INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ fat-jar ---
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom
[INFO] [INFO] Downloaded: https://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)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom
[INFO] [INFO] Downloaded: https://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)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.pom
[INFO] [INFO] Downloaded: https://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 257.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.pom
[INFO] [INFO] Downloaded: https://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)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom (16 KB at 658.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom (2 KB at 879.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom (2 KB at 1441.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom (4 KB at 3394.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom (17 KB at 16319.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/commons/commons-parent/22/commons-parent-22.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/commons/commons-parent/22/commons-parent-22.pom (41 KB at 20467.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom (4 KB at 3615.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom (10 KB at 4559.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-parent/13/maven-parent-13.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-parent/13/maven-parent-13.pom (23 KB at 11051.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/apache/6/apache-6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/apache/6/apache-6.pom (13 KB at 12496.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom (2 KB at 1207.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar (10 KB at 4949.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar (31 KB at 15165.5 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar (38 KB at 18541.0 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar (227 KB at 37731.4 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar (309 KB at 44057.6 KB/sec)
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar (14 KB at 472.2 KB/sec)
[INFO] [INFO] Downloaded: https://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)
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar (115 KB at 2126.4 KB/sec)
[INFO] [INFO] Downloaded: https://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 3246.5 KB/sec)
[INFO] [INFO] No tests to run.
[INFO] [INFO]
[INFO] [INFO] --- groovy-maven-plugin:2.0:execute (default) @ fat-jar ---
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/gossip/gossip-slf4j/1.8/gossip-slf4j-1.8.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/sonatype/gossip/gossip-slf4j/1.8/gossip-slf4j-1.8.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/gossip/gossip-slf4j/1.8/gossip-slf4j-1.8.pom (2 KB at 65.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/gossip/gossip/1.8/gossip-1.8.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/sonatype/gossip/gossip/1.8/gossip-1.8.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/gossip/gossip/1.8/gossip-1.8.pom (12 KB at 469.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/forge/forge-parent/9/forge-parent-9.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/9/forge-parent-9.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/9/forge-parent-9.pom (13 KB at 475.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/gossip/gossip-core/1.8/gossip-core-1.8.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/sonatype/gossip/gossip-core/1.8/gossip-core-1.8.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/gossip/gossip-core/1.8/gossip-core-1.8.pom (3 KB at 94.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/gossip/gossip-bootstrap/1.8/gossip-bootstrap-1.8.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/sonatype/gossip/gossip-bootstrap/1.8/gossip-bootstrap-1.8.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/gossip/gossip-bootstrap/1.8/gossip-bootstrap-1.8.pom (2 KB at 71.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/google/guava/guava/14.0.1/guava-14.0.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/google/guava/guava/14.0.1/guava-14.0.1.pom (6 KB at 2625.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom (3 KB at 2495.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom (4 KB at 155.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 KB at 9088.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom (2 KB at 45.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom (3 KB at 1493.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom (20 KB at 19433.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom (2 KB at 993.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (28 KB at 13608.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom (2 KB at 1696.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/gmaven/gmaven-adapter-api/2.0/gmaven-adapter-api-2.0.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/codehaus/gmaven/gmaven-adapter-api/2.0/gmaven-adapter-api-2.0.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/gmaven/gmaven-adapter-api/2.0/gmaven-adapter-api-2.0.pom (2 KB at 73.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/gmaven/gmaven-adapter-impl/2.0/gmaven-adapter-impl-2.0.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/codehaus/gmaven/gmaven-adapter-impl/2.0/gmaven-adapter-impl-2.0.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/gmaven/gmaven-adapter-impl/2.0/gmaven-adapter-impl-2.0.pom (3 KB at 115.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/groovy/groovy-all/2.1.5/groovy-all-2.1.5.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-all/2.1.5/groovy-all-2.1.5.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-all/2.1.5/groovy-all-2.1.5.pom (18 KB at 629.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/ant/ant/1.8.4/ant-1.8.4.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.8.4/ant-1.8.4.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.8.4/ant-1.8.4.pom (10 KB at 377.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/ant/ant-parent/1.8.4/ant-parent-1.8.4.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/ant/ant-parent/1.8.4/ant-parent-1.8.4.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/ant/ant-parent/1.8.4/ant-parent-1.8.4.pom (5 KB at 193.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/ant/ant-launcher/1.8.4/ant-launcher-1.8.4.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.8.4/ant-launcher-1.8.4.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.8.4/ant-launcher-1.8.4.pom (3 KB at 109.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/jline/jline/1.0/jline-1.0.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/jline/jline/1.0/jline-1.0.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/jline/jline/1.0/jline-1.0.pom (9 KB at 346.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/fusesource/jansi/jansi/1.11/jansi-1.11.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/fusesource/jansi/jansi/1.11/jansi-1.11.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/fusesource/jansi/jansi/1.11/jansi-1.11.pom (4 KB at 152.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/fusesource/jansi/jansi-project/1.11/jansi-project-1.11.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/fusesource/jansi/jansi-project/1.11/jansi-project-1.11.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/fusesource/jansi/jansi-project/1.11/jansi-project-1.11.pom (12 KB at 414.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/fusesource/fusesource-pom/1.8/fusesource-pom-1.8.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/fusesource/fusesource-pom/1.8/fusesource-pom-1.8.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/fusesource/fusesource-pom/1.8/fusesource-pom-1.8.pom (15 KB at 511.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/gossip/gossip-slf4j/1.8/gossip-slf4j-1.8.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/gossip/gossip-core/1.8/gossip-core-1.8.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/gossip/gossip-bootstrap/1.8/gossip-bootstrap-1.8.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/google/guava/guava/14.0.1/guava-14.0.1.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/gmaven/gmaven-adapter-api/2.0/gmaven-adapter-api-2.0.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/gmaven/gmaven-adapter-impl/2.0/gmaven-adapter-impl-2.0.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/groovy/groovy-all/2.1.5/groovy-all-2.1.5.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/ant/ant/1.8.4/ant-1.8.4.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/ant/ant-launcher/1.8.4/ant-launcher-1.8.4.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/jline/jline/1.0/jline-1.0.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/fusesource/jansi/jansi/1.11/jansi-1.11.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar (131 KB at 26163.5 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar (131 KB at 26091.4 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar (165 KB at 27436.2 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/google/guava/guava/14.0.1/guava-14.0.1.jar (2138 KB at 62876.8 KB/sec)
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/sonatype/gossip/gossip-slf4j/1.8/gossip-slf4j-1.8.jar
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/sonatype/gossip/gossip-core/1.8/gossip-core-1.8.jar
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/sonatype/gossip/gossip-bootstrap/1.8/gossip-bootstrap-1.8.jar
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/gossip/gossip-slf4j/1.8/gossip-slf4j-1.8.jar (5 KB at 172.0 KB/sec)
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/codehaus/gmaven/gmaven-adapter-api/2.0/gmaven-adapter-api-2.0.jar
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/gossip/gossip-bootstrap/1.8/gossip-bootstrap-1.8.jar (20 KB at 689.1 KB/sec)
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/codehaus/gmaven/gmaven-adapter-impl/2.0/gmaven-adapter-impl-2.0.jar
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar (46 KB at 1207.1 KB/sec)
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-all/2.1.5/groovy-all-2.1.5.jar
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/gossip/gossip-core/1.8/gossip-core-1.8.jar (57 KB at 1283.2 KB/sec)
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.8.4/ant-1.8.4.jar
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/gmaven/gmaven-adapter-api/2.0/gmaven-adapter-api-2.0.jar (7 KB at 153.6 KB/sec)
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.8.4/ant-launcher-1.8.4.jar
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar (60 KB at 867.7 KB/sec)
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/jline/jline/1.0/jline-1.0.jar
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.8.4/ant-launcher-1.8.4.jar (18 KB at 257.1 KB/sec)
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/fusesource/jansi/jansi/1.11/jansi-1.11.jar
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/gmaven/gmaven-adapter-impl/2.0/gmaven-adapter-impl-2.0.jar (16 KB at 205.1 KB/sec)
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/fusesource/jansi/jansi/1.11/jansi-1.11.jar (112 KB at 872.9 KB/sec)
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/jline/jline/1.0/jline-1.0.jar (90 KB at 655.1 KB/sec)
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.8.4/ant-1.8.4.jar (1897 KB at 4440.8 KB/sec)
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-all/2.1.5/groovy-all-2.1.5.jar (6219 KB at 7611.1 KB/sec)
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] BUILD FAILURE
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time: 4.761 s
[INFO] [INFO] Finished at: 2017-09-21T08:35:33+00:00
[INFO] [INFO] Final Memory: 16M/361M
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [WARNING] The requested profile "site" could not be activated because it does not exist.
[INFO] [ERROR] Failed to execute goal org.codehaus.gmaven:groovy-maven-plugin:2.0:execute (default) on project fat-jar: Execution default of goal org.codehaus.gmaven:groovy-maven-plugin:2.0:execute failed: A required class was missing while executing org.codehaus.gmaven:groovy-maven-plugin:2.0:execute: net/sourceforge/cobertura/coveragedata/LightClassmapListener
[INFO] [ERROR] -----------------------------------------------------
[INFO] [ERROR] realm =    plugin>org.codehaus.gmaven:groovy-maven-plugin:2.0
[INFO] [ERROR] strategy = org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy
[INFO] [ERROR] urls[0] = file:/home/r/repo/target/local-repo/org/codehaus/gmaven/groovy-maven-plugin/2.0/groovy-maven-plugin-2.0.jar
[INFO] [ERROR] urls[1] = file:/home/r/repo/target/it/fat-jar/../../jcabi-github-0.33-jar-with-dependencies.jar
[INFO] [ERROR] urls[2] = file:/home/r/repo/target/local-repo/org/sonatype/gossip/gossip-slf4j/1.8/gossip-slf4j-1.8.jar
[INFO] [ERROR] urls[3] = file:/home/r/repo/target/local-repo/org/sonatype/gossip/gossip-core/1.8/gossip-core-1.8.jar
[INFO] [ERROR] urls[4] = file:/home/r/repo/target/local-repo/org/sonatype/gossip/gossip-bootstrap/1.8/gossip-bootstrap-1.8.jar
[INFO] [ERROR] urls[5] = file:/home/r/repo/target/local-repo/com/google/guava/guava/14.0.1/guava-14.0.1.jar
[INFO] [ERROR] urls[6] = file:/home/r/repo/target/local-repo/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar
[INFO] [ERROR] urls[7] = file:/home/r/repo/target/local-repo/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar
[INFO] [ERROR] urls[8] = file:/home/r/repo/target/local-repo/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar
[INFO] [ERROR] urls[9] = file:/home/r/repo/target/local-repo/org/codehaus/gmaven/gmaven-adapter-api/2.0/gmaven-adapter-api-2.0.jar
[INFO] [ERROR] urls[10] = file:/home/r/repo/target/local-repo/org/codehaus/gmaven/gmaven-adapter-impl/2.0/gmaven-adapter-impl-2.0.jar
[INFO] [ERROR] urls[11] = file:/home/r/repo/target/local-repo/org/codehaus/groovy/groovy-all/2.1.5/groovy-all-2.1.5.jar
[INFO] [ERROR] urls[12] = file:/home/r/repo/target/local-repo/org/apache/ant/ant/1.8.4/ant-1.8.4.jar
[INFO] [ERROR] urls[13] = file:/home/r/repo/target/local-repo/org/apache/ant/ant-launcher/1.8.4/ant-launcher-1.8.4.jar
[INFO] [ERROR] urls[14] = file:/home/r/repo/target/local-repo/jline/jline/1.0/jline-1.0.jar
[INFO] [ERROR] urls[15] = file:/home/r/repo/target/local-repo/org/fusesource/jansi/jansi/1.11/jansi-1.11.jar
[INFO] [ERROR] urls[16] = file:/home/r/repo/target/local-repo/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
[INFO] [ERROR] Number of foreign imports: 1
[INFO] [ERROR] import: Entry[import  from realm ClassRealm[maven.api, parent: null]]
[INFO] [ERROR]
[INFO] [ERROR] -----------------------------------------------------: net.sourceforge.cobertura.coveragedata.LightClassmapListener
[INFO] [ERROR] -> [Help 1]
[INFO] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.gmaven:groovy-maven-plugin:2.0:execute (default) on project fat-jar: Execution default of goal org.codehaus.gmaven:groovy-maven-plugin:2.0:execute failed: A required class was missing while executing org.codehaus.gmaven:groovy-maven-plugin:2.0:execute: net/sourceforge/cobertura/coveragedata/LightClassmapListener
[INFO] -----------------------------------------------------
[INFO] realm =    plugin>org.codehaus.gmaven:groovy-maven-plugin:2.0
[INFO] strategy = org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy
[INFO] urls[0] = file:/home/r/repo/target/local-repo/org/codehaus/gmaven/groovy-maven-plugin/2.0/groovy-maven-plugin-2.0.jar
[INFO] urls[1] = file:/home/r/repo/target/it/fat-jar/../../jcabi-github-0.33-jar-with-dependencies.jar
[INFO] urls[2] = file:/home/r/repo/target/local-repo/org/sonatype/gossip/gossip-slf4j/1.8/gossip-slf4j-1.8.jar
[INFO] urls[3] = file:/home/r/repo/target/local-repo/org/sonatype/gossip/gossip-core/1.8/gossip-core-1.8.jar
[INFO] urls[4] = file:/home/r/repo/target/local-repo/org/sonatype/gossip/gossip-bootstrap/1.8/gossip-bootstrap-1.8.jar
[INFO] urls[5] = file:/home/r/repo/target/local-repo/com/google/guava/guava/14.0.1/guava-14.0.1.jar
[INFO] urls[6] = file:/home/r/repo/target/local-repo/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar
[INFO] urls[7] = file:/home/r/repo/target/local-repo/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar
[INFO] urls[8] = file:/home/r/repo/target/local-repo/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar
[INFO] urls[9] = file:/home/r/repo/target/local-repo/org/codehaus/gmaven/gmaven-adapter-api/2.0/gmaven-adapter-api-2.0.jar
[INFO] urls[10] = file:/home/r/repo/target/local-repo/org/codehaus/gmaven/gmaven-adapter-impl/2.0/gmaven-adapter-impl-2.0.jar
[INFO] urls[11] = file:/home/r/repo/target/local-repo/org/codehaus/groovy/groovy-all/2.1.5/groovy-all-2.1.5.jar
[INFO] urls[12] = file:/home/r/repo/target/local-repo/org/apache/ant/ant/1.8.4/ant-1.8.4.jar
[INFO] urls[13] = file:/home/r/repo/target/local-repo/org/apache/ant/ant-launcher/1.8.4/ant-launcher-1.8.4.jar
[INFO] urls[14] = file:/home/r/repo/target/local-repo/jline/jline/1.0/jline-1.0.jar
[INFO] urls[15] = file:/home/r/repo/target/local-repo/org/fusesource/jansi/jansi/1.11/jansi-1.11.jar
[INFO] urls[16] = file:/home/r/repo/target/local-repo/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
[INFO] Number of foreign imports: 1
[INFO] import: Entry[import  from realm ClassRealm[maven.api, parent: null]]
[INFO]
[INFO] -----------------------------------------------------
[INFO]
[INFO]  at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
[INFO]  at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
[INFO]  at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
[INFO]  at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
[INFO]  at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
[INFO]  at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
[INFO]  at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
[INFO]  at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
[INFO]  at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
[INFO]  at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
[INFO]  at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
[INFO]  at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
[INFO]  at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
[INFO]  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[INFO]  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[INFO]  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[INFO]  at java.lang.reflect.Method.invoke(Method.java:606)
[INFO]  at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
[INFO]  at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
[INFO]  at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
[INFO]  at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
[INFO] Caused by: org.apache.maven.plugin.PluginExecutionException: Execution default of goal org.codehaus.gmaven:groovy-maven-plugin:2.0:execute failed: A required class was missing while executing org.codehaus.gmaven:groovy-maven-plugin:2.0:execute: net/sourceforge/cobertura/coveragedata/LightClassmapListener
[INFO] -----------------------------------------------------
[INFO] realm =    plugin>org.codehaus.gmaven:groovy-maven-plugin:2.0
[INFO] strategy = org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy
[INFO] urls[0] = file:/home/r/repo/target/local-repo/org/codehaus/gmaven/groovy-maven-plugin/2.0/groovy-maven-plugin-2.0.jar
[INFO] urls[1] = file:/home/r/repo/target/it/fat-jar/../../jcabi-github-0.33-jar-with-dependencies.jar
[INFO] urls[2] = file:/home/r/repo/target/local-repo/org/sonatype/gossip/gossip-slf4j/1.8/gossip-slf4j-1.8.jar
[INFO] urls[3] = file:/home/r/repo/target/local-repo/org/sonatype/gossip/gossip-core/1.8/gossip-core-1.8.jar
[INFO] urls[4] = file:/home/r/repo/target/local-repo/org/sonatype/gossip/gossip-bootstrap/1.8/gossip-bootstrap-1.8.jar
[INFO] urls[5] = file:/home/r/repo/target/local-repo/com/google/guava/guava/14.0.1/guava-14.0.1.jar
[INFO] urls[6] = file:/home/r/repo/target/local-repo/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar
[INFO] urls[7] = file:/home/r/repo/target/local-repo/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar
[INFO] urls[8] = file:/home/r/repo/target/local-repo/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar
[INFO] urls[9] = file:/home/r/repo/target/local-repo/org/codehaus/gmaven/gmaven-adapter-api/2.0/gmaven-adapter-api-2.0.jar
[INFO] urls[10] = file:/home/r/repo/target/local-repo/org/codehaus/gmaven/gmaven-adapter-impl/2.0/gmaven-adapter-impl-2.0.jar
[INFO] urls[11] = file:/home/r/repo/target/local-repo/org/codehaus/groovy/groovy-all/2.1.5/groovy-all-2.1.5.jar
[INFO] urls[12] = file:/home/r/repo/target/local-repo/org/apache/ant/ant/1.8.4/ant-1.8.4.jar
[INFO] urls[13] = file:/home/r/repo/target/local-repo/org/apache/ant/ant-launcher/1.8.4/ant-launcher-1.8.4.jar
[INFO] urls[14] = file:/home/r/repo/target/local-repo/jline/jline/1.0/jline-1.0.jar
[INFO] urls[15] = file:/home/r/repo/target/local-repo/org/fusesource/jansi/jansi/1.11/jansi-1.11.jar
[INFO] urls[16] = file:/home/r/repo/target/local-repo/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
[INFO] Number of foreign imports: 1
[INFO] import: Entry[import  from realm ClassRealm[maven.api, parent: null]]
[INFO]
[INFO] -----------------------------------------------------
[INFO]
[INFO]  at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:168)
[INFO]  at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
[INFO]  ... 20 more
[INFO] Caused by: org.apache.maven.plugin.PluginContainerException: A required class was missing while executing org.codehaus.gmaven:groovy-maven-plugin:2.0:execute: net/sourceforge/cobertura/coveragedata/LightClassmapListener
[INFO] -----------------------------------------------------
[INFO] realm =    plugin>org.codehaus.gmaven:groovy-maven-plugin:2.0
[INFO] strategy = org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy
[INFO] urls[0] = file:/home/r/repo/target/local-repo/org/codehaus/gmaven/groovy-maven-plugin/2.0/groovy-maven-plugin-2.0.jar
[INFO] urls[1] = file:/home/r/repo/target/it/fat-jar/../../jcabi-github-0.33-jar-with-dependencies.jar
[INFO] urls[2] = file:/home/r/repo/target/local-repo/org/sonatype/gossip/gossip-slf4j/1.8/gossip-slf4j-1.8.jar
[INFO] urls[3] = file:/home/r/repo/target/local-repo/org/sonatype/gossip/gossip-core/1.8/gossip-core-1.8.jar
[INFO] urls[4] = file:/home/r/repo/target/local-repo/org/sonatype/gossip/gossip-bootstrap/1.8/gossip-bootstrap-1.8.jar
[INFO] urls[5] = file:/home/r/repo/target/local-repo/com/google/guava/guava/14.0.1/guava-14.0.1.jar
[INFO] urls[6] = file:/home/r/repo/target/local-repo/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar
[INFO] urls[7] = file:/home/r/repo/target/local-repo/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar
[INFO] urls[8] = file:/home/r/repo/target/local-repo/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar
[INFO] urls[9] = file:/home/r/repo/target/local-repo/org/codehaus/gmaven/gmaven-adapter-api/2.0/gmaven-adapter-api-2.0.jar
[INFO] urls[10] = file:/home/r/repo/target/local-repo/org/codehaus/gmaven/gmaven-adapter-impl/2.0/gmaven-adapter-impl-2.0.jar
[INFO] urls[11] = file:/home/r/repo/target/local-repo/org/codehaus/groovy/groovy-all/2.1.5/groovy-all-2.1.5.jar
[INFO] urls[12] = file:/home/r/repo/target/local-repo/org/apache/ant/ant/1.8.4/ant-1.8.4.jar
[INFO] urls[13] = file:/home/r/repo/target/local-repo/org/apache/ant/ant-launcher/1.8.4/ant-launcher-1.8.4.jar
[INFO] urls[14] = file:/home/r/repo/target/local-repo/jline/jline/1.0/jline-1.0.jar
[INFO] urls[15] = file:/home/r/repo/target/local-repo/org/fusesource/jansi/jansi/1.11/jansi-1.11.jar
[INFO] urls[16] = file:/home/r/repo/target/local-repo/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
[INFO] Number of foreign imports: 1
[INFO] import: Entry[import  from realm ClassRealm[maven.api, parent: null]]
[INFO]
[INFO] -----------------------------------------------------
[INFO]
[INFO]  at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:166)
[INFO]  ... 21 more
[INFO] Caused by: java.lang.NoClassDefFoundError: net/sourceforge/cobertura/coveragedata/LightClassmapListener
[INFO]  at java.lang.Class.getDeclaredMethods0(Native Method)
[INFO]  at java.lang.Class.privateGetDeclaredMethods(Class.java:2625)
[INFO]  at java.lang.Class.getDeclaredMethods(Class.java:1868)
[INFO]  at org.codehaus.groovy.reflection.CachedClass$3$1.run(CachedClass.java:84)
[INFO]  at java.security.AccessController.doPrivileged(Native Method)
[INFO]  at org.codehaus.groovy.reflection.CachedClass$3.initValue(CachedClass.java:81)
[INFO]  at org.codehaus.groovy.reflection.CachedClass$3.initValue(CachedClass.java:79)
[INFO]  at org.codehaus.groovy.util.LazyReference.getLocked(LazyReference.java:46)
[INFO]  at org.codehaus.groovy.util.LazyReference.get(LazyReference.java:33)
[INFO]  at org.codehaus.groovy.reflection.CachedClass.getMethods(CachedClass.java:250)
[INFO]  at groovy.lang.MetaClassImpl.populateMethods(MetaClassImpl.java:313)
[INFO]  at groovy.lang.MetaClassImpl.fillMethodIndex(MetaClassImpl.java:292)
[INFO]  at groovy.lang.MetaClassImpl.initialize(MetaClassImpl.java:2995)
[INFO]  at org.codehaus.groovy.reflection.ClassInfo.getMetaClassUnderLock(ClassInfo.java:176)
[INFO]  at org.codehaus.groovy.reflection.ClassInfo.getMetaClass(ClassInfo.java:192)
[INFO]  at org.codehaus.groovy.runtime.metaclass.MetaClassRegistryImpl.getMetaClass(MetaClassRegistryImpl.java:255)
[INFO]  at org.codehaus.groovy.runtime.InvokerHelper.getMetaClass(InvokerHelper.java:806)
[INFO]  at org.codehaus.groovy.runtime.callsite.CallSiteArray.createCallConstructorSite(CallSiteArray.java:84)
[INFO]  at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallConstructor(CallSiteArray.java:57)
[INFO]  at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:182)
[INFO]  at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:186)
[INFO]  at script1.run(script1.groovy:7)
[INFO]  at groovy.lang.GroovyShell.evaluate(GroovyShell.java:518)
[INFO]  at org.codehaus.gmaven.adapter.impl.ScriptExecutorImpl.execute(ScriptExecutorImpl.java:80)
[INFO]  at org.codehaus.gmaven.plugin.ExecuteMojo$1.run(ExecuteMojo.java:100)
[INFO]  at org.codehaus.gmaven.plugin.util.SystemNoExitGuard.run(SystemNoExitGuard.java:45)
[INFO]  at org.codehaus.gmaven.plugin.ExecuteMojo.run(ExecuteMojo.java:96)
[INFO]  at org.codehaus.gmaven.plugin.MojoSupport.execute(MojoSupport.java:45)
[INFO]  at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
[INFO]  ... 21 more
[INFO] Caused by: java.lang.ClassNotFoundException: net.sourceforge.cobertura.coveragedata.LightClassmapListener
[INFO]  at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:50)
[INFO]  at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
[INFO]  at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:247)
[INFO]  at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
[INFO]  ... 50 more
[INFO] [ERROR]
[INFO] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[INFO] [ERROR]
[INFO] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[INFO] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginContainerException
[INFO] ..FAILED (6.1 s)
[INFO]   The build exited with code 1. See /home/r/repo/target/it/fat-jar/build.log for details.
[INFO] Building: basic-usage/pom.xml
[INFO] [INFO] Error stacktraces are turned on.
[INFO] [INFO] Scanning for projects...
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/parent/0.19.1/parent-0.19.1.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.19.1/parent-0.19.1.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.19.1/parent-0.19.1.pom (77 KB at 244.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/kuali/maven/wagons/maven-s3-wagon/1.1.19/maven-s3-wagon-1.1.19.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/kuali/maven/wagons/maven-s3-wagon/1.1.19/maven-s3-wagon-1.1.19.pom
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/org/kuali/maven/wagons/maven-s3-wagon/1.1.19/maven-s3-wagon-1.1.19.pom (5 KB at 6.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/kuali/pom/kuali-common/1.7.18/kuali-common-1.7.18.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-common/1.7.18/kuali-common-1.7.18.pom
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-common/1.7.18/kuali-common-1.7.18.pom (34 KB at 94.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/kuali/pom/kuali-pom/1.7.18/kuali-pom-1.7.18.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-pom/1.7.18/kuali-pom-1.7.18.pom
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-pom/1.7.18/kuali-pom-1.7.18.pom (55 KB at 151.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/amazonaws/aws-java-sdk/1.3.22/aws-java-sdk-1.3.22.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/amazonaws/aws-java-sdk/1.3.22/aws-java-sdk-1.3.22.pom (6 KB at 2719.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/httpcomponents/httpclient/4.1/httpclient-4.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/httpcomponents/httpclient/4.1/httpclient-4.1.pom (6 KB at 2946.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcomponents-client/4.1/httpcomponents-client-4.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcomponents-client/4.1/httpcomponents-client-4.1.pom (12 KB at 3673.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/httpcomponents/project/4.1.1/project-4.1.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/httpcomponents/project/4.1.1/project-4.1.1.pom (17 KB at 5458.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcore/4.1/httpcore-4.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcore/4.1/httpcore-4.1.pom (9 KB at 4081.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcomponents-core/4.1/httpcomponents-core-4.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcomponents-core/4.1/httpcomponents-core-4.1.pom (9 KB at 4415.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-codec/commons-codec/1.4/commons-codec-1.4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-codec/commons-codec/1.4/commons-codec-1.4.pom (11 KB at 5124.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/commons/commons-parent/11/commons-parent-11.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/commons/commons-parent/11/commons-parent-11.pom (25 KB at 6017.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-codec/commons-codec/1.3/commons-codec-1.3.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-codec/commons-codec/1.3/commons-codec-1.3.pom (6 KB at 2980.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/jackson/jackson-core-asl/1.8.9/jackson-core-asl-1.8.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/jackson/jackson-core-asl/1.8.9/jackson-core-asl-1.8.9.pom (1016 B at 496.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/jackson/jackson-mapper-asl/1.8.9/jackson-mapper-asl-1.8.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/jackson/jackson-mapper-asl/1.8.9/jackson-mapper-asl-1.8.9.pom (2 KB at 1212.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.pom (2 KB at 1685.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/wagon/wagon/2.2/wagon-2.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/wagon/wagon/2.2/wagon-2.2.pom (16 KB at 5225.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-io/commons-io/2.3/commons-io-2.3.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.3/commons-io-2.3.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.3/commons-io-2.3.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.3/commons-io-2.3.pom (11 KB at 414.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/commons/commons-parent/24/commons-parent-24.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 KB at 5128.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-lang/commons-lang/2.6/commons-lang-2.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-lang/commons-lang/2.6/commons-lang-2.6.pom (18 KB at 5694.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/commons/commons-parent/17/commons-parent-17.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/commons/commons-parent/17/commons-parent-17.pom (31 KB at 7613.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/apache/7/apache-7.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/apache/7/apache-7.pom (15 KB at 7045.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/kuali/common/kuali-threads/1.0.9/kuali-threads-1.0.9.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/kuali/common/kuali-threads/1.0.9/kuali-threads-1.0.9.pom (3 KB at 1264.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/kuali/pom/kuali-common/1.2.2/kuali-common-1.2.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/kuali/pom/kuali-common/1.2.2/kuali-common-1.2.2.pom (31 KB at 10122.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/kuali/pom/kuali-pom/1.2.2/kuali-pom-1.2.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/kuali/pom/kuali-pom/1.2.2/kuali-pom-1.2.2.pom (42 KB at 10411.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.pom (3 KB at 1313.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/slf4j/slf4j-parent/1.6.4/slf4j-parent-1.6.4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/slf4j/slf4j-parent/1.6.4/slf4j-parent-1.6.4.pom (12 KB at 5958.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/slf4j/slf4j-log4j12/1.6.4/slf4j-log4j12-1.6.4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/slf4j/slf4j-log4j12/1.6.4/slf4j-log4j12-1.6.4.pom (2 KB at 1615.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/log4j/log4j/1.2.16/log4j-1.2.16.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/log4j/log4j/1.2.16/log4j-1.2.16.pom (20 KB at 9931.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/slf4j/jcl-over-slf4j/1.6.4/jcl-over-slf4j-1.6.4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/slf4j/jcl-over-slf4j/1.6.4/jcl-over-slf4j-1.6.4.pom (3 KB at 2405.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/kuali/maven/wagons/maven-s3-wagon/1.1.19/maven-s3-wagon-1.1.19.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/amazonaws/aws-java-sdk/1.3.22/aws-java-sdk-1.3.22.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/httpcomponents/httpclient/4.1/httpclient-4.1.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcore/4.1/httpcore-4.1.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-codec/commons-codec/1.3/commons-codec-1.3.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/jackson/jackson-core-asl/1.8.9/jackson-core-asl-1.8.9.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/jackson/jackson-mapper-asl/1.8.9/jackson-mapper-asl-1.8.9.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-io/commons-io/2.3/commons-io-2.3.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-lang/commons-lang/2.6/commons-lang-2.6.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/kuali/common/kuali-threads/1.0.9/kuali-threads-1.0.9.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/slf4j/slf4j-log4j12/1.6.4/slf4j-log4j12-1.6.4.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/log4j/log4j/1.2.16/log4j-1.2.16.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar (26 KB at 6338.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/slf4j/jcl-over-slf4j/1.6.4/jcl-over-slf4j-1.6.4.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-codec/commons-codec/1.3/commons-codec-1.3.jar (46 KB at 7605.0 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.jar (52 KB at 5701.3 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/commons-lang/commons-lang/2.6/commons-lang-2.6.jar (278 KB at 12067.8 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/log4j/log4j/1.2.16/log4j-1.2.16.jar (471 KB at 12057.7 KB/sec)
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/kuali/maven/wagons/maven-s3-wagon/1.1.19/maven-s3-wagon-1.1.19.jar
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/com/amazonaws/aws-java-sdk/1.3.22/aws-java-sdk-1.3.22.jar
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.1/httpclient-4.1.jar
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.1/httpcore-4.1.jar
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/jackson/jackson-core-asl/1.8.9/jackson-core-asl-1.8.9.jar
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/jackson/jackson-mapper-asl/1.8.9/jackson-mapper-asl-1.8.9.jar
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.3/commons-io-2.3.jar
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/org/kuali/maven/wagons/maven-s3-wagon/1.1.19/maven-s3-wagon-1.1.19.jar (35 KB at 58.8 KB/sec)
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/kuali/common/kuali-threads/1.0.9/kuali-threads-1.0.9.jar
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.6.4/slf4j-log4j12-1.6.4.jar
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/jackson/jackson-core-asl/1.8.9/jackson-core-asl-1.8.9.jar (223 KB at 244.7 KB/sec)
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.6.4/jcl-over-slf4j-1.6.4.jar
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/org/kuali/common/kuali-threads/1.0.9/kuali-threads-1.0.9.jar (21 KB at 17.4 KB/sec)
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.6.4/jcl-over-slf4j-1.6.4.jar (17 KB at 14.5 KB/sec)
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.6.4/slf4j-log4j12-1.6.4.jar (10 KB at 8.1 KB/sec)
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/jackson/jackson-mapper-asl/1.8.9/jackson-mapper-asl-1.8.9.jar (654 KB at 480.4 KB/sec)
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/com/amazonaws/aws-java-sdk/1.3.22/aws-java-sdk-1.3.22.jar (7528 KB at 3269.9 KB/sec)
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.1/httpclient-4.1.jar
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.1/httpcore-4.1.jar
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.3/commons-io-2.3.jar
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.3/commons-io-2.3.jar (179 KB at 1960.1 KB/sec)
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.1/httpclient-4.1.jar (342 KB at 3318.0 KB/sec)
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.1/httpcore-4.1.jar (177 KB at 1550.9 KB/sec)
[INFO] [INFO]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Building jcabi-github-test 1.0-SNAPSHOT
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/sun/tools/jxc/maven2/maven-jaxb-schemagen-plugin/maven-metadata.xml
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/com/sun/tools/jxc/maven2/maven-jaxb-schemagen-plugin/maven-metadata.xml
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/com/sun/tools/jxc/maven2/maven-jaxb-schemagen-plugin/maven-metadata.xml
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/com/sun/tools/jxc/maven2/maven-jaxb-schemagen-plugin/maven-metadata.xml (433 B at 16.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/sun/tools/jxc/maven2/maven-jaxb-schemagen-plugin/1.2/maven-jaxb-schemagen-plugin-1.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/sun/tools/jxc/maven2/maven-jaxb-schemagen-plugin/1.2/maven-jaxb-schemagen-plugin-1.2.pom (6 KB at 5950.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/sun/tools/jxc/maven2/maven-jaxb-schemagen-plugin/1.2/maven-jaxb-schemagen-plugin-1.2.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/sun/tools/jxc/maven2/maven-jaxb-schemagen-plugin/1.2/maven-jaxb-schemagen-plugin-1.2.jar (13 KB at 12356.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom (21 KB at 752.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar (122 KB at 2583.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/jcabi-maven-plugin/0.9.1/jcabi-maven-plugin-0.9.1.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-plugin/0.9.1/jcabi-maven-plugin-0.9.1.pom
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-plugin/0.9.1/jcabi-maven-plugin-0.9.1.pom (14 KB at 52.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/parent/0.9/parent-0.9.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/parent/0.9/parent-0.9.pom
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/parent/0.9/parent-0.9.pom (65 KB at 180.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/jcabi-maven-plugin/0.9.1/jcabi-maven-plugin-0.9.1.jar
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-plugin/0.9.1/jcabi-maven-plugin-0.9.1.jar
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-plugin/0.9.1/jcabi-maven-plugin-0.9.1.jar (34 KB at 133.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/mojo/buildnumber-maven-plugin/1.2/buildnumber-maven-plugin-1.2.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/buildnumber-maven-plugin/1.2/buildnumber-maven-plugin-1.2.pom
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/buildnumber-maven-plugin/1.2/buildnumber-maven-plugin-1.2.pom (13 KB at 48.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/mojo/mojo-parent/30/mojo-parent-30.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/mojo-parent/30/mojo-parent-30.pom
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/mojo-parent/30/mojo-parent-30.pom (27 KB at 102.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/mojo/buildnumber-maven-plugin/1.2/buildnumber-maven-plugin-1.2.jar
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/buildnumber-maven-plugin/1.2/buildnumber-maven-plugin-1.2.jar
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/buildnumber-maven-plugin/1.2/buildnumber-maven-plugin-1.2.jar (26 KB at 98.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-surefire-plugin/2.16/maven-surefire-plugin-2.16.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-surefire-plugin/2.16/maven-surefire-plugin-2.16.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.16/maven-surefire-plugin-2.16.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.16/maven-surefire-plugin-2.16.pom (5 KB at 195.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire/2.16/surefire-2.16.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire/2.16/surefire-2.16.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.16/surefire-2.16.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.16/surefire-2.16.pom (19 KB at 715.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-surefire-plugin/2.16/maven-surefire-plugin-2.16.jar
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-surefire-plugin/2.16/maven-surefire-plugin-2.16.jar
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.16/maven-surefire-plugin-2.16.jar
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.16/maven-surefire-plugin-2.16.jar (34 KB at 1106.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/jcabi-aspects/0.15/jcabi-aspects-0.15.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-aspects/0.15/jcabi-aspects-0.15.pom
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-aspects/0.15/jcabi-aspects-0.15.pom (8 KB at 16.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/jcabi/1.5.1/jcabi-1.5.1.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi/1.5.1/jcabi-1.5.1.pom
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi/1.5.1/jcabi-1.5.1.pom (10 KB at 40.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/parent/0.18.1/parent-0.18.1.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/parent/0.18.1/parent-0.18.1.pom
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/parent/0.18.1/parent-0.18.1.pom (76 KB at 172.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/jcabi-log/0.12.2/jcabi-log-0.12.2.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.12.2/jcabi-log-0.12.2.pom
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.12.2/jcabi-log-0.12.2.pom (5 KB at 18.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/jcabi/1.4/jcabi-1.4.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi/1.4/jcabi-1.4.pom
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi/1.4/jcabi-1.4.pom (10 KB at 39.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/parent/0.17/parent-0.17.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/parent/0.17/parent-0.17.pom
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/parent/0.17/parent-0.17.pom (75 KB at 221.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/aspectj/aspectjrt/1.8.0/aspectjrt-1.8.0.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjrt/1.8.0/aspectjrt-1.8.0.pom
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjrt/1.8.0/aspectjrt-1.8.0.pom (2 KB at 4.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.pom (8 KB at 2558.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.pom (20 KB at 19899.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/commons/commons-parent/33/commons-parent-33.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/commons/commons-parent/33/commons-parent-33.pom (52 KB at 25921.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/jcabi-immutable/1.1/jcabi-immutable-1.1.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-immutable/1.1/jcabi-immutable-1.1.pom
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-immutable/1.1/jcabi-immutable-1.1.pom (3 KB at 12.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/jcabi-xml/0.7.8/jcabi-xml-0.7.8.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-xml/0.7.8/jcabi-xml-0.7.8.pom
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-xml/0.7.8/jcabi-xml-0.7.8.pom (6 KB at 23.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/jcabi/1.2/jcabi-1.2.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi/1.2/jcabi-1.2.pom
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi/1.2/jcabi-1.2.pom (10 KB at 39.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/parent/0.14/parent-0.14.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/parent/0.14/parent-0.14.pom
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/parent/0.14/parent-0.14.pom (76 KB at 282.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/net/sourceforge/reb4j/net.sourceforge.reb4j/2.1.0/net.sourceforge.reb4j-2.1.0.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/net/sourceforge/reb4j/net.sourceforge.reb4j/2.1.0/net.sourceforge.reb4j-2.1.0.pom
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/net/sourceforge/reb4j/net.sourceforge.reb4j/2.1.0/net.sourceforge.reb4j-2.1.0.pom (3 KB at 8.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/net/sourceforge/reb4j/reb4j/2.1.0/reb4j-2.1.0.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/net/sourceforge/reb4j/reb4j/2.1.0/reb4j-2.1.0.pom
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/net/sourceforge/reb4j/reb4j/2.1.0/reb4j-2.1.0.pom (9 KB at 34.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/functionaljava/functionaljava/3.1/functionaljava-3.1.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/functionaljava/functionaljava/3.1/functionaljava-3.1.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/functionaljava/functionaljava/3.1/functionaljava-3.1.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/functionaljava/functionaljava/3.1/functionaljava-3.1.pom (2 KB at 62.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/jcabi-http/1.4.1/jcabi-http-1.4.1.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-http/1.4.1/jcabi-http-1.4.1.pom
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-http/1.4.1/jcabi-http-1.4.1.pom (11 KB at 22.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/jcabi-manifests/0.8.1/jcabi-manifests-0.8.1.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-manifests/0.8.1/jcabi-manifests-0.8.1.pom
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-manifests/0.8.1/jcabi-manifests-0.8.1.pom (5 KB at 18.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/google/guava/guava/17.0/guava-17.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/google/guava/guava/17.0/guava-17.0.pom (6 KB at 5500.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/google/guava/guava-parent/17.0/guava-parent-17.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/google/guava/guava-parent/17.0/guava-parent-17.0.pom (8 KB at 7650.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 597.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/javassist/javassist/3.18.1-GA/javassist-3.18.1-GA.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/javassist/javassist/3.18.1-GA/javassist-3.18.1-GA.pom (10 KB at 9298.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-codec/commons-codec/1.9/commons-codec-1.9.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.9/commons-codec-1.9.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.9/commons-codec-1.9.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.9/commons-codec-1.9.pom (12 KB at 450.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/commons/commons-parent/32/commons-parent-32.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/32/commons-parent-32.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/32/commons-parent-32.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/32/commons-parent-32.pom (52 KB at 1516.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/jcabi-http/1.10.2/jcabi-http-1.10.2.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-http/1.10.2/jcabi-http-1.10.2.pom
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-http/1.10.2/jcabi-http-1.10.2.pom (11 KB at 21.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/junit/junit/4.11/junit-4.11.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/junit/junit/4.11/junit-4.11.pom (3 KB at 1144.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/mockito/mockito-core/1.9.5/mockito-core-1.9.5.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/mockito/mockito-core/1.9.5/mockito-core-1.9.5.pom
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/org/mockito/mockito-core/1.9.5/mockito-core-1.9.5.pom (2 KB at 5.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/objenesis/objenesis/1.0/objenesis-1.0.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/objenesis/objenesis/1.0/objenesis-1.0.pom
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/org/objenesis/objenesis/1.0/objenesis-1.0.pom (853 B at 3.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/slf4j/slf4j-log4j12/1.7.7/slf4j-log4j12-1.7.7.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.7.7/slf4j-log4j12-1.7.7.pom
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.7.7/slf4j-log4j12-1.7.7.pom (2 KB at 6.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/slf4j/slf4j-parent/1.7.7/slf4j-parent-1.7.7.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/slf4j/slf4j-parent/1.7.7/slf4j-parent-1.7.7.pom (12 KB at 5814.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.pom (3 KB at 2626.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/log4j/log4j/1.2.17/log4j-1.2.17.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/log4j/log4j/1.2.17/log4j-1.2.17.pom (22 KB at 10617.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/jcabi-aspects/0.15/jcabi-aspects-0.15.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/jcabi-immutable/1.1/jcabi-immutable-1.1.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/jcabi-xml/0.7.8/jcabi-xml-0.7.8.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/net/sourceforge/reb4j/net.sourceforge.reb4j/2.1.0/net.sourceforge.reb4j-2.1.0.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/functionaljava/functionaljava/3.1/functionaljava-3.1.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/jcabi-manifests/0.8.1/jcabi-manifests-0.8.1.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/jcabi-log/0.12.2/jcabi-log-0.12.2.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/google/guava/guava/17.0/guava-17.0.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/aspectj/aspectjrt/1.8.0/aspectjrt-1.8.0.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/javassist/javassist/3.18.1-GA/javassist-3.18.1-GA.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/commons-codec/commons-codec/1.9/commons-codec-1.9.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/jcabi/jcabi-http/1.10.2/jcabi-http-1.10.2.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/junit/junit/4.11/junit-4.11.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar (63 KB at 12456.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/mockito/mockito-core/1.9.5/mockito-core-1.9.5.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/objenesis/objenesis/1.0/objenesis-1.0.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/slf4j/slf4j-log4j12/1.7.7/slf4j-log4j12-1.7.7.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar (404 KB at 50383.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/log4j/log4j/1.2.17/log4j-1.2.17.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar (29 KB at 3571.4 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/junit/junit/4.11/junit-4.11.jar (240 KB at 29912.0 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/javassist/javassist/3.18.1-GA/javassist-3.18.1-GA.jar (698 KB at 53650.4 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/log4j/log4j/1.2.17/log4j-1.2.17.jar (479 KB at 31893.5 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/google/guava/guava/17.0/guava-17.0.jar (2191 KB at 70660.2 KB/sec)
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-aspects/0.15/jcabi-aspects-0.15.jar
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-immutable/1.1/jcabi-immutable-1.1.jar
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-xml/0.7.8/jcabi-xml-0.7.8.jar
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/net/sourceforge/reb4j/net.sourceforge.reb4j/2.1.0/net.sourceforge.reb4j-2.1.0.jar
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/functionaljava/functionaljava/3.1/functionaljava-3.1.jar
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-manifests/0.8.1/jcabi-manifests-0.8.1.jar
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-aspects/0.15/jcabi-aspects-0.15.jar (67 KB at 146.3 KB/sec)
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.12.2/jcabi-log-0.12.2.jar
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-immutable/1.1/jcabi-immutable-1.1.jar (22 KB at 39.7 KB/sec)
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjrt/1.8.0/aspectjrt-1.8.0.jar
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/net/sourceforge/reb4j/net.sourceforge.reb4j/2.1.0/net.sourceforge.reb4j-2.1.0.jar (64 KB at 99.4 KB/sec)
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.9/commons-codec-1.9.jar
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-xml/0.7.8/jcabi-xml-0.7.8.jar (47 KB at 68.3 KB/sec)
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-http/1.10.2/jcabi-http-1.10.2.jar
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.12.2/jcabi-log-0.12.2.jar (48 KB at 64.1 KB/sec)
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/mockito/mockito-core/1.9.5/mockito-core-1.9.5.jar
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/objenesis/objenesis/1.0/objenesis-1.0.jar
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-manifests/0.8.1/jcabi-manifests-0.8.1.jar (10 KB at 12.3 KB/sec)
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.7.7/slf4j-log4j12-1.7.7.jar
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjrt/1.8.0/aspectjrt-1.8.0.jar (115 KB at 116.5 KB/sec)
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-http/1.10.2/jcabi-http-1.10.2.jar (96 KB at 92.6 KB/sec)
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.7.7/slf4j-log4j12-1.7.7.jar (9 KB at 8.3 KB/sec)
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/org/objenesis/objenesis/1.0/objenesis-1.0.jar (28 KB at 16.1 KB/sec)
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/org/mockito/mockito-core/1.9.5/mockito-core-1.9.5.jar (1465 KB at 818.4 KB/sec)
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/functionaljava/functionaljava/3.1/functionaljava-3.1.jar
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.9/commons-codec-1.9.jar
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.9/commons-codec-1.9.jar (258 KB at 3735.9 KB/sec)
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/functionaljava/functionaljava/3.1/functionaljava-3.1.jar (1453 KB at 7488.3 KB/sec)
[INFO] [INFO]
[INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jcabi-github-test ---
[INFO] [INFO]
[INFO] [INFO] --- buildnumber-maven-plugin:1.2:create (jcabi-build-number) @ jcabi-github-test ---
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/junit/junit/4.10/junit-4.10.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/junit/junit/4.10/junit-4.10.pom
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/junit/junit/4.10/junit-4.10.pom (3 KB at 9.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom (481 B at 1.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom
[INFO] [INFO] Downloaded: https://oss.sonatype.org/content/groups/public/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom (6 KB at 23.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/2.0.1/maven-plugin-api-2.0.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/2.0.1/maven-plugin-api-2.0.1.pom (643 B at 627.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven/2.0.1/maven-2.0.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven/2.0.1/maven-2.0.1.pom (12 KB at 11229.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-api/1.8/maven-scm-api-1.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-api/1.8/maven-scm-api-1.8.pom (2 KB at 1540.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm/1.8/maven-scm-1.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm/1.8/maven-scm-1.8.pom (21 KB at 10451.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.3/plexus-utils-3.0.3.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.3/plexus-utils-3.0.3.pom (3 KB at 2453.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom (19 KB at 18178.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-manager-plexus/1.8/maven-scm-manager-plexus-1.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-manager-plexus/1.8/maven-scm-manager-plexus-1.8.pom (3 KB at 2113.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-managers/1.8/maven-scm-managers-1.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-managers/1.8/maven-scm-managers-1.8.pom (2 KB at 1454.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-bazaar/1.8/maven-scm-provider-bazaar-1.8.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-bazaar/1.8/maven-scm-provider-bazaar-1.8.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-bazaar/1.8/maven-scm-provider-bazaar-1.8.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-bazaar/1.8/maven-scm-provider-bazaar-1.8.pom (3 KB at 95.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-providers/1.8/maven-scm-providers-1.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-providers/1.8/maven-scm-providers-1.8.pom (4 KB at 3649.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/regexp/regexp/1.3/regexp-1.3.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/regexp/regexp/1.3/regexp-1.3.pom (145 B at 70.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-svnexe/1.8/maven-scm-provider-svnexe-1.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-svnexe/1.8/maven-scm-provider-svnexe-1.8.pom (3 KB at 2447.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-providers-svn/1.8/maven-scm-providers-svn-1.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-providers-svn/1.8/maven-scm-providers-svn-1.8.pom (3 KB at 2074.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-svn-commons/1.8/maven-scm-provider-svn-commons-1.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-svn-commons/1.8/maven-scm-provider-svn-commons-1.8.pom (3 KB at 2636.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-gitexe/1.8/maven-scm-provider-gitexe-1.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-gitexe/1.8/maven-scm-provider-gitexe-1.8.pom (3 KB at 2333.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-providers-git/1.8/maven-scm-providers-git-1.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-providers-git/1.8/maven-scm-providers-git-1.8.pom (3 KB at 2158.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-git-commons/1.8/maven-scm-provider-git-commons-1.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-git-commons/1.8/maven-scm-provider-git-commons-1.8.pom (3 KB at 2207.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-cvsexe/1.8/maven-scm-provider-cvsexe-1.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-cvsexe/1.8/maven-scm-provider-cvsexe-1.8.pom (3 KB at 2619.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-providers-cvs/1.8/maven-scm-providers-cvs-1.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-providers-cvs/1.8/maven-scm-providers-cvs-1.8.pom (2 KB at 1668.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.8/maven-scm-provider-cvs-commons-1.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.8/maven-scm-provider-cvs-commons-1.8.pom (3 KB at 2369.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-starteam/1.8/maven-scm-provider-starteam-1.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-starteam/1.8/maven-scm-provider-starteam-1.8.pom (3 KB at 2515.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-clearcase/1.8/maven-scm-provider-clearcase-1.8.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-clearcase/1.8/maven-scm-provider-clearcase-1.8.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-clearcase/1.8/maven-scm-provider-clearcase-1.8.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-clearcase/1.8/maven-scm-provider-clearcase-1.8.pom (3 KB at 115.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-perforce/1.8/maven-scm-provider-perforce-1.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-perforce/1.8/maven-scm-provider-perforce-1.8.pom (3 KB at 1283.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-hg/1.8/maven-scm-provider-hg-1.8.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-hg/1.8/maven-scm-provider-hg-1.8.pom (3 KB at 1193.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/1.13/maven-scm-provider-svnjava-1.13.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/1.13/maven-scm-provider-svnjava-1.13.pom (10 KB at 9673.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/oss/oss-parent/5/oss-parent-5.pom (4 KB at 3986.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-svn-commons/1.5/maven-scm-provider-svn-commons-1.5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-svn-commons/1.5/maven-scm-provider-svn-commons-1.5.pom (3 KB at 2076.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-providers-svn/1.5/maven-scm-providers-svn-1.5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-providers-svn/1.5/maven-scm-providers-svn-1.5.pom (3 KB at 2074.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-providers/1.5/maven-scm-providers-1.5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-providers/1.5/maven-scm-providers-1.5.pom (4 KB at 3556.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm/1.5/maven-scm-1.5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm/1.5/maven-scm-1.5.pom (15 KB at 14469.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-parent/19/maven-parent-19.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-parent/19/maven-parent-19.pom (25 KB at 24419.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-api/1.5/maven-scm-api-1.5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-api/1.5/maven-scm-api-1.5.pom (2 KB at 770.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/net/java/dev/jna/jna/3.2.2/jna-3.2.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/net/java/dev/jna/jna/3.2.2/jna-3.2.2.pom (2 KB at 1582.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/tmatesoft/svnkit/svnkit/1.3.5/svnkit-1.3.5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/tmatesoft/svnkit/svnkit/1.3.5/svnkit-1.3.5.pom (2 KB at 1073.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/tmatesoft/svnkit/trilead-ssh2/build213-svnkit-1.3-patch/trilead-ssh2-build213-svnkit-1.3-patch.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/tmatesoft/svnkit/trilead-ssh2/build213-svnkit-1.3-patch/trilead-ssh2-build213-svnkit-1.3-patch.pom (725 B at 708.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/tmatesoft/sqljet/sqljet/1.0.4/sqljet-1.0.4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/tmatesoft/sqljet/sqljet/1.0.4/sqljet-1.0.4.pom (771 B at 752.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/antlr/antlr-runtime/3.1.3/antlr-runtime-3.1.3.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/antlr/antlr-runtime/3.1.3/antlr-runtime-3.1.3.pom (4 KB at 3954.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/antlr/antlr-master/3.1.3/antlr-master-3.1.3.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/antlr/antlr-master/3.1.3/antlr-master-3.1.3.pom (9 KB at 8317.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/antlr/stringtemplate/3.2/stringtemplate-3.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/antlr/stringtemplate/3.2/stringtemplate-3.2.pom (2 KB at 1977.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/antlr/antlr/2.7.7/antlr-2.7.7.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/antlr/antlr/2.7.7/antlr-2.7.7.pom (632 B at 617.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-api/1.8/maven-scm-api-1.8.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-manager-plexus/1.8/maven-scm-manager-plexus-1.8.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-bazaar/1.8/maven-scm-provider-bazaar-1.8.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-manager-plexus/1.8/maven-scm-manager-plexus-1.8.jar (11 KB at 5164.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/regexp/regexp/1.3/regexp-1.3.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-svnexe/1.8/maven-scm-provider-svnexe-1.8.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-gitexe/1.8/maven-scm-provider-gitexe-1.8.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-git-commons/1.8/maven-scm-provider-git-commons-1.8.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-api/1.8/maven-scm-api-1.8.jar (103 KB at 25716.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-svn-commons/1.8/maven-scm-provider-svn-commons-1.8.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/regexp/regexp/1.3/regexp-1.3.jar (25 KB at 6208.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-cvsexe/1.8/maven-scm-provider-cvsexe-1.8.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-svnexe/1.8/maven-scm-provider-svnexe-1.8.jar (75 KB at 24984.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.8/maven-scm-provider-cvs-commons-1.8.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-svn-commons/1.8/maven-scm-provider-svn-commons-1.8.jar (40 KB at 13166.3 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-starteam/1.8/maven-scm-provider-starteam-1.8.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-gitexe/1.8/maven-scm-provider-gitexe-1.8.jar (62 KB at 20369.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-clearcase/1.8/maven-scm-provider-clearcase-1.8.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-perforce/1.8/maven-scm-provider-perforce-1.8.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-git-commons/1.8/maven-scm-provider-git-commons-1.8.jar (37 KB at 9235.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-hg/1.8/maven-scm-provider-hg-1.8.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-cvsexe/1.8/maven-scm-provider-cvsexe-1.8.jar (30 KB at 7284.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/1.13/maven-scm-provider-svnjava-1.13.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.8/maven-scm-provider-cvs-commons-1.8.jar (79 KB at 15601.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/tmatesoft/svnkit/svnkit/1.3.5/svnkit-1.3.5.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-starteam/1.8/maven-scm-provider-starteam-1.8.jar (73 KB at 18151.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/tmatesoft/svnkit/trilead-ssh2/build213-svnkit-1.3-patch/trilead-ssh2-build213-svnkit-1.3-patch.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-hg/1.8/maven-scm-provider-hg-1.8.jar (65 KB at 12910.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/tmatesoft/sqljet/sqljet/1.0.4/sqljet-1.0.4.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/1.13/maven-scm-provider-svnjava-1.13.jar (51 KB at 8451.7 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/scm/maven-scm-provider-perforce/1.8/maven-scm-provider-perforce-1.8.jar (80 KB at 13311.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/antlr/antlr-runtime/3.1.3/antlr-runtime-3.1.3.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/antlr/stringtemplate/3.2/stringtemplate-3.2.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/tmatesoft/svnkit/trilead-ssh2/build213-svnkit-1.3-patch/trilead-ssh2-build213-svnkit-1.3-patch.jar (246 KB at 30684.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/antlr/antlr/2.7.7/antlr-2.7.7.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/antlr/antlr-runtime/3.1.3/antlr-runtime-3.1.3.jar (148 KB at 14724.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/net/java/dev/jna/jna/3.2.2/jna-3.2.2.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/antlr/stringtemplate/3.2/stringtemplate-3.2.jar (168 KB at 16799.1 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/antlr/antlr/2.7.7/antlr-2.7.7.jar (435 KB at 28990.1 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/tmatesoft/sqljet/sqljet/1.0.4/sqljet-1.0.4.jar (727 KB at 48416.2 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/net/java/dev/jna/jna/3.2.2/jna-3.2.2.jar (839 KB at 39915.2 KB/sec)
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/tmatesoft/svnkit/svnkit/1.3.5/svnkit-1.3.5.jar (1845 KB at 70958.4 KB/sec)
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-bazaar/1.8/maven-scm-provider-bazaar-1.8.jar
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-clearcase/1.8/maven-scm-provider-clearcase-1.8.jar
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-bazaar/1.8/maven-scm-provider-bazaar-1.8.jar
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-clearcase/1.8/maven-scm-provider-clearcase-1.8.jar
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-bazaar/1.8/maven-scm-provider-bazaar-1.8.jar (54 KB at 1857.4 KB/sec)
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-clearcase/1.8/maven-scm-provider-clearcase-1.8.jar (70 KB at 2103.6 KB/sec)
[INFO] [INFO] Checking for local modifications: skipped.
[INFO] [INFO] Updating project files from SCM: skipped.
[INFO] [INFO] ShortRevision tag detected. The value is '7'.
[INFO] [INFO] Executing: /bin/sh -c cd /home/r/repo/target/it/basic-usage && git rev-parse --verify --short=7 HEAD
[INFO] [INFO] Working directory: /home/r/repo/target/it/basic-usage
[INFO] [INFO] Storing buildNumber: 3d2665d at timestamp: 1505982953805
[INFO] [INFO] ShortRevision tag detected. The value is '7'.
[INFO] [INFO] Executing: /bin/sh -c cd /home/r/repo/target/it/basic-usage && git rev-parse --verify --short=7 HEAD
[INFO] [INFO] Working directory: /home/r/repo/target/it/basic-usage
[INFO] [INFO] Storing buildScmBranch: UNKNOWN
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jcabi-github-test ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] skip non existing resourceDirectory /home/r/repo/target/it/basic-usage/src/main/resources
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ jcabi-github-test ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 2 source files to /home/r/repo/target/it/basic-usage/target/classes
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jcabi-github-test ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 1 resource
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ jcabi-github-test ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 1 source file to /home/r/repo/target/it/basic-usage/target/test-classes
[INFO] [INFO]
[INFO] [INFO] --- maven-surefire-plugin:2.16:test (default-test) @ jcabi-github-test ---
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/maven-surefire-common/2.16/maven-surefire-common-2.16.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/maven-surefire-common/2.16/maven-surefire-common-2.16.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.16/maven-surefire-common-2.16.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.16/maven-surefire-common-2.16.pom (6 KB at 258.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugin-tools/maven-plugin-annotations/3.2/maven-plugin-annotations-3.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/plugin-tools/maven-plugin-annotations/3.2/maven-plugin-annotations-3.2.pom (2 KB at 793.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugin-tools/maven-plugin-tools/3.2/maven-plugin-tools-3.2.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/plugin-tools/maven-plugin-tools/3.2/maven-plugin-tools-3.2.pom (17 KB at 16140.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-api/2.16/surefire-api-2.16.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-api/2.16/surefire-api-2.16.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.16/surefire-api-2.16.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.16/surefire-api-2.16.pom (3 KB at 93.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-booter/2.16/surefire-booter-2.16.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-booter/2.16/surefire-booter-2.16.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.16/surefire-booter-2.16.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.16/surefire-booter-2.16.pom (3 KB at 115.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/maven-surefire-common/2.16/maven-surefire-common-2.16.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-booter/2.16/surefire-booter-2.16.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-api/2.16/surefire-api-2.16.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugin-tools/maven-plugin-annotations/3.2/maven-plugin-annotations-3.2.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/plugin-tools/maven-plugin-annotations/3.2/maven-plugin-annotations-3.2.jar (15 KB at 14725.6 KB/sec)
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/maven-surefire-common/2.16/maven-surefire-common-2.16.jar
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-booter/2.16/surefire-booter-2.16.jar
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-api/2.16/surefire-api-2.16.jar
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.16/maven-surefire-common-2.16.jar
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.16/surefire-booter-2.16.jar
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.16/surefire-api-2.16.jar
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.16/surefire-booter-2.16.jar (39 KB at 1138.0 KB/sec)
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.16/surefire-api-2.16.jar (146 KB at 2753.9 KB/sec)
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.16/maven-surefire-common-2.16.jar (259 KB at 3854.8 KB/sec)
[INFO] [WARNING] useSystemClassloader setting has no effect when not forking
[INFO] [INFO] Surefire report directory: /home/r/repo/target/it/basic-usage/target/surefire-reports
[INFO] [INFO] parallel='all', perCoreThreadCount=true, threadCount=4, useUnlimitedThreads=false, threadCountSuites=0, threadCountClasses=0, threadCountMethods=0
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-junit47/2.16/surefire-junit47-2.16.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-junit47/2.16/surefire-junit47-2.16.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit47/2.16/surefire-junit47-2.16.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit47/2.16/surefire-junit47-2.16.pom (5 KB at 170.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-providers/2.16/surefire-providers-2.16.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-providers/2.16/surefire-providers-2.16.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/2.16/surefire-providers-2.16.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/2.16/surefire-providers-2.16.pom (3 KB at 92.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/common-junit48/2.16/common-junit48-2.16.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/common-junit48/2.16/common-junit48-2.16.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit48/2.16/common-junit48-2.16.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit48/2.16/common-junit48-2.16.pom (4 KB at 136.9 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/common-junit4/2.16/common-junit4-2.16.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/common-junit4/2.16/common-junit4-2.16.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit4/2.16/common-junit4-2.16.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit4/2.16/common-junit4-2.16.pom (2 KB at 79.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/common-junit3/2.16/common-junit3-2.16.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/common-junit3/2.16/common-junit3-2.16.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit3/2.16/common-junit3-2.16.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit3/2.16/common-junit3-2.16.pom (2 KB at 63.6 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/common-java5/2.16/common-java5-2.16.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/common-java5/2.16/common-java5-2.16.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/2.16/common-java5-2.16.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/2.16/common-java5-2.16.pom (2 KB at 73.2 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.pom (4 KB at 3952.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-grouper/2.16/surefire-grouper-2.16.pom
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-grouper/2.16/surefire-grouper-2.16.pom
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-grouper/2.16/surefire-grouper-2.16.pom
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-grouper/2.16/surefire-grouper-2.16.pom (3 KB at 107.1 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-junit47/2.16/surefire-junit47-2.16.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/common-java5/2.16/common-java5-2.16.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/common-junit3/2.16/common-junit3-2.16.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/common-junit4/2.16/common-junit4-2.16.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/common-junit48/2.16/common-junit48-2.16.jar
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-junit47/2.16/surefire-junit47-2.16.jar
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/common-junit3/2.16/common-junit3-2.16.jar
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/common-java5/2.16/common-java5-2.16.jar
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/common-junit48/2.16/common-junit48-2.16.jar
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/common-junit4/2.16/common-junit4-2.16.jar
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit48/2.16/common-junit48-2.16.jar
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit47/2.16/surefire-junit47-2.16.jar
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit3/2.16/common-junit3-2.16.jar
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/2.16/common-java5-2.16.jar
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit4/2.16/common-junit4-2.16.jar
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit3/2.16/common-junit3-2.16.jar (11 KB at 438.4 KB/sec)
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit48/2.16/common-junit48-2.16.jar (18 KB at 407.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.jar
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/surefire/surefire-grouper/2.16/surefire-grouper-2.16.jar
[INFO] [INFO] Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-grouper/2.16/surefire-grouper-2.16.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.jar (152 KB at 37952.1 KB/sec)
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit47/2.16/surefire-junit47-2.16.jar (115 KB at 2480.2 KB/sec)
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit4/2.16/common-junit4-2.16.jar (16 KB at 220.6 KB/sec)
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/2.16/common-java5-2.16.jar (37 KB at 421.5 KB/sec)
[INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-grouper/2.16/surefire-grouper-2.16.jar
[INFO] [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-grouper/2.16/surefire-grouper-2.16.jar (37 KB at 1230.0 KB/sec)
[INFO]
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running com.jcabi.foo.SampleTest
[INFO] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.013 sec <<< FAILURE! - in com.jcabi.foo.SampleTest
[INFO] fetchesLabelsFromGithub(com.jcabi.foo.SampleTest)  Time elapsed: 0.013 sec  <<< ERROR!
[INFO] java.lang.NoClassDefFoundError: net/sourceforge/cobertura/coveragedata/TouchCollector
[INFO]  at com.jcabi.github.RtGithub.__cobertura_init(RtGithub.java)
[INFO]  at com.jcabi.github.RtGithub.<clinit>(RtGithub.java)
[INFO]  at com.jcabi.foo.SampleTest.fetchesLabelsFromGithub(SampleTest.java:53)
[INFO]  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[INFO]  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[INFO]  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[INFO]  at java.lang.reflect.Method.invoke(Method.java:606)
[INFO]  at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
[INFO]  at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
[INFO]  at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
[INFO]  at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
[INFO]  at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
[INFO]  at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
[INFO]  at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
[INFO]  at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
[INFO]  at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:258)
[INFO]  at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:473)
[INFO]  at java.util.concurrent.FutureTask.run(FutureTask.java:262)
[INFO]  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
[INFO]  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:622)
[INFO]  at java.lang.Thread.run(Thread.java:748)
[INFO] Caused by: java.lang.ClassNotFoundException: net.sourceforge.cobertura.coveragedata.TouchCollector
[INFO]  at java.net.URLClassLoader$1.run(URLClassLoader.java:359)
[INFO]  at java.net.URLClassLoader$1.run(URLClassLoader.java:348)
[INFO]  at java.security.AccessController.doPrivileged(Native Method)
[INFO]  at java.net.URLClassLoader.findClass(URLClassLoader.java:347)
[INFO]  at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
[INFO]  at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
[INFO]  at org.apache.maven.surefire.booter.IsolatedClassLoader.loadClass(IsolatedClassLoader.java:97)
[INFO]  ... 21 more
[INFO]
[INFO]
[INFO] Results :
[INFO]
[INFO] Tests in error:
[INFO]   SampleTest.fetchesLabelsFromGithub:53 ? NoClassDefFound net/sourceforge/cobert...
[INFO]
[INFO] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0
[INFO]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] BUILD FAILURE
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time: 24.442 s
[INFO] [INFO] Finished at: 2017-09-21T08:35:59+00:00
[INFO] [INFO] Final Memory: 30M/453M
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on project jcabi-github-test: There are test failures.
[INFO] [ERROR]
[INFO] [ERROR] Please refer to /home/r/repo/target/it/basic-usage/target/surefire-reports for the individual test results.
[INFO] [ERROR] -> [Help 1]
[INFO] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on project jcabi-github-test: There are test failures.
[INFO]
[INFO] Please refer to /home/r/repo/target/it/basic-usage/target/surefire-reports for the individual test results.
[INFO]  at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
[INFO]  at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
[INFO]  at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
[INFO]  at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
[INFO]  at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
[INFO]  at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
[INFO]  at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
[INFO]  at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
[INFO]  at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
[INFO]  at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
[INFO]  at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
[INFO]  at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
[INFO]  at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
[INFO]  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[INFO]  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[INFO]  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[INFO]  at java.lang.reflect.Method.invoke(Method.java:606)
[INFO]  at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
[INFO]  at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
[INFO]  at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
[INFO]  at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
[INFO] Caused by: org.apache.maven.plugin.MojoFailureException: There are test failures.
[INFO]
[INFO] Please refer to /home/r/repo/target/it/basic-usage/target/surefire-reports for the individual test results.
[INFO]  at org.apache.maven.plugin.surefire.SurefireHelper.reportExecution(SurefireHelper.java:82)
[INFO]  at org.apache.maven.plugin.surefire.SurefirePlugin.handleSummary(SurefirePlugin.java:190)
[INFO]  at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:852)
[INFO]  at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:720)
[INFO]  at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
[INFO]  at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
[INFO]  ... 20 more
[INFO] [ERROR]
[INFO] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[INFO] [ERROR]
[INFO] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[INFO] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[INFO] ..FAILED (25.9 s)
[INFO]   The build exited with code 1. See /home/r/repo/target/it/basic-usage/build.log for details.
[INFO] -------------------------------------------------
[INFO] Build Summary:
[INFO]   Passed: 0, Failed: 2, Errors: 0, Skipped: 0
[INFO] -------------------------------------------------
[ERROR] The following builds failed:
[ERROR] *  fat-jar/pom.xml
[ERROR] *  basic-usage/pom.xml
[INFO] -------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:35 min
[INFO] Finished at: 2017-09-21T08:35:59+00:00
[INFO] Final Memory: 58M/562M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.4:site (default-site) on project jcabi-github: failed to get report for org.codehaus.mojo:cobertura-maven-plugin: Failed to execute goal org.apache.maven.plugins:maven-invoker-plugin:1.9:run (default) on project jcabi-github: 2 builds failed. See console output above for details. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.4:site (default-site) on project jcabi-github: failed to get report for org.codehaus.mojo:cobertura-maven-plugin
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
        at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
        at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
        at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
        at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
        at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
        at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
        at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
        at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
        at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Caused by: org.apache.maven.plugin.MojoExecutionException: failed to get report for org.codehaus.mojo:cobertura-maven-plugin
        at org.apache.maven.reporting.exec.DefaultMavenReportExecutor.buildMavenReports(DefaultMavenReportExecutor.java:156)
        at org.apache.maven.plugins.site.render.AbstractSiteRenderingMojo.getReports(AbstractSiteRenderingMojo.java:239)
        at org.apache.maven.plugins.site.render.SiteMojo.execute(SiteMojo.java:124)
        at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
        ... 20 more
Caused by: org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-invoker-plugin:1.9:run (default) on project jcabi-github: 2 builds failed. See console output above for details.
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
        at org.apache.maven.lifecycle.internal.MojoExecutor.executeForkedExecutions(MojoExecutor.java:352)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeForkedExecutions(DefaultLifecycleExecutor.java:173)
        at org.apache.maven.reporting.exec.DefaultMavenReportExecutor.buildReportPlugin(DefaultMavenReportExecutor.java:309)
        at org.apache.maven.reporting.exec.DefaultMavenReportExecutor.buildMavenReports(DefaultMavenReportExecutor.java:151)
        ... 24 more
Caused by: org.apache.maven.plugin.MojoFailureException: 2 builds failed. See console output above for details.
        at org.apache.maven.plugin.invoker.InvokerSession.handleFailures(InvokerSession.java:258)
        at org.apache.maven.plugin.invoker.InvokerMojo.processResults(InvokerMojo.java:67)
        at org.apache.maven.plugin.invoker.AbstractInvokerMojo.execute(AbstractInvokerMojo.java:742)
        at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
        ... 30 more
[ERROR]
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
+ echo 'site-deploy failed'
site-deploy failed
+ mv /home/r/repo .
++ whoami
+ chown -R root repo
+ '[' -n '' ']'
++ whoami
+ sudo chown -R rultor repo
+ cd repo
+ git checkout __rultor
Already on '__rultor'
+ git tag 0.33 -m '0.33: tagged by rultor.com'
+ git reset --hard
HEAD is now at 3d2665d 0.33
+ git clean -fd
+ git checkout master
Switched to branch 'master'
Your branch is up-to-date with 'origin/master'.
+ git branch -D __rultor
Deleted branch __rultor (was 3d2665d).
+ git push --all origin
Everything up-to-date
+ git push --tags origin
To git@github.com:jcabi/jcabi-github.git
 * [new tag]         0.33 -> 0.33
container 2448844c77d25025e85ea1e437889b0a8199bf020a3fdf3402f412338f280372 is dead
Thu Sep 21 10:36:29 CEST 2017