+ set -e
+ set -o pipefail
++ dirname /tmp/rultor-uwlg/run.sh
+ cd /tmp/rultor-uwlg
+ echo 20800
+ echo '1.32.4 e44a8a6'
1.32.4 e44a8a6
+ date --iso-8601=seconds --utc
2014-09-04T16:38:30+0000
+ uptime
18:38:30 up 148 days, 20:13, 0 users, load average: 0.09, 0.32, 0.46
+ head=git@github.com:aintshy/hub.git
+ head_branch=master
+ tag=0.1.2
+ vars=('--env=MAVEN_OPTS=-XX:MaxPermSize=256m -Xmx1g' '--env=head=git@github.com:aintshy/hub.git' '--env=head_branch=master' '--env=tag=0.1.2')
+ image=yegor256/rultor
+ scripts=('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' ';' 'git add settings.xml' ';' 'git commit -m '\''settings.xml'\''' ';' 'git push -f heroku $(git symbolic-ref --short HEAD):master' ';' 'curl http://i.aintshy.com -f' ';')
+ '[' -z '' ']'
+ docker=docker
+ git clone git@github.com:aintshy/hub.git repo
Initialized empty Git repository in /tmp/rultor-uwlg/repo/.git/
+ cd repo
+ git config user.email me@rultor.com
+ git config user.name rultor
+ git checkout master
Already on 'master'
+ '[' -z 'sudo gem install pdd' ']'
+ cd ..
+ cat
+ chmod a+x entry.sh
+ cat
+ echo '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' ';' 'git add settings.xml' ';' 'git commit -m '\''settings.xml'\''' ';' 'git push -f heroku $(git symbolic-ref --short HEAD):master' ';' 'curl http://i.aintshy.com -f' ';'
+ rm -rf .gpg
+ '[' -z 0.1.2 ']'
+ cd repo
++ git tag -l 0.1.2
+ '[' ']'
+ git checkout -b __rultor-tmp
Switched to a new branch '__rultor-tmp'
+ docker_when_possible
+ true
++ uptime
++ awk '{print $12}'
++ cut -d , -f 1
+ load=0.46
+ '[' 0.46 -gt 8 ']'
/tmp/rultor-uwlg/run.sh: line 78: [: 0.46: integer expression expected
+ echo 'load average is 0.46, low enough to run a new Docker container'
load average is 0.46, low enough to run a new Docker container
+ break
+ cd ..
+ docker pull yegor256/rultor
Pulling repository yegor256/rultor
++ pwd
++ pwd
+ docker run --rm -v /tmp/rultor-uwlg:/main '--env=MAVEN_OPTS=-XX:MaxPermSize=256m -Xmx1g' --env=head=git@github.com:aintshy/hub.git --env=head_branch=master --env=tag=0.1.2 --memory=4g --cidfile=/tmp/rultor-uwlg/cid -w=/main yegor256/rultor /main/entry.sh
+ set -e
+ set -o pipefail
+ shopt -s dotglob
+ adduser --disabled-password --gecos '' r
Adding user `r' ...
Adding new group `r' (1000) ...
Adding new user `r' (1000) with group `r' ...
Creating home directory `/home/r' ...
Copying files from `/etc/skel' ...
+ adduser r sudo
Adding user `r' to group `sudo' ...
Adding user r to group sudo
Done.
+ echo '%sudo ALL=(ALL) NOPASSWD:ALL'
+ cp -R /root/.bashrc /root/.java /root/.m2 /root/.profile /home/r
+ cp -R ./cid ./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 -m r -c /home/r/script.sh
+ set -e
+ set -o pipefail
+ export HOME=/home/r
+ HOME=/home/r
+ cd /home/r/repo
+ sudo gem install pdd
Successfully installed pdd-0.5.2
1 gem installed
Installing ri documentation for pdd-0.5.2...
Installing RDoc documentation for pdd-0.5.2...
+ mvn versions:set -DnewVersion=0.1.2
[INFO] Scanning for projects...
Downloading: https://oss.sonatype.org/content/groups/public/com/sun/tools/jxc/maven2/maven-jaxb-schemagen-plugin/maven-metadata.xml
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: 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 99.5 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: 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 1002.8 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
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 277.6 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
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 1154.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/github/adrianboimvaser/postgresql-maven-plugin/0.2-SNAPSHOT/maven-metadata.xml
Downloaded: https://oss.sonatype.org/content/groups/public/com/github/adrianboimvaser/postgresql-maven-plugin/0.2-SNAPSHOT/maven-metadata.xml (793 B at 0.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/github/adrianboimvaser/postgresql-maven-plugin/0.2-SNAPSHOT/postgresql-maven-plugin-0.2-20130523.184853-2.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/github/adrianboimvaser/postgresql-maven-plugin/0.2-SNAPSHOT/postgresql-maven-plugin-0.2-20130523.184853-2.pom (16 KB at 36.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/github/adrianboimvaser/postgresql-maven-plugin/0.2-SNAPSHOT/postgresql-maven-plugin-0.2-20130523.184853-2.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/github/adrianboimvaser/postgresql-maven-plugin/0.2-SNAPSHOT/postgresql-maven-plugin-0.2-20130523.184853-2.jar (28 KB at 63.2 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 (4 KB at 7.1 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 (13 KB at 27.7 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 (65 KB at 105.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/appassembler-maven-plugin/1.1.1/appassembler-maven-plugin-1.1.1.pom
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/mojo/appassembler-maven-plugin/1.1.1/appassembler-maven-plugin-1.1.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/mojo/appassembler-maven-plugin/1.1.1/appassembler-maven-plugin-1.1.1.pom (8 KB at 313.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/appassembler/appassembler/1.1.1/appassembler-1.1.1.pom
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/mojo/appassembler/appassembler/1.1.1/appassembler-1.1.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/mojo/appassembler/appassembler/1.1.1/appassembler-1.1.1.pom (6 KB at 210.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/mojo-parent/27/mojo-parent-27.pom
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/27/mojo-parent-27.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/27/mojo-parent-27.pom (27 KB at 974.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/appassembler-maven-plugin/1.1.1/appassembler-maven-plugin-1.1.1.jar
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/mojo/appassembler-maven-plugin/1.1.1/appassembler-maven-plugin-1.1.1.jar
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/mojo/appassembler-maven-plugin/1.1.1/appassembler-maven-plugin-1.1.1.jar (762 KB at 6090.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-jar-plugin/2.5/maven-jar-plugin-2.5.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.5/maven-jar-plugin-2.5.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.5/maven-jar-plugin-2.5.pom (8 KB at 312.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-jar-plugin/2.5/maven-jar-plugin-2.5.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.5/maven-jar-plugin-2.5.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.5/maven-jar-plugin-2.5.jar (25 KB at 837.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-mysql-maven-plugin/0.8.1/jcabi-mysql-maven-plugin-0.8.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-mysql-maven-plugin/0.8.1/jcabi-mysql-maven-plugin-0.8.1.pom (13 KB at 11.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-mysql-maven-plugin/0.8.1/jcabi-mysql-maven-plugin-0.8.1.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-mysql-maven-plugin/0.8.1/jcabi-mysql-maven-plugin-0.8.1.jar (32 KB at 72.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-ssl-maven-plugin/0.9/jcabi-ssl-maven-plugin-0.9.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-ssl-maven-plugin/0.9/jcabi-ssl-maven-plugin-0.9.pom (10 KB at 30.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-ssl-maven-plugin/0.9/jcabi-ssl-maven-plugin-0.9.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-ssl-maven-plugin/0.9/jcabi-ssl-maven-plugin-0.9.jar (28 KB at 62.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-heroku-maven-plugin/0.9/jcabi-heroku-maven-plugin-0.9.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-heroku-maven-plugin/0.9/jcabi-heroku-maven-plugin-0.9.pom (11 KB at 32.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-heroku-maven-plugin/0.9/jcabi-heroku-maven-plugin-0.9.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-heroku-maven-plugin/0.9/jcabi-heroku-maven-plugin-0.9.jar (28 KB at 60.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-beanstalk-maven-plugin/0.10/jcabi-beanstalk-maven-plugin-0.10.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-beanstalk-maven-plugin/0.10/jcabi-beanstalk-maven-plugin-0.10.pom (10 KB at 30.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-beanstalk-maven-plugin/0.10/jcabi-beanstalk-maven-plugin-0.10.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-beanstalk-maven-plugin/0.10/jcabi-beanstalk-maven-plugin-0.10.jar (67 KB at 120.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.pom
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: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.jar
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 1341.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-assembly-plugin/2.4.1/maven-assembly-plugin-2.4.1.pom
Downloading: 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 744.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-assembly-plugin/2.4.1/maven-assembly-plugin-2.4.1.jar
Downloading: 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: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-changes-plugin/2.10/maven-changes-plugin-2.10.pom
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 877.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-changes-plugin/2.10/maven-changes-plugin-2.10.jar
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 5478.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-help-plugin/2.2/maven-help-plugin-2.2.pom
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 354.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-help-plugin/2.2/maven-help-plugin-2.2.jar
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 2547.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-invoker-plugin/1.9/maven-invoker-plugin-1.9.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-invoker-plugin/1.9/maven-invoker-plugin-1.9.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-invoker-plugin/1.9/maven-invoker-plugin-1.9.pom (11 KB at 483.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-invoker-plugin/1.9/maven-invoker-plugin-1.9.jar
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 2847.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-release-plugin/2.5/maven-release-plugin-2.5.pom
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 487.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/release/maven-release/2.5/maven-release-2.5.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/release/maven-release/2.5/maven-release-2.5.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/release/maven-release/2.5/maven-release-2.5.pom (5 KB at 215.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-release-plugin/2.5/maven-release-plugin-2.5.jar
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 1970.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-source-plugin/2.3/maven-source-plugin-2.3.pom
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: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-source-plugin/2.3/maven-source-plugin-2.3.jar
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 784.7 KB/sec)
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building aintshy 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- versions-maven-plugin:2.1:set (default-cli) @ aintshy ---
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.1/doxia-site-renderer-1.1.jar
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/doxia/doxia-site-renderer/1.1/doxia-site-renderer-1.1.jar (47 KB at 1510.6 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.1.2
Props: {project.version=0.1.2, project.parent.version=0.28, 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: 32.365 s
[INFO] Finished at: 2014-09-04T16:41:03+00:00
[INFO] Final Memory: 19M/246M
[INFO] ------------------------------------------------------------------------
+ git commit -am 0.1.2
[__rultor-tmp 44e4c0c] 0.1.2
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.1.2
[INFO] ------------------------------------------------------------------------
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-maven-plugin/0.11/qulice-maven-plugin-0.11.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-maven-plugin/0.11/qulice-maven-plugin-0.11.pom (17 KB at 12.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice/0.11/qulice-0.11.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/qulice/qulice/0.11/qulice-0.11.pom (6 KB at 18.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-maven-plugin/0.11/qulice-maven-plugin-0.11.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-maven-plugin/0.11/qulice-maven-plugin-0.11.jar (44 KB at 85.1 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 (5 KB at 16.4 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 (16 KB at 51.6 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 (3 KB at 9.8 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 (12 KB at 27.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/rexsl/rexsl/1.5.1/rexsl-1.5.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/rexsl/rexsl/1.5.1/rexsl-1.5.1.pom (13 KB at 31.6 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 (17 KB at 42.7 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 (2 KB at 5.3 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: 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 15.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: 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 24.3 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: 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 30.8 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: 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 27.4 KB/sec)
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/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/rexsl/rexsl/1.5.1/rexsl-1.5.1.jar
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/org/postgresql/postgresql/9.2-1002-jdbc4/postgresql-9.2-1002-jdbc4.jar
Downloaded:1https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar (26 KB at 24.8 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.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-jdbc/0.13/jcabi-jdbc-0.13.jar (52 KB at 45.7 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:8https://oss.sonatype.org/content/groups/public/org/apache/tomcat/embed/tomcat-embed-jasper/7.0.34/tomcat-embed-jasper-7.0.34.jar
Downloading:9https://oss.sonatype.org/content/groups/public/org/eclipse/jdt/core/compiler/ecj/3.7.2/ecj-3.7.2.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/jolbox/bonecp/0.8.0.RELEASE/bonecp-0.8.0.RELEASE.jar (109 KB at 78.0 KB/sec)
Downloaded: https://oss.sonatype.org/content/groups/public/com/rexsl/rexsl/1.5.1/rexsl-1.5.1.jar (258 KB at 159.8 KB/sec)
Downloaded: https://oss.sonatype.org/content/groups/public/org/postgresql/postgresql/9.2-1002-jdbc4/postgresql-9.2-1002-jdbc4.jar (567 KB at 289.1 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
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
Downloading: http://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-jasper/7.0.34/tomcat-embed-jasper-7.0.34.jar
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 300.5 KB/sec)
Downloaded:Bhttp://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 2268.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 3157.9 KB/sec)
Downloaded: http://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 4408.0 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 ---
[INFO] Reserved port 57209 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: 44e4c0c at timestamp: 2014-09-04T16:41:18
[INFO] Storing buildScmBranch: __rultor-tmp
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (jcabi-build-number) @ aintshy ---
[INFO]
[INFO] --- sass-maven-plugin:1.1.1:update-stylesheets (generate-css) @ aintshy ---
[INFO] Compiling SASS Templates
[INFO] Queing SASS Template for compile: /home/r/repo/src/main/scss => /home/r/repo/target/css
[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 ---
[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: 3522 bytes.
[INFO] Compressed size: 1237 bytes minified (585 bytes gzipped).
[INFO]
[INFO] Starting JavaScript task:
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ aintshy ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 35 source files to /home/r/repo/target/classes
[INFO]
[INFO] --- jcabi-maven-plugin:0.9.3:ajc (jcabi-ajc-compile) @ aintshy ---
[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: 46 file(s) processed, 25 pointcut(s) woven, 0 error(s), 11 warning(s)
[INFO]
[INFO] --- phantomjs-maven-plugin:0.4:install (default) @ aintshy ---
[INFO] Resolved artifact /home/r/.m2/repository/com/github/klieber/phantomjs/1.9.2/phantomjs-1.9.2-linux-x86_64.tar.bz2 from oss.sonatype.org (https://oss.sonatype.org/content/groups/public, 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 8 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: 10 file(s) processed, 2 pointcut(s) woven, 0 error(s), 11 warning(s)
[INFO]
[INFO] --- maven-surefire-plugin:2.17:test (default-test) @ aintshy ---
[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
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running com.aintshy.web.JxTalkTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.378 sec - in com.aintshy.web.JxTalkTest
Running com.aintshy.web.JxHumanTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 sec - in com.aintshy.web.JxHumanTest
Results :
Tests run: 2, 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: https://oss.sonatype.org/content/groups/public/com/github/adrianboimvaser/postgresql-dist/9.2.4/postgresql-dist-9.2.4-linux-x64.tar.gz
Downloaded:Khttps://oss.sonatype.org/content/groups/public/com/github/adrianboimvaser/postgresql-dist/9.2.4/postgresql-dist-9.2.4-linux-x64.tar.gz (30387 KB at 4944.1 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: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-exec/1.1/commons-exec-1.1.pom
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 97.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-exec/1.1/commons-exec-1.1.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/commons/commons-exec/1.1/commons-exec-1.1.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/commons/commons-exec/1.1/commons-exec-1.1.jar (52 KB at 1386.8 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/web/com-aintshy-aintshy-jar.txt added
[INFO] File /home/r/repo/target/classes/com/aintshy/pgsql/com-aintshy-aintshy-jar.txt added
[INFO] File /home/r/repo/target/classes/com/aintshy/api/com-aintshy-aintshy-jar.txt added
[INFO] File /home/r/repo/target/classes/com/aintshy/api/mock/com-aintshy-aintshy-jar.txt added
[INFO]
[INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ aintshy ---
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/2.4.4/plexus-archiver-2.4.4.pom
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.4.4/plexus-archiver-2.4.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.4.4/plexus-archiver-2.4.4.pom (4 KB at 149.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/2.0.10/plexus-io-2.0.10.pom
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.10/plexus-io-2.0.10.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.10/plexus-io-2.0.10.pom (3 KB at 98.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/2.4.4/plexus-archiver-2.4.4.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/2.0.10/plexus-io-2.0.10.jar
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.4.4/plexus-archiver-2.4.4.jar
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.10/plexus-io-2.0.10.jar
Downloaded:1http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.10/plexus-io-2.0.10.jar (58 KB at 1304.7 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.4.4/plexus-archiver-2.4.4.jar (161 KB at 3267.7 KB/sec)
[INFO] Building jar: /home/r/repo/target/aintshy.jar
[INFO]
[INFO] --- maven-war-plugin:2.4:exploded (create-webapp-files) @ aintshy ---
[INFO] Exploding 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 [297 msecs]
[INFO]
[INFO] --- appassembler-maven-plugin:1.1.1:assemble (default) @ aintshy ---
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/appassembler/appassembler-model/1.1.1/appassembler-model-1.1.1.pom
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/mojo/appassembler/appassembler-model/1.1.1/appassembler-model-1.1.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/mojo/appassembler/appassembler-model/1.1.1/appassembler-model-1.1.1.pom (4 KB at 33.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/net/java/dev/stax-utils/stax-utils/20060502/stax-utils-20060502.pom
Downloading: http://repo.maven.apache.org/maven2/net/java/dev/stax-utils/stax-utils/20060502/stax-utils-20060502.pom
Downloaded: http://repo.maven.apache.org/maven2/net/java/dev/stax-utils/stax-utils/20060502/stax-utils-20060502.pom (565 B at 24.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/stax/stax/1.1.1-dev/stax-1.1.1-dev.pom
Downloading: http://repo.maven.apache.org/maven2/stax/stax/1.1.1-dev/stax-1.1.1-dev.pom
Downloaded: http://repo.maven.apache.org/maven2/stax/stax/1.1.1-dev/stax-1.1.1-dev.pom (3 KB at 119.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/appassembler/appassembler-model/1.1.1/appassembler-model-1.1.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/net/java/dev/stax-utils/stax-utils/20060502/stax-utils-20060502.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.jar
Downloading: https://oss.sonatype.org/content/groups/public/stax/stax/1.1.1-dev/stax-1.1.1-dev.jar
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/mojo/appassembler/appassembler-model/1.1.1/appassembler-model-1.1.1.jar
Downloading: http://repo.maven.apache.org/maven2/net/java/dev/stax-utils/stax-utils/20060502/stax-utils-20060502.jar
Downloading: http://repo.maven.apache.org/maven2/stax/stax/1.1.1-dev/stax-1.1.1-dev.jar
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.jar
Downloaded:1http://repo.maven.apache.org/maven2/org/codehaus/mojo/appassembler/appassembler-model/1.1.1/appassembler-model-1.1.1.jar (24 KB at 965.3 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/stax/stax/1.1.1-dev/stax-1.1.1-dev.jar (166 KB at 2543.1 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/net/java/dev/stax-utils/stax-utils/20060502/stax-utils-20060502.jar (126 KB at 1718.7 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.jar (245 KB at 2749.1 KB/sec)
[INFO] Installing /home/r/.m2/repository/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.jar to /home/r/repo/target/repo/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.jar
[INFO] Installing /home/r/.m2/repository/com/google/guava/guava/18.0/guava-18.0.jar to /home/r/repo/target/repo/com/google/guava/guava/18.0/guava-18.0.jar
[INFO] Installing /home/r/.m2/repository/log4j/log4j/1.2.17/log4j-1.2.17.jar to /home/r/repo/target/repo/log4j/log4j/1.2.17/log4j-1.2.17.jar
[INFO] Installing /home/r/.m2/repository/com/jolbox/bonecp/0.8.0.RELEASE/bonecp-0.8.0.RELEASE.jar to /home/r/repo/target/repo/com/jolbox/bonecp/0.8.0.RELEASE/bonecp-0.8.0.RELEASE.jar
[INFO] Installing /home/r/.m2/repository/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar to /home/r/repo/target/repo/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar
[INFO] Installing /home/r/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar to /home/r/repo/target/repo/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar
[INFO] Installing /home/r/.m2/repository/org/glassfish/javax.json/1.0.4/javax.json-1.0.4.jar to /home/r/repo/target/repo/org/glassfish/javax.json/1.0.4/javax.json-1.0.4.jar
[INFO] Installing /home/r/.m2/repository/com/jcabi/jcabi-aspects/0.17.2/jcabi-aspects-0.17.2.jar to /home/r/repo/target/repo/com/jcabi/jcabi-aspects/0.17.2/jcabi-aspects-0.17.2.jar
[INFO] Installing /home/r/.m2/repository/com/jcabi/jcabi-log/0.14.2/jcabi-log-0.14.2.jar to /home/r/repo/target/repo/com/jcabi/jcabi-log/0.14.2/jcabi-log-0.14.2.jar
[INFO] Installing /home/r/.m2/repository/org/aspectj/aspectjrt/1.8.2/aspectjrt-1.8.2.jar to /home/r/repo/target/repo/org/aspectj/aspectjrt/1.8.2/aspectjrt-1.8.2.jar
[INFO] Installing /home/r/.m2/repository/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar to /home/r/repo/target/repo/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar
[INFO] Installing /home/r/.m2/repository/org/hibernate/hibernate-validator/5.1.2.Final/hibernate-validator-5.1.2.Final.jar to /home/r/repo/target/repo/org/hibernate/hibernate-validator/5.1.2.Final/hibernate-validator-5.1.2.Final.jar
[INFO] Installing /home/r/.m2/repository/org/jboss/logging/jboss-logging/3.1.3.GA/jboss-logging-3.1.3.GA.jar to /home/r/repo/target/repo/org/jboss/logging/jboss-logging/3.1.3.GA/jboss-logging-3.1.3.GA.jar
[INFO] Installing /home/r/.m2/repository/com/fasterxml/classmate/1.0.0/classmate-1.0.0.jar to /home/r/repo/target/repo/com/fasterxml/classmate/1.0.0/classmate-1.0.0.jar
[INFO] Installing /home/r/.m2/repository/com/rexsl/rexsl/1.5.1/rexsl-1.5.1.jar to /home/r/repo/target/repo/com/rexsl/rexsl/1.5.1/rexsl-1.5.1.jar
[INFO] Installing /home/r/.m2/repository/com/jcabi/jcabi-immutable/1.3/jcabi-immutable-1.3.jar to /home/r/repo/target/repo/com/jcabi/jcabi-immutable/1.3/jcabi-immutable-1.3.jar
[INFO] Installing /home/r/.m2/repository/com/sun/xml/bind/jaxb-impl/2.2.8-b01/jaxb-impl-2.2.8-b01.jar to /home/r/repo/target/repo/com/sun/xml/bind/jaxb-impl/2.2.8-b01/jaxb-impl-2.2.8-b01.jar
[INFO] Installing /home/r/.m2/repository/com/sun/xml/bind/jaxb-core/2.2.8-b01/jaxb-core-2.2.8-b01.jar to /home/r/repo/target/repo/com/sun/xml/bind/jaxb-core/2.2.8-b01/jaxb-core-2.2.8-b01.jar
[INFO] Installing /home/r/.m2/repository/com/sun/istack/istack-commons-runtime/2.16/istack-commons-runtime-2.16.jar to /home/r/repo/target/repo/com/sun/istack/istack-commons-runtime/2.16/istack-commons-runtime-2.16.jar
[INFO] Installing /home/r/.m2/repository/com/sun/xml/fastinfoset/FastInfoset/1.2.12/FastInfoset-1.2.12.jar to /home/r/repo/target/repo/com/sun/xml/fastinfoset/FastInfoset/1.2.12/FastInfoset-1.2.12.jar
[INFO] Installing /home/r/.m2/repository/com/sun/jersey/jersey-servlet/1.18.1/jersey-servlet-1.18.1.jar to /home/r/repo/target/repo/com/sun/jersey/jersey-servlet/1.18.1/jersey-servlet-1.18.1.jar
[INFO] Installing /home/r/.m2/repository/com/sun/jersey/jersey-server/1.18.1/jersey-server-1.18.1.jar to /home/r/repo/target/repo/com/sun/jersey/jersey-server/1.18.1/jersey-server-1.18.1.jar
[INFO] Installing /home/r/.m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8-dom.jar to /home/r/repo/target/repo/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8-dom.jar
[INFO] Installing /home/r/.m2/repository/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar to /home/r/repo/target/repo/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar
[INFO] Installing /home/r/.m2/repository/commons-io/commons-io/2.4/commons-io-2.4.jar to /home/r/repo/target/repo/commons-io/commons-io/2.4/commons-io-2.4.jar
[INFO] Installing /home/r/.m2/repository/com/jcabi/jcabi-xml/0.11.1/jcabi-xml-0.11.1.jar to /home/r/repo/target/repo/com/jcabi/jcabi-xml/0.11.1/jcabi-xml-0.11.1.jar
[INFO] Installing /home/r/.m2/repository/com/jcabi/jcabi-http/1.8.2/jcabi-http-1.8.2.jar to /home/r/repo/target/repo/com/jcabi/jcabi-http/1.8.2/jcabi-http-1.8.2.jar
[INFO] Installing /home/r/.m2/repository/javassist/javassist/3.12.1.GA/javassist-3.12.1.GA.jar to /home/r/repo/target/repo/javassist/javassist/3.12.1.GA/javassist-3.12.1.GA.jar
[INFO] Installing /home/r/.m2/repository/com/restfb/restfb/1.6.14/restfb-1.6.14.jar to /home/r/repo/target/repo/com/restfb/restfb/1.6.14/restfb-1.6.14.jar
[INFO] Installing /home/r/.m2/repository/commons-codec/commons-codec/1.9/commons-codec-1.9.jar to /home/r/repo/target/repo/commons-codec/commons-codec/1.9/commons-codec-1.9.jar
[INFO] Installing /home/r/.m2/repository/com/github/zafarkhaja/java-semver/0.7.2/java-semver-0.7.2.jar to /home/r/repo/target/repo/com/github/zafarkhaja/java-semver/0.7.2/java-semver-0.7.2.jar
[INFO] Installing /home/r/.m2/repository/com/jcabi/jcabi-matchers/1.2/jcabi-matchers-1.2.jar to /home/r/repo/target/repo/com/jcabi/jcabi-matchers/1.2/jcabi-matchers-1.2.jar
[INFO] Installing /home/r/.m2/repository/com/jcabi/jcabi-jdbc/0.13/jcabi-jdbc-0.13.jar to /home/r/repo/target/repo/com/jcabi/jcabi-jdbc/0.13/jcabi-jdbc-0.13.jar
[INFO] Installing /home/r/.m2/repository/com/sun/jersey/jersey-core/1.18.1/jersey-core-1.18.1.jar to /home/r/repo/target/repo/com/sun/jersey/jersey-core/1.18.1/jersey-core-1.18.1.jar
[INFO] Installing /home/r/.m2/repository/javax/xml/bind/jaxb-api/2.2.11/jaxb-api-2.2.11.jar to /home/r/repo/target/repo/javax/xml/bind/jaxb-api/2.2.11/jaxb-api-2.2.11.jar
[INFO] Installing /home/r/.m2/repository/com/jcabi/jcabi-urn/0.9/jcabi-urn-0.9.jar to /home/r/repo/target/repo/com/jcabi/jcabi-urn/0.9/jcabi-urn-0.9.jar
[INFO] Installing /home/r/.m2/repository/com/jcabi/jcabi-manifests/1.0.4/jcabi-manifests-1.0.4.jar to /home/r/repo/target/repo/com/jcabi/jcabi-manifests/1.0.4/jcabi-manifests-1.0.4.jar
[INFO] Installing /home/r/.m2/repository/org/slf4j/slf4j-log4j12/1.7.7/slf4j-log4j12-1.7.7.jar to /home/r/repo/target/repo/org/slf4j/slf4j-log4j12/1.7.7/slf4j-log4j12-1.7.7.jar
[INFO] Installing /home/r/.m2/repository/javax/el/javax.el-api/3.0.1-b04/javax.el-api-3.0.1-b04.jar to /home/r/repo/target/repo/javax/el/javax.el-api/3.0.1-b04/javax.el-api-3.0.1-b04.jar
[INFO] Installing /home/r/.m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8.jar to /home/r/repo/target/repo/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8.jar
[INFO] Installing /home/r/.m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8-xpath.jar to /home/r/repo/target/repo/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8-xpath.jar
[INFO] Installing /home/r/.m2/repository/org/postgresql/postgresql/9.2-1002-jdbc4/postgresql-9.2-1002-jdbc4.jar to /home/r/repo/target/repo/org/postgresql/postgresql/9.2-1002-jdbc4/postgresql-9.2-1002-jdbc4.jar
[INFO] Installing /home/r/.m2/repository/org/apache/tomcat/embed/tomcat-embed-core/7.0.34/tomcat-embed-core-7.0.34.jar to /home/r/repo/target/repo/org/apache/tomcat/embed/tomcat-embed-core/7.0.34/tomcat-embed-core-7.0.34.jar
[INFO] Installing /home/r/.m2/repository/org/apache/tomcat/embed/tomcat-embed-logging-juli/7.0.34/tomcat-embed-logging-juli-7.0.34.jar to /home/r/repo/target/repo/org/apache/tomcat/embed/tomcat-embed-logging-juli/7.0.34/tomcat-embed-logging-juli-7.0.34.jar
[INFO] Installing /home/r/.m2/repository/org/apache/tomcat/embed/tomcat-embed-jasper/7.0.34/tomcat-embed-jasper-7.0.34.jar to /home/r/repo/target/repo/org/apache/tomcat/embed/tomcat-embed-jasper/7.0.34/tomcat-embed-jasper-7.0.34.jar
[INFO] Installing /home/r/.m2/repository/org/eclipse/jdt/core/compiler/ecj/3.7.2/ecj-3.7.2.jar to /home/r/repo/target/repo/org/eclipse/jdt/core/compiler/ecj/3.7.2/ecj-3.7.2.jar
[INFO] Installing /home/r/repo/target/aintshy.jar to /home/r/repo/target/repo/com/aintshy/aintshy/0.1.2/aintshy-0.1.2.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 [292 msecs]
[INFO]
[INFO] --- build-helper-maven-plugin:1.8:reserve-network-port (reserve-tomcat-port) @ aintshy ---
[INFO] Reserved port 46433 for tomcat.port
[INFO]
[INFO] --- tomcat7-maven-plugin:2.2:run-war-only (start-tomcat) @ aintshy ---
[INFO] Skipping non-war project
[INFO]
[INFO] --- exec-maven-plugin:1.2.1:exec (casperjs-install) @ aintshy ---
Cloning into 'casperjs-install'...
[INFO]
[INFO] --- postgresql-maven-plugin:0.2-SNAPSHOT:initdb (init-db) @ aintshy ---
[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 ... 24MB
[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-SNAPSHOT:start (init-db) @ aintshy ---
[INFO] Startig PostgreSQL
[INFO] server started
[INFO]
[INFO] --- postgresql-maven-plugin:0.2-SNAPSHOT:createdb (init-db) @ aintshy ---
[INFO]
[INFO] --- liquibase-maven-plugin:3.2.2:update (update-test-db) @ aintshy ---
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.0/maven-project-2.0.pom
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 59.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.0/maven-profile-2.0.pom
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 55.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.0/maven-model-2.0.pom
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 90.4 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: 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 57.3 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: 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 54.5 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 (12 KB at 9.6 KB/sec)
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/liquibase/liquibase-core/3.2.2/liquibase-core-3.2.2.jar
Downloaded:Bhttps://oss.sonatype.org/content/groups/public/org/liquibase/liquibase-core/3.2.2/liquibase-core-3.2.2.jar (1819 KB at 679.2 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/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.jar (160 KB at 2758.0 KB/sec)
[INFO] ------------------------------------------------------------------------
[INFO] Executing on Database: jdbc:postgresql://localhost:57209/test
INFO 9/4/14 4:42 PM: liquibase: Successfully acquired change log lock
INFO 9/4/14 4:42 PM: liquibase: Creating database history table with name: databasechangelog
INFO 9/4/14 4:42 PM: liquibase: Reading from databasechangelog
INFO 9/4/14 4:42 PM: liquibase: /home/r/repo/src/main/liquibase/master.xml: 001-initial-schema.xml::001::yegor256: Custom SQL executed
INFO 9/4/14 4:42 PM: liquibase: /home/r/repo/src/main/liquibase/master.xml: 001-initial-schema.xml::001::yegor256: Custom SQL executed
INFO 9/4/14 4:42 PM: liquibase: /home/r/repo/src/main/liquibase/master.xml: 001-initial-schema.xml::001::yegor256: Custom SQL executed
INFO 9/4/14 4:42 PM: liquibase: /home/r/repo/src/main/liquibase/master.xml: 001-initial-schema.xml::001::yegor256: Custom SQL executed
INFO 9/4/14 4:42 PM: liquibase: /home/r/repo/src/main/liquibase/master.xml: 001-initial-schema.xml::001::yegor256: Custom SQL executed
INFO 9/4/14 4:42 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 841ms
INFO 9/4/14 4:42 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.PgBaseITCase
[0;37mINFOm] com.aintshy.pgsql.PgBase: user #1 registered as t@aintshy.com
[0;37mINFOm] com.aintshy.pgsql.PgProfile: email confirmed by human #1
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.088 sec - in com.aintshy.pgsql.PgBaseITCase
Running com.aintshy.pgsql.PgHumanITCase
[0;37mINFOm] com.aintshy.pgsql.PgBase: user #2 registered as f8@aintshy.com
[0;37mINFOm] com.aintshy.pgsql.PgHuman: question #1 asked by #2
[0;37mINFOm] com.aintshy.pgsql.PgBase: user #3 registered as oi@aintshy.com
[0;37mINFOm] com.aintshy.pgsql.PgHuman: talk #1 started by #3 from question #1
[0;37mINFOm] com.aintshy.pgsql.PgBase: user #4 registered as hs@aintshy.com
[0;37mINFOm] com.aintshy.pgsql.PgHuman: question #2 asked by #4
[0;37mINFOm] com.aintshy.pgsql.PgBase: user #5 registered as oi17@aintshy.com
[0;37mINFOm] com.aintshy.pgsql.PgHuman: question #3 asked by #5
[0;37mINFOm] com.aintshy.pgsql.PgBase: user #6 registered as yyft6@aintshy.com
[0;37mINFOm] com.aintshy.pgsql.PgHuman: talk #2 started by #6 from question #2
[0;37mINFOm] com.aintshy.pgsql.PgHuman: talk #3 started by #6 from question #1
[0;37mINFOm] com.aintshy.pgsql.PgHuman: talk #4 started by #6 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|confirmed|age|sex|photo|locale|
1|t@aintshy.com|?=*'|null|t|0|M|null|en|
2|f8@aintshy.com|--Iokha|null|f|0|M|null|en|
3|oi@aintshy.com|-9w8(8s|null|f|0|M|null|en|
4|hs@aintshy.com|-9w8skkha|null|f|0|M|null|en|
5|oi17@aintshy.com|9*7kha|null|f|0|M|null|en|
6|yyft6@aintshy.com|-9w0*8s|null|f|0|M|null|en|
id|asker|date|text|
1|2|2014-09-04 16:42:22.940322|how are you doing this?|
2|4|2014-09-04 16:42:23.056899|how does it work for you?|
3|5|2014-09-04 16:42:23.071835|what is the weather today?|
id|question|responder|date|
1|1|3|2014-09-04 16:42:22.978589|
2|2|6|2014-09-04 16:42:23.08866|
3|1|6|2014-09-04 16:42:23.100674|
4|3|6|2014-09-04 16:42:23.108052|
id|talk|asking|date|text|seen|
1|2|f|2014-09-04 16:42:23.152168|just an answer|null|
2|3|f|2014-09-04 16:42:23.15707|just an answer|null|
3|4|f|2014-09-04 16:42:23.195986|just an answer|null|
[0;37mINFOm] com.aintshy.pgsql.PgMessages: 1 seen in #4
[0;37mINFOm] com.aintshy.pgsql.PgHuman: talk #5 started by #5 from question #2
[0;37mINFOm] com.aintshy.pgsql.PgHuman: talk #6 started by #5 from question #1
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.327 sec - in com.aintshy.pgsql.PgHumanITCase
Running com.aintshy.pgsql.PgProfileITCase
[0;37mINFOm] com.aintshy.pgsql.PgBase: user #7 registered as h3es@aintshy.com
[0;37mINFOm] com.aintshy.pgsql.PgBase: user #8 registered as f8ke@aintshy.com
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec - in com.aintshy.pgsql.PgProfileITCase
Running com.aintshy.pgsql.PgMessagesITCase
[0;37mINFOm] com.aintshy.pgsql.PgBase: user #9 registered as i09@aintshy.com
[0;37mINFOm] com.aintshy.pgsql.PgHuman: question #4 asked by #9
[0;37mINFOm] com.aintshy.pgsql.PgBase: user #10 registered as pp09@aintshy.com
[0;37mINFOm] com.aintshy.pgsql.PgHuman: talk #7 started by #10 from question #2
[0;37mINFOm] com.aintshy.pgsql.PgMessages: posted in #7, asking=FALSE
[0;37mINFOm] com.aintshy.pgsql.PgMessages: 1 seen in #7
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec - in com.aintshy.pgsql.PgMessagesITCase
Results :
Tests run: 7, 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
PASS /xml/index.xml page can be rendered (NaN test)
# type: assertHttpStatus
# file: /home/r/repo/src/test/casperjs/all-pages-are-renderable.js:17
# code: test.assertHttpStatus(200);
# subject: false
# current: null
# expected: 200
PASS /css/style.css page can be rendered (NaN test)
# type: assertHttpStatus
# file: /home/r/repo/src/test/casperjs/all-pages-are-renderable.js:17
# code: test.assertHttpStatus(200);
# subject: false
# current: null
# expected: 200
PASS /robots.txt page can be rendered (NaN test)
# type: assertHttpStatus
# file: /home/r/repo/src/test/casperjs/all-pages-are-renderable.js:17
# code: test.assertHttpStatus(200);
# subject: false
# current: null
# expected: 200
PASS /xsl/layout.xsl page can be rendered (NaN test)
# type: assertHttpStatus
# file: /home/r/repo/src/test/casperjs/all-pages-are-renderable.js:17
# code: test.assertHttpStatus(200);
# subject: false
# current: null
# expected: 200
PASS / page can be rendered (NaN test)
# type: assertHttpStatus
# file: /home/r/repo/src/test/casperjs/all-pages-are-renderable.js:17
# code: test.assertHttpStatus(200);
# subject: false
# current: null
# expected: 200
FAIL 5 tests executed in 0.334s, 0 passed, 5 failed, 0 dubious, 0 skipped.
Details for the 5 failed tests:
In /home/r/repo/src/test/casperjs/all-pages-are-renderable.js:17
/xml/index.xml page can be rendered
assertHttpStatus: HTTP status code is: 200
In /home/r/repo/src/test/casperjs/all-pages-are-renderable.js:17
/css/style.css page can be rendered
assertHttpStatus: HTTP status code is: 200
In /home/r/repo/src/test/casperjs/all-pages-are-renderable.js:17
/robots.txt page can be rendered
assertHttpStatus: HTTP status code is: 200
In /home/r/repo/src/test/casperjs/all-pages-are-renderable.js:17
/xsl/layout.xsl page can be rendered
assertHttpStatus: HTTP status code is: 200
In /home/r/repo/src/test/casperjs/all-pages-are-renderable.js:17
/ page can be rendered
assertHttpStatus: HTTP status code is: 200
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:22 min
[INFO] Finished at: 2014-09-04T16:42:28+00:00
[INFO] Final Memory: 55M/458M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:exec (casperjs-test) on project aintshy: Command execution failed. Process exited with an error: 1 (Exit value: 1) -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:exec (casperjs-test) on project aintshy: Command execution failed.
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:216)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:120)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:347)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:154)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:584)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:213)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:157)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Caused by: org.apache.maven.plugin.MojoExecutionException: Command execution failed.
at org.codehaus.mojo.exec.ExecMojo.execute(ExecMojo.java:362)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:132)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
... 19 more
Caused by: org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1)
at org.apache.commons.exec.DefaultExecutor.executeInternal(DefaultExecutor.java:377)
at org.apache.commons.exec.DefaultExecutor.execute(DefaultExecutor.java:160)
at org.codehaus.mojo.exec.ExecMojo.executeCommandLine(ExecMojo.java:610)
at org.codehaus.mojo.exec.ExecMojo.execute(ExecMojo.java:352)
... 21 more
[ERROR]
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException