+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 3585
+ echo '1.64.1 632dcef33'
1.64.1 632dcef33
+ date
Wed Jul 5 23:56:48 CEST 2017
+ uptime
23:56:48 up 8 days, 57 min, 0 users, load average: 0.00, 0.17, 0.13
+ head=git@github.com:aintshy/hub.git
+ head_branch=master
+ tag=0.7.3
+ scripts=('export '\''MAVEN_OPTS=-XX:MaxPermSize=256m -Xmx1g'\''' ';' 'export '\''head=git@github.com:aintshy/hub.git'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''tag=0.7.3'\''' ';' '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.7.3' '--env=scripts=( '\''export '\''\'\'''\''MAVEN_OPTS=-XX:MaxPermSize=256m -Xmx1g'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head=git@github.com:aintshy/hub.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.7.3'\''\'\'''\'''\'' '\'';'\'' '\''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_26
+ 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.7.3'\''' ';' '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.7.3 ']'
+ [[ 0.7.3 =~ ^[a-zA-Z0-9\.\-]+$ ]]
+ echo 'tag name is valid: "0.7.3"'
tag name is valid: "0.7.3"
+ cd repo
++ git tag -l 0.7.3
+ '[' ']'
+ 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.13
++ echo 0.13 '>' 30
++ bc
+ '[' 0 -eq 1 ']'
+ echo 'load average is 0.13, low enough to run a new Docker container'
load average is 0.13, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=yegor256/rultor
+ docker pull yegor256/rultor
Using default tag: latest
latest: Pulling from yegor256/rultor
Digest: sha256:64e9b70ba86498bb2cb3d584c29d2cd9203557393ddebf0824b91a08f8378640
Status: Image is up to date for yegor256/rultor:latest
+ docker ps --filter=status=exited
+ grep --quiet '\saintshy_hub_26\s*$'
+ ls -al .
total 68
drwx--x--x 3 rultor rultor 4096 Jul 5 23:56 .
drwxrwxrwt 9 root root 4096 Jul 5 23:56 ..
-rw-rw-r-- 1 rultor rultor 444 Jul 5 23:56 end.sh
-rwxrwxr-x 1 rultor rultor 338 Jul 5 23:56 entry.sh
-rw-rw-r-- 1 rultor rultor 1679 Jul 5 23:56 id_rsa
-rw-rw-r-- 1 rultor rultor 396 Jul 5 23:56 id_rsa.pub
-rw-rw-r-- 1 rultor rultor 5 Jul 5 23:56 pid
-rw-rw-r-- 1 rultor rultor 1192 Jul 5 23:56 pubring.gpg
drwxrwxr-x 4 rultor rultor 4096 Jul 5 23:56 repo
-rwxrwxr-x 1 rultor rultor 6854 Jul 5 23:56 run.sh
-rw-rw-r-- 1 rultor rultor 98 Jul 5 23:56 s3cfg
-rw-rw-r-- 1 rultor rultor 1136 Jul 5 23:56 script.sh
-rw-rw-r-- 1 rultor rultor 2570 Jul 5 23:56 secring.gpg
-rw-rw-r-- 1 rultor rultor 1280 Jul 5 23:56 settings.xml
-rw-rw-r-- 1 rultor rultor 5854 Jul 5 23:56 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-0dr2:/main '--env=MAVEN_OPTS=-XX:MaxPermSize=256m -Xmx1g' --env=head=git@github.com:aintshy/hub.git --env=head_branch=master --env=tag=0.7.3 '--env=scripts=( '\''export '\''\'\'''\''MAVEN_OPTS=-XX:MaxPermSize=256m -Xmx1g'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head=git@github.com:aintshy/hub.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.7.3'\''\'\'''\'''\'' '\'';'\'' '\''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-0dr2/cid -w=/main --name=aintshy_hub_26 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.7.3
+ tag=0.7.3
+ 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.7.3
[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 4.2 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 426.1 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 943.0 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 337.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 1141.2 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 212.3 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 650.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 983.2 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 391.7 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 2124.8 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 881.7 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 6134.6 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 453.4 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 1209.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.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 283.4 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 1648.3 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 491.1 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 631.5 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 3387.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/github/klieber/phantomjs-maven-plugin/0.4/phantomjs-maven-plugin-0.4.pom
Downloaded: http://repo.maven.apache.org/maven2/com/github/klieber/phantomjs-maven-plugin/0.4/phantomjs-maven-plugin-0.4.pom (15 KB at 588.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/github/klieber/phantomjs-maven-plugin/0.4/phantomjs-maven-plugin-0.4.jar
Downloaded: http://repo.maven.apache.org/maven2/com/github/klieber/phantomjs-maven-plugin/0.4/phantomjs-maven-plugin-0.4.jar (52 KB at 1769.3 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 312.3 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 643.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 1267.3 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 140.2 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 539.8 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 1613.2 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 821.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.4/maven-site-plugin-3.4.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.4/maven-site-plugin-3.4.jar (125 KB at 3452.2 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 517.8 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 1196.3 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 462.8 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 910.6 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 1139.8 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 450.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 1038.6 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 376.1 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 364.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.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 1657.2 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 711.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/2.4.1/maven-assembly-plugin-2.4.1.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/2.4.1/maven-assembly-plugin-2.4.1.jar (212 KB at 5285.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-changes-plugin/2.10/maven-changes-plugin-2.10.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-changes-plugin/2.10/maven-changes-plugin-2.10.pom (20 KB at 771.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-changes-plugin/2.10/maven-changes-plugin-2.10.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-changes-plugin/2.10/maven-changes-plugin-2.10.jar (209 KB at 4957.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-help-plugin/2.2/maven-help-plugin-2.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-help-plugin/2.2/maven-help-plugin-2.2.pom (9 KB at 370.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-help-plugin/2.2/maven-help-plugin-2.2.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-help-plugin/2.2/maven-help-plugin-2.2.jar (67 KB at 2453.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-invoker-plugin/1.9/maven-invoker-plugin-1.9.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-invoker-plugin/1.9/maven-invoker-plugin-1.9.pom (11 KB at 443.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-invoker-plugin/1.9/maven-invoker-plugin-1.9.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-invoker-plugin/1.9/maven-invoker-plugin-1.9.jar (100 KB at 3019.9 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 726.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.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 6532.0 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 672.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugin-plugin/3.2/maven-plugin-plugin-3.2.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugin-plugin/3.2/maven-plugin-plugin-3.2.jar (47 KB at 1668.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-release-plugin/2.5/maven-release-plugin-2.5.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-release-plugin/2.5/maven-release-plugin-2.5.pom (11 KB at 466.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/release/maven-release/2.5/maven-release-2.5.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/release/maven-release/2.5/maven-release-2.5.pom (5 KB at 205.8 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 1894.2 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 294.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-source-plugin/2.3/maven-source-plugin-2.3.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-source-plugin/2.3/maven-source-plugin-2.3.jar (31 KB at 1224.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/2.1/versions-maven-plugin-2.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/2.1/versions-maven-plugin-2.1.pom (15 KB at 622.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/32/mojo-parent-32.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/32/mojo-parent-32.pom (26 KB at 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 109.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 185.5 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 314.0 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 129.6 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 97.7 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 68.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom (2 KB at 81.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom (13 KB at 549.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom (2 KB at 87.0 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 60.6 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 93.7 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 32.8 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 515.5 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 134.0 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 70.9 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 62.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.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/plexus/plexus-root/1.0.3/plexus-root-1.0.3.pom
Downloaded: http://repo.maven.apache.org/maven2/plexus/plexus-root/1.0.3/plexus-root-1.0.3.pom (6 KB at 267.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/plexus/plexus-utils/1.0.2/plexus-utils-1.0.2.pom
Downloaded: http://repo.maven.apache.org/maven2/plexus/plexus-utils/1.0.2/plexus-utils-1.0.2.pom (740 B at 31.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 53.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/stax/stax-api/1.0.1/stax-api-1.0.1.pom
Downloaded: http://repo.maven.apache.org/maven2/stax/stax-api/1.0.1/stax-api-1.0.1.pom (2 KB at 67.7 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 326.7 KB/sec)
Downloading:4http://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 918.2 KB/sec)
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 944.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1/doxia-module-xhtml-1.1.jar
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 638.5 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 1811.8 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 180.6 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 408.1 KB/sec)
Downloaded:8http://repo.maven.apache.org/maven2/stax/stax-api/1.0.1/stax-api-1.0.1.jar (26 KB at 225.2 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/plexus/plexus-utils/1.0.2/plexus-utils-1.0.2.jar (157 KB at 960.9 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar (1185 KB at 5408.8 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 2192.9 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.7.3
Props: {project.version=0.7.3, 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: 5.326 s
[INFO] Finished at: 2017-07-05T21:58:15+00:00
[INFO] Final Memory: 21M/361M
[INFO] ------------------------------------------------------------------------
+ git commit -am 0.7.3
[__rultor 689581e] 0.7.3
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.7.3
[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 217.3 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 603.1 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 114.2 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 66.4 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 513.0 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 1908.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 131.6 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 192.0 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 473.5 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 63.5 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 467.6 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 407.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 408.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 171.7 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 318.0 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 470.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 87.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 490.1 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 1662.8 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 83.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 298.9 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 636.3 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 158.4 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 654.3 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 67.9 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 505.6 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 114.2 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 210.4 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 383.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 65.7 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 78.8 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 63.5 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 77.1 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 64.0 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 41.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 445.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/rexsl/rexsl/1.5.2/rexsl-1.5.2.jar
Downloaded:8http://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar (26 KB at 566.0 KB/sec)
Downloading:2http://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 1500.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.jar
Downloaded: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-immutable/1.3/jcabi-immutable-1.3.jar (22 KB at 279.7 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 2240.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/sun/istack/istack-commons-runtime/2.16/istack-commons-runtime-2.16.jar
Downloaded:1http://repo.maven.apache.org/maven2/com/rexsl/rexsl/1.5.2/rexsl-1.5.2.jar (258 KB at 2222.7 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/istack/istack-commons-runtime/2.16/istack-commons-runtime-2.16.jar (23 KB at 187.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:1http://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 1104.9 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/sun/jersey/jersey-servlet/1.18.1/jersey-servlet-1.18.1.jar (125 KB at 602.7 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/xml/fastinfoset/FastInfoset/1.2.12/FastInfoset-1.2.12.jar (287 KB at 1247.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-http/1.8.3/jcabi-http-1.8.3.jar
Downloaded:4http://repo.maven.apache.org/maven2/com/jcabi/jcabi-xml/0.12.1/jcabi-xml-0.12.1.jar (47 KB at 181.2 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 312.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/restfb/restfb/1.6.14/restfb-1.6.14.jar
Downloaded:6http://repo.maven.apache.org/maven2/com/restfb/restfb/1.6.14/restfb-1.6.14.jar (141 KB at 360.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.9/commons-codec-1.9.jar
Downloaded: http://repo.maven.apache.org/maven2/org/projectlombok/lombok/1.14.8/lombok-1.14.8.jar (1159 KB at 2719.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/xml/bind/jaxb-impl/2.2.8-b01/jaxb-impl-2.2.8-b01.jar (898 KB at 2022.0 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/com/sun/jersey/jersey-server/1.18.1/jersey-server-1.18.1.jar (669 KB at 1484.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-jdbc/0.13/jcabi-jdbc-0.13.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 88.7 KB/sec)
Downloading:3http://repo.maven.apache.org/maven2/com/sun/jersey/jersey-core/1.18.1/jersey-core-1.18.1.jar
Downloaded:3http://repo.maven.apache.org/maven2/com/jcabi/jcabi-matchers/1.2/jcabi-matchers-1.2.jar (17 KB at 34.1 KB/sec)
Downloading:0http://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/jcabi/jcabi-jdbc/0.13/jcabi-jdbc-0.13.jar (52 KB at 105.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/jvnet/mimepull/mimepull/1.9.3/mimepull-1.9.3.jar
Downloaded:5http://repo.maven.apache.org/maven2/javassist/javassist/3.12.1.GA/javassist-3.12.1.GA.jar (630 KB at 1283.8 KB/sec)
Downloading:8http://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.2.11/jaxb-api-2.2.11.jar
Downloaded:6http://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.9/commons-codec-1.9.jar (258 KB at 522.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-manifests/1.0.4/jcabi-manifests-1.0.4.jar
Downloaded:5http://repo.maven.apache.org/maven2/com/sun/jersey/contribs/jersey-multipart/1.18.1/jersey-multipart-1.18.1.jar (53 KB at 103.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/commons/commons-email/1.3.3/commons-email-1.3.3.jar
Downloaded:6http://repo.maven.apache.org/maven2/com/jcabi/jcabi-manifests/1.0.4/jcabi-manifests-1.0.4.jar (11 KB at 19.4 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/org/jvnet/mimepull/mimepull/1.9.3/mimepull-1.9.3.jar (61 KB at 115.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.7.7/slf4j-log4j12-1.7.7.jar
Downloaded: http://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.2.11/jaxb-api-2.2.11.jar (100 KB at 187.0 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:3http://repo.maven.apache.org/maven2/org/apache/commons/commons-email/1.3.3/commons-email-1.3.3.jar (49 KB at 90.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/postgresql/postgresql/9.2-1002-jdbc4/postgresql-9.2-1002-jdbc4.jar
Downloaded:8http://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.7.7/slf4j-log4j12-1.7.7.jar (9 KB at 15.7 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.jar
Downloaded:3http://repo.maven.apache.org/maven2/javax/servlet/servlet-api/3.0-alpha-1/servlet-api-3.0-alpha-1.jar (170 KB at 271.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: http://repo.maven.apache.org/maven2/com/sun/jersey/jersey-core/1.18.1/jersey-core-1.18.1.jar (469 KB at 720.1 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/mail/mail/1.4.5/mail-1.4.5.jar (497 KB at 744.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/eclipse/jdt/core/compiler/ecj/3.7.2/ecj-3.7.2.jar
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.jar (38 KB at 55.7 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 735.0 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 34.4 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 762.2 KB/sec)
Downloaded:Bhttp://repo.maven.apache.org/maven2/org/mockito/mockito-core/1.9.5/mockito-core-1.9.5.jar (1465 KB at 1260.6 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 1462.7 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 1930.9 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 20.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 260.9 KB/sec)
[INFO] Reserved port 43121 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: 689581e at timestamp: 2017-07-05T21:58:21
[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 951.5 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 188.5 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 70.7 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 75.9 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 103.7 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 104.2 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 134.4 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 145.4 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 609.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0/org.eclipse.sisu.inject-0.3.0.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 586.2 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 143.6 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 464.3 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 610.6 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 352.7 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 143.3 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 942.4 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 152.6 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 55.2 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 707.1 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 167.9 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 66.6 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 84.7 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 290.1 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 682.1 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 135.7 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 116.3 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 196.2 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:3http://repo.maven.apache.org/maven2/org/apache/maven/maven-builder-support/3.3.1/maven-builder-support-3.3.1.jar (15 KB at 406.1 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: http://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.3.1/maven-settings-3.3.1.jar (43 KB at 955.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.3.1/maven-artifact-3.3.1.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.3.1/maven-settings-builder-3.3.1.jar (42 KB at 873.4 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 2617.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.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.3.1/maven-repository-metadata-3.3.1.jar (26 KB at 372.9 KB/sec)
Downloading: http://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 689.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.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 570.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0/org.eclipse.sisu.inject-0.3.0.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.3.1/maven-aether-provider-3.3.1.jar (65 KB at 531.2 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/apache/maven/maven-core/3.3.1/maven-core-3.3.1.jar (617 KB at 3694.2 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 1044.2 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/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0/org.eclipse.sisu.plexus-0.3.0.jar (201 KB at 1173.0 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 87.8 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/eclipse/sisu/org.eclipse.sisu.inject/0.3.0/org.eclipse.sisu.inject-0.3.0.jar (367 KB at 1650.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/sonatype/sisu/sisu-guice/3.2.5/sisu-guice-3.2.5-no_aop.jar (391 KB at 1626.3 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: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar (151 KB at 624.5 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:1http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.jar (59 KB at 204.0 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.jar (51 KB at 177.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.jar
Downloaded:1http://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar (190 KB at 634.8 KB/sec)
Downloaded:3http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.jar (15 KB at 47.3 KB/sec)
Downloaded:4http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.jar (37 KB at 116.3 KB/sec)
Downloaded:Bhttp://repo.maven.apache.org/maven2/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar (1201 KB at 2667.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 8933.4 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 199.9 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 61.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 228.3 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 113.4 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 324.4 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:2http://repo.maven.apache.org/maven2/args4j/args4j/2.0.16/args4j-2.0.16.jar (55 KB at 1570.8 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 3233.3 KB/sec)
Downloaded:Bhttp://repo.maven.apache.org/maven2/com/google/javascript/closure-compiler/v20130823/closure-compiler-v20130823.jar (3494 KB at 6891.2 KB/sec)
Downloaded:Bhttp://repo.maven.apache.org/maven2/com/google/guava/guava/14.0.1/guava-14.0.1.jar (2138 KB at 3623.4 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 42.2 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 32.1 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 63.8 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-javac/2.2/plexus-compiler-javac-2.2.jar
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar
Downloaded:5http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar (5 KB at 135.0 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.jar (19 KB at 421.1 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar (25 KB at 542.3 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar (206 KB at 3674.0 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 2601.7 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 176.4 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 441.4 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 2355.2 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 441.4 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 2283.9 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 46.3 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 175.4 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 2088.9 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 45.3 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:2http://repo.maven.apache.org/maven2/com/jcabi/jcabi-maven-slf4j/0.8/jcabi-maven-slf4j-0.8.jar (8 KB at 302.8 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 1534.0 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.8.1/aspectjrt-1.8.1.jar (115 KB at 2235.6 KB/sec)
Downloaded:Bhttp://repo.maven.apache.org/maven2/org/aspectj/aspectjtools/1.7.4/aspectjtools-1.7.4.jar (9784 KB at 9084.3 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] --- phantomjs-maven-plugin:0.4:install (default) @ aintshy ---
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.2.1/maven-plugin-api-3.2.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.2.1/maven-plugin-api-3.2.1.pom (4 KB at 157.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven/3.2.1/maven-3.2.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven/3.2.1/maven-3.2.1.pom (23 KB at 959.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.2.1/maven-model-3.2.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.2.1/maven-model-3.2.1.pom (5 KB at 183.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.2.1/maven-artifact-3.2.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.2.1/maven-artifact-3.2.1.pom (2 KB at 83.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom
Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom (5 KB at 214.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom
Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom (13 KB at 560.6 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 239.0 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 87.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom
Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom (3 KB at 111.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom
Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom (14 KB at 594.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.2.1/maven-core-3.2.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.2.1/maven-core-3.2.1.pom (8 KB at 324.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.2.1/maven-settings-3.2.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.2.1/maven-settings-3.2.1.pom (3 KB at 92.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.2.1/maven-settings-builder-3.2.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.2.1/maven-settings-builder-3.2.1.pom (3 KB at 115.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom (2 KB at 50.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.2.1/maven-repository-metadata-3.2.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.2.1/maven-repository-metadata-3.2.1.pom (3 KB at 98.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.2.1/maven-model-builder-3.2.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.2.1/maven-model-builder-3.2.1.pom (3 KB at 124.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.2.1/maven-aether-provider-3.2.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.2.1/maven-aether-provider-3.2.1.pom (4 KB at 181.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom (2 KB at 78.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom (4 KB at 155.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/0.9.1.v20140329/aether-api-0.9.1.v20140329.pom
Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/0.9.1.v20140329/aether-api-0.9.1.v20140329.pom (2 KB at 80.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/eclipse/aether/aether/0.9.1.v20140329/aether-0.9.1.v20140329.pom
Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/aether/aether/0.9.1.v20140329/aether-0.9.1.v20140329.pom (30 KB at 1122.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/0.9.1.v20140329/aether-util-0.9.1.v20140329.pom
Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/0.9.1.v20140329/aether-util-0.9.1.v20140329.pom (3 KB at 102.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/de/schlichtherle/truezip/truezip-driver-zip/7.7.6/truezip-driver-zip-7.7.6.pom
Downloaded: http://repo.maven.apache.org/maven2/de/schlichtherle/truezip/truezip-driver-zip/7.7.6/truezip-driver-zip-7.7.6.pom (6 KB at 225.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/de/schlichtherle/truezip/truezip-driver/7.7.6/truezip-driver-7.7.6.pom
Downloaded: http://repo.maven.apache.org/maven2/de/schlichtherle/truezip/truezip-driver/7.7.6/truezip-driver-7.7.6.pom (3 KB at 97.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/de/schlichtherle/truezip/truezip/7.7.6/truezip-7.7.6.pom
Downloaded: http://repo.maven.apache.org/maven2/de/schlichtherle/truezip/truezip/7.7.6/truezip-7.7.6.pom (17 KB at 671.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/net/java/truecommons/truecommons-parent/73/truecommons-parent-73.pom
Downloaded: http://repo.maven.apache.org/maven2/net/java/truecommons/truecommons-parent/73/truecommons-parent-73.pom (23 KB at 898.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/de/schlichtherle/truezip/truezip-swing/7.7.6/truezip-swing-7.7.6.pom
Downloaded: http://repo.maven.apache.org/maven2/de/schlichtherle/truezip/truezip-swing/7.7.6/truezip-swing-7.7.6.pom (2 KB at 84.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.7/commons-compress-1.7.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.7/commons-compress-1.7.pom (12 KB at 503.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/bouncycastle/bcprov-jdk16/1.46/bcprov-jdk16-1.46.pom
Downloaded: http://repo.maven.apache.org/maven2/org/bouncycastle/bcprov-jdk16/1.46/bcprov-jdk16-1.46.pom (819 B at 34.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/de/schlichtherle/truezip/truezip-kernel/7.7.6/truezip-kernel-7.7.6.pom
Downloaded: http://repo.maven.apache.org/maven2/de/schlichtherle/truezip/truezip-kernel/7.7.6/truezip-kernel-7.7.6.pom (3 KB at 121.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/de/schlichtherle/truezip/truezip-driver-tar/7.7.6/truezip-driver-tar-7.7.6.pom
Downloaded: http://repo.maven.apache.org/maven2/de/schlichtherle/truezip/truezip-driver-tar/7.7.6/truezip-driver-tar-7.7.6.pom (3 KB at 135.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/tukaani/xz/1.4/xz-1.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/tukaani/xz/1.4/xz-1.4.pom (2 KB at 88.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/de/schlichtherle/truezip/truezip-file/7.7.6/truezip-file-7.7.6.pom
Downloaded: http://repo.maven.apache.org/maven2/de/schlichtherle/truezip/truezip-file/7.7.6/truezip-file-7.7.6.pom (4 KB at 151.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/de/schlichtherle/truezip/truezip-driver-file/7.7.6/truezip-driver-file-7.7.6.pom
Downloaded: http://repo.maven.apache.org/maven2/de/schlichtherle/truezip/truezip-driver-file/7.7.6/truezip-driver-file-7.7.6.pom (2 KB at 72.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.2.1/maven-plugin-api-3.2.1.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.2.1/maven-model-3.2.1.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.2.1/maven-artifact-3.2.1.jar
Downloading: http://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar
Downloading: http://repo.maven.apache.org/maven2/com/google/guava/guava/10.0.1/guava-10.0.1.jar
Downloaded:4http://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.2.1/maven-plugin-api-3.2.1.jar (45 KB at 1091.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar
Downloaded:4http://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.2.1/maven-artifact-3.2.1.jar (53 KB at 499.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.2.1/maven-core-3.2.1.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.2.1/maven-model-3.2.1.jar (157 KB at 1459.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.2.1/maven-settings-3.2.1.jar
Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar (192 KB at 1669.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.2.1/maven-settings-builder-3.2.1.jar
Downloaded:8http://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar (285 KB at 2258.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.2.1/maven-repository-metadata-3.2.1.jar
Downloaded:5http://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.2.1/maven-settings-3.2.1.jar (42 KB at 284.4 KB/sec)
Downloading:5http://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.2.1/maven-model-builder-3.2.1.jar
Downloaded:8http://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.2.1/maven-settings-builder-3.2.1.jar (42 KB at 267.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.2.1/maven-aether-provider-3.2.1.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.2.1/maven-repository-metadata-3.2.1.jar (26 KB at 161.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar
Downloaded:8http://repo.maven.apache.org/maven2/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar (18 KB at 88.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar
Downloaded:9http://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.2.1/maven-aether-provider-3.2.1.jar (60 KB at 301.1 KB/sec)
Downloading:5http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar
Downloaded:1http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar (61 KB at 245.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar (49 KB at 171.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/0.9.1.v20140329/aether-api-0.9.1.v20140329.jar
Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar (142 KB at 492.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/0.9.1.v20140329/aether-util-0.9.1.v20140329.jar
Downloaded: http://repo.maven.apache.org/maven2/com/google/guava/guava/10.0.1/guava-10.0.1.jar (1467 KB at 4970.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/de/schlichtherle/truezip/truezip-driver-zip/7.7.6/truezip-driver-zip-7.7.6.jar
Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/0.9.1.v20140329/aether-api-0.9.1.v20140329.jar (134 KB at 396.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/de/schlichtherle/truezip/truezip-swing/7.7.6/truezip-swing-7.7.6.jar
Downloaded: http://repo.maven.apache.org/maven2/de/schlichtherle/truezip/truezip-driver-zip/7.7.6/truezip-driver-zip-7.7.6.jar (244 KB at 674.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.7/commons-compress-1.7.jar
Downloaded: http://repo.maven.apache.org/maven2/de/schlichtherle/truezip/truezip-swing/7.7.6/truezip-swing-7.7.6.jar (22 KB at 57.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/bouncycastle/bcprov-jdk16/1.46/bcprov-jdk16-1.46.jar
Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/0.9.1.v20140329/aether-util-0.9.1.v20140329.jar (143 KB at 390.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/de/schlichtherle/truezip/truezip-kernel/7.7.6/truezip-kernel-7.7.6.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.2.1/maven-core-3.2.1.jar (562 KB at 1450.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/de/schlichtherle/truezip/truezip-driver-tar/7.7.6/truezip-driver-tar-7.7.6.jar
Downloaded: http://repo.maven.apache.org/maven2/de/schlichtherle/truezip/truezip-driver-tar/7.7.6/truezip-driver-tar-7.7.6.jar (32 KB at 71.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/tukaani/xz/1.4/xz-1.4.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.7/commons-compress-1.7.jar (348 KB at 775.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/de/schlichtherle/truezip/truezip-file/7.7.6/truezip-file-7.7.6.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.2.1/maven-model-builder-3.2.1.jar (162 KB at 336.6 KB/sec)
Downloading:2http://repo.maven.apache.org/maven2/de/schlichtherle/truezip/truezip-driver-file/7.7.6/truezip-driver-file-7.7.6.jar
Downloaded:4http://repo.maven.apache.org/maven2/de/schlichtherle/truezip/truezip-file/7.7.6/truezip-file-7.7.6.jar (65 KB at 130.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar
Downloaded:6http://repo.maven.apache.org/maven2/de/schlichtherle/truezip/truezip-driver-file/7.7.6/truezip-driver-file-7.7.6.jar (45 KB at 86.2 KB/sec)
Downloaded:6http://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar (29 KB at 53.7 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/tukaani/xz/1.4/xz-1.4.jar (97 KB at 181.8 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/de/schlichtherle/truezip/truezip-kernel/7.7.6/truezip-kernel-7.7.6.jar (479 KB at 881.6 KB/sec)
Downloaded:Bhttp://repo.maven.apache.org/maven2/org/bouncycastle/bcprov-jdk16/1.46/bcprov-jdk16-1.46.jar (1833 KB at 2648.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/github/klieber/phantomjs/1.9.2/phantomjs-1.9.2-linux-x86_64.tar.bz2
Downloaded:Khttp://repo.maven.apache.org/maven2/com/github/klieber/phantomjs/1.9.2/phantomjs-1.9.2-linux-x86_64.tar.bz2 (12968 KB at 10797.5 KB/sec)
[INFO] Resolved artifact /home/r/.m2/repository/com/github/klieber/phantomjs/1.9.2/phantomjs-1.9.2-linux-x86_64.tar.bz2 from Maven (http://repo.maven.apache.org/maven2, default, releases+snapshots)
[INFO] Extracting /home/r/.m2/repository/com/github/klieber/phantomjs/1.9.2/phantomjs-1.9.2-linux-x86_64.tar.bz2/phantomjs-1.9.2-linux-x86_64/bin/phantomjs to /home/r/repo/target/phantomjs-maven-plugin/phantomjs-1.9.2-linux-x86_64/bin/phantomjs
[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 283.5 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 79.3 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 138.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom (4 KB at 161.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/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/maven-toolchain/2.0.9/maven-toolchain-2.0.9.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/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 446.2 KB/sec)
Downloaded:3http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.17/surefire-booter-2.17.jar (39 KB at 840.2 KB/sec)
Downloaded:2http://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar (38 KB at 772.5 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 4546.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 1453.1 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 105.6 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 84.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 111.9 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/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
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit4/2.17/common-junit4-2.17.jar
Downloaded:1http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit3/2.17/common-junit3-2.17.jar (11 KB at 405.6 KB/sec)
Downloaded:1http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit48/2.17/common-junit48-2.17.jar (18 KB at 625.6 KB/sec)
Downloading:1http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-grouper/2.17/surefire-grouper-2.17.jar
Downloaded:1http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-junit4/2.17/common-junit4-2.17.jar (16 KB at 512.2 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 3136.9 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/2.17/common-java5-2.17.jar (37 KB at 863.0 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 883.0 KB/sec)
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running com.aintshy.web.JxRoleTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.602 sec - in com.aintshy.web.JxRoleTest
Running com.aintshy.web.JxTalkTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in com.aintshy.web.JxTalkTest
Running com.aintshy.web.JxHumanTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 sec - in com.aintshy.web.JxHumanTest
Running com.aintshy.web.JxStoryTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.264 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 10200.3 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 476.1 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:3http://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 4654.0 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/commons/commons-exec/1.1/commons-exec-1.1.jar (52 KB at 1140.3 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 102.9 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 347.4 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 678.7 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:/http://repo.maven.apache.org/maven2/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar (8 KB at 189.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar
Downloaded:2http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.7/plexus-io-2.0.7.jar (58 KB at 820.5 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar (25 KB at 324.9 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 1953.0 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/com/thoughtworks/xstream/xstream/1.4.2/xstream-1.4.2.jar (471 KB at 4799.8 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 1818.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 [91 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 41732 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 82.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 85.5 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 61.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 73.7 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 88.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 56.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.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 96.5 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 73.9 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 100.2 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 69.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 112.1 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 63.5 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 58.1 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 199.8 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 187.0 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/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 161.0 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 456.6 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 88.5 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 244.8 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:4http://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-util/7.0.47/tomcat-util-7.0.47.jar (24 KB at 853.7 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 229.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.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-dbcp/7.0.47/tomcat-dbcp-7.0.47.jar (230 KB at 1915.8 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:3http://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-jdbc/7.0.47/tomcat-jdbc-7.0.47.jar (123 KB at 881.4 KB/sec)
Downloading:4http://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-jasper/7.0.47/tomcat-jasper-7.0.47.jar
Downloaded:4http://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-jsp-api/7.0.47/tomcat-jsp-api-7.0.47.jar (87 KB at 528.1 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-servlet-api/7.0.47/tomcat-servlet-api-7.0.47.jar (174 KB at 862.9 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-coyote/7.0.47/tomcat-coyote-7.0.47.jar (814 KB at 4026.3 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
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 578.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-tribes/7.0.47/tomcat-tribes-7.0.47.jar
Downloaded:5http://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-el-api/7.0.47/tomcat-el-api-7.0.47.jar (45 KB at 169.0 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-tribes/7.0.47/tomcat-tribes-7.0.47.jar (252 KB at 865.2 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-annotations-api/7.0.47/tomcat-annotations-api-7.0.47.jar (16 KB at 48.4 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-catalina-ha/7.0.47/tomcat-catalina-ha-7.0.47.jar (132 KB at 378.8 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-juli/7.0.47/tomcat-juli-7.0.47.jar (38 KB at 107.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.jar
Downloaded:8http://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 96.6 KB/sec)
Downloading:0http://repo.maven.apache.org/maven2/org/eclipse/jdt/core/compiler/ecj/4.2.2/ecj-4.2.2.jar
Downloaded:8http://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 207.1 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:Bhttp://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 86.2 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-jasper/7.0.47/tomcat-jasper-7.0.47.jar (586 KB at 1053.3 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/tomcat/tomcat-catalina/7.0.47/tomcat-catalina-7.0.47.jar (1548 KB at 2663.2 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:5http://repo.maven.apache.org/maven2/org/apache/tomcat/maven/tomcat7-war-runner/2.2/tomcat7-war-runner-2.2.jar (25 KB at 39.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.4.2/maven-archiver-2.4.2.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.3.1/httpclient-4.3.1.jar (572 KB at 932.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.4.1/commons-compress-1.4.1.jar
Downloaded:3http://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.4.2/maven-archiver-2.4.2.jar (20 KB at 31.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/tukaani/xz/1.0/xz-1.0.jar
Downloaded: http://repo.maven.apache.org/maven2/org/tukaani/xz/1.0/xz-1.0.jar (93 KB at 134.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1.1/plexus-archiver-2.1.1.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.3/httpcore-4.3.jar (276 KB at 397.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/junit/junit/4.10/junit-4.10.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.4.1/commons-compress-1.4.1.jar (236 KB at 338.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.jar
Downloaded:6http://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.jar (75 KB at 100.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.3/plexus-io-2.0.3.jar
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1.1/plexus-archiver-2.1.1.jar (181 KB at 239.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.0/maven-filtering-1.0.jar
Downloaded:7http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.3/plexus-io-2.0.3.jar (57 KB at 72.1 KB/sec)
Downloaded:7http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.0/maven-filtering-1.0.jar (42 KB at 53.1 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/junit/junit/4.10/junit-4.10.jar (248 KB at 305.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 1759.4 KB/sec)
Downloaded: http://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 2764.1 KB/sec)
[INFO] Running war on http://localhost:41732/
[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 05, 2017 9:58:53 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-bio-41732"]
Jul 05, 2017 9:58:53 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service Tomcat
Jul 05, 2017 9:58:53 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.47
Jul 05, 2017 9:58:53 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 05, 2017 9:58:53 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@31b373e1]): in 68.35ms
[0;33mWARNm] com.jcabi.manifests.ServletMfs: MANIFEST.MF not found in WAR package
Jul 05, 2017 9:58:56 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-bio-41732"]
[INFO]
[INFO] --- exec-maven-plugin:1.2.1:exec (casperjs-install) @ aintshy ---
Cloning into 'casperjs-install'...
[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 126.9 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 163.8 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 106.8 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 325.6 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 72.6 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 70.5 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 123.7 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 62.7 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 57.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom (723 B at 32.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/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 237.6 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 61.3 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 48.5 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 62.0 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 17.8 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 50.9 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 83.8 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 34.0 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 198.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:3http://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-api/1.2/enforcer-api-1.2.jar (10 KB at 366.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.jar
Downloaded:3http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.2/maven-enforcer-plugin-1.2.jar (25 KB at 828.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:3http://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 964.3 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 991.7 KB/sec)
Downloaded:2http://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-rules/1.2/enforcer-rules-1.2.jar (75 KB at 1862.0 KB/sec)
Downloaded:1http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/2.0/maven-dependency-tree-2.0.jar (55 KB at 960.0 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 2070.3 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 486.2 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 915.9 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:5http://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.jar (10 KB at 309.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:5http://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0/maven-profile-2.0.jar (30 KB at 873.4 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-artifact-manager/2.0/maven-artifact-manager-2.0.jar (50 KB at 1373.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.jar
Downloaded:7http://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0/maven-model-2.0.jar (77 KB at 1915.9 KB/sec)
Downloading:3http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.jar
Downloaded:1http://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0/maven-project-2.0.jar (103 KB at 2270.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/liquibase/liquibase-core/3.2.2/liquibase-core-3.2.2.jar
Downloaded:2http://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.0.jar (21 KB at 373.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.13/snakeyaml-1.13.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.jar (77 KB at 986.1 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.jar (160 KB at 1777.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 1889.7 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 4086.2 KB/sec)
[INFO] ------------------------------------------------------------------------
[INFO] Executing on Database: jdbc:postgresql://localhost:43121/test
INFO 7/5/17 9:59 PM: liquibase: Successfully acquired change log lock
INFO 7/5/17 9:59 PM: liquibase: Creating database history table with name: databasechangelog
INFO 7/5/17 9:59 PM: liquibase: Reading from databasechangelog
INFO 7/5/17 9:59 PM: liquibase: /home/r/repo/src/main/liquibase/master.xml: 001-initial-schema.xml::001::yegor256: Custom SQL executed
INFO 7/5/17 9:59 PM: liquibase: /home/r/repo/src/main/liquibase/master.xml: 001-initial-schema.xml::001::yegor256: Custom SQL executed
INFO 7/5/17 9:59 PM: liquibase: /home/r/repo/src/main/liquibase/master.xml: 001-initial-schema.xml::001::yegor256: Custom SQL executed
INFO 7/5/17 9:59 PM: liquibase: /home/r/repo/src/main/liquibase/master.xml: 001-initial-schema.xml::001::yegor256: Custom SQL executed
INFO 7/5/17 9:59 PM: liquibase: /home/r/repo/src/main/liquibase/master.xml: 001-initial-schema.xml::001::yegor256: Custom SQL executed
INFO 7/5/17 9:59 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 295ms
INFO 7/5/17 9:59 PM: liquibase: /home/r/repo/src/main/liquibase/master.xml: 002-age-to-year.xml::002::yegor256: Custom SQL executed
INFO 7/5/17 9:59 PM: liquibase: /home/r/repo/src/main/liquibase/master.xml: 002-age-to-year.xml::002::yegor256: Custom SQL executed
INFO 7/5/17 9:59 PM: liquibase: /home/r/repo/src/main/liquibase/master.xml: 002-age-to-year.xml::002::yegor256: Custom SQL executed
INFO 7/5/17 9:59 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 186ms
INFO 7/5/17 9:59 PM: liquibase: /home/r/repo/src/main/liquibase/master.xml: 003-language-of-question.xml::003::yegor256: Custom SQL executed
INFO 7/5/17 9:59 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 100ms
INFO 7/5/17 9:59 PM: liquibase: /home/r/repo/src/main/liquibase/master.xml: 004-delete-empty-messages.xml::004::yegor256: Custom SQL executed
INFO 7/5/17 9:59 PM: liquibase: /home/r/repo/src/main/liquibase/master.xml: 004-delete-empty-messages.xml::004::yegor256: Custom SQL executed
INFO 7/5/17 9:59 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 10ms
INFO 7/5/17 9:59 PM: liquibase: /home/r/repo/src/main/liquibase/master.xml: 005-email-code.xml::005::yegor256: Custom SQL executed
INFO 7/5/17 9:59 PM: liquibase: /home/r/repo/src/main/liquibase/master.xml: 005-email-code.xml::005::yegor256: Custom SQL executed
INFO 7/5/17 9:59 PM: liquibase: /home/r/repo/src/main/liquibase/master.xml: 005-email-code.xml::005::yegor256: Custom SQL executed
INFO 7/5/17 9:59 PM: liquibase: /home/r/repo/src/main/liquibase/master.xml: 005-email-code.xml::005::yegor256: Custom SQL executed
INFO 7/5/17 9:59 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/5/17 9:59 PM: liquibase: /home/r/repo/src/main/liquibase/master.xml: 006-default-name.xml::006::yegor256: Custom SQL executed
INFO 7/5/17 9:59 PM: liquibase: /home/r/repo/src/main/liquibase/master.xml: 006-default-name.xml::006::yegor256: Custom SQL executed
INFO 7/5/17 9:59 PM: liquibase: /home/r/repo/src/main/liquibase/master.xml: 006-default-name.xml::006::yegor256: Custom SQL executed
INFO 7/5/17 9:59 PM: liquibase: /home/r/repo/src/main/liquibase/master.xml: 006-default-name.xml::006::yegor256: Custom SQL executed
INFO 7/5/17 9:59 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/5/17 9:59 PM: liquibase: /home/r/repo/src/main/liquibase/master.xml: 007-date-of-human.xml::007::yegor256: Custom SQL executed
INFO 7/5/17 9:59 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 177ms
INFO 7/5/17 9:59 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 '6212'
[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 '2219'
[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 '8070'
[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 '8859'
[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 '8841'
[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|
1|f8@aintshy.com|--Iokha|user1|M|null|en|0|6212|2017-07-05 21:59:14.068936|
2|oi@aintshy.com|-9w8(8s|user2|M|null|en|0|2219|2017-07-05 21:59:14.090252|
3|hs@aintshy.com|-9w8skkha|user3|M|null|en|0|8070|2017-07-05 21:59:14.119841|
4|oi17@aintshy.com|9*7kha|user4|M|null|en|0|8859|2017-07-05 21:59:14.145899|
5|yyft6@aintshy.com|-9w0*8s|user5|M|null|en|0|8841|2017-07-05 21:59:14.167883|
id|asker|date|text|locale|
1|1|2017-07-05 21:59:14.084996|how are you doing this?|en|
2|3|2017-07-05 21:59:14.134705|how does it work for you?|en|
3|4|2017-07-05 21:59:14.15698|what is the weather today?|en|
id|question|responder|date|
1|1|2|2017-07-05 21:59:14.107992|
2|1|5|2017-07-05 21:59:14.1833|
3|2|5|2017-07-05 21:59:14.197127|
4|3|5|2017-07-05 21:59:14.215677|
id|talk|asking|date|text|seen|
1|2|f|2017-07-05 21:59:14.228687|just an answer|null|
2|3|f|2017-07-05 21:59:14.233862|just an answer|null|
3|4|f|2017-07-05 21:59:14.243931|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.533 sec - in com.aintshy.pgsql.PgHumanITCase
Running com.aintshy.pgsql.PgHistoryITCase
[0;37mINFOm] com.aintshy.api.Pocket$1: code is '9412'
[0;37mINFOm] com.aintshy.pgsql.PgBase: user #6 registered as r43@aintshy.com
[0;37mINFOm] com.aintshy.pgsql.PgHuman: question #4 asked by #6
[0;37mINFOm] com.aintshy.api.Pocket$1: code is '8837'
[0;37mINFOm] com.aintshy.pgsql.PgBase: user #7 registered as e21i@aintshy.com
[0;37mINFOm] com.aintshy.pgsql.PgHuman: talk #7 started by #7 from question #1
[0;37mINFOm] com.aintshy.pgsql.PgMessages: posted in #7, asking=FALSE
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec - in com.aintshy.pgsql.PgHistoryITCase
Running com.aintshy.pgsql.PgProfileITCase
[0;37mINFOm] com.aintshy.api.Pocket$1: code is '5967'
[0;37mINFOm] com.aintshy.pgsql.PgBase: user #8 registered as h3es@aintshy.com
[0;37mINFOm] com.aintshy.api.Pocket$1: code is '4717'
[0;37mINFOm] com.aintshy.pgsql.PgBase: user #9 registered as f8ke@aintshy.com
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 sec - in com.aintshy.pgsql.PgProfileITCase
Running com.aintshy.pgsql.PgMessagesITCase
[0;37mINFOm] com.aintshy.api.Pocket$1: code is '4340'
[0;37mINFOm] com.aintshy.pgsql.PgBase: user #10 registered as i09@aintshy.com
[0;37mINFOm] com.aintshy.pgsql.PgHuman: question #5 asked by #10
[0;37mINFOm] com.aintshy.api.Pocket$1: code is '5604'
[0;37mINFOm] com.aintshy.pgsql.PgBase: user #11 registered as pp09@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
[0;37mINFOm] com.aintshy.pgsql.PgMessages: 1 seen in #8
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 sec - in com.aintshy.pgsql.PgMessagesITCase
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.119 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 ---
Test file: /home/r/repo/src/test/casperjs/all-pages-are-renderable.js
Jul 05, 2017 9:59:15 PM com.sun.jersey.api.core.PackagesResourceConfig init
INFO: Scanning for root resource and provider classes in the packages:
com.aintshy.web
com.rexsl.core
Jul 05, 2017 9:59:15 PM com.sun.jersey.api.core.ScanningResourceConfig logClasses
INFO: Root resource classes found:
class com.aintshy.web.AskRs
class com.aintshy.web.AnonymousRs
class com.aintshy.web.HistoryRs
class com.aintshy.web.SetupRs
class com.aintshy.web.PhotoRs
class com.aintshy.web.ProfileRs
class com.aintshy.web.TalkRs
Jul 05, 2017 9:59:15 PM com.sun.jersey.api.core.ScanningResourceConfig logClasses
INFO: Provider classes found:
class com.rexsl.core.XslResolver
Jul 05, 2017 9:59:15 PM com.sun.jersey.server.impl.application.WebApplicationImpl _initiate
INFO: Initiating Jersey application, version 'Jersey: 1.18.1 02/19/2014 03:28 AM'
Jul 05, 2017 9:59:15 PM com.sun.jersey.spi.inject.Errors processErrorMessages
WARNING: The following warnings have been detected with resource and/or provider classes:
WARNING: A sub-resource method, public javax.ws.rs.core.Response com.aintshy.web.TalkRs.index() throws java.io.IOException, with URI template, "/", is treated as a resource method
WARNING: A sub-resource method, public javax.ws.rs.core.Response com.aintshy.web.HistoryRs.index() throws java.io.IOException, with URI template, "/", is treated as a resource method
WARNING: A sub-resource method, public javax.ws.rs.core.Response com.aintshy.web.AnonymousRs.index() throws java.io.IOException, with URI template, "/", is treated as a resource method
PASS 5 tests executed in 1.591s, 5 passed, 0 failed, 0 dubious, 0 skipped.
[INFO]
[INFO] --- tomcat7-maven-plugin:2.2:shutdown (stop-tomcat) @ aintshy ---
Jul 05, 2017 9:59:16 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-bio-41732"]
Jul 05, 2017 9:59:16 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service Tomcat
[0;37mINFOm] com.aintshy.web.Lifespan: #contextDestroyed(javax.servlet.ServletContextEvent[source=org.apach..0..alina.core.ApplicationContextFacade@31b373e1]): in 33.81?s
Jul 05, 2017 9:59:16 PM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [] appears to have started a thread named [jcabi-cacheable] but has failed to stop it. This is very likely to create a memory leak.
Jul 05, 2017 9:59:16 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [org.aspectj.runtime.internal.cflowstack.ThreadStackFactoryImpl.ThreadCounterImpl] (value [org.aspectj.runtime.internal.cflowstack.ThreadStackFactoryImpl$ThreadCounterImpl@7c020b1c]) and a value of type [org.aspectj.runtime.internal.cflowstack.ThreadStackFactoryImpl.ThreadCounterImpl.Counter] (value [org.aspectj.runtime.internal.cflowstack.ThreadStackFactoryImpl$ThreadCounterImpl$Counter@6a279ade]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Jul 05, 2017 9:59:16 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [com.sun.xml.bind.v2.ClassFactory$1] (value [com.sun.xml.bind.v2.ClassFactory$1@4e289b44]) and a value of type [java.util.WeakHashMap] (value [{class javax.xml.bind.annotation.W3CDomHandler=java.lang.ref.WeakReference@6aa29489}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Jul 05, 2017 9:59:16 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [org.aspectj.runtime.internal.cflowstack.ThreadStackFactoryImpl.ThreadCounterImpl] (value [org.aspectj.runtime.internal.cflowstack.ThreadStackFactoryImpl$ThreadCounterImpl@7c020b1c]) and a value of type [org.aspectj.runtime.internal.cflowstack.ThreadStackFactoryImpl.ThreadCounterImpl.Counter] (value [org.aspectj.runtime.internal.cflowstack.ThreadStackFactoryImpl$ThreadCounterImpl$Counter@57c5e510]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Jul 05, 2017 9:59:16 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [com.sun.xml.bind.v2.ClassFactory$1] (value [com.sun.xml.bind.v2.ClassFactory$1@4e289b44]) and a value of type [java.util.WeakHashMap] (value [{class javax.xml.bind.annotation.W3CDomHandler=java.lang.ref.WeakReference@141aa75}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Jul 05, 2017 9:59:16 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [org.aspectj.runtime.internal.cflowstack.ThreadStackFactoryImpl.ThreadCounterImpl] (value [org.aspectj.runtime.internal.cflowstack.ThreadStackFactoryImpl$ThreadCounterImpl@7c020b1c]) and a value of type [org.aspectj.runtime.internal.cflowstack.ThreadStackFactoryImpl.ThreadCounterImpl.Counter] (value [org.aspectj.runtime.internal.cflowstack.ThreadStackFactoryImpl$ThreadCounterImpl$Counter@7e1de7f7]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Jul 05, 2017 9:59:16 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-bio-41732"]
[INFO]
[INFO] --- postgresql-maven-plugin:0.2:stop (stop-postgresql) @ aintshy ---
[INFO] waiting for server to shut down..... done
[INFO] server stopped
[INFO]
[INFO] --- maven-failsafe-plugin:2.17:verify (default) @ aintshy ---
[INFO] Failsafe report directory: /home/r/repo/target/failsafe-reports
[INFO]
[INFO] --- qulice-maven-plugin:0.11:check (jcabi-check) @ aintshy ---
Downloading: http://repo.maven.apache.org/maven2/com/qulice/qulice-spi/0.11/qulice-spi-0.11.pom
Downloaded: http://repo.maven.apache.org/maven2/com/qulice/qulice-spi/0.11/qulice-spi-0.11.pom (3 KB at 115.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/qulice/qulice-checkstyle/0.11/qulice-checkstyle-0.11.pom
Downloaded: http://repo.maven.apache.org/maven2/com/qulice/qulice-checkstyle/0.11/qulice-checkstyle-0.11.pom (5 KB at 225.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/google/guava/guava-jdk5/17.0/guava-jdk5-17.0.pom
Downloaded: http://repo.maven.apache.org/maven2/com/google/guava/guava-jdk5/17.0/guava-jdk5-17.0.pom (7 KB at 287.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/google/guava/guava-parent-jdk5/17.0/guava-parent-jdk5-17.0.pom
Downloaded: http://repo.maven.apache.org/maven2/com/google/guava/guava-parent-jdk5/17.0/guava-parent-jdk5-17.0.pom (8 KB at 330.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/puppycrawl/tools/checkstyle/5.7/checkstyle-5.7.pom
Downloaded: http://repo.maven.apache.org/maven2/com/puppycrawl/tools/checkstyle/5.7/checkstyle-5.7.pom (24 KB at 997.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/google/guava/guava-jdk5/14.0.1/guava-jdk5-14.0.1.pom
Downloaded: http://repo.maven.apache.org/maven2/com/google/guava/guava-jdk5/14.0.1/guava-jdk5-14.0.1.pom (7 KB at 284.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/google/guava/guava-parent-jdk5/14.0.1/guava-parent-jdk5-14.0.1.pom
Downloaded: http://repo.maven.apache.org/maven2/com/google/guava/guava-parent-jdk5/14.0.1/guava-parent-jdk5-14.0.1.pom (3 KB at 133.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/qulice/qulice-pmd/0.11/qulice-pmd-0.11.pom
Downloaded: http://repo.maven.apache.org/maven2/com/qulice/qulice-pmd/0.11/qulice-pmd-0.11.pom (5 KB at 181.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/net/sourceforge/pmd/pmd/5.1.1/pmd-5.1.1.pom
Downloaded: http://repo.maven.apache.org/maven2/net/sourceforge/pmd/pmd/5.1.1/pmd-5.1.1.pom (36 KB at 1369.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/ant/ant-testutil/1.7.1/ant-testutil-1.7.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/ant/ant-testutil/1.7.1/ant-testutil-1.7.1.pom (3 KB at 123.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/jaxen/jaxen/1.1.1/jaxen-1.1.1.pom
Downloaded: http://repo.maven.apache.org/maven2/jaxen/jaxen/1.1.1/jaxen-1.1.1.pom (8 KB at 331.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/jdom/jdom/1.0/jdom-1.0.pom
Downloaded: http://repo.maven.apache.org/maven2/jdom/jdom/1.0/jdom-1.0.pom (2 KB at 57.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/xom/xom/1.0/xom-1.0.pom
Downloaded: http://repo.maven.apache.org/maven2/xom/xom/1.0/xom-1.0.pom (2 KB at 73.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/beust/jcommander/1.27/jcommander-1.27.pom
Downloaded: http://repo.maven.apache.org/maven2/com/beust/jcommander/1.27/jcommander-1.27.pom (8 KB at 334.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0_BETA/asm-5.0_BETA.pom
Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0_BETA/asm-5.0_BETA.pom (2 KB at 82.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/5.0_BETA/asm-parent-5.0_BETA.pom
Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/5.0_BETA/asm-parent-5.0_BETA.pom (6 KB at 233.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/mozilla/rhino/1.7R3/rhino-1.7R3.pom
Downloaded: http://repo.maven.apache.org/maven2/org/mozilla/rhino/1.7R3/rhino-1.7R3.pom (2 KB at 66.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/qulice/qulice-codenarc/0.11/qulice-codenarc-0.11.pom
Downloaded: http://repo.maven.apache.org/maven2/com/qulice/qulice-codenarc/0.11/qulice-codenarc-0.11.pom (5 KB at 182.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-all/2.3.3/groovy-all-2.3.3.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-all/2.3.3/groovy-all-2.3.3.pom (18 KB at 718.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/qulice/qulice-findbugs/0.11/qulice-findbugs-0.11.pom
Downloaded: http://repo.maven.apache.org/maven2/com/qulice/qulice-findbugs/0.11/qulice-findbugs-0.11.pom (8 KB at 362.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/google/code/findbugs/findbugs/3.0.0/findbugs-3.0.0.pom
Downloaded: http://repo.maven.apache.org/maven2/com/google/code/findbugs/findbugs/3.0.0/findbugs-3.0.0.pom (5 KB at 219.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/google/code/findbugs/jFormatString/2.0.2/jFormatString-2.0.2.pom
Downloaded: http://repo.maven.apache.org/maven2/com/google/code/findbugs/jFormatString/2.0.2/jFormatString-2.0.2.pom (949 B at 40.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/qulice/qulice-xml/0.11/qulice-xml-0.11.pom
Downloaded: http://repo.maven.apache.org/maven2/com/qulice/qulice-xml/0.11/qulice-xml-0.11.pom (4 KB at 142.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-xml/0.11/jcabi-xml-0.11.pom
Downloaded: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-xml/0.11/jcabi-xml-0.11.pom (10 KB at 416.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-immutable/1.2/jcabi-immutable-1.2.pom
Downloaded: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-immutable/1.2/jcabi-immutable-1.2.pom (4 KB at 137.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/qulice/qulice-spi/0.11/qulice-spi-0.11.jar
Downloading: http://repo.maven.apache.org/maven2/com/qulice/qulice-checkstyle/0.11/qulice-checkstyle-0.11.jar
Downloading: http://repo.maven.apache.org/maven2/com/google/guava/guava-jdk5/17.0/guava-jdk5-17.0.jar
Downloading: http://repo.maven.apache.org/maven2/com/puppycrawl/tools/checkstyle/5.7/checkstyle-5.7.jar
Downloading: http://repo.maven.apache.org/maven2/com/qulice/qulice-pmd/0.11/qulice-pmd-0.11.jar
Downloaded:8http://repo.maven.apache.org/maven2/com/qulice/qulice-spi/0.11/qulice-spi-0.11.jar (8 KB at 307.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/net/sourceforge/pmd/pmd/5.1.1/pmd-5.1.1.jar
Downloaded:6http://repo.maven.apache.org/maven2/com/qulice/qulice-pmd/0.11/qulice-pmd-0.11.jar (13 KB at 543.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/ant/ant-testutil/1.7.1/ant-testutil-1.7.1.jar
Downloaded: http://repo.maven.apache.org/maven2/com/qulice/qulice-checkstyle/0.11/qulice-checkstyle-0.11.jar (34 KB at 1123.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/beust/jcommander/1.27/jcommander-1.27.jar
Downloaded: http://repo.maven.apache.org/maven2/com/beust/jcommander/1.27/jcommander-1.27.jar (55 KB at 733.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/mozilla/rhino/1.7R3/rhino-1.7R3.jar
Downloaded: http://repo.maven.apache.org/maven2/com/puppycrawl/tools/checkstyle/5.7/checkstyle-5.7.jar (645 KB at 2471.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/qulice/qulice-codenarc/0.11/qulice-codenarc-0.11.jar
Downloaded: http://repo.maven.apache.org/maven2/com/qulice/qulice-codenarc/0.11/qulice-codenarc-0.11.jar (9 KB at 26.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-all/2.3.3/groovy-all-2.3.3.jar
Downloaded:Bhttp://repo.maven.apache.org/maven2/org/mozilla/rhino/1.7R3/rhino-1.7R3.jar (1070 KB at 2727.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/qulice/qulice-findbugs/0.11/qulice-findbugs-0.11.jar
Downloaded:4http://repo.maven.apache.org/maven2/com/qulice/qulice-findbugs/0.11/qulice-findbugs-0.11.jar (9 KB at 20.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/google/code/findbugs/findbugs/3.0.0/findbugs-3.0.0.jar
Downloaded:Bhttp://repo.maven.apache.org/maven2/org/apache/ant/ant-testutil/1.7.1/ant-testutil-1.7.1.jar (15 KB at 30.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/google/code/findbugs/jFormatString/2.0.2/jFormatString-2.0.2.jar
Downloaded:Bhttp://repo.maven.apache.org/maven2/com/google/code/findbugs/jFormatString/2.0.2/jFormatString-2.0.2.jar (27 KB at 50.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/qulice/qulice-xml/0.11/qulice-xml-0.11.jar
Downloaded:Bhttp://repo.maven.apache.org/maven2/com/qulice/qulice-xml/0.11/qulice-xml-0.11.jar (6 KB at 10.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-xml/0.11/jcabi-xml-0.11.jar
Downloaded:Bhttp://repo.maven.apache.org/maven2/com/jcabi/jcabi-xml/0.11/jcabi-xml-0.11.jar (60 KB at 92.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/jcabi-immutable/1.2/jcabi-immutable-1.2.jar
Downloaded:Bhttp://repo.maven.apache.org/maven2/com/jcabi/jcabi-immutable/1.2/jcabi-immutable-1.2.jar (22 KB at 31.9 KB/sec)
Downloaded:Bhttp://repo.maven.apache.org/maven2/com/google/guava/guava-jdk5/17.0/guava-jdk5-17.0.jar (2012 KB at 2816.8 KB/sec)
Downloaded:Bhttp://repo.maven.apache.org/maven2/net/sourceforge/pmd/pmd/5.1.1/pmd-5.1.1.jar (2042 KB at 2773.3 KB/sec)
Downloaded:Bhttp://repo.maven.apache.org/maven2/com/google/code/findbugs/findbugs/3.0.0/findbugs-3.0.0.jar (3537 KB at 2908.4 KB/sec)
Downloaded:Bhttp://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-all/2.3.3/groovy-all-2.3.3.jar (7095 KB at 4711.1 KB/sec)
[INFO] LICENSE found: file:/home/r/repo/LICENSE.txt
[INFO] No Checkstyle violations found in 89 files
[INFO] No PMD violations found in 59 files
[INFO] /src/test/webapp/xml/index.xml: skipped
[INFO] /src/main/webapp/WEB-INF/web.xml: skipped
[INFO] /src/main/liquibase/2014/005-email-code.xml: to be validated
[INFO] jcabi-aspects 0.17.1/8b0e260 started new daemon thread jcabi-loggable for watching of @Loggable annotated methods
[ERROR] JSR-303 validator failed to initialize: Unable to create a Configuration, because no Bean Validation provider could be found. Add a provider like Hibernate Validator (RI) to your classpath. (see http://www.jcabi.com/jcabi-aspects/jsr-303.html)
[INFO] /src/main/liquibase/2014/004-delete-empty-messages.xml: to be validated
[INFO] /src/main/liquibase/2014/006-default-name.xml: to be validated
[INFO] /src/main/liquibase/2014/007-date-of-human.xml: to be validated
[INFO] /src/main/liquibase/2014/002-age-to-year.xml: to be validated
[INFO] /src/main/liquibase/2014/003-language-of-question.xml: to be validated
[INFO] /src/main/liquibase/2014/001-initial-schema.xml: to be validated
[INFO] /src/main/liquibase/master.xml: to be validated
[INFO] CodeNarc not required since no groovy files in /home/r/repo/src
[INFO] Calling org.apache.maven.plugins:maven-enforcer-plugin:1.0-beta-1:enforce...
[INFO] Calling org.codehaus.mojo:cobertura-maven-plugin:2.5.1:check...
[INFO] Cannot perform check, instrumentation not performed - skipping.
[INFO] This is not an SVN project
[INFO] No dependency analysis in this project
[INFO] Calling org.codehaus.mojo:jslint-maven-plugin:1.0.1:jslint...
[INFO] Qulice quality check completed in 11s
[INFO]
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ aintshy ---
[INFO] Installing /home/r/repo/target/aintshy.jar to /home/r/.m2/repository/com/aintshy/aintshy/0.7.3/aintshy-0.7.3.war
[INFO] Installing /home/r/repo/pom.xml to /home/r/.m2/repository/com/aintshy/aintshy/0.7.3/aintshy-0.7.3.pom
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:14 min
[INFO] Finished at: 2017-07-05T21:59:31+00:00
[INFO] Final Memory: 108M/543M
[INFO] ------------------------------------------------------------------------
+ mvn liquibase:update -Paintshy --errors --settings settings.xml
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
Downloading: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.29/parent-0.29.pom
Downloaded: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.29/parent-0.29.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/kuali/maven/wagons/maven-s3-wagon/1.2.1/maven-s3-wagon-1.2.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/kuali/maven/wagons/maven-s3-wagon/1.2.1/maven-s3-wagon-1.2.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-common/3.3.35/kuali-common-3.3.35.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-common/3.3.35/kuali-common-3.3.35.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-pom/3.3.35/kuali-pom-3.3.35.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-pom/3.3.35/kuali-pom-3.3.35.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/15.0/guava-15.0.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/15.0/guava-15.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/15.0/guava-parent-15.0.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/15.0/guava-parent-15.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/kuali/common/kuali-s3/1.0.1/kuali-s3-1.0.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/kuali/common/kuali-s3/1.0.1/kuali-s3-1.0.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-common/2.0.0/kuali-common-2.0.0.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-common/2.0.0/kuali-common-2.0.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-pom/2.0.0/kuali-pom-2.0.0.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-pom/2.0.0/kuali-pom-2.0.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/amazonaws/aws-java-sdk/1.3.22/aws-java-sdk-1.3.22.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/amazonaws/aws-java-sdk/1.3.22/aws-java-sdk-1.3.22.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.1/httpclient-4.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.1/httpclient-4.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.1/httpclient-4.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-client/4.1/httpcomponents-client-4.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.1/httpcomponents-client-4.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.1/httpcomponents-client-4.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/project/4.1.1/project-4.1.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/4.1.1/project-4.1.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/4.1.1/project-4.1.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.1/httpcore-4.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.1/httpcore-4.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.1/httpcore-4.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-core/4.1/httpcomponents-core-4.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.1/httpcomponents-core-4.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.1/httpcomponents-core-4.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.4/commons-codec-1.4.pom
Downloading: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.4/commons-codec-1.4.pom
Downloaded: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.4/commons-codec-1.4.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/11/commons-parent-11.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/11/commons-parent-11.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/11/commons-parent-11.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/apache/4/apache-4.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.3/commons-codec-1.3.pom
Downloading: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.3/commons-codec-1.3.pom
Downloaded: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.3/commons-codec-1.3.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/jackson/jackson-core-asl/1.8.9/jackson-core-asl-1.8.9.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/jackson/jackson-core-asl/1.8.9/jackson-core-asl-1.8.9.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/jackson/jackson-mapper-asl/1.8.9/jackson-mapper-asl-1.8.9.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/jackson/jackson-mapper-asl/1.8.9/jackson-mapper-asl-1.8.9.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/kuali/common/kuali-threads/1.0.9/kuali-threads-1.0.9.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/kuali/common/kuali-threads/1.0.9/kuali-threads-1.0.9.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-common/1.2.2/kuali-common-1.2.2.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-common/1.2.2/kuali-common-1.2.2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-pom/1.2.2/kuali-pom-1.2.2.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-pom/1.2.2/kuali-pom-1.2.2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.6.4/slf4j-parent-1.6.4.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.6.4/slf4j-parent-1.6.4.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.6.4/slf4j-log4j12-1.6.4.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.6.4/slf4j-log4j12-1.6.4.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.16/log4j-1.2.16.pom
Downloaded: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.16/log4j-1.2.16.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.6/commons-lang-2.6.pom
Downloading: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.pom
Downloaded: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/17/commons-parent-17.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/17/commons-parent-17.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/17/commons-parent-17.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/apache/7/apache-7.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/7/apache-7.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/7/apache-7.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.4/commons-io-2.4.pom
Downloading: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.pom
Downloaded: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/25/commons-parent-25.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/25/commons-parent-25.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/25/commons-parent-25.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/apache/9/apache-9.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.6.4/jcl-over-slf4j-1.6.4.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.6.4/jcl-over-slf4j-1.6.4.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/amazonaws/aws-java-sdk/1.6.4/aws-java-sdk-1.6.4.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/amazonaws/aws-java-sdk/1.6.4/aws-java-sdk-1.6.4.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.2/httpclient-4.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2/httpclient-4.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2/httpclient-4.2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-client/4.2/httpcomponents-client-4.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.2/httpcomponents-client-4.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.2/httpcomponents-client-4.2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/project/5/project-5.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/5/project-5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/5/project-5.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.2/httpcore-4.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2/httpcore-4.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2/httpcore-4.2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-core/4.2/httpcomponents-core-4.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.2/httpcomponents-core-4.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.2/httpcomponents-core-4.2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/project/6/project-6.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/6/project-6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/6/project-6.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.6/commons-codec-1.6.pom
Downloading: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.pom
Downloaded: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/22/commons-parent-22.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/22/commons-parent-22.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/22/commons-parent-22.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.1.1/jackson-core-2.1.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.1.1/jackson-core-2.1.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/fasterxml/oss-parent/4/oss-parent-4.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/fasterxml/oss-parent/4/oss-parent-4.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.1.1/jackson-databind-2.1.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.1.1/jackson-databind-2.1.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.1.1/jackson-annotations-2.1.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.1.1/jackson-annotations-2.1.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/springframework/spring-core/3.2.5.RELEASE/spring-core-3.2.5.RELEASE.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/springframework/spring-core/3.2.5.RELEASE/spring-core-3.2.5.RELEASE.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon/2.2/wagon-2.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.2/wagon-2.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.2/wagon-2.2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/21/maven-parent-21.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/21/maven-parent-21.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/21/maven-parent-21.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/apache/10/apache-10.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/10/apache-10.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/10/apache-10.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/kuali/common/kuali-threads/1.0.10/kuali-threads-1.0.10.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/kuali/common/kuali-threads/1.0.10/kuali-threads-1.0.10.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-common/2.3.9/kuali-common-2.3.9.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-common/2.3.9/kuali-common-2.3.9.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-pom/2.3.9/kuali-pom-2.3.9.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-pom/2.3.9/kuali-pom-2.3.9.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.17/log4j-1.2.17.pom
Downloaded: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.17/log4j-1.2.17.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/kuali/maven/wagons/maven-s3-wagon/1.2.1/maven-s3-wagon-1.2.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/15.0/guava-15.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/kuali/common/kuali-s3/1.0.1/kuali-s3-1.0.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/amazonaws/aws-java-sdk/1.6.4/aws-java-sdk-1.6.4.jar
Downloaded: https://oss.sonatype.org/content/groups/public/org/kuali/maven/wagons/maven-s3-wagon/1.2.1/maven-s3-wagon-1.2.1.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.2/httpclient-4.2.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.2/httpcore-4.2.jar
Downloaded: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.3/commons-codec-1.3.jar
Downloaded: https://oss.sonatype.org/content/groups/public/org/kuali/common/kuali-s3/1.0.1/kuali-s3-1.0.1.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.1.1/jackson-core-2.1.1.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/15.0/guava-15.0.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.1.1/jackson-databind-2.1.1.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/amazonaws/aws-java-sdk/1.6.4/aws-java-sdk-1.6.4.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.1.1/jackson-annotations-2.1.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/springframework/spring-core/3.2.5.RELEASE/spring-core-3.2.5.RELEASE.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.1.1/jackson-core-2.1.1.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.1.1/jackson-annotations-2.1.1.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.1.1/jackson-databind-2.1.1.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.4/commons-io-2.4.jar
Downloading: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.6/commons-lang-2.6.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/kuali/common/kuali-threads/1.0.10/kuali-threads-1.0.10.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.jar
Downloading: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.17/log4j-1.2.17.jar
Downloaded: https://oss.sonatype.org/content/groups/public/org/springframework/spring-core/3.2.5.RELEASE/spring-core-3.2.5.RELEASE.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar
Downloaded: https://oss.sonatype.org/content/groups/public/org/kuali/common/kuali-threads/1.0.10/kuali-threads-1.0.10.jar (0 B at 0.0 KB/sec)
Downloaded: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar (0 B at 0.0 KB/sec)
Downloaded: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.jar (0 B at 0.0 KB/sec)
Downloaded: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.17/log4j-1.2.17.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2/httpclient-4.2.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2/httpcore-4.2.jar
Downloading: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.3/commons-codec-1.3.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.jar
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2/httpclient-4.2.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.jar
Downloaded: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar
Downloaded: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.3/commons-codec-1.3.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2/httpcore-4.2.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/sun/tools/jxc/maven2/maven-jaxb-schemagen-plugin/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/groups/public/com/sun/tools/jxc/maven2/maven-jaxb-schemagen-plugin/maven-metadata.xml
Downloaded: https://repo.maven.apache.org/maven2/com/sun/tools/jxc/maven2/maven-jaxb-schemagen-plugin/maven-metadata.xml (433 B at 11.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/sun/tools/jxc/maven2/maven-jaxb-schemagen-plugin/1.2/maven-jaxb-schemagen-plugin-1.2.pom
Downloading: https://repo.maven.apache.org/maven2/com/sun/tools/jxc/maven2/maven-jaxb-schemagen-plugin/1.2/maven-jaxb-schemagen-plugin-1.2.pom
Downloaded: https://repo.maven.apache.org/maven2/com/sun/tools/jxc/maven2/maven-jaxb-schemagen-plugin/1.2/maven-jaxb-schemagen-plugin-1.2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/sun/tools/jxc/maven2/maven-jaxb-schemagen-plugin/1.2/maven-jaxb-schemagen-plugin-1.2.jar
Downloading: https://repo.maven.apache.org/maven2/com/sun/tools/jxc/maven2/maven-jaxb-schemagen-plugin/1.2/maven-jaxb-schemagen-plugin-1.2.jar
Downloaded: https://repo.maven.apache.org/maven2/com/sun/tools/jxc/maven2/maven-jaxb-schemagen-plugin/1.2/maven-jaxb-schemagen-plugin-1.2.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/buildnumber-maven-plugin/1.3/buildnumber-maven-plugin-1.3.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/buildnumber-maven-plugin/1.3/buildnumber-maven-plugin-1.3.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/mojo-parent/33/mojo-parent-33.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/mojo-parent/33/mojo-parent-33.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/buildnumber-maven-plugin/1.3/buildnumber-maven-plugin-1.3.jar
Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/buildnumber-maven-plugin/1.3/buildnumber-maven-plugin-1.3.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-plugin/0.9.3/jcabi-maven-plugin-0.9.3.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-plugin/0.9.3/jcabi-maven-plugin-0.9.3.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi/1.14/jcabi-1.14.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi/1.14/jcabi-1.14.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/parent/0.27.1/parent-0.27.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/parent/0.27.1/parent-0.27.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-plugin/0.9.3/jcabi-maven-plugin-0.9.3.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-plugin/0.9.3/jcabi-maven-plugin-0.9.3.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-deploy-plugin/2.8.1/maven-deploy-plugin-2.8.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.8.1/maven-deploy-plugin-2.8.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.8.1/maven-deploy-plugin-2.8.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/23/maven-parent-23.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/apache/13/apache-13.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-deploy-plugin/2.8.1/maven-deploy-plugin-2.8.1.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.8.1/maven-deploy-plugin-2.8.1.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.8.1/maven-deploy-plugin-2.8.1.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-surefire-plugin/2.17/maven-surefire-plugin-2.17.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.17/maven-surefire-plugin-2.17.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.17/maven-surefire-plugin-2.17.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire/2.17/surefire-2.17.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.17/surefire-2.17.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.17/surefire-2.17.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-surefire-plugin/2.17/maven-surefire-plugin-2.17.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.17/maven-surefire-plugin-2.17.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.17/maven-surefire-plugin-2.17.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-war-plugin/2.4/maven-war-plugin-2.4.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-war-plugin/2.4/maven-war-plugin-2.4.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-war-plugin/2.4/maven-war-plugin-2.4.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-war-plugin/2.4/maven-war-plugin-2.4.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-war-plugin/2.4/maven-war-plugin-2.4.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-war-plugin/2.4/maven-war-plugin-2.4.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/nl/geodienstencentrum/maven/sass-maven-plugin/2.5/sass-maven-plugin-2.5.pom
Downloaded: https://oss.sonatype.org/content/groups/public/nl/geodienstencentrum/maven/sass-maven-plugin/2.5/sass-maven-plugin-2.5.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/nl/geodienstencentrum/maven/sass-maven-plugin/2.5/sass-maven-plugin-2.5.jar
Downloaded: https://oss.sonatype.org/content/groups/public/nl/geodienstencentrum/maven/sass-maven-plugin/2.5/sass-maven-plugin-2.5.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/samaxes/maven/minify-maven-plugin/1.7.2/minify-maven-plugin-1.7.2.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/samaxes/maven/minify-maven-plugin/1.7.2/minify-maven-plugin-1.7.2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/samaxes/maven/minify-maven-plugin/1.7.2/minify-maven-plugin-1.7.2.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/samaxes/maven/minify-maven-plugin/1.7.2/minify-maven-plugin-1.7.2.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/tunyk/mvn/plugins/htmlcompressor/htmlcompressor-maven-plugin/1.3/htmlcompressor-maven-plugin-1.3.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/tunyk/mvn/plugins/htmlcompressor/htmlcompressor-maven-plugin/1.3/htmlcompressor-maven-plugin-1.3.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/tunyk/mvn/plugins/htmlcompressor/htmlcompressor-maven-plugin/1.3/htmlcompressor-maven-plugin-1.3.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/tunyk/mvn/plugins/htmlcompressor/htmlcompressor-maven-plugin/1.3/htmlcompressor-maven-plugin-1.3.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/build-helper-maven-plugin/1.8/build-helper-maven-plugin-1.8.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/build-helper-maven-plugin/1.8/build-helper-maven-plugin-1.8.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/mojo-parent/30/mojo-parent-30.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/mojo-parent/30/mojo-parent-30.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/build-helper-maven-plugin/1.8/build-helper-maven-plugin-1.8.jar
Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/build-helper-maven-plugin/1.8/build-helper-maven-plugin-1.8.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-failsafe-plugin/2.17/maven-failsafe-plugin-2.17.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.17/maven-failsafe-plugin-2.17.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.17/maven-failsafe-plugin-2.17.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-failsafe-plugin/2.17/maven-failsafe-plugin-2.17.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.17/maven-failsafe-plugin-2.17.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.17/maven-failsafe-plugin-2.17.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/tomcat/maven/tomcat7-maven-plugin/2.2/tomcat7-maven-plugin-2.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/tomcat/maven/tomcat7-maven-plugin/2.2/tomcat7-maven-plugin-2.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/tomcat/maven/tomcat7-maven-plugin/2.2/tomcat7-maven-plugin-2.2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/tomcat/maven/tomcat-maven-plugin/2.2/tomcat-maven-plugin-2.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/tomcat/maven/tomcat-maven-plugin/2.2/tomcat-maven-plugin-2.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/tomcat/maven/tomcat-maven-plugin/2.2/tomcat-maven-plugin-2.2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/apache/12/apache-12.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/12/apache-12.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/12/apache-12.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/tomcat/maven/tomcat7-maven-plugin/2.2/tomcat7-maven-plugin-2.2.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/tomcat/maven/tomcat7-maven-plugin/2.2/tomcat7-maven-plugin-2.2.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/tomcat/maven/tomcat7-maven-plugin/2.2/tomcat7-maven-plugin-2.2.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/github/klieber/phantomjs-maven-plugin/0.4/phantomjs-maven-plugin-0.4.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/github/klieber/phantomjs-maven-plugin/0.4/phantomjs-maven-plugin-0.4.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/github/klieber/phantomjs-maven-plugin/0.4/phantomjs-maven-plugin-0.4.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/github/klieber/phantomjs-maven-plugin/0.4/phantomjs-maven-plugin-0.4.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/exec-maven-plugin/1.2.1/exec-maven-plugin-1.2.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/exec-maven-plugin/1.2.1/exec-maven-plugin-1.2.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/exec-maven-plugin/1.2.1/exec-maven-plugin-1.2.1.jar
Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/exec-maven-plugin/1.2.1/exec-maven-plugin-1.2.1.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/github/adrianboimvaser/postgresql-maven-plugin/0.2/postgresql-maven-plugin-0.2.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/github/adrianboimvaser/postgresql-maven-plugin/0.2/postgresql-maven-plugin-0.2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/github/adrianboimvaser/postgresql-maven-plugin/0.2/postgresql-maven-plugin-0.2.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/github/adrianboimvaser/postgresql-maven-plugin/0.2/postgresql-maven-plugin-0.2.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/liquibase/liquibase-maven-plugin/3.2.2/liquibase-maven-plugin-3.2.2.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/liquibase/liquibase-maven-plugin/3.2.2/liquibase-maven-plugin-3.2.2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/liquibase/liquibase-parent/3.2.2/liquibase-parent-3.2.2.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/liquibase/liquibase-parent/3.2.2/liquibase-parent-3.2.2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/liquibase/liquibase-maven-plugin/3.2.2/liquibase-maven-plugin-3.2.2.jar
Downloaded: https://oss.sonatype.org/content/groups/public/org/liquibase/liquibase-maven-plugin/3.2.2/liquibase-maven-plugin-3.2.2.jar (0 B at 0.0 KB/sec)
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building aintshy 0.7.3
[INFO] ------------------------------------------------------------------------
Downloading: https://oss.sonatype.org/content/groups/public/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/detectlanguage/detectlanguage/1.0.5/detectlanguage-1.0.5.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/detectlanguage/detectlanguage/1.0.5/detectlanguage-1.0.5.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/google/code/gson/gson/2.2.4/gson-2.2.4.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/google/code/gson/gson/2.2.4/gson-2.2.4.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/18.0/guava-18.0.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/18.0/guava-18.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/18.0/guava-parent-18.0.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/18.0/guava-parent-18.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jolbox/bonecp/0.8.0.RELEASE/bonecp-0.8.0.RELEASE.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jolbox/bonecp/0.8.0.RELEASE/bonecp-0.8.0.RELEASE.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jolbox/bonecp-parent/0.8.0.RELEASE/bonecp-parent-0.8.0.RELEASE.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jolbox/bonecp-parent/0.8.0.RELEASE/bonecp-parent-0.8.0.RELEASE.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/javax/json/javax.json-api/1.0/javax.json-api-1.0.pom
Downloading: https://repo.maven.apache.org/maven2/javax/json/javax.json-api/1.0/javax.json-api-1.0.pom
Downloaded: https://repo.maven.apache.org/maven2/javax/json/javax.json-api/1.0/javax.json-api-1.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/glassfish/json/1.0/json-1.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/glassfish/json/1.0/json-1.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/glassfish/json/1.0/json-1.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/net/java/jvnet-parent/3/jvnet-parent-3.pom
Downloading: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/3/jvnet-parent-3.pom
Downloaded: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/3/jvnet-parent-3.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/glassfish/javax.json/1.0.4/javax.json-1.0.4.pom
Downloading: https://repo.maven.apache.org/maven2/org/glassfish/javax.json/1.0.4/javax.json-1.0.4.pom
Downloaded: https://repo.maven.apache.org/maven2/org/glassfish/javax.json/1.0.4/javax.json-1.0.4.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/glassfish/json/1.0.4/json-1.0.4.pom
Downloading: https://repo.maven.apache.org/maven2/org/glassfish/json/1.0.4/json-1.0.4.pom
Downloaded: https://repo.maven.apache.org/maven2/org/glassfish/json/1.0.4/json-1.0.4.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/projectlombok/lombok/1.14.8/lombok-1.14.8.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/projectlombok/lombok/1.14.8/lombok-1.14.8.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-aspects/0.18/jcabi-aspects-0.18.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-aspects/0.18/jcabi-aspects-0.18.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi/1.15/jcabi-1.15.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi/1.15/jcabi-1.15.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.14.3/jcabi-log-0.14.3.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.14.3/jcabi-log-0.14.3.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjrt/1.8.2/aspectjrt-1.8.2.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjrt/1.8.2/aspectjrt-1.8.2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.pom
Downloading: https://repo.maven.apache.org/maven2/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.pom
Downloaded: https://repo.maven.apache.org/maven2/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/hibernate/hibernate-validator/5.1.2.Final/hibernate-validator-5.1.2.Final.pom
Downloading: https://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator/5.1.2.Final/hibernate-validator-5.1.2.Final.pom
Downloaded: https://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator/5.1.2.Final/hibernate-validator-5.1.2.Final.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/hibernate/hibernate-validator-parent/5.1.2.Final/hibernate-validator-parent-5.1.2.Final.pom
Downloading: https://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator-parent/5.1.2.Final/hibernate-validator-parent-5.1.2.Final.pom
Downloaded: https://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator-parent/5.1.2.Final/hibernate-validator-parent-5.1.2.Final.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/jboss/arquillian/arquillian-bom/1.0.2.Final/arquillian-bom-1.0.2.Final.pom
Downloading: https://repo.maven.apache.org/maven2/org/jboss/arquillian/arquillian-bom/1.0.2.Final/arquillian-bom-1.0.2.Final.pom
Downloaded: https://repo.maven.apache.org/maven2/org/jboss/arquillian/arquillian-bom/1.0.2.Final/arquillian-bom-1.0.2.Final.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/jboss/shrinkwrap/shrinkwrap-bom/1.0.1/shrinkwrap-bom-1.0.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/jboss/shrinkwrap/shrinkwrap-bom/1.0.1/shrinkwrap-bom-1.0.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/jboss/shrinkwrap/shrinkwrap-bom/1.0.1/shrinkwrap-bom-1.0.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/1.0.0-beta-7/shrinkwrap-resolver-bom-1.0.0-beta-7.pom
Downloading: https://repo.maven.apache.org/maven2/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/1.0.0-beta-7/shrinkwrap-resolver-bom-1.0.0-beta-7.pom
Downloaded: https://repo.maven.apache.org/maven2/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/1.0.0-beta-7/shrinkwrap-resolver-bom-1.0.0-beta-7.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-bom/2.0.0-alpha-3/shrinkwrap-descriptors-bom-2.0.0-alpha-3.pom
Downloading: https://repo.maven.apache.org/maven2/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-bom/2.0.0-alpha-3/shrinkwrap-descriptors-bom-2.0.0-alpha-3.pom
Downloaded: https://repo.maven.apache.org/maven2/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-bom/2.0.0-alpha-3/shrinkwrap-descriptors-bom-2.0.0-alpha-3.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/jboss/logging/jboss-logging/3.1.3.GA/jboss-logging-3.1.3.GA.pom
Downloading: https://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging/3.1.3.GA/jboss-logging-3.1.3.GA.pom
Downloaded: https://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging/3.1.3.GA/jboss-logging-3.1.3.GA.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/jboss/jboss-parent/9/jboss-parent-9.pom
Downloading: https://repo.maven.apache.org/maven2/org/jboss/jboss-parent/9/jboss-parent-9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/jboss/jboss-parent/9/jboss-parent-9.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/fasterxml/classmate/1.0.0/classmate-1.0.0.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/fasterxml/classmate/1.0.0/classmate-1.0.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/rexsl/rexsl/1.5.2/rexsl-1.5.2.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/rexsl/rexsl/1.5.2/rexsl-1.5.2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/parent/0.28/parent-0.28.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/parent/0.28/parent-0.28.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-immutable/1.3/jcabi-immutable-1.3.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-immutable/1.3/jcabi-immutable-1.3.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/sun/xml/bind/jaxb-impl/2.2.8-b01/jaxb-impl-2.2.8-b01.pom
Downloading: https://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-impl/2.2.8-b01/jaxb-impl-2.2.8-b01.pom
Downloaded: https://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-impl/2.2.8-b01/jaxb-impl-2.2.8-b01.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/net/java/jvnet-parent/1/jvnet-parent-1.pom
Downloading: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/1/jvnet-parent-1.pom
Downloaded: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/1/jvnet-parent-1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/sun/xml/bind/jaxb-core/2.2.8-b01/jaxb-core-2.2.8-b01.pom
Downloading: https://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-core/2.2.8-b01/jaxb-core-2.2.8-b01.pom
Downloaded: https://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-core/2.2.8-b01/jaxb-core-2.2.8-b01.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/javax/xml/bind/jaxb-api/2.2.11/jaxb-api-2.2.11.pom
Downloading: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.2.11/jaxb-api-2.2.11.pom
Downloaded: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.2.11/jaxb-api-2.2.11.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/net/java/jvnet-parent/4/jvnet-parent-4.pom
Downloading: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/4/jvnet-parent-4.pom
Downloaded: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/4/jvnet-parent-4.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/sun/istack/istack-commons-runtime/2.16/istack-commons-runtime-2.16.pom
Downloading: https://repo.maven.apache.org/maven2/com/sun/istack/istack-commons-runtime/2.16/istack-commons-runtime-2.16.pom
Downloaded: https://repo.maven.apache.org/maven2/com/sun/istack/istack-commons-runtime/2.16/istack-commons-runtime-2.16.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/sun/istack/istack-commons/2.16/istack-commons-2.16.pom
Downloading: https://repo.maven.apache.org/maven2/com/sun/istack/istack-commons/2.16/istack-commons-2.16.pom
Downloaded: https://repo.maven.apache.org/maven2/com/sun/istack/istack-commons/2.16/istack-commons-2.16.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/sun/xml/fastinfoset/FastInfoset/1.2.12/FastInfoset-1.2.12.pom
Downloading: https://repo.maven.apache.org/maven2/com/sun/xml/fastinfoset/FastInfoset/1.2.12/FastInfoset-1.2.12.pom
Downloaded: https://repo.maven.apache.org/maven2/com/sun/xml/fastinfoset/FastInfoset/1.2.12/FastInfoset-1.2.12.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/sun/xml/fastinfoset/fastinfoset-project/1.2.12/fastinfoset-project-1.2.12.pom
Downloading: https://repo.maven.apache.org/maven2/com/sun/xml/fastinfoset/fastinfoset-project/1.2.12/fastinfoset-project-1.2.12.pom
Downloaded: https://repo.maven.apache.org/maven2/com/sun/xml/fastinfoset/fastinfoset-project/1.2.12/fastinfoset-project-1.2.12.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/sun/jersey/jersey-core/1.18.1/jersey-core-1.18.1.pom
Downloading: https://repo.maven.apache.org/maven2/com/sun/jersey/jersey-core/1.18.1/jersey-core-1.18.1.pom
Downloaded: https://repo.maven.apache.org/maven2/com/sun/jersey/jersey-core/1.18.1/jersey-core-1.18.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/sun/jersey/jersey-project/1.18.1/jersey-project-1.18.1.pom
Downloading: https://repo.maven.apache.org/maven2/com/sun/jersey/jersey-project/1.18.1/jersey-project-1.18.1.pom
Downloaded: https://repo.maven.apache.org/maven2/com/sun/jersey/jersey-project/1.18.1/jersey-project-1.18.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/sun/jersey/jersey-servlet/1.18.1/jersey-servlet-1.18.1.pom
Downloading: https://repo.maven.apache.org/maven2/com/sun/jersey/jersey-servlet/1.18.1/jersey-servlet-1.18.1.pom
Downloaded: https://repo.maven.apache.org/maven2/com/sun/jersey/jersey-servlet/1.18.1/jersey-servlet-1.18.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/sun/jersey/jersey-server/1.18.1/jersey-server-1.18.1.pom
Downloading: https://repo.maven.apache.org/maven2/com/sun/jersey/jersey-server/1.18.1/jersey-server-1.18.1.pom
Downloaded: https://repo.maven.apache.org/maven2/com/sun/jersey/jersey-server/1.18.1/jersey-server-1.18.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8.pom
Downloading: https://repo.maven.apache.org/maven2/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8.pom
Downloaded: https://repo.maven.apache.org/maven2/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-manifests/1.0.4/jcabi-manifests-1.0.4.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-manifests/1.0.4/jcabi-manifests-1.0.4.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/33/commons-parent-33.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/33/commons-parent-33.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/33/commons-parent-33.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-xml/0.12.1/jcabi-xml-0.12.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-xml/0.12.1/jcabi-xml-0.12.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-http/1.8.3/jcabi-http-1.8.3.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-http/1.8.3/jcabi-http-1.8.3.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/javassist/javassist/3.12.1.GA/javassist-3.12.1.GA.pom
Downloaded: https://oss.sonatype.org/content/groups/public/javassist/javassist/3.12.1.GA/javassist-3.12.1.GA.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/restfb/restfb/1.6.14/restfb-1.6.14.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/restfb/restfb/1.6.14/restfb-1.6.14.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.9/commons-codec-1.9.pom
Downloading: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.9/commons-codec-1.9.pom
Downloaded: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.9/commons-codec-1.9.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/32/commons-parent-32.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/32/commons-parent-32.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/32/commons-parent-32.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-urn/0.9/jcabi-urn-0.9.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-urn/0.9/jcabi-urn-0.9.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/github/zafarkhaja/java-semver/0.7.2/java-semver-0.7.2.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/github/zafarkhaja/java-semver/0.7.2/java-semver-0.7.2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-matchers/1.2/jcabi-matchers-1.2.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-matchers/1.2/jcabi-matchers-1.2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-jdbc/0.13/jcabi-jdbc-0.13.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-jdbc/0.13/jcabi-jdbc-0.13.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.pom
Downloading: https://repo.maven.apache.org/maven2/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.pom
Downloaded: https://repo.maven.apache.org/maven2/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/sun/jersey/contribs/jersey-multipart/1.18.1/jersey-multipart-1.18.1.pom
Downloading: https://repo.maven.apache.org/maven2/com/sun/jersey/contribs/jersey-multipart/1.18.1/jersey-multipart-1.18.1.pom
Downloaded: https://repo.maven.apache.org/maven2/com/sun/jersey/contribs/jersey-multipart/1.18.1/jersey-multipart-1.18.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/sun/jersey/contribs/jersey-contribs/1.18.1/jersey-contribs-1.18.1.pom
Downloading: https://repo.maven.apache.org/maven2/com/sun/jersey/contribs/jersey-contribs/1.18.1/jersey-contribs-1.18.1.pom
Downloaded: https://repo.maven.apache.org/maven2/com/sun/jersey/contribs/jersey-contribs/1.18.1/jersey-contribs-1.18.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/jvnet/mimepull/mimepull/1.9.3/mimepull-1.9.3.pom
Downloading: https://repo.maven.apache.org/maven2/org/jvnet/mimepull/mimepull/1.9.3/mimepull-1.9.3.pom
Downloaded: https://repo.maven.apache.org/maven2/org/jvnet/mimepull/mimepull/1.9.3/mimepull-1.9.3.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-email/1.3.3/commons-email-1.3.3.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-email/1.3.3/commons-email-1.3.3.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-email/1.3.3/commons-email-1.3.3.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/34/commons-parent-34.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/34/commons-parent-34.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/34/commons-parent-34.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/javax/mail/mail/1.4.5/mail-1.4.5.pom
Downloading: https://repo.maven.apache.org/maven2/javax/mail/mail/1.4.5/mail-1.4.5.pom
Downloaded: https://repo.maven.apache.org/maven2/javax/mail/mail/1.4.5/mail-1.4.5.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/sun/mail/all/1.4.5/all-1.4.5.pom
Downloading: https://repo.maven.apache.org/maven2/com/sun/mail/all/1.4.5/all-1.4.5.pom
Downloaded: https://repo.maven.apache.org/maven2/com/sun/mail/all/1.4.5/all-1.4.5.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/javax/activation/activation/1.1/activation-1.1.pom
Downloading: https://repo.maven.apache.org/maven2/javax/activation/activation/1.1/activation-1.1.pom
Downloaded: https://repo.maven.apache.org/maven2/javax/activation/activation/1.1/activation-1.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/javax/activation/activation/1.1.1/activation-1.1.1.pom
Downloading: https://repo.maven.apache.org/maven2/javax/activation/activation/1.1.1/activation-1.1.1.pom
Downloaded: https://repo.maven.apache.org/maven2/javax/activation/activation/1.1.1/activation-1.1.1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.7.7/slf4j-log4j12-1.7.7.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.7.7/slf4j-log4j12-1.7.7.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.7.7/slf4j-parent-1.7.7.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.7.7/slf4j-parent-1.7.7.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/javax/servlet/servlet-api/3.0-alpha-1/servlet-api-3.0-alpha-1.pom
Downloading: https://repo.maven.apache.org/maven2/javax/servlet/servlet-api/3.0-alpha-1/servlet-api-3.0-alpha-1.pom
Downloaded: https://repo.maven.apache.org/maven2/javax/servlet/servlet-api/3.0-alpha-1/servlet-api-3.0-alpha-1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/glassfish/api/api/1/api-1.pom
Downloading: https://repo.maven.apache.org/maven2/org/glassfish/api/api/1/api-1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/glassfish/api/api/1/api-1.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/glassfish/pom/2/pom-2.pom
Downloading: https://repo.maven.apache.org/maven2/org/glassfish/pom/2/pom-2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/glassfish/pom/2/pom-2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/javax/el/javax.el-api/3.0.1-b04/javax.el-api-3.0.1-b04.pom
Downloading: https://repo.maven.apache.org/maven2/javax/el/javax.el-api/3.0.1-b04/javax.el-api-3.0.1-b04.pom
Downloaded: https://repo.maven.apache.org/maven2/javax/el/javax.el-api/3.0.1-b04/javax.el-api-3.0.1-b04.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/postgresql/postgresql/9.2-1002-jdbc4/postgresql-9.2-1002-jdbc4.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/postgresql/postgresql/9.2-1002-jdbc4/postgresql-9.2-1002-jdbc4.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/tomcat/embed/tomcat-embed-core/7.0.34/tomcat-embed-core-7.0.34.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-core/7.0.34/tomcat-embed-core-7.0.34.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-core/7.0.34/tomcat-embed-core-7.0.34.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/tomcat/embed/tomcat-embed-logging-juli/7.0.34/tomcat-embed-logging-juli-7.0.34.pom
Downloading: https://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: https://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-logging-juli/7.0.34/tomcat-embed-logging-juli-7.0.34.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/tomcat/embed/tomcat-embed-jasper/7.0.34/tomcat-embed-jasper-7.0.34.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-jasper/7.0.34/tomcat-embed-jasper-7.0.34.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-jasper/7.0.34/tomcat-embed-jasper-7.0.34.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/eclipse/jdt/core/compiler/ecj/3.7.2/ecj-3.7.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/eclipse/jdt/core/compiler/ecj/3.7.2/ecj-3.7.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/jdt/core/compiler/ecj/3.7.2/ecj-3.7.2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/junit/junit/4.11/junit-4.11.pom
Downloaded: https://oss.sonatype.org/content/groups/public/junit/junit/4.11/junit-4.11.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/mockito/mockito-core/1.9.5/mockito-core-1.9.5.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/mockito/mockito-core/1.9.5/mockito-core-1.9.5.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/objenesis/objenesis/1.0/objenesis-1.0.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/objenesis/objenesis/1.0/objenesis-1.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/detectlanguage/detectlanguage/1.0.5/detectlanguage-1.0.5.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/google/code/gson/gson/2.2.4/gson-2.2.4.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/jolbox/bonecp/0.8.0.RELEASE/bonecp-0.8.0.RELEASE.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/18.0/guava-18.0.jar
Downloaded: https://oss.sonatype.org/content/groups/public/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar
Downloaded: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/detectlanguage/detectlanguage/1.0.5/detectlanguage-1.0.5.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/javax/json/javax.json-api/1.0/javax.json-api-1.0.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/18.0/guava-18.0.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/glassfish/javax.json/1.0.4/javax.json-1.0.4.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/google/code/gson/gson/2.2.4/gson-2.2.4.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/projectlombok/lombok/1.14.8/lombok-1.14.8.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/jolbox/bonecp/0.8.0.RELEASE/bonecp-0.8.0.RELEASE.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-aspects/0.18/jcabi-aspects-0.18.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.14.3/jcabi-log-0.14.3.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjrt/1.8.2/aspectjrt-1.8.2.jar
Downloaded: https://oss.sonatype.org/content/groups/public/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar
Downloaded: https://oss.sonatype.org/content/groups/public/org/projectlombok/lombok/1.14.8/lombok-1.14.8.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/hibernate/hibernate-validator/5.1.2.Final/hibernate-validator-5.1.2.Final.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-aspects/0.18/jcabi-aspects-0.18.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/jboss/logging/jboss-logging/3.1.3.GA/jboss-logging-3.1.3.GA.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/fasterxml/classmate/1.0.0/classmate-1.0.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/rexsl/rexsl/1.5.2/rexsl-1.5.2.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-immutable/1.3/jcabi-immutable-1.3.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.14.3/jcabi-log-0.14.3.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/sun/xml/bind/jaxb-impl/2.2.8-b01/jaxb-impl-2.2.8-b01.jar
Downloaded: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjrt/1.8.2/aspectjrt-1.8.2.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/sun/xml/bind/jaxb-core/2.2.8-b01/jaxb-core-2.2.8-b01.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/sun/istack/istack-commons-runtime/2.16/istack-commons-runtime-2.16.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/rexsl/rexsl/1.5.2/rexsl-1.5.2.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/sun/xml/fastinfoset/FastInfoset/1.2.12/FastInfoset-1.2.12.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/fasterxml/classmate/1.0.0/classmate-1.0.0.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/sun/jersey/jersey-servlet/1.18.1/jersey-servlet-1.18.1.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-immutable/1.3/jcabi-immutable-1.3.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/sun/jersey/jersey-server/1.18.1/jersey-server-1.18.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-xml/0.12.1/jcabi-xml-0.12.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-http/1.8.3/jcabi-http-1.8.3.jar
Downloading: https://oss.sonatype.org/content/groups/public/javassist/javassist/3.12.1.GA/javassist-3.12.1.GA.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/restfb/restfb/1.6.14/restfb-1.6.14.jar
Downloading: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.9/commons-codec-1.9.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/restfb/restfb/1.6.14/restfb-1.6.14.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/github/zafarkhaja/java-semver/0.7.2/java-semver-0.7.2.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-xml/0.12.1/jcabi-xml-0.12.1.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-matchers/1.2/jcabi-matchers-1.2.jar
Downloaded: https://oss.sonatype.org/content/groups/public/javassist/javassist/3.12.1.GA/javassist-3.12.1.GA.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-jdbc/0.13/jcabi-jdbc-0.13.jar
Downloading: https://oss.sonatype.org/content/groups/public/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-http/1.8.3/jcabi-http-1.8.3.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/sun/jersey/jersey-core/1.18.1/jersey-core-1.18.1.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-jdbc/0.13/jcabi-jdbc-0.13.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/sun/jersey/contribs/jersey-multipart/1.18.1/jersey-multipart-1.18.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/jvnet/mimepull/mimepull/1.9.3/mimepull-1.9.3.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-matchers/1.2/jcabi-matchers-1.2.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/javax/xml/bind/jaxb-api/2.2.11/jaxb-api-2.2.11.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/github/zafarkhaja/java-semver/0.7.2/java-semver-0.7.2.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-urn/0.9/jcabi-urn-0.9.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-manifests/1.0.4/jcabi-manifests-1.0.4.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-email/1.3.3/commons-email-1.3.3.jar
Downloading: https://oss.sonatype.org/content/groups/public/javax/mail/mail/1.4.5/mail-1.4.5.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-urn/0.9/jcabi-urn-0.9.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/javax/activation/activation/1.1.1/activation-1.1.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.7.7/slf4j-log4j12-1.7.7.jar
Downloading: https://oss.sonatype.org/content/groups/public/javax/servlet/servlet-api/3.0-alpha-1/servlet-api-3.0-alpha-1.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-manifests/1.0.4/jcabi-manifests-1.0.4.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/javax/el/javax.el-api/3.0.1-b04/javax.el-api-3.0.1-b04.jar
Downloading: https://oss.sonatype.org/content/groups/public/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8.jar
Downloading: https://oss.sonatype.org/content/groups/public/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8-dom.jar
Downloaded: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.7.7/slf4j-log4j12-1.7.7.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/postgresql/postgresql/9.2-1002-jdbc4/postgresql-9.2-1002-jdbc4.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/tomcat/embed/tomcat-embed-core/7.0.34/tomcat-embed-core-7.0.34.jar
Downloaded: https://oss.sonatype.org/content/groups/public/org/postgresql/postgresql/9.2-1002-jdbc4/postgresql-9.2-1002-jdbc4.jar (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/tomcat/embed/tomcat-embed-logging-juli/7.0.34/tomcat-embed-logging-juli-7.0.34.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/tomcat/embed/tomcat-embed-jasper/7.0.34/tomcat-embed-jasper-7.0.34.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/eclipse/jdt/core/compiler/ecj/3.7.2/ecj-3.7.2.jar
Downloading: https://oss.sonatype.org/content/groups/public/junit/junit/4.11/junit-4.11.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/mockito/mockito-core/1.9.5/mockito-core-1.9.5.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/objenesis/objenesis/1.0/objenesis-1.0.jar
Downloaded: https://oss.sonatype.org/content/groups/public/junit/junit/4.11/junit-4.11.jar (0 B at 0.0 KB/sec)
Downloaded: https://oss.sonatype.org/content/groups/public/org/mockito/mockito-core/1.9.5/mockito-core-1.9.5.jar (0 B at 0.0 KB/sec)
Downloaded: https://oss.sonatype.org/content/groups/public/org/objenesis/objenesis/1.0/objenesis-1.0.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/javax/json/javax.json-api/1.0/javax.json-api-1.0.jar
Downloading: https://repo.maven.apache.org/maven2/org/glassfish/javax.json/1.0.4/javax.json-1.0.4.jar
Downloading: https://repo.maven.apache.org/maven2/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar
Downloading: https://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator/5.1.2.Final/hibernate-validator-5.1.2.Final.jar
Downloading: https://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging/3.1.3.GA/jboss-logging-3.1.3.GA.jar
Downloaded: https://repo.maven.apache.org/maven2/javax/json/javax.json-api/1.0/javax.json-api-1.0.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-impl/2.2.8-b01/jaxb-impl-2.2.8-b01.jar
Downloaded: https://repo.maven.apache.org/maven2/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging/3.1.3.GA/jboss-logging-3.1.3.GA.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-core/2.2.8-b01/jaxb-core-2.2.8-b01.jar
Downloading: https://repo.maven.apache.org/maven2/com/sun/istack/istack-commons-runtime/2.16/istack-commons-runtime-2.16.jar
Downloaded: https://repo.maven.apache.org/maven2/org/glassfish/javax.json/1.0.4/javax.json-1.0.4.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/sun/xml/fastinfoset/FastInfoset/1.2.12/FastInfoset-1.2.12.jar
Downloaded: https://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator/5.1.2.Final/hibernate-validator-5.1.2.Final.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/sun/jersey/jersey-servlet/1.18.1/jersey-servlet-1.18.1.jar
Downloaded: https://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-impl/2.2.8-b01/jaxb-impl-2.2.8-b01.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/sun/jersey/jersey-server/1.18.1/jersey-server-1.18.1.jar
Downloaded: https://repo.maven.apache.org/maven2/com/sun/istack/istack-commons-runtime/2.16/istack-commons-runtime-2.16.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar
Downloaded: https://repo.maven.apache.org/maven2/com/sun/xml/fastinfoset/FastInfoset/1.2.12/FastInfoset-1.2.12.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.9/commons-codec-1.9.jar
Downloaded: https://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-core/2.2.8-b01/jaxb-core-2.2.8-b01.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar
Downloaded: https://repo.maven.apache.org/maven2/com/sun/jersey/jersey-servlet/1.18.1/jersey-servlet-1.18.1.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/sun/jersey/jersey-core/1.18.1/jersey-core-1.18.1.jar
Downloaded: https://repo.maven.apache.org/maven2/com/sun/jersey/jersey-server/1.18.1/jersey-server-1.18.1.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/sun/jersey/contribs/jersey-multipart/1.18.1/jersey-multipart-1.18.1.jar
Downloading: https://repo.maven.apache.org/maven2/org/jvnet/mimepull/mimepull/1.9.3/mimepull-1.9.3.jar
Downloaded: https://repo.maven.apache.org/maven2/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.2.11/jaxb-api-2.2.11.jar
Downloaded: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.9/commons-codec-1.9.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-email/1.3.3/commons-email-1.3.3.jar
Downloaded: https://repo.maven.apache.org/maven2/com/sun/jersey/jersey-core/1.18.1/jersey-core-1.18.1.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/javax/mail/mail/1.4.5/mail-1.4.5.jar
Downloaded: https://repo.maven.apache.org/maven2/com/sun/jersey/contribs/jersey-multipart/1.18.1/jersey-multipart-1.18.1.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/jvnet/mimepull/mimepull/1.9.3/mimepull-1.9.3.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/javax/activation/activation/1.1.1/activation-1.1.1.jar
Downloading: https://repo.maven.apache.org/maven2/javax/servlet/servlet-api/3.0-alpha-1/servlet-api-3.0-alpha-1.jar
Downloaded: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.2.11/jaxb-api-2.2.11.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-email/1.3.3/commons-email-1.3.3.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/javax/el/javax.el-api/3.0.1-b04/javax.el-api-3.0.1-b04.jar
Downloading: https://repo.maven.apache.org/maven2/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8.jar
Downloaded: https://repo.maven.apache.org/maven2/javax/mail/mail/1.4.5/mail-1.4.5.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8-dom.jar
Downloaded: https://repo.maven.apache.org/maven2/javax/servlet/servlet-api/3.0-alpha-1/servlet-api-3.0-alpha-1.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-core/7.0.34/tomcat-embed-core-7.0.34.jar
Downloaded: https://repo.maven.apache.org/maven2/javax/activation/activation/1.1.1/activation-1.1.1.jar (0 B at 0.0 KB/sec)
Downloading: https://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: https://repo.maven.apache.org/maven2/javax/el/javax.el-api/3.0.1-b04/javax.el-api-3.0.1-b04.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-jasper/7.0.34/tomcat-embed-jasper-7.0.34.jar
Downloaded: https://repo.maven.apache.org/maven2/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8-dom.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/eclipse/jdt/core/compiler/ecj/3.7.2/ecj-3.7.2.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-core/7.0.34/tomcat-embed-core-7.0.34.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-jasper/7.0.34/tomcat-embed-jasper-7.0.34.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-logging-juli/7.0.34/tomcat-embed-logging-juli-7.0.34.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/jdt/core/compiler/ecj/3.7.2/ecj-3.7.2.jar (0 B at 0.0 KB/sec)
[INFO]
[INFO] --- liquibase-maven-plugin:3.2.2:update (default-cli) @ aintshy ---
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/2.0/maven-2.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0/maven-2.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0/maven-2.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.0/maven-project-2.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0/maven-project-2.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0/maven-project-2.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.0/maven-profile-2.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0/maven-profile-2.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0/maven-profile-2.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.0/maven-model-2.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0/maven-model-2.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0/maven-model-2.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
Downloading: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
Downloaded: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/liquibase/liquibase-core/3.2.2/liquibase-core-3.2.2.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/liquibase/liquibase-core/3.2.2/liquibase-core-3.2.2.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/yaml/snakeyaml/1.13/snakeyaml-1.13.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/yaml/snakeyaml/1.13/snakeyaml-1.13.pom (0 B at 0.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.0/maven-project-2.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.0/maven-profile-2.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.0/maven-model-2.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.jar
Downloading: https://oss.sonatype.org/content/groups/public/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/liquibase/liquibase-core/3.2.2/liquibase-core-3.2.2.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/yaml/snakeyaml/1.13/snakeyaml-1.13.jar
Downloaded: https://oss.sonatype.org/content/groups/public/org/liquibase/liquibase-core/3.2.2/liquibase-core-3.2.2.jar (0 B at 0.0 KB/sec)
Downloaded: https://oss.sonatype.org/content/groups/public/org/yaml/snakeyaml/1.13/snakeyaml-1.13.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0/maven-project-2.0.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0/maven-profile-2.0.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0/maven-model-2.0.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0/maven-project-2.0.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.0.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0/maven-profile-2.0.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0/maven-model-2.0.jar (0 B at 0.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.0.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.jar (0 B at 0.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (0 B at 0.0 KB/sec)
[INFO] ------------------------------------------------------------------------
[INFO] Executing on Database: jdbc:postgresql://ec2-54-225-103-9.compute-1.amazonaws.com:5432/d29cn14bfu4h2i?ssl=true&sslfactory=org.postgresql.ssl.NonValidatingFactory
INFO 7/5/17 10:00 PM: liquibase: Successfully acquired change log lock
INFO 7/5/17 10:00 PM: liquibase: Reading from databasechangelog
INFO 7/5/17 10:00 PM: liquibase: Successfully released change log lock
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:23 min
[INFO] Finished at: 2017-07-05T22:00:57+00:00
[INFO] Final Memory: 22M/355M
[INFO] ------------------------------------------------------------------------
+ git remote add heroku git@heroku.com:aintshy.git
+ mkdir /home/r/.ssh
+ mv ../id_rsa ../id_rsa.pub /home/r/.ssh
+ chmod -R 600 /home/r/.ssh/id_rsa /home/r/.ssh/id_rsa.pub
+ echo -e 'Host *\n StrictHostKeyChecking no\n UserKnownHostsFile=/dev/null'
++ git rev-parse --short HEAD
+ build=689581e
+ sed -i s/BUILD/689581e/g src/main/resources/META-INF/MANIFEST.MF
+ git add src/main/resources/META-INF/MANIFEST.MF
+ git commit -m 'build number set'
[__rultor 76f005e] build number set
1 file changed, 1 insertion(+), 1 deletion(-)
+ git add settings.xml
+ git commit -m settings.xml
[__rultor 7209fe4] settings.xml
1 file changed, 33 insertions(+)
create mode 100644 settings.xml
+ git fetch
Warning: Permanently added 'github.com,192.30.253.113' (RSA) to the list of known hosts.
++ git symbolic-ref --short HEAD
+ git push -f heroku __rultor:master
Warning: Permanently added 'heroku.com,50.19.85.156' (RSA) to the list of known hosts.
Counting objects: 1494, done.
Delta compression using up to 12 threads.
Compressing objects: 100% (509/509), done.
Writing objects: 100% (1494/1494), 201.15 KiB | 0 bytes/s, done.
Total 1494 (delta 773), reused 1475 (delta 764)
remote: Compressing source files... done.K
remote: Building source:K
remote:
remote: ! Cedar-10 is deprecated. Please update to Cedar-14: https://devcenter.heroku.com/articles/cedar-14-migrationK
remote:
To heroku.com:aintshy.git
! [remote rejected] __rultor -> master (pre-receive hook declined)
error: failed to push some refs to 'git@heroku.com:aintshy.git'
container 8a9ed77a670ae33b0764074510bec32c47a22fe185153c08e751dc43519dfa6c is dead
Thu Jul 6 00:01:57 CEST 2017