rultor.com logo This build log was produced by rultor.com for aintshy/hub#27
+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 2213
+ echo '1.64.1 632dcef33'
1.64.1 632dcef33
+ date
Thu Jul  6 16:16:39 CEST 2017
+ uptime
 16:16:39 up 8 days, 17:17,  0 users,  load average: 0.00, 0.00, 0.00
+ head=git@github.com:aintshy/hub.git
+ head_branch=master
+ tag=0.8
+ scripts=('export '\''MAVEN_OPTS=-XX:MaxPermSize=256m -Xmx1g'\''' ';' 'export '\''head=git@github.com:aintshy/hub.git'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''tag=0.8'\''' ';' 'sudo gem install pdd' ';' 'mvn versions:set "-DnewVersion=${tag}"' ';' 'git commit -am "${tag}"' ';' 'mv ../settings.xml settings.xml' ';' 'mvn clean install -Pqulice --errors' ';' 'mvn liquibase:update -Paintshy --errors --settings settings.xml' ';' 'git remote add heroku git@heroku.com:aintshy.git' ';' 'mkdir ~/.ssh' ';' 'mv ../id_rsa ../id_rsa.pub ~/.ssh' ';' 'chmod -R 600 ~/.ssh/*' ';' 'echo -e "Host *\n  StrictHostKeyChecking no\n  UserKnownHostsFile=/dev/null" > ~/.ssh/config' ';' 'build=$(git rev-parse --short HEAD)' ';' 'sed -i "s/BUILD/${build}/g" src/main/resources/META-INF/MANIFEST.MF' ';' 'git add src/main/resources/META-INF/MANIFEST.MF' ';' 'git commit -m '\''build number set'\''' ';' 'git add settings.xml' ';' 'git commit -m '\''settings.xml'\''' ';' 'git fetch' ';' 'git push -f heroku $(git symbolic-ref --short HEAD):master' ';' 'git reset HEAD~1' ';' 'curl -f --connect-timeout 15 --retry 5 --retry-delay 30 http://i.aintshy.com' ';')
+ vars=('--env=MAVEN_OPTS=-XX:MaxPermSize=256m -Xmx1g' '--env=head=git@github.com:aintshy/hub.git' '--env=head_branch=master' '--env=tag=0.8' '--env=scripts=( '\''export '\''\'\'''\''MAVEN_OPTS=-XX:MaxPermSize=256m -Xmx1g'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head=git@github.com:aintshy/hub.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.8'\''\'\'''\'''\'' '\'';'\'' '\''sudo gem install pdd'\'' '\'';'\'' '\''mvn versions:set "-DnewVersion=${tag}"'\'' '\'';'\'' '\''git commit -am "${tag}"'\'' '\'';'\'' '\''mv ../settings.xml settings.xml'\'' '\'';'\'' '\''mvn clean install -Pqulice --errors'\'' '\'';'\'' '\''mvn liquibase:update -Paintshy --errors --settings settings.xml'\'' '\'';'\'' '\''git remote add heroku git@heroku.com:aintshy.git'\'' '\'';'\'' '\''mkdir ~/.ssh'\'' '\'';'\'' '\''mv ../id_rsa ../id_rsa.pub ~/.ssh'\'' '\'';'\'' '\''chmod -R 600 ~/.ssh/*'\'' '\'';'\'' '\''echo -e "Host *\n  StrictHostKeyChecking no\n  UserKnownHostsFile=/dev/null" > ~/.ssh/config'\'' '\'';'\'' '\''build=$(git rev-parse --short HEAD)'\'' '\'';'\'' '\''sed -i "s/BUILD/${build}/g" src/main/resources/META-INF/MANIFEST.MF'\'' '\'';'\'' '\''git add src/main/resources/META-INF/MANIFEST.MF'\'' '\'';'\'' '\''git commit -m '\''\'\'''\''build number set'\''\'\'''\'''\'' '\'';'\'' '\''git add settings.xml'\'' '\'';'\'' '\''git commit -m '\''\'\'''\''settings.xml'\''\'\'''\'''\'' '\'';'\'' '\''git fetch'\'' '\'';'\'' '\''git push -f heroku $(git symbolic-ref --short HEAD):master'\'' '\'';'\'' '\''git reset HEAD~1'\'' '\'';'\'' '\''curl -f --connect-timeout 15 --retry 5 --retry-delay 30 http://i.aintshy.com'\'' '\'';'\'' )')
+ image=yegor256/rultor
+ directory=
+ squash=false
+ ff=default
+ rebase=false
+ container=aintshy_hub_27
+ 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:aintshy/hub.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:aintshy/hub.git'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''tag=0.8'\''' ';' 'sudo gem install pdd' ';' 'mvn versions:set "-DnewVersion=${tag}"' ';' 'git commit -am "${tag}"' ';' 'mv ../settings.xml settings.xml' ';' 'mvn clean install -Pqulice --errors' ';' 'mvn liquibase:update -Paintshy --errors --settings settings.xml' ';' 'git remote add heroku git@heroku.com:aintshy.git' ';' 'mkdir ~/.ssh' ';' 'mv ../id_rsa ../id_rsa.pub ~/.ssh' ';' 'chmod -R 600 ~/.ssh/*' ';' 'echo -e "Host *\n  StrictHostKeyChecking no\n  UserKnownHostsFile=/dev/null" > ~/.ssh/config' ';' 'build=$(git rev-parse --short HEAD)' ';' 'sed -i "s/BUILD/${build}/g" src/main/resources/META-INF/MANIFEST.MF' ';' 'git add src/main/resources/META-INF/MANIFEST.MF' ';' 'git commit -m '\''build number set'\''' ';' 'git add settings.xml' ';' 'git commit -m '\''settings.xml'\''' ';' 'git fetch' ';' 'git push -f heroku $(git symbolic-ref --short HEAD):master' ';' 'git reset HEAD~1' ';' 'curl -f --connect-timeout 15 --retry 5 --retry-delay 30 http://i.aintshy.com' ';'
+ rm -rf .gpg
+ '[' -z 0.8 ']'
+ [[ 0.8 =~ ^[a-zA-Z0-9\.\-]+$ ]]
+ echo 'tag name is valid: "0.8"'
tag name is valid: "0.8"
+ cd repo
++ git tag -l 0.8
+ '[' ']'
+ 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.00
++ echo 0.00 '>' 30
++ bc
+ '[' 0 -eq 1 ']'
+ echo 'load average is 0.00, low enough to run a new Docker container'
load average is 0.00, 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:64e9b70ba86498bb2cb3d584c29d2cd9203557393ddebf0824b91a08f8378640
Status: Image is up to date for yegor256/rultor:latest
+ docker ps --filter=status=exited
+ grep --quiet '\saintshy_hub_27\s*$'
+ ls -al .
total 68
drwx--x--x 3 rultor rultor 4096 Jul  6 16:16 .
drwxrwxrwt 9 root   root   4096 Jul  6 16:16 ..
-rw-rw-r-- 1 rultor rultor  444 Jul  6 16:16 end.sh
-rwxrwxr-x 1 rultor rultor  338 Jul  6 16:16 entry.sh
-rw-rw-r-- 1 rultor rultor 1679 Jul  6 16:16 id_rsa
-rw-rw-r-- 1 rultor rultor  396 Jul  6 16:16 id_rsa.pub
-rw-rw-r-- 1 rultor rultor    5 Jul  6 16:16 pid
-rw-rw-r-- 1 rultor rultor 1192 Jul  6 16:16 pubring.gpg
drwxrwxr-x 4 rultor rultor 4096 Jul  6 16:16 repo
-rwxrwxr-x 1 rultor rultor 6846 Jul  6 16:16 run.sh
-rw-rw-r-- 1 rultor rultor   98 Jul  6 16:16 s3cfg
-rw-rw-r-- 1 rultor rultor 1134 Jul  6 16:16 script.sh
-rw-rw-r-- 1 rultor rultor 2570 Jul  6 16:16 secring.gpg
-rw-rw-r-- 1 rultor rultor 1280 Jul  6 16:16 settings.xml
-rw-rw-r-- 1 rultor rultor 5833 Jul  6 16:16 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-js2X:/main '--env=MAVEN_OPTS=-XX:MaxPermSize=256m -Xmx1g' --env=head=git@github.com:aintshy/hub.git --env=head_branch=master --env=tag=0.8 '--env=scripts=( '\''export '\''\'\'''\''MAVEN_OPTS=-XX:MaxPermSize=256m -Xmx1g'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head=git@github.com:aintshy/hub.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.8'\''\'\'''\'''\'' '\'';'\'' '\''sudo gem install pdd'\'' '\'';'\'' '\''mvn versions:set "-DnewVersion=${tag}"'\'' '\'';'\'' '\''git commit -am "${tag}"'\'' '\'';'\'' '\''mv ../settings.xml settings.xml'\'' '\'';'\'' '\''mvn clean install -Pqulice --errors'\'' '\'';'\'' '\''mvn liquibase:update -Paintshy --errors --settings settings.xml'\'' '\'';'\'' '\''git remote add heroku git@heroku.com:aintshy.git'\'' '\'';'\'' '\''mkdir ~/.ssh'\'' '\'';'\'' '\''mv ../id_rsa ../id_rsa.pub ~/.ssh'\'' '\'';'\'' '\''chmod -R 600 ~/.ssh/*'\'' '\'';'\'' '\''echo -e "Host *\n  StrictHostKeyChecking no\n  UserKnownHostsFile=/dev/null" > ~/.ssh/config'\'' '\'';'\'' '\''build=$(git rev-parse --short HEAD)'\'' '\'';'\'' '\''sed -i "s/BUILD/${build}/g" src/main/resources/META-INF/MANIFEST.MF'\'' '\'';'\'' '\''git add src/main/resources/META-INF/MANIFEST.MF'\'' '\'';'\'' '\''git commit -m '\''\'\'''\''build number set'\''\'\'''\'''\'' '\'';'\'' '\''git add settings.xml'\'' '\'';'\'' '\''git commit -m '\''\'\'''\''settings.xml'\''\'\'''\'''\'' '\'';'\'' '\''git fetch'\'' '\'';'\'' '\''git push -f heroku $(git symbolic-ref --short HEAD):master'\'' '\'';'\'' '\''git reset HEAD~1'\'' '\'';'\'' '\''curl -f --connect-timeout 15 --retry 5 --retry-delay 30 http://i.aintshy.com'\'' '\'';'\'' )' --hostname=docker --privileged --memory=6g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-js2X/cid -w=/main --name=aintshy_hub_27 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 ./id_rsa ./id_rsa.pub ./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:aintshy/hub.git
+ head=git@github.com:aintshy/hub.git
+ export head_branch=master
+ head_branch=master
+ export tag=0.8
+ tag=0.8
+ sudo -i gem install 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
Parsing documentation for mini_portile2-2.1.0
Installing ri documentation for mini_portile2-2.1.0
Parsing documentation for nokogiri-1.7.2
Installing ri documentation for nokogiri-1.7.2
Parsing documentation for slop-4.4.3
Installing ri documentation for slop-4.4.3
Parsing documentation for pdd-0.17.9
Installing ri documentation for pdd-0.17.9
Done installing documentation for mini_portile2, nokogiri, slop, pdd after 12 seconds
4 gems installed
+ mvn versions:set -DnewVersion=0.8
[INFO] Scanning for projects...
Downloading: http://repo.maven.apache.org/maven2/com/sun/tools/jxc/maven2/maven-jaxb-schemagen-plugin/maven-metadata.xml
Downloaded: http://repo.maven.apache.org/maven2/com/sun/tools/jxc/maven2/maven-jaxb-schemagen-plugin/maven-metadata.xml (433 B at 3.4 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 228.9 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 457.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-maven-plugin/0.9.3/jcabi-maven-plugin-0.9.3.pom
Downloaded: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-maven-plugin/0.9.3/jcabi-maven-plugin-0.9.3.pom (12 KB at 438.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-maven-plugin/0.9.3/jcabi-maven-plugin-0.9.3.jar
Downloaded: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-maven-plugin/0.9.3/jcabi-maven-plugin-0.9.3.jar (28 KB at 231.7 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 323.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.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 1103.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.17/maven-surefire-plugin-2.17.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.17/maven-surefire-plugin-2.17.pom (5 KB at 222.0 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-surefire-plugin/2.17/maven-surefire-plugin-2.17.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.17/maven-surefire-plugin-2.17.jar (34 KB at 1193.9 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 2073.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/nl/geodienstencentrum/maven/sass-maven-plugin/2.5/sass-maven-plugin-2.5.pom
Downloaded: http://repo.maven.apache.org/maven2/nl/geodienstencentrum/maven/sass-maven-plugin/2.5/sass-maven-plugin-2.5.pom (24 KB at 115.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/nl/geodienstencentrum/maven/sass-maven-plugin/2.5/sass-maven-plugin-2.5.jar
Downloaded: http://repo.maven.apache.org/maven2/nl/geodienstencentrum/maven/sass-maven-plugin/2.5/sass-maven-plugin-2.5.jar (945 KB at 6426.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/samaxes/maven/minify-maven-plugin/1.7.2/minify-maven-plugin-1.7.2.pom
Downloaded: http://repo.maven.apache.org/maven2/com/samaxes/maven/minify-maven-plugin/1.7.2/minify-maven-plugin-1.7.2.pom (12 KB at 472.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/samaxes/maven/minify-maven-plugin/1.7.2/minify-maven-plugin-1.7.2.jar
Downloaded: http://repo.maven.apache.org/maven2/com/samaxes/maven/minify-maven-plugin/1.7.2/minify-maven-plugin-1.7.2.jar (32 KB at 1164.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/mojo/build-helper-maven-plugin/1.8/build-helper-maven-plugin-1.8.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/mojo/build-helper-maven-plugin/1.8/build-helper-maven-plugin-1.8.pom (7 KB at 260.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/30/mojo-parent-30.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/30/mojo-parent-30.pom (27 KB at 1040.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/mojo/build-helper-maven-plugin/1.8/build-helper-maven-plugin-1.8.jar
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/mojo/build-helper-maven-plugin/1.8/build-helper-maven-plugin-1.8.jar (42 KB at 1526.2 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/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 2578.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/tomcat/maven/tomcat7-maven-plugin/2.2/tomcat7-maven-plugin-2.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/tomcat/maven/tomcat7-maven-plugin/2.2/tomcat7-maven-plugin-2.2.pom (12 KB at 512.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/tomcat/maven/tomcat-maven-plugin/2.2/tomcat-maven-plugin-2.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/tomcat/maven/tomcat-maven-plugin/2.2/tomcat-maven-plugin-2.2.pom (33 KB at 1283.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/apache/12/apache-12.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/apache/12/apache-12.pom (16 KB at 658.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/tomcat/maven/tomcat7-maven-plugin/2.2/tomcat7-maven-plugin-2.2.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/tomcat/maven/tomcat7-maven-plugin/2.2/tomcat7-maven-plugin-2.2.jar (112 KB at 3493.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/mojo/exec-maven-plugin/1.2.1/exec-maven-plugin-1.2.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/mojo/exec-maven-plugin/1.2.1/exec-maven-plugin-1.2.1.pom (8 KB at 325.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/mojo/exec-maven-plugin/1.2.1/exec-maven-plugin-1.2.1.jar
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/mojo/exec-maven-plugin/1.2.1/exec-maven-plugin-1.2.1.jar (37 KB at 1420.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/github/adrianboimvaser/postgresql-maven-plugin/0.2/postgresql-maven-plugin-0.2.pom
Downloaded: http://repo.maven.apache.org/maven2/com/github/adrianboimvaser/postgresql-maven-plugin/0.2/postgresql-maven-plugin-0.2.pom (17 KB at 137.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/github/adrianboimvaser/postgresql-maven-plugin/0.2/postgresql-maven-plugin-0.2.jar
Downloaded: http://repo.maven.apache.org/maven2/com/github/adrianboimvaser/postgresql-maven-plugin/0.2/postgresql-maven-plugin-0.2.jar (36 KB at 1364.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/liquibase/liquibase-maven-plugin/3.2.2/liquibase-maven-plugin-3.2.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/liquibase/liquibase-maven-plugin/3.2.2/liquibase-maven-plugin-3.2.2.pom (4 KB at 29.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/liquibase/liquibase-parent/3.2.2/liquibase-parent-3.2.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/liquibase/liquibase-parent/3.2.2/liquibase-parent-3.2.2.pom (13 KB at 517.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/liquibase/liquibase-maven-plugin/3.2.2/liquibase-maven-plugin-3.2.2.jar
Downloaded: http://repo.maven.apache.org/maven2/org/liquibase/liquibase-maven-plugin/3.2.2/liquibase-maven-plugin-3.2.2.jar (65 KB at 2224.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.pom (10 KB at 433.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.jar (42 KB at 1677.7 KB/sec)
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 788.8 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 3655.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-mysql-maven-plugin/0.8.1/jcabi-mysql-maven-plugin-0.8.1.pom
Downloaded: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-mysql-maven-plugin/0.8.1/jcabi-mysql-maven-plugin-0.8.1.pom (13 KB at 497.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-mysql-maven-plugin/0.8.1/jcabi-mysql-maven-plugin-0.8.1.jar
Downloaded: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-mysql-maven-plugin/0.8.1/jcabi-mysql-maven-plugin-0.8.1.jar (32 KB at 1152.0 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 72.1 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 192.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-ssl-maven-plugin/0.9/jcabi-ssl-maven-plugin-0.9.pom
Downloaded: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-ssl-maven-plugin/0.9/jcabi-ssl-maven-plugin-0.9.pom (10 KB at 387.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-ssl-maven-plugin/0.9/jcabi-ssl-maven-plugin-0.9.jar
Downloaded: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-ssl-maven-plugin/0.9/jcabi-ssl-maven-plugin-0.9.jar (28 KB at 237.9 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 432.0 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 167.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-beanstalk-maven-plugin/0.10/jcabi-beanstalk-maven-plugin-0.10.pom
Downloaded: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-beanstalk-maven-plugin/0.10/jcabi-beanstalk-maven-plugin-0.10.pom (10 KB at 43.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-beanstalk-maven-plugin/0.10/jcabi-beanstalk-maven-plugin-0.10.jar
Downloaded: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-beanstalk-maven-plugin/0.10/jcabi-beanstalk-maven-plugin-0.10.jar (67 KB at 2308.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/mojo/cobertura-maven-plugin/2.5.2/cobertura-maven-plugin-2.5.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/mojo/cobertura-maven-plugin/2.5.2/cobertura-maven-plugin-2.5.2.pom (9 KB at 380.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/mojo/cobertura-maven-plugin/2.5.2/cobertura-maven-plugin-2.5.2.jar
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/mojo/cobertura-maven-plugin/2.5.2/cobertura-maven-plugin-2.5.2.jar (47 KB at 1718.6 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 175.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-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 682.0 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 4916.3 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 804.0 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 1542.2 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 405.6 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 2365.4 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 483.8 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 3114.3 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 663.2 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 6415.3 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 496.5 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 701.8 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 1868.4 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 447.0 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 197.2 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 1177.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 649.8 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 1063.0 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 5622.6 KB/sec)
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building aintshy 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- versions-maven-plugin:2.1:set (default-cli) @ aintshy ---
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 194.0 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 327.6 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 135.5 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 102.9 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 109.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 72.2 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 78.1 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 576.0 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 83.2 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 63.4 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 89.6 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 144.4 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 107.8 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 34.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 203.5 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 494.1 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 146.8 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 67.8 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 103.3 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 179.2 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 20.0 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 244.9 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 34.4 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 55.7 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 757.5 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 347.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1/doxia-decoration-model-1.1.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.1/doxia-site-renderer-1.1.jar (47 KB at 900.5 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: 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 (52 KB at 927.5 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: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1/doxia-decoration-model-1.1.jar (50 KB at 721.8 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-core/1.1/doxia-core-1.1.jar (145 KB at 2013.1 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-module-xhtml/1.1/doxia-module-xhtml-1.1.jar (15 KB at 190.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/stax/stax-api/1.0.1/stax-api-1.0.1.jar
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 398.6 KB/sec)
Downloaded:2http://repo.maven.apache.org/maven2/stax/stax-api/1.0.1/stax-api-1.0.1.jar (26 KB at 242.0 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/plexus/plexus-utils/1.0.2/plexus-utils-1.0.2.jar (157 KB at 1214.1 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/woodstox/wstx-asl/3.2.7/wstx-asl-3.2.7.jar (509 KB at 2531.1 KB/sec)
Downloaded:Bhttp://repo.maven.apache.org/maven2/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar (1185 KB at 5019.2 KB/sec)
[INFO] Searching for local aggregator root...
[INFO] Local aggregation root: /home/r/repo
[INFO] Processing com.aintshy:aintshy
[INFO]     Updating project com.aintshy:aintshy
[INFO]         from version 1.0-SNAPSHOT to 0.8
Props: {project.version=0.8, project.parent.version=0.29, project.parent.groupId=com.jcabi, project.artifactId=aintshy, project.groupId=com.aintshy, project.parent.artifactId=parent}
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6.426 s
[INFO] Finished at: 2017-07-06T14:18:09+00:00
[INFO] Final Memory: 21M/361M
[INFO] ------------------------------------------------------------------------
+ git commit -am 0.8
[__rultor b722201] 0.8
 1 file changed, 1 insertion(+), 1 deletion(-)
+ mv ../settings.xml settings.xml
+ mvn clean install -Pqulice --errors
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building aintshy 0.8
[INFO] ------------------------------------------------------------------------
Downloading: http://repo.maven.apache.org/maven2/com/qulice/qulice-maven-plugin/0.11/qulice-maven-plugin-0.11.pom
Downloaded: http://repo.maven.apache.org/maven2/com/qulice/qulice-maven-plugin/0.11/qulice-maven-plugin-0.11.pom (17 KB at 166.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/qulice/qulice/0.11/qulice-0.11.pom
Downloaded: http://repo.maven.apache.org/maven2/com/qulice/qulice/0.11/qulice-0.11.pom (6 KB at 45.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/qulice/qulice-maven-plugin/0.11/qulice-maven-plugin-0.11.jar
Downloaded: http://repo.maven.apache.org/maven2/com/qulice/qulice-maven-plugin/0.11/qulice-maven-plugin-0.11.jar (44 KB at 1282.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/detectlanguage/detectlanguage/1.0.5/detectlanguage-1.0.5.pom
Downloaded: http://repo.maven.apache.org/maven2/com/detectlanguage/detectlanguage/1.0.5/detectlanguage-1.0.5.pom (5 KB at 168.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.2.4/gson-2.2.4.pom
Downloaded: http://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.2.4/gson-2.2.4.pom (8 KB at 327.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/jolbox/bonecp/0.8.0.RELEASE/bonecp-0.8.0.RELEASE.pom
Downloaded: http://repo.maven.apache.org/maven2/com/jolbox/bonecp/0.8.0.RELEASE/bonecp-0.8.0.RELEASE.pom (5 KB at 193.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/jolbox/bonecp-parent/0.8.0.RELEASE/bonecp-parent-0.8.0.RELEASE.pom
Downloaded: http://repo.maven.apache.org/maven2/com/jolbox/bonecp-parent/0.8.0.RELEASE/bonecp-parent-0.8.0.RELEASE.pom (16 KB at 579.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom (3 KB at 119.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom (12 KB at 480.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/projectlombok/lombok/1.14.8/lombok-1.14.8.pom
Downloaded: http://repo.maven.apache.org/maven2/org/projectlombok/lombok/1.14.8/lombok-1.14.8.pom (2 KB at 72.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/rexsl/rexsl/1.5.2/rexsl-1.5.2.pom
Downloaded: http://repo.maven.apache.org/maven2/com/rexsl/rexsl/1.5.2/rexsl-1.5.2.pom (13 KB at 62.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/parent/0.28/parent-0.28.pom
Downloaded: http://repo.maven.apache.org/maven2/com/jcabi/parent/0.28/parent-0.28.pom (73 KB at 1859.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-immutable/1.3/jcabi-immutable-1.3.pom
Downloaded: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-immutable/1.3/jcabi-immutable-1.3.pom (4 KB at 121.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-impl/2.2.8-b01/jaxb-impl-2.2.8-b01.pom
Downloaded: http://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-impl/2.2.8-b01/jaxb-impl-2.2.8-b01.pom (5 KB at 184.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-core/2.2.8-b01/jaxb-core-2.2.8-b01.pom
Downloaded: http://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-core/2.2.8-b01/jaxb-core-2.2.8-b01.pom (5 KB at 180.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.2.11/jaxb-api-2.2.11.pom
Downloaded: http://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.2.11/jaxb-api-2.2.11.pom (16 KB at 582.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/sun/istack/istack-commons-runtime/2.16/istack-commons-runtime-2.16.pom
Downloaded: http://repo.maven.apache.org/maven2/com/sun/istack/istack-commons-runtime/2.16/istack-commons-runtime-2.16.pom (4 KB at 154.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/sun/istack/istack-commons/2.16/istack-commons-2.16.pom
Downloaded: http://repo.maven.apache.org/maven2/com/sun/istack/istack-commons/2.16/istack-commons-2.16.pom (12 KB at 493.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/sun/xml/fastinfoset/FastInfoset/1.2.12/FastInfoset-1.2.12.pom
Downloaded: http://repo.maven.apache.org/maven2/com/sun/xml/fastinfoset/FastInfoset/1.2.12/FastInfoset-1.2.12.pom (2 KB at 58.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/sun/xml/fastinfoset/fastinfoset-project/1.2.12/fastinfoset-project-1.2.12.pom
Downloaded: http://repo.maven.apache.org/maven2/com/sun/xml/fastinfoset/fastinfoset-project/1.2.12/fastinfoset-project-1.2.12.pom (12 KB at 448.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/sun/jersey/jersey-servlet/1.18.1/jersey-servlet-1.18.1.pom
Downloaded: http://repo.maven.apache.org/maven2/com/sun/jersey/jersey-servlet/1.18.1/jersey-servlet-1.18.1.pom (10 KB at 390.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/sun/jersey/jersey-server/1.18.1/jersey-server-1.18.1.pom
Downloaded: http://repo.maven.apache.org/maven2/com/sun/jersey/jersey-server/1.18.1/jersey-server-1.18.1.pom (11 KB at 425.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-manifests/1.0.4/jcabi-manifests-1.0.4.pom
Downloaded: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-manifests/1.0.4/jcabi-manifests-1.0.4.pom (5 KB at 36.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-xml/0.12.1/jcabi-xml-0.12.1.pom
Downloaded: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-xml/0.12.1/jcabi-xml-0.12.1.pom (10 KB at 384.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-http/1.8.3/jcabi-http-1.8.3.pom
Downloaded: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-http/1.8.3/jcabi-http-1.8.3.pom (11 KB at 84.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/javassist/javassist/3.12.1.GA/javassist-3.12.1.GA.pom
Downloaded: http://repo.maven.apache.org/maven2/javassist/javassist/3.12.1.GA/javassist-3.12.1.GA.pom (6 KB at 272.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/restfb/restfb/1.6.14/restfb-1.6.14.pom
Downloaded: http://repo.maven.apache.org/maven2/com/restfb/restfb/1.6.14/restfb-1.6.14.pom (3 KB at 91.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.9/commons-codec-1.9.pom
Downloaded: http://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.9/commons-codec-1.9.pom (12 KB at 512.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/32/commons-parent-32.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/32/commons-parent-32.pom (52 KB at 1777.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/github/zafarkhaja/java-semver/0.7.2/java-semver-0.7.2.pom
Downloaded: http://repo.maven.apache.org/maven2/com/github/zafarkhaja/java-semver/0.7.2/java-semver-0.7.2.pom (2 KB at 17.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-matchers/1.2/jcabi-matchers-1.2.pom
Downloaded: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-matchers/1.2/jcabi-matchers-1.2.pom (8 KB at 33.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-jdbc/0.13/jcabi-jdbc-0.13.pom
Downloaded: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-jdbc/0.13/jcabi-jdbc-0.13.pom (17 KB at 90.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/sun/jersey/contribs/jersey-multipart/1.18.1/jersey-multipart-1.18.1.pom
Downloaded: http://repo.maven.apache.org/maven2/com/sun/jersey/contribs/jersey-multipart/1.18.1/jersey-multipart-1.18.1.pom (9 KB at 357.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/sun/jersey/contribs/jersey-contribs/1.18.1/jersey-contribs-1.18.1.pom
Downloaded: http://repo.maven.apache.org/maven2/com/sun/jersey/contribs/jersey-contribs/1.18.1/jersey-contribs-1.18.1.pom (4 KB at 151.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/jvnet/mimepull/mimepull/1.9.3/mimepull-1.9.3.pom
Downloaded: http://repo.maven.apache.org/maven2/org/jvnet/mimepull/mimepull/1.9.3/mimepull-1.9.3.pom (13 KB at 521.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/commons/commons-email/1.3.3/commons-email-1.3.3.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/commons/commons-email/1.3.3/commons-email-1.3.3.pom (17 KB at 605.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/javax/mail/mail/1.4.5/mail-1.4.5.pom
Downloaded: http://repo.maven.apache.org/maven2/javax/mail/mail/1.4.5/mail-1.4.5.pom (6 KB at 236.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/sun/mail/all/1.4.5/all-1.4.5.pom
Downloaded: http://repo.maven.apache.org/maven2/com/sun/mail/all/1.4.5/all-1.4.5.pom (19 KB at 768.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.7.7/slf4j-log4j12-1.7.7.pom
Downloaded: http://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.7.7/slf4j-log4j12-1.7.7.pom (2 KB at 74.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.7/slf4j-parent-1.7.7.pom
Downloaded: http://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.7/slf4j-parent-1.7.7.pom (12 KB at 484.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.pom
Downloaded: http://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.pom (3 KB at 119.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/javax/servlet/servlet-api/3.0-alpha-1/servlet-api-3.0-alpha-1.pom
Downloaded: http://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: http://repo.maven.apache.org/maven2/org/glassfish/api/api/1/api-1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/glassfish/api/api/1/api-1.pom (6 KB at 219.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/glassfish/pom/2/pom-2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/glassfish/pom/2/pom-2.pom (9 KB at 367.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/postgresql/postgresql/9.2-1002-jdbc4/postgresql-9.2-1002-jdbc4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/postgresql/postgresql/9.2-1002-jdbc4/postgresql-9.2-1002-jdbc4.pom (2 KB at 62.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-core/7.0.34/tomcat-embed-core-7.0.34.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-core/7.0.34/tomcat-embed-core-7.0.34.pom (2 KB at 75.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-logging-juli/7.0.34/tomcat-embed-logging-juli-7.0.34.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-logging-juli/7.0.34/tomcat-embed-logging-juli-7.0.34.pom (2 KB at 53.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-jasper/7.0.34/tomcat-embed-jasper-7.0.34.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-jasper/7.0.34/tomcat-embed-jasper-7.0.34.pom (2 KB at 73.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/eclipse/jdt/core/compiler/ecj/3.7.2/ecj-3.7.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/jdt/core/compiler/ecj/3.7.2/ecj-3.7.2.pom (2 KB at 61.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/mockito/mockito-core/1.9.5/mockito-core-1.9.5.pom
Downloaded: http://repo.maven.apache.org/maven2/org/mockito/mockito-core/1.9.5/mockito-core-1.9.5.pom (2 KB at 64.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/objenesis/objenesis/1.0/objenesis-1.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/objenesis/objenesis/1.0/objenesis-1.0.pom (853 B at 39.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/detectlanguage/detectlanguage/1.0.5/detectlanguage-1.0.5.jar
Downloading: http://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.2.4/gson-2.2.4.jar
Downloading: http://repo.maven.apache.org/maven2/com/jolbox/bonecp/0.8.0.RELEASE/bonecp-0.8.0.RELEASE.jar
Downloading: http://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar
Downloading: http://repo.maven.apache.org/maven2/org/projectlombok/lombok/1.14.8/lombok-1.14.8.jar
Downloaded:1http://repo.maven.apache.org/maven2/com/detectlanguage/detectlanguage/1.0.5/detectlanguage-1.0.5.jar (13 KB at 462.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/rexsl/rexsl/1.5.2/rexsl-1.5.2.jar
Downloaded:1http://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar (26 KB at 670.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-immutable/1.3/jcabi-immutable-1.3.jar
Downloaded: http://repo.maven.apache.org/maven2/com/jolbox/bonecp/0.8.0.RELEASE/bonecp-0.8.0.RELEASE.jar (109 KB at 1714.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-impl/2.2.8-b01/jaxb-impl-2.2.8-b01.jar
Downloaded: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-immutable/1.3/jcabi-immutable-1.3.jar (22 KB at 325.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-core/2.2.8-b01/jaxb-core-2.2.8-b01.jar
Downloaded: http://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.2.4/gson-2.2.4.jar (186 KB at 2582.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/sun/istack/istack-commons-runtime/2.16/istack-commons-runtime-2.16.jar
Downloaded: http://repo.maven.apache.org/maven2/com/sun/istack/istack-commons-runtime/2.16/istack-commons-runtime-2.16.jar (23 KB at 219.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/sun/xml/fastinfoset/FastInfoset/1.2.12/FastInfoset-1.2.12.jar
Downloaded: http://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-core/2.2.8-b01/jaxb-core-2.2.8-b01.jar (217 KB at 1158.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/sun/jersey/jersey-servlet/1.18.1/jersey-servlet-1.18.1.jar
Downloaded:5http://repo.maven.apache.org/maven2/com/sun/xml/fastinfoset/FastInfoset/1.2.12/FastInfoset-1.2.12.jar (287 KB at 1360.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/sun/jersey/jersey-server/1.18.1/jersey-server-1.18.1.jar
Downloaded: http://repo.maven.apache.org/maven2/com/rexsl/rexsl/1.5.2/rexsl-1.5.2.jar (258 KB at 1035.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-xml/0.12.1/jcabi-xml-0.12.1.jar
Downloaded: http://repo.maven.apache.org/maven2/com/sun/jersey/jersey-servlet/1.18.1/jersey-servlet-1.18.1.jar (125 KB at 481.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-http/1.8.3/jcabi-http-1.8.3.jar
Downloaded: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-xml/0.12.1/jcabi-xml-0.12.1.jar (47 KB at 152.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/javassist/javassist/3.12.1.GA/javassist-3.12.1.GA.jar
Downloaded: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-http/1.8.3/jcabi-http-1.8.3.jar (92 KB at 278.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/restfb/restfb/1.6.14/restfb-1.6.14.jar
Downloaded: http://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-impl/2.2.8-b01/jaxb-impl-2.2.8-b01.jar (898 KB at 2244.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.9/commons-codec-1.9.jar
Downloaded:1http://repo.maven.apache.org/maven2/com/restfb/restfb/1.6.14/restfb-1.6.14.jar (141 KB at 338.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/github/zafarkhaja/java-semver/0.7.2/java-semver-0.7.2.jar
Downloaded: http://repo.maven.apache.org/maven2/com/sun/jersey/jersey-server/1.18.1/jersey-server-1.18.1.jar (669 KB at 1602.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-matchers/1.2/jcabi-matchers-1.2.jar
Downloaded: http://repo.maven.apache.org/maven2/org/projectlombok/lombok/1.14.8/lombok-1.14.8.jar (1159 KB at 2480.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-jdbc/0.13/jcabi-jdbc-0.13.jar
Downloaded: http://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.9/commons-codec-1.9.jar (258 KB at 541.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/sun/jersey/jersey-core/1.18.1/jersey-core-1.18.1.jar
Downloaded:6http://repo.maven.apache.org/maven2/javassist/javassist/3.12.1.GA/javassist-3.12.1.GA.jar (630 KB at 1160.6 KB/sec)
Downloading:1http://repo.maven.apache.org/maven2/com/sun/jersey/contribs/jersey-multipart/1.18.1/jersey-multipart-1.18.1.jar
Downloaded:4http://repo.maven.apache.org/maven2/com/sun/jersey/jersey-core/1.18.1/jersey-core-1.18.1.jar (469 KB at 818.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/jvnet/mimepull/mimepull/1.9.3/mimepull-1.9.3.jar
Downloaded: http://repo.maven.apache.org/maven2/com/sun/jersey/contribs/jersey-multipart/1.18.1/jersey-multipart-1.18.1.jar (53 KB at 90.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.2.11/jaxb-api-2.2.11.jar
Downloaded:4http://repo.maven.apache.org/maven2/com/github/zafarkhaja/java-semver/0.7.2/java-semver-0.7.2.jar (41 KB at 69.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-manifests/1.0.4/jcabi-manifests-1.0.4.jar
Downloaded:1http://repo.maven.apache.org/maven2/com/jcabi/jcabi-jdbc/0.13/jcabi-jdbc-0.13.jar (52 KB at 86.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/commons/commons-email/1.3.3/commons-email-1.3.3.jar
Downloaded:1http://repo.maven.apache.org/maven2/org/jvnet/mimepull/mimepull/1.9.3/mimepull-1.9.3.jar (61 KB at 101.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/javax/mail/mail/1.4.5/mail-1.4.5.jar
Downloaded:1http://repo.maven.apache.org/maven2/com/jcabi/jcabi-manifests/1.0.4/jcabi-manifests-1.0.4.jar (11 KB at 16.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.7.7/slf4j-log4j12-1.7.7.jar
Downloaded:7http://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.2.11/jaxb-api-2.2.11.jar (100 KB at 161.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/javax/servlet/servlet-api/3.0-alpha-1/servlet-api-3.0-alpha-1.jar
Downloaded:9http://repo.maven.apache.org/maven2/org/apache/commons/commons-email/1.3.3/commons-email-1.3.3.jar (49 KB at 78.4 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-matchers/1.2/jcabi-matchers-1.2.jar (17 KB at 25.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/postgresql/postgresql/9.2-1002-jdbc4/postgresql-9.2-1002-jdbc4.jar
Downloading:4http://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-core/7.0.34/tomcat-embed-core-7.0.34.jar
Downloaded:/http://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.7.7/slf4j-log4j12-1.7.7.jar (9 KB at 13.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-logging-juli/7.0.34/tomcat-embed-logging-juli-7.0.34.jar
Downloaded:3http://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-logging-juli/7.0.34/tomcat-embed-logging-juli-7.0.34.jar (38 KB at 55.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-jasper/7.0.34/tomcat-embed-jasper-7.0.34.jar
Downloaded: http://repo.maven.apache.org/maven2/javax/servlet/servlet-api/3.0-alpha-1/servlet-api-3.0-alpha-1.jar (170 KB at 245.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/eclipse/jdt/core/compiler/ecj/3.7.2/ecj-3.7.2.jar
Downloaded:9http://repo.maven.apache.org/maven2/javax/mail/mail/1.4.5/mail-1.4.5.jar (497 KB at 667.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/mockito/mockito-core/1.9.5/mockito-core-1.9.5.jar
Downloaded: http://repo.maven.apache.org/maven2/org/postgresql/postgresql/9.2-1002-jdbc4/postgresql-9.2-1002-jdbc4.jar (567 KB at 633.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/objenesis/objenesis/1.0/objenesis-1.0.jar
Downloaded: http://repo.maven.apache.org/maven2/org/objenesis/objenesis/1.0/objenesis-1.0.jar (28 KB at 29.7 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/mockito/mockito-core/1.9.5/mockito-core-1.9.5.jar (1465 KB at 1318.5 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-jasper/7.0.34/tomcat-embed-jasper-7.0.34.jar (774 KB at 667.5 KB/sec)
Downloaded:Bhttp://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-core/7.0.34/tomcat-embed-core-7.0.34.jar (2509 KB at 1916.1 KB/sec)
Downloaded:Bhttp://repo.maven.apache.org/maven2/org/eclipse/jdt/core/compiler/ecj/3.7.2/ecj-3.7.2.jar (1709 KB at 1291.3 KB/sec)
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ aintshy ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.8:reserve-network-port (reserver-pgsql-port) @ aintshy ---
Downloading: http://repo.maven.apache.org/maven2/junit/junit/4.10/junit-4.10.pom
Downloaded: http://repo.maven.apache.org/maven2/junit/junit/4.10/junit-4.10.pom (3 KB at 109.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom (481 B at 21.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom (6 KB at 249.5 KB/sec)
[INFO] Reserved port 40187 for pgsql.port
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create (jcabi-build-number) @ aintshy ---
[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: b722201 at timestamp: 2017-07-06T14:18:16
[INFO] Storing buildScmBranch: __rultor
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (jcabi-build-number) @ aintshy ---
[INFO]
[INFO] --- sass-maven-plugin:2.5:update-stylesheets (generate-css) @ aintshy ---
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.3.1/maven-core-3.3.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.3.1/maven-core-3.3.1.pom (9 KB at 361.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven/3.3.1/maven-3.3.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven/3.3.1/maven-3.3.1.pom (23 KB at 878.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.3.1/maven-model-3.3.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.3.1/maven-model-3.3.1.pom (5 KB at 180.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.3.1/maven-settings-3.3.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.3.1/maven-settings-3.3.1.pom (3 KB at 96.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.3.1/maven-settings-builder-3.3.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.3.1/maven-settings-builder-3.3.1.pom (3 KB at 121.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-builder-support/3.3.1/maven-builder-support-3.3.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-builder-support/3.3.1/maven-builder-support-3.3.1.pom (2 KB at 86.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.3.1/maven-repository-metadata-3.3.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.3.1/maven-repository-metadata-3.3.1.pom (3 KB at 94.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.3.1/maven-artifact-3.3.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.3.1/maven-artifact-3.3.1.pom (3 KB at 74.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.3.1/maven-plugin-api-3.3.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.3.1/maven-plugin-api-3.3.1.pom (3 KB at 140.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0/org.eclipse.sisu.plexus-0.3.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0/org.eclipse.sisu.plexus-0.3.0.pom (5 KB at 193.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.3.0/sisu-plexus-0.3.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.3.0/sisu-plexus-0.3.0.pom (14 KB at 558.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0/org.eclipse.sisu.inject-0.3.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0/org.eclipse.sisu.inject-0.3.0.pom (3 KB at 122.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.3.0/sisu-inject-0.3.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.3.0/sisu-inject-0.3.0.pom (15 KB at 611.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.3.1/maven-model-builder-3.3.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.3.1/maven-model-builder-3.3.1.pom (4 KB at 137.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.3.1/maven-aether-provider-3.3.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.3.1/maven-aether-provider-3.3.1.pom (5 KB at 188.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.2.5/sisu-guice-3.2.5.pom
Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.2.5/sisu-guice-3.2.5.pom (11 KB at 445.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-parent/3.2.5/guice-parent-3.2.5.pom
Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-parent/3.2.5/guice-parent-3.2.5.pom (15 KB at 586.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/jruby/jruby-complete/1.7.19/jruby-complete-1.7.19.pom
Downloaded: http://repo.maven.apache.org/maven2/org/jruby/jruby-complete/1.7.19/jruby-complete-1.7.19.pom (9 KB at 338.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/jruby/jruby-artifacts/1.7.19/jruby-artifacts-1.7.19.pom
Downloaded: http://repo.maven.apache.org/maven2/org/jruby/jruby-artifacts/1.7.19/jruby-artifacts-1.7.19.pom (4 KB at 149.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/jruby/jruby-parent/1.7.19/jruby-parent-1.7.19.pom
Downloaded: http://repo.maven.apache.org/maven2/org/jruby/jruby-parent/1.7.19/jruby-parent-1.7.19.pom (24 KB at 906.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.pom (5 KB at 212.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.pom (2 KB at 72.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.2/doxia-1.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.2/doxia-1.2.pom (19 KB at 681.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.pom (2 KB at 69.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.pom
Downloaded: http://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: http://repo.maven.apache.org/maven2/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom
Downloaded: http://repo.maven.apache.org/maven2/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom (2 KB at 63.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom
Downloaded: http://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: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.pom (7 KB at 276.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.2/doxia-sitetools-1.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.2/doxia-sitetools-1.2.pom (16 KB at 627.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.pom (3 KB at 129.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.pom
Downloaded: http://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: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.2/doxia-modules-1.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.2/doxia-modules-1.2.pom (3 KB at 111.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.pom
Downloaded: http://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: http://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.3.1/maven-core-3.3.1.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.3.1/maven-model-3.3.1.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.3.1/maven-settings-3.3.1.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.3.1/maven-settings-builder-3.3.1.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-builder-support/3.3.1/maven-builder-support-3.3.1.jar
Downloaded:1http://repo.maven.apache.org/maven2/org/apache/maven/maven-builder-support/3.3.1/maven-builder-support-3.3.1.jar (15 KB at 395.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.3.1/maven-repository-metadata-3.3.1.jar
Downloaded:1http://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.3.1/maven-settings-3.3.1.jar (43 KB at 1025.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.3.1/maven-artifact-3.3.1.jar
Downloaded:1http://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.3.1/maven-settings-builder-3.3.1.jar (42 KB at 931.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.3.1/maven-plugin-api-3.3.1.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.3.1/maven-model-3.3.1.jar (158 KB at 2755.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.3.1/maven-model-builder-3.3.1.jar
Downloaded:5http://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.3.1/maven-repository-metadata-3.3.1.jar (26 KB at 367.5 KB/sec)
Downloading:5http://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.3.1/maven-aether-provider-3.3.1.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.3.1/maven-artifact-3.3.1.jar (54 KB at 737.1 KB/sec)
Downloading:4http://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0/org.eclipse.sisu.plexus-0.3.0.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.3.1/maven-plugin-api-3.3.1.jar (46 KB at 555.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0/org.eclipse.sisu.inject-0.3.0.jar
Downloaded:8http://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.3.1/maven-aether-provider-3.3.1.jar (65 KB at 483.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.2.5/sisu-guice-3.2.5-no_aop.jar
Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0/org.eclipse.sisu.plexus-0.3.0.jar (201 KB at 1412.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/jruby/jruby-complete/1.7.19/jruby-complete-1.7.19.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.3.1/maven-model-builder-3.3.1.jar (173 KB at 1148.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.3.1/maven-core-3.3.1.jar (617 KB at 3427.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.jar (18 KB at 96.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar (151 KB at 565.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar
Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0/org.eclipse.sisu.inject-0.3.0.jar (367 KB at 1372.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.jar
Downloaded:Bhttp://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.jar (51 KB at 155.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.jar
Downloaded:Bhttp://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.2.5/sisu-guice-3.2.5-no_aop.jar (391 KB at 1043.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.jar
Downloaded:Bhttp://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar (190 KB at 507.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.jar
Downloaded:Bhttp://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.jar (59 KB at 153.5 KB/sec)
Downloaded:Khttp://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.jar (15 KB at 36.5 KB/sec)
Downloaded:Khttp://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.jar (37 KB at 89.1 KB/sec)
Downloaded:Khttp://repo.maven.apache.org/maven2/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar (1201 KB at 2239.4 KB/sec)
Downloaded:Khttp://repo.maven.apache.org/maven2/org/jruby/jruby-complete/1.7.19/jruby-complete-1.7.19.jar (21923 KB at 9096.5 KB/sec)
[INFO] Compiling Sass Templates
[INFO] No resource element was specified, using short configuration.
[INFO] Queueing Sass template for compile: /home/r/repo/src/main/scss => /home/r/repo/target/css
DEPRECATION WARNING:
Sass 3.5 will no longer support Ruby 1.9.3.
Please upgrade to Ruby 2.0.0 or greater as soon as possible.

[INFO]     >> /home/r/repo/src/main/scss/main.scss => /home/r/repo/target/css/main.css
[INFO]
[INFO] --- htmlcompressor-maven-plugin:1.3:xml (compress-xsl) @ aintshy ---
[INFO] Compressing /home/r/repo/src/main/webapp/xsl
[INFO] XML compression completed.
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ aintshy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO]
[INFO] --- minify-maven-plugin:1.7.2:minify (minify-css) @ aintshy ---
Downloading: http://repo.maven.apache.org/maven2/com/google/javascript/closure-compiler/v20130823/closure-compiler-v20130823.pom
Downloaded: http://repo.maven.apache.org/maven2/com/google/javascript/closure-compiler/v20130823/closure-compiler-v20130823.pom (5 KB at 191.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/args4j/args4j/2.0.16/args4j-2.0.16.pom
Downloaded: http://repo.maven.apache.org/maven2/args4j/args4j/2.0.16/args4j-2.0.16.pom (2 KB at 58.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/args4j/args4j-site/2.0.16/args4j-site-2.0.16.pom
Downloaded: http://repo.maven.apache.org/maven2/args4j/args4j-site/2.0.16/args4j-site-2.0.16.pom (4 KB at 145.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/google/guava/guava/14.0.1/guava-14.0.1.pom
Downloaded: http://repo.maven.apache.org/maven2/com/google/guava/guava/14.0.1/guava-14.0.1.pom (6 KB at 250.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom
Downloaded: http://repo.maven.apache.org/maven2/com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom (3 KB at 108.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-java/2.4.1/protobuf-java-2.4.1.pom
Downloaded: http://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-java/2.4.1/protobuf-java-2.4.1.pom (8 KB at 310.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/google/javascript/closure-compiler/v20130823/closure-compiler-v20130823.jar
Downloading: http://repo.maven.apache.org/maven2/args4j/args4j/2.0.16/args4j-2.0.16.jar
Downloading: http://repo.maven.apache.org/maven2/com/google/guava/guava/14.0.1/guava-14.0.1.jar
Downloading: http://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-java/2.4.1/protobuf-java-2.4.1.jar
Downloaded:8http://repo.maven.apache.org/maven2/args4j/args4j/2.0.16/args4j-2.0.16.jar (55 KB at 1527.2 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-java/2.4.1/protobuf-java-2.4.1.jar (440 KB at 2912.1 KB/sec)
Downloaded:Bhttp://repo.maven.apache.org/maven2/com/google/javascript/closure-compiler/v20130823/closure-compiler-v20130823.jar (3494 KB at 7611.9 KB/sec)
Downloaded:Bhttp://repo.maven.apache.org/maven2/com/google/guava/guava/14.0.1/guava-14.0.1.jar (2138 KB at 3134.6 KB/sec)
[INFO] Starting CSS task:
[INFO] Processing source file [main.css].
[INFO] Creating the merged file [style.css.tmp].
[INFO] Creating the minified file [style.css].
[INFO] Uncompressed size: 3819 bytes.
[INFO] Compressed size: 1453 bytes minified (644 bytes gzipped).
[INFO]
[INFO] Starting JavaScript task:
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ aintshy ---
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom (865 B at 36.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom (4 KB at 168.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom (690 B at 33.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.pom (769 B at 35.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.2/plexus-compilers-2.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.2/plexus-compilers-2.2.pom (2 KB at 60.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.jar
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.jar
Downloaded:1http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar (5 KB at 139.2 KB/sec)
Downloaded:1http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar (25 KB at 659.6 KB/sec)
Downloaded:1http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.jar (19 KB at 500.7 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.jar (151 KB at 3280.4 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar (206 KB at 3117.3 KB/sec)
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 46 source files to /home/r/repo/target/classes
[INFO]
[INFO] --- jcabi-maven-plugin:0.9.3:ajc (jcabi-ajc-compile) @ aintshy ---
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.14.1/jcabi-log-0.14.1.pom
Downloaded: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.14.1/jcabi-log-0.14.1.pom (5 KB at 36.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.13/jcabi-1.13.pom
Downloaded: http://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.13/jcabi-1.13.pom (11 KB at 481.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/parent/0.25/parent-0.25.pom
Downloaded: http://repo.maven.apache.org/maven2/com/jcabi/parent/0.25/parent-0.25.pom (76 KB at 2216.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-aspects/0.17.1/jcabi-aspects-0.17.1.pom
Downloaded: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-aspects/0.17.1/jcabi-aspects-0.17.1.pom (8 KB at 307.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.11/jcabi-1.11.pom
Downloaded: http://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.11/jcabi-1.11.pom (11 KB at 460.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/parent/0.24/parent-0.24.pom
Downloaded: http://repo.maven.apache.org/maven2/com/jcabi/parent/0.24/parent-0.24.pom (76 KB at 2355.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.8.1/aspectjrt-1.8.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.8.1/aspectjrt-1.8.1.pom (2 KB at 50.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-maven-slf4j/0.8/jcabi-maven-slf4j-0.8.pom
Downloaded: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-maven-slf4j/0.8/jcabi-maven-slf4j-0.8.pom (5 KB at 183.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/jcabi/0.7.22/jcabi-0.7.22.pom
Downloaded: http://repo.maven.apache.org/maven2/com/jcabi/jcabi/0.7.22/jcabi-0.7.22.pom (8 KB at 320.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/parent/0.7.21/parent-0.7.21.pom
Downloaded: http://repo.maven.apache.org/maven2/com/jcabi/parent/0.7.21/parent-0.7.21.pom (65 KB at 2023.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/aspectj/aspectjtools/1.7.4/aspectjtools-1.7.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/aspectj/aspectjtools/1.7.4/aspectjtools-1.7.4.pom (1021 B at 5.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.14.1/jcabi-log-0.14.1.jar
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-aspects/0.17.1/jcabi-aspects-0.17.1.jar
Downloading: http://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.8.1/aspectjrt-1.8.1.jar
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-maven-slf4j/0.8/jcabi-maven-slf4j-0.8.jar
Downloading: http://repo.maven.apache.org/maven2/org/aspectj/aspectjtools/1.7.4/aspectjtools-1.7.4.jar
Downloaded:/http://repo.maven.apache.org/maven2/com/jcabi/jcabi-maven-slf4j/0.8/jcabi-maven-slf4j-0.8.jar (8 KB at 252.3 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.14.1/jcabi-log-0.14.1.jar (39 KB at 1007.6 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-aspects/0.17.1/jcabi-aspects-0.17.1.jar (74 KB at 1888.0 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.8.1/aspectjrt-1.8.1.jar (115 KB at 1965.8 KB/sec)
Downloaded:Bhttp://repo.maven.apache.org/maven2/org/aspectj/aspectjtools/1.7.4/aspectjtools-1.7.4.jar (9784 KB at 9264.9 KB/sec)
[INFO] jcabi-aspects 0.17.1/8b0e260 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.17.1/8b0e260 started new daemon thread jcabi-cacheable for automated cleaning of expired @Cacheable values
[WARNING] advice defined in com.jcabi.aspects.aj.MethodValidator has not been applied [Xlint:adviceDidNotMatch]
[WARNING] advice defined in com.jcabi.aspects.aj.SingleException has not been applied [Xlint:adviceDidNotMatch]
[WARNING] advice defined in com.jcabi.aspects.aj.ExceptionsLogger has not been applied [Xlint:adviceDidNotMatch]
[WARNING] advice defined in com.jcabi.aspects.aj.MethodLogger has not been applied [Xlint:adviceDidNotMatch]
[WARNING] advice defined in com.jcabi.aspects.aj.MethodAsyncRunner has not been applied [Xlint:adviceDidNotMatch]
[WARNING] advice defined in com.jcabi.aspects.aj.MethodCacher has not been applied [Xlint:adviceDidNotMatch]
[WARNING] advice defined in com.jcabi.aspects.aj.MethodScheduler has not been applied [Xlint:adviceDidNotMatch]
[WARNING] advice defined in com.jcabi.aspects.aj.Parallelizer has not been applied [Xlint:adviceDidNotMatch]
[WARNING] advice defined in com.jcabi.aspects.aj.QuietExceptionsLogger has not been applied [Xlint:adviceDidNotMatch]
[WARNING] advice defined in com.jcabi.aspects.aj.MethodInterrupter has not been applied [Xlint:adviceDidNotMatch]
[WARNING] advice defined in com.jcabi.aspects.aj.Repeater has not been applied [Xlint:adviceDidNotMatch]
[INFO] ajc result: 66 file(s) processed, 36 pointcut(s) woven, 0 error(s), 11 warning(s)
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ aintshy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ aintshy ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to /home/r/repo/target/test-classes
[INFO]
[INFO] --- jcabi-maven-plugin:0.9.3:ajc (jcabi-ajc-test-compile) @ aintshy ---
[INFO] Created temp dir /home/r/repo/target/jcabi-ajc-test
[WARNING] advice defined in com.jcabi.aspects.aj.MethodValidator has not been applied [Xlint:adviceDidNotMatch]
[WARNING] advice defined in com.jcabi.aspects.aj.SingleException has not been applied [Xlint:adviceDidNotMatch]
[WARNING] advice defined in com.jcabi.aspects.aj.ExceptionsLogger has not been applied [Xlint:adviceDidNotMatch]
[WARNING] advice defined in com.jcabi.aspects.aj.MethodLogger has not been applied [Xlint:adviceDidNotMatch]
[WARNING] advice defined in com.jcabi.aspects.aj.MethodAsyncRunner has not been applied [Xlint:adviceDidNotMatch]
[WARNING] advice defined in com.jcabi.aspects.aj.MethodCacher has not been applied [Xlint:adviceDidNotMatch]
[WARNING] advice defined in com.jcabi.aspects.aj.MethodScheduler has not been applied [Xlint:adviceDidNotMatch]
[WARNING] advice defined in com.jcabi.aspects.aj.Parallelizer has not been applied [Xlint:adviceDidNotMatch]
[WARNING] advice defined in com.jcabi.aspects.aj.QuietExceptionsLogger has not been applied [Xlint:adviceDidNotMatch]
[WARNING] advice defined in com.jcabi.aspects.aj.MethodInterrupter has not been applied [Xlint:adviceDidNotMatch]
[WARNING] advice defined in com.jcabi.aspects.aj.Repeater has not been applied [Xlint:adviceDidNotMatch]
[INFO] ajc result: 13 file(s) processed, 2 pointcut(s) woven, 0 error(s), 11 warning(s)
[INFO]
[INFO] --- maven-surefire-plugin:2.17:test (default-test) @ aintshy ---
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.17/maven-surefire-common-2.17.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.17/maven-surefire-common-2.17.pom (6 KB at 258.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.2/maven-plugin-annotations-3.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.2/maven-plugin-annotations-3.2.pom (2 KB at 75.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.17/surefire-api-2.17.pom
Downloaded: http://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: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.17/surefire-booter-2.17.pom
Downloaded: http://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: http://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom (4 KB at 161.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.17/maven-surefire-common-2.17.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.17/surefire-booter-2.17.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.17/surefire-api-2.17.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.2/maven-plugin-annotations-3.2.jar
Downloaded:1http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.2/maven-plugin-annotations-3.2.jar (15 KB at 359.2 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar (38 KB at 862.4 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.17/surefire-booter-2.17.jar (39 KB at 729.3 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.17/maven-surefire-common-2.17.jar (260 KB at 3926.8 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.17/surefire-api-2.17.jar (144 KB at 2026.2 KB/sec)
[INFO] Surefire report directory: /home/r/repo/target/surefire-reports
[INFO] parallel='none', perCoreThreadCount=true, threadCount=4, useUnlimitedThreads=false, threadCountSuites=0, threadCountClasses=0, threadCountMethods=0, parallelOptimized=true
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit47/2.17/surefire-junit47-2.17.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit47/2.17/surefire-junit47-2.17.pom (5 KB at 186.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/2.17/surefire-providers-2.17.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/2.17/surefire-providers-2.17.pom (3 KB at 116.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit48/2.17/common-junit48-2.17.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit48/2.17/common-junit48-2.17.pom (4 KB at 149.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit4/2.17/common-junit4-2.17.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit4/2.17/common-junit4-2.17.pom (2 KB at 86.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit3/2.17/common-junit3-2.17.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit3/2.17/common-junit3-2.17.pom (2 KB at 69.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/2.17/common-java5-2.17.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/2.17/common-java5-2.17.pom (2 KB at 80.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-grouper/2.17/surefire-grouper-2.17.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-grouper/2.17/surefire-grouper-2.17.pom (3 KB at 77.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/2.17/common-java5-2.17.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit4/2.17/common-junit4-2.17.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit47/2.17/surefire-junit47-2.17.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit3/2.17/common-junit3-2.17.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit48/2.17/common-junit48-2.17.jar
Downloaded:1http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit48/2.17/common-junit48-2.17.jar (18 KB at 648.7 KB/sec)
Downloaded:1http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit3/2.17/common-junit3-2.17.jar (11 KB at 377.7 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit4/2.17/common-junit4-2.17.jar (16 KB at 496.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-grouper/2.17/surefire-grouper-2.17.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/2.17/common-java5-2.17.jar (37 KB at 953.8 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit47/2.17/surefire-junit47-2.17.jar (117 KB at 2976.1 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-grouper/2.17/surefire-grouper-2.17.jar (38 KB at 1196.4 KB/sec)

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running com.aintshy.web.JxRoleTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.616 sec - in com.aintshy.web.JxRoleTest
Running com.aintshy.web.JxHumanTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec - in com.aintshy.web.JxHumanTest
Running com.aintshy.web.JxTalkTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in com.aintshy.web.JxTalkTest
Running com.aintshy.web.JxStoryTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.262 sec - in com.aintshy.web.JxStoryTest

Results :

Tests run: 4, Failures: 0, Errors: 0, Skipped: 0

[INFO]
[INFO] --- maven-dependency-plugin:2.8:copy (copy-postgresql-linux) @ aintshy ---
[INFO] Configured Artifact: com.github.adrianboimvaser:postgresql-dist:linux-x64:9.2.4:tar.gz
Downloading: http://repo.maven.apache.org/maven2/com/github/adrianboimvaser/postgresql-dist/9.2.4/postgresql-dist-9.2.4-linux-x64.tar.gz
Downloaded:Khttp://repo.maven.apache.org/maven2/com/github/adrianboimvaser/postgresql-dist/9.2.4/postgresql-dist-9.2.4-linux-x64.tar.gz (30387 KB at 8201.5 KB/sec)
[INFO] Copying postgresql-dist-9.2.4-linux-x64.tar.gz to /home/r/repo/target/postgresql-dist-9.2.4-linux-x64.tar.gz
[INFO]
[INFO] --- exec-maven-plugin:1.2.1:exec (unzip-postgresql-linux) @ aintshy ---
Downloading: http://repo.maven.apache.org/maven2/org/apache/commons/commons-exec/1.1/commons-exec-1.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/commons/commons-exec/1.1/commons-exec-1.1.pom (11 KB at 497.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/commons/commons-exec/1.1/commons-exec-1.1.jar
Downloaded:1http://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 4543.2 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/commons/commons-exec/1.1/commons-exec-1.1.jar (52 KB at 1221.7 KB/sec)
[INFO]
[INFO] --- jcabi-maven-plugin:0.9.3:versionalize (jcabi-versionalize-packages) @ aintshy ---
[INFO] Versionalizing /home/r/repo/target/classes directory
log4j:WARN No appenders could be found for logger (org.jboss.logging).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
[ERROR] JSR-303 validator failed to initialize: Unable to instantiate Configuration. (see http://www.jcabi.com/jcabi-aspects/jsr-303.html)
[INFO] File /home/r/repo/target/classes/com/aintshy/api/com-aintshy-aintshy-war.txt added
[INFO] File /home/r/repo/target/classes/com/aintshy/api/mock/com-aintshy-aintshy-war.txt added
[INFO] File /home/r/repo/target/classes/com/aintshy/email/com-aintshy-aintshy-war.txt added
[INFO] File /home/r/repo/target/classes/com/aintshy/pgsql/com-aintshy-aintshy-war.txt added
[INFO] File /home/r/repo/target/classes/com/aintshy/web/com-aintshy-aintshy-war.txt added
[INFO]
[INFO] --- maven-war-plugin:2.4:war (default-war) @ aintshy ---
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.7/plexus-io-2.0.7.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.7/plexus-io-2.0.7.pom (3 KB at 98.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.4.1/plexus-archiver-2.4.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.4.1/plexus-archiver-2.4.1.pom (4 KB at 156.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/thoughtworks/xstream/xstream/1.4.2/xstream-1.4.2.pom
Downloaded: http://repo.maven.apache.org/maven2/com/thoughtworks/xstream/xstream/1.4.2/xstream-1.4.2.pom (9 KB at 361.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/thoughtworks/xstream/xstream-parent/1.4.2/xstream-parent-1.4.2.pom
Downloaded: http://repo.maven.apache.org/maven2/com/thoughtworks/xstream/xstream-parent/1.4.2/xstream-parent-1.4.2.pom (19 KB at 733.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom
Downloaded: http://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: http://repo.maven.apache.org/maven2/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom
Downloaded: http://repo.maven.apache.org/maven2/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom (2 KB at 74.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.7/plexus-io-2.0.7.jar
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.4.1/plexus-archiver-2.4.1.jar
Downloading: http://repo.maven.apache.org/maven2/com/thoughtworks/xstream/xstream/1.4.2/xstream-1.4.2.jar
Downloading: http://repo.maven.apache.org/maven2/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar
Downloading: http://repo.maven.apache.org/maven2/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar
Downloaded:5http://repo.maven.apache.org/maven2/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar (8 KB at 163.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar
Downloaded: http://repo.maven.apache.org/maven2/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar (25 KB at 553.9 KB/sec)
Downloaded:3http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.7/plexus-io-2.0.7.jar (58 KB at 1148.7 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.4.1/plexus-archiver-2.4.1.jar (161 KB at 2390.2 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar (226 KB at 2424.4 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/com/thoughtworks/xstream/xstream/1.4.2/xstream-1.4.2.jar (471 KB at 2783.3 KB/sec)
[INFO] Packaging webapp
[INFO] Assembling webapp [aintshy] in [/home/r/repo/target/aintshy]
[INFO] Processing war project
[INFO] Copying webapp webResources [/home/r/repo/target/minify] to [/home/r/repo/target/aintshy]
[INFO] Copying webapp resources [/home/r/repo/src/main/webapp]
[INFO] Webapp assembled in [97 msecs]
[INFO] Building war: /home/r/repo/target/aintshy.war
[INFO]
[INFO] --- maven-jar-plugin:2.5:jar (default) @ aintshy ---
[INFO] Building jar: /home/r/repo/target/aintshy.jar
[INFO]
[INFO] --- maven-war-plugin:2.4:exploded (prepare-webapp-for-tests) @ aintshy ---
[INFO] Exploding webapp
[INFO] Assembling webapp [aintshy] in [/home/r/repo/target/webapp-test]
[INFO] Processing war project
[INFO] Copying webapp webResources [/home/r/repo/target/minify] to [/home/r/repo/target/webapp-test]
[INFO] Copying webapp webResources [/home/r/repo/src/test/resources] to [/home/r/repo/target/webapp-test]
[INFO] Copying webapp webResources [/home/r/repo/src/test/webapp] to [/home/r/repo/target/webapp-test]
[INFO] Copying webapp resources [/home/r/repo/src/main/webapp]
[INFO] Webapp assembled in [72 msecs]
[INFO]
[INFO] --- build-helper-maven-plugin:1.8:reserve-network-port (reserve-tomcat-port) @ aintshy ---
[INFO] Reserved port 42196 for tomcat.port
[INFO]
[INFO] --- tomcat7-maven-plugin:2.2:run-war-only (start-tomcat) @ aintshy ---
Downloading: http://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-core/7.0.47/tomcat-embed-core-7.0.47.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-core/7.0.47/tomcat-embed-core-7.0.47.pom (2 KB at 86.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-util/7.0.47/tomcat-util-7.0.47.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-util/7.0.47/tomcat-util-7.0.47.pom (2 KB at 77.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-juli/7.0.47/tomcat-juli-7.0.47.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-juli/7.0.47/tomcat-juli-7.0.47.pom (2 KB at 64.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-api/7.0.47/tomcat-api-7.0.47.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-api/7.0.47/tomcat-api-7.0.47.pom (2 KB at 70.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-servlet-api/7.0.47/tomcat-servlet-api-7.0.47.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-servlet-api/7.0.47/tomcat-servlet-api-7.0.47.pom (2 KB at 84.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-coyote/7.0.47/tomcat-coyote-7.0.47.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-coyote/7.0.47/tomcat-coyote-7.0.47.pom (2 KB at 86.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-jdbc/7.0.47/tomcat-jdbc-7.0.47.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-jdbc/7.0.47/tomcat-jdbc-7.0.47.pom (2 KB at 72.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-dbcp/7.0.47/tomcat-dbcp-7.0.47.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-dbcp/7.0.47/tomcat-dbcp-7.0.47.pom (2 KB at 65.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-jsp-api/7.0.47/tomcat-jsp-api-7.0.47.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-jsp-api/7.0.47/tomcat-jsp-api-7.0.47.pom (3 KB at 92.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-el-api/7.0.47/tomcat-el-api-7.0.47.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-el-api/7.0.47/tomcat-el-api-7.0.47.pom (2 KB at 61.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-jasper/7.0.47/tomcat-jasper-7.0.47.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-jasper/7.0.47/tomcat-jasper-7.0.47.pom (3 KB at 132.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/eclipse/jdt/core/compiler/ecj/4.2.2/ecj-4.2.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/jdt/core/compiler/ecj/4.2.2/ecj-4.2.2.pom (2 KB at 70.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-jasper-el/7.0.47/tomcat-jasper-el-7.0.47.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-jasper-el/7.0.47/tomcat-jasper-el-7.0.47.pom (2 KB at 72.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-catalina/7.0.47/tomcat-catalina-7.0.47.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-catalina/7.0.47/tomcat-catalina-7.0.47.pom (3 KB at 109.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-annotations-api/7.0.47/tomcat-annotations-api-7.0.47.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-annotations-api/7.0.47/tomcat-annotations-api-7.0.47.pom (2 KB at 61.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-tribes/7.0.47/tomcat-tribes-7.0.47.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-tribes/7.0.47/tomcat-tribes-7.0.47.pom (2 KB at 76.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-catalina-ha/7.0.47/tomcat-catalina-ha-7.0.47.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-catalina-ha/7.0.47/tomcat-catalina-ha-7.0.47.pom (3 KB at 117.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-logging-juli/7.0.47/tomcat-embed-logging-juli-7.0.47.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-logging-juli/7.0.47/tomcat-embed-logging-juli-7.0.47.pom (2 KB at 60.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-logging-log4j/7.0.47/tomcat-embed-logging-log4j-7.0.47.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-logging-log4j/7.0.47/tomcat-embed-logging-log4j-7.0.47.pom (2 KB at 63.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/tomcat/maven/common-tomcat-maven-plugin/2.2/common-tomcat-maven-plugin-2.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/tomcat/maven/common-tomcat-maven-plugin/2.2/common-tomcat-maven-plugin-2.2.pom (5 KB at 182.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.4.2/maven-archiver-2.4.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.4.2/maven-archiver-2.4.2.pom (4 KB at 178.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/16/maven-shared-components-16.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/16/maven-shared-components-16.pom (9 KB at 388.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1.1/plexus-archiver-2.1.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1.1/plexus-archiver-2.1.1.pom (3 KB at 124.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.3/plexus-io-2.0.3.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.3/plexus-io-2.0.3.pom (2 KB at 76.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/google/guava/guava/10.0.1/guava-10.0.1.pom
Downloaded: http://repo.maven.apache.org/maven2/com/google/guava/guava/10.0.1/guava-10.0.1.pom (6 KB at 276.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom
Downloaded: http://repo.maven.apache.org/maven2/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom (2 KB at 95.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/tomcat/maven/tomcat7-war-runner/2.2/tomcat7-war-runner-2.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/tomcat/maven/tomcat7-war-runner/2.2/tomcat7-war-runner-2.2.pom (4 KB at 177.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.4.1/commons-compress-1.4.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.4.1/commons-compress-1.4.1.pom (11 KB at 477.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/tukaani/xz/1.0/xz-1.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/tukaani/xz/1.0/xz-1.0.pom (2 KB at 93.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.0/maven-filtering-1.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.0/maven-filtering-1.0.pom (6 KB at 268.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-core/7.0.47/tomcat-embed-core-7.0.47.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-util/7.0.47/tomcat-util-7.0.47.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-coyote/7.0.47/tomcat-coyote-7.0.47.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-api/7.0.47/tomcat-api-7.0.47.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-jdbc/7.0.47/tomcat-jdbc-7.0.47.jar
Downloaded:7http://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-util/7.0.47/tomcat-util-7.0.47.jar (24 KB at 664.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-dbcp/7.0.47/tomcat-dbcp-7.0.47.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-api/7.0.47/tomcat-api-7.0.47.jar (7 KB at 196.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-servlet-api/7.0.47/tomcat-servlet-api-7.0.47.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-servlet-api/7.0.47/tomcat-servlet-api-7.0.47.jar (174 KB at 1605.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-jsp-api/7.0.47/tomcat-jsp-api-7.0.47.jar
Downloaded:1http://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-dbcp/7.0.47/tomcat-dbcp-7.0.47.jar (230 KB at 1532.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-jasper/7.0.47/tomcat-jasper-7.0.47.jar
Downloaded:2http://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-jsp-api/7.0.47/tomcat-jsp-api-7.0.47.jar (87 KB at 558.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-jasper-el/7.0.47/tomcat-jasper-el-7.0.47.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-coyote/7.0.47/tomcat-coyote-7.0.47.jar (814 KB at 4929.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-el-api/7.0.47/tomcat-el-api-7.0.47.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-el-api/7.0.47/tomcat-el-api-7.0.47.jar (45 KB at 228.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-catalina/7.0.47/tomcat-catalina-7.0.47.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-jasper-el/7.0.47/tomcat-jasper-el-7.0.47.jar (121 KB at 595.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-tribes/7.0.47/tomcat-tribes-7.0.47.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-tribes/7.0.47/tomcat-tribes-7.0.47.jar (252 KB at 856.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-catalina-ha/7.0.47/tomcat-catalina-ha-7.0.47.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-jdbc/7.0.47/tomcat-jdbc-7.0.47.jar (123 KB at 366.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-annotations-api/7.0.47/tomcat-annotations-api-7.0.47.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-catalina-ha/7.0.47/tomcat-catalina-ha-7.0.47.jar (132 KB at 365.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-juli/7.0.47/tomcat-juli-7.0.47.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-jasper/7.0.47/tomcat-jasper-7.0.47.jar (586 KB at 1613.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-logging-juli/7.0.47/tomcat-embed-logging-juli-7.0.47.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-annotations-api/7.0.47/tomcat-annotations-api-7.0.47.jar (16 KB at 40.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-logging-log4j/7.0.47/tomcat-embed-logging-log4j-7.0.47.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-juli/7.0.47/tomcat-juli-7.0.47.jar (38 KB at 94.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/eclipse/jdt/core/compiler/ecj/4.2.2/ecj-4.2.2.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-logging-juli/7.0.47/tomcat-embed-logging-juli-7.0.47.jar (38 KB at 93.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/tomcat/maven/common-tomcat-maven-plugin/2.2/common-tomcat-maven-plugin-2.2.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-logging-log4j/7.0.47/tomcat-embed-logging-log4j-7.0.47.jar (82 KB at 183.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/google/guava/guava/10.0.1/guava-10.0.1.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/tomcat/maven/common-tomcat-maven-plugin/2.2/common-tomcat-maven-plugin-2.2.jar (38 KB at 78.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.3.1/httpclient-4.3.1.jar
Downloaded:Bhttp://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-catalina/7.0.47/tomcat-catalina-7.0.47.jar (1548 KB at 2672.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.3/httpcore-4.3.jar
Downloaded:Bhttp://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.3/httpcore-4.3.jar (276 KB at 374.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/tomcat/maven/tomcat7-war-runner/2.2/tomcat7-war-runner-2.2.jar
Downloaded:Bhttp://repo.maven.apache.org/maven2/org/apache/tomcat/maven/tomcat7-war-runner/2.2/tomcat7-war-runner-2.2.jar (25 KB at 30.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.4.2/maven-archiver-2.4.2.jar
Downloaded:Bhttp://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.4.2/maven-archiver-2.4.2.jar (20 KB at 23.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.4.1/commons-compress-1.4.1.jar
Downloaded:Bhttp://repo.maven.apache.org/maven2/com/google/guava/guava/10.0.1/guava-10.0.1.jar (1467 KB at 1733.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/tukaani/xz/1.0/xz-1.0.jar
Downloaded:Bhttp://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.3.1/httpclient-4.3.1.jar (572 KB at 668.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1.1/plexus-archiver-2.1.1.jar
Downloaded:Bhttp://repo.maven.apache.org/maven2/org/tukaani/xz/1.0/xz-1.0.jar (93 KB at 101.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/junit/junit/4.10/junit-4.10.jar
Downloaded:Bhttp://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.4.1/commons-compress-1.4.1.jar (236 KB at 257.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.jar
Downloaded:Bhttp://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1.1/plexus-archiver-2.1.1.jar (181 KB at 187.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.3/plexus-io-2.0.3.jar
Downloaded:Bhttp://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.jar (75 KB at 77.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.0/maven-filtering-1.0.jar
Downloaded:Bhttp://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.0/maven-filtering-1.0.jar (42 KB at 41.7 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/junit/junit/4.10/junit-4.10.jar (248 KB at 245.8 KB/sec)
Downloaded:Bhttp://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.3/plexus-io-2.0.3.jar (57 KB at 56.3 KB/sec)
Downloaded:Bhttp://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-core/7.0.47/tomcat-embed-core-7.0.47.jar (2778 KB at 2572.2 KB/sec)
Downloaded:Bhttp://repo.maven.apache.org/maven2/org/eclipse/jdt/core/compiler/ecj/4.2.2/ecj-4.2.2.jar (1760 KB at 1432.7 KB/sec)
[INFO] Running war on http://localhost:42196/
[INFO] Creating Tomcat server configuration at /home/r/repo/target/tomcat
[INFO] setting SystemProperties:
[INFO]  log4j.configuration=file:/home/r/repo/src/test/resources/log4j.properties
[INFO] create webapp with contextPath:
Jul 06, 2017 2:18:44 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-bio-42196"]
Jul 06, 2017 2:18:44 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service Tomcat
Jul 06, 2017 2:18:44 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.47
Jul 06, 2017 2:18:44 PM org.apache.catalina.loader.WebappClassLoader validateJarFile
INFO: validateJarFile(/home/r/repo/target/webapp-test/WEB-INF/lib/javax.el-api-3.0.1-b04.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/el/Expression.class
Jul 06, 2017 2:18:44 PM org.apache.catalina.loader.WebappClassLoader validateJarFile
INFO: validateJarFile(/home/r/repo/target/webapp-test/WEB-INF/lib/tomcat-embed-core-7.0.34.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class
[0;33mWARNm] com.jcabi.manifests.ServletMfs: MANIFEST.MF not found in WAR package
[0;37mINFOm] com.aintshy.web.Lifespan: #contextInitialized(javax.servlet.ServletContextEvent[source=org.apach..0..alina.core.ApplicationContextFacade@7a318c7d]): in 73.74ms
[0;33mWARNm] com.jcabi.manifests.ServletMfs: MANIFEST.MF not found in WAR package
Jul 06, 2017 2:18:46 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-bio-42196"]
[INFO]
[INFO] --- postgresql-maven-plugin:0.2:initdb (init-db) @ aintshy ---
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.2/maven-enforcer-plugin-1.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.2/maven-enforcer-plugin-1.2.pom (6 KB at 247.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/1.2/enforcer-1.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/1.2/enforcer-1.2.pom (11 KB at 466.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-api/1.2/enforcer-api-1.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-api/1.2/enforcer-api-1.2.pom (3 KB at 133.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-rules/1.2/enforcer-rules-1.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-rules/1.2/enforcer-rules-1.2.pom (4 KB at 171.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.2/maven-common-artifact-filters-1.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.2/maven-common-artifact-filters-1.2.pom (5 KB at 210.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.9/plexus-utils-1.4.9.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.9/plexus-utils-1.4.9.pom (3 KB at 112.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-plugin-testing-harness/1.1/maven-plugin-testing-harness-1.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-plugin-testing-harness/1.1/maven-plugin-testing-harness-1.1.pom (7 KB at 281.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/7/maven-shared-components-7.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/7/maven-shared-components-7.pom (3 KB at 120.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0/maven-project-2.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0/maven-project-2.0.pom (2 KB at 79.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0/maven-profile-2.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0/maven-profile-2.0.pom (2 KB at 67.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0/maven-model-2.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0/maven-model-2.0.pom (3 KB at 111.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.pom (2 KB at 65.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.0.pom (2 KB at 59.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom (723 B at 35.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0/maven-core-2.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0/maven-core-2.0.pom (6 KB at 260.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0/maven-settings-2.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0/maven-settings-2.0.pom (2 KB at 67.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0/maven-plugin-parameter-documenter-2.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0/maven-plugin-parameter-documenter-2.0.pom (2 KB at 74.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0/maven-reporting-api-2.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0/maven-reporting-api-2.0.pom (2 KB at 54.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0/maven-reporting-2.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0/maven-reporting-2.0.pom (504 B at 23.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/doxia/doxia-sink-api/1.0-alpha-4/doxia-sink-api-1.0-alpha-4.pom
Downloaded: http://repo.maven.apache.org/maven2/doxia/doxia-sink-api/1.0-alpha-4/doxia-sink-api-1.0-alpha-4.pom (2 KB at 53.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0/maven-error-diagnostics-2.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0/maven-error-diagnostics-2.0.pom (812 B at 36.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0/maven-plugin-registry-2.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0/maven-plugin-registry-2.0.pom (2 KB at 62.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0/maven-plugin-descriptor-2.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0/maven-plugin-descriptor-2.0.pom (2 KB at 67.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0/maven-monitor-2.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0/maven-monitor-2.0.pom (400 B at 19.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/1.0-alpha-7/plexus-archiver-1.0-alpha-7.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/1.0-alpha-7/plexus-archiver-1.0-alpha-7.pom (2 KB at 48.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.6/plexus-components-1.1.6.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.6/plexus-components-1.1.6.pom (2 KB at 92.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.2/plexus-utils-1.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.2/plexus-utils-1.2.pom (767 B at 35.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.5/plexus-1.0.5.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.5/plexus-1.0.5.pom (6 KB at 263.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/2.0/maven-dependency-tree-2.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/2.0/maven-dependency-tree-2.0.pom (5 KB at 207.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.2/maven-enforcer-plugin-1.2.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-api/1.2/enforcer-api-1.2.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-rules/1.2/enforcer-rules-1.2.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.2/maven-common-artifact-filters-1.2.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-plugin-testing-harness/1.1/maven-plugin-testing-harness-1.1.jar
Downloaded:2http://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-api/1.2/enforcer-api-1.2.jar (10 KB at 433.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/1.0-alpha-7/plexus-archiver-1.0-alpha-7.jar
Downloaded:4http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.2/maven-enforcer-plugin-1.2.jar (25 KB at 920.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/2.0/maven-dependency-tree-2.0.jar
Downloaded:5http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.2/maven-common-artifact-filters-1.2.jar (31 KB at 1028.6 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-plugin-testing-harness/1.1/maven-plugin-testing-harness-1.1.jar (32 KB at 1057.8 KB/sec)
Downloaded:6http://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-rules/1.2/enforcer-rules-1.2.jar (75 KB at 1584.7 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/1.0-alpha-7/plexus-archiver-1.0-alpha-7.jar (139 KB at 2273.9 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/2.0/maven-dependency-tree-2.0.jar (55 KB at 897.0 KB/sec)
[INFO] The files belonging to this database system will be owned by user "r".
[INFO] This user must also own the server process.
[INFO]
[INFO] The database cluster will be initialized with locale "C".
[INFO] The default database encoding has accordingly been set to "SQL_ASCII".
[INFO] The default text search configuration will be set to "english".
[INFO]
[INFO] creating directory /home/r/repo/target/data ... ok
[INFO] creating subdirectories ... ok
[INFO] selecting default max_connections ... 100
[INFO] selecting default shared_buffers ... 32MB
[INFO] creating configuration files ... ok
[INFO] creating template1 database in /home/r/repo/target/data/base/1 ... ok
[INFO] initializing pg_authid ... ok
[INFO] setting password ... ok
[INFO] initializing dependencies ... ok
[INFO] creating system views ... ok
[INFO] loading system objects' descriptions ... ok
[INFO] creating collations ... ok
[INFO] creating conversions ... ok
[INFO] creating dictionaries ... ok
[INFO] setting privileges on built-in objects ... ok
[INFO] creating information schema ... ok
[INFO] loading PL/pgSQL server-side language ... ok
[INFO] vacuuming database template1 ... ok
[INFO] copying template1 to template0 ... ok
[INFO] copying template1 to postgres ... ok
[INFO]
[INFO] Success. You can now start the database server using:
[INFO]
[INFO]     /home/r/repo/target/pgsql/bin/postgres -D /home/r/repo/target/data
[INFO] or
[INFO]     /home/r/repo/target/pgsql/bin/pg_ctl -D /home/r/repo/target/data -l logfile start
[INFO]
[INFO]
[INFO] WARNING: enabling "trust" authentication for local connections
[INFO] You can change this by editing pg_hba.conf or using the option -A, or
[INFO] --auth-local and --auth-host, the next time you run initdb.
[INFO]
[INFO] --- postgresql-maven-plugin:0.2:start (init-db) @ aintshy ---
[INFO] Starting PostgreSQL
[INFO] server started
[INFO]
[INFO] --- postgresql-maven-plugin:0.2:createdb (init-db) @ aintshy ---
[INFO]
[INFO] --- liquibase-maven-plugin:3.2.2:update (update-test-db) @ aintshy ---
Downloading: http://repo.maven.apache.org/maven2/org/liquibase/liquibase-core/3.2.2/liquibase-core-3.2.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/liquibase/liquibase-core/3.2.2/liquibase-core-3.2.2.pom (12 KB at 372.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.13/snakeyaml-1.13.pom
Downloaded: http://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.13/snakeyaml-1.13.pom (22 KB at 879.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0/maven-project-2.0.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0/maven-profile-2.0.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0/maven-model-2.0.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.jar
Downloaded:3http://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.jar (10 KB at 430.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.0.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0/maven-profile-2.0.jar (30 KB at 957.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0/maven-model-2.0.jar (77 KB at 2016.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.0.jar (21 KB at 458.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.jar (50 KB at 1123.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/liquibase/liquibase-core/3.2.2/liquibase-core-3.2.2.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0/maven-project-2.0.jar (103 KB at 2173.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.13/snakeyaml-1.13.jar
Downloaded:1http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.jar (160 KB at 1379.0 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.jar (77 KB at 610.4 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.jar (191 KB at 1403.3 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.13/snakeyaml-1.13.jar (268 KB at 1921.2 KB/sec)
Downloaded:Bhttp://repo.maven.apache.org/maven2/org/liquibase/liquibase-core/3.2.2/liquibase-core-3.2.2.jar (1819 KB at 4626.8 KB/sec)
[INFO] ------------------------------------------------------------------------
[INFO] Executing on Database: jdbc:postgresql://localhost:40187/test
INFO 7/6/17 2:18 PM: liquibase: Successfully acquired change log lock
INFO 7/6/17 2:19 PM: liquibase: Creating database history table with name: databasechangelog
INFO 7/6/17 2:19 PM: liquibase: Reading from databasechangelog
INFO 7/6/17 2:19 PM: liquibase: /home/r/repo/src/main/liquibase/master.xml: 001-initial-schema.xml::001::yegor256: Custom SQL executed
INFO 7/6/17 2:19 PM: liquibase: /home/r/repo/src/main/liquibase/master.xml: 001-initial-schema.xml::001::yegor256: Custom SQL executed
INFO 7/6/17 2:19 PM: liquibase: /home/r/repo/src/main/liquibase/master.xml: 001-initial-schema.xml::001::yegor256: Custom SQL executed
INFO 7/6/17 2:19 PM: liquibase: /home/r/repo/src/main/liquibase/master.xml: 001-initial-schema.xml::001::yegor256: Custom SQL executed
INFO 7/6/17 2:19 PM: liquibase: /home/r/repo/src/main/liquibase/master.xml: 001-initial-schema.xml::001::yegor256: Custom SQL executed
INFO 7/6/17 2:19 PM: liquibase: /home/r/repo/src/main/liquibase/master.xml: 001-initial-schema.xml::001::yegor256: ChangeSet 001-initial-schema.xml::001::yegor256 ran successfully in 271ms
INFO 7/6/17 2:19 PM: liquibase: /home/r/repo/src/main/liquibase/master.xml: 002-age-to-year.xml::002::yegor256: Custom SQL executed
INFO 7/6/17 2:19 PM: liquibase: /home/r/repo/src/main/liquibase/master.xml: 002-age-to-year.xml::002::yegor256: Custom SQL executed
INFO 7/6/17 2:19 PM: liquibase: /home/r/repo/src/main/liquibase/master.xml: 002-age-to-year.xml::002::yegor256: Custom SQL executed
INFO 7/6/17 2:19 PM: liquibase: /home/r/repo/src/main/liquibase/master.xml: 002-age-to-year.xml::002::yegor256: ChangeSet 002-age-to-year.xml::002::yegor256 ran successfully in 187ms
INFO 7/6/17 2:19 PM: liquibase: /home/r/repo/src/main/liquibase/master.xml: 003-language-of-question.xml::003::yegor256: Custom SQL executed
INFO 7/6/17 2:19 PM: liquibase: /home/r/repo/src/main/liquibase/master.xml: 003-language-of-question.xml::003::yegor256: ChangeSet 003-language-of-question.xml::003::yegor256 ran successfully in 99ms
INFO 7/6/17 2:19 PM: liquibase: /home/r/repo/src/main/liquibase/master.xml: 004-delete-empty-messages.xml::004::yegor256: Custom SQL executed
INFO 7/6/17 2:19 PM: liquibase: /home/r/repo/src/main/liquibase/master.xml: 004-delete-empty-messages.xml::004::yegor256: Custom SQL executed
INFO 7/6/17 2:19 PM: liquibase: /home/r/repo/src/main/liquibase/master.xml: 004-delete-empty-messages.xml::004::yegor256: ChangeSet 004-delete-empty-messages.xml::004::yegor256 ran successfully in 11ms
INFO 7/6/17 2:19 PM: liquibase: /home/r/repo/src/main/liquibase/master.xml: 005-email-code.xml::005::yegor256: Custom SQL executed
INFO 7/6/17 2:19 PM: liquibase: /home/r/repo/src/main/liquibase/master.xml: 005-email-code.xml::005::yegor256: Custom SQL executed
INFO 7/6/17 2:19 PM: liquibase: /home/r/repo/src/main/liquibase/master.xml: 005-email-code.xml::005::yegor256: Custom SQL executed
INFO 7/6/17 2:19 PM: liquibase: /home/r/repo/src/main/liquibase/master.xml: 005-email-code.xml::005::yegor256: Custom SQL executed
INFO 7/6/17 2:19 PM: liquibase: /home/r/repo/src/main/liquibase/master.xml: 005-email-code.xml::005::yegor256: ChangeSet 005-email-code.xml::005::yegor256 ran successfully in 177ms
INFO 7/6/17 2:19 PM: liquibase: /home/r/repo/src/main/liquibase/master.xml: 006-default-name.xml::006::yegor256: Custom SQL executed
INFO 7/6/17 2:19 PM: liquibase: /home/r/repo/src/main/liquibase/master.xml: 006-default-name.xml::006::yegor256: Custom SQL executed
INFO 7/6/17 2:19 PM: liquibase: /home/r/repo/src/main/liquibase/master.xml: 006-default-name.xml::006::yegor256: Custom SQL executed
INFO 7/6/17 2:19 PM: liquibase: /home/r/repo/src/main/liquibase/master.xml: 006-default-name.xml::006::yegor256: Custom SQL executed
INFO 7/6/17 2:19 PM: liquibase: /home/r/repo/src/main/liquibase/master.xml: 006-default-name.xml::006::yegor256: ChangeSet 006-default-name.xml::006::yegor256 ran successfully in 10ms
INFO 7/6/17 2:19 PM: liquibase: /home/r/repo/src/main/liquibase/master.xml: 007-date-of-human.xml::007::yegor256: Custom SQL executed
INFO 7/6/17 2:19 PM: liquibase: /home/r/repo/src/main/liquibase/master.xml: 007-date-of-human.xml::007::yegor256: ChangeSet 007-date-of-human.xml::007::yegor256 ran successfully in 176ms
INFO 7/6/17 2:19 PM: liquibase: /home/r/repo/src/main/liquibase/master.xml: 008-marital-status.xml::008::yegor256: Custom SQL executed
INFO 7/6/17 2:19 PM: liquibase: /home/r/repo/src/main/liquibase/master.xml: 008-marital-status.xml::008::yegor256: ChangeSet 008-marital-status.xml::008::yegor256 ran successfully in 166ms
INFO 7/6/17 2:19 PM: liquibase: Successfully released change log lock
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO]
[INFO] --- maven-failsafe-plugin:2.17:integration-test (default) @ aintshy ---
[WARNING] useSystemClassloader setting has no effect when not forking
[INFO] Failsafe report directory: /home/r/repo/target/failsafe-reports
[INFO] parallel='none', perCoreThreadCount=true, threadCount=8, useUnlimitedThreads=false, threadCountSuites=0, threadCountClasses=0, threadCountMethods=0, parallelOptimized=true

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running com.aintshy.pgsql.PgHumanITCase
[0;37mINFOm] com.aintshy.api.Pocket$1: code is '5783'
[0;37mINFOm] com.aintshy.pgsql.PgBase: user #1 registered as f8@aintshy.com
[0;37mINFOm] com.aintshy.pgsql.PgHuman: question #1 asked by #1
[0;37mINFOm] com.aintshy.api.Pocket$1: code is '2559'
[0;37mINFOm] com.aintshy.pgsql.PgBase: user #2 registered as oi@aintshy.com
[0;37mINFOm] com.aintshy.pgsql.PgHuman: talk #1 started by #2 from question #1
[0;37mINFOm] com.aintshy.api.Pocket$1: code is '5364'
[0;37mINFOm] com.aintshy.pgsql.PgBase: user #3 registered as hs@aintshy.com
[0;37mINFOm] com.aintshy.pgsql.PgHuman: question #2 asked by #3
[0;37mINFOm] com.aintshy.api.Pocket$1: code is '5138'
[0;37mINFOm] com.aintshy.pgsql.PgBase: user #4 registered as oi17@aintshy.com
[0;37mINFOm] com.aintshy.pgsql.PgHuman: question #3 asked by #4
[0;37mINFOm] com.aintshy.api.Pocket$1: code is '1029'
[0;37mINFOm] com.aintshy.pgsql.PgBase: user #5 registered as yyft6@aintshy.com
[0;37mINFOm] com.aintshy.pgsql.PgHuman: talk #2 started by #5 from question #1
[0;37mINFOm] com.aintshy.pgsql.PgHuman: talk #3 started by #5 from question #2
[0;37mINFOm] com.aintshy.pgsql.PgHuman: talk #4 started by #5 from question #3
[0;37mINFOm] com.aintshy.pgsql.PgMessages: posted in #2, asking=FALSE
[0;37mINFOm] com.aintshy.pgsql.PgMessages: posted in #3, asking=FALSE
[0;37mINFOm] com.aintshy.pgsql.PgMessages: posted in #4, asking=FALSE
[0;37mINFOm] com.aintshy.pgsql.PgDump:

id|email|password|name|sex|photo|locale|year|code|date|married|
1|f8@aintshy.com|--Iokha|user1|M|null|en|0|5783|2017-07-06 14:19:02.259765|f|
2|oi@aintshy.com|-9w8(8s|user2|M|null|en|0|2559|2017-07-06 14:19:02.297389|f|
3|hs@aintshy.com|-9w8skkha|user3|M|null|en|0|5364|2017-07-06 14:19:02.339308|f|
4|oi17@aintshy.com|9*7kha|user4|M|null|en|0|5138|2017-07-06 14:19:02.363777|f|
5|yyft6@aintshy.com|-9w0*8s|user5|M|null|en|0|1029|2017-07-06 14:19:02.385624|f|


id|asker|date|text|locale|
1|1|2017-07-06 14:19:02.28284|how are you doing this?|en|
2|3|2017-07-06 14:19:02.352406|how does it work for you?|en|
3|4|2017-07-06 14:19:02.375011|what is the weather today?|en|


id|question|responder|date|
1|1|2|2017-07-06 14:19:02.316408|
2|1|5|2017-07-06 14:19:02.401432|
3|2|5|2017-07-06 14:19:02.504147|
4|3|5|2017-07-06 14:19:02.520319|


id|talk|asking|date|text|seen|
1|2|f|2017-07-06 14:19:02.534585|just an answer|null|
2|3|f|2017-07-06 14:19:02.539512|just an answer|null|
3|4|f|2017-07-06 14:19:02.550121|just an answer|null|

[0;37mINFOm] com.aintshy.pgsql.PgMessages: 1 seen in #4
[0;37mINFOm] com.aintshy.pgsql.PgHuman: talk #5 started by #4 from question #1
[0;37mINFOm] com.aintshy.pgsql.PgHuman: talk #6 started by #4 from question #2
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.647 sec - in com.aintshy.pgsql.PgHumanITCase
Running com.aintshy.pgsql.PgProfileITCase
[0;37mINFOm] com.aintshy.api.Pocket$1: code is '2175'
[0;37mINFOm] com.aintshy.pgsql.PgBase: user #6 registered as h3es@aintshy.com
[0;37mINFOm] com.aintshy.api.Pocket$1: code is '9362'
[0;37mINFOm] com.aintshy.pgsql.PgBase: user #7 registered as f8ke@aintshy.com
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec - in com.aintshy.pgsql.PgProfileITCase
Running com.aintshy.pgsql.PgMessagesITCase
[0;37mINFOm] com.aintshy.api.Pocket$1: code is '7324'
[0;37mINFOm] com.aintshy.pgsql.PgBase: user #8 registered as i09@aintshy.com
[0;37mINFOm] com.aintshy.pgsql.PgHuman: question #4 asked by #8
[0;37mINFOm] com.aintshy.api.Pocket$1: code is '4646'
[0;37mINFOm] com.aintshy.pgsql.PgBase: user #9 registered as pp09@aintshy.com
[0;37mINFOm] com.aintshy.pgsql.PgHuman: talk #7 started by #9 from question #1
[0;37mINFOm] com.aintshy.pgsql.PgMessages: posted in #7, asking=FALSE
[0;37mINFOm] com.aintshy.pgsql.PgMessages: 1 seen in #7
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 sec - in com.aintshy.pgsql.PgMessagesITCase
Running com.aintshy.pgsql.PgHistoryITCase
[0;37mINFOm] com.aintshy.api.Pocket$1: code is '2607'
[0;37mINFOm] com.aintshy.pgsql.PgBase: user #10 registered as r43@aintshy.com
[0;37mINFOm] com.aintshy.pgsql.PgHuman: question #5 asked by #10
[0;37mINFOm] com.aintshy.api.Pocket$1: code is '2620'
[0;37mINFOm] com.aintshy.pgsql.PgBase: user #11 registered as e21i@aintshy.com
[0;37mINFOm] com.aintshy.pgsql.PgHuman: talk #8 started by #11 from question #1
[0;37mINFOm] com.aintshy.pgsql.PgMessages: posted in #8, asking=FALSE
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec - in com.aintshy.pgsql.PgHistoryITCase
Running com.aintshy.pgsql.PgBaseITCase
[0;37mINFOm] com.aintshy.pgsql.PgBase: user #12 registered as t@aintshy.com
[0;37mINFOm] com.aintshy.pgsql.PgProfile: email confirmed by human #12
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 sec - in com.aintshy.pgsql.PgBaseITCase

Results :

Tests run: 8, Failures: 0, Errors: 0, Skipped: 0

[INFO]
[INFO] --- exec-maven-plugin:1.2.1:exec (casperjs-test) @ aintshy ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 52.175 s
[INFO] Finished at: 2017-07-06T14:19:02+00:00
[INFO] Final Memory: 79M/543M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:exec (casperjs-test) on project aintshy: Command execution failed. Cannot run program "/usr/local/bin/casperjs" (in directory "/home/r/repo"): error=2, No such file or directory -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:exec (casperjs-test) on project aintshy: Command execution failed.
        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: Command execution failed.
        at org.codehaus.mojo.exec.ExecMojo.execute(ExecMojo.java:367)
        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: java.io.IOException: Cannot run program "/usr/local/bin/casperjs" (in directory "/home/r/repo"): error=2, No such file or directory
        at java.lang.ProcessBuilder.start(ProcessBuilder.java:1047)
        at java.lang.Runtime.exec(Runtime.java:617)
        at org.apache.commons.exec.launcher.Java13CommandLauncher.exec(Java13CommandLauncher.java:58)
        at org.apache.commons.exec.DefaultExecutor.launch(DefaultExecutor.java:254)
        at org.apache.commons.exec.DefaultExecutor.executeInternal(DefaultExecutor.java:319)
        at org.apache.commons.exec.DefaultExecutor.execute(DefaultExecutor.java:160)
        at org.codehaus.mojo.exec.ExecMojo.executeCommandLine(ExecMojo.java:610)
        at org.codehaus.mojo.exec.ExecMojo.execute(ExecMojo.java:352)
        ... 22 more
Caused by: java.io.IOException: error=2, No such file or directory
        at java.lang.UNIXProcess.forkAndExec(Native Method)
        at java.lang.UNIXProcess.<init>(UNIXProcess.java:187)
        at java.lang.ProcessImpl.start(ProcessImpl.java:130)
        at java.lang.ProcessBuilder.start(ProcessBuilder.java:1028)
        ... 29 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
ERROR: IllegalAccessException for stop method in class org.apache.tomcat.maven.plugin.tomcat7.run.ExtendedTomcat
java.lang.reflect.InvocationTargetException
        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.apache.tomcat.maven.common.run.EmbeddedRegistry.shutdownAll(EmbeddedRegistry.java:110)
        at org.apache.tomcat.maven.common.run.EmbeddedRegistry$1.run(EmbeddedRegistry.java:69)
Caused by: org.apache.catalina.LifecycleException: Failed to stop component [StandardServer[-1]]
        at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:236)
        at org.apache.catalina.startup.Tomcat.stop(Tomcat.java:351)
        ... 6 more
Caused by: org.apache.catalina.LifecycleException: Failed to stop component [StandardService[Tomcat]]
        at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:236)
        at org.apache.catalina.core.StandardServer.stopInternal(StandardServer.java:753)
        at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:232)
        ... 7 more
Caused by: org.apache.catalina.LifecycleException: Failed to stop component [StandardEngine[Tomcat]]
        at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:236)
        at org.apache.catalina.core.StandardService.stopInternal(StandardService.java:502)
        at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:232)
        ... 9 more
Caused by: java.lang.NoClassDefFoundError: org/apache/catalina/core/ContainerBase$StopChild
        at org.apache.catalina.core.ContainerBase.stopInternal(ContainerBase.java:1173)
        at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:232)
        ... 11 more
Caused by: java.lang.ClassNotFoundException: org.apache.catalina.core.ContainerBase$StopChild
        at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:50)
        at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
        at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:247)
        at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
        ... 13 more
container 4da7c651521dc9142b39abb385fc1930d78c2ff3fe94627c6b4a6a3ee4daa50e is dead
Thu Jul  6 16:19:18 CEST 2017