+ set -e
+ set -o pipefail
++ dirname /tmp/rultor-TMkP/run.sh
+ cd /tmp/rultor-TMkP
+ echo 5269
+ echo '1.34 27f3907'
1.34 27f3907
+ date --iso-8601=seconds --utc
2014-09-30T13:37:16+0000
+ uptime
15:37:16 up 18:49, 0 users, load average: 2.31, 2.28, 7.09
+ head=git@github.com:aintshy/hub.git
+ head_branch=master
+ tag=0.7.1
+ vars=('--env=MAVEN_OPTS=-XX:MaxPermSize=256m -Xmx1g' '--env=head=git@github.com:aintshy/hub.git' '--env=head_branch=master' '--env=tag=0.7.1')
+ 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'\''' ';' 'build=$(git rev-parse --short HEAD)' ';' 'sed -i "s/BUILD/${build}/g" src/main/resources/META-INF/MANIFEST.MF' ';' 'git commit -m '\''build number set'\''' ';' 'git fetch --unshallow' ';' 'git push -f heroku $(git symbolic-ref --short HEAD):master' ';' 'curl -f --connect-timeout 15 --retry 5 --retry-delay 30 http://i.aintshy.com' ';')
+ '[' -z '' ']'
+ docker=docker
+ git clone --branch=master --depth=10 git@github.com:aintshy/hub.git repo
Initialized empty Git repository in /tmp/rultor-TMkP/repo/.git/
+ cd repo
+ git config user.email me@rultor.com
+ git config user.name rultor
+ '[' -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'\''' ';' 'build=$(git rev-parse --short HEAD)' ';' 'sed -i "s/BUILD/${build}/g" src/main/resources/META-INF/MANIFEST.MF' ';' 'git commit -m '\''build number set'\''' ';' 'git fetch --unshallow' ';' 'git push -f heroku $(git symbolic-ref --short HEAD):master' ';' 'curl -f --connect-timeout 15 --retry 5 --retry-delay 30 http://i.aintshy.com' ';'
+ rm -rf .gpg
+ '[' -z 0.7.1 ']'
+ cd repo
++ git tag -l 0.7.1
+ '[' ']'
+ 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
++ awk '{print $12}'
++ cut -d , -f 1
+ load=
+ '[' '' -gt 8 ']'
/tmp/rultor-TMkP/run.sh: line 77: [: : integer expression expected
+ echo 'load average is , low enough to run a new Docker container'
load average is , 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-TMkP:/main '--env=MAVEN_OPTS=-XX:MaxPermSize=256m -Xmx1g' --env=head=git@github.com:aintshy/hub.git --env=head_branch=master --env=tag=0.7.1 --memory=4g --cidfile=/tmp/rultor-TMkP/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.7.1
[INFO] Scanning for projects...
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/parent/0.29/parent-0.29.pom
Downloaded: http://repo.maven.apache.org/maven2/com/jcabi/parent/0.29/parent-0.29.pom (73 KB at 469.0 KB/sec)
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 310.4 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 870.9 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/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 32.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 76.6 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 32.6 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 69.4 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 39.1 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 69.8 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 32.7 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 133.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 167.8 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 1102.2 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 654.7 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 3708.8 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 804.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 3785.4 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 293.7 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 2365.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 425.7 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 3214.8 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 447.0 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 197.2 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 282.1 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 1224.1 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 1873.1 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.1
Props: {project.version=0.7.1, 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: 30.312 s
[INFO] Finished at: 2014-09-30T13:38:15+00:00
[INFO] Final Memory: 21M/239M
[INFO] ------------------------------------------------------------------------
+ git commit -am 0.7.1
[__rultor 14cb882] 0.7.1
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.1
[INFO] ------------------------------------------------------------------------
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 (5 KB at 2.8 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 (8 KB at 27.4 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 (2 KB at 5.6 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 (8 KB at 24.5 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 (7 KB at 21.3 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 (5 KB at 16.2 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 (10 KB at 32.8 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 (11 KB at 36.9 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: 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 333.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/34/commons-parent-34.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/34/commons-parent-34.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/34/commons-parent-34.pom (55 KB at 1300.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/javax/mail/mail/1.4.5/mail-1.4.5.pom
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 179.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/sun/mail/all/1.4.5/all-1.4.5.pom
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 635.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/javax/activation/activation/1.1.1/activation-1.1.1.pom
Downloading: http://repo.maven.apache.org/maven2/javax/activation/activation/1.1.1/activation-1.1.1.pom
Downloaded: http://repo.maven.apache.org/maven2/javax/activation/activation/1.1.1/activation-1.1.1.pom (644 B at 26.2 KB/sec)
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/org/projectlombok/lombok/1.14.8/lombok-1.14.8.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-aspects/0.18/jcabi-aspects-0.18.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.14.3/jcabi-log-0.14.3.jar
Downloaded:4https://oss.sonatype.org/content/groups/public/com/detectlanguage/detectlanguage/1.0.5/detectlanguage-1.0.5.jar (13 KB at 11.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-xml/0.12.1/jcabi-xml-0.12.1.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.14.3/jcabi-log-0.14.3.jar (40 KB at 34.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-http/1.8.3/jcabi-http-1.8.3.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-aspects/0.18/jcabi-aspects-0.18.jar (78 KB at 61.0 KB/sec)
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-xml/0.12.1/jcabi-xml-0.12.1.jar (47 KB at 92.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/javax/activation/activation/1.1.1/activation-1.1.1.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/google/code/gson/gson/2.2.4/gson-2.2.4.jar (186 KB at 115.2 KB/sec)
Downloaded:3https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-http/1.8.3/jcabi-http-1.8.3.jar (92 KB at 156.4 KB/sec)
Downloaded:Bhttps://oss.sonatype.org/content/groups/public/org/projectlombok/lombok/1.14.8/lombok-1.14.8.jar (1159 KB at 473.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/commons/commons-email/1.3.3/commons-email-1.3.3.jar
Downloading: http://repo.maven.apache.org/maven2/javax/mail/mail/1.4.5/mail-1.4.5.jar
Downloading: http://repo.maven.apache.org/maven2/javax/activation/activation/1.1.1/activation-1.1.1.jar
Downloaded:1http://repo.maven.apache.org/maven2/org/apache/commons/commons-email/1.3.3/commons-email-1.3.3.jar (49 KB at 1285.1 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/javax/activation/activation/1.1.1/activation-1.1.1.jar (68 KB at 1210.4 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/javax/mail/mail/1.4.5/mail-1.4.5.jar (497 KB at 4726.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 34709 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: 14cb882 at timestamp: 2014-09-30T13:38:47
[INFO] Storing buildScmBranch: __rultor
[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: 3788 bytes.
[INFO] Compressed size: 1454 bytes minified (645 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 46 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: 66 file(s) processed, 36 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 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 ---
[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.JxStoryTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.151 sec - in com.aintshy.web.JxStoryTest
Running com.aintshy.web.JxHumanTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 sec - in com.aintshy.web.JxHumanTest
Running com.aintshy.web.JxRoleTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 sec - in com.aintshy.web.JxRoleTest
Running com.aintshy.web.JxTalkTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in com.aintshy.web.JxTalkTest
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
[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 ---
[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-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/email/com-aintshy-aintshy-war.txt added
[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]
[INFO] --- maven-war-plugin:2.4:war (default-war) @ aintshy ---
[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 [234 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 [159 msecs]
[INFO]
[INFO] --- build-helper-maven-plugin:1.8:reserve-network-port (reserve-tomcat-port) @ aintshy ---
[INFO] Reserved port 45129 for tomcat.port
[INFO]
[INFO] --- tomcat7-maven-plugin:2.2:run-war-only (start-tomcat) @ aintshy ---
[INFO] Running war on http://localhost:45129/
[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:
Sep 30, 2014 1:39:30 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-bio-45129"]
Sep 30, 2014 1:39:30 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service Tomcat
Sep 30, 2014 1:39:30 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.47
Sep 30, 2014 1:39:31 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
Sep 30, 2014 1:39:31 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@1adf2b19]): in 164.25ms
[0;33mWARNm] com.jcabi.manifests.ServletMfs: MANIFEST.MF not found in WAR package
Sep 30, 2014 1:39:35 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-bio-45129"]
[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 36.3 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 58.3 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 106.8 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 59.9 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 52.1 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 10.7 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 746.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/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.jar (160 KB at 2539.1 KB/sec)
[INFO] ------------------------------------------------------------------------
[INFO] Executing on Database: jdbc:postgresql://localhost:34709/test
INFO 9/30/14 1:40 PM: liquibase: Successfully acquired change log lock
INFO 9/30/14 1:40 PM: liquibase: Creating database history table with name: databasechangelog
INFO 9/30/14 1:40 PM: liquibase: Reading from databasechangelog
INFO 9/30/14 1:40 PM: liquibase: /home/r/repo/src/main/liquibase/master.xml: 001-initial-schema.xml::001::yegor256: Custom SQL executed
INFO 9/30/14 1:40 PM: liquibase: /home/r/repo/src/main/liquibase/master.xml: 001-initial-schema.xml::001::yegor256: Custom SQL executed
INFO 9/30/14 1:40 PM: liquibase: /home/r/repo/src/main/liquibase/master.xml: 001-initial-schema.xml::001::yegor256: Custom SQL executed
INFO 9/30/14 1:40 PM: liquibase: /home/r/repo/src/main/liquibase/master.xml: 001-initial-schema.xml::001::yegor256: Custom SQL executed
INFO 9/30/14 1:40 PM: liquibase: /home/r/repo/src/main/liquibase/master.xml: 001-initial-schema.xml::001::yegor256: Custom SQL executed
INFO 9/30/14 1:40 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 210ms
INFO 9/30/14 1:40 PM: liquibase: /home/r/repo/src/main/liquibase/master.xml: 002-age-to-year.xml::002::yegor256: Custom SQL executed
INFO 9/30/14 1:40 PM: liquibase: /home/r/repo/src/main/liquibase/master.xml: 002-age-to-year.xml::002::yegor256: Custom SQL executed
INFO 9/30/14 1:40 PM: liquibase: /home/r/repo/src/main/liquibase/master.xml: 002-age-to-year.xml::002::yegor256: Custom SQL executed
INFO 9/30/14 1:40 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 42ms
INFO 9/30/14 1:40 PM: liquibase: /home/r/repo/src/main/liquibase/master.xml: 003-language-of-question.xml::003::yegor256: Custom SQL executed
INFO 9/30/14 1:40 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 26ms
INFO 9/30/14 1:40 PM: liquibase: /home/r/repo/src/main/liquibase/master.xml: 004-delete-empty-messages.xml::004::yegor256: Custom SQL executed
INFO 9/30/14 1:40 PM: liquibase: /home/r/repo/src/main/liquibase/master.xml: 004-delete-empty-messages.xml::004::yegor256: Custom SQL executed
INFO 9/30/14 1:40 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 16ms
INFO 9/30/14 1:40 PM: liquibase: /home/r/repo/src/main/liquibase/master.xml: 005-email-code.xml::005::yegor256: Custom SQL executed
INFO 9/30/14 1:40 PM: liquibase: /home/r/repo/src/main/liquibase/master.xml: 005-email-code.xml::005::yegor256: Custom SQL executed
INFO 9/30/14 1:40 PM: liquibase: /home/r/repo/src/main/liquibase/master.xml: 005-email-code.xml::005::yegor256: Custom SQL executed
INFO 9/30/14 1:40 PM: liquibase: /home/r/repo/src/main/liquibase/master.xml: 005-email-code.xml::005::yegor256: Custom SQL executed
INFO 9/30/14 1:40 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 78ms
INFO 9/30/14 1:40 PM: liquibase: /home/r/repo/src/main/liquibase/master.xml: 006-default-name.xml::006::yegor256: Custom SQL executed
INFO 9/30/14 1:40 PM: liquibase: /home/r/repo/src/main/liquibase/master.xml: 006-default-name.xml::006::yegor256: Custom SQL executed
INFO 9/30/14 1:40 PM: liquibase: /home/r/repo/src/main/liquibase/master.xml: 006-default-name.xml::006::yegor256: Custom SQL executed
INFO 9/30/14 1:40 PM: liquibase: /home/r/repo/src/main/liquibase/master.xml: 006-default-name.xml::006::yegor256: Custom SQL executed
INFO 9/30/14 1:40 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 41ms
INFO 9/30/14 1:40 PM: liquibase: /home/r/repo/src/main/liquibase/master.xml: 007-date-of-human.xml::007::yegor256: Custom SQL executed
INFO 9/30/14 1:40 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 54ms
INFO 9/30/14 1:40 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 '5902'
[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 '7456'
[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 '9446'
[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 '3133'
[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 '9840'
[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|5902|2014-09-30 13:40:04.545839|
2|oi@aintshy.com|-9w8(8s|user2|M|null|en|0|7456|2014-09-30 13:40:04.567262|
3|hs@aintshy.com|-9w8skkha|user3|M|null|en|0|9446|2014-09-30 13:40:04.59662|
4|oi17@aintshy.com|9*7kha|user4|M|null|en|0|3133|2014-09-30 13:40:04.606639|
5|yyft6@aintshy.com|-9w0*8s|user5|M|null|en|0|9840|2014-09-30 13:40:04.615601|
id|asker|date|text|locale|
1|1|2014-09-30 13:40:04.561477|how are you doing this?|en|
2|3|2014-09-30 13:40:04.602218|how does it work for you?|en|
3|4|2014-09-30 13:40:04.61083|what is the weather today?|en|
id|question|responder|date|
1|1|2|2014-09-30 13:40:04.581365|
2|1|5|2014-09-30 13:40:04.627241|
3|2|5|2014-09-30 13:40:04.641318|
4|3|5|2014-09-30 13:40:04.649172|
id|talk|asking|date|text|seen|
1|2|f|2014-09-30 13:40:04.65989|just an answer|null|
2|3|f|2014-09-30 13:40:04.665357|just an answer|null|
3|4|f|2014-09-30 13:40:04.668752|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.6 sec - in com.aintshy.pgsql.PgHumanITCase
Running com.aintshy.pgsql.PgHistoryITCase
[0;37mINFOm] com.aintshy.api.Pocket$1: code is '8538'
[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 '1865'
[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.034 sec - in com.aintshy.pgsql.PgHistoryITCase
Running com.aintshy.pgsql.PgBaseITCase
[0;37mINFOm] com.aintshy.pgsql.PgBase: user #8 registered as t@aintshy.com
[0;37mINFOm] com.aintshy.pgsql.PgProfile: email confirmed by human #8
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.189 sec - in com.aintshy.pgsql.PgBaseITCase
Running com.aintshy.pgsql.PgMessagesITCase
[0;37mINFOm] com.aintshy.api.Pocket$1: code is '6267'
[0;37mINFOm] com.aintshy.pgsql.PgBase: user #9 registered as i09@aintshy.com
[0;37mINFOm] com.aintshy.pgsql.PgHuman: question #5 asked by #9
[0;37mINFOm] com.aintshy.api.Pocket$1: code is '7601'
[0;37mINFOm] com.aintshy.pgsql.PgBase: user #10 registered as pp09@aintshy.com
[0;37mINFOm] com.aintshy.pgsql.PgHuman: talk #8 started by #10 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.041 sec - in com.aintshy.pgsql.PgMessagesITCase
Running com.aintshy.pgsql.PgProfileITCase
[0;37mINFOm] com.aintshy.api.Pocket$1: code is '3650'
[0;37mINFOm] com.aintshy.pgsql.PgBase: user #11 registered as h3es@aintshy.com
[0;37mINFOm] com.aintshy.api.Pocket$1: code is '4955'
[0;37mINFOm] com.aintshy.pgsql.PgBase: user #12 registered as f8ke@aintshy.com
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec - in com.aintshy.pgsql.PgProfileITCase
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
PASS /xml/index.xml page can be rendered (NaN test)
PASS /css/style.css page can be rendered (NaN test)
PASS /robots.txt page can be rendered (NaN test)
PASS /xsl/layout.xsl page can be rendered (NaN test)
Sep 30, 2014 1:40:09 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
Sep 30, 2014 1:40:09 PM com.sun.jersey.api.core.ScanningResourceConfig logClasses
INFO: Root resource classes found:
class com.aintshy.web.HistoryRs
class com.aintshy.web.AnonymousRs
class com.aintshy.web.AskRs
class com.aintshy.web.PhotoRs
class com.aintshy.web.TalkRs
class com.aintshy.web.ProfileRs
class com.aintshy.web.SetupRs
Sep 30, 2014 1:40:09 PM com.sun.jersey.api.core.ScanningResourceConfig logClasses
INFO: Provider classes found:
class com.rexsl.core.XslResolver
Sep 30, 2014 1:40:09 PM com.sun.jersey.server.impl.application.WebApplicationImpl _initiate
INFO: Initiating Jersey application, version 'Jersey: 1.18.1 02/19/2014 03:28 AM'
Sep 30, 2014 1:40:10 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.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
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
PASS / page can be rendered (NaN test)
PASS 5 tests executed in 3.407s, 5 passed, 0 failed, 0 dubious, 0 skipped.
[INFO]
[INFO] --- tomcat7-maven-plugin:2.2:shutdown (stop-tomcat) @ aintshy ---
Sep 30, 2014 1:40:11 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-bio-45129"]
Sep 30, 2014 1:40:11 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@1adf2b19]): in 52.68?s
Sep 30, 2014 1:40:11 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.
Sep 30, 2014 1:40:11 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@6fa79bf2]) and a value of type [java.util.WeakHashMap] (value [{class javax.xml.bind.annotation.W3CDomHandler=java.lang.ref.WeakReference@6ae684a5}]) 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.
Sep 30, 2014 1:40:11 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@33ba274d]) and a value of type [org.aspectj.runtime.internal.cflowstack.ThreadStackFactoryImpl.ThreadCounterImpl.Counter] (value [org.aspectj.runtime.internal.cflowstack.ThreadStackFactoryImpl$ThreadCounterImpl$Counter@26a4ac3]) 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.
Sep 30, 2014 1:40:11 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@6fa79bf2]) and a value of type [java.util.WeakHashMap] (value [{class javax.xml.bind.annotation.W3CDomHandler=java.lang.ref.WeakReference@10524972}]) 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.
Sep 30, 2014 1:40:11 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@33ba274d]) and a value of type [org.aspectj.runtime.internal.cflowstack.ThreadStackFactoryImpl.ThreadCounterImpl.Counter] (value [org.aspectj.runtime.internal.cflowstack.ThreadStackFactoryImpl$ThreadCounterImpl$Counter@a53e3bd]) 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.
Sep 30, 2014 1:40:11 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@33ba274d]) and a value of type [org.aspectj.runtime.internal.cflowstack.ThreadStackFactoryImpl.ThreadCounterImpl.Counter] (value [org.aspectj.runtime.internal.cflowstack.ThreadStackFactoryImpl$ThreadCounterImpl$Counter@98c9297]) 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.
Sep 30, 2014 1:40:11 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-bio-45129"]
[INFO]
[INFO] --- postgresql-maven-plugin:0.2-SNAPSHOT: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: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-spi/0.11/qulice-spi-0.11.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-spi/0.11/qulice-spi-0.11.pom (3 KB at 6.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-checkstyle/0.11/qulice-checkstyle-0.11.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-checkstyle/0.11/qulice-checkstyle-0.11.pom (5 KB at 10.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-pmd/0.11/qulice-pmd-0.11.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-pmd/0.11/qulice-pmd-0.11.pom (5 KB at 10.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/5.0_BETA/asm-5.0_BETA.pom
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 59.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-parent/5.0_BETA/asm-parent-5.0_BETA.pom
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 223.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-codenarc/0.11/qulice-codenarc-0.11.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-codenarc/0.11/qulice-codenarc-0.11.pom (5 KB at 4.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-findbugs/0.11/qulice-findbugs-0.11.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-findbugs/0.11/qulice-findbugs-0.11.pom (8 KB at 17.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/findbugs/3.0.0/findbugs-3.0.0.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/findbugs/3.0.0/findbugs-3.0.0.pom (5 KB at 10.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/bcel-findbugs/6.0/bcel-findbugs-6.0.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/bcel-findbugs/6.0/bcel-findbugs-6.0.pom (4 KB at 8.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jFormatString/3.0.0/jFormatString-3.0.0.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jFormatString/3.0.0/jFormatString-3.0.0.pom (4 KB at 8.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-debug-all/5.0.2/asm-debug-all-5.0.2.pom
Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-debug-all/5.0.2/asm-debug-all-5.0.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-debug-all/5.0.2/asm-debug-all-5.0.2.pom (2 KB at 80.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-parent/5.0.2/asm-parent-5.0.2.pom
Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/5.0.2/asm-parent-5.0.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/5.0.2/asm-parent-5.0.2.pom (6 KB at 223.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/5.0.3/asm-5.0.3.pom
Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.3/asm-5.0.3.pom
Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.3/asm-5.0.3.pom (2 KB at 75.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom
Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom
Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom (6 KB at 223.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-tree/5.0.3/asm-tree-5.0.3.pom
Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/5.0.3/asm-tree-5.0.3.pom
Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/5.0.3/asm-tree-5.0.3.pom (3 KB at 88.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.pom
Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.pom
Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.pom (2 KB at 88.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-xml/0.11/qulice-xml-0.11.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-xml/0.11/qulice-xml-0.11.pom (4 KB at 3.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-spi/0.11/qulice-spi-0.11.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-pmd/0.11/qulice-pmd-0.11.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-checkstyle/0.11/qulice-checkstyle-0.11.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-codenarc/0.11/qulice-codenarc-0.11.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-findbugs/0.11/qulice-findbugs-0.11.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-spi/0.11/qulice-spi-0.11.jar (8 KB at 20.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/findbugs/3.0.0/findbugs-3.0.0.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-pmd/0.11/qulice-pmd-0.11.jar (13 KB at 12.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/5.0.3/asm-5.0.3.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-findbugs/0.11/qulice-findbugs-0.11.jar (9 KB at 8.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-tree/5.0.3/asm-tree-5.0.3.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-codenarc/0.11/qulice-codenarc-0.11.jar (9 KB at 7.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/bcel-findbugs/6.0/bcel-findbugs-6.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-xml/0.11/qulice-xml-0.11.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-checkstyle/0.11/qulice-checkstyle-0.11.jar (34 KB at 28.9 KB/sec)
Downloaded:Bhttps://oss.sonatype.org/content/groups/public/com/qulice/qulice-xml/0.11/qulice-xml-0.11.jar (6 KB at 2.0 KB/sec)
Downloaded:Bhttps://oss.sonatype.org/content/groups/public/com/google/code/findbugs/findbugs/3.0.0/findbugs-3.0.0.jar (3537 KB at 897.6 KB/sec)
Downloaded: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/bcel-findbugs/6.0/bcel-findbugs-6.0.jar (599 KB at 151.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.3/asm-5.0.3.jar
Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/5.0.3/asm-tree-5.0.3.jar
Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar
Downloaded:5http://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.3/asm-5.0.3.jar (52 KB at 1267.9 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/5.0.3/asm-tree-5.0.3.jar (29 KB at 567.1 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar (370 KB at 3851.9 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/002-age-to-year.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/003-language-of-question.xml: to be validated
[INFO] /src/main/liquibase/2014/001-initial-schema.xml: to be validated
[INFO] /src/main/liquibase/2014/005-email-code.xml: to be validated
[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/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 19s
[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.1/aintshy-0.7.1.war
[INFO] Installing /home/r/repo/pom.xml to /home/r/.m2/repository/com/aintshy/aintshy/0.7.1/aintshy-0.7.1.pom
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:22 min
[INFO] Finished at: 2014-09-30T13:40:50+00:00
[INFO] Final Memory: 87M/475M
[INFO] ------------------------------------------------------------------------
+ mvn liquibase:update -Paintshy --errors --settings settings.xml
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building aintshy 0.7.1
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- liquibase-maven-plugin:3.2.2:update (default-cli) @ aintshy ---
[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 9/30/14 1:40 PM: liquibase: Successfully acquired change log lock
INFO 9/30/14 1:40 PM: liquibase: Reading from databasechangelog
INFO 9/30/14 1:41 PM: liquibase: Successfully released change log lock
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7.529 s
[INFO] Finished at: 2014-09-30T13:41:00+00:00
[INFO] Final Memory: 15M/239M
[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 add settings.xml
+ git commit -m settings.xml
[__rultor a885e77] settings.xml
1 file changed, 34 insertions(+)
create mode 100644 settings.xml
++ git rev-parse --short HEAD
+ build=a885e77
+ sed -i s/BUILD/a885e77/g src/main/resources/META-INF/MANIFEST.MF
+ git commit -m 'build number set'
On branch __rultor
Changes not staged for commit:
modified: src/main/resources/META-INF/MANIFEST.MF
no changes added to commit